Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 310fcf068b6662a9a98c00381981ed5406e42392 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 310fcf068b6662a9a98c00381981ed5406e42392 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19290 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 7e582f4228ca300febc45737d68dbea7cd17adaa Checking out Revision 7e582f4228ca300febc45737d68dbea7cd17adaa (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e582f4228ca300febc45737d68dbea7cd17adaa # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-10T00:32:16.743Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-10T00:32:17.005Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-10T00:32:17.100Z] ========================================================= [2021-01-10T00:32:17.100Z] EdgeX Global Pipelines Version Info [2021-01-10T00:32:17.100Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 [2021-01-10T00:32:18.669Z] ------------------- [2021-01-10T00:32:18.669Z] stable info: [2021-01-10T00:32:18.669Z] ------------------- [2021-01-10T00:32:18.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-10T00:32:18.669Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:32:18.669Z] Message: update stable to v1.0.173 [2021-01-10T00:32:19.620Z] ------------------- [2021-01-10T00:32:19.620Z] experimental info: [2021-01-10T00:32:19.620Z] ------------------- [2021-01-10T00:32:19.620Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-10T00:32:19.620Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:32:19.620Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-10T00:32:19.979Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-10T00:32:20.157Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-10T00:32:20.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-10T00:32:20.350Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-10T00:32:20.451Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-10T00:32:20.559Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-10T00:32:20.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-10T00:32:20.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-10T00:32:20.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-10T00:32:20.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-10T00:32:21.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-10T00:32:21.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-10T00:32:21.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-10T00:32:21.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-10T00:32:21.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:32:21.468Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:32:21.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-10T00:32:21.631Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-10T00:32:21.722Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-10T00:32:21.802Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-10T00:32:21.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-10T00:32:22.000Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-10T00:32:22.101Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-10T00:32:22.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-10T00:32:22.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-10T00:32:22.399Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-10T00:32:22.492Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e582f4228ca300febc45737d68dbea7cd17adaa [Pipeline] echo [2021-01-10T00:32:22.574Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e582f4 [Pipeline] echo [2021-01-10T00:32:22.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:32:22.830Z] provisioning config files... [2021-01-10T00:32:22.870Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config6095372776049608558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:32:23.228Z] ---> docker-login.sh [2021-01-10T00:32:23.228Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:32:23.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:32:23.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:32:23.767Z] Configure a credential helper to remove this warning. See [2021-01-10T00:32:23.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:32:23.767Z] [2021-01-10T00:32:23.768Z] Login Succeeded [2021-01-10T00:32:23.768Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:32:23.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:32:23.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:32:23.768Z] Configure a credential helper to remove this warning. See [2021-01-10T00:32:23.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:32:23.768Z] [2021-01-10T00:32:23.768Z] Login Succeeded [2021-01-10T00:32:23.768Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:32:24.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:32:24.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:32:24.032Z] Configure a credential helper to remove this warning. See [2021-01-10T00:32:24.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:32:24.032Z] [2021-01-10T00:32:24.032Z] Login Succeeded [2021-01-10T00:32:24.032Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:32:24.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:32:24.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:32:24.295Z] Configure a credential helper to remove this warning. See [2021-01-10T00:32:24.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:32:24.295Z] [2021-01-10T00:32:24.295Z] Login Succeeded [2021-01-10T00:32:24.295Z] docker.io [2021-01-10T00:32:24.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:32:24.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:32:24.559Z] Configure a credential helper to remove this warning. See [2021-01-10T00:32:24.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:32:24.559Z] [2021-01-10T00:32:24.559Z] Login Succeeded [2021-01-10T00:32:24.559Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:32:24.570Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:32:25.076Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/core-command/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/core-data/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-10T00:32:25.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:32:25.076Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:32:25.076Z] ++ cut -d/ -f2 [2021-01-10T00:32:25.076Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-10T00:32:25.165Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:32:26.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:32:26.001Z] [2021-01-10T00:32:26.001Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:32:26.350Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:32:26.350Z] latest: Pulling from edgex-devops/git-semver [2021-01-10T00:32:26.350Z] 31603596830f: Pulling fs layer [2021-01-10T00:32:26.350Z] 2a8b12db71e7: Pulling fs layer [2021-01-10T00:32:26.350Z] 6ca5941a6612: Pulling fs layer [2021-01-10T00:32:26.350Z] ecc8261a40a4: Pulling fs layer [2021-01-10T00:32:26.350Z] ecc8261a40a4: Waiting [2021-01-10T00:32:26.350Z] 2a8b12db71e7: Verifying Checksum [2021-01-10T00:32:26.350Z] 2a8b12db71e7: Download complete [2021-01-10T00:32:26.350Z] 31603596830f: Download complete [2021-01-10T00:32:26.614Z] ecc8261a40a4: Verifying Checksum [2021-01-10T00:32:26.614Z] ecc8261a40a4: Download complete [2021-01-10T00:32:26.614Z] 6ca5941a6612: Verifying Checksum [2021-01-10T00:32:26.614Z] 6ca5941a6612: Download complete [2021-01-10T00:32:26.876Z] 31603596830f: Pull complete [2021-01-10T00:32:27.143Z] 2a8b12db71e7: Pull complete [2021-01-10T00:32:28.096Z] 6ca5941a6612: Pull complete [2021-01-10T00:32:28.096Z] ecc8261a40a4: Pull complete [2021-01-10T00:32:28.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-10T00:32:28.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:32:28.096Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-10T00:32:28.206Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:32:28.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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:10004/edgex-devops/git-semver:latest cat [2021-01-10T00:32:31.022Z] $ docker top 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-10T00:32:31.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:32:31.415Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:32:31.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:32:31.660Z] $ docker exec 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent [2021-01-10T00:32:31.849Z] SSH_AUTH_SOCK=/tmp/ssh-Nnsi3BxLJSaJ/agent.11 [2021-01-10T00:32:31.849Z] SSH_AGENT_PID=16 [2021-01-10T00:32:31.866Z] Running ssh-add (command line suppressed) [2021-01-10T00:32:31.991Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_8747423783777697196.key (/w/workspace/edgex-go/36@tmp/private_key_8747423783777697196.key) [2021-01-10T00:32:32.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:32:32.394Z] + git tag --points-at HEAD [Pipeline] } [2021-01-10T00:32:32.421Z] $ docker exec --env ******** --env ******** 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent -k [2021-01-10T00:32:32.579Z] unset SSH_AUTH_SOCK; [2021-01-10T00:32:32.580Z] unset SSH_AGENT_PID; [2021-01-10T00:32:32.580Z] echo Agent pid 16 killed; [2021-01-10T00:32:32.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-10T00:32:32.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:32:32.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:32:33.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:32:33.036Z] $ docker exec 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent [2021-01-10T00:32:33.222Z] SSH_AUTH_SOCK=/tmp/ssh-9yf9dghIpQSz/agent.45 [2021-01-10T00:32:33.222Z] SSH_AGENT_PID=51 [2021-01-10T00:32:33.230Z] Running ssh-add (command line suppressed) [2021-01-10T00:32:33.362Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_7309270423996511145.key (/w/workspace/edgex-go/36@tmp/private_key_7309270423996511145.key) [2021-01-10T00:32:33.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:32:33.803Z] + git semver init [2021-01-10T00:32:33.803Z] # -> Open(): unable to determine branch for HEAD [2021-01-10T00:32:33.803Z] # $GIT_DIR = /w/workspace/edgex-go/36/.git [2021-01-10T00:32:33.803Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/36 [2021-01-10T00:32:33.803Z] # $SEMVER_REMOTE_NAME = origin [2021-01-10T00:32:33.803Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-10T00:32:33.803Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-10T00:32:33.803Z] # $SEMVER_BRANCH = PR-2858 [2021-01-10T00:32:33.803Z] # $SEMVER_TEMP = /tmp/semver-062841626 [2021-01-10T00:32:33.803Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-10T00:33:00.602Z] # '/tmp/semver-062841626' -> '/w/workspace/edgex-go/36/.semver' [2021-01-10T00:33:00.868Z] # -> Force: false [2021-01-10T00:33:00.868Z] # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } [2021-01-10T00:33:00.880Z] $ docker exec --env ******** --env ******** 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 ssh-agent -k [2021-01-10T00:33:01.175Z] unset SSH_AUTH_SOCK; [2021-01-10T00:33:01.176Z] unset SSH_AGENT_PID; [2021-01-10T00:33:01.176Z] echo Agent pid 51 killed; [2021-01-10T00:33:01.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:33:01.776Z] + git semver [Pipeline] } [2021-01-10T00:33:01.813Z] $ docker stop --time=1 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 [2021-01-10T00:33:03.542Z] $ docker rm -f 9ab4406910fb40ec2fe61bd767b3e45fb3b7703a2a9a192b3a3b13b317712944 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:33:04.174Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-10T00:33:04.774Z] Stashed 1 file(s) [Pipeline] echo [2021-01-10T00:33:04.776Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:33:05.879Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:33:06.187Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:33:06.536Z] + sudo service docker restart [2021-01-10T00:33:06.536Z] + true [2021-01-10T00:33:06.536Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-10T00:33:07.131Z] ========================================================= [2021-01-10T00:33:07.131Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-10T00:33:07.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:33:07.473Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-10T00:33:11.729Z] Sending build context to Docker daemon 326.5MB [2021-01-10T00:33:11.729Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:33:11.729Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:33:11.729Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-10T00:33:11.729Z] 188c0c94c7c5: Pulling fs layer [2021-01-10T00:33:11.729Z] 0ef7d3d256c8: Pulling fs layer [2021-01-10T00:33:11.729Z] de9db76c5a1d: Pulling fs layer [2021-01-10T00:33:11.729Z] bca2f99d35d6: Pulling fs layer [2021-01-10T00:33:11.729Z] 93359f2a8cfa: Pulling fs layer [2021-01-10T00:33:11.729Z] 7c6f9722023f: Pulling fs layer [2021-01-10T00:33:11.729Z] a35cf1a2eb13: Pulling fs layer [2021-01-10T00:33:11.729Z] bca2f99d35d6: Waiting [2021-01-10T00:33:11.729Z] 93359f2a8cfa: Waiting [2021-01-10T00:33:11.729Z] 7c6f9722023f: Waiting [2021-01-10T00:33:11.729Z] a35cf1a2eb13: Waiting [2021-01-10T00:33:11.729Z] de9db76c5a1d: Verifying Checksum [2021-01-10T00:33:11.729Z] de9db76c5a1d: Download complete [2021-01-10T00:33:11.729Z] 0ef7d3d256c8: Verifying Checksum [2021-01-10T00:33:11.729Z] 0ef7d3d256c8: Download complete [2021-01-10T00:33:11.729Z] 93359f2a8cfa: Verifying Checksum [2021-01-10T00:33:11.729Z] 93359f2a8cfa: Download complete [2021-01-10T00:33:11.729Z] 7c6f9722023f: Verifying Checksum [2021-01-10T00:33:11.729Z] 7c6f9722023f: Download complete [2021-01-10T00:33:11.729Z] 188c0c94c7c5: Verifying Checksum [2021-01-10T00:33:11.729Z] 188c0c94c7c5: Download complete [2021-01-10T00:33:12.010Z] 188c0c94c7c5: Pull complete [2021-01-10T00:33:12.592Z] 0ef7d3d256c8: Pull complete [2021-01-10T00:33:12.858Z] de9db76c5a1d: Pull complete [2021-01-10T00:33:13.124Z] a35cf1a2eb13: Verifying Checksum [2021-01-10T00:33:13.124Z] a35cf1a2eb13: Download complete [2021-01-10T00:33:14.090Z] bca2f99d35d6: Verifying Checksum [2021-01-10T00:33:14.090Z] bca2f99d35d6: Download complete [2021-01-10T00:33:19.429Z] bca2f99d35d6: Pull complete [2021-01-10T00:33:19.429Z] 93359f2a8cfa: Pull complete [2021-01-10T00:33:19.429Z] 7c6f9722023f: Pull complete [2021-01-10T00:33:20.359Z] Still waiting to schedule task [2021-01-10T00:33:20.359Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-10T00:33:27.633Z] a35cf1a2eb13: Pull complete [2021-01-10T00:33:27.633Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-10T00:33:27.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-10T00:33:27.633Z] ---> a62c8e92a672 [2021-01-10T00:33:27.633Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:33:27.633Z] ---> Running in 9d93abab7384 [2021-01-10T00:33:28.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:29.367Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:33:30.316Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:33:30.317Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:33:30.317Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:33:42.586Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:33:42.586Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:33:42.586Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:33:42.586Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:33:42.586Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:33:42.586Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:33:42.586Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:33:42.586Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:33:42.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:33:42.586Z] OK: 233 MiB in 51 packages [2021-01-10T00:33:45.926Z] Removing intermediate container 9d93abab7384 [2021-01-10T00:33:45.926Z] ---> 5c3d66ef34bd [2021-01-10T00:33:45.926Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:33:45.926Z] ---> Running in da8970860980 [2021-01-10T00:33:45.926Z] Removing intermediate container da8970860980 [2021-01-10T00:33:45.926Z] ---> e3332a535a66 [2021-01-10T00:33:45.926Z] Step 5/6 : COPY go.mod . [2021-01-10T00:33:46.196Z] ---> 455a4ed7a14a [2021-01-10T00:33:46.196Z] Step 6/6 : RUN go mod download [2021-01-10T00:33:46.196Z] ---> Running in 6d6c947a2e17 [2021-01-10T00:34:08.260Z] Removing intermediate container 6d6c947a2e17 [2021-01-10T00:34:08.260Z] ---> 20e648a597be [2021-01-10T00:34:08.260Z] Successfully built 20e648a597be [2021-01-10T00:34:08.260Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:08.586Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:34:08.586Z] . [Pipeline] withDockerContainer [2021-01-10T00:34:08.712Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:34:08.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:34:09.988Z] $ docker top 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:34:10.595Z] + go version [2021-01-10T00:34:10.595Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-10T00:34:10.608Z] $ docker stop --time=1 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec [2021-01-10T00:34:11.993Z] $ docker rm -f 11173daa54202d19988f9ab8449f717952cf50a4f927d542d60ca35511ad62ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:34:12.860Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:34:12.860Z] . [Pipeline] withDockerContainer [2021-01-10T00:34:13.003Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:34:13.052Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:34:13.838Z] $ docker top 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:34:14.102Z] ========================================================= [2021-01-10T00:34:14.102Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:34:14.102Z] ========================================================= [Pipeline] sh [2021-01-10T00:34:14.415Z] + make test [2021-01-10T00:34:14.415Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:34:24.551Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:34:42.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:34:49.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:34:49.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:34:49.682Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:34:49.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:34:49.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:34:50.223Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:34:50.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:34:51.093Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:34:52.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:34:54.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:34:54.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:34:54.716Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:34:57.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.6% of statements [2021-01-10T00:34:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:34:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:34:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:34:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:34:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:35:01.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.0% of statements [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:35:01.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:35:01.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:35:01.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.418s coverage: 77.8% of statements [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:35:01.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.138s coverage: 82.4% of statements [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:35:01.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.480s coverage: 28.6% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:35:05.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:35:05.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:35:08.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.441s coverage: 93.8% of statements [2021-01-10T00:35:08.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-10T00:35:08.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-10T00:35:08.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements [2021-01-10T00:35:08.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2021-01-10T00:35:09.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements [2021-01-10T00:35:09.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:35:10.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 63.5% of statements [2021-01-10T00:35:10.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:35:10.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:35:10.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2021-01-10T00:35:10.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2021-01-10T00:35:10.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-10T00:35:11.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-10T00:35:11.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-01-10T00:35:14.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.486s coverage: 55.9% of statements [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:35:14.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 37.0% of statements [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:35:14.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:35:14.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.545s coverage: 84.0% of statements [2021-01-10T00:35:14.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-10T00:35:16.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.194s coverage: 47.1% of statements [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:35:16.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:35:16.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-10T00:35:16.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 29.1% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:35:18.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:35:18.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:35:18.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-10T00:35:19.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-10T00:35:19.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-01-10T00:35:20.194Z] GO111MODULE=on go vet ./... [2021-01-10T00:35:47.965Z] gofmt -l . [2021-01-10T00:35:48.549Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:35:49.131Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:35:49.719Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:35:52.294Z] + ls -al . [2021-01-10T00:35:52.294Z] total 640 [2021-01-10T00:35:52.294Z] drwxrwxr-x 10 1001 1001 4096 Jan 10 00:35 . [2021-01-10T00:35:52.294Z] drwxr-xr-x 4 root root 30 Jan 10 00:34 .. [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:32 .dockerignore [2021-01-10T00:35:52.294Z] drwxrwxr-x 8 1001 1001 179 Jan 10 00:32 .git [2021-01-10T00:35:52.294Z] drwxrwxr-x 3 1001 1001 125 Jan 10 00:32 .github [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:32 .gitignore [2021-01-10T00:35:52.294Z] drwx------ 3 1001 1001 47 Jan 10 00:33 .semver [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:32 .sonarcloud.properties [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:32 CONTRIBUTING.md [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:32 Dockerfile.build [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:32 Jenkinsfile [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:32 LICENSE [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:32 Makefile [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:32 README.md [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:32 SECURITY.md [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:33 VERSION [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:32 ZMQWindows.md [2021-01-10T00:35:52.294Z] drwxrwxr-x 2 1001 1001 117 Jan 10 00:32 bin [2021-01-10T00:35:52.294Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:32 cmd [2021-01-10T00:35:52.294Z] -rw-r--r-- 1 root root 541590 Jan 10 00:35 coverage.out [2021-01-10T00:35:52.294Z] -rw-r--r-- 1 root root 979 Jan 10 00:35 go.mod [2021-01-10T00:35:52.294Z] -rw-r--r-- 1 root root 19019 Jan 10 00:35 go.sum [2021-01-10T00:35:52.294Z] drwxrwxr-x 8 1001 1001 127 Jan 10 00:32 internal [2021-01-10T00:35:52.294Z] drwxrwxr-x 4 1001 1001 26 Jan 10 00:32 openapi [2021-01-10T00:35:52.294Z] drwxrwxr-x 4 1001 1001 71 Jan 10 00:32 snap [2021-01-10T00:35:52.294Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:32 version.go [Pipeline] sh [2021-01-10T00:35:52.610Z] + '[' -e coverage.out ] [2021-01-10T00:35:52.610Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:35:52.869Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:35:53.189Z] + make build [2021-01-10T00:35:53.189Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:35:56.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:36:06.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:36:06.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:36:08.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:36:08.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:36:10.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:36:12.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:36:14.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:36:15.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:36:16.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:36:17.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-10T00:36:19.289Z] $ docker stop --time=1 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 [2021-01-10T00:36:21.037Z] $ docker rm -f 57e9bedacef501ad9f5a58af993f3185455ffdf7d14542f2699742bf428c7eb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:22.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:22.937Z] [2021-01-10T00:36:22.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:23.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:23.306Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-10T00:36:23.306Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-10T00:36:23.306Z] ca9280d653b3: Pulling fs layer [2021-01-10T00:36:23.306Z] 7e9c9ca2126c: Pulling fs layer [2021-01-10T00:36:23.570Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-10T00:36:23.570Z] cbdbe7a5bc2a: Download complete [2021-01-10T00:36:24.158Z] cbdbe7a5bc2a: Pull complete [2021-01-10T00:36:24.158Z] ca9280d653b3: Verifying Checksum [2021-01-10T00:36:24.158Z] ca9280d653b3: Download complete [2021-01-10T00:36:25.593Z] ca9280d653b3: Pull complete [2021-01-10T00:36:26.998Z] 7e9c9ca2126c: Verifying Checksum [2021-01-10T00:36:26.998Z] 7e9c9ca2126c: Download complete [2021-01-10T00:36:28.609Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19298 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-10T00:36:28.657Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout [2021-01-10T00:36:34.276Z] using credential edgex-jenkins-ssh [2021-01-10T00:36:34.339Z] Cloning the remote Git repository [2021-01-10T00:36:35.220Z] 7e9c9ca2126c: Pull complete [2021-01-10T00:36:35.220Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-10T00:36:35.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:35.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-10T00:36:34.395Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:34.527Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2021-01-10T00:36:34.618Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:34.619Z] > git --version # timeout=10 [2021-01-10T00:36:34.645Z] > git --version # 'git version 2.17.1' [2021-01-10T00:36:34.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:34.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:36:35.375Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:36:35.444Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:36:38.571Z] $ docker top 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:36:39.128Z] + docker-compose build --help [2021-01-10T00:36:39.128Z] + grep parallel [2021-01-10T00:36:40.595Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:36:40.613Z] $ docker stop --time=1 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 [2021-01-10T00:36:42.216Z] $ docker rm -f 1837e5c6218e8eb676e6fba15cf29f37f15b5b4d6d26767977c8c8d774cf12c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:42.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:42.987Z] . [Pipeline] withDockerContainer [2021-01-10T00:36:43.131Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:36:43.194Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:36:44.297Z] $ docker top 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:36:44.950Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:36:46.079Z] Building docker-core-command-go ... [2021-01-10T00:36:46.079Z] Building docker-core-data-go ... [2021-01-10T00:36:46.079Z] Building docker-core-metadata-go ... [2021-01-10T00:36:46.079Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:36:46.079Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:36:46.079Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:36:46.079Z] Building docker-support-notifications-go ... [2021-01-10T00:36:46.079Z] Building docker-support-scheduler-go ... [2021-01-10T00:36:46.079Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:36:46.079Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:36:46.079Z] Building docker-core-data-go [2021-01-10T00:36:46.079Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:36:46.079Z] Building docker-support-notifications-go [2021-01-10T00:36:46.079Z] Building docker-security-proxy-setup-go [2021-01-10T00:36:59.460Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-10T00:36:58.566Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:58.592Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:36:58.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:58.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:58.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:58.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:36:59.489Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:36:59.511Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-10T00:36:59.838Z] > git remote # timeout=10 [2021-01-10T00:36:59.895Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:36:59.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:59.921Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:37:00.515Z] Merge succeeded, producing cf704fe81ca2e46f9e41c3afe9498f07545a31cc [2021-01-10T00:37:00.516Z] Checking out Revision cf704fe81ca2e46f9e41c3afe9498f07545a31cc (PR-2858) [2021-01-10T00:37:00.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:37:00.521Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:37:00.534Z] > git checkout -f cf704fe81ca2e46f9e41c3afe9498f07545a31cc # timeout=10 [2021-01-10T00:37:04.849Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:37:04.874Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-10T00:37:04.857Z] > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:37:06.450Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:37:06.963Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:37:07.307Z] + sudo service docker restart [2021-01-10T00:37:07.307Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:37:09.363Z] provisioning config files... [2021-01-10T00:37:09.412Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config4681149535022514151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:37:09.817Z] ---> docker-login.sh [2021-01-10T00:37:09.817Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:37:10.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:11.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:11.077Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:11.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:11.077Z] [2021-01-10T00:37:11.077Z] Login Succeeded [2021-01-10T00:37:11.077Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:37:11.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:11.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:11.625Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:11.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:11.625Z] [2021-01-10T00:37:11.625Z] Login Succeeded [2021-01-10T00:37:11.625Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:37:11.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:12.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:12.174Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:12.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:12.174Z] [2021-01-10T00:37:12.174Z] Login Succeeded [2021-01-10T00:37:12.174Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:37:12.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:12.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:12.721Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:12.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:12.721Z] [2021-01-10T00:37:12.721Z] Login Succeeded [2021-01-10T00:37:12.721Z] docker.io [2021-01-10T00:37:12.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:37:13.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:37:13.589Z] Configure a credential helper to remove this warning. See [2021-01-10T00:37:13.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:37:13.589Z] [2021-01-10T00:37:13.589Z] Login Succeeded [2021-01-10T00:37:13.589Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:37:13.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-10T00:37:14.079Z] ========================================================= [2021-01-10T00:37:14.079Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-10T00:37:14.079Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:37:14.461Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-10T00:37:16.459Z] Sending build context to Docker daemon 165.5MB [2021-01-10T00:37:16.459Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:16.459Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:37:16.735Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-10T00:37:16.735Z] 5f621e34cdf4: Pulling fs layer [2021-01-10T00:37:16.735Z] a4357932f1b6: Pulling fs layer [2021-01-10T00:37:16.735Z] 18c013af1878: Pulling fs layer [2021-01-10T00:37:16.735Z] 00ac8860ef70: Pulling fs layer [2021-01-10T00:37:16.735Z] 63d7cb157983: Pulling fs layer [2021-01-10T00:37:16.735Z] b116817d02f9: Pulling fs layer [2021-01-10T00:37:16.735Z] 745a02a5169b: Pulling fs layer [2021-01-10T00:37:16.735Z] 63d7cb157983: Waiting [2021-01-10T00:37:16.735Z] b116817d02f9: Waiting [2021-01-10T00:37:16.735Z] 00ac8860ef70: Waiting [2021-01-10T00:37:16.735Z] 745a02a5169b: Waiting [2021-01-10T00:37:17.014Z] 18c013af1878: Verifying Checksum [2021-01-10T00:37:17.014Z] 18c013af1878: Download complete [2021-01-10T00:37:17.014Z] a4357932f1b6: Download complete [2021-01-10T00:37:17.014Z] 63d7cb157983: Verifying Checksum [2021-01-10T00:37:17.014Z] 63d7cb157983: Download complete [2021-01-10T00:37:17.014Z] 5f621e34cdf4: Verifying Checksum [2021-01-10T00:37:17.014Z] 5f621e34cdf4: Download complete [2021-01-10T00:37:17.014Z] b116817d02f9: Verifying Checksum [2021-01-10T00:37:17.014Z] b116817d02f9: Download complete [2021-01-10T00:37:17.617Z] 5f621e34cdf4: Pull complete [2021-01-10T00:37:18.229Z] a4357932f1b6: Pull complete [2021-01-10T00:37:18.834Z] 18c013af1878: Pull complete [2021-01-10T00:37:19.431Z] 745a02a5169b: Verifying Checksum [2021-01-10T00:37:19.431Z] 745a02a5169b: Download complete [2021-01-10T00:37:20.414Z] 00ac8860ef70: Verifying Checksum [2021-01-10T00:37:20.690Z] 00ac8860ef70: Download complete [2021-01-10T00:37:25.297Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:25.297Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:25.298Z] ---> 20e648a597be [2021-01-10T00:37:25.298Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:37:25.298Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:25.298Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:25.298Z] ---> 20e648a597be [2021-01-10T00:37:25.298Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:37:25.298Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:25.298Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:25.298Z] ---> 20e648a597be [2021-01-10T00:37:25.298Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:37:25.298Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:25.298Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:25.298Z] ---> 20e648a597be [2021-01-10T00:37:25.298Z] Step 3/23 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:25.298Z] [2021-01-10T00:37:25.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:25.298Z] ---> 20e648a597be [2021-01-10T00:37:25.298Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:37:25.298Z] ---> Running in 6f25f58cce3b [2021-01-10T00:37:25.298Z] ---> Running in 0586a701430d [2021-01-10T00:37:25.298Z] ---> Running in d7222b808f84 [2021-01-10T00:37:25.298Z] ---> Running in 95f964379fc1 [2021-01-10T00:37:25.298Z] ---> Running in 4624420006b0 [2021-01-10T00:37:25.893Z] Removing intermediate container 4624420006b0 [2021-01-10T00:37:25.893Z] ---> 0a6187a62264 [2021-01-10T00:37:25.893Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:25.893Z] Removing intermediate container 95f964379fc1 [2021-01-10T00:37:25.893Z] ---> fece820f977a [2021-01-10T00:37:25.893Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:25.893Z] Removing intermediate container d7222b808f84 [2021-01-10T00:37:25.893Z] ---> 7aaa3ac67847 [2021-01-10T00:37:25.893Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:25.893Z] Removing intermediate container 6f25f58cce3b [2021-01-10T00:37:25.893Z] ---> 8ef6d023bce4 [2021-01-10T00:37:25.893Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:25.893Z] Removing intermediate container 0586a701430d [2021-01-10T00:37:25.893Z] ---> 3150cfc955c9 [2021-01-10T00:37:25.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:25.893Z] ---> Running in f2ee0787e60f [2021-01-10T00:37:25.893Z] ---> Running in bb85276a3a28 [2021-01-10T00:37:25.893Z] ---> Running in 985c20ab3bdd [2021-01-10T00:37:25.893Z] ---> Running in 4ebab240249e [2021-01-10T00:37:25.893Z] ---> Running in 2fc8bf2c7e89 [2021-01-10T00:37:28.514Z] Removing intermediate container bb85276a3a28 [2021-01-10T00:37:28.514Z] ---> e502cdbc2ed4 [2021-01-10T00:37:28.514Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:37:28.514Z] Removing intermediate container 985c20ab3bdd [2021-01-10T00:37:28.514Z] ---> 506285959d3a [2021-01-10T00:37:28.514Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:37:28.514Z] ---> Running in e8dd7e42fe1e [2021-01-10T00:37:28.779Z] ---> Running in b59116b97b96 [2021-01-10T00:37:28.779Z] Removing intermediate container 4ebab240249e [2021-01-10T00:37:28.779Z] ---> dccf02ce2cf3 [2021-01-10T00:37:28.779Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:37:28.779Z] Removing intermediate container 2fc8bf2c7e89 [2021-01-10T00:37:28.779Z] ---> d5c792dc418e [2021-01-10T00:37:28.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:37:28.779Z] Removing intermediate container f2ee0787e60f [2021-01-10T00:37:28.779Z] ---> a1e9b5f36be3 [2021-01-10T00:37:28.779Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:37:29.049Z] ---> Running in 773db7a5b10e [2021-01-10T00:37:29.049Z] ---> Running in b5950c2233d4 [2021-01-10T00:37:29.049Z] ---> Running in af8c62f984e4 [2021-01-10T00:37:30.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:30.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:30.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:30.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:30.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:30.901Z] 00ac8860ef70: Pull complete [2021-01-10T00:37:31.174Z] 63d7cb157983: Pull complete [2021-01-10T00:37:31.772Z] b116817d02f9: Pull complete [2021-01-10T00:37:31.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:31.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:31.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:31.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:32.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:33.484Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:33.484Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:33.484Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:34.487Z] Removing intermediate container b5950c2233d4 [2021-01-10T00:37:34.487Z] ---> 32e72597b46d [2021-01-10T00:37:34.487Z] Step 6/23 : COPY go.mod . [2021-01-10T00:37:34.487Z] Removing intermediate container af8c62f984e4 [2021-01-10T00:37:34.487Z] ---> bfea6cd63888 [2021-01-10T00:37:34.487Z] Step 6/26 : COPY go.mod . [2021-01-10T00:37:34.487Z] Removing intermediate container e8dd7e42fe1e [2021-01-10T00:37:34.487Z] ---> fad3edd91ba2 [2021-01-10T00:37:34.487Z] Step 6/22 : COPY go.mod . [2021-01-10T00:37:34.757Z] ---> 972656a1c7b0 [2021-01-10T00:37:34.757Z] Step 7/23 : RUN go mod download [2021-01-10T00:37:34.757Z] ---> ea136a65e4d3 [2021-01-10T00:37:34.757Z] Step 7/26 : RUN go mod download [2021-01-10T00:37:34.757Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:34.757Z] ---> Running in 6db2647a787c [2021-01-10T00:37:34.757Z] ---> 7a1259d4d389 [2021-01-10T00:37:34.757Z] Step 7/22 : RUN go mod download [2021-01-10T00:37:34.757Z] ---> Running in f350dac491a1 [2021-01-10T00:37:35.024Z] ---> Running in 62b1870eb63d [2021-01-10T00:37:35.622Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:35.895Z] Removing intermediate container b59116b97b96 [2021-01-10T00:37:35.895Z] ---> b54b28ab6303 [2021-01-10T00:37:35.895Z] Step 6/21 : COPY go.mod . [2021-01-10T00:37:36.096Z] 745a02a5169b: Pull complete [2021-01-10T00:37:36.096Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-10T00:37:36.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-10T00:37:36.096Z] ---> b7e6874047d6 [2021-01-10T00:37:36.096Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:37:36.495Z] ---> 797318de0135 [2021-01-10T00:37:36.495Z] Step 7/21 : RUN go mod download [2021-01-10T00:37:36.495Z] Removing intermediate container 773db7a5b10e [2021-01-10T00:37:36.495Z] ---> 57601a457e72 [2021-01-10T00:37:36.495Z] Step 6/24 : COPY go.mod . [2021-01-10T00:37:36.495Z] ---> Running in 5fbd2b39e22e [2021-01-10T00:37:37.094Z] ---> 75602e8a004d [2021-01-10T00:37:37.094Z] Step 7/24 : RUN go mod download [2021-01-10T00:37:37.366Z] ---> Running in 0180efc426a6 [2021-01-10T00:37:37.961Z] Removing intermediate container 6db2647a787c [2021-01-10T00:37:37.961Z] ---> badf3d92cfb2 [2021-01-10T00:37:37.961Z] Step 8/23 : COPY . . [2021-01-10T00:37:38.237Z] Removing intermediate container f350dac491a1 [2021-01-10T00:37:38.237Z] ---> cff9a697a09f [2021-01-10T00:37:38.237Z] Step 8/26 : COPY . . [2021-01-10T00:37:38.237Z] Removing intermediate container 62b1870eb63d [2021-01-10T00:37:38.237Z] ---> 99734aa684d7 [2021-01-10T00:37:38.237Z] Step 8/22 : COPY . . [2021-01-10T00:37:38.723Z] ---> Running in 39262d52a6da [2021-01-10T00:37:39.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:37:41.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:37:43.086Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:37:43.357Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:37:43.703Z] Removing intermediate container 5fbd2b39e22e [2021-01-10T00:37:43.703Z] ---> 452966a25665 [2021-01-10T00:37:43.703Z] Step 8/21 : COPY . . [2021-01-10T00:37:43.947Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:37:43.947Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:37:44.702Z] Removing intermediate container 0180efc426a6 [2021-01-10T00:37:44.702Z] ---> f0f50f744ca0 [2021-01-10T00:37:44.702Z] Step 8/24 : COPY . . [2021-01-10T00:38:06.078Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:38:06.079Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:38:06.079Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:38:06.079Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:38:06.079Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:38:06.079Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:38:06.079Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:38:06.079Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:38:06.079Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:38:06.079Z] OK: 217 MiB in 51 packages [2021-01-10T00:38:09.471Z] Removing intermediate container 39262d52a6da [2021-01-10T00:38:09.471Z] ---> 7b97aaca51c3 [2021-01-10T00:38:09.471Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:38:09.471Z] ---> Running in b09faeb5bcb0 [2021-01-10T00:38:09.471Z] Removing intermediate container b09faeb5bcb0 [2021-01-10T00:38:09.471Z] ---> 6792b657b534 [2021-01-10T00:38:09.471Z] Step 5/6 : COPY go.mod . [2021-01-10T00:38:10.077Z] ---> dff4bc776aad [2021-01-10T00:38:10.077Z] Step 6/6 : RUN go mod download [2021-01-10T00:38:10.354Z] ---> Running in 6da5df469001 [2021-01-10T00:38:23.885Z] ---> 9b072b28d661 [2021-01-10T00:38:23.885Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:38:23.885Z] ---> 1bd54258b240 [2021-01-10T00:38:23.885Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:38:24.157Z] ---> b50700774c78 [2021-01-10T00:38:24.157Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:38:24.459Z] ---> Running in b3f3a4944972 [2021-01-10T00:38:24.459Z] ---> Running in 3f318cac636d [2021-01-10T00:38:24.459Z] ---> Running in 1d806bf1d5cd [2021-01-10T00:38:24.735Z] ---> 820793036887 [2021-01-10T00:38:24.735Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:38:24.735Z] ---> 2c9553060523 [2021-01-10T00:38:24.735Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:38:25.005Z] ---> Running in eda0983f191a [2021-01-10T00:38:25.005Z] ---> Running in 44e032a80cd0 [2021-01-10T00:38:26.445Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:38:26.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:38:26.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:38:26.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:38:26.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:38:37.160Z] Removing intermediate container 6da5df469001 [2021-01-10T00:38:37.160Z] ---> 814fbf5a1fc9 [2021-01-10T00:38:37.160Z] Successfully built 814fbf5a1fc9 [2021-01-10T00:38:37.160Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:37.500Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:37.500Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:37.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container [2021-01-10T00:38:37.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:39.395Z] $ docker top 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:38:40.424Z] + go version [2021-01-10T00:38:40.424Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-10T00:38:40.451Z] $ docker stop --time=1 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b [2021-01-10T00:38:42.407Z] $ docker rm -f 33174187487c57a316082267e34e0e384052f9deaf66522670720e01eb4fe47b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:43.407Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:43.407Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:43.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container [2021-01-10T00:38:43.777Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:45.202Z] $ docker top 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:38:45.579Z] ========================================================= [2021-01-10T00:38:45.579Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:38:45.579Z] ========================================================= [Pipeline] sh [2021-01-10T00:38:46.229Z] + make test [2021-01-10T00:38:46.229Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:38:59.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:39:08.059Z] Removing intermediate container b3f3a4944972 [2021-01-10T00:39:08.059Z] ---> 404174d70861 [2021-01-10T00:39:08.059Z] [2021-01-10T00:39:08.059Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:39:08.059Z] 3.12: Pulling from library/alpine [2021-01-10T00:39:08.059Z] Removing intermediate container eda0983f191a [2021-01-10T00:39:08.059Z] ---> c0fde8efe4b6 [2021-01-10T00:39:08.059Z] [2021-01-10T00:39:08.059Z] Step 10/24 : FROM scratch [2021-01-10T00:39:08.059Z] ---> [2021-01-10T00:39:08.059Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:39:08.059Z] ---> Running in 2f76f29402b5 [2021-01-10T00:39:08.059Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:39:08.059Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:39:08.059Z] ---> 389fef711851 [2021-01-10T00:39:08.059Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:39:08.417Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:39:10.671Z] ---> Running in e30bc50b370e [2021-01-10T00:39:10.671Z] Removing intermediate container 2f76f29402b5 [2021-01-10T00:39:10.671Z] ---> fc867a378920 [2021-01-10T00:39:10.671Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:39:11.278Z] ---> Running in ed5f9a97050f [2021-01-10T00:39:11.561Z] Removing intermediate container 1d806bf1d5cd [2021-01-10T00:39:11.561Z] ---> 074843136da2 [2021-01-10T00:39:11.561Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:39:11.561Z] Removing intermediate container 44e032a80cd0 [2021-01-10T00:39:11.561Z] ---> f10ac9f672cc [2021-01-10T00:39:11.561Z] [2021-01-10T00:39:11.561Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:39:11.561Z] ---> 389fef711851 [2021-01-10T00:39:11.561Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:39:11.561Z] Removing intermediate container ed5f9a97050f [2021-01-10T00:39:11.561Z] ---> f8d75c3c13ed [2021-01-10T00:39:11.561Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:39:11.561Z] ---> Running in bc97fbfb59cc [2021-01-10T00:39:11.833Z] ---> Running in 4b90cde7fb3e [2021-01-10T00:39:11.833Z] ---> Running in 4ba57f4b00b2 [2021-01-10T00:39:12.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:12.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:12.101Z] Removing intermediate container 4ba57f4b00b2 [2021-01-10T00:39:12.101Z] ---> c0b9deb1438b [2021-01-10T00:39:12.101Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:39:12.374Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:39:12.648Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:39:12.648Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:39:12.648Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:39:12.648Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:39:12.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:12.648Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:39:13.253Z] OK: 7 MiB in 19 packages [2021-01-10T00:39:13.253Z] ---> 6a7d7df0d058 [2021-01-10T00:39:13.253Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:39:13.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:39:13.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:13.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:13.788Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:39:14.060Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:39:14.061Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:39:14.061Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:39:14.061Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:14.061Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:39:14.333Z] OK: 7 MiB in 18 packages [2021-01-10T00:39:18.580Z] ---> bc1eee6e5d6e [2021-01-10T00:39:18.580Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:39:18.580Z] Removing intermediate container 3f318cac636d [2021-01-10T00:39:18.580Z] ---> c74ed53f72a2 [2021-01-10T00:39:18.580Z] [2021-01-10T00:39:18.580Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:39:18.580Z] ---> 389fef711851 [2021-01-10T00:39:18.580Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:39:18.580Z] Removing intermediate container e30bc50b370e [2021-01-10T00:39:18.580Z] ---> c418c15b0963 [2021-01-10T00:39:18.580Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:39:18.853Z] Removing intermediate container 4b90cde7fb3e [2021-01-10T00:39:18.853Z] ---> 0fa4de4b8fa6 [2021-01-10T00:39:18.853Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:39:18.853Z] ---> ed63b683cd04 [2021-01-10T00:39:18.853Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:39:18.853Z] ---> Running in 243ea6b43afa [2021-01-10T00:39:18.853Z] ---> Running in e3bd4ff72fac [2021-01-10T00:39:18.853Z] ---> Running in 508a6f82de0c [2021-01-10T00:39:18.853Z] Removing intermediate container bc97fbfb59cc [2021-01-10T00:39:18.853Z] ---> ea4ab048d2af [2021-01-10T00:39:18.853Z] [2021-01-10T00:39:18.853Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:39:19.124Z] 20.10.0: Pulling from library/docker [2021-01-10T00:39:19.124Z] Removing intermediate container 243ea6b43afa [2021-01-10T00:39:19.124Z] ---> 7c3cd3045c27 [2021-01-10T00:39:19.124Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:39:19.124Z] Removing intermediate container e3bd4ff72fac [2021-01-10T00:39:19.124Z] ---> f6aaa7f98c2e [2021-01-10T00:39:19.124Z] Step 13/22 : WORKDIR / [2021-01-10T00:39:19.391Z] Removing intermediate container 508a6f82de0c [2021-01-10T00:39:19.391Z] ---> e1b05e306812 [2021-01-10T00:39:19.391Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:39:19.391Z] ---> 6209fa484cd3 [2021-01-10T00:39:19.391Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:39:19.665Z] ---> Running in 4af35a14b123 [2021-01-10T00:39:19.665Z] ---> Running in 53c14428f502 [2021-01-10T00:39:19.937Z] ---> Running in f6cbc35c1215 [2021-01-10T00:39:19.937Z] Removing intermediate container 53c14428f502 [2021-01-10T00:39:19.937Z] ---> ea0e218f87c6 [2021-01-10T00:39:19.937Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:39:20.208Z] Removing intermediate container 4af35a14b123 [2021-01-10T00:39:20.208Z] ---> 7d50e1ff1862 [2021-01-10T00:39:20.208Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:39:20.483Z] ---> Running in 13bf5a1954aa [2021-01-10T00:39:21.085Z] Removing intermediate container f6cbc35c1215 [2021-01-10T00:39:21.085Z] ---> c16232d76d19 [2021-01-10T00:39:21.085Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:39:21.085Z] ---> cba74942cc37 [2021-01-10T00:39:21.085Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:21.666Z] Removing intermediate container 13bf5a1954aa [2021-01-10T00:39:21.666Z] ---> d3ef897d346f [2021-01-10T00:39:21.666Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:21.666Z] ---> b599adf5fd57 [2021-01-10T00:39:21.666Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:39:21.934Z] ---> Running in a369de90c332 [2021-01-10T00:39:21.934Z] ---> 9af1a81da7b9 [2021-01-10T00:39:21.934Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:39:21.934Z] ---> 75908076ead7 [2021-01-10T00:39:21.934Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:39:22.210Z] ---> Running in b70b9a80faab [2021-01-10T00:39:22.481Z] ---> 104cfbf76da8 [2021-01-10T00:39:22.481Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:39:22.773Z] Removing intermediate container b70b9a80faab [2021-01-10T00:39:22.773Z] ---> 50b1865b6220 [2021-01-10T00:39:22.773Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:22.773Z] ---> Running in ef728b8071a0 [2021-01-10T00:39:23.057Z] ---> cdae2c717173 [2021-01-10T00:39:23.057Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:39:23.057Z] ---> ead40979bdb5 [2021-01-10T00:39:23.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:23.057Z] Removing intermediate container ef728b8071a0 [2021-01-10T00:39:23.057Z] ---> f9be134a1332 [2021-01-10T00:39:23.057Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:39:23.338Z] ---> Running in 7539dfa147b8 [2021-01-10T00:39:23.608Z] ---> 382bf3d61e93 [2021-01-10T00:39:23.608Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:39:23.608Z] Removing intermediate container 7539dfa147b8 [2021-01-10T00:39:23.608Z] ---> 6076f5179743 [2021-01-10T00:39:23.608Z] Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:39:23.880Z] ---> Running in 5b2a5dec7635 [2021-01-10T00:39:23.880Z] ---> Running in 477e5e0b0967 [2021-01-10T00:39:24.150Z] ---> a577168721e3 [2021-01-10T00:39:24.150Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:39:24.150Z] Removing intermediate container a369de90c332 [2021-01-10T00:39:24.150Z] ---> dd154613c13b [2021-01-10T00:39:24.150Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:39:24.424Z] ---> Running in 11528e346ce4 [2021-01-10T00:39:24.424Z] ---> Running in bdf55caef66d [2021-01-10T00:39:24.424Z] Removing intermediate container 477e5e0b0967 [2021-01-10T00:39:24.424Z] ---> 0215fb10e7be [2021-01-10T00:39:24.424Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:39:24.719Z] ---> Running in f498bf194009 [2021-01-10T00:39:24.719Z] Removing intermediate container 11528e346ce4 [2021-01-10T00:39:24.719Z] ---> 41fd337a6105 [2021-01-10T00:39:24.719Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:39:24.999Z] ---> Running in 7b244112a0f4 [2021-01-10T00:39:24.999Z] Removing intermediate container f498bf194009 [2021-01-10T00:39:24.999Z] ---> c5870bd0d654 [2021-01-10T00:39:24.999Z] [2021-01-10T00:39:25.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:25.593Z] Successfully built c5870bd0d654 [2021-01-10T00:39:25.864Z] Successfully tagged docker-support-notifications-go:latest [2021-01-10T00:39:25.864Z] Building docker-support-scheduler-go [2021-01-10T00:39:26.141Z]  Building docker-support-notifications-go ... done Removing intermediate container 7b244112a0f4 [2021-01-10T00:39:26.142Z] ---> e987afb928b2 [2021-01-10T00:39:26.142Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:39:26.142Z] ---> Running in ab1259c6a5b2 [2021-01-10T00:39:26.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:26.410Z] Removing intermediate container 5b2a5dec7635 [2021-01-10T00:39:26.410Z] ---> d59f0f5a709d [2021-01-10T00:39:26.410Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:39:26.410Z] ---> Running in b8b7d5e09843 [2021-01-10T00:39:26.695Z] Removing intermediate container ab1259c6a5b2 [2021-01-10T00:39:26.695Z] ---> 69f2e1d6e6b8 [2021-01-10T00:39:26.695Z] Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:39:26.695Z] ---> Running in f89e235542de [2021-01-10T00:39:27.750Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:39:27.751Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:39:27.751Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:39:27.751Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:39:28.019Z] Removing intermediate container b8b7d5e09843 [2021-01-10T00:39:28.019Z] ---> dada90895c61 [2021-01-10T00:39:28.019Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:39:28.019Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:39:28.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:28.286Z] OK: 8 MiB in 19 packages [2021-01-10T00:39:28.885Z] ---> Running in 3cd5e3f354f8 [2021-01-10T00:39:29.867Z] Removing intermediate container f89e235542de [2021-01-10T00:39:29.867Z] ---> 32070839c5ef [2021-01-10T00:39:29.867Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:39:31.289Z] Removing intermediate container 3cd5e3f354f8 [2021-01-10T00:39:31.289Z] ---> bfd9f9eb1f9a [2021-01-10T00:39:31.289Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:39:31.289Z] ---> Running in 2479ff24d5d2 [2021-01-10T00:39:32.287Z] Removing intermediate container bdf55caef66d [2021-01-10T00:39:32.287Z] ---> 9f040d75a14b [2021-01-10T00:39:32.287Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:39:32.287Z] ---> Running in 57bceea98f50 [2021-01-10T00:39:32.568Z] Removing intermediate container 2479ff24d5d2 [2021-01-10T00:39:32.568Z] ---> ea734e206d8c [2021-01-10T00:39:32.568Z] [2021-01-10T00:39:32.839Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:39:32.839Z] ---> 997a4cd78f34 [2021-01-10T00:39:32.839Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:39:32.839Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:39:32.839Z] ---> aefe523efa57 [2021-01-10T00:39:32.839Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:39:32.839Z] Successfully built ea734e206d8c [2021-01-10T00:39:33.132Z] Removing intermediate container 57bceea98f50 [2021-01-10T00:39:33.132Z] ---> 8e52db09bc37 [2021-01-10T00:39:33.132Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:39:33.132Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-10T00:39:33.132Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-10T00:39:33.132Z] ---> Running in 314b7e43acd7 [2021-01-10T00:39:33.132Z] ---> Running in 9354d94ce95f [2021-01-10T00:39:36.550Z] Removing intermediate container 9354d94ce95f [2021-01-10T00:39:36.550Z] ---> fbe389db5f64 [2021-01-10T00:39:36.550Z] [2021-01-10T00:39:36.550Z] ---> 0b81b2b28b65 [2021-01-10T00:39:36.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:36.550Z] Successfully built fbe389db5f64 [2021-01-10T00:39:36.550Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-10T00:39:36.550Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-10T00:39:36.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:37.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:37.424Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:39:37.692Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:39:37.692Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:39:37.963Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:37.963Z] OK: 12 MiB in 22 packages [2021-01-10T00:39:38.946Z] ---> c9316110194f [2021-01-10T00:39:38.946Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:39:39.949Z] ---> Running in 7b94e6a3e519 [2021-01-10T00:39:41.386Z] Removing intermediate container 314b7e43acd7 [2021-01-10T00:39:41.387Z] ---> 12f0515e1e14 [2021-01-10T00:39:41.387Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:39:41.387Z] Removing intermediate container 7b94e6a3e519 [2021-01-10T00:39:41.387Z] ---> b3ee2f5c4ecb [2021-01-10T00:39:41.387Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:42.395Z] ---> Running in e532fcbd611d [2021-01-10T00:39:42.395Z] ---> Running in 3be3db51484f [2021-01-10T00:39:43.028Z] Removing intermediate container e532fcbd611d [2021-01-10T00:39:43.028Z] ---> 3c314911b6ab [2021-01-10T00:39:43.028Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:39:43.300Z] Removing intermediate container 3be3db51484f [2021-01-10T00:39:43.300Z] ---> bba3c51802e7 [2021-01-10T00:39:43.300Z] Step 21/23 : LABEL arch=x86_64 [2021-01-10T00:39:43.583Z] ---> Running in 073501b1bf63 [2021-01-10T00:39:43.862Z] ---> Running in f753a6df12ee [2021-01-10T00:39:44.457Z] Removing intermediate container f753a6df12ee [2021-01-10T00:39:44.457Z] ---> abde0a1cd513 [2021-01-10T00:39:44.457Z] Step 22/23 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:39:44.457Z] Removing intermediate container 073501b1bf63 [2021-01-10T00:39:44.457Z] ---> 7359e8657e82 [2021-01-10T00:39:44.457Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:39:45.423Z] ---> Running in a2108c4116c8 [2021-01-10T00:39:45.698Z] ---> Running in 8cf4609fcd52 [2021-01-10T00:39:47.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:39:47.692Z] Removing intermediate container a2108c4116c8 [2021-01-10T00:39:47.692Z] ---> 986089da9f53 [2021-01-10T00:39:47.692Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:39:47.962Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:39:47.962Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:39:47.962Z] ---> 20e648a597be [2021-01-10T00:39:47.962Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:39:47.962Z] ---> Using cache [2021-01-10T00:39:47.962Z] ---> 3150cfc955c9 [2021-01-10T00:39:47.962Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:47.962Z] ---> Using cache [2021-01-10T00:39:47.962Z] ---> d5c792dc418e [2021-01-10T00:39:47.962Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:39:48.970Z] Removing intermediate container 8cf4609fcd52 [2021-01-10T00:39:48.970Z] ---> 4c3eb0dd8250 [2021-01-10T00:39:48.970Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:39:49.251Z] ---> Running in fad48ca953a1 [2021-01-10T00:39:49.251Z] ---> Running in 47a3c3c49c0d [2021-01-10T00:39:50.635Z] Removing intermediate container fad48ca953a1 [2021-01-10T00:39:50.635Z] ---> 00eda36d5c81 [2021-01-10T00:39:50.635Z] [2021-01-10T00:39:51.011Z] Successfully built 00eda36d5c81 [2021-01-10T00:39:51.011Z] Successfully tagged docker-core-data-go:latest [2021-01-10T00:39:51.011Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-10T00:39:51.367Z] ---> e26ec5a66d7c [2021-01-10T00:39:51.367Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:51.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:52.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:53.615Z] ---> 83ec7d0566aa [2021-01-10T00:39:53.615Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:39:54.240Z] OK: 233 MiB in 51 packages [2021-01-10T00:39:54.825Z] ---> 37e8fe4aab0d [2021-01-10T00:39:54.825Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:39:55.407Z] ---> Running in 2303050c1c06 [2021-01-10T00:39:56.413Z] Removing intermediate container 47a3c3c49c0d [2021-01-10T00:39:56.413Z] ---> c92deb628763 [2021-01-10T00:39:56.413Z] Step 6/21 : COPY go.mod . [2021-01-10T00:39:57.022Z] ---> 9ee9cfa668d6 [2021-01-10T00:39:57.022Z] Step 7/21 : RUN go mod download [2021-01-10T00:39:57.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:57.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:57.316Z] ---> Running in 4862db9f1c73 [2021-01-10T00:39:57.595Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:39:57.595Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:39:57.595Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:39:57.595Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:39:57.876Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:39:57.876Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:39:58.180Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:40:02.499Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:40:02.499Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:40:02.499Z] ---> 20e648a597be [2021-01-10T00:40:02.499Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:40:02.499Z] ---> Using cache [2021-01-10T00:40:02.499Z] ---> 3150cfc955c9 [2021-01-10T00:40:02.499Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:40:02.499Z] ---> Using cache [2021-01-10T00:40:02.499Z] ---> d5c792dc418e [2021-01-10T00:40:02.499Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:40:02.499Z] ---> Using cache [2021-01-10T00:40:02.499Z] ---> c92deb628763 [2021-01-10T00:40:02.499Z] Step 6/24 : COPY go.mod . [2021-01-10T00:40:02.499Z] ---> Using cache [2021-01-10T00:40:02.499Z] ---> 9ee9cfa668d6 [2021-01-10T00:40:02.499Z] Step 7/24 : RUN go mod download [2021-01-10T00:40:03.922Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:40:03.922Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:40:03.922Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:40:03.922Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:40:04.201Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:40:04.201Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:40:04.469Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:40:04.469Z] ---> Running in 3b6a5dce2159 [2021-01-10T00:40:04.469Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:40:05.051Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:40:05.051Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:40:05.051Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:40:05.051Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:40:05.051Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:40:05.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:40:05.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:40:05.051Z] ---> 20e648a597be [2021-01-10T00:40:05.051Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:40:05.051Z] ---> Using cache [2021-01-10T00:40:05.051Z] ---> 3150cfc955c9 [2021-01-10T00:40:05.051Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:40:05.051Z] ---> Using cache [2021-01-10T00:40:05.051Z] ---> d5c792dc418e [2021-01-10T00:40:05.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:40:05.051Z] ---> Using cache [2021-01-10T00:40:05.051Z] ---> c92deb628763 [2021-01-10T00:40:05.051Z] Step 6/22 : COPY go.mod . [2021-01-10T00:40:05.051Z] ---> Using cache [2021-01-10T00:40:05.051Z] ---> 9ee9cfa668d6 [2021-01-10T00:40:05.051Z] Step 7/22 : RUN go mod download [2021-01-10T00:40:06.044Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:40:06.044Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:40:06.044Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:40:06.321Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:40:06.321Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:40:06.321Z] ---> Running in 9c06b2797264 [2021-01-10T00:40:06.321Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:40:06.321Z] Removing intermediate container 4862db9f1c73 [2021-01-10T00:40:06.321Z] ---> e07b33d1e1ed [2021-01-10T00:40:06.321Z] Step 8/21 : COPY . . [2021-01-10T00:40:06.601Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:40:06.601Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:40:06.601Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:40:06.601Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:40:07.200Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:40:07.200Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:40:07.200Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:40:07.200Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:07.802Z] OK: 71 MiB in 55 packages [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:40:09.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:40:14.157Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:40:14.157Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:40:14.157Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:40:16.084Z] Removing intermediate container 3b6a5dce2159 [2021-01-10T00:40:16.084Z] ---> c006f8497d16 [2021-01-10T00:40:16.084Z] Step 8/24 : COPY . . [2021-01-10T00:40:16.084Z] Removing intermediate container 9c06b2797264 [2021-01-10T00:40:16.084Z] ---> ac5fbc9f7269 [2021-01-10T00:40:16.084Z] Step 8/22 : COPY . . [2021-01-10T00:40:16.084Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:40:16.084Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:40:16.084Z] ---> 20e648a597be [2021-01-10T00:40:16.084Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:40:16.084Z] ---> Using cache [2021-01-10T00:40:16.084Z] ---> 3150cfc955c9 [2021-01-10T00:40:16.084Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:40:16.084Z] ---> Using cache [2021-01-10T00:40:16.084Z] ---> d5c792dc418e [2021-01-10T00:40:16.084Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:40:16.084Z] ---> Using cache [2021-01-10T00:40:16.084Z] ---> c92deb628763 [2021-01-10T00:40:16.084Z] Step 6/22 : COPY go.mod . [2021-01-10T00:40:16.084Z] ---> Using cache [2021-01-10T00:40:16.084Z] ---> 9ee9cfa668d6 [2021-01-10T00:40:16.084Z] Step 7/22 : RUN go mod download [2021-01-10T00:40:16.084Z] ---> Using cache [2021-01-10T00:40:16.084Z] ---> ac5fbc9f7269 [2021-01-10T00:40:16.084Z] Step 8/22 : COPY . . [2021-01-10T00:40:20.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 46.6% of statements [2021-01-10T00:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:40:27.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.596s coverage: 27.0% of statements [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:40:27.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:40:27.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:40:27.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 77.1% of statements [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:40:27.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.4% of statements [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:40:27.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:40:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.272s coverage: 28.6% of statements [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:40:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:40:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:40:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:40:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.324s coverage: 97.5% of statements [2021-01-10T00:40:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:40:36.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements [2021-01-10T00:40:36.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:40:36.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:40:36.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:40:36.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:40:44.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:40:44.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:40:44.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.346s coverage: 0.1% of statements [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:40:44.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:40:44.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-10T00:40:44.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:40:44.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-01-10T00:40:44.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:40:44.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-01-10T00:40:44.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements [2021-01-10T00:40:45.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.2% of statements [2021-01-10T00:40:48.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2021-01-10T00:40:48.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:40:48.435Z] ---> 1a1636a9149f [2021-01-10T00:40:48.435Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:40:49.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 63.5% of statements [2021-01-10T00:40:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:40:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:40:49.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2021-01-10T00:40:49.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-10T00:40:50.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-10T00:40:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-10T00:40:51.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-10T00:40:52.769Z] ---> Running in 71137bbde0ea [2021-01-10T00:40:53.365Z] Removing intermediate container 2303050c1c06 [2021-01-10T00:40:53.365Z] ---> 12c1a99860b4 [2021-01-10T00:40:53.365Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:40:53.629Z] ---> Running in adab9b736a08 [2021-01-10T00:40:53.629Z] ---> 405e48302aea [2021-01-10T00:40:53.629Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:40:53.629Z] ---> 25af3dc5e4e0 [2021-01-10T00:40:53.629Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:40:53.629Z] ---> fdba9dabac8c [2021-01-10T00:40:53.629Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:40:54.591Z] ---> Running in f6ddca4f52a0 [2021-01-10T00:40:54.591Z] ---> Running in 51df3a81de8b [2021-01-10T00:40:54.591Z] ---> Running in 915788a933be [2021-01-10T00:40:54.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:40:55.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 55.9% of statements [2021-01-10T00:40:55.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:40:55.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:40:55.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:40:55.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:40:55.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:40:55.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:40:55.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:40:55.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:40:57.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.363s coverage: 37.0% of statements [2021-01-10T00:40:57.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:40:57.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:40:57.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.623s coverage: 84.0% of statements [2021-01-10T00:40:57.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-10T00:40:59.290Z] Collecting docker-compose==1.23.2 [2021-01-10T00:40:59.290Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:40:59.565Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:40:59.565Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:40:59.565Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:40:59.845Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:40:59.845Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:41:01.841Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:41:01.841Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:41:02.821Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:41:02.821Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:41:03.092Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:41:03.092Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:41:03.371Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:41:03.371Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:41:03.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.358s coverage: 47.1% of statements [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:41:03.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:41:03.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-01-10T00:41:03.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:41:04.350Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:41:04.350Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:41:04.622Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:41:04.622Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:41:05.587Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:41:05.587Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:41:07.562Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:41:07.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:41:07.562Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:41:07.562Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:41:07.562Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:41:07.562Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:41:07.562Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:41:07.562Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:41:07.562Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:41:07.562Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:41:07.562Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:41:07.562Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:41:07.843Z] Installing collected packages: jsonschema, PyYAML, cached-property, websocket-client, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-01-10T00:41:07.843Z] Running setup.py install for PyYAML: started [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.038s coverage: 29.1% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.294s coverage: 99.0% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:41:08.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:41:08.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:41:08.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements [2021-01-10T00:41:09.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-10T00:41:09.807Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:41:10.081Z] Attempting uninstall: urllib3 [2021-01-10T00:41:10.081Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:41:10.081Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:41:10.081Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:41:10.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-10T00:41:10.353Z] Attempting uninstall: idna [2021-01-10T00:41:10.353Z] Found existing installation: idna 2.9 [2021-01-10T00:41:10.353Z] Uninstalling idna-2.9: [2021-01-10T00:41:10.353Z] Successfully uninstalled idna-2.9 [2021-01-10T00:41:11.153Z] GO111MODULE=on go vet ./... [2021-01-10T00:41:12.356Z] Attempting uninstall: requests [2021-01-10T00:41:12.356Z] Found existing installation: requests 2.23.0 [2021-01-10T00:41:12.356Z] Uninstalling requests-2.23.0: [2021-01-10T00:41:12.356Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:41:12.356Z] Running setup.py install for texttable: started [2021-01-10T00:41:13.336Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:41:14.756Z] Running setup.py install for dockerpty: started [2021-01-10T00:41:15.361Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:41:15.361Z] Running setup.py install for docopt: started [2021-01-10T00:41:15.954Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:41:16.536Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:41:21.892Z] Removing intermediate container adab9b736a08 [2021-01-10T00:41:21.892Z] ---> 1c15b8ecdaba [2021-01-10T00:41:21.892Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:41:21.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:41:21.892Z] ---> Running in 2f4e0be2dd7b [2021-01-10T00:41:22.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:23.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:41:23.430Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:41:23.430Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:41:23.430Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:41:23.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:41:23.430Z] OK: 72 MiB in 58 packages [2021-01-10T00:41:27.695Z] Removing intermediate container 2f4e0be2dd7b [2021-01-10T00:41:27.695Z] ---> 3ae4aebe4e68 [2021-01-10T00:41:27.695Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:41:27.695Z] ---> Running in 58e7c59c9942 [2021-01-10T00:41:29.617Z] Removing intermediate container 71137bbde0ea [2021-01-10T00:41:29.617Z] ---> b5921180d766 [2021-01-10T00:41:29.617Z] [2021-01-10T00:41:29.617Z] Step 10/21 : FROM scratch [2021-01-10T00:41:29.617Z] ---> [2021-01-10T00:41:29.617Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:41:30.566Z] Removing intermediate container 915788a933be [2021-01-10T00:41:30.566Z] ---> 2eaf5c3f3223 [2021-01-10T00:41:30.566Z] [2021-01-10T00:41:30.566Z] Step 10/22 : FROM scratch [2021-01-10T00:41:30.566Z] ---> [2021-01-10T00:41:30.566Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:41:32.493Z] ---> Running in fa965a29013a [2021-01-10T00:41:32.763Z] Removing intermediate container 58e7c59c9942 [2021-01-10T00:41:32.763Z] ---> b6ae4eb38083 [2021-01-10T00:41:32.763Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:41:32.763Z] ---> Running in 2953a9b77816 [2021-01-10T00:41:32.763Z] Removing intermediate container f6ddca4f52a0 [2021-01-10T00:41:32.763Z] ---> 2b4cf6e00a8c [2021-01-10T00:41:32.763Z] [2021-01-10T00:41:32.763Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:41:32.763Z] ---> 389fef711851 [2021-01-10T00:41:32.763Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:41:32.763Z] ---> Using cache [2021-01-10T00:41:32.763Z] ---> c418c15b0963 [2021-01-10T00:41:32.763Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:41:32.763Z] ---> Running in a903a61d2d16 [2021-01-10T00:41:33.027Z] Removing intermediate container fa965a29013a [2021-01-10T00:41:33.027Z] ---> c8521aa759b5 [2021-01-10T00:41:33.027Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:41:33.610Z] ---> Running in 6f19e9265c27 [2021-01-10T00:41:33.879Z] Removing intermediate container 51df3a81de8b [2021-01-10T00:41:33.879Z] ---> cf7bcb6887e9 [2021-01-10T00:41:33.879Z] [2021-01-10T00:41:33.879Z] Step 10/22 : FROM scratch [2021-01-10T00:41:33.879Z] ---> [2021-01-10T00:41:33.879Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:41:33.879Z] ---> Using cache [2021-01-10T00:41:33.879Z] ---> b4cab754ec20 [2021-01-10T00:41:33.879Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:41:33.879Z] Removing intermediate container 2953a9b77816 [2021-01-10T00:41:33.879Z] ---> b4cab754ec20 [2021-01-10T00:41:33.879Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:41:33.879Z] ---> Running in e3c7e0b71fd8 [2021-01-10T00:41:33.879Z] ---> Running in 1c5da82d26bb [2021-01-10T00:41:33.879Z] ---> Running in 8ad9ac93d36b [2021-01-10T00:41:34.141Z] Removing intermediate container a903a61d2d16 [2021-01-10T00:41:34.141Z] ---> 5540bdaac97f [2021-01-10T00:41:34.141Z] Step 24/26 : LABEL arch=x86_64 [2021-01-10T00:41:34.141Z] Removing intermediate container 6f19e9265c27 [2021-01-10T00:41:34.141Z] ---> eb4461e18ee9 [2021-01-10T00:41:34.141Z] Step 13/24 : WORKDIR / [2021-01-10T00:41:34.141Z] ---> Running in 9bf30e146c3c [2021-01-10T00:41:34.403Z] Removing intermediate container e3c7e0b71fd8 [2021-01-10T00:41:34.403Z] ---> 322caaa7e58c [2021-01-10T00:41:34.403Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:41:34.403Z] ---> Running in 56d10f2ea7f4 [2021-01-10T00:41:34.403Z] Removing intermediate container 1c5da82d26bb [2021-01-10T00:41:34.403Z] ---> 2b246f06da24 [2021-01-10T00:41:34.403Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:41:34.403Z] Removing intermediate container 8ad9ac93d36b [2021-01-10T00:41:34.403Z] ---> 75d7ed88019a [2021-01-10T00:41:34.403Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:41:34.403Z] ---> Running in 7d7091d06c3c [2021-01-10T00:41:34.665Z] ---> Running in 4c8f9c54547d [2021-01-10T00:41:34.665Z] ---> Running in fcb5c6ceb9ae [2021-01-10T00:41:34.665Z] Removing intermediate container 9bf30e146c3c [2021-01-10T00:41:34.665Z] ---> fcd8de2fa391 [2021-01-10T00:41:34.665Z] Step 25/26 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:41:34.665Z] Removing intermediate container 56d10f2ea7f4 [2021-01-10T00:41:34.665Z] ---> 23fbaa008996 [2021-01-10T00:41:34.665Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:41:34.929Z] ---> Running in 8cefa4e8ec5e [2021-01-10T00:41:34.929Z] Removing intermediate container 7d7091d06c3c [2021-01-10T00:41:34.929Z] ---> 73a254625b8e [2021-01-10T00:41:34.929Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:41:34.929Z] Removing intermediate container 4c8f9c54547d [2021-01-10T00:41:34.929Z] ---> 97803a4f9cda [2021-01-10T00:41:34.929Z] Step 14/22 : WORKDIR / [2021-01-10T00:41:34.929Z] Removing intermediate container fcb5c6ceb9ae [2021-01-10T00:41:34.929Z] ---> 97482c05032e [2021-01-10T00:41:34.929Z] Step 14/22 : WORKDIR / [2021-01-10T00:41:35.192Z] ---> Running in c985f55d8afa [2021-01-10T00:41:35.192Z] ---> Running in 5c5ea25b6442 [2021-01-10T00:41:35.773Z] ---> 3737fe87381c [2021-01-10T00:41:35.773Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:41:35.773Z] Removing intermediate container 8cefa4e8ec5e [2021-01-10T00:41:35.773Z] ---> 241ba4c9254d [2021-01-10T00:41:35.773Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:41:35.773Z] ---> d0fd109274dc [2021-01-10T00:41:35.773Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:41:36.043Z] Removing intermediate container c985f55d8afa [2021-01-10T00:41:36.043Z] ---> a2c9c994539f [2021-01-10T00:41:36.043Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:41:36.043Z] ---> Running in cd46bc9a8062 [2021-01-10T00:41:36.043Z] Removing intermediate container 5c5ea25b6442 [2021-01-10T00:41:36.043Z] ---> 935ec5504fe9 [2021-01-10T00:41:36.043Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:41:36.392Z] ---> b3e91018165c [2021-01-10T00:41:36.392Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:41:36.392Z] ---> 99026a53f8e3 [2021-01-10T00:41:36.392Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:41:36.392Z] Removing intermediate container cd46bc9a8062 [2021-01-10T00:41:36.392Z] ---> b2e450a9b498 [2021-01-10T00:41:36.392Z] [2021-01-10T00:41:36.693Z] ---> 3b56a2465c12 [2021-01-10T00:41:36.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:41:36.693Z] Successfully built b2e450a9b498 [2021-01-10T00:41:36.693Z] ---> c0f2cc2147cf [2021-01-10T00:41:36.693Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:41:36.693Z] ---> 146096c8c67f [2021-01-10T00:41:36.693Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:41:36.693Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-10T00:41:37.332Z]  Building docker-sys-mgmt-agent-go ... done  ---> 03085c4c0ae0 [2021-01-10T00:41:37.332Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:41:37.635Z] ---> Running in 8e33a2afd8fd [2021-01-10T00:41:37.635Z] ---> 41014691a192 [2021-01-10T00:41:37.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:41:37.921Z] ---> bffaef24eb30 [2021-01-10T00:41:37.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:41:37.921Z] ---> 6813a2efdd5b [2021-01-10T00:41:37.921Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:41:37.921Z] Removing intermediate container 8e33a2afd8fd [2021-01-10T00:41:37.921Z] ---> 0f7420c4f12b [2021-01-10T00:41:37.921Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:41:38.185Z] ---> Running in 959a8b3f9a21 [2021-01-10T00:41:38.185Z] ---> f6102090643d [2021-01-10T00:41:38.185Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:41:38.185Z] ---> 579f3936de32 [2021-01-10T00:41:38.185Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:41:38.449Z] ---> Running in e7da6988f248 [2021-01-10T00:41:38.449Z] ---> Running in bf69c1d31efc [2021-01-10T00:41:38.449Z] Removing intermediate container 959a8b3f9a21 [2021-01-10T00:41:38.449Z] ---> 3e403391959e [2021-01-10T00:41:38.449Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:41:38.449Z] ---> 31eafcae4de1 [2021-01-10T00:41:38.449Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:41:39.028Z] ---> Running in cf48fa93a33d [2021-01-10T00:41:39.028Z] Removing intermediate container e7da6988f248 [2021-01-10T00:41:39.028Z] ---> be3f7edce1b1 [2021-01-10T00:41:39.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:41:39.028Z] Removing intermediate container bf69c1d31efc [2021-01-10T00:41:39.028Z] ---> 861115c14060 [2021-01-10T00:41:39.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:41:39.028Z] ---> 7b68c54b14eb [2021-01-10T00:41:39.028Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:41:39.028Z] ---> Running in 3933c1ecb3c3 [2021-01-10T00:41:39.028Z] ---> Running in 704ba5353243 [2021-01-10T00:41:39.028Z] ---> Running in bbe10b36e5a0 [2021-01-10T00:41:39.028Z] Removing intermediate container cf48fa93a33d [2021-01-10T00:41:39.028Z] ---> c1458bfc57b4 [2021-01-10T00:41:39.028Z] Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:41:39.299Z] ---> Running in c791028630b0 [2021-01-10T00:41:39.567Z] Removing intermediate container 3933c1ecb3c3 [2021-01-10T00:41:39.567Z] ---> 566ced128405 [2021-01-10T00:41:39.567Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:41:39.567Z] Removing intermediate container 704ba5353243 [2021-01-10T00:41:39.567Z] ---> 60130ea7cba1 [2021-01-10T00:41:39.567Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:41:39.567Z] ---> Running in 28eb510d5c0e [2021-01-10T00:41:39.567Z] ---> Running in 9fdf18029e9c [2021-01-10T00:41:39.834Z] Removing intermediate container c791028630b0 [2021-01-10T00:41:39.834Z] ---> 9fa8d656c9ad [2021-01-10T00:41:39.834Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:41:39.834Z] ---> Running in 0272287aa1c3 [2021-01-10T00:41:39.834Z] Removing intermediate container 28eb510d5c0e [2021-01-10T00:41:39.834Z] ---> cd52fde9a754 [2021-01-10T00:41:39.834Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:41:39.834Z] Removing intermediate container 9fdf18029e9c [2021-01-10T00:41:39.834Z] ---> c0ca679186e3 [2021-01-10T00:41:39.834Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:41:40.099Z] ---> Running in fa972cac4ef7 [2021-01-10T00:41:40.099Z] ---> Running in 3bfc155cfefd [2021-01-10T00:41:40.363Z] Removing intermediate container 0272287aa1c3 [2021-01-10T00:41:40.363Z] ---> 525087154cfa [2021-01-10T00:41:40.363Z] [2021-01-10T00:41:40.363Z] Successfully built 525087154cfa [2021-01-10T00:41:40.625Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-10T00:41:40.625Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3bfc155cfefd [2021-01-10T00:41:40.625Z] ---> 46953059b0c9 [2021-01-10T00:41:40.625Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:41:40.625Z] Removing intermediate container fa972cac4ef7 [2021-01-10T00:41:40.625Z] ---> 2fb7bb95b41d [2021-01-10T00:41:40.625Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:41:40.625Z] ---> Running in a386d323a3d0 [2021-01-10T00:41:40.893Z] ---> Running in 20cfc6a1d4f9 [2021-01-10T00:41:40.893Z] Removing intermediate container bbe10b36e5a0 [2021-01-10T00:41:40.893Z] ---> bc73828248ec [2021-01-10T00:41:40.893Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:41:40.893Z] Removing intermediate container a386d323a3d0 [2021-01-10T00:41:40.893Z] ---> 3772c0546430 [2021-01-10T00:41:40.893Z] [2021-01-10T00:41:40.893Z] ---> Running in cfd14ab28338 [2021-01-10T00:41:41.156Z] Successfully built 3772c0546430 [2021-01-10T00:41:41.418Z] Successfully tagged docker-core-metadata-go:latest [2021-01-10T00:41:41.418Z]  Building docker-core-metadata-go ... done Removing intermediate container 20cfc6a1d4f9 [2021-01-10T00:41:41.418Z] ---> dbfda098c3ab [2021-01-10T00:41:41.418Z] [2021-01-10T00:41:41.418Z] Removing intermediate container cfd14ab28338 [2021-01-10T00:41:41.418Z] ---> 04e702740028 [2021-01-10T00:41:41.418Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:41:41.418Z] Successfully built dbfda098c3ab [2021-01-10T00:41:41.418Z] Successfully tagged docker-core-command-go:latest [2021-01-10T00:41:41.418Z]  Building docker-core-command-go ... done  ---> Running in f1d64b126fa5 [2021-01-10T00:41:41.684Z] Removing intermediate container f1d64b126fa5 [2021-01-10T00:41:41.684Z] ---> da1f40972020 [2021-01-10T00:41:41.684Z] Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:41:41.684Z] ---> Running in 1af2db2b2459 [2021-01-10T00:41:41.947Z] Removing intermediate container 1af2db2b2459 [2021-01-10T00:41:41.947Z] ---> 37d0b41550c1 [2021-01-10T00:41:41.947Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:41:41.947Z] ---> Running in cf0b4e448f23 [2021-01-10T00:41:42.209Z] Removing intermediate container cf0b4e448f23 [2021-01-10T00:41:42.209Z] ---> 769b69277b37 [2021-01-10T00:41:42.209Z] [2021-01-10T00:41:42.209Z] Successfully built 769b69277b37 [2021-01-10T00:41:42.209Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-10T00:41:43.175Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-01-10T00:41:43.228Z] $ docker stop --time=1 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f [2021-01-10T00:41:44.983Z] $ docker rm -f 2fa0d8ede2ed43bdddf9570261d6c02bf4dd85938f2333b23868f3f070636f4f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:41:45.520Z] + docker images [2021-01-10T00:41:45.520Z] + grep docker [2021-01-10T00:41:45.520Z] docker-security-secretstore-setup-go latest 769b69277b37 4 seconds ago 24.6MB [2021-01-10T00:41:45.520Z] docker-core-command-go latest dbfda098c3ab 5 seconds ago 10.6MB [2021-01-10T00:41:45.520Z] docker-support-scheduler-go latest 525087154cfa 5 seconds ago 10.7MB [2021-01-10T00:41:45.520Z] docker-core-metadata-go latest 3772c0546430 5 seconds ago 13MB [2021-01-10T00:41:45.520Z] docker-sys-mgmt-agent-go latest b2e450a9b498 9 seconds ago 313MB [2021-01-10T00:41:45.520Z] docker-core-data-go latest 00eda36d5c81 About a minute ago 22.3MB [2021-01-10T00:41:45.520Z] docker-security-bootstrap-redis-go latest fbe389db5f64 2 minutes ago 15.8MB [2021-01-10T00:41:45.520Z] docker-security-proxy-setup-go latest ea734e206d8c 2 minutes ago 24.5MB [2021-01-10T00:41:45.520Z] docker-support-notifications-go latest c5870bd0d654 2 minutes ago 12MB [2021-01-10T00:41:45.520Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-10T00:42:01.408Z] Still waiting to schedule task [2021-01-10T00:42:01.408Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-10T00:42:19.236Z] gofmt -l . [2021-01-10T00:42:19.236Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:42:19.236Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:42:19.236Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:42:23.286Z] + ls -al . [2021-01-10T00:42:23.286Z] total 668 [2021-01-10T00:42:23.286Z] drwxrwxr-x 9 1001 1001 4096 Jan 10 00:42 . [2021-01-10T00:42:23.286Z] drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore [2021-01-10T00:42:23.286Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:37 .git [2021-01-10T00:42:23.286Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:37 .gitignore [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:37 Dockerfile.build [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:37 Makefile [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:37 README.md [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:37 SECURITY.md [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:33 VERSION [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md [2021-01-10T00:42:23.286Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 00:37 bin [2021-01-10T00:42:23.286Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:37 cmd [2021-01-10T00:42:23.286Z] -rw-r--r-- 1 root root 541590 Jan 10 00:41 coverage.out [2021-01-10T00:42:23.286Z] -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod [2021-01-10T00:42:23.286Z] -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum [2021-01-10T00:42:23.286Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal [2021-01-10T00:42:23.286Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi [2021-01-10T00:42:23.286Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:37 snap [2021-01-10T00:42:23.286Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh [2021-01-10T00:42:23.955Z] + '[' -e coverage.out ] [2021-01-10T00:42:23.955Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:42:23.976Z] Warning: overwriting stash ‘coverage-report’ [2021-01-10T00:42:25.120Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:42:25.805Z] + make build [2021-01-10T00:42:25.805Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:42:38.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:43:00.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:43:03.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:43:07.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:43:08.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:43:13.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:43:18.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:43:22.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:43:26.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:43:29.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:43:32.497Z] Running on prd-ubuntu18.04-docker-8c-8g-19307 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-10T00:43:32.552Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout [2021-01-10T00:43:33.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:43:34.944Z] using credential edgex-jenkins-ssh [2021-01-10T00:43:35.011Z] Cloning the remote Git repository [2021-01-10T00:43:35.041Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:43:35.104Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2021-01-10T00:43:35.133Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:43:35.133Z] > git --version # timeout=10 [2021-01-10T00:43:35.148Z] > git --version # 'git version 2.17.1' [2021-01-10T00:43:35.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:43:35.176Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-10T00:43:36.559Z] $ docker stop --time=1 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f [2021-01-10T00:43:39.141Z] $ docker rm -f 949320daae16bdf682d18cac186c48d9bf54f1e56fa86e9d03f3ddfe59077c9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:43:41.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:43:41.113Z] [2021-01-10T00:43:41.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:43:41.527Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:43:41.803Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-10T00:43:41.803Z] 29e5d40040c1: Pulling fs layer [2021-01-10T00:43:41.803Z] 1ce36da41761: Pulling fs layer [2021-01-10T00:43:41.803Z] 25b303627fd3: Pulling fs layer [2021-01-10T00:43:42.083Z] 29e5d40040c1: Verifying Checksum [2021-01-10T00:43:42.083Z] 29e5d40040c1: Download complete [2021-01-10T00:43:42.686Z] 1ce36da41761: Verifying Checksum [2021-01-10T00:43:42.686Z] 1ce36da41761: Download complete [2021-01-10T00:43:42.959Z] 29e5d40040c1: Pull complete [2021-01-10T00:43:43.940Z] 1ce36da41761: Pull complete [2021-01-10T00:43:44.539Z] 25b303627fd3: Verifying Checksum [2021-01-10T00:43:44.539Z] 25b303627fd3: Download complete [2021-01-10T00:43:54.684Z] 25b303627fd3: Pull complete [2021-01-10T00:43:54.684Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-10T00:43:54.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:43:54.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-10T00:43:54.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container [2021-01-10T00:43:55.008Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:43:58.092Z] $ docker top 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:43:59.097Z] + grep parallel [2021-01-10T00:43:59.097Z] + docker-compose build --help [2021-01-10T00:44:02.452Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:44:02.750Z] $ docker stop --time=1 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 [2021-01-10T00:44:04.685Z] $ docker rm -f 963c6679a5bcd283074f1842f09c3f7601f43cb0fe73d3be574049acdc20d498 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:44:05.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:05.565Z] . [Pipeline] withDockerContainer [2021-01-10T00:44:05.906Z] prd-ubuntu18.04-docker-arm64-4c-16g-19298 does not seem to be running inside a container [2021-01-10T00:44:06.019Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:44:07.506Z] $ docker top f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:44:08.572Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:44:12.889Z] Building docker-core-command-go ... [2021-01-10T00:44:12.889Z] Building docker-core-data-go ... [2021-01-10T00:44:12.889Z] Building docker-core-metadata-go ... [2021-01-10T00:44:12.889Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:44:12.889Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:44:12.889Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:44:12.889Z] Building docker-support-notifications-go ... [2021-01-10T00:44:12.889Z] Building docker-support-scheduler-go ... [2021-01-10T00:44:12.889Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:44:12.889Z] Building docker-support-notifications-go [2021-01-10T00:44:12.889Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:44:12.889Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:44:12.889Z] Building docker-security-proxy-setup-go [2021-01-10T00:44:12.889Z] Building docker-core-command-go [2021-01-10T00:44:36.346Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-10T00:44:36.571Z] Merge succeeded, producing e851142f6b6807d98f8d41ebc5f95884b5216413 [2021-01-10T00:44:36.571Z] Checking out Revision e851142f6b6807d98f8d41ebc5f95884b5216413 (PR-2858) [2021-01-10T00:44:35.337Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:44:35.346Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:44:35.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:44:35.367Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:44:35.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:44:35.372Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:44:36.369Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:44:36.374Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-10T00:44:36.447Z] > git remote # timeout=10 [2021-01-10T00:44:36.454Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:44:36.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:44:36.464Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:44:36.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:44:36.587Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:44:36.591Z] > git checkout -f e851142f6b6807d98f8d41ebc5f95884b5216413 # timeout=10 [2021-01-10T00:44:40.337Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:44:40.348Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:44:41.356Z] + echo snap-build.sh [2021-01-10T00:44:41.356Z] snap-build.sh [2021-01-10T00:44:41.356Z] + SNAP_BASE_DIR=. [2021-01-10T00:44:41.356Z] + '[' '!' -z /w/workspace/edgex-go/36 ']' [2021-01-10T00:44:41.356Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/36 [2021-01-10T00:44:41.356Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/36]' [2021-01-10T00:44:41.356Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/36] [2021-01-10T00:44:41.356Z] + cd /w/workspace/edgex-go/36 [2021-01-10T00:44:41.356Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-10T00:44:41.356Z] Reading package lists... [2021-01-10T00:44:41.356Z] Building dependency tree... [2021-01-10T00:44:41.356Z] Reading state information... [2021-01-10T00:44:41.622Z] The following packages were automatically installed and are no longer required: [2021-01-10T00:44:41.622Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-10T00:44:41.622Z] uidmap xdelta3 [2021-01-10T00:44:41.622Z] Use 'sudo apt autoremove' to remove them. [2021-01-10T00:44:41.622Z] The following packages will be REMOVED: [2021-01-10T00:44:41.622Z] lxd* lxd-client* [2021-01-10T00:44:41.885Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-10T00:44:41.885Z] After this operation, 31.7 MB disk space will be freed. [2021-01-10T00:44:42.934Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-10T00:44:42.934Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:44:40.353Z] > git rev-list --no-walk de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 [2021-01-10T00:44:43.507Z] Removing lxd dnsmasq configuration [2021-01-10T00:44:43.769Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:44:43.769Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-10T00:44:44.712Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-10T00:44:44.973Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-10T00:44:44.973Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:44:46.364Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-10T00:44:46.364Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-10T00:44:47.752Z] + sudo snap remove --purge lxd [2021-01-10T00:44:47.752Z] snap "lxd" is not installed [2021-01-10T00:44:47.752Z] + sudo groupadd --force --system lxd [2021-01-10T00:44:47.752Z] ++ whoami [2021-01-10T00:44:47.752Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-10T00:44:47.752Z] + newgrp - lxd [2021-01-10T00:44:47.752Z] + sudo snap install lxd [2021-01-10T00:44:57.787Z] 2021-01-10T00:44:54Z INFO Waiting for automatic snapd restart... [2021-01-10T00:45:12.734Z] lxd 4.9 from Canonical* installed [2021-01-10T00:45:12.734Z] + sudo lxd init --auto [2021-01-10T00:45:19.331Z] + sudo snap install --classic snapcraft [2021-01-10T00:45:20.908Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:20.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:20.908Z] ---> 814fbf5a1fc9 [2021-01-10T00:45:20.908Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:45:20.908Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:20.908Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:20.908Z] ---> 814fbf5a1fc9 [2021-01-10T00:45:20.908Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:45:20.908Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:20.908Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:20.908Z] ---> 814fbf5a1fc9 [2021-01-10T00:45:20.908Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:45:20.908Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:20.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:20.908Z] ---> 814fbf5a1fc9 [2021-01-10T00:45:20.908Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:45:20.908Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:20.908Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:20.908Z] ---> 814fbf5a1fc9 [2021-01-10T00:45:20.908Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:45:22.358Z] ---> Running in a760f6dae639 [2021-01-10T00:45:22.358Z] ---> Running in d78e18a77ffb [2021-01-10T00:45:22.358Z] ---> Running in a5b603f02fe4 [2021-01-10T00:45:22.358Z] ---> Running in e390b1120088 [2021-01-10T00:45:22.358Z] ---> Running in 7d4d9f6f3088 [2021-01-10T00:45:22.956Z] Removing intermediate container a5b603f02fe4 [2021-01-10T00:45:22.956Z] ---> f51892840d80 [2021-01-10T00:45:22.956Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:22.956Z] Removing intermediate container 7d4d9f6f3088 [2021-01-10T00:45:22.956Z] ---> da66886214bd [2021-01-10T00:45:22.956Z] Removing intermediate container d78e18a77ffb [2021-01-10T00:45:22.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:22.956Z] ---> 8771a78886b7 [2021-01-10T00:45:22.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:22.956Z] Removing intermediate container e390b1120088 [2021-01-10T00:45:22.956Z] ---> 2efdcb0cccda [2021-01-10T00:45:22.956Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:22.956Z] Removing intermediate container a760f6dae639 [2021-01-10T00:45:22.956Z] ---> 7b19333542ea [2021-01-10T00:45:22.956Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:23.229Z] ---> Running in 5844b63b7172 [2021-01-10T00:45:23.229Z] ---> Running in 3d97a0cb7577 [2021-01-10T00:45:23.229Z] ---> Running in 1e9dc11a14ab [2021-01-10T00:45:23.229Z] ---> Running in f5b1f5a7775a [2021-01-10T00:45:23.229Z] ---> Running in a6895b22fa1f [2021-01-10T00:45:27.098Z] Removing intermediate container 5844b63b7172 [2021-01-10T00:45:27.098Z] ---> ae0ae8994776 [2021-01-10T00:45:27.098Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:45:27.098Z] ---> Running in b028408b4d9d [2021-01-10T00:45:27.098Z] Removing intermediate container 3d97a0cb7577 [2021-01-10T00:45:27.098Z] ---> 5afa30c1e594 [2021-01-10T00:45:27.098Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:45:27.127Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:45:27.127Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-10T00:45:27.127Z] + patch --verbose -p1 [2021-01-10T00:45:27.127Z] Hmm... Looks like a unified diff to me... [2021-01-10T00:45:27.127Z] The text leading up to this was: [2021-01-10T00:45:27.127Z] -------------------------- [2021-01-10T00:45:27.127Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-10T00:45:27.127Z] |From: Tony Espy [2021-01-10T00:45:27.127Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-10T00:45:27.127Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-10T00:45:27.127Z] | [2021-01-10T00:45:27.127Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-10T00:45:27.127Z] |optimize the snap CI check run for pull requests. When [2021-01-10T00:45:27.127Z] |applied, it essentially strips out everything (apps and [2021-01-10T00:45:27.127Z] |parts) from the snapcraft.yaml file except those required [2021-01-10T00:45:27.127Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-10T00:45:27.127Z] |catch changes to edgex-go that break the snap build. [2021-01-10T00:45:27.127Z] | [2021-01-10T00:45:27.127Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-10T00:45:27.127Z] |to update this patch file, otherwise it may fail to apply, [2021-01-10T00:45:27.127Z] |resulting in a failed snap build CI check in the associated [2021-01-10T00:45:27.127Z] |pull request. [2021-01-10T00:45:27.127Z] | [2021-01-10T00:45:27.127Z] |Note - in addition to applying this patch, the pipeline also [2021-01-10T00:45:27.127Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-10T00:45:27.127Z] |need to build the finally binary .snap file (and it won't [2021-01-10T00:45:27.127Z] |work with the patch applied). This further reduces the build [2021-01-10T00:45:27.127Z] |time. [2021-01-10T00:45:27.127Z] |--- [2021-01-10T00:45:27.127Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-10T00:45:27.127Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-10T00:45:27.127Z] | [2021-01-10T00:45:27.127Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-10T00:45:27.127Z] |index 1e537489..faf42425 100644 [2021-01-10T00:45:27.127Z] |--- a/snap/snapcraft.yaml [2021-01-10T00:45:27.127Z] |+++ b/snap/snapcraft.yaml [2021-01-10T00:45:27.127Z] -------------------------- [2021-01-10T00:45:27.127Z] patching file snap/snapcraft.yaml [2021-01-10T00:45:27.127Z] Using Plan A... [2021-01-10T00:45:27.127Z] Hunk #1 succeeded at 73. [2021-01-10T00:45:27.127Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-10T00:45:27.127Z] Hunk #3 succeeded at 214. [2021-01-10T00:45:27.127Z] Hunk #4 FAILED at 222. [2021-01-10T00:45:27.127Z] Hunk #5 succeeded at 300 (offset 1 line). [2021-01-10T00:45:27.127Z] Hunk #6 succeeded at 327 (offset 1 line). [2021-01-10T00:45:27.127Z] Hunk #7 succeeded at 361 (offset 1 line). [2021-01-10T00:45:27.127Z] Hunk #8 FAILED at 411. [2021-01-10T00:45:27.127Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-10T00:45:27.127Z] Hmm... Ignoring the trailing garbage. [2021-01-10T00:45:27.127Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-10T00:45:27.374Z] ---> Running in e17297ef03a0 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T00:45:27.654Z] Removing intermediate container a6895b22fa1f [2021-01-10T00:45:27.654Z] ---> 2940b428d37c [2021-01-10T00:45:27.654Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:45:27.654Z] Removing intermediate container 1e9dc11a14ab [2021-01-10T00:45:27.654Z] ---> 28103fbce003 [2021-01-10T00:45:27.654Z] Step 5/21 : RUN apk add --update --no-cache make git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T00:45:27.818Z] Failed in branch amd64 [2021-01-10T00:45:27.929Z] ---> Running in fe07ab955de1 [2021-01-10T00:45:27.929Z] ---> Running in e02210c6333e [2021-01-10T00:45:27.929Z] Removing intermediate container f5b1f5a7775a [2021-01-10T00:45:27.929Z] ---> be78ec2f0c95 [2021-01-10T00:45:27.929Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:45:28.533Z] ---> Running in 0ae0fbea97f1 [2021-01-10T00:45:29.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:29.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:30.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:30.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:30.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:30.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:30.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:31.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:31.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:31.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:31.857Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:32.476Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:32.754Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:32.754Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:33.351Z] Removing intermediate container e17297ef03a0 [2021-01-10T00:45:33.351Z] ---> 48f5f8728791 [2021-01-10T00:45:33.351Z] Step 6/22 : COPY go.mod . [2021-01-10T00:45:33.351Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:34.327Z] Removing intermediate container fe07ab955de1 [2021-01-10T00:45:34.327Z] ---> 45b6f1731723 [2021-01-10T00:45:34.327Z] Step 6/21 : COPY go.mod . [2021-01-10T00:45:34.606Z] ---> bb1988f805b5 [2021-01-10T00:45:34.606Z] Step 7/22 : RUN go mod download [2021-01-10T00:45:34.606Z] Removing intermediate container e02210c6333e [2021-01-10T00:45:34.606Z] ---> 85e954083f31 [2021-01-10T00:45:34.606Z] Step 6/24 : COPY go.mod . [2021-01-10T00:45:34.606Z] Removing intermediate container 0ae0fbea97f1 [2021-01-10T00:45:34.606Z] ---> 0e59e4abbfb9 [2021-01-10T00:45:34.606Z] Step 6/26 : COPY go.mod . [2021-01-10T00:45:34.882Z] ---> Running in 1fdf43731846 [2021-01-10T00:45:35.151Z] Removing intermediate container b028408b4d9d [2021-01-10T00:45:35.151Z] ---> e5f932928f5c [2021-01-10T00:45:35.151Z] Step 6/22 : COPY go.mod . [2021-01-10T00:45:35.425Z] ---> 39b21bcac463 [2021-01-10T00:45:35.425Z] Step 7/21 : RUN go mod download [2021-01-10T00:45:35.702Z] ---> Running in dd475e3bd264 [2021-01-10T00:45:35.980Z] ---> 5cbf8c5b5319 [2021-01-10T00:45:35.980Z] Step 7/26 : RUN go mod download [2021-01-10T00:45:35.980Z] ---> 9e285e6b7356 [2021-01-10T00:45:35.980Z] Step 7/24 : RUN go mod download [2021-01-10T00:45:35.980Z] ---> Running in f022577ea558 [2021-01-10T00:45:35.980Z] ---> Running in a0d24b90a954 [2021-01-10T00:45:36.584Z] ---> 1ddaaa83e535 [2021-01-10T00:45:36.584Z] Step 7/22 : RUN go mod download [2021-01-10T00:45:36.865Z] ---> Running in 142bb91bfe73 [2021-01-10T00:45:38.886Z] Removing intermediate container 1fdf43731846 [2021-01-10T00:45:38.886Z] ---> cd8a532f787c [2021-01-10T00:45:38.886Z] Step 8/22 : COPY . . [2021-01-10T00:45:40.336Z] Removing intermediate container dd475e3bd264 [2021-01-10T00:45:40.336Z] ---> b9f17d80614a [2021-01-10T00:45:40.336Z] Step 8/21 : COPY . . [2021-01-10T00:45:42.314Z] Removing intermediate container f022577ea558 [2021-01-10T00:45:42.314Z] ---> e23ebb825097 [2021-01-10T00:45:42.314Z] Step 8/26 : COPY . . [2021-01-10T00:45:42.602Z] Removing intermediate container a0d24b90a954 [2021-01-10T00:45:42.602Z] ---> 192ae4af4597 [2021-01-10T00:45:42.602Z] Step 8/24 : COPY . . [2021-01-10T00:45:42.873Z] Removing intermediate container 142bb91bfe73 [2021-01-10T00:45:42.873Z] ---> 96f1904b8f0a [2021-01-10T00:45:42.873Z] Step 8/22 : COPY . . [2021-01-10T00:46:09.698Z] ---> 4e9e24af25a1 [2021-01-10T00:46:09.698Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:46:09.698Z] ---> c27b4c3176c0 [2021-01-10T00:46:09.698Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:46:09.698Z] ---> 59f71ce735f6 [2021-01-10T00:46:09.698Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:46:09.698Z] ---> 9fef7cdf23ec [2021-01-10T00:46:09.698Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:46:09.698Z] ---> 7cc02f9af278 [2021-01-10T00:46:09.698Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:46:09.698Z] ---> Running in e3a13aea2a30 [2021-01-10T00:46:09.698Z] ---> Running in d5cf2079f109 [2021-01-10T00:46:09.698Z] ---> Running in 970ffff39ced [2021-01-10T00:46:09.698Z] ---> Running in 49fb246c08b6 [2021-01-10T00:46:09.698Z] ---> Running in 104fcab8611a [2021-01-10T00:46:09.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:46:09.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:46:09.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:46:09.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:46:09.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:47:31.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:47:39.854Z] Removing intermediate container 49fb246c08b6 [2021-01-10T00:47:39.854Z] ---> 0fe28102c825 [2021-01-10T00:47:39.854Z] [2021-01-10T00:47:39.854Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:47:39.854Z] Removing intermediate container 104fcab8611a [2021-01-10T00:47:39.854Z] ---> 75c2beb49b68 [2021-01-10T00:47:39.854Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:47:40.839Z] 3.12: Pulling from library/alpine [2021-01-10T00:47:41.137Z] ---> Running in d468c8bc5c83 [2021-01-10T00:47:41.411Z] Removing intermediate container e3a13aea2a30 [2021-01-10T00:47:41.411Z] ---> ae20c15f3401 [2021-01-10T00:47:41.411Z] [2021-01-10T00:47:41.411Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:47:41.688Z] 3.12: Pulling from library/alpine [2021-01-10T00:47:41.961Z] Removing intermediate container 970ffff39ced [2021-01-10T00:47:41.961Z] ---> f73f05b2574b [2021-01-10T00:47:41.961Z] [2021-01-10T00:47:41.961Z] Step 10/24 : FROM scratch [2021-01-10T00:47:41.961Z] ---> [2021-01-10T00:47:41.961Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:47:41.961Z] Removing intermediate container d5cf2079f109 [2021-01-10T00:47:41.961Z] ---> f401111cdffb [2021-01-10T00:47:41.961Z] [2021-01-10T00:47:41.961Z] Step 10/22 : FROM scratch [2021-01-10T00:47:41.961Z] ---> [2021-01-10T00:47:41.961Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:47:42.236Z] ---> Running in adb6086a24a5 [2021-01-10T00:47:42.236Z] ---> Running in e7046beae37c [2021-01-10T00:47:42.236Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:47:42.236Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:47:42.236Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:47:42.236Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:47:42.236Z] ---> afeebe901d6b [2021-01-10T00:47:42.236Z] ---> afeebe901d6b [2021-01-10T00:47:42.236Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:47:42.236Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:47:42.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:47:42.506Z] ---> Running in e628348395b4 [2021-01-10T00:47:42.506Z] ---> Running in 55e14ed27d35 [2021-01-10T00:47:43.100Z] Removing intermediate container adb6086a24a5 [2021-01-10T00:47:43.100Z] ---> 9da58842d5fa [2021-01-10T00:47:43.100Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:47:43.100Z] Removing intermediate container e7046beae37c [2021-01-10T00:47:43.100Z] ---> 4fff7e90c1ba [2021-01-10T00:47:43.100Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:47:43.100Z] ---> Running in 203a2b24dae3 [2021-01-10T00:47:43.100Z] ---> Running in e736f77554a9 [2021-01-10T00:47:44.095Z] Removing intermediate container 203a2b24dae3 [2021-01-10T00:47:44.095Z] ---> 36625f0d6813 [2021-01-10T00:47:44.095Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:47:44.095Z] Removing intermediate container e736f77554a9 [2021-01-10T00:47:44.095Z] ---> 0989dea4991f [2021-01-10T00:47:44.095Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:47:44.095Z] ---> Running in d44fb5e889ae [2021-01-10T00:47:44.370Z] ---> Running in a74c7db96629 [2021-01-10T00:47:44.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:44.647Z] Removing intermediate container d44fb5e889ae [2021-01-10T00:47:44.647Z] ---> 7325f44d927b [2021-01-10T00:47:44.647Z] Step 14/22 : WORKDIR / [2021-01-10T00:47:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:44.924Z] ---> Running in 6c93c277c652 [2021-01-10T00:47:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:47:45.200Z] Removing intermediate container a74c7db96629 [2021-01-10T00:47:45.200Z] ---> 5282bdf0af59 [2021-01-10T00:47:45.200Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:47:45.473Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:47:45.473Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:47:45.753Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:47:45.753Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:47:45.753Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:47:45.753Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:47:45.753Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:47:45.753Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:47:45.753Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:47:45.753Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:47:45.753Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:47:45.753Z] Removing intermediate container 6c93c277c652 [2021-01-10T00:47:45.753Z] ---> b7416121c82d [2021-01-10T00:47:45.753Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:47:45.753Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:47:45.753Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:47:46.035Z] OK: 7 MiB in 18 packages [2021-01-10T00:47:46.035Z] OK: 7 MiB in 19 packages [2021-01-10T00:47:46.651Z] Removing intermediate container d468c8bc5c83 [2021-01-10T00:47:46.651Z] ---> 05ae9f8824f3 [2021-01-10T00:47:46.651Z] [2021-01-10T00:47:46.651Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:47:46.651Z] ---> 4a440f0d3686 [2021-01-10T00:47:46.651Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:47:46.938Z] 20.10.0: Pulling from library/docker [2021-01-10T00:47:46.938Z] ---> f2979cadba22 [2021-01-10T00:47:46.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:47:48.958Z] Removing intermediate container e628348395b4 [2021-01-10T00:47:48.958Z] ---> e69296018c5b [2021-01-10T00:47:48.958Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:47:49.269Z] ---> Running in 6d3d4a83b613 [2021-01-10T00:47:49.583Z] ---> 9a0531ca8ea3 [2021-01-10T00:47:49.583Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:47:49.583Z] Removing intermediate container 55e14ed27d35 [2021-01-10T00:47:49.583Z] ---> fe2b234b56c9 [2021-01-10T00:47:49.583Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:47:49.583Z] ---> 255f869c1e39 [2021-01-10T00:47:49.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:47:49.583Z] ---> Running in e7c9db695c3e [2021-01-10T00:47:50.607Z] Removing intermediate container 6d3d4a83b613 [2021-01-10T00:47:50.607Z] ---> 66b75f64e75c [2021-01-10T00:47:50.607Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:47:50.898Z] ---> Running in 06513f680933 [2021-01-10T00:47:50.898Z] Removing intermediate container e7c9db695c3e [2021-01-10T00:47:50.898Z] ---> 03af76623918 [2021-01-10T00:47:50.898Z] Step 13/22 : WORKDIR / [2021-01-10T00:47:51.194Z] ---> Running in 4176be4c2de3 [2021-01-10T00:47:51.194Z] ---> 40e561e037dd [2021-01-10T00:47:51.194Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:47:51.467Z] ---> Running in 8104d6eb8a09 [2021-01-10T00:47:51.741Z] Removing intermediate container 06513f680933 [2021-01-10T00:47:51.741Z] ---> 47caf3cfc0b2 [2021-01-10T00:47:51.741Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:47:52.017Z] ---> 14c20f4de0cf [2021-01-10T00:47:52.017Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt /Removing intermediate container 4176be4c2de3 [2021-01-10T00:47:52.017Z] [2021-01-10T00:47:52.017Z] ---> cd8f3a4a3ea0 [2021-01-10T00:47:52.017Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:47:52.353Z] Removing intermediate container 8104d6eb8a09 [2021-01-10T00:47:52.353Z] ---> 9cb411e0cce3 [2021-01-10T00:47:52.353Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:47:52.642Z] ---> Running in ef25c675c405 [2021-01-10T00:47:52.942Z] ---> 95732d4bbd13 [2021-01-10T00:47:52.942Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:47:53.215Z] ---> 3507a08610b4 [2021-01-10T00:47:53.215Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:47:53.489Z] Removing intermediate container ef25c675c405 [2021-01-10T00:47:53.489Z] ---> 7a639af162ca [2021-01-10T00:47:53.489Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:47:53.766Z] ---> 09ba75df64bd [2021-01-10T00:47:53.766Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:47:54.037Z] ---> Running in 87eb2b9eafea [2021-01-10T00:47:55.011Z] ---> daa18ecbaece [2021-01-10T00:47:55.011Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:47:55.286Z] Removing intermediate container 87eb2b9eafea [2021-01-10T00:47:55.286Z] ---> 32c968b531ee [2021-01-10T00:47:55.286Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:47:55.286Z] ---> 3017b3f8092b [2021-01-10T00:47:55.286Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:47:55.564Z] ---> Running in 2cd5a48d48cd [2021-01-10T00:47:55.564Z] ---> b34dbd388b9c [2021-01-10T00:47:55.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:47:57.020Z] Removing intermediate container 2cd5a48d48cd [2021-01-10T00:47:57.020Z] ---> 1b3a21a18aa6 [2021-01-10T00:47:57.020Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:47:57.020Z] ---> 3fd4f53b019e [2021-01-10T00:47:57.020Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:47:57.295Z] ---> 6d13456c1bfd [2021-01-10T00:47:57.295Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:47:57.568Z] ---> e7e79aa7a20e [2021-01-10T00:47:57.568Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:47:57.843Z] ---> Running in 3b34f98d76e0 [2021-01-10T00:47:57.844Z] ---> Running in 6e8f38c1fac7 [2021-01-10T00:47:57.844Z] ---> Running in 4a048e174e67 [2021-01-10T00:47:58.846Z] Removing intermediate container 6e8f38c1fac7 [2021-01-10T00:47:58.846Z] Removing intermediate container 4a048e174e67 [2021-01-10T00:47:58.846Z] ---> d3ebcbc1212a [2021-01-10T00:47:58.846Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:47:58.846Z] ---> 034edf7d8514 [2021-01-10T00:47:58.846Z] [2021-01-10T00:47:59.125Z] ---> f537dd18c84c [2021-01-10T00:47:59.125Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:47:59.125Z] Removing intermediate container 3b34f98d76e0 [2021-01-10T00:47:59.125Z] ---> 02ae8b4badf5 [2021-01-10T00:47:59.125Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:47:59.400Z] Successfully built 034edf7d8514 [2021-01-10T00:47:59.401Z] ---> Running in acd481651c3a [2021-01-10T00:47:59.401Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-10T00:47:59.401Z] Building docker-security-secretstore-setup-go [2021-01-10T00:47:59.401Z]  Building docker-core-command-go ... done  ---> Running in da4a16574474 [2021-01-10T00:47:59.401Z] ---> Running in 65c3b5c2eb28 [2021-01-10T00:48:00.392Z] Removing intermediate container acd481651c3a [2021-01-10T00:48:00.392Z] ---> 524c5b392a63 [2021-01-10T00:48:00.392Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:48:00.392Z] Removing intermediate container da4a16574474 [2021-01-10T00:48:00.392Z] ---> 1b4060148d54 [2021-01-10T00:48:00.392Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:48:00.392Z] ---> Running in 43e7dd1173a0 [2021-01-10T00:48:00.666Z] ---> Running in 92c9a2be01de [2021-01-10T00:48:01.658Z] Removing intermediate container 43e7dd1173a0 [2021-01-10T00:48:01.658Z] ---> 1b14419b3989 [2021-01-10T00:48:01.658Z] Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:48:01.948Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:48:01.948Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:48:01.948Z] ---> eeaf43b92773 [2021-01-10T00:48:01.948Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:48:01.948Z] Removing intermediate container 92c9a2be01de [2021-01-10T00:48:01.948Z] ---> aaa625a8efcc [2021-01-10T00:48:01.948Z] Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:48:02.544Z] ---> Running in 786fdabcce7d [2021-01-10T00:48:02.820Z] ---> Running in ff6a6e8f1bec [2021-01-10T00:48:02.820Z] ---> Running in 451c7f5aa623 [2021-01-10T00:48:03.421Z] Removing intermediate container 786fdabcce7d [2021-01-10T00:48:03.421Z] ---> c620cc580c57 [2021-01-10T00:48:03.421Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:48:03.421Z] Removing intermediate container 65c3b5c2eb28 [2021-01-10T00:48:03.421Z] ---> a64bdfb248d2 [2021-01-10T00:48:03.421Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:48:03.421Z] Removing intermediate container ff6a6e8f1bec [2021-01-10T00:48:03.421Z] ---> cf462896935e [2021-01-10T00:48:03.421Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:48:03.700Z] ---> Running in b6327be63c3b [2021-01-10T00:48:03.700Z] ---> Running in 9d3ec7ef8e7f [2021-01-10T00:48:03.988Z] ---> Running in f138caedd753 [2021-01-10T00:48:04.592Z] Removing intermediate container b6327be63c3b [2021-01-10T00:48:04.592Z] ---> 21c1dc313066 [2021-01-10T00:48:04.592Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:48:04.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:04.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:05.143Z] ---> Running in 20df2fcfc8b4 [2021-01-10T00:48:05.418Z] Removing intermediate container 9d3ec7ef8e7f [2021-01-10T00:48:05.418Z] Removing intermediate container f138caedd753 [2021-01-10T00:48:05.418Z] ---> 91325902a0cc [2021-01-10T00:48:05.418Z] [2021-01-10T00:48:05.418Z] ---> fd25eedd6147 [2021-01-10T00:48:05.418Z] [2021-01-10T00:48:05.418Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:48:05.418Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:48:05.693Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:48:05.693Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:48:05.693Z] OK: 12 MiB in 22 packages [2021-01-10T00:48:05.972Z] Successfully built fd25eedd6147 [2021-01-10T00:48:05.972Z] Successfully built 91325902a0cc [2021-01-10T00:48:06.245Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-10T00:48:06.245Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-10T00:48:06.245Z] Removing intermediate container 20df2fcfc8b4 [2021-01-10T00:48:06.245Z] ---> 3a1bcd62909e [2021-01-10T00:48:06.245Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:48:06.245Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-10T00:48:06.245Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-10T00:48:06.517Z] ---> Running in ac26eef121d4 [2021-01-10T00:48:06.795Z] Removing intermediate container ac26eef121d4 [2021-01-10T00:48:06.795Z] ---> 8d34c485ffd8 [2021-01-10T00:48:07.070Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:48:07.070Z] Removing intermediate container 451c7f5aa623 [2021-01-10T00:48:07.070Z] ---> 6a4e6bc1bfb9 [2021-01-10T00:48:07.070Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:48:07.070Z] ---> Running in e7a7dc3b6e0c [2021-01-10T00:48:07.354Z] ---> Running in f820a63f5a7e [2021-01-10T00:48:07.629Z] Removing intermediate container e7a7dc3b6e0c [2021-01-10T00:48:07.629Z] ---> 9d3b2726e0fd [2021-01-10T00:48:07.629Z] [2021-01-10T00:48:07.906Z] Removing intermediate container f820a63f5a7e [2021-01-10T00:48:07.906Z] ---> 94d210bda340 [2021-01-10T00:48:07.906Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:48:07.906Z] Successfully built 9d3b2726e0fd [2021-01-10T00:48:08.177Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-10T00:48:08.177Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in cb43a7b89ce7 [2021-01-10T00:48:08.177Z] Building docker-support-scheduler-go [2021-01-10T00:48:08.460Z] Removing intermediate container cb43a7b89ce7 [2021-01-10T00:48:08.460Z] ---> 81202f4fd479 [2021-01-10T00:48:08.460Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:48:08.734Z] ---> Running in 82d84c6cc6f5 [2021-01-10T00:48:09.329Z] Removing intermediate container 82d84c6cc6f5 [2021-01-10T00:48:09.329Z] ---> fa0818a56060 [2021-01-10T00:48:09.330Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:48:11.302Z] ---> bd3b2fa26f2d [2021-01-10T00:48:11.302Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:48:12.295Z] ---> 4f714c648d76 [2021-01-10T00:48:12.295Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:48:14.291Z] ---> a94e6c19dfec [2021-01-10T00:48:14.291Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:48:14.898Z] ---> Running in f2aa46ad50b8 [2021-01-10T00:48:16.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:16.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:16.920Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:48:16.921Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:48:16.921Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:48:16.921Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:48:16.921Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:48:17.193Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:48:17.193Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:48:19.799Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:48:19.799Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:48:19.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:48:19.799Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:48:19.799Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:48:19.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:48:19.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:48:20.073Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:48:20.073Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:48:20.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:48:20.073Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:48:20.073Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:48:20.073Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:48:20.347Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:48:20.347Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:48:20.347Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:48:20.347Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:48:20.347Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:48:20.347Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:48:20.347Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:48:20.347Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:48:20.347Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:48:20.347Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:48:20.625Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:48:20.625Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:48:20.625Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:48:20.625Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:48:20.625Z] OK: 71 MiB in 55 packages [2021-01-10T00:48:30.816Z] Removing intermediate container f2aa46ad50b8 [2021-01-10T00:48:30.816Z] ---> 882b0eb23c5f [2021-01-10T00:48:30.816Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:48:30.816Z] ---> Running in 2ea993418d7c [2021-01-10T00:48:36.223Z] Collecting docker-compose==1.23.2 [2021-01-10T00:48:36.223Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:48:37.668Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:48:37.668Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:48:38.658Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:48:38.658Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:48:38.658Z] ---> 814fbf5a1fc9 [2021-01-10T00:48:38.658Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:48:38.658Z] ---> Using cache [2021-01-10T00:48:38.658Z] ---> 7b19333542ea [2021-01-10T00:48:38.658Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:48:38.658Z] ---> Using cache [2021-01-10T00:48:38.658Z] ---> 2940b428d37c [2021-01-10T00:48:38.658Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:48:41.297Z] ---> Running in b8b4291dc99a [2021-01-10T00:48:41.899Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:48:41.899Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:48:42.500Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:48:42.500Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:48:42.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:43.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:45.745Z] OK: 217 MiB in 51 packages [2021-01-10T00:48:47.181Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:48:47.181Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:48:47.788Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:48:47.788Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:48:48.786Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:48:48.786Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:48:49.398Z] Removing intermediate container b8b4291dc99a [2021-01-10T00:48:49.398Z] ---> 8dff887b10e4 [2021-01-10T00:48:49.398Z] Step 6/24 : COPY go.mod . [2021-01-10T00:48:50.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:48:50.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:48:50.398Z] ---> 814fbf5a1fc9 [2021-01-10T00:48:50.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:48:50.398Z] ---> Using cache [2021-01-10T00:48:50.398Z] ---> 7b19333542ea [2021-01-10T00:48:50.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:48:50.398Z] ---> Using cache [2021-01-10T00:48:50.398Z] ---> 2940b428d37c [2021-01-10T00:48:50.398Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:48:50.398Z] ---> Using cache [2021-01-10T00:48:50.398Z] ---> 8dff887b10e4 [2021-01-10T00:48:50.398Z] Step 6/22 : COPY go.mod . [2021-01-10T00:48:51.010Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:48:51.010Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:48:51.010Z] ---> 814fbf5a1fc9 [2021-01-10T00:48:51.010Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:48:51.010Z] ---> Using cache [2021-01-10T00:48:51.010Z] ---> 7b19333542ea [2021-01-10T00:48:51.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:48:51.010Z] ---> Using cache [2021-01-10T00:48:51.010Z] ---> 2940b428d37c [2021-01-10T00:48:51.010Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:48:51.281Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:48:51.281Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:48:51.281Z] ---> 814fbf5a1fc9 [2021-01-10T00:48:51.281Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:48:51.281Z] ---> Using cache [2021-01-10T00:48:51.281Z] ---> 7b19333542ea [2021-01-10T00:48:51.281Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:48:51.281Z] ---> Using cache [2021-01-10T00:48:51.281Z] ---> 2940b428d37c [2021-01-10T00:48:51.281Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:48:51.281Z] ---> Using cache [2021-01-10T00:48:51.281Z] ---> 8dff887b10e4 [2021-01-10T00:48:51.281Z] Step 6/21 : COPY go.mod . [2021-01-10T00:48:51.281Z] ---> Using cache [2021-01-10T00:48:51.281Z] ---> 79e9fa8f8a21 [2021-01-10T00:48:51.281Z] Step 7/21 : RUN go mod download [2021-01-10T00:48:51.281Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:48:51.281Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:48:51.555Z] ---> 79e9fa8f8a21 [2021-01-10T00:48:51.555Z] Step 7/24 : RUN go mod download [2021-01-10T00:48:51.555Z] ---> Running in 0d6367ffbf3f [2021-01-10T00:48:51.555Z] ---> Running in bd103beac3fa [2021-01-10T00:48:51.555Z] ---> Running in 253440154e1a [2021-01-10T00:48:51.828Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:48:51.828Z] ---> 87a6b502a123 [2021-01-10T00:48:51.828Z] Step 7/22 : RUN go mod download [2021-01-10T00:48:52.104Z] ---> Running in 6148fb5d039f [2021-01-10T00:48:52.104Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:48:52.104Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:48:52.701Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:48:52.971Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:48:53.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:54.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:55.539Z] OK: 217 MiB in 51 packages [2021-01-10T00:48:55.539Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:48:55.539Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:48:56.529Z] Removing intermediate container bd103beac3fa [2021-01-10T00:48:56.529Z] ---> 73b40edb8922 [2021-01-10T00:48:56.529Z] Step 8/21 : COPY . . [2021-01-10T00:48:56.529Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:48:56.529Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:48:56.803Z] Removing intermediate container 253440154e1a [2021-01-10T00:48:56.803Z] ---> 5fa8489c68d3 [2021-01-10T00:48:56.803Z] Step 8/24 : COPY . . [2021-01-10T00:48:57.078Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:48:57.078Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:48:57.078Z] Removing intermediate container 6148fb5d039f [2021-01-10T00:48:57.078Z] ---> c5d4e92ba160 [2021-01-10T00:48:57.078Z] Step 8/22 : COPY . . [2021-01-10T00:48:57.078Z] Removing intermediate container 0d6367ffbf3f [2021-01-10T00:48:57.078Z] ---> eb2ddd9dc905 [2021-01-10T00:48:57.078Z] Step 6/23 : COPY go.mod . [2021-01-10T00:48:57.356Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:48:57.356Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:48:57.356Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:48:57.356Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:48:57.356Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:48:57.356Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:48:58.355Z] Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, cached-property, texttable, jsonschema, dockerpty, docker-compose [2021-01-10T00:48:58.355Z] Running setup.py install for PyYAML: started [2021-01-10T00:48:59.517Z] ---> 6c9cc3c550be [2021-01-10T00:48:59.517Z] Step 7/23 : RUN go mod download [2021-01-10T00:49:00.646Z] ---> Running in 21dc54a1a025 [2021-01-10T00:49:01.245Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:49:01.245Z] Attempting uninstall: urllib3 [2021-01-10T00:49:01.245Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:49:01.245Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:49:01.522Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:49:02.120Z] Attempting uninstall: idna [2021-01-10T00:49:02.120Z] Found existing installation: idna 2.9 [2021-01-10T00:49:02.120Z] Uninstalling idna-2.9: [2021-01-10T00:49:02.395Z] Successfully uninstalled idna-2.9 [2021-01-10T00:49:02.996Z] Attempting uninstall: requests [2021-01-10T00:49:02.996Z] Found existing installation: requests 2.23.0 [2021-01-10T00:49:02.996Z] Uninstalling requests-2.23.0: [2021-01-10T00:49:02.996Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:49:07.307Z] Running setup.py install for docopt: started [2021-01-10T00:49:08.289Z] Removing intermediate container 21dc54a1a025 [2021-01-10T00:49:08.289Z] ---> 391d10021e66 [2021-01-10T00:49:08.289Z] Step 8/23 : COPY . . [2021-01-10T00:49:09.280Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:49:09.280Z] Running setup.py install for texttable: started [2021-01-10T00:49:11.259Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:49:11.874Z] Running setup.py install for dockerpty: started [2021-01-10T00:49:13.859Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:49:14.838Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:49:23.117Z] ---> 9ce9a17f3b4a [2021-01-10T00:49:23.117Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:49:23.388Z] ---> 23691c0d035c [2021-01-10T00:49:23.388Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:49:23.388Z] ---> ca30cdabfdcb [2021-01-10T00:49:23.388Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:49:24.010Z] ---> Running in 5ac0fd51feb0 [2021-01-10T00:49:24.010Z] ---> Running in 19322f0579df [2021-01-10T00:49:24.010Z] ---> Running in f5b9a1bcc6d4 [2021-01-10T00:49:25.005Z] Removing intermediate container 2ea993418d7c [2021-01-10T00:49:25.005Z] ---> b7a767154892 [2021-01-10T00:49:25.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:49:25.282Z] ---> Running in 4e66d4aa9d7a [2021-01-10T00:49:26.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:49:26.271Z] ---> be6dbeef8ba8 [2021-01-10T00:49:26.271Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:49:26.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:49:26.549Z] ---> Running in 755d3d4975b4 [2021-01-10T00:49:26.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:49:27.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:27.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:28.305Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:49:28.578Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:49:28.578Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:49:28.578Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:49:28.578Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:49:28.578Z] OK: 71 MiB in 58 packages [2021-01-10T00:49:30.577Z] Removing intermediate container 4e66d4aa9d7a [2021-01-10T00:49:30.577Z] ---> a6208ac524a3 [2021-01-10T00:49:30.577Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:49:30.577Z] ---> Running in d66a919589df [2021-01-10T00:49:31.186Z] Removing intermediate container d66a919589df [2021-01-10T00:49:31.186Z] ---> d3a1cca6711b [2021-01-10T00:49:31.186Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:49:31.186Z] ---> Running in 86b2ace64dff [2021-01-10T00:49:31.813Z] Removing intermediate container 86b2ace64dff [2021-01-10T00:49:31.813Z] ---> cbfa3bdb5b30 [2021-01-10T00:49:31.813Z] Step 24/26 : LABEL arch=arm64 [2021-01-10T00:49:32.088Z] ---> Running in 3141dc35dba3 [2021-01-10T00:49:32.701Z] Removing intermediate container 3141dc35dba3 [2021-01-10T00:49:32.701Z] ---> 96d3ca0f6370 [2021-01-10T00:49:32.701Z] Step 25/26 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:49:32.977Z] ---> Running in ecd4d990d192 [2021-01-10T00:49:33.574Z] Removing intermediate container ecd4d990d192 [2021-01-10T00:49:33.574Z] ---> 7aff963ee3fe [2021-01-10T00:49:33.574Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:49:33.845Z] ---> Running in 1bc50f910524 [2021-01-10T00:49:34.444Z] Removing intermediate container 1bc50f910524 [2021-01-10T00:49:34.445Z] ---> 46c08d5f8ff9 [2021-01-10T00:49:34.445Z] [2021-01-10T00:49:34.722Z] Successfully built 46c08d5f8ff9 [2021-01-10T00:49:34.999Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-10T00:50:31.579Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:50:46.688Z] Removing intermediate container 19322f0579df [2021-01-10T00:50:46.688Z] ---> a01718bc1a76 [2021-01-10T00:50:46.688Z] [2021-01-10T00:50:46.688Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:50:46.688Z] ---> afeebe901d6b [2021-01-10T00:50:46.688Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:50:46.688Z] ---> Using cache [2021-01-10T00:50:46.688Z] ---> fe2b234b56c9 [2021-01-10T00:50:46.688Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:50:46.962Z] Removing intermediate container f5b9a1bcc6d4 [2021-01-10T00:50:46.962Z] ---> 4f2a8826bfbf [2021-01-10T00:50:46.962Z] [2021-01-10T00:50:46.962Z] Step 10/21 : FROM scratch [2021-01-10T00:50:46.962Z] ---> [2021-01-10T00:50:46.962Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:50:46.962Z] ---> Running in e6d88711280f [2021-01-10T00:50:46.962Z] ---> Using cache [2021-01-10T00:50:46.962Z] ---> 4fff7e90c1ba [2021-01-10T00:50:46.962Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:50:47.233Z] ---> Running in 8b5eba3caedc [2021-01-10T00:50:47.834Z] Removing intermediate container 8b5eba3caedc [2021-01-10T00:50:47.834Z] ---> b10f128f1914 [2021-01-10T00:50:47.834Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:50:47.834Z] Removing intermediate container e6d88711280f [2021-01-10T00:50:47.834Z] ---> abde6b3277d0 [2021-01-10T00:50:47.834Z] Step 13/24 : WORKDIR / [2021-01-10T00:50:48.110Z] ---> Running in 4a3bc62ae804 [2021-01-10T00:50:48.110Z] ---> Running in 6a68bf96fea1 [2021-01-10T00:50:48.725Z] Removing intermediate container 4a3bc62ae804 [2021-01-10T00:50:48.725Z] ---> bc4644a4d60c [2021-01-10T00:50:48.725Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:50:49.001Z] Removing intermediate container 6a68bf96fea1 [2021-01-10T00:50:49.001Z] ---> a6fc8eb6df8c [2021-01-10T00:50:49.001Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:50:50.462Z] ---> e3e64ee202a6 [2021-01-10T00:50:50.462Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:50:50.462Z] ---> 30d616d3c610 [2021-01-10T00:50:50.462Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:50:52.460Z] ---> 61fe96bbb513 [2021-01-10T00:50:52.460Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:50:52.460Z] ---> ea6b0013bad8 [2021-01-10T00:50:52.460Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:50:53.453Z] ---> 38fcf4549fae [2021-01-10T00:50:53.453Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:50:53.731Z] ---> 4a2ed324838d [2021-01-10T00:50:53.731Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:50:54.008Z] ---> Running in 8b1d50bbd25e [2021-01-10T00:50:54.619Z] Removing intermediate container 8b1d50bbd25e [2021-01-10T00:50:54.619Z] ---> 69d2bcbdc0ce [2021-01-10T00:50:54.619Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:50:54.893Z] ---> Running in 0dd0eb8f21a7 [2021-01-10T00:50:54.893Z] ---> a3e25d465581 [2021-01-10T00:50:54.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:50:55.495Z] Removing intermediate container 0dd0eb8f21a7 [2021-01-10T00:50:55.495Z] ---> fe9f17eed603 [2021-01-10T00:50:55.495Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:50:55.770Z] ---> Running in 049f56ae3c39 [2021-01-10T00:50:56.766Z] Removing intermediate container 049f56ae3c39 [2021-01-10T00:50:56.766Z] ---> f132ed4e4f85 [2021-01-10T00:50:56.766Z] Step 20/21 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:50:56.766Z] ---> Running in b995e9782264 [2021-01-10T00:50:56.766Z] ---> 5cc9928e0cbd [2021-01-10T00:50:56.766Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:50:57.756Z] Removing intermediate container b995e9782264 [2021-01-10T00:50:57.756Z] ---> ecc273002f89 [2021-01-10T00:50:57.756Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:50:57.756Z] ---> Running in 7e2b3149d319 [2021-01-10T00:50:57.756Z] ---> feeecf0532ed [2021-01-10T00:50:57.756Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:50:58.028Z] ---> Running in 408dde56b860 [2021-01-10T00:50:58.620Z] Removing intermediate container 7e2b3149d319 [2021-01-10T00:50:58.620Z] ---> a017eb60b75b [2021-01-10T00:50:58.620Z] [2021-01-10T00:50:59.210Z] Successfully built a017eb60b75b [2021-01-10T00:50:59.210Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-10T00:51:01.832Z]  Building docker-support-scheduler-go ... done Removing intermediate container 408dde56b860 [2021-01-10T00:51:01.832Z] ---> db8c4e7f7b08 [2021-01-10T00:51:01.832Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:51:01.832Z] Removing intermediate container 5ac0fd51feb0 [2021-01-10T00:51:01.832Z] ---> 3bba29d37a29 [2021-01-10T00:51:01.832Z] [2021-01-10T00:51:01.832Z] Step 10/22 : FROM scratch [2021-01-10T00:51:01.832Z] ---> [2021-01-10T00:51:01.832Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:51:01.832Z] ---> Running in 428c74f15fed [2021-01-10T00:51:01.832Z] ---> Using cache [2021-01-10T00:51:01.832Z] ---> 4fff7e90c1ba [2021-01-10T00:51:01.832Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:51:01.832Z] ---> Running in 5742293aef83 [2021-01-10T00:51:02.459Z] Removing intermediate container 428c74f15fed [2021-01-10T00:51:02.459Z] ---> 89bcbaed81d4 [2021-01-10T00:51:02.459Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:51:02.459Z] ---> Running in 8206d400b6fe [2021-01-10T00:51:02.459Z] Removing intermediate container 5742293aef83 [2021-01-10T00:51:02.459Z] ---> 25092f306d99 [2021-01-10T00:51:02.459Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:51:02.736Z] ---> Running in b2dcddd96fc6 [2021-01-10T00:51:03.027Z] Removing intermediate container 8206d400b6fe [2021-01-10T00:51:03.027Z] ---> 657b17b8bb10 [2021-01-10T00:51:03.027Z] Step 23/24 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:51:03.301Z] Removing intermediate container b2dcddd96fc6 [2021-01-10T00:51:03.301Z] ---> e87b9fcc8304 [2021-01-10T00:51:03.301Z] Step 14/22 : WORKDIR / [2021-01-10T00:51:03.301Z] ---> Running in 12e80ec8560e [2021-01-10T00:51:03.301Z] ---> Running in 4f4ebc0157e4 [2021-01-10T00:51:03.992Z] Removing intermediate container 12e80ec8560e [2021-01-10T00:51:03.992Z] ---> 3306ea988ba1 [2021-01-10T00:51:03.992Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:51:04.281Z] Removing intermediate container 4f4ebc0157e4 [2021-01-10T00:51:04.281Z] ---> 82b32cb8c8f1 [2021-01-10T00:51:04.281Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:51:04.281Z] ---> Running in fa5adb7302f2 [2021-01-10T00:51:04.934Z] Removing intermediate container fa5adb7302f2 [2021-01-10T00:51:04.934Z] ---> ce9706dd301e [2021-01-10T00:51:04.934Z] [2021-01-10T00:51:05.233Z] Successfully built ce9706dd301e [2021-01-10T00:51:05.233Z] ---> fd446b80a2a9 [2021-01-10T00:51:05.233Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:51:05.233Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-10T00:51:06.696Z]  Building docker-security-secretstore-setup-go ... done  ---> 36b64bcf840f [2021-01-10T00:51:06.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:51:08.148Z] ---> 46e7382ab7ad [2021-01-10T00:51:08.149Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:51:08.425Z] ---> Running in 7e9097317ceb [2021-01-10T00:51:09.026Z] Removing intermediate container 7e9097317ceb [2021-01-10T00:51:09.026Z] ---> 7f6ddf4407e6 [2021-01-10T00:51:09.026Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:51:09.026Z] Removing intermediate container 755d3d4975b4 [2021-01-10T00:51:09.026Z] ---> f305452af420 [2021-01-10T00:51:09.026Z] [2021-01-10T00:51:09.026Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:51:09.026Z] ---> afeebe901d6b [2021-01-10T00:51:09.026Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:51:09.297Z] ---> Running in f47b159c04c9 [2021-01-10T00:51:09.297Z] ---> Running in ed86f83976e3 [2021-01-10T00:51:09.893Z] Removing intermediate container ed86f83976e3 [2021-01-10T00:51:09.893Z] Removing intermediate container f47b159c04c9 [2021-01-10T00:51:09.893Z] ---> 7e381e942d60 [2021-01-10T00:51:09.893Z] ---> b776e1f6c0cf [2021-01-10T00:51:09.893Z] Step 20/22 : LABEL arch=arm64Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:51:09.893Z] [2021-01-10T00:51:09.893Z] ---> Running in 94a83481d590 [2021-01-10T00:51:09.893Z] ---> Running in ade5df0f524d [2021-01-10T00:51:10.490Z] Removing intermediate container ade5df0f524d [2021-01-10T00:51:10.490Z] ---> 26f2ea4bd95e [2021-01-10T00:51:10.490Z] Step 21/22 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:51:10.490Z] Removing intermediate container 94a83481d590 [2021-01-10T00:51:10.490Z] ---> a8ebf51b8438 [2021-01-10T00:51:10.490Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:51:10.767Z] ---> Running in 42b846dcfa16 [2021-01-10T00:51:10.767Z] ---> Running in d12732ce412f [2021-01-10T00:51:11.362Z] Removing intermediate container 42b846dcfa16 [2021-01-10T00:51:11.362Z] ---> a2789adf92ed [2021-01-10T00:51:11.362Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:51:11.362Z] Removing intermediate container d12732ce412f [2021-01-10T00:51:11.362Z] ---> 92bc04e366ff [2021-01-10T00:51:11.362Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:51:11.362Z] ---> Running in fd4e58bbfe01 [2021-01-10T00:51:11.362Z] ---> Running in 7cfc6df5cae7 [2021-01-10T00:51:11.961Z] Removing intermediate container fd4e58bbfe01 [2021-01-10T00:51:11.961Z] ---> 3d275597e645 [2021-01-10T00:51:11.961Z] [2021-01-10T00:51:12.232Z] Successfully built 3d275597e645 [2021-01-10T00:51:12.232Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-10T00:51:13.680Z]  Building docker-core-metadata-go ... done Removing intermediate container 7cfc6df5cae7 [2021-01-10T00:51:13.680Z] ---> b1b7b1c6a22f [2021-01-10T00:51:13.680Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:51:13.680Z] ---> Running in 000510d30c0f [2021-01-10T00:51:15.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:51:15.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:51:16.308Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:51:16.577Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:51:16.577Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:51:16.847Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:51:17.126Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:51:17.126Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:51:17.126Z] OK: 8 MiB in 19 packages [2021-01-10T00:51:18.559Z] Removing intermediate container 000510d30c0f [2021-01-10T00:51:18.559Z] ---> 2be3c3f90519 [2021-01-10T00:51:18.559Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:51:19.150Z] ---> b5f63e48e313 [2021-01-10T00:51:19.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:51:20.586Z] ---> 729db22e18f6 [2021-01-10T00:51:20.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:51:21.183Z] ---> e804e5669805 [2021-01-10T00:51:21.183Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:51:21.183Z] ---> Running in 03e51c36610e [2021-01-10T00:51:21.778Z] Removing intermediate container 03e51c36610e [2021-01-10T00:51:21.778Z] ---> b63295fa83d0 [2021-01-10T00:51:21.778Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:51:21.778Z] ---> Running in 6173ad35a941 [2021-01-10T00:51:22.371Z] Removing intermediate container 6173ad35a941 [2021-01-10T00:51:22.371Z] ---> 2b17863c2215 [2021-01-10T00:51:22.371Z] Step 21/23 : LABEL arch=arm64 [2021-01-10T00:51:22.371Z] ---> Running in d36391be794e [2021-01-10T00:51:22.966Z] Removing intermediate container d36391be794e [2021-01-10T00:51:22.966Z] ---> f4680055a507 [2021-01-10T00:51:22.966Z] Step 22/23 : LABEL git_sha=7e582f4228ca300febc45737d68dbea7cd17adaa [2021-01-10T00:51:22.966Z] ---> Running in f2cec37fd026 [2021-01-10T00:51:23.559Z] Removing intermediate container f2cec37fd026 [2021-01-10T00:51:23.559Z] ---> 274b57542c81 [2021-01-10T00:51:23.559Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:51:23.559Z] ---> Running in 0fd58f17d80d [2021-01-10T00:51:24.153Z] Removing intermediate container 0fd58f17d80d [2021-01-10T00:51:24.153Z] ---> 554850598718 [2021-01-10T00:51:24.153Z] [2021-01-10T00:51:24.425Z] Successfully built 554850598718 [2021-01-10T00:51:24.425Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-10T00:51:24.711Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-10T00:51:24.727Z] $ docker stop --time=1 f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 [2021-01-10T00:51:26.636Z] $ docker rm -f f7c5fce7ffd561a84c6265f2110f4f0dd0639b2acec50a12a3802b52bed714a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:51:27.270Z] + docker+ images [2021-01-10T00:51:27.270Z] grep docker [2021-01-10T00:51:27.549Z] docker-core-data-go-arm64 latest 554850598718 4 seconds ago 21MB [2021-01-10T00:51:27.549Z] docker-core-metadata-go-arm64 latest 3d275597e645 16 seconds ago 12.2MB [2021-01-10T00:51:27.549Z] docker-security-secretstore-setup-go-arm64 latest ce9706dd301e 23 seconds ago 23.4MB [2021-01-10T00:51:27.549Z] docker-support-scheduler-go-arm64 latest a017eb60b75b 29 seconds ago 10MB [2021-01-10T00:51:27.549Z] docker-sys-mgmt-agent-go-arm64 latest 46c08d5f8ff9 About a minute ago 300MB [2021-01-10T00:51:27.549Z] docker-security-bootstrap-redis-go-arm64 latest 9d3b2726e0fd 3 minutes ago 15.1MB [2021-01-10T00:51:27.549Z] docker-security-proxy-setup-go-arm64 latest 91325902a0cc 3 minutes ago 23.3MB [2021-01-10T00:51:27.549Z] docker-support-notifications-go-arm64 latest fd25eedd6147 3 minutes ago 11.4MB [2021-01-10T00:51:27.549Z] docker-core-command-go-arm64 latest 034edf7d8514 3 minutes ago 9.98MB [2021-01-10T00:51:27.549Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:30.265Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:31.157Z] ---> package-listing.sh [2021-01-10T00:51:31.157Z] ++ facter osfamily [2021-01-10T00:51:31.157Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-10T00:51:31.157Z] + OS_FAMILY=redhat [2021-01-10T00:51:31.157Z] + workspace=/w/workspace/edgex-go/36 [2021-01-10T00:51:31.157Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-10T00:51:31.157Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-10T00:51:31.157Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-10T00:51:31.157Z] + PACKAGES=/tmp/packages_start.txt [2021-01-10T00:51:31.157Z] + '[' /w/workspace/edgex-go/36 ']' [2021-01-10T00:51:31.157Z] + PACKAGES=/tmp/packages_end.txt [2021-01-10T00:51:31.157Z] + case "${OS_FAMILY}" in [2021-01-10T00:51:31.157Z] + rpm -qa [2021-01-10T00:51:31.157Z] + sort [2021-01-10T00:51:36.469Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-10T00:51:36.469Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-10T00:51:36.469Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-10T00:51:36.469Z] + '[' /w/workspace/edgex-go/36 ']' [2021-01-10T00:51:36.469Z] + mkdir -p /w/workspace/edgex-go/36/archives/ [2021-01-10T00:51:36.469Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] echo [2021-01-10T00:51:36.484Z] 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/36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-10T00:51:36.794Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:51:37.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:51:37.103Z] [2021-01-10T00:51:37.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:51:37.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:51:37.506Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-10T00:51:37.506Z] df20fa9351a1: Pulling fs layer [2021-01-10T00:51:37.506Z] 36b3adc4ff6f: Pulling fs layer [2021-01-10T00:51:37.506Z] 8ad3a11d3b57: Pulling fs layer [2021-01-10T00:51:37.506Z] 46f8f816bc3b: Pulling fs layer [2021-01-10T00:51:37.506Z] 93b61091891f: Pulling fs layer [2021-01-10T00:51:37.506Z] 93b9cdb0e59b: Pulling fs layer [2021-01-10T00:51:37.506Z] 5e14af77c1be: Pulling fs layer [2021-01-10T00:51:37.506Z] 01666e4c0597: Pulling fs layer [2021-01-10T00:51:37.506Z] aa168da1d23b: Pulling fs layer [2021-01-10T00:51:37.506Z] 93b9cdb0e59b: Waiting [2021-01-10T00:51:37.506Z] 5e14af77c1be: Waiting [2021-01-10T00:51:37.506Z] 46f8f816bc3b: Waiting [2021-01-10T00:51:37.506Z] 93b61091891f: Waiting [2021-01-10T00:51:37.506Z] aa168da1d23b: Waiting [2021-01-10T00:51:37.506Z] 36b3adc4ff6f: Verifying Checksum [2021-01-10T00:51:37.506Z] 36b3adc4ff6f: Download complete [2021-01-10T00:51:37.506Z] 46f8f816bc3b: Verifying Checksum [2021-01-10T00:51:37.506Z] 46f8f816bc3b: Download complete [2021-01-10T00:51:37.506Z] df20fa9351a1: Download complete [2021-01-10T00:51:37.769Z] 93b9cdb0e59b: Verifying Checksum [2021-01-10T00:51:37.769Z] 93b9cdb0e59b: Download complete [2021-01-10T00:51:37.769Z] 5e14af77c1be: Download complete [2021-01-10T00:51:37.769Z] 01666e4c0597: Verifying Checksum [2021-01-10T00:51:37.769Z] 01666e4c0597: Download complete [2021-01-10T00:51:37.769Z] 8ad3a11d3b57: Verifying Checksum [2021-01-10T00:51:37.769Z] 8ad3a11d3b57: Download complete [2021-01-10T00:51:37.769Z] 93b61091891f: Verifying Checksum [2021-01-10T00:51:37.769Z] 93b61091891f: Download complete [2021-01-10T00:51:38.035Z] df20fa9351a1: Pull complete [2021-01-10T00:51:38.299Z] 36b3adc4ff6f: Pull complete [2021-01-10T00:51:39.693Z] aa168da1d23b: Verifying Checksum [2021-01-10T00:51:39.693Z] aa168da1d23b: Download complete [2021-01-10T00:51:39.955Z] 8ad3a11d3b57: Pull complete [2021-01-10T00:51:40.219Z] 46f8f816bc3b: Pull complete [2021-01-10T00:51:41.168Z] 93b61091891f: Pull complete [2021-01-10T00:51:41.168Z] 93b9cdb0e59b: Pull complete [2021-01-10T00:51:41.430Z] 5e14af77c1be: Pull complete [2021-01-10T00:51:41.430Z] 01666e4c0597: Pull complete [2021-01-10T00:51:51.497Z] aa168da1d23b: Pull complete [2021-01-10T00:51:51.497Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-10T00:51:51.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:51:51.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-10T00:51:51.745Z] prd-centos7-docker-4c-2g-19290 does not seem to be running inside a container [2021-01-10T00:51:51.819Z] $ 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/36/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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-10T00:51:57.686Z] $ docker top 029855d3586a4c3f09bfb32ff6bf5335b6148c58451cdbb78d51b491d30ba72a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:51:58.240Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-10T00:51:58.549Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-10T00:51:58.853Z] + ls /var/log/sa-host [2021-01-10T00:51:58.853Z] + sadf -c /var/log/sa-host/sa10 [2021-01-10T00:51:58.853Z] file_magic: OK [2021-01-10T00:51:58.853Z] HZ: Using current value: 100 [2021-01-10T00:51:58.853Z] file_header: OK [2021-01-10T00:51:58.853Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:51:58.853Z] Statistics: [2021-01-10T00:51:58.853Z] 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... [2021-01-10T00:51:58.853Z] File successfully converted to sysstat format version 12.2.1 [2021-01-10T00:51:58.853Z] + sadf -c /var/log/sa-host/sa23 [2021-01-10T00:51:58.853Z] file_magic: OK [2021-01-10T00:51:58.853Z] HZ: Using current value: 100 [2021-01-10T00:51:58.853Z] file_header: OK [2021-01-10T00:51:58.853Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:51:58.853Z] Statistics: [2021-01-10T00:51:58.853Z] Hnuu...uuuununununu... [2021-01-10T00:51:58.853Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-10T00:51:59.043Z] provisioning config files... [2021-01-10T00:51:59.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config6686344313992789025tmp [Pipeline] { [Pipeline] echo [2021-01-10T00:51:59.133Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:59.437Z] ---> create-netrc.sh [Pipeline] } [2021-01-10T00:51:59.448Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-10T00:51:59.537Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:51:59.847Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-10T00:51:59.858Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:52:00.155Z] ---> sudo-logs.sh [2021-01-10T00:52:00.156Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-10T00:52:00.167Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:52:00.468Z] ---> job-cost.sh [2021-01-10T00:52:00.468Z] lf-activate-venv: SKIPPING [2021-01-10T00:52:00.468Z] INFO: No Stack... [2021-01-10T00:52:02.420Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-10T00:52:02.682Z] INFO: Archiving Costs [Pipeline] echo [2021-01-10T00:52:02.696Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:52:03.001Z] ---> logs-deploy.sh [2021-01-10T00:52:03.001Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/36 [2021-01-10T00:52:03.001Z] INFO: archiving workspace using pattern(s): [2021-01-10T00:52:04.928Z] Archives upload complete. [2021-01-10T00:52:04.928Z] INFO: archiving logs to Nexus