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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from eb962563c78e340597fe6b0a01e022bbdd66f5a5 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22736 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/48 [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/48 # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 Merge succeeded, producing 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb Checking out Revision 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T00:31:55.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T00:31:56.141Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T00:31:56.233Z] ========================================================= [2021-01-26T00:31:56.233Z] EdgeX Global Pipelines Version Info [2021-01-26T00:31:56.233Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 [2021-01-26T00:31:58.673Z] ------------------- [2021-01-26T00:31:58.674Z] stable info: [2021-01-26T00:31:58.674Z] ------------------- [2021-01-26T00:31:58.674Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:31:58.674Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:31:58.674Z] Message: update stable to v1.0.179 [2021-01-26T00:32:00.258Z] ------------------- [2021-01-26T00:32:00.258Z] experimental info: [2021-01-26T00:32:00.258Z] ------------------- [2021-01-26T00:32:00.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:32:00.258Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:32:00.258Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T00:32:00.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-26T00:32:00.937Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-26T00:32:01.024Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T00:32:01.124Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T00:32:01.219Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T00:32:01.316Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T00:32:01.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T00:32:01.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-26T00:32:01.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-26T00:32:01.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-26T00:32:01.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T00:32:02.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T00:32:02.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T00:32:02.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T00:32:02.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T00:32:02.467Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T00:32:02.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T00:32:02.658Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T00:32:02.744Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-26T00:32:02.829Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-26T00:32:02.918Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-26T00:32:03.008Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T00:32:03.093Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T00:32:03.189Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-26T00:32:03.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-26T00:32:03.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-26T00:32:03.474Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [Pipeline] echo [2021-01-26T00:32:03.592Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f5c237 [Pipeline] echo [2021-01-26T00:32:03.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T00:32:03.857Z] provisioning config files... [2021-01-26T00:32:03.907Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config7587131947835026641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:32:04.384Z] ---> docker-login.sh [2021-01-26T00:32:04.384Z] nexus3.edgexfoundry.org:10001 [2021-01-26T00:32:05.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:32:05.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:32:05.412Z] Configure a credential helper to remove this warning. See [2021-01-26T00:32:05.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:32:05.412Z] [2021-01-26T00:32:05.412Z] Login Succeeded [2021-01-26T00:32:05.412Z] nexus3.edgexfoundry.org:10002 [2021-01-26T00:32:05.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:32:05.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:32:05.959Z] Configure a credential helper to remove this warning. See [2021-01-26T00:32:05.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:32:05.959Z] [2021-01-26T00:32:05.959Z] Login Succeeded [2021-01-26T00:32:05.959Z] nexus3.edgexfoundry.org:10003 [2021-01-26T00:32:06.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:32:06.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:32:06.237Z] Configure a credential helper to remove this warning. See [2021-01-26T00:32:06.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:32:06.237Z] [2021-01-26T00:32:06.237Z] Login Succeeded [2021-01-26T00:32:06.237Z] nexus3.edgexfoundry.org:10004 [2021-01-26T00:32:06.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:32:06.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:32:06.819Z] Configure a credential helper to remove this warning. See [2021-01-26T00:32:06.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:32:06.819Z] [2021-01-26T00:32:06.819Z] Login Succeeded [2021-01-26T00:32:06.819Z] docker.io [2021-01-26T00:32:07.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:32:07.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:32:07.370Z] Configure a credential helper to remove this warning. See [2021-01-26T00:32:07.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:32:07.370Z] [2021-01-26T00:32:07.370Z] Login Succeeded [2021-01-26T00:32:07.370Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T00:32:07.385Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T00:32:07.872Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] ++ dirname cmd/core-command/Dockerfile [2021-01-26T00:32:07.872Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/core-data/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-26T00:32:07.872Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:32:07.872Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-26T00:32:07.872Z] ++ cut -d/ -f2 [2021-01-26T00:32:07.872Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-26T00:32:08.032Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-26T00:32:09.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:32:09.393Z] [2021-01-26T00:32:09.393Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:32:09.776Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:32:09.776Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T00:32:09.776Z] 31603596830f: Pulling fs layer [2021-01-26T00:32:09.776Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T00:32:09.776Z] 6ca5941a6612: Pulling fs layer [2021-01-26T00:32:09.776Z] ecc8261a40a4: Pulling fs layer [2021-01-26T00:32:09.776Z] ecc8261a40a4: Waiting [2021-01-26T00:32:09.776Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T00:32:09.776Z] 2a8b12db71e7: Download complete [2021-01-26T00:32:10.061Z] 31603596830f: Verifying Checksum [2021-01-26T00:32:10.061Z] 31603596830f: Download complete [2021-01-26T00:32:10.359Z] ecc8261a40a4: Verifying Checksum [2021-01-26T00:32:10.359Z] ecc8261a40a4: Download complete [2021-01-26T00:32:10.359Z] 6ca5941a6612: Verifying Checksum [2021-01-26T00:32:10.359Z] 6ca5941a6612: Download complete [2021-01-26T00:32:10.630Z] 31603596830f: Pull complete [2021-01-26T00:32:11.231Z] 2a8b12db71e7: Pull complete [2021-01-26T00:32:12.742Z] 6ca5941a6612: Pull complete [2021-01-26T00:32:13.346Z] ecc8261a40a4: Pull complete [2021-01-26T00:32:13.346Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T00:32:13.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:32:13.346Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T00:32:13.607Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:32:13.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T00:32:16.656Z] $ docker top 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T00:32:17.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:32:17.151Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:32:17.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:32:17.610Z] $ docker exec 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent [2021-01-26T00:32:17.914Z] SSH_AUTH_SOCK=/tmp/ssh-3JmEcKNAGTZR/agent.12 [2021-01-26T00:32:17.914Z] SSH_AGENT_PID=18 [2021-01-26T00:32:17.930Z] Running ssh-add (command line suppressed) [2021-01-26T00:32:18.157Z] Identity added: /w/workspace/edgex-go/48@tmp/private_key_8515404835949387677.key (/w/workspace/edgex-go/48@tmp/private_key_8515404835949387677.key) [2021-01-26T00:32:18.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:32:19.066Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T00:32:19.105Z] $ docker exec --env ******** --env ******** 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent -k [2021-01-26T00:32:19.311Z] unset SSH_AUTH_SOCK; [2021-01-26T00:32:19.312Z] unset SSH_AGENT_PID; [2021-01-26T00:32:19.312Z] echo Agent pid 18 killed; [2021-01-26T00:32:19.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T00:32:19.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:32:19.587Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:32:19.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:32:19.849Z] $ docker exec 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent [2021-01-26T00:32:20.287Z] SSH_AUTH_SOCK=/tmp/ssh-N8swwiWC6ZYQ/agent.47 [2021-01-26T00:32:20.287Z] SSH_AGENT_PID=52 [2021-01-26T00:32:20.297Z] Running ssh-add (command line suppressed) [2021-01-26T00:32:20.539Z] Identity added: /w/workspace/edgex-go/48@tmp/private_key_9140863588421744659.key (/w/workspace/edgex-go/48@tmp/private_key_9140863588421744659.key) [2021-01-26T00:32:20.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:32:21.069Z] + git semver init [2021-01-26T00:32:21.069Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T00:32:21.069Z] # $GIT_DIR = /w/workspace/edgex-go/48/.git [2021-01-26T00:32:21.069Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/48 [2021-01-26T00:32:21.069Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T00:32:21.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T00:32:21.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T00:32:21.069Z] # $SEMVER_BRANCH = PR-2858 [2021-01-26T00:32:21.069Z] # $SEMVER_TEMP = /tmp/semver-470970441 [2021-01-26T00:32:21.069Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-26T00:32:54.404Z] # '/tmp/semver-470970441' -> '/w/workspace/edgex-go/48/.semver' [2021-01-26T00:32:54.405Z] # -> Force: false [2021-01-26T00:32:54.405Z] # $SEMVER_DIR = /w/workspace/edgex-go/48/.semver [Pipeline] } [2021-01-26T00:32:54.432Z] $ docker exec --env ******** --env ******** 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent -k [2021-01-26T00:32:54.819Z] unset SSH_AUTH_SOCK; [2021-01-26T00:32:54.820Z] unset SSH_AGENT_PID; [2021-01-26T00:32:54.820Z] echo Agent pid 52 killed; [2021-01-26T00:32:54.957Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T00:32:55.515Z] + git semver [Pipeline] } [2021-01-26T00:32:55.544Z] $ docker stop --time=1 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b [2021-01-26T00:32:57.521Z] $ docker rm -f 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:32:58.160Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T00:32:58.968Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T00:32:58.971Z] [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-26T00:32:59.851Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:33:00.162Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:33:00.480Z] + sudo service docker restart [2021-01-26T00:33:00.480Z] + true [2021-01-26T00:33:00.480Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-26T00:33:01.478Z] ========================================================= [2021-01-26T00:33:01.478Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T00:33:01.478Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:33:01.900Z] + 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-26T00:33:07.358Z] Sending build context to Docker daemon 327.2MB [2021-01-26T00:33:07.641Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T00:33:07.641Z] Step 2/6 : FROM ${BASE} [2021-01-26T00:33:07.641Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T00:33:07.641Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T00:33:07.641Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T00:33:07.641Z] de9db76c5a1d: Pulling fs layer [2021-01-26T00:33:07.641Z] bca2f99d35d6: Pulling fs layer [2021-01-26T00:33:07.641Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T00:33:07.641Z] 7c6f9722023f: Pulling fs layer [2021-01-26T00:33:07.641Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T00:33:07.641Z] bca2f99d35d6: Waiting [2021-01-26T00:33:07.641Z] 93359f2a8cfa: Waiting [2021-01-26T00:33:07.641Z] 7c6f9722023f: Waiting [2021-01-26T00:33:07.641Z] a35cf1a2eb13: Waiting [2021-01-26T00:33:07.641Z] de9db76c5a1d: Download complete [2021-01-26T00:33:07.641Z] 0ef7d3d256c8: Download complete [2021-01-26T00:33:07.641Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T00:33:07.641Z] 93359f2a8cfa: Download complete [2021-01-26T00:33:07.914Z] 7c6f9722023f: Verifying Checksum [2021-01-26T00:33:07.914Z] 7c6f9722023f: Download complete [2021-01-26T00:33:08.182Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T00:33:08.182Z] 188c0c94c7c5: Download complete [2021-01-26T00:33:08.864Z] 188c0c94c7c5: Pull complete [2021-01-26T00:33:09.221Z] 0ef7d3d256c8: Pull complete [2021-01-26T00:33:09.535Z] de9db76c5a1d: Pull complete [2021-01-26T00:33:12.239Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T00:33:12.239Z] a35cf1a2eb13: Download complete [2021-01-26T00:33:13.277Z] bca2f99d35d6: Verifying Checksum [2021-01-26T00:33:13.277Z] bca2f99d35d6: Download complete [2021-01-26T00:33:14.332Z] Still waiting to schedule task [2021-01-26T00:33:14.332Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-26T00:33:23.802Z] bca2f99d35d6: Pull complete [2021-01-26T00:33:23.802Z] 93359f2a8cfa: Pull complete [2021-01-26T00:33:23.802Z] 7c6f9722023f: Pull complete [2021-01-26T00:33:27.294Z] a35cf1a2eb13: Pull complete [2021-01-26T00:33:27.294Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T00:33:27.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T00:33:27.294Z] ---> a62c8e92a672 [2021-01-26T00:33:27.294Z] 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-26T00:33:27.664Z] ---> Running in 241c6aa7c5ec [2021-01-26T00:33:28.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:33:29.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:33:30.624Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T00:33:30.911Z] (2/12) Installing file (5.38-r0) [2021-01-26T00:33:30.911Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T00:33:30.911Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T00:33:36.340Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T00:33:36.340Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T00:33:36.340Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T00:33:36.340Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T00:33:36.340Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T00:33:36.340Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T00:33:36.340Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T00:33:36.340Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T00:33:36.637Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:33:36.637Z] OK: 233 MiB in 51 packages [2021-01-26T00:33:41.135Z] Removing intermediate container 241c6aa7c5ec [2021-01-26T00:33:41.135Z] ---> b4b482f5bd14 [2021-01-26T00:33:41.135Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T00:33:41.407Z] ---> Running in ab73006c616c [2021-01-26T00:33:41.727Z] Removing intermediate container ab73006c616c [2021-01-26T00:33:41.727Z] ---> 7879bf4fa3f8 [2021-01-26T00:33:41.727Z] Step 5/6 : COPY go.mod . [2021-01-26T00:33:42.422Z] ---> b9ce94b28e61 [2021-01-26T00:33:42.422Z] Step 6/6 : RUN go mod download [2021-01-26T00:33:42.422Z] ---> Running in a68f199c41aa [2021-01-26T00:34:09.740Z] Removing intermediate container a68f199c41aa [2021-01-26T00:34:09.740Z] ---> e590112ff622 [2021-01-26T00:34:09.740Z] Successfully built e590112ff622 [2021-01-26T00:34:09.740Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:34:10.094Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:34:10.362Z] . [Pipeline] withDockerContainer [2021-01-26T00:34:10.660Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:34:10.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T00:34:11.670Z] $ docker top 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:34:12.347Z] + go version [2021-01-26T00:34:12.347Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T00:34:12.423Z] $ docker stop --time=1 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a [2021-01-26T00:34:14.081Z] $ docker rm -f 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:34:15.039Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:34:15.039Z] . [Pipeline] withDockerContainer [2021-01-26T00:34:15.244Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:34:15.371Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T00:34:16.313Z] $ docker top 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T00:34:16.561Z] ========================================================= [2021-01-26T00:34:16.561Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-26T00:34:16.561Z] ========================================================= [Pipeline] sh [2021-01-26T00:34:16.945Z] + make test [2021-01-26T00:34:16.945Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-26T00:34:35.435Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-26T00:34:58.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-26T00:35:08.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-26T00:35:08.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-26T00:35:08.589Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-26T00:35:08.589Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-26T00:35:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-26T00:35:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-26T00:35:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-26T00:35:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-26T00:35:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-26T00:35:13.292Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-26T00:35:17.688Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-26T00:35:17.688Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-26T00:35:17.688Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-26T00:35:21.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 46.6% of statements [2021-01-26T00:35:21.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-26T00:35:21.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-26T00:35:21.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-26T00:35:21.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-26T00:35:21.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-26T00:35:25.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.348s coverage: 27.1% of statements [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-26T00:35:25.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-26T00:35:25.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-26T00:35:25.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.201s coverage: 65.8% of statements [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-26T00:35:25.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.531s coverage: 82.3% of statements [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-26T00:35:25.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-26T00:35:30.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.035s coverage: 28.6% of statements [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-26T00:35:30.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-26T00:35:30.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-26T00:35:30.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements [2021-01-26T00:35:30.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-26T00:35:33.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2021-01-26T00:35:33.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-26T00:35:33.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-01-26T00:35:33.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-26T00:35:33.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-26T00:35:33.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-26T00:35:33.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.746s coverage: 92.8% of statements [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-26T00:35:37.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.115s coverage: 43.8% of statements [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.105s coverage: 79.5% of statements [2021-01-26T00:35:37.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements [2021-01-26T00:35:37.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements [2021-01-26T00:35:38.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.122s coverage: 94.4% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.175s coverage: 87.2% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.449s coverage: 63.5% of statements [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-26T00:35:50.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements [2021-01-26T00:35:50.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-26T00:35:52.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.495s coverage: 68.9% of statements [2021-01-26T00:35:52.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-26T00:35:52.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-26T00:35:52.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-26T00:35:52.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-26T00:35:52.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-26T00:35:53.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 37.0% of statements [2021-01-26T00:35:53.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-26T00:35:53.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-26T00:35:53.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.605s coverage: 84.0% of statements [2021-01-26T00:35:53.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.140s coverage: 100.0% of statements [2021-01-26T00:35:57.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.251s coverage: 47.1% of statements [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-26T00:35:57.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-26T00:35:57.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-01-26T00:35:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.393s coverage: 29.1% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-26T00:36:00.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-26T00:36:00.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2021-01-26T00:36:01.824Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.070s coverage: 32.1% of statements [2021-01-26T00:36:01.824Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.123s coverage: 100.0% of statements [2021-01-26T00:36:02.910Z] GO111MODULE=on go vet ./... [2021-01-26T00:36:28.395Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22740 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-26T00:36:28.446Z] Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout [2021-01-26T00:36:33.788Z] using credential edgex-jenkins-ssh [2021-01-26T00:36:33.858Z] Cloning the remote Git repository [2021-01-26T00:36:33.926Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:36:34.042Z] > git init /w/workspace/edgex-go/48 # timeout=10 [2021-01-26T00:36:34.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:36:34.132Z] > git --version # timeout=10 [2021-01-26T00:36:34.160Z] > git --version # 'git version 2.17.1' [2021-01-26T00:36:34.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:36:34.234Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:36:49.797Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-26T00:36:48.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:36:48.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:36:48.916Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:36:48.959Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:36:48.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:36:48.975Z] > 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-26T00:36:49.821Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:36:49.842Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-26T00:36:50.161Z] > git remote # timeout=10 [2021-01-26T00:36:50.180Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:36:50.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:36:50.203Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-26T00:36:50.914Z] Merge succeeded, producing 29fd6855be037d294aa2a1c16441dcd4e0690c50 [2021-01-26T00:36:50.915Z] Checking out Revision 29fd6855be037d294aa2a1c16441dcd4e0690c50 (PR-2858) [2021-01-26T00:36:50.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:36:50.927Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:36:50.943Z] > git checkout -f 29fd6855be037d294aa2a1c16441dcd4e0690c50 # timeout=10 [2021-01-26T00:36:55.386Z] Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" [2021-01-26T00:36:55.412Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T00:36:56.768Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:36:57.227Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:36:55.401Z] > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 [2021-01-26T00:36:57.577Z] + sudo service docker restart [2021-01-26T00:36:57.577Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T00:36:59.636Z] provisioning config files... [2021-01-26T00:36:59.722Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config7607648978584861779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:37:00.064Z] gofmt -l . [2021-01-26T00:37:00.064Z] [ "`gofmt -l .`" = "" ] [2021-01-26T00:37:00.064Z] ./bin/test-go-mod-tidy.sh [2021-01-26T00:37:00.064Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-26T00:37:00.165Z] ---> docker-login.sh [2021-01-26T00:37:00.165Z] nexus3.edgexfoundry.org:10001 [2021-01-26T00:37:00.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:37:00.870Z] + ls -al . [2021-01-26T00:37:00.870Z] total 668 [2021-01-26T00:37:00.870Z] drwxrwxr-x 10 1001 1001 4096 Jan 26 00:36 . [2021-01-26T00:37:00.870Z] drwxr-xr-x 4 root root 30 Jan 26 00:34 .. [2021-01-26T00:37:00.870Z] -rw-rw-r-- 1 1001 1001 11 Jan 26 00:31 .dockerignore [2021-01-26T00:37:00.870Z] drwxrwxr-x 8 1001 1001 179 Jan 26 00:31 .git [2021-01-26T00:37:00.870Z] drwxrwxr-x 3 1001 1001 125 Jan 26 00:31 .github [2021-01-26T00:37:00.870Z] -rw-rw-r-- 1 1001 1001 872 Jan 26 00:31 .gitignore [2021-01-26T00:37:00.870Z] drwx------ 3 1001 1001 47 Jan 26 00:32 .semver [2021-01-26T00:37:00.870Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 00:31 .sonarcloud.properties [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:31 Attribution.txt [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:31 CONTRIBUTING.md [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 931 Jan 26 00:31 Dockerfile.build [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 863 Jan 26 00:31 Jenkinsfile [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:31 LICENSE [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:31 Makefile [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:31 README.md [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:31 SECURITY.md [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 5 Jan 26 00:32 VERSION [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:31 ZMQWindows.md [2021-01-26T00:37:00.871Z] drwxrwxr-x 2 1001 1001 117 Jan 26 00:31 bin [2021-01-26T00:37:00.871Z] drwxrwxr-x 15 1001 1001 4096 Jan 26 00:31 cmd [2021-01-26T00:37:00.871Z] -rw-r--r-- 1 root root 564700 Jan 26 00:36 coverage.out [2021-01-26T00:37:00.871Z] -rw-r--r-- 1 root root 1053 Jan 26 00:36 go.mod [2021-01-26T00:37:00.871Z] -rw-r--r-- 1 root root 18995 Jan 26 00:36 go.sum [2021-01-26T00:37:00.871Z] drwxrwxr-x 8 1001 1001 127 Jan 26 00:31 internal [2021-01-26T00:37:00.871Z] drwxrwxr-x 4 1001 1001 26 Jan 26 00:31 openapi [2021-01-26T00:37:00.871Z] drwxrwxr-x 4 1001 1001 71 Jan 26 00:31 snap [2021-01-26T00:37:00.871Z] -rw-rw-r-- 1 1001 1001 168 Jan 26 00:31 version.go [Pipeline] sh [2021-01-26T00:37:01.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:37:01.381Z] Configure a credential helper to remove this warning. See [2021-01-26T00:37:01.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:37:01.381Z] [2021-01-26T00:37:01.381Z] Login Succeeded [2021-01-26T00:37:01.381Z] nexus3.edgexfoundry.org:10002 [2021-01-26T00:37:01.592Z] + '[' -e coverage.out ] [2021-01-26T00:37:01.592Z] + chown 1001:1001 coverage.out [2021-01-26T00:37:01.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stash [2021-01-26T00:37:01.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:37:01.934Z] Configure a credential helper to remove this warning. See [2021-01-26T00:37:01.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:37:01.934Z] [2021-01-26T00:37:01.934Z] Login Succeeded [2021-01-26T00:37:01.934Z] nexus3.edgexfoundry.org:10003 [2021-01-26T00:37:02.041Z] Stashed 1 file(s) [Pipeline] sh [2021-01-26T00:37:02.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:37:02.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:37:02.209Z] Configure a credential helper to remove this warning. See [2021-01-26T00:37:02.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:37:02.209Z] [2021-01-26T00:37:02.209Z] Login Succeeded [2021-01-26T00:37:02.482Z] nexus3.edgexfoundry.org:10004 [2021-01-26T00:37:02.735Z] + make build [2021-01-26T00:37:02.735Z] 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-26T00:37:02.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:37:02.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:37:02.758Z] Configure a credential helper to remove this warning. See [2021-01-26T00:37:02.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:37:02.758Z] [2021-01-26T00:37:02.758Z] Login Succeeded [2021-01-26T00:37:02.758Z] docker.io [2021-01-26T00:37:03.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:37:03.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:37:03.630Z] Configure a credential helper to remove this warning. See [2021-01-26T00:37:03.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:37:03.630Z] [2021-01-26T00:37:03.630Z] Login Succeeded [2021-01-26T00:37:03.630Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T00:37:03.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-26T00:37:04.089Z] ========================================================= [2021-01-26T00:37:04.089Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T00:37:04.089Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:37:04.470Z] + 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-26T00:37:07.126Z] Sending build context to Docker daemon 165.9MB [2021-01-26T00:37:07.126Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T00:37:07.126Z] Step 2/6 : FROM ${BASE} [2021-01-26T00:37:07.126Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T00:37:07.126Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T00:37:07.126Z] a4357932f1b6: Pulling fs layer [2021-01-26T00:37:07.126Z] 18c013af1878: Pulling fs layer [2021-01-26T00:37:07.126Z] 00ac8860ef70: Pulling fs layer [2021-01-26T00:37:07.126Z] 63d7cb157983: Pulling fs layer [2021-01-26T00:37:07.126Z] b116817d02f9: Pulling fs layer [2021-01-26T00:37:07.126Z] 745a02a5169b: Pulling fs layer [2021-01-26T00:37:07.126Z] 00ac8860ef70: Waiting [2021-01-26T00:37:07.126Z] 63d7cb157983: Waiting [2021-01-26T00:37:07.126Z] b116817d02f9: Waiting [2021-01-26T00:37:07.126Z] 745a02a5169b: Waiting [2021-01-26T00:37:07.126Z] 18c013af1878: Download complete [2021-01-26T00:37:07.126Z] a4357932f1b6: Verifying Checksum [2021-01-26T00:37:07.126Z] a4357932f1b6: Download complete [2021-01-26T00:37:07.404Z] 63d7cb157983: Verifying Checksum [2021-01-26T00:37:07.404Z] 63d7cb157983: Download complete [2021-01-26T00:37:07.404Z] b116817d02f9: Verifying Checksum [2021-01-26T00:37:07.404Z] 5f621e34cdf4: Verifying Checksum [2021-01-26T00:37:07.404Z] 5f621e34cdf4: Download complete [2021-01-26T00:37:08.234Z] 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-26T00:37:08.390Z] 5f621e34cdf4: Pull complete [2021-01-26T00:37:08.687Z] a4357932f1b6: Pull complete [2021-01-26T00:37:08.960Z] 18c013af1878: Pull complete [2021-01-26T00:37:09.557Z] 745a02a5169b: Download complete [2021-01-26T00:37:11.535Z] 00ac8860ef70: Verifying Checksum [2021-01-26T00:37:11.535Z] 00ac8860ef70: Download complete [2021-01-26T00:37:21.697Z] 00ac8860ef70: Pull complete [2021-01-26T00:37:21.697Z] 63d7cb157983: Pull complete [2021-01-26T00:37:21.697Z] b116817d02f9: Pull complete [2021-01-26T00:37:23.867Z] 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-26T00:37:23.867Z] 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-26T00:37:25.101Z] 745a02a5169b: Pull complete [2021-01-26T00:37:25.102Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T00:37:25.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T00:37:25.102Z] ---> b7e6874047d6 [2021-01-26T00:37:25.102Z] 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-26T00:37:26.585Z] 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-26T00:37:27.185Z] 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-26T00:37:28.495Z] ---> Running in ba090571e3e3 [2021-01-26T00:37:29.192Z] 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-26T00:37:29.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:37:30.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:37:30.671Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T00:37:30.942Z] (2/12) Installing file (5.38-r0) [2021-01-26T00:37:30.942Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T00:37:30.942Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T00:37:31.829Z] 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-26T00:37:34.318Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T00:37:34.318Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T00:37:34.318Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T00:37:34.318Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T00:37:34.318Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T00:37:34.318Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T00:37:34.318Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T00:37:34.318Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T00:37:34.501Z] 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-26T00:37:34.587Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:37:34.587Z] OK: 217 MiB in 51 packages [2021-01-26T00:37:37.289Z] 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-26T00:37:38.882Z] Removing intermediate container ba090571e3e3 [2021-01-26T00:37:38.883Z] ---> 5678bf14d191 [2021-01-26T00:37:38.883Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T00:37:38.883Z] ---> Running in 8f12f87800be [2021-01-26T00:37:39.157Z] Removing intermediate container 8f12f87800be [2021-01-26T00:37:39.157Z] ---> a2af8b171441 [2021-01-26T00:37:39.157Z] Step 5/6 : COPY go.mod . [2021-01-26T00:37:39.752Z] ---> 85f85dbf2bc8 [2021-01-26T00:37:39.752Z] Step 6/6 : RUN go mod download [2021-01-26T00:37:40.034Z] ---> Running in 666629dddb4a [2021-01-26T00:37:40.100Z] 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-26T00:37:42.794Z] 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-26T00:37:46.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-26T00:37:50.966Z] $ docker stop --time=1 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a [2021-01-26T00:37:53.190Z] $ docker rm -f 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:37:55.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:37:55.541Z] [2021-01-26T00:37:55.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:37:56.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:37:56.000Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-26T00:37:56.000Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-26T00:37:56.000Z] ca9280d653b3: Pulling fs layer [2021-01-26T00:37:56.000Z] 7e9c9ca2126c: Pulling fs layer [2021-01-26T00:37:56.603Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-26T00:37:56.603Z] cbdbe7a5bc2a: Download complete [2021-01-26T00:37:58.183Z] cbdbe7a5bc2a: Pull complete [2021-01-26T00:37:58.183Z] ca9280d653b3: Verifying Checksum [2021-01-26T00:37:58.183Z] ca9280d653b3: Download complete [2021-01-26T00:38:01.150Z] ca9280d653b3: Pull complete [2021-01-26T00:38:03.502Z] 7e9c9ca2126c: Verifying Checksum [2021-01-26T00:38:03.502Z] 7e9c9ca2126c: Download complete [2021-01-26T00:38:06.857Z] Removing intermediate container 666629dddb4a [2021-01-26T00:38:06.857Z] ---> d2a714a08c78 [2021-01-26T00:38:06.857Z] Successfully built d2a714a08c78 [2021-01-26T00:38:06.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:38:07.205Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:38:07.205Z] . [Pipeline] withDockerContainer [2021-01-26T00:38:07.461Z] prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container [2021-01-26T00:38:07.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-26T00:38:09.042Z] $ docker top a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:38:10.001Z] + go version [2021-01-26T00:38:10.002Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T00:38:10.037Z] $ docker stop --time=1 a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e [2021-01-26T00:38:11.890Z] $ docker rm -f a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:38:12.962Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:38:12.962Z] . [Pipeline] withDockerContainer [2021-01-26T00:38:13.214Z] prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container [2021-01-26T00:38:13.325Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-26T00:38:14.699Z] $ docker top 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T00:38:15.052Z] ========================================================= [2021-01-26T00:38:15.052Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-26T00:38:15.052Z] ========================================================= [Pipeline] sh [2021-01-26T00:38:15.706Z] + make test [2021-01-26T00:38:15.706Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-26T00:38:16.300Z] 7e9c9ca2126c: Pull complete [2021-01-26T00:38:16.300Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-26T00:38:16.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:38:16.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-26T00:38:16.527Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:38:17.189Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-26T00:38:19.534Z] $ docker top 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:38:20.300Z] + docker-compose build --help [2021-01-26T00:38:20.300Z] + grep parallel [2021-01-26T00:38:22.539Z] --parallel Build images in parallel. [Pipeline] } [2021-01-26T00:38:22.581Z] $ docker stop --time=1 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e [2021-01-26T00:38:24.538Z] $ docker rm -f 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:38:25.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:38:25.473Z] . [Pipeline] withDockerContainer [2021-01-26T00:38:25.761Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:38:26.191Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-26T00:38:27.901Z] $ docker top d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:38:28.779Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T00:38:30.769Z] Building docker-core-command-go ... [2021-01-26T00:38:30.769Z] Building docker-core-data-go ... [2021-01-26T00:38:30.769Z] Building docker-core-metadata-go ... [2021-01-26T00:38:30.769Z] Building docker-security-bootstrapper-go ... [2021-01-26T00:38:30.769Z] Building docker-security-proxy-setup-go ... [2021-01-26T00:38:30.769Z] Building docker-security-secretstore-setup-go ... [2021-01-26T00:38:30.769Z] Building docker-support-notifications-go ... [2021-01-26T00:38:30.769Z] Building docker-support-scheduler-go ... [2021-01-26T00:38:30.769Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T00:38:30.769Z] Building docker-core-command-go [2021-01-26T00:38:30.769Z] Building docker-core-data-go [2021-01-26T00:38:30.769Z] Building docker-security-secretstore-setup-go [2021-01-26T00:38:30.769Z] Building docker-security-proxy-setup-go [2021-01-26T00:38:30.769Z] Building docker-core-metadata-go [2021-01-26T00:38:37.887Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-26T00:39:16.926Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-26T00:39:27.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:39:27.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:39:27.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:39:27.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:39:27.674Z] ---> e590112ff622 [2021-01-26T00:39:27.674Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:39:27.674Z] ---> e590112ff622 [2021-01-26T00:39:27.674Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:39:27.674Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:39:27.674Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:39:27.674Z] ---> e590112ff622 [2021-01-26T00:39:27.674Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:39:27.674Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:39:27.674Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:39:27.674Z] ---> e590112ff622 [2021-01-26T00:39:27.674Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T00:39:27.674Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:39:27.674Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:39:27.674Z] ---> e590112ff622 [2021-01-26T00:39:27.674Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T00:39:27.674Z] ---> Running in ca960aecd233 [2021-01-26T00:39:27.674Z] ---> Running in 9e88c6c15bea [2021-01-26T00:39:27.674Z] ---> Running in c80b02e6e82a [2021-01-26T00:39:27.674Z] ---> Running in 13706a8fa247 [2021-01-26T00:39:27.674Z] ---> Running in 9d4db8a7225e [2021-01-26T00:39:27.674Z] Removing intermediate container 9d4db8a7225e [2021-01-26T00:39:27.674Z] ---> 5ba9d89b0b1f [2021-01-26T00:39:27.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:39:27.674Z] Removing intermediate container 9e88c6c15bea [2021-01-26T00:39:27.674Z] ---> 9b9181d83e0b [2021-01-26T00:39:27.674Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:39:27.674Z] Removing intermediate container ca960aecd233 [2021-01-26T00:39:27.674Z] ---> 30bfe7eb31e7 [2021-01-26T00:39:27.674Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:39:27.674Z] Removing intermediate container 13706a8fa247 [2021-01-26T00:39:27.674Z] ---> 15e63e4ed366 [2021-01-26T00:39:27.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:39:27.674Z] Removing intermediate container c80b02e6e82a [2021-01-26T00:39:27.674Z] ---> 65f9142852f5 [2021-01-26T00:39:27.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:39:27.674Z] ---> Running in 7ac613fda08b [2021-01-26T00:39:27.674Z] ---> Running in b5dce3e6da7a [2021-01-26T00:39:27.674Z] ---> Running in de6b78f84f74 [2021-01-26T00:39:27.674Z] ---> Running in 84677061f886 [2021-01-26T00:39:27.674Z] ---> Running in 41f3812dc561 [2021-01-26T00:39:29.685Z] Removing intermediate container 84677061f886 [2021-01-26T00:39:29.685Z] ---> e272ee707a1c [2021-01-26T00:39:29.685Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:39:29.685Z] Removing intermediate container de6b78f84f74 [2021-01-26T00:39:29.685Z] ---> fb11ee71bdc1 [2021-01-26T00:39:29.685Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T00:39:29.685Z] Removing intermediate container 41f3812dc561 [2021-01-26T00:39:29.685Z] ---> e2d3a381fbdc [2021-01-26T00:39:29.685Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:39:29.685Z] Removing intermediate container b5dce3e6da7a [2021-01-26T00:39:29.685Z] ---> c4fad2864940 [2021-01-26T00:39:29.685Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T00:39:29.685Z] ---> Running in 4a2f6f8b0cb0 [2021-01-26T00:39:29.685Z] ---> Running in 5b4931590670 [2021-01-26T00:39:29.685Z] ---> Running in 7a1fe03e8e38 [2021-01-26T00:39:29.685Z] ---> Running in a4f9d12fb0de [2021-01-26T00:39:29.685Z] Removing intermediate container 7ac613fda08b [2021-01-26T00:39:29.685Z] ---> 6a1181c87e9e [2021-01-26T00:39:29.685Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T00:39:29.685Z] ---> Running in de5eb349f8e4 [2021-01-26T00:39:31.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:31.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:31.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:31.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:32.674Z] OK: 233 MiB in 51 packages [2021-01-26T00:39:33.037Z] OK: 233 MiB in 51 packages [2021-01-26T00:39:33.037Z] OK: 233 MiB in 51 packages [2021-01-26T00:39:33.037Z] OK: 233 MiB in 51 packages [2021-01-26T00:39:33.668Z] Removing intermediate container 4a2f6f8b0cb0 [2021-01-26T00:39:33.668Z] ---> 8e8c665dd11c [2021-01-26T00:39:33.668Z] Step 6/21 : COPY go.mod . [2021-01-26T00:39:33.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:39:34.233Z] Removing intermediate container 7a1fe03e8e38 [2021-01-26T00:39:34.233Z] ---> 4377ef68cbab [2021-01-26T00:39:34.233Z] Step 6/24 : COPY go.mod . [2021-01-26T00:39:34.508Z] Removing intermediate container de5eb349f8e4 [2021-01-26T00:39:34.508Z] ---> 508926ccdc49 [2021-01-26T00:39:34.508Z] Step 6/23 : COPY go.mod . [2021-01-26T00:39:34.508Z] ---> 88e4a219c33d [2021-01-26T00:39:34.508Z] Step 7/21 : RUN go mod download [2021-01-26T00:39:34.508Z] Removing intermediate container 5b4931590670 [2021-01-26T00:39:34.508Z] ---> 91053bb16d49 [2021-01-26T00:39:34.508Z] Step 6/23 : COPY go.mod . [2021-01-26T00:39:34.895Z] ---> Running in 4300d2befaef [2021-01-26T00:39:35.174Z] ---> 96572e31b153 [2021-01-26T00:39:35.174Z] Step 7/24 : RUN go mod download [2021-01-26T00:39:35.174Z] ---> 5edf95e2b491 [2021-01-26T00:39:35.174Z] Step 7/23 : RUN go mod download [2021-01-26T00:39:35.487Z] ---> Running in 8907612e4551 [2021-01-26T00:39:35.487Z] ---> bf8f38e050a1 [2021-01-26T00:39:35.487Z] Step 7/23 : RUN go mod download [2021-01-26T00:39:35.487Z] ---> Running in 5fd8ec089d69 [2021-01-26T00:39:35.487Z] ---> Running in 2339d2a6055b [2021-01-26T00:39:36.637Z] OK: 233 MiB in 51 packages [2021-01-26T00:39:38.212Z] Removing intermediate container a4f9d12fb0de [2021-01-26T00:39:38.212Z] ---> 8777e6d99150 [2021-01-26T00:39:38.212Z] Step 6/23 : COPY go.mod . [2021-01-26T00:39:38.826Z] ---> 9f57ecb8053f [2021-01-26T00:39:38.826Z] Step 7/23 : RUN go mod download [2021-01-26T00:39:39.105Z] ---> Running in 3da7cd9f15e3 [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-26T00:39:39.147Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-26T00:39:40.139Z] Removing intermediate container 8907612e4551 [2021-01-26T00:39:40.140Z] ---> b45972926c86 [2021-01-26T00:39:40.140Z] Step 8/24 : COPY . . [2021-01-26T00:39:40.140Z] Removing intermediate container 4300d2befaef [2021-01-26T00:39:40.140Z] ---> 0c2cd11a0a0e [2021-01-26T00:39:40.140Z] Step 8/21 : COPY . . [2021-01-26T00:39:40.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-26T00:39:40.419Z] Removing intermediate container 5fd8ec089d69 [2021-01-26T00:39:40.419Z] ---> 44b638e98742 [2021-01-26T00:39:40.419Z] Step 8/23 : COPY . . [2021-01-26T00:39:40.419Z] Removing intermediate container 2339d2a6055b [2021-01-26T00:39:40.419Z] ---> 11fe8622f55d [2021-01-26T00:39:40.419Z] Step 8/23 : COPY . . [2021-01-26T00:39:46.884Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-26T00:39:46.885Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-26T00:39:46.885Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-26T00:39:47.425Z] Removing intermediate container 3da7cd9f15e3 [2021-01-26T00:39:47.425Z] ---> 576971330954 [2021-01-26T00:39:47.425Z] Step 8/23 : COPY . . [2021-01-26T00:39:54.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.227s coverage: 46.6% of statements [2021-01-26T00:39:54.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-26T00:39:54.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-26T00:39:54.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-26T00:39:54.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-26T00:39:54.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-26T00:40:00.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-26T00:40:00.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-26T00:40:00.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-26T00:40:00.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 65.8% of statements [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-26T00:40:00.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.329s coverage: 82.3% of statements [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-26T00:40:00.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-26T00:40:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.238s coverage: 28.6% of statements [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-26T00:40:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-26T00:40:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.120s coverage: 100.0% of statements [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-26T00:40:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-26T00:40:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.324s coverage: 97.5% of statements [2021-01-26T00:40:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-26T00:40:09.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-01-26T00:40:09.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-26T00:40:09.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-26T00:40:09.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-26T00:40:09.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 92.8% of statements [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-26T00:40:18.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 43.8% of statements [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-01-26T00:40:18.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-01-26T00:40:30.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements [2021-01-26T00:40:30.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-26T00:40:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-26T00:40:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-26T00:40:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-26T00:40:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-26T00:40:31.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-01-26T00:40:31.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-26T00:40:31.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-26T00:40:31.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2021-01-26T00:40:31.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2021-01-26T00:40:31.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2021-01-26T00:40:31.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-26T00:40:31.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 63.5% of statements [2021-01-26T00:40:31.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-26T00:40:31.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-26T00:40:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-01-26T00:40:32.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-01-26T00:40:33.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-26T00:40:33.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-01-26T00:40:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-26T00:40:38.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 68.9% of statements [2021-01-26T00:40:38.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-26T00:40:38.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-26T00:40:38.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-26T00:40:38.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-26T00:40:38.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-26T00:40:40.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.0% of statements [2021-01-26T00:40:40.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-26T00:40:40.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-26T00:40:40.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.684s coverage: 84.0% of statements [2021-01-26T00:40:40.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [2021-01-26T00:40:44.646Z] ---> cd7402c4ecbe [2021-01-26T00:40:44.646Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T00:40:44.646Z] ---> 129b4926099c [2021-01-26T00:40:44.646Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T00:40:44.646Z] ---> Running in 56c845cbe655 [2021-01-26T00:40:44.646Z] ---> Running in 4cd69e06e960 [2021-01-26T00:40:44.646Z] ---> 802e1ffcd71a [2021-01-26T00:40:44.646Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T00:40:44.646Z] ---> 25f7489c0278 [2021-01-26T00:40:44.646Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T00:40:44.646Z] ---> 052e428aecc2 [2021-01-26T00:40:44.646Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T00:40:44.646Z] ---> Running in e0871424a1ca [2021-01-26T00:40:44.646Z] ---> Running in b1b9ff4c9873 [2021-01-26T00:40:44.646Z] ---> Running in 4436171564e6 [2021-01-26T00:40:44.646Z] 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-26T00:40:44.646Z] 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-26T00:40:44.646Z] 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-26T00:40:44.646Z] 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-26T00:40:44.646Z] 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-26T00:40:47.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-26T00:40:47.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-26T00:40:47.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements [2021-01-26T00:40:47.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-26T00:40:51.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.965s coverage: 29.1% of statements [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-26T00:40:51.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements [2021-01-26T00:40:51.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-26T00:40:51.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-26T00:40:51.454Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-26T00:40:51.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-26T00:40:51.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-26T00:40:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-26T00:40:52.438Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-01-26T00:40:52.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-26T00:40:53.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-26T00:40:53.905Z] GO111MODULE=on go vet ./... [2021-01-26T00:41:24.415Z] 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-26T00:41:24.415Z] 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-26T00:41:34.825Z] Removing intermediate container b1b9ff4c9873 [2021-01-26T00:41:34.825Z] ---> 9c74e8309451 [2021-01-26T00:41:34.825Z] [2021-01-26T00:41:34.825Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:41:34.825Z] 3.12: Pulling from library/alpine [2021-01-26T00:41:38.647Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:41:38.647Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T00:41:38.647Z] ---> 389fef711851 [2021-01-26T00:41:38.647Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:41:38.970Z] Removing intermediate container 4cd69e06e960 [2021-01-26T00:41:38.970Z] ---> 2693f1072ef8 [2021-01-26T00:41:38.970Z] [2021-01-26T00:41:38.970Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T00:41:38.970Z] ---> 389fef711851 [2021-01-26T00:41:38.970Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T00:41:38.970Z] ---> Running in 53bd664c068b [2021-01-26T00:41:39.270Z] Removing intermediate container e0871424a1ca [2021-01-26T00:41:39.270Z] ---> cb10207c3f32 [2021-01-26T00:41:39.270Z] [2021-01-26T00:41:39.270Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T00:41:39.270Z] ---> 389fef711851 [2021-01-26T00:41:39.270Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T00:41:39.270Z] ---> Running in cb7e68e27c7e [2021-01-26T00:41:39.270Z] ---> Running in 00c20a6b74b2 [2021-01-26T00:41:42.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:42.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:42.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:42.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:42.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:42.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:43.078Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T00:41:43.078Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T00:41:43.078Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:41:43.378Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:41:43.378Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T00:41:43.378Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T00:41:43.378Z] OK: 6 MiB in 15 packages [2021-01-26T00:41:43.378Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T00:41:43.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:41:43.378Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:41:43.378Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:41:43.378Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T00:41:43.378Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T00:41:43.378Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T00:41:43.378Z] OK: 7 MiB in 18 packages [2021-01-26T00:41:43.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:41:43.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:41:43.700Z] OK: 7 MiB in 19 packages [2021-01-26T00:41:47.361Z] Removing intermediate container 56c845cbe655 [2021-01-26T00:41:47.361Z] ---> b1154a3df043 [2021-01-26T00:41:47.361Z] [2021-01-26T00:41:47.361Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:41:47.361Z] ---> 389fef711851 [2021-01-26T00:41:47.361Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:41:47.361Z] ---> Using cache [2021-01-26T00:41:47.361Z] ---> aafa4f12e7b1 [2021-01-26T00:41:47.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:41:47.664Z] Removing intermediate container 53bd664c068b [2021-01-26T00:41:47.664Z] ---> aafa4f12e7b1 [2021-01-26T00:41:47.664Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:41:47.664Z] ---> Running in 48ee31b41c43 [2021-01-26T00:41:48.252Z] Removing intermediate container 4436171564e6 [2021-01-26T00:41:48.252Z] ---> adec98d1cc37 [2021-01-26T00:41:48.252Z] [2021-01-26T00:41:48.252Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:41:48.252Z] ---> 389fef711851 [2021-01-26T00:41:48.252Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T00:41:48.532Z] ---> Running in 1ea9a0621759 [2021-01-26T00:41:48.532Z] ---> Running in 054d0f3a88a4 [2021-01-26T00:41:48.532Z] Removing intermediate container cb7e68e27c7e [2021-01-26T00:41:48.532Z] ---> 00d5b885e2eb [2021-01-26T00:41:48.532Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:41:48.532Z] Removing intermediate container 48ee31b41c43 [2021-01-26T00:41:48.532Z] ---> 269d1798b21f [2021-01-26T00:41:48.532Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T00:41:48.837Z] Removing intermediate container 00c20a6b74b2 [2021-01-26T00:41:48.837Z] ---> 2320d611d982 [2021-01-26T00:41:48.837Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:41:48.837Z] ---> Running in d1f1756e02f0 [2021-01-26T00:41:48.837Z] ---> Running in a8d68af60ad0 [2021-01-26T00:41:48.837Z] ---> Running in 96836752f6f1 [2021-01-26T00:41:49.190Z] Removing intermediate container 1ea9a0621759 [2021-01-26T00:41:49.190Z] ---> a0368cf42bc7 [2021-01-26T00:41:49.190Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T00:41:49.190Z] Removing intermediate container 054d0f3a88a4 [2021-01-26T00:41:49.190Z] ---> 7bab751c6218 [2021-01-26T00:41:49.190Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T00:41:49.190Z] ---> Running in 04898f2d36fe [2021-01-26T00:41:49.190Z] ---> Running in 81d530e618b3 [2021-01-26T00:41:49.190Z] Removing intermediate container d1f1756e02f0 [2021-01-26T00:41:49.190Z] ---> 187ec9e772a2 [2021-01-26T00:41:49.190Z] Step 13/21 : WORKDIR /edgex [2021-01-26T00:41:49.469Z] Removing intermediate container a8d68af60ad0 [2021-01-26T00:41:49.469Z] ---> 484f4472362f [2021-01-26T00:41:49.469Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:41:49.469Z] Removing intermediate container 96836752f6f1 [2021-01-26T00:41:49.469Z] ---> a562118a39e1 [2021-01-26T00:41:49.469Z] Step 13/24 : WORKDIR / [2021-01-26T00:41:49.469Z] ---> Running in 72bbb66efcbb [2021-01-26T00:41:49.469Z] ---> Running in 66b684e2f1d4 [2021-01-26T00:41:49.469Z] ---> Running in efca508e04ab [2021-01-26T00:41:49.748Z] Removing intermediate container 04898f2d36fe [2021-01-26T00:41:49.748Z] ---> 76f1e2f474df [2021-01-26T00:41:49.748Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:41:49.748Z] Removing intermediate container 81d530e618b3 [2021-01-26T00:41:49.748Z] ---> dedd3f491b59 [2021-01-26T00:41:49.748Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T00:41:49.748Z] ---> Running in 3601b1753a7e [2021-01-26T00:41:50.017Z] ---> Running in 6753186ca7a9 [2021-01-26T00:41:50.017Z] Removing intermediate container 72bbb66efcbb [2021-01-26T00:41:50.017Z] ---> a7b8af59aa52 [2021-01-26T00:41:50.017Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T00:41:50.017Z] Removing intermediate container 66b684e2f1d4 [2021-01-26T00:41:50.017Z] ---> 5b39804a5a75 [2021-01-26T00:41:50.017Z] Step 15/23 : WORKDIR / [2021-01-26T00:41:50.631Z] Removing intermediate container efca508e04ab [2021-01-26T00:41:50.631Z] ---> c1dce1bbc6b0 [2021-01-26T00:41:50.631Z] 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-26T00:41:50.915Z] ---> Running in a2da0b954084 [2021-01-26T00:41:50.915Z] Removing intermediate container 3601b1753a7e [2021-01-26T00:41:50.915Z] ---> bb852ece053b [2021-01-26T00:41:50.915Z] Step 15/23 : WORKDIR / [2021-01-26T00:41:50.915Z] ---> 359f23cfe095 [2021-01-26T00:41:50.915Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T00:41:50.915Z] Removing intermediate container 6753186ca7a9 [2021-01-26T00:41:50.915Z] ---> 7234d272161c [2021-01-26T00:41:50.915Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:41:51.232Z] ---> Running in e91f07eb7490 [2021-01-26T00:41:51.232Z] ---> Running in e3ac9631c26a [2021-01-26T00:41:51.232Z] Removing intermediate container a2da0b954084 [2021-01-26T00:41:51.232Z] ---> d776f60fbc8e [2021-01-26T00:41:51.232Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:41:51.519Z] ---> 564b8046d447 [2021-01-26T00:41:51.519Z] 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-26T00:41:51.860Z] Removing intermediate container e91f07eb7490 [2021-01-26T00:41:51.860Z] ---> 7522001afddf [2021-01-26T00:41:51.860Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:41:52.145Z] ---> 51632861c1ec [2021-01-26T00:41:52.145Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T00:41:52.432Z] ---> 69a27fbdf9fa [2021-01-26T00:41:52.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T00:41:52.432Z] ---> b1e23e692d5e [2021-01-26T00:41:52.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T00:41:52.734Z] ---> 27b83acc27ca [2021-01-26T00:41:52.734Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T00:41:53.022Z] ---> e45d826a9fdc [2021-01-26T00:41:53.022Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T00:41:54.172Z] ---> dafdc5fa2985 [2021-01-26T00:41:54.172Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-26T00:41:54.580Z] ---> 6cf83c4c03a5 [2021-01-26T00:41:54.580Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T00:41:54.580Z] Removing intermediate container e3ac9631c26a [2021-01-26T00:41:54.580Z] ---> dac354562959 [2021-01-26T00:41:54.580Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T00:41:54.865Z] ---> Running in 6233d434fc1f [2021-01-26T00:41:54.865Z] ---> Running in cbcd26aeea09 [2021-01-26T00:41:54.865Z] ---> ae9b9af843b6 [2021-01-26T00:41:54.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T00:41:55.141Z] ---> ccec72d5f191 [2021-01-26T00:41:55.141Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T00:41:55.141Z] ---> b0a5b3399ec3 [2021-01-26T00:41:55.141Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T00:41:55.427Z] ---> Running in 8fcbbd553ce6 [2021-01-26T00:41:55.427Z] Removing intermediate container 6233d434fc1f [2021-01-26T00:41:55.427Z] ---> d3bdb9b648c8 [2021-01-26T00:41:55.427Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T00:41:55.695Z] ---> 3c3169ab3e55 [2021-01-26T00:41:55.695Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T00:41:55.695Z] ---> Running in eff32e4b00d1 [2021-01-26T00:41:55.975Z] ---> Running in 9d74293f0fe6 [2021-01-26T00:41:55.975Z] Removing intermediate container 8fcbbd553ce6 [2021-01-26T00:41:55.975Z] ---> 2074fea92456 [2021-01-26T00:41:55.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:41:56.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:56.425Z] Removing intermediate container eff32e4b00d1 [2021-01-26T00:41:56.425Z] ---> 9068e330dd2c [2021-01-26T00:41:56.425Z] Step 19/21 : LABEL arch=x86_64 [2021-01-26T00:41:56.425Z] ---> Running in 3bbb29b8e76b [2021-01-26T00:41:56.425Z] ---> e5e0251805aa [2021-01-26T00:41:56.425Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T00:41:56.943Z] Removing intermediate container 9d74293f0fe6 [2021-01-26T00:41:56.943Z] ---> bca54afb0668 [2021-01-26T00:41:56.943Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:41:56.943Z] ---> Running in 451a42346fd0 [2021-01-26T00:41:56.943Z] ---> Running in 6c11aea115c2 [2021-01-26T00:41:57.355Z] Removing intermediate container 3bbb29b8e76b [2021-01-26T00:41:57.355Z] ---> 2415ab2c10f0 [2021-01-26T00:41:57.355Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:41:57.355Z] ---> Running in 580b3d7f9963 [2021-01-26T00:41:57.355Z] Removing intermediate container 6c11aea115c2 [2021-01-26T00:41:57.355Z] ---> 1add59014624 [2021-01-26T00:41:57.355Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:41:57.355Z] Removing intermediate container 451a42346fd0 [2021-01-26T00:41:57.355Z] ---> 60283d8d2afc [2021-01-26T00:41:57.355Z] Step 20/21 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:41:57.769Z] ---> 335d7a009c4a [2021-01-26T00:41:57.769Z] 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-26T00:41:57.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:41:57.769Z] ---> Running in 492df0bc9de4 [2021-01-26T00:41:57.769Z] ---> Running in e4eb35561a25 [2021-01-26T00:41:57.769Z] ---> Running in 7e4bb8b1c85c [2021-01-26T00:41:58.241Z] Removing intermediate container 580b3d7f9963 [2021-01-26T00:41:58.241Z] ---> 7c0b7cb95430 [2021-01-26T00:41:58.241Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:41:58.546Z] Removing intermediate container 492df0bc9de4 [2021-01-26T00:41:58.546Z] ---> e7f8b1e30b32 [2021-01-26T00:41:58.546Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:41:58.546Z] ---> Running in f101c27fd130 [2021-01-26T00:41:58.546Z] Removing intermediate container e4eb35561a25 [2021-01-26T00:41:58.546Z] ---> aa704d58e8b9 [2021-01-26T00:41:58.546Z] Step 21/21 : LABEL version=0.0.0 [2021-01-26T00:41:58.850Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T00:41:58.851Z] ---> Running in f1cb57315374 [2021-01-26T00:41:58.851Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T00:41:59.158Z] ---> Running in d689a9fcfdac [2021-01-26T00:41:59.158Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T00:41:59.158Z] Removing intermediate container f101c27fd130 [2021-01-26T00:41:59.158Z] ---> e1486a364d9c [2021-01-26T00:41:59.158Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:41:59.158Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T00:41:59.478Z] ---> Running in c6b0483f422a [2021-01-26T00:41:59.478Z] Removing intermediate container f1cb57315374 [2021-01-26T00:41:59.478Z] ---> 60d8ce56240f [2021-01-26T00:41:59.478Z] [2021-01-26T00:41:59.478Z] Removing intermediate container d689a9fcfdac [2021-01-26T00:41:59.478Z] ---> ebae849f440c [2021-01-26T00:41:59.478Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:41:59.478Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T00:41:59.756Z] ---> Running in 87e8b8ca98ac [2021-01-26T00:41:59.756Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T00:42:00.038Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:42:00.038Z] Removing intermediate container c6b0483f422a [2021-01-26T00:42:00.038Z] ---> 73ca435497b9 [2021-01-26T00:42:00.038Z] [2021-01-26T00:42:00.038Z] OK: 8 MiB in 20 packages [2021-01-26T00:42:00.038Z] Successfully built 60d8ce56240f [2021-01-26T00:42:00.038Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-26T00:42:00.038Z] Building docker-security-bootstrapper-go [2021-01-26T00:42:00.368Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 87e8b8ca98ac [2021-01-26T00:42:00.368Z] ---> 52c845add916 [2021-01-26T00:42:00.368Z] [2021-01-26T00:42:00.657Z] Successfully built 73ca435497b9 [2021-01-26T00:42:00.657Z] Successfully tagged docker-core-metadata-go:latest [2021-01-26T00:42:00.657Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-26T00:42:01.005Z] Removing intermediate container 7e4bb8b1c85c [2021-01-26T00:42:01.005Z] ---> 5a38ab19dc18 [2021-01-26T00:42:01.005Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T00:42:01.005Z] Successfully built 52c845add916 [2021-01-26T00:42:01.354Z] Successfully tagged docker-core-command-go:latest [2021-01-26T00:42:01.354Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-26T00:42:01.354Z] ---> Running in 5f7dcfb40f10 [2021-01-26T00:42:01.643Z] Removing intermediate container cbcd26aeea09 [2021-01-26T00:42:01.643Z] ---> 707e7a7a8956 [2021-01-26T00:42:01.643Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:42:01.944Z] gofmt -l . [2021-01-26T00:42:02.484Z] Removing intermediate container 5f7dcfb40f10 [2021-01-26T00:42:02.484Z] ---> 66481bdcdf9a [2021-01-26T00:42:02.484Z] Step 22/24 : LABEL arch=x86_64 [2021-01-26T00:42:02.484Z] ---> Running in 4b918f065fda [2021-01-26T00:42:03.628Z] ---> 3e4cbd22515b [2021-01-26T00:42:03.628Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T00:42:03.911Z] [ "`gofmt -l .`" = "" ] [2021-01-26T00:42:04.899Z] Removing intermediate container 4b918f065fda [2021-01-26T00:42:04.899Z] ---> fe6cb1be1de4 [2021-01-26T00:42:04.899Z] Step 23/24 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:42:05.888Z] ./bin/test-go-mod-tidy.sh [2021-01-26T00:42:06.487Z] ./bin/test-attribution-txt.sh [2021-01-26T00:42:06.607Z] ---> Running in 85fe67d7e791 [2021-01-26T00:42:07.685Z] Removing intermediate container 85fe67d7e791 [2021-01-26T00:42:07.685Z] ---> e9c5af38de19 [2021-01-26T00:42:07.685Z] Step 24/24 : LABEL version=0.0.0 [2021-01-26T00:42:07.685Z] ---> a86d3c8485d3 [2021-01-26T00:42:07.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-01-26T00:42:08.012Z] ---> Running in 012b7fb3d0a9 [2021-01-26T00:42:08.581Z] + ls -al . [2021-01-26T00:42:08.581Z] total 696 [2021-01-26T00:42:08.581Z] drwxrwxr-x 9 1001 1001 4096 Jan 26 00:42 . [2021-01-26T00:42:08.581Z] drwxr-xr-x 4 root root 4096 Jan 26 00:38 .. [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 11 Jan 26 00:36 .dockerignore [2021-01-26T00:42:08.581Z] drwxrwxr-x 8 1001 1001 4096 Jan 26 00:36 .git [2021-01-26T00:42:08.581Z] drwxrwxr-x 3 1001 1001 4096 Jan 26 00:36 .github [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 872 Jan 26 00:36 .gitignore [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 00:36 .sonarcloud.properties [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:36 Attribution.txt [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:36 CONTRIBUTING.md [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 931 Jan 26 00:36 Dockerfile.build [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 863 Jan 26 00:36 Jenkinsfile [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:36 LICENSE [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:36 Makefile [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:36 README.md [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:36 SECURITY.md [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 5 Jan 26 00:32 VERSION [2021-01-26T00:42:08.581Z] -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:36 ZMQWindows.md [2021-01-26T00:42:08.581Z] drwxrwxr-x 2 1001 1001 4096 Jan 26 00:36 bin [2021-01-26T00:42:08.581Z] drwxrwxr-x 15 1001 1001 4096 Jan 26 00:36 cmd [2021-01-26T00:42:08.581Z] -rw-r--r-- 1 root root 564700 Jan 26 00:40 coverage.out [2021-01-26T00:42:08.581Z] -rw-r--r-- 1 root root 1053 Jan 26 00:42 go.mod [2021-01-26T00:42:08.582Z] -rw-r--r-- 1 root root 18995 Jan 26 00:42 go.sum [2021-01-26T00:42:08.582Z] drwxrwxr-x 8 1001 1001 4096 Jan 26 00:36 internal [2021-01-26T00:42:08.582Z] drwxrwxr-x 4 1001 1001 4096 Jan 26 00:36 openapi [2021-01-26T00:42:08.582Z] drwxrwxr-x 4 1001 1001 4096 Jan 26 00:36 snap [2021-01-26T00:42:08.582Z] -rw-rw-r-- 1 1001 1001 168 Jan 26 00:36 version.go [Pipeline] sh [2021-01-26T00:42:08.654Z] Removing intermediate container 012b7fb3d0a9 [2021-01-26T00:42:08.654Z] ---> 75c101010f1c [2021-01-26T00:42:08.654Z] [2021-01-26T00:42:08.942Z] ---> 16bd767d242a [2021-01-26T00:42:08.943Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T00:42:09.246Z] + '[' -e coverage.out ] [2021-01-26T00:42:09.246Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-26T00:42:09.323Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T00:42:09.340Z] Successfully built 75c101010f1c [2021-01-26T00:42:09.340Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-26T00:42:09.340Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-26T00:42:10.404Z] ---> Running in aa7ee079db0f [2021-01-26T00:42:10.430Z] Stashed 1 file(s) [Pipeline] sh [2021-01-26T00:42:11.985Z] Removing intermediate container aa7ee079db0f [2021-01-26T00:42:11.985Z] ---> be1f329b7063 [2021-01-26T00:42:11.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:42:12.039Z] + make build [2021-01-26T00:42:12.040Z] 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-26T00:42:12.278Z] ---> Running in 85a503a274aa [2021-01-26T00:42:13.279Z] Removing intermediate container 85a503a274aa [2021-01-26T00:42:13.279Z] ---> 43a6edfaf034 [2021-01-26T00:42:13.279Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:42:13.603Z] ---> Running in 224d877c8b5f [2021-01-26T00:42:14.251Z] Removing intermediate container 224d877c8b5f [2021-01-26T00:42:14.251Z] ---> aac99436717e [2021-01-26T00:42:14.251Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:42:14.558Z] ---> Running in 3ef7df638923 [2021-01-26T00:42:15.242Z] Removing intermediate container 3ef7df638923 [2021-01-26T00:42:15.242Z] ---> 5ec6c6d93312 [2021-01-26T00:42:15.242Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:42:15.957Z] ---> Running in 40dc53bb9a77 [2021-01-26T00:42:16.754Z] Removing intermediate container 40dc53bb9a77 [2021-01-26T00:42:16.754Z] ---> 3df7ab2ab75a [2021-01-26T00:42:16.754Z] [2021-01-26T00:42:16.754Z] Successfully built 3df7ab2ab75a [2021-01-26T00:42:17.042Z] Successfully tagged docker-core-data-go:latest [2021-01-26T00:42:24.471Z] 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-26T00:42:46.655Z] 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-26T00:42:48.630Z] 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-26T00:42:52.945Z] 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-26T00:42:53.968Z] 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-26T00:42:56.699Z]  Building docker-core-data-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:42:56.699Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:42:56.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:42:56.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:42:56.699Z] ---> e590112ff622 [2021-01-26T00:42:56.699Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T00:42:56.699Z] ---> e590112ff622 [2021-01-26T00:42:56.699Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 65f9142852f5 [2021-01-26T00:42:56.699Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 65f9142852f5 [2021-01-26T00:42:56.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> e2d3a381fbdc [2021-01-26T00:42:56.699Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> e2d3a381fbdc [2021-01-26T00:42:56.699Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 8777e6d99150 [2021-01-26T00:42:56.699Z] Step 6/33 : COPY go.mod . [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 8777e6d99150 [2021-01-26T00:42:56.699Z] Step 6/22 : COPY go.mod . [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 9f57ecb8053f [2021-01-26T00:42:56.699Z] Step 7/33 : RUN go mod download [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 9f57ecb8053f [2021-01-26T00:42:56.699Z] Step 7/22 : RUN go mod download [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 576971330954 [2021-01-26T00:42:56.699Z] Step 8/33 : COPY . . [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 576971330954 [2021-01-26T00:42:56.699Z] Step 8/22 : COPY . . [2021-01-26T00:42:56.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:42:56.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:42:56.699Z] ---> e590112ff622 [2021-01-26T00:42:56.699Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 65f9142852f5 [2021-01-26T00:42:56.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> e2d3a381fbdc [2021-01-26T00:42:56.699Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 25f7489c0278 [2021-01-26T00:42:56.699Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 25f7489c0278 [2021-01-26T00:42:56.699Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-26T00:42:56.699Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:42:56.699Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:42:56.699Z] ---> e590112ff622 [2021-01-26T00:42:56.699Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> 65f9142852f5 [2021-01-26T00:42:56.699Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:42:56.699Z] ---> Using cache [2021-01-26T00:42:56.699Z] ---> e2d3a381fbdc [2021-01-26T00:42:56.699Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-26T00:42:57.712Z] ---> Running in de5bd8834736 [2021-01-26T00:42:57.712Z] ---> Running in 70d436c67588 [2021-01-26T00:42:57.712Z] ---> Running in 02f81f914399 [2021-01-26T00:42:57.712Z] ---> Running in ad0495065174 [2021-01-26T00:42:59.409Z] 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-26T00:43:00.462Z] 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-26T00:43:00.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:43:00.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:43:00.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:43:01.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:43:01.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:43:02.797Z] 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-26T00:43:04.199Z] OK: 233 MiB in 51 packages [2021-01-26T00:43:04.538Z] OK: 233 MiB in 51 packages [2021-01-26T00:43:06.181Z] 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-26T00:43:06.755Z] Removing intermediate container 70d436c67588 [2021-01-26T00:43:06.755Z] ---> 077a77e64c82 [2021-01-26T00:43:06.755Z] Step 6/26 : COPY go.mod . [2021-01-26T00:43:06.755Z] Removing intermediate container de5bd8834736 [2021-01-26T00:43:06.755Z] ---> e05370c8c6b8 [2021-01-26T00:43:06.755Z] Step 6/22 : COPY go.mod . [2021-01-26T00:43:07.832Z] ---> b8fc379fc64b [2021-01-26T00:43:07.832Z] Step 7/22 : RUN go mod download [2021-01-26T00:43:07.832Z] ---> efabf6d167d3 [2021-01-26T00:43:07.832Z] Step 7/26 : RUN go mod download [2021-01-26T00:43:08.119Z] ---> Running in 79c17c4ea354 [2021-01-26T00:43:08.119Z] ---> Running in edf2633e1bcc [2021-01-26T00:43:10.494Z] 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-26T00:43:13.910Z] 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-26T00:43:14.058Z] Removing intermediate container 79c17c4ea354 [2021-01-26T00:43:14.058Z] ---> 881893054524 [2021-01-26T00:43:14.058Z] Step 8/26 : COPY . . [2021-01-26T00:43:14.058Z] Removing intermediate container edf2633e1bcc [2021-01-26T00:43:14.058Z] ---> 8ea67b566d8a [2021-01-26T00:43:14.058Z] Step 8/22 : COPY . . [2021-01-26T00:43:18.239Z] 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-26T00:43:22.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-26T00:43:28.028Z] $ docker stop --time=1 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c [2021-01-26T00:43:30.593Z] $ docker rm -f 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:32.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:43:32.554Z] [2021-01-26T00:43:32.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:33.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:43:33.479Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-26T00:43:33.479Z] 29e5d40040c1: Pulling fs layer [2021-01-26T00:43:33.479Z] 1ce36da41761: Pulling fs layer [2021-01-26T00:43:33.479Z] 25b303627fd3: Pulling fs layer [2021-01-26T00:43:33.777Z] 29e5d40040c1: Verifying Checksum [2021-01-26T00:43:33.777Z] 29e5d40040c1: Download complete [2021-01-26T00:43:34.050Z] 1ce36da41761: Verifying Checksum [2021-01-26T00:43:34.050Z] 1ce36da41761: Download complete [2021-01-26T00:43:34.326Z] 29e5d40040c1: Pull complete [2021-01-26T00:43:35.757Z] 1ce36da41761: Pull complete [2021-01-26T00:43:35.757Z] 25b303627fd3: Verifying Checksum [2021-01-26T00:43:35.757Z] 25b303627fd3: Download complete [2021-01-26T00:43:37.093Z] 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-26T00:43:45.909Z] 25b303627fd3: Pull complete [2021-01-26T00:43:45.909Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-26T00:43:45.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:43:45.909Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-26T00:43:46.207Z] prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container [2021-01-26T00:43:46.343Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-26T00:43:47.848Z] Removing intermediate container ad0495065174 [2021-01-26T00:43:47.848Z] ---> 6634a8a9e6b8 [2021-01-26T00:43:47.848Z] [2021-01-26T00:43:47.848Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:43:47.848Z] ---> 389fef711851 [2021-01-26T00:43:47.848Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:43:47.848Z] ---> Using cache [2021-01-26T00:43:47.848Z] ---> aafa4f12e7b1 [2021-01-26T00:43:47.848Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:43:47.848Z] ---> Using cache [2021-01-26T00:43:47.848Z] ---> a0368cf42bc7 [2021-01-26T00:43:47.848Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T00:43:47.848Z] ---> Running in 5da8c516571a [2021-01-26T00:43:49.340Z] $ docker top 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e -eo pid,comm [2021-01-26T00:43:49.472Z] Removing intermediate container 5da8c516571a [2021-01-26T00:43:49.472Z] ---> 1b940e6d6644 [2021-01-26T00:43:49.472Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] { [Pipeline] sh [2021-01-26T00:43:50.067Z] ---> Running in 87b3a3aa2fd1 [2021-01-26T00:43:50.290Z] + docker-compose build --help [2021-01-26T00:43:50.290Z] + grep parallel [2021-01-26T00:43:51.092Z] Removing intermediate container 87b3a3aa2fd1 [2021-01-26T00:43:51.093Z] ---> aee7d345699c [2021-01-26T00:43:51.093Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:43:52.717Z] ---> 43345e10702d [2021-01-26T00:43:52.717Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T00:43:53.667Z] --parallel Build images in parallel. [Pipeline] } [2021-01-26T00:43:53.991Z] $ docker stop --time=1 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e [2021-01-26T00:43:55.964Z] $ docker rm -f 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:56.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:43:56.751Z] . [Pipeline] withDockerContainer [2021-01-26T00:43:57.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container [2021-01-26T00:43:57.129Z] $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@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-26T00:43:57.164Z] ---> c9cc7cb4ef40 [2021-01-26T00:43:57.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T00:43:58.577Z] $ docker top 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c -eo pid,comm [2021-01-26T00:43:58.736Z] ---> 32985e6af3c9 [2021-01-26T00:43:58.736Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T00:43:58.736Z] Removing intermediate container 02f81f914399 [2021-01-26T00:43:58.736Z] ---> 56a188d7e1e0 [2021-01-26T00:43:58.736Z] [2021-01-26T00:43:58.736Z] Step 10/33 : FROM alpine:3.12 [2021-01-26T00:43:58.736Z] ---> 389fef711851 [2021-01-26T00:43:58.736Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [Pipeline] { [Pipeline] sh [2021-01-26T00:43:59.452Z] ---> Running in f7ae2a31755b [2021-01-26T00:43:59.452Z] ---> Running in ee8f3c6c847a [2021-01-26T00:43:59.576Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T00:44:01.658Z] Removing intermediate container f7ae2a31755b [2021-01-26T00:44:01.658Z] ---> a63b8671c043 [2021-01-26T00:44:01.658Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:44:01.972Z] ---> Running in 1bf6f897b5f8 [2021-01-26T00:44:02.949Z] Building docker-core-command-go ... [2021-01-26T00:44:02.950Z] Building docker-core-data-go ... [2021-01-26T00:44:02.950Z] Building docker-core-metadata-go ... [2021-01-26T00:44:02.950Z] Building docker-security-bootstrapper-go ... [2021-01-26T00:44:02.950Z] Building docker-security-proxy-setup-go ... [2021-01-26T00:44:02.950Z] Building docker-security-secretstore-setup-go ... [2021-01-26T00:44:02.950Z] Building docker-support-notifications-go ... [2021-01-26T00:44:02.950Z] Building docker-support-scheduler-go ... [2021-01-26T00:44:02.950Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T00:44:02.950Z] Building docker-sys-mgmt-agent-go [2021-01-26T00:44:02.950Z] Building docker-core-data-go [2021-01-26T00:44:02.950Z] Building docker-security-bootstrapper-go [2021-01-26T00:44:02.950Z] Building docker-support-scheduler-go [2021-01-26T00:44:02.950Z] Building docker-support-notifications-go [2021-01-26T00:44:04.189Z] Removing intermediate container 1bf6f897b5f8 [2021-01-26T00:44:04.189Z] ---> 4460bcddbd7a [2021-01-26T00:44:04.189Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T00:44:04.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:04.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:04.789Z] ---> Running in e49371d228cb [2021-01-26T00:44:05.073Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T00:44:05.073Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T00:44:05.073Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T00:44:05.073Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:44:05.730Z] OK: 6 MiB in 17 packages [2021-01-26T00:44:05.730Z] Removing intermediate container e49371d228cb [2021-01-26T00:44:05.730Z] ---> d0cca1c001c1 [2021-01-26T00:44:05.730Z] Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:44:06.008Z] ---> d0d80a3d5458 [2021-01-26T00:44:06.008Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T00:44:06.008Z] ---> Running in fe30df92a438 [2021-01-26T00:44:06.008Z] ---> 48451ca3085f [2021-01-26T00:44:06.008Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T00:44:06.293Z] ---> Running in ddc0946ebb98 [2021-01-26T00:44:06.293Z] ---> Running in c860e6e8db6e [2021-01-26T00:44:06.293Z] Removing intermediate container fe30df92a438 [2021-01-26T00:44:06.293Z] ---> 95a5a1636a2d [2021-01-26T00:44:06.293Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:44:06.561Z] ---> Running in 4236f3bdf196 [2021-01-26T00:44:07.167Z] Removing intermediate container ee8f3c6c847a [2021-01-26T00:44:07.167Z] ---> 57ecbee337e3 [2021-01-26T00:44:07.167Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T00:44:07.167Z] Removing intermediate container 4236f3bdf196 [2021-01-26T00:44:07.167Z] ---> 4fce111340ab [2021-01-26T00:44:07.167Z] [2021-01-26T00:44:07.167Z] ---> Running in 27d74c659503 [2021-01-26T00:44:07.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:44:07.775Z] 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-26T00:44:08.065Z] Successfully built 4fce111340ab [2021-01-26T00:44:08.065Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-26T00:44:08.065Z]  Building docker-support-scheduler-go ... done Removing intermediate container 27d74c659503 [2021-01-26T00:44:08.065Z] ---> 2328b5ee8bf8 [2021-01-26T00:44:08.065Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-26T00:44:08.362Z] ---> Running in 55668d49344f [2021-01-26T00:44:08.983Z] Removing intermediate container 55668d49344f [2021-01-26T00:44:08.983Z] ---> 6e8e7743aca6 [2021-01-26T00:44:08.983Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-26T00:44:08.983Z] ---> Running in f74d6a309ab2 [2021-01-26T00:44:10.487Z] Connecting to github.com (140.82.113.4:443) [2021-01-26T00:44:10.487Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.22.51:443) [2021-01-26T00:44:10.850Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-26T00:44:10.850Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-26T00:44:10.850Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-26T00:44:11.210Z] dockerize [2021-01-26T00:44:13.342Z] Removing intermediate container f74d6a309ab2 [2021-01-26T00:44:13.342Z] ---> b8840eaee64b [2021-01-26T00:44:13.342Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T00:44:13.342Z] ---> Running in b65dd1aab5cf [2021-01-26T00:44:13.967Z] Removing intermediate container b65dd1aab5cf [2021-01-26T00:44:13.967Z] ---> 5f43a715f38e [2021-01-26T00:44:13.967Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T00:44:14.645Z] ---> Running in 17282e781dce [2021-01-26T00:44:16.157Z] Removing intermediate container 17282e781dce [2021-01-26T00:44:16.157Z] ---> 0e0471714fc7 [2021-01-26T00:44:16.157Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-26T00:44:16.157Z] ---> Running in 309e21e8e42e [2021-01-26T00:44:17.690Z] Move dockerize executable [2021-01-26T00:44:19.952Z] Removing intermediate container 309e21e8e42e [2021-01-26T00:44:19.952Z] ---> 44ede1e007f8 [2021-01-26T00:44:19.952Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T00:44:20.688Z] ---> Running in e2a19bb941ab [2021-01-26T00:44:21.432Z] Removing intermediate container e2a19bb941ab [2021-01-26T00:44:21.432Z] ---> e0a3fbb7456b [2021-01-26T00:44:21.432Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T00:44:23.514Z] ---> 9319ec5b6fc0 [2021-01-26T00:44:23.515Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T00:44:23.515Z] ---> Running in 76ec6735741a [2021-01-26T00:44:26.944Z] Removing intermediate container 76ec6735741a [2021-01-26T00:44:26.944Z] ---> 0d4f5ac26630 [2021-01-26T00:44:26.944Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:44:27.261Z] ---> 47457fbeaed5 [2021-01-26T00:44:27.261Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T00:44:29.378Z] ---> e78d97e9bb3f [2021-01-26T00:44:29.378Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T00:44:30.515Z] ---> 4cf1520ca2cd [2021-01-26T00:44:30.515Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T00:44:32.583Z] ---> 8eeb5c6b2e06 [2021-01-26T00:44:32.584Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T00:44:33.214Z] ---> 488fe87dc1a3 [2021-01-26T00:44:33.214Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T00:44:34.217Z] ---> Running in 4da95ff0629d [2021-01-26T00:44:34.876Z] Removing intermediate container 4da95ff0629d [2021-01-26T00:44:34.876Z] ---> d768f6f85085 [2021-01-26T00:44:34.876Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T00:44:35.878Z] ---> 5b6f74759187 [2021-01-26T00:44:35.878Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T00:44:36.161Z] ---> Running in 9091d9b23781 [2021-01-26T00:44:39.687Z] Removing intermediate container ddc0946ebb98 [2021-01-26T00:44:39.687Z] ---> 1238aeee0f78 [2021-01-26T00:44:39.687Z] [2021-01-26T00:44:39.687Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:44:39.687Z] ---> 389fef711851 [2021-01-26T00:44:39.687Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T00:44:39.687Z] Removing intermediate container c860e6e8db6e [2021-01-26T00:44:39.687Z] ---> 8e36019805e3 [2021-01-26T00:44:39.687Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T00:44:39.962Z] Removing intermediate container 9091d9b23781 [2021-01-26T00:44:39.962Z] ---> c12b21ef41c4 [2021-01-26T00:44:39.962Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T00:44:39.962Z] ---> Running in 15a3552a2865 [2021-01-26T00:44:39.962Z] ---> Running in afdc2d783a59 [2021-01-26T00:44:40.256Z] ---> Running in 285b1c260520 [2021-01-26T00:44:40.548Z] Removing intermediate container 285b1c260520 [2021-01-26T00:44:40.548Z] ---> a160e571ea12 [2021-01-26T00:44:40.548Z] Step 30/33 : CMD ["gate"] [2021-01-26T00:44:40.838Z] ---> Running in fb002de30f6c [2021-01-26T00:44:41.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:41.106Z] 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-26T00:44:41.479Z] Removing intermediate container fb002de30f6c [2021-01-26T00:44:41.479Z] ---> 35a60bfbd3e1 [2021-01-26T00:44:41.479Z] Step 31/33 : LABEL arch=x86_64 [2021-01-26T00:44:41.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:41.479Z] ---> Running in 97f6a7241786 [2021-01-26T00:44:41.767Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T00:44:41.767Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T00:44:41.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:44:41.767Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:44:42.060Z] Removing intermediate container 97f6a7241786 [2021-01-26T00:44:42.060Z] ---> f234c0b67254 [2021-01-26T00:44:42.060Z] Step 32/33 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:44:42.060Z] OK: 6 MiB in 16 packages [2021-01-26T00:44:42.349Z] ---> Running in a21ee479031e [2021-01-26T00:44:42.627Z] Removing intermediate container a21ee479031e [2021-01-26T00:44:42.627Z] ---> 77145d0c9583 [2021-01-26T00:44:42.627Z] Step 33/33 : LABEL version=0.0.0 [2021-01-26T00:44:42.912Z] ---> Running in cddbcb9dd8f9 [2021-01-26T00:44:43.181Z] Removing intermediate container 15a3552a2865 [2021-01-26T00:44:43.181Z] ---> e9a5467ba24d [2021-01-26T00:44:43.181Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:44:43.505Z] Removing intermediate container cddbcb9dd8f9 [2021-01-26T00:44:43.505Z] ---> bfacf7317fd3 [2021-01-26T00:44:43.505Z] [2021-01-26T00:44:43.505Z] Removing intermediate container afdc2d783a59 [2021-01-26T00:44:43.505Z] ---> 768fac0eb00e [2021-01-26T00:44:43.505Z] [2021-01-26T00:44:43.505Z] Step 11/26 : FROM docker:20.10.0 [2021-01-26T00:44:43.505Z] ---> Running in 3ee5a1de75fd [2021-01-26T00:44:43.505Z] 20.10.0: Pulling from library/docker [2021-01-26T00:44:44.175Z] Successfully built bfacf7317fd3 [2021-01-26T00:44:44.175Z] Removing intermediate container 3ee5a1de75fd [2021-01-26T00:44:44.175Z] ---> 623c01b0bc4b [2021-01-26T00:44:44.175Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T00:44:44.175Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-26T00:44:44.175Z]  Building docker-security-bootstrapper-go ... done  ---> Running in be7684025c07 [2021-01-26T00:44:44.601Z] Removing intermediate container be7684025c07 [2021-01-26T00:44:44.601Z] ---> 14c5261a0a7a [2021-01-26T00:44:44.601Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:44:44.601Z] ---> Running in f89be308c702 [2021-01-26T00:44:45.762Z] Removing intermediate container f89be308c702 [2021-01-26T00:44:45.762Z] ---> db01c0dca819 [2021-01-26T00:44:45.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:44:46.487Z] ---> 4c3467608d7e [2021-01-26T00:44:46.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T00:44:47.139Z] ---> 6b1715548049 [2021-01-26T00:44:47.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T00:44:47.752Z] ---> 31def6441370 [2021-01-26T00:44:47.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T00:44:48.040Z] ---> Running in c03044bf4109 [2021-01-26T00:44:48.316Z] Removing intermediate container c03044bf4109 [2021-01-26T00:44:48.316Z] ---> f6d2435c7293 [2021-01-26T00:44:48.316Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:44:48.601Z] ---> Running in 5d166d750dae [2021-01-26T00:44:48.878Z] Removing intermediate container 5d166d750dae [2021-01-26T00:44:48.878Z] ---> 065837cce54d [2021-01-26T00:44:48.878Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T00:44:49.159Z] ---> Running in c1db366e1a1f [2021-01-26T00:44:49.460Z] Removing intermediate container c1db366e1a1f [2021-01-26T00:44:49.460Z] ---> 0a69a25405fd [2021-01-26T00:44:49.460Z] Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:44:49.460Z] ---> Running in a12b5f2e1db7 [2021-01-26T00:44:50.087Z] Removing intermediate container a12b5f2e1db7 [2021-01-26T00:44:50.087Z] ---> 04faa4510ccd [2021-01-26T00:44:50.087Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:44:50.087Z] ---> Running in 78ac6ce4643b [2021-01-26T00:44:50.697Z] Removing intermediate container 78ac6ce4643b [2021-01-26T00:44:50.697Z] ---> bffbf5100daf [2021-01-26T00:44:50.697Z] [2021-01-26T00:44:50.981Z] Successfully built bffbf5100daf [2021-01-26T00:44:50.981Z] Successfully tagged docker-support-notifications-go:latest [2021-01-26T00:44:55.312Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T00:44:55.312Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T00:44:55.312Z] ---> aefe523efa57 [2021-01-26T00:44:55.312Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T00:44:55.312Z] ---> Running in 73de8e57afa5 [2021-01-26T00:44:56.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:56.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:56.579Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T00:44:56.579Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T00:44:56.579Z] Executing bash-5.0.17-r0.post-install [2021-01-26T00:44:56.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:44:56.867Z] OK: 12 MiB in 22 packages [2021-01-26T00:44:57.463Z] Removing intermediate container 73de8e57afa5 [2021-01-26T00:44:57.463Z] ---> 7330ab6c019c [2021-01-26T00:44:57.463Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T00:44:57.735Z] ---> Running in bdd6f5954291 [2021-01-26T00:44:58.007Z] Removing intermediate container bdd6f5954291 [2021-01-26T00:44:58.007Z] ---> 5ba77be2a3ea [2021-01-26T00:44:58.007Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T00:44:58.007Z] ---> Running in 736b5ac185d0 [2021-01-26T00:44:58.626Z] Removing intermediate container 736b5ac185d0 [2021-01-26T00:44:58.626Z] ---> 5b08daf51dd7 [2021-01-26T00:44:58.626Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T00:44:58.626Z] ---> Running in fed97bffbb84 [2021-01-26T00:44:59.237Z] Removing intermediate container fed97bffbb84 [2021-01-26T00:44:59.237Z] ---> 3d882093209e [2021-01-26T00:44:59.237Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T00:45:00.240Z] ---> 4aa595d4ec6b [2021-01-26T00:45:00.240Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T00:45:00.887Z] ---> bf709ab26e3c [2021-01-26T00:45:00.887Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T00:45:01.552Z] ---> 69556b834285 [2021-01-26T00:45:01.552Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T00:45:01.552Z] ---> Running in 834f10bbe499 [2021-01-26T00:45:02.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:45:02.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:45:02.635Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T00:45:03.006Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T00:45:03.006Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T00:45:03.006Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T00:45:03.006Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T00:45:03.006Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T00:45:03.006Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T00:45:04.481Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T00:45:04.481Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T00:45:04.481Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T00:45:04.756Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T00:45:04.756Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T00:45:04.756Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T00:45:04.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T00:45:04.756Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T00:45:04.756Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T00:45:05.026Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T00:45:05.026Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T00:45:05.026Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T00:45:05.026Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T00:45:05.026Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T00:45:05.026Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T00:45:05.026Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T00:45:05.513Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T00:45:05.513Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T00:45:05.513Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T00:45:05.513Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T00:45:05.513Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T00:45:05.513Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T00:45:05.513Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T00:45:05.513Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T00:45:05.513Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T00:45:05.513Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T00:45:05.814Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:45:05.814Z] OK: 71 MiB in 55 packages [2021-01-26T00:45:16.086Z] Removing intermediate container 834f10bbe499 [2021-01-26T00:45:16.086Z] ---> 053d5906b9c4 [2021-01-26T00:45:16.086Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T00:45:16.086Z] ---> Running in d8fa8a24c917 [2021-01-26T00:45:17.549Z] Collecting docker-compose==1.23.2 [2021-01-26T00:45:17.549Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T00:45:17.842Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T00:45:17.842Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T00:45:18.882Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T00:45:18.882Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T00:45:18.882Z] 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-26T00:45:18.882Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T00:45:18.882Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T00:45:19.273Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T00:45:19.582Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T00:45:19.582Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T00:45:19.849Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T00:45:20.165Z] Collecting PyYAML<4,>=3.10 [2021-01-26T00:45:20.165Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T00:45:21.716Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T00:45:21.716Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T00:45:21.716Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T00:45:21.716Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T00:45:22.324Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T00:45:22.324Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T00:45:23.495Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T00:45:23.495Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T00:45:23.495Z] 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-26T00:45:23.495Z] Collecting idna<2.8,>=2.5 [2021-01-26T00:45:23.495Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T00:45:23.495Z] 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-26T00:45:23.495Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T00:45:23.495Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T00:45:23.495Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T00:45:23.495Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T00:45:23.495Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T00:45:23.495Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T00:45:23.794Z] Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose [2021-01-26T00:45:23.794Z] Running setup.py install for dockerpty: started [2021-01-26T00:45:24.728Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:45:24.728Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:45:24.728Z] ---> d2a714a08c78 [2021-01-26T00:45:24.728Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:45:24.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:45:24.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:45:24.728Z] ---> d2a714a08c78 [2021-01-26T00:45:24.728Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:45:24.728Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:45:24.728Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:45:24.728Z] ---> d2a714a08c78 [2021-01-26T00:45:24.728Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T00:45:24.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:45:24.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:45:24.728Z] ---> d2a714a08c78 [2021-01-26T00:45:24.728Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:45:24.728Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:45:24.728Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:45:24.728Z] ---> d2a714a08c78 [2021-01-26T00:45:24.728Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T00:45:24.728Z] ---> Running in 3a2561aa644d [2021-01-26T00:45:24.728Z] ---> Running in e26a03919236 [2021-01-26T00:45:24.728Z] ---> Running in dc668b52d93f [2021-01-26T00:45:24.728Z] ---> Running in 626c51714b09 [2021-01-26T00:45:24.728Z] ---> Running in 1adae9e0a09a [2021-01-26T00:45:24.728Z] Removing intermediate container 1adae9e0a09a [2021-01-26T00:45:24.728Z] ---> 897c47c30262 [2021-01-26T00:45:24.728Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:45:24.728Z] Removing intermediate container 3a2561aa644d [2021-01-26T00:45:24.728Z] ---> 66167e5a1194 [2021-01-26T00:45:24.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:45:24.728Z] Removing intermediate container 626c51714b09 [2021-01-26T00:45:24.728Z] ---> 8aaa0288bbef [2021-01-26T00:45:24.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:45:24.728Z] Removing intermediate container e26a03919236 [2021-01-26T00:45:24.728Z] ---> 1e8ac121fa09 [2021-01-26T00:45:24.728Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:45:24.728Z] Removing intermediate container dc668b52d93f [2021-01-26T00:45:24.728Z] ---> d375bc4230b2 [2021-01-26T00:45:24.728Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:45:24.728Z] ---> Running in 88eaa70d9673 [2021-01-26T00:45:24.728Z] ---> Running in f9ff5e54f7e9 [2021-01-26T00:45:24.728Z] ---> Running in 9f402dccd6ab [2021-01-26T00:45:24.728Z] ---> Running in 724be98e6a4d [2021-01-26T00:45:24.728Z] ---> Running in 1c0aa9af58a6 [2021-01-26T00:45:24.728Z] Removing intermediate container 88eaa70d9673 [2021-01-26T00:45:24.728Z] ---> 7247d9d53aed [2021-01-26T00:45:24.728Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T00:45:24.728Z] ---> Running in c755d073089c [2021-01-26T00:45:24.728Z] Removing intermediate container 9f402dccd6ab [2021-01-26T00:45:24.728Z] ---> 485e28e9090c [2021-01-26T00:45:24.728Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T00:45:24.728Z] Removing intermediate container f9ff5e54f7e9 [2021-01-26T00:45:24.728Z] ---> f8c91e292577 [2021-01-26T00:45:24.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T00:45:24.728Z] ---> Running in 3ddd85c2efcd [2021-01-26T00:45:24.728Z] ---> Running in 5db9a4635f8a [2021-01-26T00:45:24.728Z] Removing intermediate container 724be98e6a4d [2021-01-26T00:45:24.728Z] ---> c102ab5defa0 [2021-01-26T00:45:24.728Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T00:45:24.728Z] Removing intermediate container 1c0aa9af58a6 [2021-01-26T00:45:24.728Z] ---> d9b345171099 [2021-01-26T00:45:24.728Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-26T00:45:24.728Z] ---> Running in a34027793540 [2021-01-26T00:45:24.728Z] ---> Running in 96bda1867797 [2021-01-26T00:45:24.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:24.849Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T00:45:24.849Z] Attempting uninstall: urllib3 [2021-01-26T00:45:24.849Z] Found existing installation: urllib3 1.25.9 [2021-01-26T00:45:24.849Z] Uninstalling urllib3-1.25.9: [2021-01-26T00:45:25.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:25.123Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T00:45:25.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:25.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:25.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:25.395Z] Attempting uninstall: idna [2021-01-26T00:45:25.396Z] Found existing installation: idna 2.9 [2021-01-26T00:45:25.396Z] Uninstalling idna-2.9: [2021-01-26T00:45:25.396Z] Successfully uninstalled idna-2.9 [2021-01-26T00:45:25.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:25.680Z] Attempting uninstall: requests [2021-01-26T00:45:25.681Z] Found existing installation: requests 2.23.0 [2021-01-26T00:45:25.681Z] Uninstalling requests-2.23.0: [2021-01-26T00:45:25.681Z] Successfully uninstalled requests-2.23.0 [2021-01-26T00:45:26.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:26.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:26.267Z] Running setup.py install for PyYAML: started [2021-01-26T00:45:26.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:26.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:45:26.696Z] OK: 217 MiB in 51 packages [2021-01-26T00:45:27.307Z] OK: 217 MiB in 51 packages [2021-01-26T00:45:27.308Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T00:45:27.309Z] Running setup.py install for docopt: started [2021-01-26T00:45:27.587Z] OK: 217 MiB in 51 packages [2021-01-26T00:45:27.587Z] OK: 217 MiB in 51 packages [2021-01-26T00:45:28.824Z] OK: 217 MiB in 51 packages [2021-01-26T00:45:28.824Z] Removing intermediate container c755d073089c [2021-01-26T00:45:28.824Z] ---> 057c7d203285 [2021-01-26T00:45:28.824Z] Step 6/33 : COPY go.mod . [2021-01-26T00:45:28.831Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T00:45:28.831Z] Running setup.py install for texttable: started [2021-01-26T00:45:28.831Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T00:45:29.115Z] Removing intermediate container 3ddd85c2efcd [2021-01-26T00:45:29.115Z] ---> faa4e181db82 [2021-01-26T00:45:29.115Z] Step 6/22 : COPY go.mod . [2021-01-26T00:45:29.115Z] 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-26T00:45:29.400Z] Removing intermediate container a34027793540 [2021-01-26T00:45:29.400Z] ---> 9bdb21cc7145 [2021-01-26T00:45:29.400Z] Step 6/23 : COPY go.mod . [2021-01-26T00:45:29.675Z] ---> f3d790c42328 [2021-01-26T00:45:29.675Z] Step 7/33 : RUN go mod download [2021-01-26T00:45:29.675Z] Removing intermediate container 96bda1867797 [2021-01-26T00:45:29.675Z] ---> 4bcb69800a22 [2021-01-26T00:45:29.675Z] Step 6/26 : COPY go.mod . [2021-01-26T00:45:29.953Z] ---> Running in 91b58bf5d622 [2021-01-26T00:45:29.953Z] Removing intermediate container 5db9a4635f8a [2021-01-26T00:45:29.953Z] ---> eee489e9e784 [2021-01-26T00:45:29.953Z] Step 6/22 : COPY go.mod . [2021-01-26T00:45:30.233Z] ---> f1f2670ecc4d [2021-01-26T00:45:30.233Z] Step 7/22 : RUN go mod download [2021-01-26T00:45:30.510Z] ---> Running in 23dfde822c8f [2021-01-26T00:45:30.510Z] ---> bace206becfe [2021-01-26T00:45:30.510Z] Step 7/23 : RUN go mod download [2021-01-26T00:45:30.790Z] ---> Running in e5e91ecf3bcd [2021-01-26T00:45:31.071Z] ---> 8125533b09f1 [2021-01-26T00:45:31.071Z] Step 7/26 : RUN go mod download [2021-01-26T00:45:31.071Z] ---> 5d132ca1b7b5 [2021-01-26T00:45:31.071Z] Step 7/22 : RUN go mod download [2021-01-26T00:45:31.345Z] ---> Running in f5ff7bd54095 [2021-01-26T00:45:31.345Z] ---> Running in a24ce49cd02f [2021-01-26T00:45:33.447Z] Removing intermediate container d8fa8a24c917 [2021-01-26T00:45:33.447Z] ---> d0455b98e852 [2021-01-26T00:45:33.447Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T00:45:33.447Z] ---> Running in d7d9bd6dc5c8 [2021-01-26T00:45:34.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:45:34.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:45:34.747Z] Removing intermediate container 91b58bf5d622 [2021-01-26T00:45:34.747Z] ---> 3655dab3d9df [2021-01-26T00:45:34.747Z] Step 8/33 : COPY . . [2021-01-26T00:45:34.747Z] Removing intermediate container 23dfde822c8f [2021-01-26T00:45:34.747Z] ---> 24d7df56bb65 [2021-01-26T00:45:34.747Z] Step 8/22 : COPY . . [2021-01-26T00:45:35.051Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:45:35.051Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T00:45:35.052Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T00:45:35.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:45:35.052Z] OK: 72 MiB in 58 packages [2021-01-26T00:45:35.363Z] Removing intermediate container e5e91ecf3bcd [2021-01-26T00:45:35.363Z] ---> 92e8caba65ad [2021-01-26T00:45:35.363Z] Step 8/23 : COPY . . [2021-01-26T00:45:36.066Z] Removing intermediate container d7d9bd6dc5c8 [2021-01-26T00:45:36.066Z] ---> e5f01c888b58 [2021-01-26T00:45:36.066Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T00:45:36.066Z] ---> Running in 6b9dba6d072c [2021-01-26T00:45:36.344Z] Removing intermediate container 6b9dba6d072c [2021-01-26T00:45:36.344Z] ---> 6a033aef5a09 [2021-01-26T00:45:36.344Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:45:36.357Z] Removing intermediate container f5ff7bd54095 [2021-01-26T00:45:36.357Z] ---> 1403c08f5a36 [2021-01-26T00:45:36.357Z] Step 8/26 : COPY . . [2021-01-26T00:45:36.641Z] ---> Running in 622cb58ed81d [2021-01-26T00:45:36.986Z] Removing intermediate container a24ce49cd02f [2021-01-26T00:45:36.986Z] ---> 337c8ef1806b [2021-01-26T00:45:36.986Z] Step 8/22 : COPY . . [2021-01-26T00:45:37.082Z] Removing intermediate container 622cb58ed81d [2021-01-26T00:45:37.082Z] ---> 79b36e06b9f3 [2021-01-26T00:45:37.082Z] Step 24/26 : LABEL arch=x86_64 [2021-01-26T00:45:37.082Z] ---> Running in 7205d119f984 [2021-01-26T00:45:38.099Z] Removing intermediate container 7205d119f984 [2021-01-26T00:45:38.099Z] ---> 06e0dfc68df5 [2021-01-26T00:45:38.099Z] Step 25/26 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:45:38.099Z] ---> Running in d834bd638654 [2021-01-26T00:45:38.718Z] Removing intermediate container d834bd638654 [2021-01-26T00:45:38.718Z] ---> 112758a81028 [2021-01-26T00:45:38.718Z] Step 26/26 : LABEL version=0.0.0 [2021-01-26T00:45:38.718Z] ---> Running in b6e7cd88c6a6 [2021-01-26T00:45:38.993Z] Removing intermediate container b6e7cd88c6a6 [2021-01-26T00:45:38.993Z] ---> a5e68b0b4436 [2021-01-26T00:45:38.993Z] [2021-01-26T00:45:39.265Z] Successfully built a5e68b0b4436 [2021-01-26T00:45:39.266Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-26T00:45:39.893Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-26T00:45:39.905Z] $ docker stop --time=1 d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 [2021-01-26T00:45:41.713Z] $ docker rm -f d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:45:42.313Z] + grep docker [2021-01-26T00:45:42.313Z] + docker images [2021-01-26T00:45:43.023Z] docker-sys-mgmt-agent-go latest a5e68b0b4436 4 seconds ago 313MB [2021-01-26T00:45:43.023Z] docker-support-notifications-go latest bffbf5100daf 52 seconds ago 16.9MB [2021-01-26T00:45:43.023Z] docker-security-bootstrapper-go latest bfacf7317fd3 59 seconds ago 41.5MB [2021-01-26T00:45:43.023Z] docker-support-scheduler-go latest 4fce111340ab About a minute ago 16.4MB [2021-01-26T00:45:43.023Z] docker-core-data-go latest 3df7ab2ab75a 3 minutes ago 22.3MB [2021-01-26T00:45:43.023Z] docker-security-secretstore-setup-go latest 75c101010f1c 3 minutes ago 24.6MB [2021-01-26T00:45:43.023Z] docker-core-metadata-go latest 73ca435497b9 3 minutes ago 18.8MB [2021-01-26T00:45:43.023Z] docker-security-proxy-setup-go latest 60d8ce56240f 3 minutes ago 24.4MB [2021-01-26T00:45:43.023Z] docker-core-command-go latest 52c845add916 3 minutes ago 16.3MB [2021-01-26T00:45:43.023Z] docker 20.10.0 aefe523efa57 6 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-26T00:45:58.882Z] Still waiting to schedule task [2021-01-26T00:45:58.883Z] ‘prd-ubuntu18.04-docker-8c-8g-22742’ is offline [2021-01-26T00:46:03.875Z] ---> 5e24ba7cfdd2 [2021-01-26T00:46:03.875Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-26T00:46:03.875Z] ---> 91bdf03d7e03 [2021-01-26T00:46:03.875Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T00:46:03.875Z] ---> 1170ba376332 [2021-01-26T00:46:03.875Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T00:46:03.875Z] ---> b9372d77694a [2021-01-26T00:46:03.875Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T00:46:03.875Z] ---> 322b38cb530a [2021-01-26T00:46:03.875Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T00:46:03.875Z] ---> Running in c64653e2499c [2021-01-26T00:46:03.875Z] ---> Running in d2782f4d0e4e [2021-01-26T00:46:03.875Z] ---> Running in c1cc5bb31a11 [2021-01-26T00:46:03.875Z] ---> Running in 0a286737836a [2021-01-26T00:46:03.875Z] ---> Running in 13feb21bbfa6 [2021-01-26T00:46:03.875Z] 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-26T00:46:03.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:46:03.875Z] 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-26T00:46:03.875Z] 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-26T00:46:03.875Z] 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-26T00:46:55.332Z] Running on prd-ubuntu18.04-docker-8c-8g-22752 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-26T00:46:55.392Z] Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout [2021-01-26T00:46:57.562Z] using credential edgex-jenkins-ssh [2021-01-26T00:46:57.620Z] Cloning the remote Git repository [2021-01-26T00:46:57.639Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:46:57.702Z] > git init /w/workspace/edgex-go/48 # timeout=10 [2021-01-26T00:46:57.731Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:46:57.731Z] > git --version # timeout=10 [2021-01-26T00:46:57.739Z] > git --version # 'git version 2.17.1' [2021-01-26T00:46:57.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:46:57.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:47:04.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:47:04.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:47:04.887Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:47:04.898Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:47:04.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:47:04.902Z] > 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-26T00:47:05.578Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-26T00:47:05.861Z] Merge succeeded, producing 659d4ff7374f32d260066180b4831b7cf495c154 [2021-01-26T00:47:05.862Z] Checking out Revision 659d4ff7374f32d260066180b4831b7cf495c154 (PR-2858) [2021-01-26T00:47:05.598Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:47:05.603Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-26T00:47:05.679Z] > git remote # timeout=10 [2021-01-26T00:47:05.690Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:47:05.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:47:05.699Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-26T00:47:05.866Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:47:05.876Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:47:05.881Z] > git checkout -f 659d4ff7374f32d260066180b4831b7cf495c154 # timeout=10 [2021-01-26T00:47:09.546Z] Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" [2021-01-26T00:47:09.555Z] First time build. Skipping changelog. [2021-01-26T00:47:09.565Z] > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:47:10.697Z] + echo snap-build.sh [2021-01-26T00:47:10.697Z] snap-build.sh [2021-01-26T00:47:10.697Z] + SNAP_BASE_DIR=. [2021-01-26T00:47:10.697Z] + '[' '!' -z /w/workspace/edgex-go/48 ']' [2021-01-26T00:47:10.697Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/48 [2021-01-26T00:47:10.697Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/48]' [2021-01-26T00:47:10.697Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/48] [2021-01-26T00:47:10.697Z] + cd /w/workspace/edgex-go/48 [2021-01-26T00:47:10.697Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-26T00:47:10.697Z] Reading package lists... [2021-01-26T00:47:10.697Z] Building dependency tree... [2021-01-26T00:47:10.697Z] Reading state information... [2021-01-26T00:47:10.959Z] The following packages were automatically installed and are no longer required: [2021-01-26T00:47:10.959Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-26T00:47:10.959Z] uidmap xdelta3 [2021-01-26T00:47:10.959Z] Use 'sudo apt autoremove' to remove them. [2021-01-26T00:47:10.959Z] The following packages will be REMOVED: [2021-01-26T00:47:10.959Z] lxd* lxd-client* [2021-01-26T00:47:11.221Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-26T00:47:11.221Z] After this operation, 31.7 MB disk space will be freed. [2021-01-26T00:47:12.266Z] (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-26T00:47:12.266Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:47:13.210Z] Removing lxd dnsmasq configuration [2021-01-26T00:47:13.210Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:47:13.210Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-26T00:47:14.160Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-26T00:47:14.422Z] (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-26T00:47:14.422Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:47:15.809Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-26T00:47:15.809Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-26T00:47:17.196Z] + sudo snap remove --purge lxd [2021-01-26T00:47:17.196Z] snap "lxd" is not installed [2021-01-26T00:47:17.196Z] + sudo groupadd --force --system lxd [2021-01-26T00:47:17.196Z] ++ whoami [2021-01-26T00:47:17.196Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-26T00:47:17.196Z] + newgrp - lxd [2021-01-26T00:47:17.196Z] + sudo snap install lxd [2021-01-26T00:47:27.239Z] 2021-01-26T00:47:24Z INFO Waiting for automatic snapd restart... [2021-01-26T00:47:39.505Z] lxd 4.10 from Canonical* installed [2021-01-26T00:47:39.505Z] + sudo lxd init --auto [2021-01-26T00:47:40.755Z] 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-26T00:47:45.057Z] Removing intermediate container 0a286737836a [2021-01-26T00:47:45.057Z] ---> 78d6f80ef1ed [2021-01-26T00:47:45.057Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T00:47:45.656Z] ---> Running in 7f9760233664 [2021-01-26T00:47:45.939Z] Removing intermediate container d2782f4d0e4e [2021-01-26T00:47:45.939Z] ---> 588b7d3317f5 [2021-01-26T00:47:45.939Z] [2021-01-26T00:47:45.939Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:47:45.939Z] Removing intermediate container c1cc5bb31a11 [2021-01-26T00:47:45.939Z] ---> cfdb055c83bf [2021-01-26T00:47:45.939Z] [2021-01-26T00:47:45.939Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:47:46.214Z] 3.12: Pulling from library/alpine [2021-01-26T00:47:46.214Z] 3.12: Pulling from library/alpine [2021-01-26T00:47:47.659Z] 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-26T00:47:48.270Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:47:48.270Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:47:48.270Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T00:47:48.270Z] ---> afeebe901d6b [2021-01-26T00:47:48.270Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T00:47:48.270Z] Status: Image is up to date for alpine:3.12 [2021-01-26T00:47:48.270Z] ---> afeebe901d6b [2021-01-26T00:47:48.270Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:47:49.255Z] ---> Running in b50c5b385bf2 [2021-01-26T00:47:49.255Z] ---> Running in c78edec2d5a0 [2021-01-26T00:47:49.517Z] + sudo snap install --classic snapcraft [2021-01-26T00:47:51.240Z] Removing intermediate container c64653e2499c [2021-01-26T00:47:51.240Z] ---> d8733415c5d3 [2021-01-26T00:47:51.240Z] [2021-01-26T00:47:51.240Z] Step 10/33 : FROM alpine:3.12 [2021-01-26T00:47:51.240Z] ---> afeebe901d6b [2021-01-26T00:47:51.240Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-26T00:47:51.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:51.240Z] ---> Running in d719cf68b761 [2021-01-26T00:47:51.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:51.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:51.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:52.418Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T00:47:52.418Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:47:52.418Z] OK: 5 MiB in 15 packages [2021-01-26T00:47:52.418Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T00:47:52.418Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T00:47:52.707Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:47:52.707Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:47:52.707Z] OK: 6 MiB in 16 packages [2021-01-26T00:47:52.831Z] snapcraft 4.4.4 from Canonical* installed [2021-01-26T00:47:52.831Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-26T00:47:52.831Z] + patch --verbose -p1 [2021-01-26T00:47:52.831Z] Hmm... Looks like a unified diff to me... [2021-01-26T00:47:52.831Z] The text leading up to this was: [2021-01-26T00:47:52.831Z] -------------------------- [2021-01-26T00:47:52.831Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-26T00:47:52.831Z] |From: Tony Espy [2021-01-26T00:47:52.831Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-26T00:47:52.831Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-26T00:47:52.831Z] | [2021-01-26T00:47:52.831Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-26T00:47:52.831Z] |optimize the snap CI check run for pull requests. When [2021-01-26T00:47:52.831Z] |applied, it essentially strips out everything (apps and [2021-01-26T00:47:52.831Z] |parts) from the snapcraft.yaml file except those required [2021-01-26T00:47:52.831Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-26T00:47:52.831Z] |catch changes to edgex-go that break the snap build. [2021-01-26T00:47:52.831Z] | [2021-01-26T00:47:52.831Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-26T00:47:52.831Z] |to update this patch file, otherwise it may fail to apply, [2021-01-26T00:47:52.831Z] |resulting in a failed snap build CI check in the associated [2021-01-26T00:47:52.831Z] |pull request. [2021-01-26T00:47:52.831Z] | [2021-01-26T00:47:52.831Z] |Note - in addition to applying this patch, the pipeline also [2021-01-26T00:47:52.831Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-26T00:47:52.831Z] |need to build the finally binary .snap file (and it won't [2021-01-26T00:47:52.831Z] |work with the patch applied). This further reduces the build [2021-01-26T00:47:52.831Z] |time. [2021-01-26T00:47:52.831Z] |--- [2021-01-26T00:47:52.831Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-26T00:47:52.831Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-26T00:47:52.831Z] | [2021-01-26T00:47:52.831Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-26T00:47:52.831Z] |index 1e537489..faf42425 100644 [2021-01-26T00:47:52.831Z] |--- a/snap/snapcraft.yaml [2021-01-26T00:47:52.831Z] |+++ b/snap/snapcraft.yaml [2021-01-26T00:47:52.831Z] -------------------------- [2021-01-26T00:47:52.831Z] patching file snap/snapcraft.yaml [2021-01-26T00:47:52.831Z] Using Plan A... [2021-01-26T00:47:52.831Z] Hunk #1 succeeded at 73. [2021-01-26T00:47:52.831Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-26T00:47:52.831Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-26T00:47:52.831Z] Hunk #4 FAILED at 223. [2021-01-26T00:47:52.831Z] Hunk #5 succeeded at 300. [2021-01-26T00:47:52.831Z] Hunk #6 succeeded at 327. [2021-01-26T00:47:52.831Z] Hunk #7 succeeded at 361. [2021-01-26T00:47:52.831Z] Hunk #8 FAILED at 412. [2021-01-26T00:47:52.831Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-26T00:47:52.831Z] Hmm... Ignoring the trailing garbage. [2021-01-26T00:47:52.831Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-26T00:47:52.989Z] Removing intermediate container 7f9760233664 [2021-01-26T00:47:52.989Z] ---> 1f4cd03d036d [2021-01-26T00:47:52.989Z] [2021-01-26T00:47:52.989Z] Step 11/26 : FROM docker:20.10.0 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T00:47:53.273Z] 20.10.0: Pulling from library/docker [2021-01-26T00:47:53.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T00:47:53.471Z] Failed in branch amd64 [2021-01-26T00:47:53.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:54.192Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T00:47:54.192Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T00:47:54.192Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T00:47:54.192Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:47:54.192Z] OK: 6 MiB in 17 packages [2021-01-26T00:47:54.478Z] Removing intermediate container c78edec2d5a0 [2021-01-26T00:47:54.479Z] ---> 7c65829be5f3 [2021-01-26T00:47:54.479Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:47:55.087Z] ---> Running in 4f3524b855b8 [2021-01-26T00:47:56.076Z] Removing intermediate container b50c5b385bf2 [2021-01-26T00:47:56.076Z] ---> 553109a5534c [2021-01-26T00:47:56.076Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:47:56.687Z] Removing intermediate container 4f3524b855b8 [2021-01-26T00:47:56.687Z] ---> f7337b2543ea [2021-01-26T00:47:56.687Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T00:47:56.964Z] ---> Running in ce40f7679ff1 [2021-01-26T00:47:56.964Z] Removing intermediate container d719cf68b761 [2021-01-26T00:47:56.964Z] ---> 8a0835382dc9 [2021-01-26T00:47:56.964Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T00:47:57.253Z] ---> Running in da9d03672ff1 [2021-01-26T00:47:57.253Z] ---> Running in 0fd8ddfa52a5 [2021-01-26T00:47:57.530Z] Removing intermediate container ce40f7679ff1 [2021-01-26T00:47:57.530Z] ---> 855f7c50ddcd [2021-01-26T00:47:57.530Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T00:47:57.851Z] Removing intermediate container da9d03672ff1 [2021-01-26T00:47:57.851Z] ---> a53cf0f55665 [2021-01-26T00:47:57.851Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:47:57.851Z] ---> Running in bd9176fecbcf [2021-01-26T00:47:58.244Z] Removing intermediate container 0fd8ddfa52a5 [2021-01-26T00:47:58.244Z] ---> de91d45c3519 [2021-01-26T00:47:58.244Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-26T00:47:58.244Z] ---> Running in 7111bde569ad [2021-01-26T00:47:58.913Z] ---> Running in cbe661995907 [2021-01-26T00:47:59.216Z] Removing intermediate container bd9176fecbcf [2021-01-26T00:47:59.216Z] ---> 12abf9e51c05 [2021-01-26T00:47:59.216Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:47:59.571Z] ---> Running in f632cbc9b48c [2021-01-26T00:47:59.905Z] Removing intermediate container 7111bde569ad [2021-01-26T00:47:59.905Z] ---> c364aa2a0dc8 [2021-01-26T00:47:59.905Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:47:59.905Z] Removing intermediate container cbe661995907 [2021-01-26T00:47:59.905Z] ---> 0ec391bd39a7 [2021-01-26T00:47:59.905Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-26T00:48:00.198Z] ---> Running in 6bdb52ad6813 [2021-01-26T00:48:00.821Z] Removing intermediate container f632cbc9b48c [2021-01-26T00:48:00.821Z] ---> 5b92ef58dc6e [2021-01-26T00:48:00.821Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:48:01.819Z] ---> 446a4b6e0fda [2021-01-26T00:48:01.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T00:48:02.101Z] Connecting to github.com (140.82.114.4:443) [2021-01-26T00:48:02.386Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (3.5.3.179:443) [2021-01-26T00:48:02.386Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-26T00:48:02.386Z] dockerize-alpine-lin 2% | | 86548 0:00:33 ETA [2021-01-26T00:48:02.660Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-26T00:48:02.660Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-26T00:48:02.660Z] dockerize [2021-01-26T00:48:02.660Z] ---> 69bbe3675373 [2021-01-26T00:48:02.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T00:48:05.300Z] ---> 2687615cbe96 [2021-01-26T00:48:05.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:05.916Z] ---> 3002637b17e3 [2021-01-26T00:48:05.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:05.916Z] Removing intermediate container 6bdb52ad6813 [2021-01-26T00:48:05.916Z] ---> 46b446882e4c [2021-01-26T00:48:05.916Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T00:48:07.357Z] ---> Running in 63c3f20fb8b2 [2021-01-26T00:48:07.357Z] ---> 436f81271a0c [2021-01-26T00:48:07.357Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T00:48:08.340Z] ---> f4e444a960c2 [2021-01-26T00:48:08.340Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T00:48:08.340Z] ---> Running in bd356eb0e900 [2021-01-26T00:48:08.340Z] ---> Running in 1fbe61c0d517 [2021-01-26T00:48:08.340Z] Removing intermediate container 63c3f20fb8b2 [2021-01-26T00:48:08.340Z] ---> 93483247a0a2 [2021-01-26T00:48:08.340Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T00:48:08.952Z] Removing intermediate container 13feb21bbfa6 [2021-01-26T00:48:08.952Z] ---> c636bd989141 [2021-01-26T00:48:08.952Z] [2021-01-26T00:48:08.952Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:48:08.952Z] ---> afeebe901d6b [2021-01-26T00:48:08.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T00:48:08.952Z] ---> Running in cd51109b9d72 [2021-01-26T00:48:09.229Z] ---> Running in 51728d1a86a7 [2021-01-26T00:48:09.229Z] Removing intermediate container bd356eb0e900 [2021-01-26T00:48:09.229Z] ---> 64d2d7a6ddfe [2021-01-26T00:48:09.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:48:09.229Z] Removing intermediate container 1fbe61c0d517 [2021-01-26T00:48:09.229Z] ---> e398db4af5f1 [2021-01-26T00:48:09.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:48:09.501Z] ---> Running in 0573199a914d [2021-01-26T00:48:09.501Z] Removing intermediate container cd51109b9d72 [2021-01-26T00:48:09.501Z] ---> 246ab6086480 [2021-01-26T00:48:09.501Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-26T00:48:09.777Z] ---> Running in e1232b336aa5 [2021-01-26T00:48:09.777Z] ---> Running in 2e1038f4de0e [2021-01-26T00:48:10.052Z] Removing intermediate container 51728d1a86a7 [2021-01-26T00:48:10.052Z] ---> 39ec29fb09e6 [2021-01-26T00:48:10.052Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T00:48:10.052Z] Removing intermediate container 0573199a914d [2021-01-26T00:48:10.052Z] ---> 81e5d14bfa6b [2021-01-26T00:48:10.052Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T00:48:10.327Z] ---> Running in bb805021191a [2021-01-26T00:48:10.327Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T00:48:10.327Z] Removing intermediate container e1232b336aa5 [2021-01-26T00:48:10.327Z] ---> 51d452c365aa [2021-01-26T00:48:10.327Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T00:48:10.327Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T00:48:10.327Z] ---> eeaf43b92773 [2021-01-26T00:48:10.327Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T00:48:10.628Z] ---> Running in 0c2a670da837 [2021-01-26T00:48:10.628Z] ---> Running in 310cd88d3639 [2021-01-26T00:48:10.628Z] ---> Running in f7f84ee6eb21 [2021-01-26T00:48:11.220Z] Removing intermediate container bb805021191a [2021-01-26T00:48:11.220Z] ---> 93b6bb22ec3a [2021-01-26T00:48:11.220Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T00:48:11.220Z] Removing intermediate container 0c2a670da837 [2021-01-26T00:48:11.220Z] ---> 1c29119ef893 [2021-01-26T00:48:11.220Z] Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:48:11.497Z] ---> Running in a82526b09c6f [2021-01-26T00:48:11.497Z] ---> Running in 0e3275ab830f [2021-01-26T00:48:11.497Z] Removing intermediate container f7f84ee6eb21 [2021-01-26T00:48:11.497Z] ---> e89888fb0d36 [2021-01-26T00:48:11.497Z] Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:48:11.497Z] Move dockerize executable [2021-01-26T00:48:12.101Z] ---> Running in 111a5187ab19 [2021-01-26T00:48:12.101Z] Removing intermediate container a82526b09c6f [2021-01-26T00:48:12.101Z] ---> c740762f6861 [2021-01-26T00:48:12.101Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:48:12.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:12.379Z] Removing intermediate container 0e3275ab830f [2021-01-26T00:48:12.379Z] ---> 82f74e01bee6 [2021-01-26T00:48:12.379Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:48:12.379Z] ---> Running in e4f2cf6f8571 [2021-01-26T00:48:12.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:12.654Z] ---> Running in 7c1a5059c18d [2021-01-26T00:48:12.929Z] Removing intermediate container 111a5187ab19 [2021-01-26T00:48:12.929Z] ---> 3e5b18fa72eb [2021-01-26T00:48:12.929Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:48:13.205Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T00:48:13.205Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T00:48:13.205Z] ---> Running in 57559d18e653 [2021-01-26T00:48:13.205Z] Executing bash-5.0.17-r0.post-install [2021-01-26T00:48:13.205Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:48:13.205Z] OK: 12 MiB in 22 packages [2021-01-26T00:48:13.481Z] Removing intermediate container 7c1a5059c18d [2021-01-26T00:48:13.481Z] ---> ca13b9a61fdf [2021-01-26T00:48:13.481Z] [2021-01-26T00:48:13.754Z] Removing intermediate container 2e1038f4de0e [2021-01-26T00:48:13.754Z] ---> a918606acb5b [2021-01-26T00:48:13.754Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T00:48:14.028Z] Removing intermediate container 57559d18e653 [2021-01-26T00:48:14.028Z] ---> 924b2295ea9f [2021-01-26T00:48:14.028Z] [2021-01-26T00:48:14.028Z] ---> Running in ffc585e6cde5 [2021-01-26T00:48:14.028Z] Successfully built ca13b9a61fdf [2021-01-26T00:48:14.305Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-26T00:48:14.305Z] Building docker-security-secretstore-setup-go [2021-01-26T00:48:14.585Z]  Building docker-support-scheduler-go ... done Successfully built 924b2295ea9f [2021-01-26T00:48:14.585Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-26T00:48:14.585Z] Building docker-security-proxy-setup-go [2021-01-26T00:48:14.862Z]  Building docker-support-notifications-go ... done Removing intermediate container ffc585e6cde5 [2021-01-26T00:48:14.862Z] ---> cd582e0dba4c [2021-01-26T00:48:15.142Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T00:48:15.412Z] Removing intermediate container 310cd88d3639 [2021-01-26T00:48:15.412Z] ---> cdd8abe4786c [2021-01-26T00:48:15.412Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T00:48:15.692Z] ---> Running in 35a8d4cfda47 [2021-01-26T00:48:15.970Z] ---> 10eb04915b8f [2021-01-26T00:48:15.970Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T00:48:15.970Z] Removing intermediate container e4f2cf6f8571 [2021-01-26T00:48:15.970Z] ---> e77aad719af5 [2021-01-26T00:48:15.970Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T00:48:15.970Z] ---> Running in 831ee42b112c [2021-01-26T00:48:16.249Z] ---> Running in 74a4f32ce624 [2021-01-26T00:48:16.249Z] Removing intermediate container 35a8d4cfda47 [2021-01-26T00:48:16.249Z] ---> 3df6c331f9de [2021-01-26T00:48:16.249Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T00:48:16.530Z] ---> Running in 6278f733ea2c [2021-01-26T00:48:17.521Z] Removing intermediate container 6278f733ea2c [2021-01-26T00:48:17.521Z] ---> 0459d7c28612 [2021-01-26T00:48:17.521Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T00:48:17.795Z] ---> Running in 148eecffaf49 [2021-01-26T00:48:18.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:19.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:19.289Z] Removing intermediate container 148eecffaf49 [2021-01-26T00:48:19.289Z] ---> c07771dc1e82 [2021-01-26T00:48:19.289Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T00:48:19.888Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T00:48:19.888Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T00:48:19.888Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T00:48:20.163Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T00:48:20.436Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T00:48:20.717Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T00:48:20.717Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:48:20.717Z] OK: 8 MiB in 20 packages [2021-01-26T00:48:21.002Z] Removing intermediate container 831ee42b112c [2021-01-26T00:48:21.002Z] ---> 3ab44845d52d [2021-01-26T00:48:21.002Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:48:21.002Z] ---> 8d68ff8502bc [2021-01-26T00:48:21.002Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:22.443Z] ---> 2570f58b23e1 [2021-01-26T00:48:22.443Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T00:48:23.048Z] Removing intermediate container 74a4f32ce624 [2021-01-26T00:48:23.048Z] ---> 22e207e19887 [2021-01-26T00:48:23.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:48:23.048Z] ---> 0ef8c1964540 [2021-01-26T00:48:23.048Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T00:48:24.494Z] ---> 77ceccdbdb95 [2021-01-26T00:48:24.494Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T00:48:24.772Z] ---> f42e1e9145b9 [2021-01-26T00:48:24.772Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T00:48:24.772Z] ---> 2dab15c69712 [2021-01-26T00:48:24.772Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T00:48:25.046Z] ---> Running in 15e76f4de338 [2021-01-26T00:48:25.648Z] ---> 4ba108acb6d8 [2021-01-26T00:48:25.648Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T00:48:26.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:26.636Z] ---> 7357870db6d3 [2021-01-26T00:48:26.636Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:26.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:26.906Z] ---> 7bb3aeccde13 [2021-01-26T00:48:26.906Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T00:48:27.183Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T00:48:27.183Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T00:48:27.183Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T00:48:27.183Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T00:48:27.450Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T00:48:27.451Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T00:48:27.451Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T00:48:27.451Z] ---> 1b3cc174a6e1 [2021-01-26T00:48:27.451Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T00:48:27.722Z] ---> Running in 1c565f1c3917 [2021-01-26T00:48:27.996Z] ---> 3d8d17cd6c86 [2021-01-26T00:48:27.996Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T00:48:28.611Z] Removing intermediate container 1c565f1c3917 [2021-01-26T00:48:28.611Z] ---> 942f2b8e30c5 [2021-01-26T00:48:28.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:48:28.885Z] ---> Running in bc46fc18d295 [2021-01-26T00:48:29.157Z] ---> Running in 9aca2277f780 [2021-01-26T00:48:29.429Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T00:48:29.429Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T00:48:29.429Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T00:48:29.429Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T00:48:29.703Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T00:48:29.703Z] Removing intermediate container bc46fc18d295 [2021-01-26T00:48:29.703Z] ---> 9e9df488fe32 [2021-01-26T00:48:29.703Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T00:48:29.703Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T00:48:29.703Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T00:48:29.976Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T00:48:29.976Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T00:48:29.976Z] Removing intermediate container 9aca2277f780 [2021-01-26T00:48:29.976Z] ---> 427776da0b78 [2021-01-26T00:48:29.976Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T00:48:29.976Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:48:29.976Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T00:48:29.976Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T00:48:29.976Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T00:48:29.976Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T00:48:29.976Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T00:48:29.976Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T00:48:30.250Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T00:48:30.250Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T00:48:30.250Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T00:48:30.250Z] ---> Running in 13214fa7b1a3 [2021-01-26T00:48:30.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T00:48:30.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T00:48:30.250Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T00:48:30.250Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T00:48:30.250Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T00:48:30.532Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T00:48:30.532Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T00:48:30.532Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:48:30.532Z] ---> bcd2cbf97f44 [2021-01-26T00:48:30.532Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T00:48:30.532Z] OK: 71 MiB in 55 packages [2021-01-26T00:48:31.134Z] Removing intermediate container 13214fa7b1a3 [2021-01-26T00:48:31.134Z] ---> 857f12ee74c9 [2021-01-26T00:48:31.134Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:48:31.408Z] ---> Running in 6564034f74eb [2021-01-26T00:48:31.679Z] ---> Running in 930c533e87de [2021-01-26T00:48:32.287Z] Removing intermediate container 930c533e87de [2021-01-26T00:48:32.287Z] ---> 07b8c0c41627 [2021-01-26T00:48:32.287Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:48:32.887Z] ---> Running in ce4353b2b82b [2021-01-26T00:48:33.871Z] Removing intermediate container ce4353b2b82b [2021-01-26T00:48:33.871Z] ---> 9b50f10c6171 [2021-01-26T00:48:33.871Z] [2021-01-26T00:48:34.469Z] Successfully built 9b50f10c6171 [2021-01-26T00:48:34.750Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-26T00:48:34.750Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-26T00:48:35.730Z] Removing intermediate container 6564034f74eb [2021-01-26T00:48:35.730Z] ---> 521c1ab9051a [2021-01-26T00:48:35.730Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T00:48:36.721Z] ---> Running in 6206e788d562 [2021-01-26T00:48:37.725Z] Removing intermediate container 6206e788d562 [2021-01-26T00:48:37.725Z] ---> d6eef38f222a [2021-01-26T00:48:37.725Z] Step 30/33 : CMD ["gate"] [2021-01-26T00:48:39.168Z] ---> Running in 2350aa1666fc [2021-01-26T00:48:39.773Z] Removing intermediate container 2350aa1666fc [2021-01-26T00:48:39.773Z] ---> c64946383a8f [2021-01-26T00:48:39.773Z] Step 31/33 : LABEL arch=arm64 [2021-01-26T00:48:40.378Z] Removing intermediate container 15e76f4de338 [2021-01-26T00:48:40.378Z] ---> eacd79b64368 [2021-01-26T00:48:40.378Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T00:48:40.659Z] ---> Running in 7d13f33ffbf3 [2021-01-26T00:48:40.937Z] ---> Running in 9057f00f66e0 [2021-01-26T00:48:41.939Z] Removing intermediate container 7d13f33ffbf3 [2021-01-26T00:48:41.939Z] ---> 92b6f53c8480 [2021-01-26T00:48:41.939Z] Step 32/33 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:48:42.544Z] ---> Running in 194b8c7e99d2 [2021-01-26T00:48:43.541Z] Removing intermediate container 194b8c7e99d2 [2021-01-26T00:48:43.541Z] ---> b97e700c14f3 [2021-01-26T00:48:43.541Z] Step 33/33 : LABEL version=0.0.0 [2021-01-26T00:48:44.158Z] ---> Running in c3581c9b24bd [2021-01-26T00:48:45.635Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:48:45.635Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:48:45.635Z] ---> d2a714a08c78 [2021-01-26T00:48:45.635Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T00:48:45.635Z] ---> Using cache [2021-01-26T00:48:45.635Z] ---> 1e8ac121fa09 [2021-01-26T00:48:45.635Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:48:45.635Z] ---> Using cache [2021-01-26T00:48:45.635Z] ---> c102ab5defa0 [2021-01-26T00:48:45.635Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T00:48:45.635Z] Removing intermediate container c3581c9b24bd [2021-01-26T00:48:45.635Z] ---> 3110a11f9c07 [2021-01-26T00:48:45.635Z] [2021-01-26T00:48:45.635Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Running in 0344522bebb7 [2021-01-26T00:48:45.635Z] [2021-01-26T00:48:45.635Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:48:45.635Z] ---> d2a714a08c78 [2021-01-26T00:48:45.635Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T00:48:45.635Z] ---> Using cache [2021-01-26T00:48:45.635Z] ---> 1e8ac121fa09 [2021-01-26T00:48:45.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:48:45.635Z] ---> Using cache [2021-01-26T00:48:45.635Z] ---> c102ab5defa0 [2021-01-26T00:48:45.635Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T00:48:45.921Z] ---> Running in ef764e712f94 [2021-01-26T00:48:46.209Z] Successfully built 3110a11f9c07 [2021-01-26T00:48:46.210Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-26T00:48:46.210Z] Building docker-core-metadata-go [2021-01-26T00:48:47.673Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:47.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:47.673Z] Collecting docker-compose==1.23.2 [2021-01-26T00:48:47.673Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T00:48:48.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:48.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:48.552Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T00:48:48.552Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T00:48:49.164Z] OK: 217 MiB in 51 packages [2021-01-26T00:48:49.164Z] OK: 217 MiB in 51 packages [2021-01-26T00:48:51.222Z] 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-26T00:48:52.211Z] Removing intermediate container 0344522bebb7 [2021-01-26T00:48:52.211Z] ---> d7cc5d3303b4 [2021-01-26T00:48:52.211Z] Step 6/21 : COPY go.mod . [2021-01-26T00:48:52.484Z] Removing intermediate container ef764e712f94 [2021-01-26T00:48:52.484Z] ---> 9fc35e0762ae [2021-01-26T00:48:52.484Z] Step 6/24 : COPY go.mod . [2021-01-26T00:48:52.765Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T00:48:52.765Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T00:48:53.370Z] ---> 01e11f8970f3 [2021-01-26T00:48:53.371Z] Step 7/21 : RUN go mod download [2021-01-26T00:48:53.371Z] ---> a65103fa06af [2021-01-26T00:48:53.371Z] Step 7/24 : RUN go mod download [2021-01-26T00:48:53.652Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T00:48:53.652Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T00:48:53.652Z] ---> Running in ee5f9142ea44 [2021-01-26T00:48:53.929Z] ---> Running in 07cc8d3eb493 [2021-01-26T00:48:54.211Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T00:48:54.211Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T00:48:58.561Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T00:48:58.561Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T00:48:59.272Z] Removing intermediate container ee5f9142ea44 [2021-01-26T00:48:59.272Z] ---> 377e8d745691 [2021-01-26T00:48:59.272Z] Step 8/21 : COPY . . [2021-01-26T00:48:59.272Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T00:48:59.272Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T00:48:59.999Z] Removing intermediate container 07cc8d3eb493 [2021-01-26T00:48:59.999Z] ---> cf586713375f [2021-01-26T00:48:59.999Z] Step 8/24 : COPY . . [2021-01-26T00:48:59.999Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T00:48:59.999Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T00:49:03.641Z] Collecting PyYAML<4,>=3.10 [2021-01-26T00:49:03.641Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T00:49:07.989Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T00:49:07.989Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T00:49:07.989Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:49:07.989Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:49:07.989Z] ---> d2a714a08c78 [2021-01-26T00:49:07.989Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:49:07.989Z] ---> Using cache [2021-01-26T00:49:07.989Z] ---> 1e8ac121fa09 [2021-01-26T00:49:07.989Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:49:07.989Z] ---> Using cache [2021-01-26T00:49:07.989Z] ---> c102ab5defa0 [2021-01-26T00:49:07.989Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:49:07.989Z] ---> Using cache [2021-01-26T00:49:07.989Z] ---> 9fc35e0762ae [2021-01-26T00:49:07.989Z] Step 6/23 : COPY go.mod . [2021-01-26T00:49:07.989Z] ---> Using cache [2021-01-26T00:49:07.989Z] ---> a65103fa06af [2021-01-26T00:49:07.989Z] Step 7/23 : RUN go mod download [2021-01-26T00:49:07.989Z] ---> Using cache [2021-01-26T00:49:07.989Z] ---> cf586713375f [2021-01-26T00:49:07.989Z] Step 8/23 : COPY . . [2021-01-26T00:49:08.598Z] 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-26T00:49:09.207Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T00:49:09.207Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T00:49:09.822Z] Collecting idna<2.8,>=2.5 [2021-01-26T00:49:09.822Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T00:49:10.101Z] 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-26T00:49:10.101Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T00:49:10.101Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T00:49:10.379Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T00:49:10.379Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T00:49:10.379Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T00:49:10.379Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T00:49:11.843Z] Installing collected packages: docopt, urllib3, idna, requests, jsonschema, texttable, websocket-client, cached-property, dockerpty, PyYAML, docker-pycreds, docker, docker-compose [2021-01-26T00:49:11.843Z] Running setup.py install for docopt: started [2021-01-26T00:49:14.495Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T00:49:14.495Z] Attempting uninstall: urllib3 [2021-01-26T00:49:14.495Z] Found existing installation: urllib3 1.25.9 [2021-01-26T00:49:14.495Z] Uninstalling urllib3-1.25.9: [2021-01-26T00:49:14.495Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T00:49:15.105Z] Attempting uninstall: idna [2021-01-26T00:49:15.105Z] Found existing installation: idna 2.9 [2021-01-26T00:49:15.105Z] Uninstalling idna-2.9: [2021-01-26T00:49:15.383Z] Successfully uninstalled idna-2.9 [2021-01-26T00:49:15.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:49:15.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:49:15.662Z] ---> d2a714a08c78 [2021-01-26T00:49:15.662Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:49:15.662Z] ---> Using cache [2021-01-26T00:49:15.662Z] ---> 1e8ac121fa09 [2021-01-26T00:49:15.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:49:15.662Z] ---> Using cache [2021-01-26T00:49:15.662Z] ---> c102ab5defa0 [2021-01-26T00:49:15.662Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:49:15.662Z] ---> Using cache [2021-01-26T00:49:15.662Z] ---> 9fc35e0762ae [2021-01-26T00:49:15.662Z] Step 6/23 : COPY go.mod . [2021-01-26T00:49:15.662Z] ---> Using cache [2021-01-26T00:49:15.662Z] ---> a65103fa06af [2021-01-26T00:49:15.662Z] Step 7/23 : RUN go mod download [2021-01-26T00:49:15.662Z] ---> Using cache [2021-01-26T00:49:15.662Z] ---> cf586713375f [2021-01-26T00:49:15.662Z] Step 8/23 : COPY . . [2021-01-26T00:49:16.271Z] Attempting uninstall: requests [2021-01-26T00:49:16.271Z] Found existing installation: requests 2.23.0 [2021-01-26T00:49:16.271Z] Uninstalling requests-2.23.0: [2021-01-26T00:49:16.271Z] Successfully uninstalled requests-2.23.0 [2021-01-26T00:49:17.267Z] Running setup.py install for texttable: started [2021-01-26T00:49:19.925Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T00:49:20.952Z] Running setup.py install for dockerpty: started [2021-01-26T00:49:24.385Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T00:49:24.385Z] Running setup.py install for PyYAML: started [2021-01-26T00:49:27.850Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T00:49:33.314Z] 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-26T00:49:33.314Z] ---> cec90c93b24b [2021-01-26T00:49:33.314Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T00:49:33.314Z] ---> df4d0afe77a3 [2021-01-26T00:49:33.314Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T00:49:33.601Z] ---> 582e966a238f [2021-01-26T00:49:33.601Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T00:49:34.588Z] ---> Running in 107915705fac [2021-01-26T00:49:34.588Z] ---> Running in 8adc136d7190 [2021-01-26T00:49:34.588Z] ---> Running in 8ebdd1eec233 [2021-01-26T00:49:36.064Z] ---> e4bbc03bd060 [2021-01-26T00:49:36.064Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T00:49:36.682Z] 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-26T00:49:36.682Z] ---> Running in 1935ef5ad288 [2021-01-26T00:49:37.299Z] 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-26T00:49:37.582Z] 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-26T00:49:38.581Z] Removing intermediate container 9057f00f66e0 [2021-01-26T00:49:38.581Z] ---> 24754f5e128c [2021-01-26T00:49:38.581Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T00:49:38.581Z] 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-26T00:49:38.858Z] ---> Running in a15a7fad603f [2021-01-26T00:49:40.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:40.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:41.863Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:49:41.863Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T00:49:41.863Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T00:49:41.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:49:41.863Z] OK: 71 MiB in 58 packages [2021-01-26T00:49:43.867Z] Removing intermediate container a15a7fad603f [2021-01-26T00:49:43.867Z] ---> 649e3df41a42 [2021-01-26T00:49:43.867Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T00:49:43.867Z] ---> Running in cd7f2645e111 [2021-01-26T00:49:44.471Z] Removing intermediate container cd7f2645e111 [2021-01-26T00:49:44.471Z] ---> dc15e8a4317e [2021-01-26T00:49:44.471Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:49:44.471Z] ---> Running in 907f29076571 [2021-01-26T00:49:45.464Z] Removing intermediate container 907f29076571 [2021-01-26T00:49:45.464Z] ---> 0c12a3df0531 [2021-01-26T00:49:45.464Z] Step 24/26 : LABEL arch=arm64 [2021-01-26T00:49:45.464Z] ---> Running in d8134455cc1c [2021-01-26T00:49:46.072Z] Removing intermediate container d8134455cc1c [2021-01-26T00:49:46.072Z] ---> 6ce2b2221c7a [2021-01-26T00:49:46.072Z] Step 25/26 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:49:46.351Z] ---> Running in a3cc7d3f350d [2021-01-26T00:49:47.346Z] Removing intermediate container a3cc7d3f350d [2021-01-26T00:49:47.346Z] ---> c0055bef50e3 [2021-01-26T00:49:47.346Z] Step 26/26 : LABEL version=0.0.0 [2021-01-26T00:49:47.346Z] ---> Running in d395b4c43cc5 [2021-01-26T00:49:47.957Z] Removing intermediate container d395b4c43cc5 [2021-01-26T00:49:47.957Z] ---> cf9cafee63f5 [2021-01-26T00:49:47.957Z] [2021-01-26T00:49:48.258Z] Successfully built cf9cafee63f5 [2021-01-26T00:49:48.258Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-26T00:50:44.874Z]  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-26T00:50:44.874Z] 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-26T00:50:56.269Z] Removing intermediate container 8ebdd1eec233 [2021-01-26T00:50:56.269Z] ---> fac47f1a88a7 [2021-01-26T00:50:56.269Z] [2021-01-26T00:50:56.269Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T00:50:56.269Z] ---> afeebe901d6b [2021-01-26T00:50:56.269Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T00:50:56.269Z] ---> Running in a1f8936bba06 [2021-01-26T00:50:56.269Z] Removing intermediate container 107915705fac [2021-01-26T00:50:56.269Z] ---> ddff0851a822 [2021-01-26T00:50:56.269Z] [2021-01-26T00:50:56.269Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:50:56.269Z] ---> afeebe901d6b [2021-01-26T00:50:56.269Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:50:56.269Z] ---> Using cache [2021-01-26T00:50:56.269Z] ---> 7c65829be5f3 [2021-01-26T00:50:56.269Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:50:56.269Z] ---> Using cache [2021-01-26T00:50:56.269Z] ---> f7337b2543ea [2021-01-26T00:50:56.269Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T00:50:56.269Z] ---> Running in 5bb7d386fe9a [2021-01-26T00:50:57.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:50:57.269Z] Removing intermediate container 5bb7d386fe9a [2021-01-26T00:50:57.269Z] ---> c16e414307f1 [2021-01-26T00:50:57.269Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:50:57.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:50:57.550Z] ---> Running in 6fe0d7ebc9d0 [2021-01-26T00:50:57.829Z] Removing intermediate container 8adc136d7190 [2021-01-26T00:50:57.830Z] ---> e7dcbdb45062 [2021-01-26T00:50:57.830Z] [2021-01-26T00:50:57.830Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T00:50:57.830Z] ---> afeebe901d6b [2021-01-26T00:50:57.830Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T00:50:58.106Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T00:50:58.106Z] ---> Running in ed67fc26f2ac [2021-01-26T00:50:58.106Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:50:58.106Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T00:50:58.106Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T00:50:58.106Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T00:50:58.388Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:50:58.388Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:50:58.388Z] Removing intermediate container 6fe0d7ebc9d0 [2021-01-26T00:50:58.388Z] ---> e012941bba2b [2021-01-26T00:50:58.388Z] Step 15/23 : WORKDIR / [2021-01-26T00:50:58.388Z] OK: 7 MiB in 19 packages [2021-01-26T00:50:58.673Z] ---> Running in 437acf186dba [2021-01-26T00:50:59.670Z] Removing intermediate container 437acf186dba [2021-01-26T00:50:59.670Z] ---> 04caed283401 [2021-01-26T00:50:59.670Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:51:00.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:51:00.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:51:00.565Z] ---> a8a02c4cfce2 [2021-01-26T00:51:00.565Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T00:51:00.854Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T00:51:00.854Z] Removing intermediate container a1f8936bba06 [2021-01-26T00:51:00.854Z] ---> 3cb8192ff280 [2021-01-26T00:51:00.854Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:51:00.854Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:51:01.137Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T00:51:01.137Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T00:51:01.137Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:51:01.137Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:51:01.137Z] ---> Running in c1a334bf9d9e [2021-01-26T00:51:01.418Z] OK: 7 MiB in 18 packages [2021-01-26T00:51:02.030Z] Removing intermediate container c1a334bf9d9e [2021-01-26T00:51:02.030Z] ---> 76acef9e3030 [2021-01-26T00:51:02.030Z] Step 13/24 : WORKDIR / [2021-01-26T00:51:02.314Z] ---> 12ae75a8980c [2021-01-26T00:51:02.314Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T00:51:02.314Z] ---> Running in 4928181942d8 [2021-01-26T00:51:03.382Z] Removing intermediate container 4928181942d8 [2021-01-26T00:51:03.382Z] ---> 3bad9aa223e6 [2021-01-26T00:51:03.382Z] 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-26T00:51:04.015Z] ---> 9dc6ec3530ac [2021-01-26T00:51:04.015Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T00:51:04.015Z] Removing intermediate container ed67fc26f2ac [2021-01-26T00:51:04.015Z] ---> 07cb22b1cfb8 [2021-01-26T00:51:04.015Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:51:04.409Z] ---> Running in 0cb095a272c2 [2021-01-26T00:51:04.409Z] ---> Running in 8879e8a9250a [2021-01-26T00:51:04.763Z] ---> 02ad11adbee7 [2021-01-26T00:51:04.763Z] 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-26T00:51:05.060Z] Removing intermediate container 8879e8a9250a [2021-01-26T00:51:05.060Z] ---> a25ee826ffa8 [2021-01-26T00:51:05.060Z] Step 13/21 : WORKDIR /edgex [2021-01-26T00:51:05.060Z] Removing intermediate container 0cb095a272c2 [2021-01-26T00:51:05.060Z] ---> 5e9ec46a825d [2021-01-26T00:51:05.060Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:51:05.345Z] ---> Running in 1799af0db15d [2021-01-26T00:51:05.345Z] ---> Running in 356170cf8614 [2021-01-26T00:51:05.630Z] ---> 8a97090c0c17 [2021-01-26T00:51:05.630Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T00:51:05.915Z] Removing intermediate container 356170cf8614 [2021-01-26T00:51:05.915Z] ---> 965caecbf22e [2021-01-26T00:51:05.915Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:51:05.915Z] Removing intermediate container 1799af0db15d [2021-01-26T00:51:05.915Z] ---> 6785a402ae27 [2021-01-26T00:51:05.915Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T00:51:06.192Z] ---> Running in 0a73921364f9 [2021-01-26T00:51:06.797Z] ---> 3fe6d9428965 [2021-01-26T00:51:06.797Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T00:51:07.072Z] Removing intermediate container 0a73921364f9 [2021-01-26T00:51:07.072Z] ---> f5f96584cb64 [2021-01-26T00:51:07.072Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:51:07.353Z] ---> 95d7f6c07095 [2021-01-26T00:51:07.353Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T00:51:07.628Z] ---> Running in 910220d2a567 [2021-01-26T00:51:07.902Z] Removing intermediate container 1935ef5ad288 [2021-01-26T00:51:07.902Z] ---> b803a7db2f2c [2021-01-26T00:51:07.902Z] [2021-01-26T00:51:07.902Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:51:07.902Z] ---> afeebe901d6b [2021-01-26T00:51:07.902Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:51:07.902Z] ---> Using cache [2021-01-26T00:51:07.902Z] ---> 7c65829be5f3 [2021-01-26T00:51:07.902Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:51:07.902Z] ---> Using cache [2021-01-26T00:51:07.902Z] ---> f7337b2543ea [2021-01-26T00:51:07.902Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T00:51:08.184Z] ---> 78a5d754a948 [2021-01-26T00:51:08.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T00:51:08.184Z] Removing intermediate container 910220d2a567 [2021-01-26T00:51:08.184Z] ---> 5076b3818d9e [2021-01-26T00:51:08.184Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:51:08.184Z] ---> Running in 739f03f8e3fe [2021-01-26T00:51:08.789Z] ---> Running in 921092aec4f6 [2021-01-26T00:51:08.789Z] ---> 7737dfac5f46 [2021-01-26T00:51:08.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T00:51:08.789Z] Removing intermediate container 739f03f8e3fe [2021-01-26T00:51:08.789Z] ---> 142665d74bac [2021-01-26T00:51:08.789Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:51:09.389Z] ---> Running in c578850a86e9 [2021-01-26T00:51:09.389Z] Removing intermediate container 921092aec4f6 [2021-01-26T00:51:09.389Z] ---> 768b5ec5bc3d [2021-01-26T00:51:09.389Z] [2021-01-26T00:51:09.389Z] ---> 9160ce40e2bf [2021-01-26T00:51:09.389Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T00:51:09.672Z] Removing intermediate container c578850a86e9 [2021-01-26T00:51:09.672Z] ---> 5ef1e5e32235 [2021-01-26T00:51:09.672Z] Step 15/23 : WORKDIR / [2021-01-26T00:51:09.946Z] Successfully built 768b5ec5bc3d [2021-01-26T00:51:09.946Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-26T00:51:09.946Z]  Building docker-core-command-go ... done  ---> Running in 619189d8ae48 [2021-01-26T00:51:09.946Z] ---> e371f47b3cb7 [2021-01-26T00:51:09.946Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T00:51:10.219Z] ---> Running in bfa88e2f4ce2 [2021-01-26T00:51:10.497Z] ---> e71439207bac [2021-01-26T00:51:10.497Z] 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-26T00:51:10.497Z] ---> Running in 437f3bfd8b8b [2021-01-26T00:51:10.497Z] Removing intermediate container 619189d8ae48 [2021-01-26T00:51:10.497Z] ---> c51de843c058 [2021-01-26T00:51:10.497Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:51:10.778Z] Removing intermediate container bfa88e2f4ce2 [2021-01-26T00:51:10.778Z] ---> 7f1b584c206c [2021-01-26T00:51:10.778Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T00:51:11.052Z] ---> Running in ab4aa8188959 [2021-01-26T00:51:11.651Z] ---> 6c0921909f47 [2021-01-26T00:51:11.651Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T00:51:11.651Z] Removing intermediate container ab4aa8188959 [2021-01-26T00:51:11.651Z] ---> b867d9f385de [2021-01-26T00:51:11.651Z] Step 19/21 : LABEL arch=arm64 [2021-01-26T00:51:11.930Z] ---> Running in c3d50f522043 [2021-01-26T00:51:12.545Z] Removing intermediate container c3d50f522043 [2021-01-26T00:51:12.545Z] ---> 11037948cd9e [2021-01-26T00:51:12.545Z] Step 20/21 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:51:12.827Z] ---> Running in fe7b4d220601 [2021-01-26T00:51:12.827Z] ---> 60a668c03b23 [2021-01-26T00:51:12.827Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-26T00:51:13.432Z] Removing intermediate container fe7b4d220601 [2021-01-26T00:51:13.432Z] ---> 8bab885996e5 [2021-01-26T00:51:13.432Z] Step 21/21 : LABEL version=0.0.0Removing intermediate container 437f3bfd8b8b [2021-01-26T00:51:13.432Z] ---> b22b788ef6c4 [2021-01-26T00:51:13.432Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T00:51:13.432Z] [2021-01-26T00:51:13.707Z] ---> Running in cd5143e4282e [2021-01-26T00:51:13.707Z] ---> Running in a23a505ad026 [2021-01-26T00:51:13.707Z] ---> 213892ca266b [2021-01-26T00:51:13.707Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T00:51:13.993Z] ---> Running in 6bdddef18838 [2021-01-26T00:51:14.264Z] Removing intermediate container cd5143e4282e [2021-01-26T00:51:14.264Z] ---> 58fc0ac1cb46 [2021-01-26T00:51:14.264Z] [2021-01-26T00:51:14.264Z] Removing intermediate container a23a505ad026 [2021-01-26T00:51:14.264Z] ---> c96cdce96395 [2021-01-26T00:51:14.264Z] Step 22/24 : LABEL arch=arm64 [2021-01-26T00:51:14.538Z] Successfully built 58fc0ac1cb46 [2021-01-26T00:51:14.538Z] ---> Running in 5d5a9a414360 [2021-01-26T00:51:14.538Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-26T00:51:14.538Z] Removing intermediate container 6bdddef18838 [2021-01-26T00:51:14.538Z] ---> 07ddcdcc4789 [2021-01-26T00:51:14.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:51:14.814Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9bc36956094c [2021-01-26T00:51:15.090Z] Removing intermediate container 5d5a9a414360 [2021-01-26T00:51:15.090Z] ---> 152d9e08d8fa [2021-01-26T00:51:15.090Z] Step 23/24 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:51:15.363Z] ---> Running in b552ab0ddd26 [2021-01-26T00:51:15.363Z] Removing intermediate container 9bc36956094c [2021-01-26T00:51:15.363Z] ---> 987c2eae5eb6 [2021-01-26T00:51:15.363Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:51:15.637Z] ---> Running in 6f0102b4b96f [2021-01-26T00:51:15.637Z] Removing intermediate container b552ab0ddd26 [2021-01-26T00:51:15.637Z] ---> 065706f43dc7 [2021-01-26T00:51:15.637Z] Step 24/24 : LABEL version=0.0.0 [2021-01-26T00:51:15.913Z] ---> Running in a1b53e1950d7 [2021-01-26T00:51:15.913Z] Removing intermediate container 6f0102b4b96f [2021-01-26T00:51:15.913Z] ---> 099bdc898163 [2021-01-26T00:51:15.913Z] Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [2021-01-26T00:51:16.191Z] ---> Running in b3f24393c8f0 [2021-01-26T00:51:16.465Z] Removing intermediate container a1b53e1950d7 [2021-01-26T00:51:16.465Z] ---> 192ee26c51ef [2021-01-26T00:51:16.465Z] [2021-01-26T00:51:16.737Z] Removing intermediate container b3f24393c8f0 [2021-01-26T00:51:16.737Z] ---> afafd23b9cd4 [2021-01-26T00:51:16.737Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:51:16.737Z] Successfully built 192ee26c51ef [2021-01-26T00:51:16.737Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-26T00:51:17.007Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9f41e99bfd25 [2021-01-26T00:51:17.277Z] Removing intermediate container 9f41e99bfd25 [2021-01-26T00:51:17.277Z] ---> fd1f6bf56c31 [2021-01-26T00:51:17.277Z] [2021-01-26T00:51:17.869Z] Successfully built fd1f6bf56c31 [2021-01-26T00:51:17.869Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-26T00:51:18.157Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-26T00:51:18.199Z] $ docker stop --time=1 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c [2021-01-26T00:51:20.159Z] $ docker rm -f 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:51:20.991Z] + docker images [2021-01-26T00:51:20.991Z] + grep docker [2021-01-26T00:51:21.261Z] docker-core-metadata-go-arm64 latest fd1f6bf56c31 4 seconds ago 17.7MB [2021-01-26T00:51:21.261Z] docker-security-secretstore-setup-go-arm64 latest 192ee26c51ef 5 seconds ago 23.4MB [2021-01-26T00:51:21.261Z] docker-security-proxy-setup-go-arm64 latest 58fc0ac1cb46 8 seconds ago 23.2MB [2021-01-26T00:51:21.261Z] docker-core-command-go-arm64 latest 768b5ec5bc3d 12 seconds ago 15.4MB [2021-01-26T00:51:21.261Z] docker-sys-mgmt-agent-go-arm64 latest cf9cafee63f5 About a minute ago 300MB [2021-01-26T00:51:21.261Z] docker-security-bootstrapper-go-arm64 latest 3110a11f9c07 2 minutes ago 40.3MB [2021-01-26T00:51:21.261Z] docker-core-data-go-arm64 latest 9b50f10c6171 2 minutes ago 21MB [2021-01-26T00:51:21.261Z] docker-support-scheduler-go-arm64 latest ca13b9a61fdf 3 minutes ago 15.5MB [2021-01-26T00:51:21.261Z] docker-support-notifications-go-arm64 latest 924b2295ea9f 3 minutes ago 16MB [2021-01-26T00:51:21.261Z] docker 20.10.0 eeaf43b92773 6 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-26T00:51:24.243Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:25.672Z] ---> package-listing.sh [2021-01-26T00:51:25.673Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T00:51:25.673Z] ++ facter osfamily [2021-01-26T00:51:25.939Z] + OS_FAMILY=redhat [2021-01-26T00:51:25.939Z] + workspace=/w/workspace/edgex-go/48 [2021-01-26T00:51:25.939Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T00:51:25.939Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T00:51:25.939Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T00:51:25.939Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T00:51:25.939Z] + '[' /w/workspace/edgex-go/48 ']' [2021-01-26T00:51:25.939Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T00:51:25.940Z] + case "${OS_FAMILY}" in [2021-01-26T00:51:25.940Z] + rpm -qa [2021-01-26T00:51:25.940Z] + sort [2021-01-26T00:51:32.668Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T00:51:32.668Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T00:51:32.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T00:51:32.668Z] + '[' /w/workspace/edgex-go/48 ']' [2021-01-26T00:51:32.668Z] + mkdir -p /w/workspace/edgex-go/48/archives/ [2021-01-26T00:51:32.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/48/archives/ [Pipeline] echo [2021-01-26T00:51:32.686Z] 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/48/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-26T00:51:33.031Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:51:33.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:33.887Z] [2021-01-26T00:51:33.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:51:34.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:34.330Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T00:51:34.330Z] df20fa9351a1: Pulling fs layer [2021-01-26T00:51:34.330Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T00:51:34.330Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T00:51:34.330Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T00:51:34.330Z] 93b61091891f: Pulling fs layer [2021-01-26T00:51:34.330Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T00:51:34.330Z] 5e14af77c1be: Pulling fs layer [2021-01-26T00:51:34.330Z] 01666e4c0597: Pulling fs layer [2021-01-26T00:51:34.330Z] aa168da1d23b: Pulling fs layer [2021-01-26T00:51:34.330Z] 93b9cdb0e59b: Waiting [2021-01-26T00:51:34.330Z] 5e14af77c1be: Waiting [2021-01-26T00:51:34.330Z] 01666e4c0597: Waiting [2021-01-26T00:51:34.330Z] aa168da1d23b: Waiting [2021-01-26T00:51:34.330Z] 93b61091891f: Waiting [2021-01-26T00:51:34.330Z] 46f8f816bc3b: Waiting [2021-01-26T00:51:34.330Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T00:51:34.330Z] 36b3adc4ff6f: Download complete [2021-01-26T00:51:34.651Z] 46f8f816bc3b: Verifying Checksum [2021-01-26T00:51:34.651Z] 46f8f816bc3b: Download complete [2021-01-26T00:51:34.975Z] df20fa9351a1: Verifying Checksum [2021-01-26T00:51:34.975Z] df20fa9351a1: Download complete [2021-01-26T00:51:34.975Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T00:51:34.975Z] 93b9cdb0e59b: Download complete [2021-01-26T00:51:34.975Z] 5e14af77c1be: Verifying Checksum [2021-01-26T00:51:34.975Z] 5e14af77c1be: Download complete [2021-01-26T00:51:35.278Z] 01666e4c0597: Verifying Checksum [2021-01-26T00:51:35.278Z] 01666e4c0597: Download complete [2021-01-26T00:51:35.278Z] 93b61091891f: Verifying Checksum [2021-01-26T00:51:35.278Z] 93b61091891f: Download complete [2021-01-26T00:51:36.621Z] df20fa9351a1: Pull complete [2021-01-26T00:51:36.974Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T00:51:36.974Z] 8ad3a11d3b57: Download complete [2021-01-26T00:51:36.974Z] 36b3adc4ff6f: Pull complete [2021-01-26T00:51:39.837Z] 8ad3a11d3b57: Pull complete [2021-01-26T00:51:39.837Z] 46f8f816bc3b: Pull complete [2021-01-26T00:51:41.381Z] 93b61091891f: Pull complete [2021-01-26T00:51:41.992Z] aa168da1d23b: Verifying Checksum [2021-01-26T00:51:41.992Z] aa168da1d23b: Download complete [2021-01-26T00:51:42.314Z] 93b9cdb0e59b: Pull complete [2021-01-26T00:51:42.603Z] 5e14af77c1be: Pull complete [2021-01-26T00:51:42.890Z] 01666e4c0597: Pull complete [2021-01-26T00:51:58.236Z] aa168da1d23b: Pull complete [2021-01-26T00:51:58.236Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T00:51:58.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:58.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T00:51:58.894Z] prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container [2021-01-26T00:51:59.110Z] $ 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/48/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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T00:52:03.537Z] $ docker top f791e4115b112a86ea1cb4c04f11f32f1cea8d14285ccbc0c3252d48bd277701 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:52:04.354Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T00:52:05.882Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T00:52:06.770Z] + ls /var/log/sa-host [2021-01-26T00:52:06.770Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T00:52:06.770Z] file_magic: OK [2021-01-26T00:52:06.770Z] HZ: Using current value: 100 [2021-01-26T00:52:06.770Z] file_header: OK [2021-01-26T00:52:06.770Z] 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-26T00:52:06.770Z] Statistics: [2021-01-26T00:52:06.770Z] Hnuu...uuuununununu... [2021-01-26T00:52:06.770Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T00:52:06.770Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T00:52:06.770Z] file_magic: OK [2021-01-26T00:52:06.770Z] HZ: Using current value: 100 [2021-01-26T00:52:06.770Z] file_header: OK [2021-01-26T00:52:06.770Z] 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-26T00:52:06.770Z] Statistics: [2021-01-26T00:52:06.770Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T00:52:06.770Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T00:52:06.976Z] provisioning config files... [2021-01-26T00:52:07.006Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/48@tmp/config5206936080328006708tmp [Pipeline] { [Pipeline] echo [2021-01-26T00:52:07.097Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:52:07.763Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T00:52:08.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T00:52:08.137Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:52:08.864Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T00:52:08.886Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:52:09.598Z] ---> sudo-logs.sh [2021-01-26T00:52:09.598Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T00:52:09.652Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:52:10.358Z] ---> job-cost.sh [2021-01-26T00:52:10.358Z] lf-activate-venv: SKIPPING [2021-01-26T00:52:10.358Z] INFO: No Stack... [2021-01-26T00:52:11.317Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T00:52:11.908Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T00:52:11.936Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:52:12.272Z] ---> logs-deploy.sh [2021-01-26T00:52:12.272Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/48 [2021-01-26T00:52:12.272Z] INFO: archiving workspace using pattern(s): [2021-01-26T00:52:14.979Z] Archives upload complete. [2021-01-26T00:52:15.327Z] INFO: archiving logs to Nexus