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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-26175 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/62 [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/62 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 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 7195ca11e5696536ea936da28ddced5c7dd8b5e5 Checking out Revision 7195ca11e5696536ea936da28ddced5c7dd8b5e5 (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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7195ca11e5696536ea936da28ddced5c7dd8b5e5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T00:32:26.625Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T00:32:26.837Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T00:32:26.926Z] ========================================================= [2021-02-12T00:32:26.926Z] EdgeX Global Pipelines Version Info [2021-02-12T00:32:26.926Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:32:28.449Z] ------------------- [2021-02-12T00:32:28.449Z] stable info: [2021-02-12T00:32:28.449Z] ------------------- [2021-02-12T00:32:28.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:32:28.449Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:32:28.449Z] Message: update stable to v1.0.179 [2021-02-12T00:32:29.394Z] ------------------- [2021-02-12T00:32:29.394Z] experimental info: [2021-02-12T00:32:29.394Z] ------------------- [2021-02-12T00:32:29.394Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:32:29.394Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:32:29.394Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T00:32:29.632Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T00:32:29.718Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T00:32:29.819Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T00:32:29.904Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T00:32:29.994Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T00:32:30.091Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T00:32:30.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T00:32:30.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T00:32:30.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T00:32:30.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T00:32:30.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T00:32:30.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T00:32:30.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T00:32:30.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T00:32:30.971Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:32:31.075Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:32:31.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T00:32:31.285Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T00:32:31.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T00:32:31.463Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T00:32:31.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T00:32:31.652Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T00:32:31.742Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T00:32:31.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-12T00:32:31.918Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-12T00:32:31.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-12T00:32:32.081Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7195ca11e5696536ea936da28ddced5c7dd8b5e5 [Pipeline] echo [2021-02-12T00:32:32.236Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7195ca1 [Pipeline] echo [2021-02-12T00:32:32.328Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:32:32.484Z] provisioning config files... [2021-02-12T00:32:32.516Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/62@tmp/config1092292318237678681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:32:32.868Z] ---> docker-login.sh [2021-02-12T00:32:32.868Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:32:33.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:32:33.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:32:33.396Z] Configure a credential helper to remove this warning. See [2021-02-12T00:32:33.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:32:33.396Z] [2021-02-12T00:32:33.396Z] Login Succeeded [2021-02-12T00:32:33.396Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:32:33.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:32:33.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:32:33.658Z] Configure a credential helper to remove this warning. See [2021-02-12T00:32:33.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:32:33.658Z] [2021-02-12T00:32:33.658Z] Login Succeeded [2021-02-12T00:32:33.658Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:32:33.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:32:33.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:32:33.928Z] Configure a credential helper to remove this warning. See [2021-02-12T00:32:33.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:32:33.928Z] [2021-02-12T00:32:33.928Z] Login Succeeded [2021-02-12T00:32:33.928Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:32:33.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:32:33.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:32:33.928Z] Configure a credential helper to remove this warning. See [2021-02-12T00:32:33.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:32:33.928Z] [2021-02-12T00:32:34.193Z] Login Succeeded [2021-02-12T00:32:34.193Z] docker.io [2021-02-12T00:32:34.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:32:34.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:32:34.454Z] Configure a credential helper to remove this warning. See [2021-02-12T00:32:34.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:32:34.454Z] [2021-02-12T00:32:34.454Z] Login Succeeded [2021-02-12T00:32:34.454Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:32:34.464Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:32:34.931Z] ++ 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-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T00:32:34.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:32:34.932Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:32:34.932Z] ++ cut -d/ -f2 [2021-02-12T00:32:34.932Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T00:32:35.002Z] 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-02-12T00:32:35.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:32:35.875Z] [2021-02-12T00:32:35.875Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:32:36.281Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:32:36.281Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T00:32:36.281Z] 31603596830f: Pulling fs layer [2021-02-12T00:32:36.281Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T00:32:36.281Z] 6ca5941a6612: Pulling fs layer [2021-02-12T00:32:36.281Z] ecc8261a40a4: Pulling fs layer [2021-02-12T00:32:36.281Z] ecc8261a40a4: Waiting [2021-02-12T00:32:36.281Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T00:32:36.281Z] 2a8b12db71e7: Download complete [2021-02-12T00:32:36.543Z] 31603596830f: Verifying Checksum [2021-02-12T00:32:36.544Z] 31603596830f: Download complete [2021-02-12T00:32:36.544Z] ecc8261a40a4: Verifying Checksum [2021-02-12T00:32:36.544Z] ecc8261a40a4: Download complete [2021-02-12T00:32:36.544Z] 6ca5941a6612: Verifying Checksum [2021-02-12T00:32:36.544Z] 6ca5941a6612: Download complete [2021-02-12T00:32:36.807Z] 31603596830f: Pull complete [2021-02-12T00:32:37.073Z] 2a8b12db71e7: Pull complete [2021-02-12T00:32:38.030Z] 6ca5941a6612: Pull complete [2021-02-12T00:32:38.297Z] ecc8261a40a4: Pull complete [2021-02-12T00:32:38.297Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T00:32:38.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:32:38.297Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T00:32:38.417Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:32:38.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T00:32:41.376Z] $ docker top 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T00:32:41.746Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:32:41.747Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:32:42.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:32:42.010Z] $ docker exec 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent [2021-02-12T00:32:42.202Z] SSH_AUTH_SOCK=/tmp/ssh-fAzBDv5MsJSw/agent.12 [2021-02-12T00:32:42.202Z] SSH_AGENT_PID=18 [2021-02-12T00:32:42.213Z] Running ssh-add (command line suppressed) [2021-02-12T00:32:42.341Z] Identity added: /w/workspace/edgex-go/62@tmp/private_key_2147454297628500030.key (/w/workspace/edgex-go/62@tmp/private_key_2147454297628500030.key) [2021-02-12T00:32:42.399Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:32:42.732Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T00:32:42.771Z] $ docker exec --env ******** --env ******** 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent -k [2021-02-12T00:32:42.902Z] unset SSH_AUTH_SOCK; [2021-02-12T00:32:42.903Z] unset SSH_AGENT_PID; [2021-02-12T00:32:42.903Z] echo Agent pid 18 killed; [2021-02-12T00:32:42.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T00:32:43.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:32:43.107Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:32:43.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:32:43.321Z] $ docker exec 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent [2021-02-12T00:32:43.580Z] SSH_AUTH_SOCK=/tmp/ssh-Dg8PrfX8ie99/agent.47 [2021-02-12T00:32:43.580Z] SSH_AGENT_PID=52 [2021-02-12T00:32:43.596Z] Running ssh-add (command line suppressed) [2021-02-12T00:32:43.773Z] Identity added: /w/workspace/edgex-go/62@tmp/private_key_6764840106723888947.key (/w/workspace/edgex-go/62@tmp/private_key_6764840106723888947.key) [2021-02-12T00:32:43.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:32:44.187Z] + git semver init [2021-02-12T00:32:44.187Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T00:32:44.187Z] # $GIT_DIR = /w/workspace/edgex-go/62/.git [2021-02-12T00:32:44.187Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/62 [2021-02-12T00:32:44.187Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T00:32:44.187Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T00:32:44.187Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T00:32:44.187Z] # $SEMVER_BRANCH = PR-2858 [2021-02-12T00:32:44.187Z] # $SEMVER_TEMP = /tmp/semver-155360726 [2021-02-12T00:32:44.187Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T00:33:02.380Z] # '/tmp/semver-155360726' -> '/w/workspace/edgex-go/62/.semver' [2021-02-12T00:33:03.001Z] # -> Force: false [2021-02-12T00:33:03.001Z] # $SEMVER_DIR = /w/workspace/edgex-go/62/.semver [Pipeline] } [2021-02-12T00:33:03.017Z] $ docker exec --env ******** --env ******** 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 ssh-agent -k [2021-02-12T00:33:03.347Z] unset SSH_AUTH_SOCK; [2021-02-12T00:33:03.348Z] unset SSH_AGENT_PID; [2021-02-12T00:33:03.348Z] echo Agent pid 52 killed; [2021-02-12T00:33:03.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:33:03.918Z] + git semver [Pipeline] } [2021-02-12T00:33:03.936Z] $ docker stop --time=1 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 [2021-02-12T00:33:05.582Z] $ docker rm -f 5e46dfc664344d44fecf8e097681d0a505d589814c19b92f2621914523f65f44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:33:06.119Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T00:33:06.653Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T00:33:06.656Z] [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-02-12T00:33:07.586Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:33:07.891Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:33:08.198Z] + sudo service docker restart [2021-02-12T00:33:08.198Z] + true [2021-02-12T00:33:08.198Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T00:33:08.792Z] ========================================================= [2021-02-12T00:33:08.792Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T00:33:08.792Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:33:09.134Z] + 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-02-12T00:33:13.413Z] Sending build context to Docker daemon 327.9MB [2021-02-12T00:33:13.413Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:33:13.413Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:33:13.413Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T00:33:13.413Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T00:33:13.413Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T00:33:13.413Z] de9db76c5a1d: Pulling fs layer [2021-02-12T00:33:13.413Z] bca2f99d35d6: Pulling fs layer [2021-02-12T00:33:13.413Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T00:33:13.413Z] 7c6f9722023f: Pulling fs layer [2021-02-12T00:33:13.413Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T00:33:13.413Z] 93359f2a8cfa: Waiting [2021-02-12T00:33:13.413Z] 7c6f9722023f: Waiting [2021-02-12T00:33:13.413Z] a35cf1a2eb13: Waiting [2021-02-12T00:33:13.413Z] bca2f99d35d6: Waiting [2021-02-12T00:33:13.413Z] de9db76c5a1d: Verifying Checksum [2021-02-12T00:33:13.413Z] de9db76c5a1d: Download complete [2021-02-12T00:33:13.413Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T00:33:13.413Z] 0ef7d3d256c8: Download complete [2021-02-12T00:33:13.413Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T00:33:13.413Z] 93359f2a8cfa: Download complete [2021-02-12T00:33:13.413Z] 7c6f9722023f: Verifying Checksum [2021-02-12T00:33:13.413Z] 7c6f9722023f: Download complete [2021-02-12T00:33:13.413Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T00:33:13.413Z] 188c0c94c7c5: Download complete [2021-02-12T00:33:13.677Z] 188c0c94c7c5: Pull complete [2021-02-12T00:33:13.942Z] 0ef7d3d256c8: Pull complete [2021-02-12T00:33:13.942Z] de9db76c5a1d: Pull complete [2021-02-12T00:33:15.892Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T00:33:15.892Z] a35cf1a2eb13: Download complete [2021-02-12T00:33:16.155Z] bca2f99d35d6: Verifying Checksum [2021-02-12T00:33:16.155Z] bca2f99d35d6: Download complete [2021-02-12T00:33:22.051Z] Still waiting to schedule task [2021-02-12T00:33:22.051Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26176’ is offline [2021-02-12T00:33:22.833Z] bca2f99d35d6: Pull complete [2021-02-12T00:33:22.833Z] 93359f2a8cfa: Pull complete [2021-02-12T00:33:22.833Z] 7c6f9722023f: Pull complete [2021-02-12T00:33:27.112Z] a35cf1a2eb13: Pull complete [2021-02-12T00:33:27.112Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T00:33:27.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T00:33:27.112Z] ---> a62c8e92a672 [2021-02-12T00:33:27.112Z] 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-02-12T00:33:27.382Z] ---> Running in a1ada1df8096 [2021-02-12T00:33:28.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:33:28.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:33:29.532Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:33:29.795Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:33:29.795Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:33:29.795Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:33:39.821Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:33:39.821Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:33:39.821Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:33:39.821Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:33:39.821Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:33:39.821Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:33:39.821Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:33:39.821Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:33:39.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:33:39.821Z] OK: 233 MiB in 51 packages [2021-02-12T00:33:42.382Z] Removing intermediate container a1ada1df8096 [2021-02-12T00:33:42.382Z] ---> e92a14d9fd04 [2021-02-12T00:33:42.382Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:33:42.647Z] ---> Running in fc70a775f647 [2021-02-12T00:33:42.647Z] Removing intermediate container fc70a775f647 [2021-02-12T00:33:42.647Z] ---> 4efd90fd45a9 [2021-02-12T00:33:42.647Z] Step 5/6 : COPY go.mod . [2021-02-12T00:33:42.912Z] ---> 2da02735998b [2021-02-12T00:33:42.912Z] Step 6/6 : RUN go mod download [2021-02-12T00:33:43.176Z] ---> Running in 30e8672d1dd1 [2021-02-12T00:34:05.215Z] Removing intermediate container 30e8672d1dd1 [2021-02-12T00:34:05.215Z] ---> c55d734b276f [2021-02-12T00:34:05.215Z] Successfully built c55d734b276f [2021-02-12T00:34:05.215Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:34:05.536Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:34:05.536Z] . [Pipeline] withDockerContainer [2021-02-12T00:34:05.651Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:34:05.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-x86_64 cat [2021-02-12T00:34:06.674Z] $ docker top 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:34:07.222Z] + go version [2021-02-12T00:34:07.222Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T00:34:07.237Z] $ docker stop --time=1 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 [2021-02-12T00:34:08.595Z] $ docker rm -f 929ef3ea6f1bea2f1e97e0b830420e05e185d30e9e10de04d916b141ef20b911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:34:09.452Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:34:09.452Z] . [Pipeline] withDockerContainer [2021-02-12T00:34:09.565Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:34:09.616Z] $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-x86_64 cat [2021-02-12T00:34:10.402Z] $ docker top 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:34:10.645Z] ========================================================= [2021-02-12T00:34:10.645Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:34:10.645Z] ========================================================= [Pipeline] sh [2021-02-12T00:34:10.951Z] + make test [2021-02-12T00:34:10.951Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:34:21.039Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:34:39.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:34:40.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:34:42.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:34:42.963Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:34:44.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:34:44.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:34:44.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:34:45.001Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:34:45.267Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:34:45.865Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:34:48.484Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:34:48.484Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:34:48.484Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:34:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:34:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:34:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-02-12T00:34:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:34:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:34:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:34:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:34:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:34:55.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.3% of statements [2021-02-12T00:34:55.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:34:55.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:34:55.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:34:55.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:34:57.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:34:57.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:34:57.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-02-12T00:34:57.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:34:57.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-02-12T00:34:57.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:34:58.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-02-12T00:34:58.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:34:58.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-02-12T00:34:58.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:34:58.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:34:58.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:34:58.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:35:00.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-02-12T00:35:00.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-02-12T00:35:12.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-02-12T00:35:12.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 68.9% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:35:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-12T00:35:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.112s coverage: 89.4% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.720s coverage: 29.1% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:35:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-12T00:35:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-12T00:35:25.339Z] GO111MODULE=on go vet ./... [2021-02-12T00:35:52.567Z] gofmt -l . [2021-02-12T00:35:52.567Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:35:52.567Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:35:52.567Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:35:53.778Z] + ls -al . [2021-02-12T00:35:53.778Z] total 700 [2021-02-12T00:35:53.778Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 00:35 . [2021-02-12T00:35:53.778Z] drwxr-xr-x 4 root root 30 Feb 12 00:34 .. [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:32 .dockerignore [2021-02-12T00:35:53.778Z] drwxrwxr-x 8 1001 1001 179 Feb 12 00:32 .git [2021-02-12T00:35:53.778Z] drwxrwxr-x 3 1001 1001 125 Feb 12 00:32 .github [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:32 .gitignore [2021-02-12T00:35:53.778Z] drwx------ 3 1001 1001 60 Feb 12 00:33 .semver [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:32 .sonarcloud.properties [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:32 Attribution.txt [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:32 CONTRIBUTING.md [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:32 Dockerfile.build [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:32 Jenkinsfile [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:32 LICENSE [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:32 Makefile [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:32 README.md [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:32 SECURITY.md [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:33 VERSION [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:32 ZMQWindows.md [2021-02-12T00:35:53.778Z] drwxrwxr-x 2 1001 1001 117 Feb 12 00:32 bin [2021-02-12T00:35:53.778Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:32 cmd [2021-02-12T00:35:53.778Z] -rw-r--r-- 1 root root 595676 Feb 12 00:35 coverage.out [2021-02-12T00:35:53.778Z] -rw-r--r-- 1 root root 1054 Feb 12 00:35 go.mod [2021-02-12T00:35:53.778Z] -rw-r--r-- 1 root root 19290 Feb 12 00:35 go.sum [2021-02-12T00:35:53.778Z] drwxrwxr-x 8 1001 1001 127 Feb 12 00:32 internal [2021-02-12T00:35:53.778Z] drwxrwxr-x 4 1001 1001 26 Feb 12 00:32 openapi [2021-02-12T00:35:53.778Z] drwxrwxr-x 4 1001 1001 71 Feb 12 00:32 snap [2021-02-12T00:35:53.778Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:32 version.go [Pipeline] sh [2021-02-12T00:35:54.087Z] + '[' -e coverage.out ] [2021-02-12T00:35:54.088Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:35:54.379Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:35:54.672Z] + make build [2021-02-12T00:35:54.672Z] 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-02-12T00:35:58.894Z] 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-02-12T00:36:09.009Z] 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-02-12T00:36:09.009Z] 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-02-12T00:36:10.426Z] 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-02-12T00:36:11.007Z] 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-02-12T00:36:12.446Z] 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-02-12T00:36:13.008Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26182 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-12T00:36:13.060Z] Running in /w/workspace/edgex-go/62 [Pipeline] { [Pipeline] checkout [2021-02-12T00:36:14.395Z] 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-02-12T00:36:14.979Z] 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-02-12T00:36:16.379Z] 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-02-12T00:36:17.329Z] 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-02-12T00:36:18.660Z] using credential edgex-jenkins-ssh [2021-02-12T00:36:18.735Z] 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-02-12T00:36:18.797Z] Cloning the remote Git repository [2021-02-12T00:36:18.863Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:18.993Z] > git init /w/workspace/edgex-go/62 # timeout=10 [2021-02-12T00:36:19.135Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:19.136Z] > git --version # timeout=10 [2021-02-12T00:36:19.163Z] > git --version # 'git version 2.17.1' [2021-02-12T00:36:19.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:19.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-02-12T00:36:20.689Z] $ docker stop --time=1 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 [2021-02-12T00:36:22.320Z] $ docker rm -f 4abce4e37e08378e82fce4a588d2e82956e4415b66f993e2580657534c7afaa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:24.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:24.220Z] [2021-02-12T00:36:24.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:24.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:24.601Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T00:36:24.601Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T00:36:24.601Z] ca9280d653b3: Pulling fs layer [2021-02-12T00:36:24.601Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T00:36:25.180Z] cbdbe7a5bc2a: Download complete [2021-02-12T00:36:25.446Z] ca9280d653b3: Verifying Checksum [2021-02-12T00:36:25.446Z] ca9280d653b3: Download complete [2021-02-12T00:36:25.712Z] cbdbe7a5bc2a: Pull complete [2021-02-12T00:36:26.678Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T00:36:26.678Z] 7e9c9ca2126c: Download complete [2021-02-12T00:36:26.678Z] ca9280d653b3: Pull complete [2021-02-12T00:36:34.856Z] 7e9c9ca2126c: Pull complete [2021-02-12T00:36:34.856Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T00:36:34.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:34.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T00:36:35.011Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:36:35.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T00:36:36.742Z] $ docker top 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:36:37.081Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-12T00:36:37.356Z] + docker-compose build --help [2021-02-12T00:36:37.356Z] + grep parallel [2021-02-12T00:36:35.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:36.050Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:36:36.086Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:36.135Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:36.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:36.151Z] > 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-02-12T00:36:37.103Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:37.117Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-12T00:36:37.449Z] > git remote # timeout=10 [2021-02-12T00:36:37.470Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:36:37.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:37.501Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:36:38.303Z] --parallel Build images in parallel. [2021-02-12T00:36:38.514Z] Merge succeeded, producing ea56ecd67e6763897b09d67896811577fb564749 [2021-02-12T00:36:38.514Z] Checking out Revision ea56ecd67e6763897b09d67896811577fb564749 (PR-2858) [Pipeline] } [2021-02-12T00:36:38.581Z] $ docker stop --time=1 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 [2021-02-12T00:36:38.497Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:36:38.523Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:38.543Z] > git checkout -f ea56ecd67e6763897b09d67896811577fb564749 # timeout=10 [2021-02-12T00:36:39.982Z] $ docker rm -f 03cf1da3eb5d3e9d7e10da259252440bd17c138edd78ec050b17213da07aa433 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:40.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:40.739Z] . [Pipeline] withDockerContainer [2021-02-12T00:36:40.843Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:36:40.891Z] $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-02-12T00:36:41.709Z] $ docker top f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:36:42.233Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:36:42.917Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:36:42.940Z] First time build. Skipping changelog. [2021-02-12T00:36:43.185Z] Building docker-core-command-go ... [2021-02-12T00:36:43.185Z] Building docker-core-data-go ... [2021-02-12T00:36:43.185Z] Building docker-core-metadata-go ... [2021-02-12T00:36:43.185Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:36:43.185Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:36:43.185Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:36:43.185Z] Building docker-support-notifications-go ... [2021-02-12T00:36:43.185Z] Building docker-support-scheduler-go ... [2021-02-12T00:36:43.185Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:36:43.185Z] Building docker-security-secretstore-setup-go [2021-02-12T00:36:43.185Z] Building docker-core-metadata-go [2021-02-12T00:36:43.185Z] Building docker-sys-mgmt-agent-go [2021-02-12T00:36:43.185Z] Building docker-support-notifications-go [2021-02-12T00:36:43.185Z] Building docker-security-bootstrapper-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:36:42.927Z] > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 [2021-02-12T00:36:44.453Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:44.893Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:45.235Z] + + sudo service dockertrue restart [2021-02-12T00:36:45.235Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:36:47.932Z] provisioning config files... [2021-02-12T00:36:47.977Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/62@tmp/config1322165288707364231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:36:48.393Z] ---> docker-login.sh [2021-02-12T00:36:48.393Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:36:49.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:49.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:49.648Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:49.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:49.648Z] [2021-02-12T00:36:49.648Z] Login Succeeded [2021-02-12T00:36:49.648Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:36:50.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:50.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:50.248Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:50.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:50.248Z] [2021-02-12T00:36:50.248Z] Login Succeeded [2021-02-12T00:36:50.248Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:36:50.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:50.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:50.844Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:50.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:50.844Z] [2021-02-12T00:36:50.844Z] Login Succeeded [2021-02-12T00:36:50.844Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:36:51.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:51.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:51.448Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:51.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:51.448Z] [2021-02-12T00:36:51.448Z] Login Succeeded [2021-02-12T00:36:51.448Z] docker.io [2021-02-12T00:36:52.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:52.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:52.342Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:52.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:52.342Z] [2021-02-12T00:36:52.342Z] Login Succeeded [2021-02-12T00:36:52.342Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:36:52.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T00:36:52.857Z] ========================================================= [2021-02-12T00:36:52.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T00:36:52.857Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:53.241Z] + 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-02-12T00:36:55.894Z] Sending build context to Docker daemon 166.4MB [2021-02-12T00:36:55.894Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:55.894Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:36:55.894Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T00:36:55.894Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T00:36:55.894Z] a4357932f1b6: Pulling fs layer [2021-02-12T00:36:55.894Z] 18c013af1878: Pulling fs layer [2021-02-12T00:36:55.894Z] 00ac8860ef70: Pulling fs layer [2021-02-12T00:36:55.894Z] 63d7cb157983: Pulling fs layer [2021-02-12T00:36:55.894Z] b116817d02f9: Pulling fs layer [2021-02-12T00:36:55.894Z] 745a02a5169b: Pulling fs layer [2021-02-12T00:36:55.894Z] 63d7cb157983: Waiting [2021-02-12T00:36:55.894Z] b116817d02f9: Waiting [2021-02-12T00:36:55.894Z] 00ac8860ef70: Waiting [2021-02-12T00:36:55.894Z] 745a02a5169b: Waiting [2021-02-12T00:36:55.895Z] 18c013af1878: Verifying Checksum [2021-02-12T00:36:55.895Z] 18c013af1878: Download complete [2021-02-12T00:36:55.895Z] a4357932f1b6: Verifying Checksum [2021-02-12T00:36:55.895Z] a4357932f1b6: Download complete [2021-02-12T00:36:55.895Z] 63d7cb157983: Verifying Checksum [2021-02-12T00:36:55.895Z] 63d7cb157983: Download complete [2021-02-12T00:36:55.895Z] b116817d02f9: Verifying Checksum [2021-02-12T00:36:55.895Z] b116817d02f9: Download complete [2021-02-12T00:36:55.895Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T00:36:55.895Z] 5f621e34cdf4: Download complete [2021-02-12T00:36:56.882Z] 5f621e34cdf4: Pull complete [2021-02-12T00:36:57.495Z] a4357932f1b6: Pull complete [2021-02-12T00:36:57.781Z] 18c013af1878: Pull complete [2021-02-12T00:36:58.390Z] 745a02a5169b: Verifying Checksum [2021-02-12T00:36:58.390Z] 745a02a5169b: Download complete [2021-02-12T00:36:59.840Z] 00ac8860ef70: Verifying Checksum [2021-02-12T00:36:59.840Z] 00ac8860ef70: Download complete [2021-02-12T00:37:10.042Z] 00ac8860ef70: Pull complete [2021-02-12T00:37:10.042Z] 63d7cb157983: Pull complete [2021-02-12T00:37:10.320Z] b116817d02f9: Pull complete [2021-02-12T00:37:14.657Z] 745a02a5169b: Pull complete [2021-02-12T00:37:14.657Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T00:37:14.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T00:37:14.657Z] ---> b7e6874047d6 [2021-02-12T00:37:14.657Z] 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-02-12T00:37:18.053Z] ---> Running in 1d9466903980 [2021-02-12T00:37:19.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:20.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:20.643Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:37:20.925Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:37:20.926Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:37:20.926Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:37:22.231Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:22.231Z] [2021-02-12T00:37:22.231Z] Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:22.231Z] ---> c55d734b276f [2021-02-12T00:37:22.231Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:37:22.231Z] [2021-02-12T00:37:22.231Z] ---> c55d734b276f [2021-02-12T00:37:22.231Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:37:22.231Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:22.231Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:22.231Z] ---> c55d734b276f [2021-02-12T00:37:22.231Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:37:22.231Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:22.231Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:22.231Z] ---> c55d734b276f [2021-02-12T00:37:22.231Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:37:22.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:22.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:37:22.231Z] ---> c55d734b276f [2021-02-12T00:37:22.231Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:37:22.231Z] ---> Running in 55c8aa4ee3eb [2021-02-12T00:37:22.231Z] ---> Running in a67a488b6480 [2021-02-12T00:37:22.231Z] ---> Running in de0c3d3a51e6 [2021-02-12T00:37:22.231Z] ---> Running in cc9d6cf4f74b [2021-02-12T00:37:22.231Z] ---> Running in c488fac65291 [2021-02-12T00:37:22.231Z] Removing intermediate container c488fac65291 [2021-02-12T00:37:22.231Z] ---> 3643fb2918ac [2021-02-12T00:37:22.231Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:22.231Z] Removing intermediate container cc9d6cf4f74b [2021-02-12T00:37:22.231Z] ---> ba45082a360e [2021-02-12T00:37:22.231Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:22.231Z] Removing intermediate container a67a488b6480 [2021-02-12T00:37:22.231Z] ---> 65bdf99bc5b1 [2021-02-12T00:37:22.231Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:22.231Z] Removing intermediate container de0c3d3a51e6 [2021-02-12T00:37:22.231Z] ---> ee5747f1ca3a [2021-02-12T00:37:22.231Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:22.231Z] Removing intermediate container 55c8aa4ee3eb [2021-02-12T00:37:22.231Z] ---> 519419a630d4 [2021-02-12T00:37:22.231Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:37:22.231Z] ---> Running in 6ff2f9d7733c [2021-02-12T00:37:22.231Z] ---> Running in 1c7c42fd4a75 [2021-02-12T00:37:22.231Z] ---> Running in abc7ab97cc43 [2021-02-12T00:37:22.231Z] ---> Running in f8f608f61285 [2021-02-12T00:37:22.231Z] ---> Running in 3c17bb24595f [2021-02-12T00:37:23.192Z] Removing intermediate container 1c7c42fd4a75 [2021-02-12T00:37:23.192Z] ---> 9ec4deaed076 [2021-02-12T00:37:23.192Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:37:23.454Z] ---> Running in 49e883556d96 [2021-02-12T00:37:23.719Z] Removing intermediate container abc7ab97cc43 [2021-02-12T00:37:23.719Z] ---> 6a75b4624356 [2021-02-12T00:37:23.719Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:37:23.719Z] Removing intermediate container 6ff2f9d7733c [2021-02-12T00:37:23.719Z] ---> 3d71a5cbbfa3 [2021-02-12T00:37:23.719Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:37:23.719Z] Removing intermediate container 3c17bb24595f [2021-02-12T00:37:23.719Z] ---> 6be6791cd014 [2021-02-12T00:37:23.719Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:37:23.719Z] Removing intermediate container f8f608f61285 [2021-02-12T00:37:23.719Z] ---> 4f7fe5ca26af [2021-02-12T00:37:23.719Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:37:23.988Z] ---> Running in f25dd8b8b847 [2021-02-12T00:37:23.988Z] ---> Running in 6c7e21ba7742 [2021-02-12T00:37:23.988Z] ---> Running in aabc58996879 [2021-02-12T00:37:23.988Z] ---> Running in 22a83fc8dfbd [2021-02-12T00:37:24.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:24.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:24.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.385Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:25.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.656Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:25.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:37:25.919Z] Removing intermediate container 49e883556d96 [2021-02-12T00:37:25.919Z] ---> f040d2e08f10 [2021-02-12T00:37:25.919Z] Step 6/30 : COPY go.mod . [2021-02-12T00:37:26.189Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:26.189Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:26.189Z] ---> 52378e20a86d [2021-02-12T00:37:26.189Z] Step 7/30 : RUN go mod download [2021-02-12T00:37:26.189Z] OK: 233 MiB in 51 packages [2021-02-12T00:37:26.453Z] Removing intermediate container f25dd8b8b847 [2021-02-12T00:37:26.453Z] ---> 01a7bc7dc2c4 [2021-02-12T00:37:26.453Z] Step 6/23 : COPY go.mod . [2021-02-12T00:37:26.453Z] ---> Running in e11c581cca74 [2021-02-12T00:37:26.720Z] ---> 202fb126c19f [2021-02-12T00:37:26.720Z] Step 7/23 : RUN go mod download [2021-02-12T00:37:26.997Z] Removing intermediate container 6c7e21ba7742 [2021-02-12T00:37:26.997Z] ---> d4132c7ab86d [2021-02-12T00:37:26.997Z] Step 6/22 : COPY go.mod . [2021-02-12T00:37:26.997Z] ---> Running in c2bb762fcc96 [2021-02-12T00:37:27.264Z] Removing intermediate container aabc58996879 [2021-02-12T00:37:27.264Z] ---> 2979907f6dc1 [2021-02-12T00:37:27.264Z] Step 6/24 : COPY go.mod . [2021-02-12T00:37:27.533Z] ---> 56c2fe0372b5 [2021-02-12T00:37:27.533Z] Step 7/22 : RUN go mod download [2021-02-12T00:37:27.533Z] Removing intermediate container 22a83fc8dfbd [2021-02-12T00:37:27.533Z] ---> 221f09fec6ee [2021-02-12T00:37:27.533Z] Step 6/26 : COPY go.mod . [2021-02-12T00:37:27.533Z] ---> Running in 10db4d7ef99c [2021-02-12T00:37:27.804Z] ---> 2368c9c60b2a [2021-02-12T00:37:27.804Z] Step 7/24 : RUN go mod download [2021-02-12T00:37:28.083Z] ---> Running in 1c0280ad8bd1 [2021-02-12T00:37:28.083Z] ---> 8b76a33cbda8 [2021-02-12T00:37:28.083Z] Step 7/26 : RUN go mod download [2021-02-12T00:37:28.083Z] ---> Running in eaf9a049cea8 [2021-02-12T00:37:29.508Z] Removing intermediate container c2bb762fcc96 [2021-02-12T00:37:29.508Z] ---> 8b81877a5fbe [2021-02-12T00:37:29.508Z] Step 8/23 : COPY . . [2021-02-12T00:37:29.508Z] Removing intermediate container e11c581cca74 [2021-02-12T00:37:29.508Z] ---> 76f388835a5c [2021-02-12T00:37:29.508Z] Step 8/30 : COPY . . [2021-02-12T00:37:29.508Z] Removing intermediate container 10db4d7ef99c [2021-02-12T00:37:29.508Z] ---> 34f4e4b56468 [2021-02-12T00:37:29.508Z] Step 8/22 : COPY . . [2021-02-12T00:37:35.986Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:37:35.986Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:37:35.986Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:37:35.986Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:37:35.986Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:37:35.986Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:37:35.986Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:37:35.986Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:37:35.986Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:35.986Z] OK: 217 MiB in 51 packages [2021-02-12T00:37:36.178Z] Removing intermediate container 1c0280ad8bd1 [2021-02-12T00:37:36.178Z] ---> b2a549f9c634 [2021-02-12T00:37:36.178Z] Step 8/24 : COPY . . [2021-02-12T00:37:36.178Z] Removing intermediate container eaf9a049cea8 [2021-02-12T00:37:36.178Z] ---> a28e6f2b78ea [2021-02-12T00:37:36.178Z] Step 8/26 : COPY . . [2021-02-12T00:37:39.366Z] Removing intermediate container 1d9466903980 [2021-02-12T00:37:39.366Z] ---> c02f75063e63 [2021-02-12T00:37:39.366Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:37:39.366Z] ---> Running in 4c96bb6171ff [2021-02-12T00:37:39.960Z] Removing intermediate container 4c96bb6171ff [2021-02-12T00:37:39.960Z] ---> 1b2dc8d3a72f [2021-02-12T00:37:39.960Z] Step 5/6 : COPY go.mod . [2021-02-12T00:37:40.559Z] ---> 03106e99c273 [2021-02-12T00:37:40.559Z] Step 6/6 : RUN go mod download [2021-02-12T00:37:40.559Z] ---> Running in 810ec59c1780 [2021-02-12T00:38:07.424Z] Removing intermediate container 810ec59c1780 [2021-02-12T00:38:07.424Z] ---> fc3e07395c37 [2021-02-12T00:38:07.424Z] Successfully built fc3e07395c37 [2021-02-12T00:38:07.424Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:38:07.781Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:38:07.781Z] . [Pipeline] withDockerContainer [2021-02-12T00:38:08.113Z] prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container [2021-02-12T00:38:08.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-arm64 cat [2021-02-12T00:38:09.978Z] $ docker top b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:38:11.085Z] + go version [2021-02-12T00:38:11.085Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T00:38:11.118Z] $ docker stop --time=1 b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b [2021-02-12T00:38:13.149Z] $ docker rm -f b0c8a80456d8eeb88d1d6456e9a87891eb001972ece087cafd8a31e47e55f35b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:38:14.182Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:38:14.182Z] . [Pipeline] withDockerContainer [2021-02-12T00:38:14.472Z] prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container [2021-02-12T00:38:14.574Z] $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-arm64 cat [2021-02-12T00:38:15.132Z] ---> ec43c94c55a9 [2021-02-12T00:38:15.132Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:38:15.132Z] ---> fc907f225fd7 [2021-02-12T00:38:15.132Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:38:15.132Z] ---> 094c38ccb6b1 [2021-02-12T00:38:15.132Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:38:15.132Z] ---> Running in b00ac141641f [2021-02-12T00:38:15.132Z] ---> Running in 2ca444dc4ee2 [2021-02-12T00:38:15.132Z] ---> Running in ad4e1935761f [2021-02-12T00:38:15.132Z] ---> 06351508e66e [2021-02-12T00:38:15.132Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:38:15.132Z] ---> 0ac3759be66f [2021-02-12T00:38:15.132Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:38:15.132Z] ---> Running in 3cbf5c424967 [2021-02-12T00:38:15.132Z] ---> Running in 7012ff21b17c [2021-02-12T00:38:15.132Z] 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-02-12T00:38:15.132Z] 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-02-12T00:38:15.132Z] 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-02-12T00:38:15.132Z] 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-02-12T00:38:15.132Z] 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-02-12T00:38:16.280Z] $ docker top d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:38:16.692Z] ========================================================= [2021-02-12T00:38:16.692Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:38:16.692Z] ========================================================= [Pipeline] sh [2021-02-12T00:38:17.348Z] + make test [2021-02-12T00:38:17.348Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:38:41.882Z] 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-02-12T00:38:44.187Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:38:45.286Z] Removing intermediate container ad4e1935761f [2021-02-12T00:38:45.286Z] ---> 9bc8e83aeeb4 [2021-02-12T00:38:45.286Z] [2021-02-12T00:38:45.286Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:38:45.286Z] 3.12: Pulling from library/alpine [2021-02-12T00:38:46.712Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:38:46.712Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:38:46.712Z] ---> 389fef711851 [2021-02-12T00:38:46.712Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:38:46.712Z] Removing intermediate container 7012ff21b17c [2021-02-12T00:38:46.712Z] ---> 1e655405beba [2021-02-12T00:38:46.712Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:38:46.712Z] ---> Running in 5765bacdee30 [2021-02-12T00:38:46.712Z] ---> Running in c86e352ded3b [2021-02-12T00:38:47.324Z] Removing intermediate container c86e352ded3b [2021-02-12T00:38:47.324Z] ---> 424ac8120645 [2021-02-12T00:38:47.324Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:38:49.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:38:49.895Z] ---> Running in c7bfcf371e56 [2021-02-12T00:38:49.895Z] Removing intermediate container 3cbf5c424967 [2021-02-12T00:38:49.895Z] ---> 83ab817b6b5b [2021-02-12T00:38:49.895Z] [2021-02-12T00:38:49.895Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:38:49.895Z] ---> 389fef711851 [2021-02-12T00:38:49.895Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:38:50.158Z] ---> Running in 7f411e40bb62 [2021-02-12T00:38:51.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.589Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:51.589Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:38:51.589Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:51.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.856Z] OK: 6 MiB in 16 packages [2021-02-12T00:38:51.856Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:38:51.856Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:38:51.856Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:38:51.856Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:38:51.856Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:51.856Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:51.856Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:38:52.121Z] OK: 7 MiB in 19 packages [2021-02-12T00:38:54.058Z] Removing intermediate container 5765bacdee30 [2021-02-12T00:38:54.058Z] ---> 88405808bf47 [2021-02-12T00:38:54.058Z] [2021-02-12T00:38:54.058Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:38:54.058Z] 20.10.0: Pulling from library/docker [2021-02-12T00:38:54.338Z] Removing intermediate container 2ca444dc4ee2 [2021-02-12T00:38:54.338Z] ---> a35df91acc98 [2021-02-12T00:38:54.338Z] [2021-02-12T00:38:54.338Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:38:54.338Z] ---> 389fef711851 [2021-02-12T00:38:54.338Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:38:54.338Z] Removing intermediate container b00ac141641f [2021-02-12T00:38:54.338Z] ---> 96fdd8d2b423 [2021-02-12T00:38:54.338Z] [2021-02-12T00:38:54.338Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:38:54.338Z] ---> 389fef711851 [2021-02-12T00:38:54.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:38:54.606Z] ---> Running in 209951f21ce6 [2021-02-12T00:38:54.606Z] ---> Running in 51ab49596649 [2021-02-12T00:38:55.182Z] Removing intermediate container c7bfcf371e56 [2021-02-12T00:38:55.182Z] ---> ea1c5a81af33 [2021-02-12T00:38:55.182Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:38:56.133Z] ---> Running in 9fa6aef0e722 [2021-02-12T00:38:56.709Z] Removing intermediate container 7f411e40bb62 [2021-02-12T00:38:56.709Z] ---> 3693003ecb77 [2021-02-12T00:38:56.709Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:38:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:57.292Z] ---> Running in ea98414366cb [2021-02-12T00:38:57.292Z] Removing intermediate container 9fa6aef0e722 [2021-02-12T00:38:57.292Z] ---> 79140a3b0109 [2021-02-12T00:38:57.292Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:38:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:57.292Z] ---> Running in d24e307f49ca [2021-02-12T00:38:57.580Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:38:57.580Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:57.580Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:57.580Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:38:57.580Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:57.580Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:57.580Z] OK: 6 MiB in 15 packages [2021-02-12T00:38:57.580Z] OK: 6 MiB in 16 packages [2021-02-12T00:38:57.848Z] Removing intermediate container ea98414366cb [2021-02-12T00:38:57.848Z] ---> e3f050c896f6 [2021-02-12T00:38:57.848Z] Step 13/24 : WORKDIR / [2021-02-12T00:38:58.428Z] Removing intermediate container d24e307f49ca [2021-02-12T00:38:58.428Z] ---> a6ea4c982779 [2021-02-12T00:38:58.428Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:38:58.428Z] ---> Running in 5925dfec5267 [2021-02-12T00:38:58.698Z] ---> Running in 50dee376ad30 [2021-02-12T00:38:59.281Z] Removing intermediate container 5925dfec5267 [2021-02-12T00:38:59.281Z] ---> 237d267a6bcc [2021-02-12T00:38:59.281Z] 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-02-12T00:38:59.550Z] Removing intermediate container 51ab49596649 [2021-02-12T00:38:59.550Z] ---> 9bff3711e58b [2021-02-12T00:38:59.550Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:39:00.505Z] Removing intermediate container 209951f21ce6 [2021-02-12T00:39:00.505Z] ---> b78fca4781fa [2021-02-12T00:39:00.505Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:39:00.767Z] ---> Running in ec5cb0950226 [2021-02-12T00:39:01.379Z] ---> 172e15ab2a4e [2021-02-12T00:39:01.379Z] 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-02-12T00:39:01.379Z] ---> Running in 3230f1141fa6 [2021-02-12T00:39:01.379Z] Removing intermediate container ec5cb0950226 [2021-02-12T00:39:01.379Z] ---> 07ec06fba34d [2021-02-12T00:39:01.379Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:39:01.660Z] ---> Running in 93b9bc277a36 [2021-02-12T00:39:01.928Z] ---> a6d555fffacb [2021-02-12T00:39:01.928Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:01.928Z] Removing intermediate container 3230f1141fa6 [2021-02-12T00:39:01.928Z] ---> 72bc6ea8112f [2021-02-12T00:39:01.928Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:39:01.928Z] ---> Running in 501dd0d3ff80 [2021-02-12T00:39:02.198Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:39:02.198Z] Removing intermediate container 50dee376ad30 [2021-02-12T00:39:02.198Z] ---> 61399605b996 [2021-02-12T00:39:02.198Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:39:02.198Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:39:02.198Z] ---> aefe523efa57 [2021-02-12T00:39:02.198Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:39:02.198Z] Removing intermediate container 93b9bc277a36 [2021-02-12T00:39:02.198Z] ---> 0d2253c1ef73 [2021-02-12T00:39:02.198Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:39:02.198Z] ---> e81379965c88 [2021-02-12T00:39:02.198Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:39:02.466Z] ---> Running in 0350c53f96bd [2021-02-12T00:39:02.466Z] ---> Running in 18e2f212af67 [2021-02-12T00:39:02.466Z] ---> Running in 59b429115886 [2021-02-12T00:39:02.466Z] Removing intermediate container 501dd0d3ff80 [2021-02-12T00:39:02.466Z] ---> b63de3c239b5 [2021-02-12T00:39:02.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:39:02.746Z] ---> Running in f74edff6532d [2021-02-12T00:39:03.017Z] Removing intermediate container 18e2f212af67 [2021-02-12T00:39:03.017Z] ---> 81d12b1648cf [2021-02-12T00:39:03.017Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:39:03.017Z] Removing intermediate container 59b429115886 [2021-02-12T00:39:03.017Z] ---> 02bc20cdb9bf [2021-02-12T00:39:03.017Z] Step 15/23 : WORKDIR / [2021-02-12T00:39:03.017Z] ---> aecb6705710c [2021-02-12T00:39:03.017Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:39:03.017Z] ---> Running in bc9f796b440a [2021-02-12T00:39:03.291Z] Removing intermediate container f74edff6532d [2021-02-12T00:39:03.291Z] ---> 1c574af03fd5 [2021-02-12T00:39:03.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:39:03.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:03.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:03.557Z] ---> f92f4c85518f [2021-02-12T00:39:03.557Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:39:03.557Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:39:03.557Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:39:03.557Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:39:03.557Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:03.557Z] OK: 12 MiB in 22 packages [2021-02-12T00:39:03.557Z] ---> Running in 8f32ac9783de [2021-02-12T00:39:03.557Z] Removing intermediate container bc9f796b440a [2021-02-12T00:39:03.557Z] ---> 94860ea085eb [2021-02-12T00:39:03.557Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:39:04.133Z] ---> 8ec8bf95a0ba [2021-02-12T00:39:04.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:39:04.400Z] ---> 93f70898ac45 [2021-02-12T00:39:04.400Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:39:04.666Z] ---> ec38ebf8e209 [2021-02-12T00:39:04.666Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:39:04.666Z] ---> f02ae8e68046 [2021-02-12T00:39:04.666Z] 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-02-12T00:39:05.249Z] ---> Running in a16715b4dd0f [2021-02-12T00:39:05.825Z] ---> 9eada10b204b [2021-02-12T00:39:05.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:06.087Z] ---> 039c3fbf70b0 [2021-02-12T00:39:06.087Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:06.087Z] Removing intermediate container 0350c53f96bd [2021-02-12T00:39:06.087Z] ---> 24d2854a4af5 [2021-02-12T00:39:06.087Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:39:06.356Z] ---> e0f23a0ac49a [2021-02-12T00:39:06.356Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:39:06.356Z] ---> Running in 8206ebc91d0d [2021-02-12T00:39:06.356Z] ---> Running in 7e4fe7b6b36d [2021-02-12T00:39:06.356Z] ---> fb6ec14121ab [2021-02-12T00:39:06.356Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:39:06.626Z] Removing intermediate container 8206ebc91d0d [2021-02-12T00:39:06.626Z] ---> 27b8b858980a [2021-02-12T00:39:06.626Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:39:06.626Z] ---> Running in bb61f1e91de4 [2021-02-12T00:39:06.890Z] ---> Running in 89084498e7dc [2021-02-12T00:39:06.890Z] Removing intermediate container 8f32ac9783de [2021-02-12T00:39:06.890Z] ---> 51acd36b602c [2021-02-12T00:39:06.890Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:39:06.890Z] Removing intermediate container 7e4fe7b6b36d [2021-02-12T00:39:06.890Z] ---> db9ee2cc8549 [2021-02-12T00:39:06.890Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:39:07.153Z] Removing intermediate container bb61f1e91de4 [2021-02-12T00:39:07.153Z] ---> b5fdabc48783 [2021-02-12T00:39:07.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:39:07.153Z] ---> Running in 589ba5a45701 [2021-02-12T00:39:07.153Z] Removing intermediate container 89084498e7dc [2021-02-12T00:39:07.153Z] ---> 839c880d0687 [2021-02-12T00:39:07.153Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:39:07.421Z] Removing intermediate container a16715b4dd0f [2021-02-12T00:39:07.421Z] ---> 755bef025cd4 [2021-02-12T00:39:07.421Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:39:07.421Z] ---> Running in 832c99f640f0 [2021-02-12T00:39:07.421Z] ---> 64a337005176 [2021-02-12T00:39:07.421Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:39:07.421Z] ---> Running in fc8835321f00 [2021-02-12T00:39:07.421Z] ---> Running in 8f4a1f937694 [2021-02-12T00:39:07.421Z] Removing intermediate container 589ba5a45701 [2021-02-12T00:39:07.421Z] ---> ebb13bb1569d [2021-02-12T00:39:07.421Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:39:07.690Z] ---> Running in c1ff3ff8efbe [2021-02-12T00:39:07.690Z] Removing intermediate container 832c99f640f0 [2021-02-12T00:39:07.690Z] ---> 8e7a83639c1e [2021-02-12T00:39:07.690Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:39:07.955Z] ---> Running in 86ce8af120ab [2021-02-12T00:39:07.955Z] Removing intermediate container fc8835321f00 [2021-02-12T00:39:07.955Z] ---> 8e63a9732374 [2021-02-12T00:39:07.955Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:39:07.955Z] Removing intermediate container 8f4a1f937694 [2021-02-12T00:39:07.955Z] ---> d0d7283f7295 [2021-02-12T00:39:07.955Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T00:39:07.955Z] Removing intermediate container c1ff3ff8efbe [2021-02-12T00:39:07.955Z] ---> 3c8cf9701e1c [2021-02-12T00:39:07.955Z] Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:39:08.219Z] ---> c07ec3e15971 [2021-02-12T00:39:08.219Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:39:08.219Z] ---> Running in 077b3a1cb03d [2021-02-12T00:39:08.219Z] ---> Running in 0bf950ac7461 [2021-02-12T00:39:08.481Z] Removing intermediate container 86ce8af120ab [2021-02-12T00:39:08.481Z] ---> 866ee4bd86a0 [2021-02-12T00:39:08.481Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:39:08.481Z] ---> 7bf8bf5c8139 [2021-02-12T00:39:08.481Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:39:08.481Z] ---> Running in 5d422e48194c [2021-02-12T00:39:08.745Z] Removing intermediate container 077b3a1cb03d [2021-02-12T00:39:08.745Z] ---> fcfc0a7a6126 [2021-02-12T00:39:08.745Z] Step 23/24 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:39:08.745Z] Removing intermediate container 0bf950ac7461 [2021-02-12T00:39:08.745Z] ---> ebfdccedba0c [2021-02-12T00:39:08.745Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:39:08.745Z] ---> e35287d059c4 [2021-02-12T00:39:08.745Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:39:08.745Z] ---> Running in 50a12a309fa5 [2021-02-12T00:39:08.745Z] ---> Running in 7a84655e549a [2021-02-12T00:39:09.007Z] ---> 04b7c19514d3 [2021-02-12T00:39:09.007Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:39:09.007Z] Removing intermediate container 5d422e48194c [2021-02-12T00:39:09.007Z] ---> e68f7d79e911 [2021-02-12T00:39:09.007Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:39:09.272Z] ---> Running in 3d81cf4f6b51 [2021-02-12T00:39:09.272Z] ---> Running in e9c402f9dba1 [2021-02-12T00:39:09.272Z] Removing intermediate container 50a12a309fa5 [2021-02-12T00:39:09.272Z] ---> 033a81bfb643 [2021-02-12T00:39:09.272Z] [2021-02-12T00:39:09.534Z] ---> a750152c133a [2021-02-12T00:39:09.534Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:39:09.534Z] Removing intermediate container 7a84655e549a [2021-02-12T00:39:09.534Z] ---> 721bff81267a [2021-02-12T00:39:09.534Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:39:09.534Z] ---> Running in 2af5e8198f87 [2021-02-12T00:39:09.803Z] Successfully built 033a81bfb643 [2021-02-12T00:39:09.803Z] Removing intermediate container e9c402f9dba1 [2021-02-12T00:39:09.803Z] ---> e0d0d24a4821 [2021-02-12T00:39:09.803Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:39:09.803Z] Removing intermediate container 3d81cf4f6b51 [2021-02-12T00:39:09.803Z] ---> 6c60f32f35a8 [2021-02-12T00:39:09.803Z] [2021-02-12T00:39:09.803Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T00:39:09.803Z] Building docker-core-command-go [2021-02-12T00:39:09.803Z]  Building docker-support-notifications-go ... done  ---> 2a5b8cb92975 [2021-02-12T00:39:09.803Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:39:10.066Z] Removing intermediate container 2af5e8198f87 [2021-02-12T00:39:10.066Z] ---> 3b1e0a4df3c3 [2021-02-12T00:39:10.066Z] [2021-02-12T00:39:10.066Z] Successfully built 6c60f32f35a8 [2021-02-12T00:39:10.066Z] Successfully built 3b1e0a4df3c3 [2021-02-12T00:39:10.329Z] ---> Running in 5d228dad1e08 [2021-02-12T00:39:10.329Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T00:39:10.329Z] Building docker-core-data-go [2021-02-12T00:39:10.329Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T00:39:10.329Z] Building docker-security-proxy-setup-go [2021-02-12T00:39:10.329Z]  Building docker-security-secretstore-setup-go ... done  ---> 6adda3c69e18 [2021-02-12T00:39:10.329Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:39:10.592Z] ---> Running in 6c6d6110f3c3 [2021-02-12T00:39:13.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:13.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:13.962Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:39:13.962Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:39:13.962Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:39:13.962Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:39:13.962Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:39:13.962Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:39:13.962Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:39:24.031Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:39:24.031Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:39:24.031Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:39:24.031Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:39:24.031Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:39:24.031Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:39:24.031Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:39:24.031Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:39:24.031Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:39:24.031Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:39:24.031Z] Removing intermediate container 6c6d6110f3c3 [2021-02-12T00:39:24.031Z] ---> 9b40f7be039d [2021-02-12T00:39:24.031Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:39:24.031Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:39:24.031Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:39:24.031Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:39:24.293Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:39:24.293Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:39:24.293Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:39:24.293Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:39:24.870Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:39:25.140Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:39:25.419Z] ---> Running in 6b4deb57c9f8 [2021-02-12T00:39:25.689Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:39:25.689Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:39:25.689Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:39:25.689Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:39:25.689Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:39:25.689Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:39:25.689Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:39:31.053Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:31.319Z] OK: 71 MiB in 55 packages [2021-02-12T00:39:32.726Z] Removing intermediate container 6b4deb57c9f8 [2021-02-12T00:39:32.726Z] ---> cf253b4d8a3c [2021-02-12T00:39:32.726Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:39:33.700Z] ---> Running in 7430b81bf364 [2021-02-12T00:39:35.124Z] Removing intermediate container 7430b81bf364 [2021-02-12T00:39:35.124Z] ---> ab4a43f24354 [2021-02-12T00:39:35.124Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T00:39:36.554Z] ---> Running in db0dc9a05364 [2021-02-12T00:39:37.970Z] Removing intermediate container db0dc9a05364 [2021-02-12T00:39:37.970Z] ---> fd6d89a975c7 [2021-02-12T00:39:37.970Z] Step 29/30 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:39:38.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:38.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:38.236Z] ---> c55d734b276f [2021-02-12T00:39:38.236Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:39:38.236Z] ---> Using cache [2021-02-12T00:39:38.236Z] ---> 519419a630d4 [2021-02-12T00:39:38.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:38.236Z] ---> Using cache [2021-02-12T00:39:38.236Z] ---> 6be6791cd014 [2021-02-12T00:39:38.236Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:39:38.236Z] ---> Using cache [2021-02-12T00:39:38.236Z] ---> 2979907f6dc1 [2021-02-12T00:39:38.236Z] Step 6/23 : COPY go.mod . [2021-02-12T00:39:38.236Z] ---> Using cache [2021-02-12T00:39:38.236Z] ---> 2368c9c60b2a [2021-02-12T00:39:38.236Z] Step 7/23 : RUN go mod download [2021-02-12T00:39:38.236Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:38.236Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:38.237Z] ---> c55d734b276f [2021-02-12T00:39:38.237Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 519419a630d4 [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> b2a549f9c634 [2021-02-12T00:39:38.237Z] Step 8/23 : COPY . . [2021-02-12T00:39:38.237Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 6be6791cd014 [2021-02-12T00:39:38.237Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 2979907f6dc1 [2021-02-12T00:39:38.237Z] Step 6/21 : COPY go.mod . [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 2368c9c60b2a [2021-02-12T00:39:38.237Z] Step 7/21 : RUN go mod download [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> b2a549f9c634 [2021-02-12T00:39:38.237Z] Step 8/21 : COPY . . [2021-02-12T00:39:38.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:38.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:38.237Z] ---> c55d734b276f [2021-02-12T00:39:38.237Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 519419a630d4 [2021-02-12T00:39:38.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:38.237Z] ---> Using cache [2021-02-12T00:39:38.237Z] ---> 6be6791cd014 [2021-02-12T00:39:38.237Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:39:38.499Z] ---> Using cache [2021-02-12T00:39:38.499Z] ---> 06351508e66e [2021-02-12T00:39:38.499Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:39:38.499Z] ---> Using cache [2021-02-12T00:39:38.499Z] ---> 06351508e66e [2021-02-12T00:39:38.499Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:39:40.421Z] ---> Running in 51365b51c7da [2021-02-12T00:39:40.947Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:39:40.996Z] ---> Running in d30c10fbce5d [2021-02-12T00:39:40.996Z] ---> Running in d43c6c2af591 [2021-02-12T00:39:40.996Z] ---> Running in 7fc9453d5981 [2021-02-12T00:39:41.570Z] Removing intermediate container 51365b51c7da [2021-02-12T00:39:41.570Z] ---> a36ea1af623f [2021-02-12T00:39:41.570Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:39:42.970Z] ---> Running in b71928174e97 [2021-02-12T00:39:43.939Z] Removing intermediate container b71928174e97 [2021-02-12T00:39:43.939Z] ---> 77d345fa0962 [2021-02-12T00:39:43.939Z] [2021-02-12T00:39:43.939Z] 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-02-12T00:39:43.939Z] 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-02-12T00:39:43.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:43.939Z] Successfully built 77d345fa0962 [2021-02-12T00:39:44.209Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T00:39:44.209Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-12T00:39:44.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:45.079Z] OK: 233 MiB in 51 packages [2021-02-12T00:39:50.784Z] Removing intermediate container 5d228dad1e08 [2021-02-12T00:39:50.784Z] ---> 1d1a1dd396d2 [2021-02-12T00:39:50.784Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:39:53.385Z] Removing intermediate container d43c6c2af591 [2021-02-12T00:39:53.385Z] ---> b675789af83c [2021-02-12T00:39:53.385Z] Step 6/23 : COPY go.mod . [2021-02-12T00:39:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:39:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:39:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:39:53.658Z] ---> Running in c8b783732638 [2021-02-12T00:39:54.243Z] ---> 3cd92e668ac3 [2021-02-12T00:39:54.243Z] Step 7/23 : RUN go mod download [2021-02-12T00:39:55.206Z] ---> Running in 36711080f75c [2021-02-12T00:39:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:39:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:39:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:39:58.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:39:59.550Z] Removing intermediate container 36711080f75c [2021-02-12T00:39:59.550Z] ---> 33399fd17743 [2021-02-12T00:39:59.550Z] Step 8/23 : COPY . . [2021-02-12T00:40:00.983Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:40:02.156Z] Collecting docker-compose==1.23.2 [2021-02-12T00:40:02.156Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:40:02.429Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:40:03.579Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:40:03.579Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:40:05.535Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:40:05.535Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:40:06.531Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:40:06.531Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:40:07.111Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:40:07.111Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:40:08.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:40:08.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:40:08.069Z] ---> c55d734b276f [2021-02-12T00:40:08.069Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> 519419a630d4 [2021-02-12T00:40:08.344Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> 6be6791cd014 [2021-02-12T00:40:08.344Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> 2979907f6dc1 [2021-02-12T00:40:08.344Z] Step 6/22 : COPY go.mod . [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> 2368c9c60b2a [2021-02-12T00:40:08.344Z] Step 7/22 : RUN go mod download [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> b2a549f9c634 [2021-02-12T00:40:08.344Z] Step 8/22 : COPY . . [2021-02-12T00:40:08.344Z] ---> Using cache [2021-02-12T00:40:08.344Z] ---> 06351508e66e [2021-02-12T00:40:08.344Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:40:10.738Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:40:10.738Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:40:10.738Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:40:10.905Z] ---> Running in 30de1c05f900 [2021-02-12T00:40:10.906Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:40:10.906Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:40:10.906Z] 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-02-12T00:40:10.906Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:40:10.906Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:40:11.500Z] 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-02-12T00:40:11.775Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:40:11.775Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:40:15.138Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:40:15.138Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:40:16.132Z] 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-02-12T00:40:16.729Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:40:16.729Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:40:18.714Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:40:18.714Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:40:19.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.372s coverage: 45.9% of statements [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:40:19.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:40:19.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-02-12T00:40:19.305Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:40:19.305Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:40:19.603Z] 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-02-12T00:40:19.603Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:40:19.603Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:40:19.603Z] 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-02-12T00:40:19.603Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:40:19.603Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:40:19.603Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:40:19.603Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:40:19.890Z] Installing collected packages: jsonschema, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docopt, PyYAML, texttable, docker-compose [2021-02-12T00:40:22.533Z] Attempting uninstall: urllib3 [2021-02-12T00:40:22.533Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:40:22.533Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:40:22.801Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:40:24.768Z] Attempting uninstall: idna [2021-02-12T00:40:24.769Z] Found existing installation: idna 2.9 [2021-02-12T00:40:24.769Z] Uninstalling idna-2.9: [2021-02-12T00:40:25.722Z] Successfully uninstalled idna-2.9 [2021-02-12T00:40:26.698Z] Attempting uninstall: requests [2021-02-12T00:40:26.698Z] Found existing installation: requests 2.23.0 [2021-02-12T00:40:26.698Z] Uninstalling requests-2.23.0: [2021-02-12T00:40:26.698Z] Removing intermediate container d30c10fbce5d [2021-02-12T00:40:26.698Z] ---> 41ec03b6b63b [2021-02-12T00:40:26.698Z] [2021-02-12T00:40:26.698Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:40:26.698Z] ---> 389fef711851 [2021-02-12T00:40:26.698Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:40:26.698Z] ---> Using cache [2021-02-12T00:40:26.698Z] ---> 9bff3711e58b [2021-02-12T00:40:26.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:40:26.698Z] ---> Using cache [2021-02-12T00:40:26.698Z] ---> 07ec06fba34d [2021-02-12T00:40:26.698Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:40:26.698Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:40:28.479Z] Removing intermediate container 7fc9453d5981 [2021-02-12T00:40:28.479Z] ---> a5798d575fd1 [2021-02-12T00:40:28.479Z] [2021-02-12T00:40:28.479Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:40:28.479Z] ---> 389fef711851 [2021-02-12T00:40:28.479Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:40:28.479Z] ---> Running in 18505aabdfb1 [2021-02-12T00:40:28.479Z] ---> Running in cc7cfe99d94c [2021-02-12T00:40:28.479Z] ---> 06ffe950a3b3 [2021-02-12T00:40:28.479Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:40:28.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:40:28.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:40:28.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:40:28.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.275s coverage: 65.8% of statements [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:40:28.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:40:29.065Z] Running setup.py install for dockerpty: started [2021-02-12T00:40:29.065Z] Removing intermediate container 18505aabdfb1 [2021-02-12T00:40:29.065Z] ---> 35f269ed6c0a [2021-02-12T00:40:29.065Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:40:29.345Z] ---> Running in 01c45650f419 [2021-02-12T00:40:29.345Z] ---> Running in 7ffdf068cf7e [2021-02-12T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.779s coverage: 82.3% of statements [2021-02-12T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:40:29.663Z] Removing intermediate container 7ffdf068cf7e [2021-02-12T00:40:29.663Z] ---> 4bd560ccb4c2 [2021-02-12T00:40:29.663Z] Step 15/23 : WORKDIR / [2021-02-12T00:40:29.936Z] ---> Running in 448c9073f67f [2021-02-12T00:40:29.936Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:40:29.936Z] Running setup.py install for docopt: started [2021-02-12T00:40:30.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:30.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:30.206Z] Removing intermediate container 448c9073f67f [2021-02-12T00:40:30.206Z] ---> 2b961195842c [2021-02-12T00:40:30.206Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:40:30.206Z] 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-02-12T00:40:30.473Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:40:30.473Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:40:30.473Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:40:30.473Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:40:30.473Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:30.473Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:40:30.739Z] OK: 7 MiB in 18 packages [2021-02-12T00:40:30.739Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:40:30.739Z] Running setup.py install for PyYAML: started [2021-02-12T00:40:32.166Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:40:32.166Z] Running setup.py install for texttable: started [2021-02-12T00:40:32.166Z] ---> 901cd60c039f [2021-02-12T00:40:32.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:40:32.453Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:40:33.426Z] Removing intermediate container cc7cfe99d94c [2021-02-12T00:40:33.426Z] ---> 363e3c0b0136 [2021-02-12T00:40:33.426Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:40:33.426Z] 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-02-12T00:40:33.694Z] ---> f33fe3903df7 [2021-02-12T00:40:33.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:33.694Z] ---> Running in d52ef49b3995 [2021-02-12T00:40:35.637Z] Removing intermediate container d52ef49b3995 [2021-02-12T00:40:35.637Z] ---> b534ea20f41c [2021-02-12T00:40:35.637Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:40:35.637Z] ---> 13c3a4578b1b [2021-02-12T00:40:35.637Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:40:35.637Z] ---> Running in 4e33a700a863 [2021-02-12T00:40:35.905Z] ---> Running in 6b4a2314546b [2021-02-12T00:40:37.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.349s coverage: 28.6% of statements [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:40:37.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:40:37.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.160s coverage: 100.0% of statements [2021-02-12T00:40:37.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:40:37.859Z] Removing intermediate container 4e33a700a863 [2021-02-12T00:40:37.859Z] ---> a0d9847d0b03 [2021-02-12T00:40:37.859Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:40:37.859Z] Removing intermediate container 6b4a2314546b [2021-02-12T00:40:37.859Z] ---> dd10ca971300 [2021-02-12T00:40:37.859Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:37.859Z] Removing intermediate container c8b783732638 [2021-02-12T00:40:37.859Z] ---> Running in b32e4d6ad73a [2021-02-12T00:40:37.859Z] ---> 4af6af6e9850 [2021-02-12T00:40:37.859Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:40:38.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements [2021-02-12T00:40:38.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:40:38.141Z] ---> Running in 46896a03b876 [2021-02-12T00:40:40.092Z] ---> db839c13ccad [2021-02-12T00:40:40.092Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:40:40.092Z] Removing intermediate container b32e4d6ad73a [2021-02-12T00:40:40.092Z] ---> 5d8204fb440d [2021-02-12T00:40:40.092Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:40:40.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-02-12T00:40:40.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:40:40.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-02-12T00:40:40.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:40:40.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:40:40.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:40:40.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:40:40.379Z] ---> Running in 9d36728d0816 [2021-02-12T00:40:40.669Z] Removing intermediate container 30de1c05f900 [2021-02-12T00:40:40.669Z] ---> be50c58af820 [2021-02-12T00:40:40.669Z] [2021-02-12T00:40:40.669Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:40:40.669Z] ---> 389fef711851 [2021-02-12T00:40:40.669Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:40:40.669Z] ---> Using cache [2021-02-12T00:40:40.669Z] ---> 9bff3711e58b [2021-02-12T00:40:40.669Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:40:40.669Z] ---> Using cache [2021-02-12T00:40:40.669Z] ---> 07ec06fba34d [2021-02-12T00:40:40.669Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:40:40.945Z] ---> Running in b4bd2654984a [2021-02-12T00:40:40.945Z] ---> eeac350af245 [2021-02-12T00:40:40.945Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:40:40.945Z] Removing intermediate container 9d36728d0816 [2021-02-12T00:40:40.945Z] ---> 926b910c97c3 [2021-02-12T00:40:40.945Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:40:41.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:41.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:41.223Z] ---> Running in ec1b7684ee25 [2021-02-12T00:40:41.223Z] Removing intermediate container b4bd2654984a [2021-02-12T00:40:41.223Z] ---> 29d0c1dd402b [2021-02-12T00:40:41.223Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:40:41.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:40:41.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:40:41.503Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:40:41.503Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:41.503Z] ---> Running in ef74f9a61849 [2021-02-12T00:40:41.503Z] OK: 72 MiB in 58 packages [2021-02-12T00:40:42.465Z] Removing intermediate container ec1b7684ee25 [2021-02-12T00:40:42.465Z] ---> 085b5931edb6 [2021-02-12T00:40:42.465Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:40:42.737Z] ---> b5211d230cd4 [2021-02-12T00:40:42.737Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:40:42.737Z] Removing intermediate container ef74f9a61849 [2021-02-12T00:40:42.737Z] ---> 86bc4e87c37d [2021-02-12T00:40:42.737Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:40:43.010Z] ---> Running in adbef1322f1b [2021-02-12T00:40:43.010Z] ---> Running in e324b8b69003 [2021-02-12T00:40:43.290Z] Removing intermediate container 46896a03b876 [2021-02-12T00:40:43.290Z] ---> 6f23afd94b97 [2021-02-12T00:40:43.290Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:40:43.560Z] ---> ce4a8772ff9e [2021-02-12T00:40:43.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:40:43.560Z] Removing intermediate container adbef1322f1b [2021-02-12T00:40:43.560Z] ---> 47dd1ff6ef60 [2021-02-12T00:40:43.560Z] [2021-02-12T00:40:43.560Z] Removing intermediate container e324b8b69003 [2021-02-12T00:40:43.560Z] ---> e13d5d178632 [2021-02-12T00:40:43.560Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:40:43.560Z] ---> Running in 4f1af93b51fd [2021-02-12T00:40:44.513Z] Successfully built 47dd1ff6ef60 [2021-02-12T00:40:44.513Z] ---> Running in 4fa0f8c882cb [2021-02-12T00:40:44.513Z] Successfully tagged docker-core-command-go:latest [2021-02-12T00:40:44.795Z]  Building docker-core-command-go ... done  ---> b665cbe25de5 [2021-02-12T00:40:44.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:44.795Z] Removing intermediate container 4f1af93b51fd [2021-02-12T00:40:44.795Z] ---> 9a85c50cc0d8 [2021-02-12T00:40:44.795Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:45.061Z] Removing intermediate container 4fa0f8c882cb [2021-02-12T00:40:45.061Z] ---> 017fdef5066e [2021-02-12T00:40:45.061Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T00:40:45.061Z] ---> Running in 597e62fb854f [2021-02-12T00:40:45.327Z] ---> Running in b5af97d4274b [2021-02-12T00:40:45.327Z] ---> 0438b53a6af3 [2021-02-12T00:40:45.327Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:40:45.601Z] ---> Running in 75ddfcd56351 [2021-02-12T00:40:45.601Z] Removing intermediate container 597e62fb854f [2021-02-12T00:40:45.601Z] ---> 31391589afa3 [2021-02-12T00:40:45.601Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T00:40:45.601Z] Removing intermediate container b5af97d4274b [2021-02-12T00:40:45.601Z] ---> 2e6585385072 [2021-02-12T00:40:45.601Z] Step 20/21 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:40:45.601Z] ---> Running in 7e90c5d23064 [2021-02-12T00:40:45.874Z] ---> Running in 7fec6ec494e8 [2021-02-12T00:40:45.874Z] Removing intermediate container 75ddfcd56351 [2021-02-12T00:40:45.874Z] ---> ea4bf7929c5f [2021-02-12T00:40:45.874Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:45.874Z] ---> Running in 85c3a3c465a0 [2021-02-12T00:40:46.143Z] Removing intermediate container 7e90c5d23064 [2021-02-12T00:40:46.143Z] ---> 0fc60cd20aaf [2021-02-12T00:40:46.143Z] Step 25/26 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:40:46.143Z] Removing intermediate container 7fec6ec494e8 [2021-02-12T00:40:46.143Z] ---> c8a3d4f5ef90 [2021-02-12T00:40:46.143Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:40:46.143Z] ---> Running in 5410d499195c [2021-02-12T00:40:46.722Z] ---> Running in 91c92a27b724 [2021-02-12T00:40:46.722Z] Removing intermediate container 85c3a3c465a0 [2021-02-12T00:40:46.722Z] ---> ff40ed9abb3d [2021-02-12T00:40:46.722Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:40:46.722Z] Removing intermediate container 5410d499195c [2021-02-12T00:40:46.722Z] ---> 002a2f3f88d3 [2021-02-12T00:40:46.722Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:40:46.722Z] ---> Running in e2a46db264b7 [2021-02-12T00:40:47.306Z] ---> Running in dbee6e0aa04d [2021-02-12T00:40:47.306Z] Removing intermediate container 91c92a27b724 [2021-02-12T00:40:47.306Z] ---> 072142ab0236 [2021-02-12T00:40:47.306Z] [2021-02-12T00:40:48.703Z] Successfully built 072142ab0236 [2021-02-12T00:40:48.703Z] Removing intermediate container e2a46db264b7 [2021-02-12T00:40:48.703Z] ---> f215e37d40a6 [2021-02-12T00:40:48.703Z] Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:40:48.703Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T00:40:49.670Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dbee6e0aa04d [2021-02-12T00:40:49.670Z] ---> 4b05908c44c5 [2021-02-12T00:40:49.670Z] [2021-02-12T00:40:49.670Z] ---> Running in e8adae21f252 [2021-02-12T00:40:49.932Z] Successfully built 4b05908c44c5 [2021-02-12T00:40:49.932Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T00:40:49.932Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e8adae21f252 [2021-02-12T00:40:49.932Z] ---> 4214a3b7f5ee [2021-02-12T00:40:49.932Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:40:49.932Z] ---> Running in f828fe73f539 [2021-02-12T00:40:50.198Z] Removing intermediate container f828fe73f539 [2021-02-12T00:40:50.198Z] ---> ef1118c93fe7 [2021-02-12T00:40:50.198Z] [2021-02-12T00:40:50.198Z] Successfully built ef1118c93fe7 [2021-02-12T00:40:50.463Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.385s coverage: 92.8% of statements [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.273s coverage: 0.1% of statements [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:40:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-02-12T00:40:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-02-12T00:40:53.021Z]  Building docker-support-scheduler-go ... done Removing intermediate container 01c45650f419 [2021-02-12T00:40:53.021Z] ---> c25cc5f9c54b [2021-02-12T00:40:53.021Z] [2021-02-12T00:40:53.021Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:40:53.021Z] ---> 389fef711851 [2021-02-12T00:40:53.021Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:40:53.021Z] ---> Running in 4dc74942f857 [2021-02-12T00:40:53.021Z] Removing intermediate container 4dc74942f857 [2021-02-12T00:40:53.021Z] ---> cbe955767b9a [2021-02-12T00:40:53.021Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:40:53.021Z] ---> Running in aed17e281d52 [2021-02-12T00:40:53.021Z] Removing intermediate container aed17e281d52 [2021-02-12T00:40:53.021Z] ---> 33798fc5fcbc [2021-02-12T00:40:53.021Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:40:53.021Z] ---> Running in 9f5913b28af4 [2021-02-12T00:40:53.287Z] Removing intermediate container 9f5913b28af4 [2021-02-12T00:40:53.287Z] ---> b56452417385 [2021-02-12T00:40:53.287Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:40:53.287Z] ---> Running in f5e58ad44b10 [2021-02-12T00:40:54.265Z] Removing intermediate container f5e58ad44b10 [2021-02-12T00:40:54.265Z] ---> cd35ab016a22 [2021-02-12T00:40:54.265Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:40:54.528Z] ---> Running in 18564723cac5 [2021-02-12T00:40:54.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:55.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:56.808Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:40:56.808Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:40:56.808Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:40:56.808Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:40:57.093Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:40:57.357Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:40:57.357Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:57.357Z] OK: 8 MiB in 20 packages [2021-02-12T00:40:57.930Z] Removing intermediate container 18564723cac5 [2021-02-12T00:40:57.930Z] ---> a38e5e7ac807 [2021-02-12T00:40:57.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:40:58.192Z] ---> 7b1d11eff38c [2021-02-12T00:40:58.192Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:40:58.766Z] ---> 09b64b9502b6 [2021-02-12T00:40:58.766Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:59.028Z] ---> 8aa100854824 [2021-02-12T00:40:59.028Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:40:59.028Z] ---> Running in c76055e8db89 [2021-02-12T00:40:59.028Z] Removing intermediate container c76055e8db89 [2021-02-12T00:40:59.028Z] ---> 068da9d493ba [2021-02-12T00:40:59.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:59.291Z] ---> Running in 0fa0b61d0ad3 [2021-02-12T00:40:59.291Z] Removing intermediate container 0fa0b61d0ad3 [2021-02-12T00:40:59.291Z] ---> d473a7718df2 [2021-02-12T00:40:59.291Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:40:59.291Z] ---> Running in bdba3920b69f [2021-02-12T00:40:59.555Z] Removing intermediate container bdba3920b69f [2021-02-12T00:40:59.555Z] ---> 5b3169cb0cde [2021-02-12T00:40:59.555Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:40:59.555Z] ---> Running in 64b81755641f [2021-02-12T00:40:59.818Z] Removing intermediate container 64b81755641f [2021-02-12T00:40:59.818Z] ---> 9b9934d5d11a [2021-02-12T00:40:59.818Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:40:59.818Z] ---> Running in 1872f986e714 [2021-02-12T00:41:00.080Z] Removing intermediate container 1872f986e714 [2021-02-12T00:41:00.080Z] ---> ffa3b7fba41e [2021-02-12T00:41:00.080Z] [2021-02-12T00:41:00.080Z] Successfully built ffa3b7fba41e [2021-02-12T00:41:00.080Z] Successfully tagged docker-core-data-go:latest [2021-02-12T00:41:00.352Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T00:41:00.357Z] $ docker stop --time=1 f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 [2021-02-12T00:41:02.001Z] $ docker rm -f f80d04307dcf6d5109cb7ec12486facec1d1172dd8869454040391ee3f339c40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:41:02.562Z] + docker images [2021-02-12T00:41:02.562Z] + grep docker [2021-02-12T00:41:02.830Z] docker-core-data-go latest ffa3b7fba41e 3 seconds ago 22.3MB [2021-02-12T00:41:02.830Z] docker-support-scheduler-go latest ef1118c93fe7 13 seconds ago 17MB [2021-02-12T00:41:02.830Z] docker-sys-mgmt-agent-go latest 4b05908c44c5 14 seconds ago 313MB [2021-02-12T00:41:02.830Z] docker-security-proxy-setup-go latest 072142ab0236 16 seconds ago 24.4MB [2021-02-12T00:41:02.830Z] docker-core-command-go latest 47dd1ff6ef60 19 seconds ago 16.9MB [2021-02-12T00:41:02.830Z] docker-security-bootstrapper-go latest 77d345fa0962 About a minute ago 18MB [2021-02-12T00:41:02.830Z] docker-security-secretstore-setup-go latest 3b1e0a4df3c3 About a minute ago 24.6MB [2021-02-12T00:41:02.830Z] docker-core-metadata-go latest 6c60f32f35a8 About a minute ago 18.8MB [2021-02-12T00:41:02.830Z] docker-support-notifications-go latest 033a81bfb643 About a minute ago 17.6MB [2021-02-12T00:41:02.830Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [2021-02-12T00:41:02.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-02-12T00:41:02.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [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-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.151s coverage: 92.9% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.2% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.633s coverage: 63.5% of statements [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:41:18.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-12T00:41:18.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-02-12T00:41:18.568Z] Still waiting to schedule task [2021-02-12T00:41:18.568Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26183’ [2021-02-12T00:41:22.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.815s coverage: 68.9% of statements [2021-02-12T00:41:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:41:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:41:23.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements [2021-02-12T00:41:23.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:41:23.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:41:23.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.852s coverage: 84.0% of statements [2021-02-12T00:41:23.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-02-12T00:41:34.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.469s coverage: 47.0% of statements [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:41:34.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:41:34.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:41:34.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.380s coverage: 89.4% of statements [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:41:34.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.783s coverage: 29.1% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.154s coverage: 100.0% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:41:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-02-12T00:41:42.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-02-12T00:41:44.997Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-02-12T00:41:45.593Z] GO111MODULE=on go vet ./... [2021-02-12T00:43:07.445Z] gofmt -l . [2021-02-12T00:43:07.445Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:43:08.874Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:43:09.472Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:43:11.562Z] + ls -al . [2021-02-12T00:43:11.562Z] total 728 [2021-02-12T00:43:11.562Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 00:43 . [2021-02-12T00:43:11.562Z] drwxr-xr-x 4 root root 4096 Feb 12 00:38 .. [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore [2021-02-12T00:43:11.562Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git [2021-02-12T00:43:11.562Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:33 VERSION [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md [2021-02-12T00:43:11.562Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin [2021-02-12T00:43:11.562Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd [2021-02-12T00:43:11.562Z] -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out [2021-02-12T00:43:11.562Z] -rw-r--r-- 1 root root 1054 Feb 12 00:43 go.mod [2021-02-12T00:43:11.562Z] -rw-r--r-- 1 root root 19290 Feb 12 00:43 go.sum [2021-02-12T00:43:11.562Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal [2021-02-12T00:43:11.562Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi [2021-02-12T00:43:11.562Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap [2021-02-12T00:43:11.562Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh [2021-02-12T00:43:12.216Z] + '[' -e coverage.out ] [2021-02-12T00:43:12.216Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:43:12.287Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T00:43:13.369Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:43:14.022Z] + make build [2021-02-12T00:43:14.022Z] 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-02-12T00:43:20.285Z] Running on prd-ubuntu18.04-docker-8c-8g-26185 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-12T00:43:20.365Z] Running in /w/workspace/edgex-go/62 [Pipeline] { [Pipeline] checkout [2021-02-12T00:43:22.409Z] using credential edgex-jenkins-ssh [2021-02-12T00:43:22.459Z] Cloning the remote Git repository [2021-02-12T00:43:22.434Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:43:22.502Z] > git init /w/workspace/edgex-go/62 # timeout=10 [2021-02-12T00:43:22.531Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:43:22.532Z] > git --version # timeout=10 [2021-02-12T00:43:22.543Z] > git --version # 'git version 2.17.1' [2021-02-12T00:43:22.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:43:22.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:43:26.427Z] 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-02-12T00:43:41.655Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-12T00:43:41.936Z] Merge succeeded, producing d236932ba11318acaf35b64d5fdaaa7f7b483606 [2021-02-12T00:43:41.936Z] Checking out Revision d236932ba11318acaf35b64d5fdaaa7f7b483606 (PR-2858) [2021-02-12T00:43:40.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:43:40.996Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:43:41.006Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:43:41.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:43:41.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:43:41.023Z] > 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-02-12T00:43:41.658Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:43:41.663Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-12T00:43:41.737Z] > git remote # timeout=10 [2021-02-12T00:43:41.743Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:43:41.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:43:41.754Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:43:41.925Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:43:41.935Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:43:41.942Z] > git checkout -f d236932ba11318acaf35b64d5fdaaa7f7b483606 # timeout=10 [2021-02-12T00:43:45.734Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:43:45.743Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:43:45.734Z] > git rev-list --no-walk b933dfdc39a383d59ed037cea67bd74704804290 # timeout=10 [2021-02-12T00:43:46.725Z] + echo snap-build.sh [2021-02-12T00:43:46.725Z] snap-build.sh [2021-02-12T00:43:46.725Z] + SNAP_BASE_DIR=. [2021-02-12T00:43:46.725Z] + '[' '!' -z /w/workspace/edgex-go/62 ']' [2021-02-12T00:43:46.725Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/62 [2021-02-12T00:43:46.725Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/62]' [2021-02-12T00:43:46.725Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/62] [2021-02-12T00:43:46.725Z] + cd /w/workspace/edgex-go/62 [2021-02-12T00:43:46.725Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T00:43:46.725Z] Reading package lists... [2021-02-12T00:43:46.725Z] Building dependency tree... [2021-02-12T00:43:46.725Z] Reading state information... [2021-02-12T00:43:46.993Z] The following packages were automatically installed and are no longer required: [2021-02-12T00:43:46.993Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T00:43:46.993Z] uidmap xdelta3 [2021-02-12T00:43:46.993Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T00:43:46.993Z] The following packages will be REMOVED: [2021-02-12T00:43:46.993Z] lxd* lxd-client* [2021-02-12T00:43:47.253Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T00:43:47.253Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T00:43:49.246Z] (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-02-12T00:43:49.246Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:50.198Z] Removing lxd dnsmasq configuration [2021-02-12T00:43:50.198Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:50.198Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T00:43:51.155Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T00:43:51.418Z] (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-02-12T00:43:51.418Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:52.814Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T00:43:52.814Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T00:43:53.269Z] 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-02-12T00:43:54.201Z] + sudo snap remove --purge lxd [2021-02-12T00:43:54.243Z] 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-02-12T00:43:54.464Z] snap "lxd" is not installed [2021-02-12T00:43:54.464Z] + sudo groupadd --force --system lxd [2021-02-12T00:43:54.464Z] ++ whoami [2021-02-12T00:43:54.464Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T00:43:54.464Z] + newgrp - lxd [2021-02-12T00:43:54.464Z] + sudo snap install lxd [2021-02-12T00:44:00.976Z] 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-02-12T00:44:01.950Z] 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-02-12T00:44:02.632Z] 2021-02-12T00:44:00Z INFO Waiting for automatic snapd restart... [2021-02-12T00:44:07.325Z] 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-02-12T00:44:12.752Z] 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-02-12T00:44:18.165Z] 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-02-12T00:44:20.763Z] lxd 4.11 from Canonical* installed [2021-02-12T00:44:20.763Z] + sudo lxd init --auto [2021-02-12T00:44:24.876Z] 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-02-12T00:44:27.359Z] + sudo snap install --classic snapcraft [2021-02-12T00:44:28.289Z] 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-02-12T00:44:32.600Z] 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-02-12T00:44:33.951Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:44:33.951Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T00:44:33.951Z] + patch --verbose -p1 [2021-02-12T00:44:33.951Z] Hmm... Looks like a unified diff to me... [2021-02-12T00:44:33.951Z] The text leading up to this was: [2021-02-12T00:44:33.951Z] -------------------------- [2021-02-12T00:44:33.951Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T00:44:33.951Z] |From: Tony Espy [2021-02-12T00:44:33.951Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T00:44:33.951Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T00:44:33.951Z] | [2021-02-12T00:44:33.951Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T00:44:33.951Z] |optimize the snap CI check run for pull requests. When [2021-02-12T00:44:33.951Z] |applied, it essentially strips out everything (apps and [2021-02-12T00:44:33.951Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T00:44:33.951Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T00:44:33.951Z] |catch changes to edgex-go that break the snap build. [2021-02-12T00:44:33.951Z] | [2021-02-12T00:44:33.951Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T00:44:33.951Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T00:44:33.951Z] |resulting in a failed snap build CI check in the associated [2021-02-12T00:44:33.951Z] |pull request. [2021-02-12T00:44:33.951Z] | [2021-02-12T00:44:33.951Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T00:44:33.951Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T00:44:33.951Z] |need to build the finally binary .snap file (and it won't [2021-02-12T00:44:33.951Z] |work with the patch applied). This further reduces the build [2021-02-12T00:44:33.951Z] |time. [2021-02-12T00:44:33.951Z] |--- [2021-02-12T00:44:33.951Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T00:44:33.951Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T00:44:33.951Z] | [2021-02-12T00:44:33.951Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T00:44:33.951Z] |index 1e537489..faf42425 100644 [2021-02-12T00:44:33.951Z] |--- a/snap/snapcraft.yaml [2021-02-12T00:44:33.951Z] |+++ b/snap/snapcraft.yaml [2021-02-12T00:44:33.951Z] -------------------------- [2021-02-12T00:44:33.951Z] patching file snap/snapcraft.yaml [2021-02-12T00:44:33.951Z] Using Plan A... [2021-02-12T00:44:33.951Z] Hunk #1 succeeded at 73. [2021-02-12T00:44:33.951Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T00:44:33.951Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T00:44:33.951Z] Hunk #4 FAILED at 222. [2021-02-12T00:44:33.951Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-12T00:44:33.951Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-12T00:44:33.951Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-12T00:44:33.951Z] Hunk #8 FAILED at 411. [2021-02-12T00:44:33.951Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-12T00:44:33.951Z] Hmm... Ignoring the trailing garbage. [2021-02-12T00:44:33.952Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T00:44:34.694Z] Failed in branch amd64 [Pipeline] } [2021-02-12T00:44:39.313Z] $ docker stop --time=1 d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f [2021-02-12T00:44:41.947Z] $ docker rm -f d611379a4c6a0e03fb132fa21205bacdb69653d5c5ace64ee6d7163e375ea54f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:43.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:43.980Z] [2021-02-12T00:44:43.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:44.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:44.373Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T00:44:44.373Z] 29e5d40040c1: Pulling fs layer [2021-02-12T00:44:44.373Z] 1ce36da41761: Pulling fs layer [2021-02-12T00:44:44.373Z] 25b303627fd3: Pulling fs layer [2021-02-12T00:44:45.354Z] 29e5d40040c1: Verifying Checksum [2021-02-12T00:44:45.354Z] 29e5d40040c1: Download complete [2021-02-12T00:44:45.639Z] 1ce36da41761: Verifying Checksum [2021-02-12T00:44:45.639Z] 1ce36da41761: Download complete [2021-02-12T00:44:45.914Z] 29e5d40040c1: Pull complete [2021-02-12T00:44:47.347Z] 1ce36da41761: Pull complete [2021-02-12T00:44:47.946Z] 25b303627fd3: Verifying Checksum [2021-02-12T00:44:47.946Z] 25b303627fd3: Download complete [2021-02-12T00:44:58.116Z] 25b303627fd3: Pull complete [2021-02-12T00:44:58.116Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T00:44:58.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:58.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T00:44:58.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container [2021-02-12T00:44:58.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-02-12T00:45:01.539Z] $ docker top fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:45:02.656Z] + + grepdocker-compose parallel build [2021-02-12T00:45:02.656Z] --help [2021-02-12T00:45:06.950Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:45:06.965Z] $ docker stop --time=1 fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e [2021-02-12T00:45:09.054Z] $ docker rm -f fd01ddb8cbdb185e40583f06b1187c3cc7718889c71ace5200cea3f82698df0e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:45:09.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:45:09.912Z] . [Pipeline] withDockerContainer [2021-02-12T00:45:10.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-26182 does not seem to be running inside a container [2021-02-12T00:45:10.309Z] $ 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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@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-arm64:latest cat [2021-02-12T00:45:11.984Z] $ docker top 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:45:13.066Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:45:19.805Z] Building docker-core-command-go ... [2021-02-12T00:45:19.805Z] Building docker-core-data-go ... [2021-02-12T00:45:19.805Z] Building docker-core-metadata-go ... [2021-02-12T00:45:19.805Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:45:19.805Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:45:19.805Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:45:19.805Z] Building docker-support-notifications-go ... [2021-02-12T00:45:19.805Z] Building docker-support-scheduler-go ... [2021-02-12T00:45:19.805Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:45:19.805Z] Building docker-security-secretstore-setup-go [2021-02-12T00:45:19.805Z] Building docker-support-scheduler-go [2021-02-12T00:45:19.805Z] Building docker-security-proxy-setup-go [2021-02-12T00:45:19.805Z] Building docker-security-bootstrapper-go [2021-02-12T00:45:19.805Z] Building docker-core-command-go [2021-02-12T00:46:41.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:41.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:41.577Z] ---> fc3e07395c37 [2021-02-12T00:46:41.577Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:46:41.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:41.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:41.577Z] ---> fc3e07395c37 [2021-02-12T00:46:41.577Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:46:41.577Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:41.577Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:41.577Z] ---> fc3e07395c37 [2021-02-12T00:46:41.577Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:46:41.577Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:41.577Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:41.577Z] ---> fc3e07395c37 [2021-02-12T00:46:41.577Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:46:41.577Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:41.577Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:41.578Z] ---> fc3e07395c37 [2021-02-12T00:46:41.578Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:46:41.578Z] ---> Running in f199d6718964 [2021-02-12T00:46:41.578Z] ---> Running in 31e06c303e7a [2021-02-12T00:46:41.578Z] ---> Running in ef345983d650 [2021-02-12T00:46:41.578Z] ---> Running in 6ab9b000a695 [2021-02-12T00:46:41.578Z] ---> Running in 382865a5865d [2021-02-12T00:46:41.578Z] Removing intermediate container 382865a5865d [2021-02-12T00:46:41.578Z] ---> 3792d5a852f4 [2021-02-12T00:46:41.578Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:41.578Z] Removing intermediate container ef345983d650 [2021-02-12T00:46:41.578Z] ---> ede0b25f1066 [2021-02-12T00:46:41.578Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:41.578Z] Removing intermediate container f199d6718964 [2021-02-12T00:46:41.578Z] ---> b6092bcbfa20 [2021-02-12T00:46:41.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:41.578Z] Removing intermediate container 6ab9b000a695 [2021-02-12T00:46:41.578Z] ---> bec5df1bc78b [2021-02-12T00:46:41.578Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:41.578Z] Removing intermediate container 31e06c303e7a [2021-02-12T00:46:41.578Z] ---> a53ee93bdd79 [2021-02-12T00:46:41.578Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:41.578Z] ---> Running in d25c26c35d55 [2021-02-12T00:46:41.578Z] ---> Running in 69bc9743efa0 [2021-02-12T00:46:41.578Z] ---> Running in bf59eb19197a [2021-02-12T00:46:41.578Z] ---> Running in 19fb451d2a17 [2021-02-12T00:46:41.578Z] ---> Running in 7d7abe14624f [2021-02-12T00:46:41.578Z] Removing intermediate container bf59eb19197a [2021-02-12T00:46:41.578Z] ---> 067c199cf02a [2021-02-12T00:46:41.578Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:46:41.578Z] Removing intermediate container d25c26c35d55 [2021-02-12T00:46:41.578Z] ---> c7473c9fdfeb [2021-02-12T00:46:41.578Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:46:41.578Z] ---> Running in df35dc0c107d [2021-02-12T00:46:41.853Z] Removing intermediate container 69bc9743efa0 [2021-02-12T00:46:41.853Z] ---> ae779cf49d9d [2021-02-12T00:46:41.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:46:41.853Z] ---> Running in 5d5715eb6457 [2021-02-12T00:46:42.127Z] ---> Running in 6cc5224b6977 [2021-02-12T00:46:42.127Z] Removing intermediate container 19fb451d2a17 [2021-02-12T00:46:42.127Z] ---> 844f86030be4 [2021-02-12T00:46:42.127Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:46:42.127Z] Removing intermediate container 7d7abe14624f [2021-02-12T00:46:42.127Z] ---> b765174584cb [2021-02-12T00:46:42.127Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:46:42.404Z] ---> Running in 2b08906a580c [2021-02-12T00:46:42.404Z] ---> Running in 84aeb00053cd [2021-02-12T00:46:43.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:44.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:44.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:44.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:44.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:44.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:45.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:45.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:45.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:45.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:46.129Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:46.406Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:46.688Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:46.974Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:47.256Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:47.863Z] Removing intermediate container df35dc0c107d [2021-02-12T00:46:47.863Z] ---> 9748992353dd [2021-02-12T00:46:47.863Z] Step 6/24 : COPY go.mod . [2021-02-12T00:46:48.848Z] Removing intermediate container 5d5715eb6457 [2021-02-12T00:46:48.848Z] ---> afee18afe676 [2021-02-12T00:46:48.848Z] Step 6/30 : COPY go.mod . [2021-02-12T00:46:49.125Z] Removing intermediate container 6cc5224b6977 [2021-02-12T00:46:49.125Z] ---> eb06db74f7ac [2021-02-12T00:46:49.125Z] Step 6/23 : COPY go.mod . [2021-02-12T00:46:49.125Z] ---> 85a1740ef7d2 [2021-02-12T00:46:49.125Z] Step 7/24 : RUN go mod download [2021-02-12T00:46:49.125Z] Removing intermediate container 84aeb00053cd [2021-02-12T00:46:49.125Z] ---> 01d7aef1f436 [2021-02-12T00:46:49.125Z] Step 6/21 : COPY go.mod . [2021-02-12T00:46:49.399Z] ---> Running in eee41e9b1f9e [2021-02-12T00:46:49.399Z] Removing intermediate container 2b08906a580c [2021-02-12T00:46:49.399Z] ---> 72d0f985c3ef [2021-02-12T00:46:49.399Z] Step 6/22 : COPY go.mod . [2021-02-12T00:46:50.005Z] ---> d5c9359ce4a6 [2021-02-12T00:46:50.005Z] Step 7/30 : RUN go mod download [2021-02-12T00:46:50.278Z] ---> Running in 9324bd9dc5df [2021-02-12T00:46:50.278Z] ---> 680042041c78 [2021-02-12T00:46:50.279Z] Step 7/23 : RUN go mod download [2021-02-12T00:46:50.557Z] ---> Running in 598d9374ccc9 [2021-02-12T00:46:50.557Z] ---> b183fe65ce84 [2021-02-12T00:46:50.835Z] Step 7/21 : RUN go mod download [2021-02-12T00:46:50.835Z] ---> 3e85b161812b [2021-02-12T00:46:50.835Z] Step 7/22 : RUN go mod download [2021-02-12T00:46:51.110Z] ---> Running in ab0cef0f7714 [2021-02-12T00:46:51.110Z] ---> Running in cb606610900a [2021-02-12T00:46:53.760Z] Removing intermediate container eee41e9b1f9e [2021-02-12T00:46:53.760Z] ---> ee4ad61ea885 [2021-02-12T00:46:54.035Z] Step 8/24 : COPY . . [2021-02-12T00:46:55.030Z] Removing intermediate container 9324bd9dc5df [2021-02-12T00:46:55.030Z] ---> 9c656c51ad93 [2021-02-12T00:46:55.030Z] Step 8/30 : COPY . . [2021-02-12T00:46:57.024Z] Removing intermediate container 598d9374ccc9 [2021-02-12T00:46:57.024Z] ---> 9594885eecc6 [2021-02-12T00:46:57.024Z] Step 8/23 : COPY . . [2021-02-12T00:46:57.299Z] Removing intermediate container ab0cef0f7714 [2021-02-12T00:46:57.299Z] ---> 61c4974fc81e [2021-02-12T00:46:57.299Z] Step 8/21 : COPY . . [2021-02-12T00:46:57.299Z] Removing intermediate container cb606610900a [2021-02-12T00:46:57.299Z] ---> 4831dc71a44c [2021-02-12T00:46:57.299Z] Step 8/22 : COPY . . [2021-02-12T00:47:24.103Z] ---> 1de31dfe5b50 [2021-02-12T00:47:24.103Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:47:24.103Z] ---> c8fcb78c824c [2021-02-12T00:47:24.103Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:47:24.103Z] ---> 8c8bf7b44ede [2021-02-12T00:47:24.103Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:47:24.103Z] ---> 2ff74c04ddab [2021-02-12T00:47:24.103Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:47:24.103Z] ---> Running in de1d3b4cf369 [2021-02-12T00:47:24.103Z] ---> Running in dcfa7b000c2d [2021-02-12T00:47:24.103Z] ---> 144945366a7d [2021-02-12T00:47:24.103Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:47:24.103Z] ---> Running in 76462ccf80b7 [2021-02-12T00:47:24.103Z] ---> Running in fa3152e1b489 [2021-02-12T00:47:24.103Z] ---> Running in 650dcb045ec8 [2021-02-12T00:47:24.103Z] 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-02-12T00:47:24.383Z] 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-02-12T00:47:24.383Z] 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-02-12T00:47:24.383Z] 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-02-12T00:47:24.666Z] 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-02-12T00:49:01.534Z] 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-02-12T00:49:01.534Z] 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-02-12T00:49:11.804Z] Removing intermediate container dcfa7b000c2d [2021-02-12T00:49:11.804Z] ---> ad113bbd0fa1 [2021-02-12T00:49:11.804Z] [2021-02-12T00:49:11.804Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:49:11.804Z] 3.12: Pulling from library/alpine [2021-02-12T00:49:14.473Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:49:14.473Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:49:14.473Z] ---> afeebe901d6b [2021-02-12T00:49:14.473Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:49:14.473Z] Removing intermediate container de1d3b4cf369 [2021-02-12T00:49:14.473Z] ---> c69e95f75cb8 [2021-02-12T00:49:14.473Z] [2021-02-12T00:49:14.473Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:49:14.473Z] ---> afeebe901d6b [2021-02-12T00:49:14.473Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:49:14.753Z] ---> Running in a2ac83535d29 [2021-02-12T00:49:15.031Z] ---> Running in 57fa24fa7c1d [2021-02-12T00:49:16.488Z] Removing intermediate container 57fa24fa7c1d [2021-02-12T00:49:16.488Z] ---> 3d196bcacf19 [2021-02-12T00:49:16.488Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:49:17.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:17.367Z] ---> Running in 19b7915cc42f [2021-02-12T00:49:17.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:17.673Z] Removing intermediate container fa3152e1b489 [2021-02-12T00:49:17.673Z] ---> b42d708b0342 [2021-02-12T00:49:17.673Z] [2021-02-12T00:49:17.673Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:49:17.673Z] ---> afeebe901d6b [2021-02-12T00:49:17.673Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:49:17.958Z] ---> Running in e10906a1b845 [2021-02-12T00:49:18.237Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:49:18.519Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:49:18.519Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:49:18.519Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:49:18.519Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:18.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:18.519Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:49:18.805Z] OK: 7 MiB in 19 packages [2021-02-12T00:49:19.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:20.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:20.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:20.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:20.914Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:20.914Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:49:20.914Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:20.914Z] OK: 5 MiB in 16 packages [2021-02-12T00:49:21.199Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:49:21.199Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:49:21.199Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:49:21.199Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:49:21.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:21.478Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:49:21.754Z] OK: 7 MiB in 18 packages [2021-02-12T00:49:22.030Z] Removing intermediate container a2ac83535d29 [2021-02-12T00:49:22.030Z] ---> 671f3a3f148b [2021-02-12T00:49:22.030Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:49:22.306Z] ---> Running in 08c499fcaf60 [2021-02-12T00:49:23.296Z] Removing intermediate container 19b7915cc42f [2021-02-12T00:49:23.296Z] ---> 9c539a3f09e2 [2021-02-12T00:49:23.296Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:49:23.571Z] ---> Running in 0870ccb54762 [2021-02-12T00:49:23.848Z] Removing intermediate container 08c499fcaf60 [2021-02-12T00:49:23.848Z] ---> 2d7f24fd5977 [2021-02-12T00:49:23.848Z] Step 13/24 : WORKDIR / [2021-02-12T00:49:24.454Z] Removing intermediate container e10906a1b845 [2021-02-12T00:49:24.454Z] ---> d2784eaf6143 [2021-02-12T00:49:24.454Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:49:24.454Z] ---> Running in f056993b636c [2021-02-12T00:49:24.728Z] ---> Running in 1f4cc4a41de2 [2021-02-12T00:49:25.002Z] Removing intermediate container 0870ccb54762 [2021-02-12T00:49:25.002Z] ---> 59c05b48d376 [2021-02-12T00:49:25.002Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:49:25.607Z] ---> Running in 92301d558186 [2021-02-12T00:49:25.881Z] Removing intermediate container f056993b636c [2021-02-12T00:49:25.881Z] ---> bce110c94c57 [2021-02-12T00:49:25.881Z] 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-02-12T00:49:25.881Z] Removing intermediate container 1f4cc4a41de2 [2021-02-12T00:49:25.881Z] ---> baeaa38e728a [2021-02-12T00:49:25.881Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:49:26.164Z] Removing intermediate container 76462ccf80b7 [2021-02-12T00:49:26.164Z] ---> f174b742a9a6 [2021-02-12T00:49:26.164Z] [2021-02-12T00:49:26.164Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:49:26.436Z] ---> afeebe901d6b [2021-02-12T00:49:26.436Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:49:26.726Z] ---> Running in 48f19a32c3ed [2021-02-12T00:49:26.726Z] Removing intermediate container 92301d558186 [2021-02-12T00:49:26.727Z] ---> 31dd1d20c343 [2021-02-12T00:49:26.727Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:49:27.032Z] ---> Running in 5528e3b67182 [2021-02-12T00:49:27.654Z] ---> de80659739c0 [2021-02-12T00:49:27.654Z] 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-02-12T00:49:27.654Z] ---> Running in cadeb2be7457 [2021-02-12T00:49:28.386Z] Removing intermediate container 48f19a32c3ed [2021-02-12T00:49:28.386Z] ---> 88329f1048b7 [2021-02-12T00:49:28.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:49:29.071Z] Removing intermediate container 650dcb045ec8 [2021-02-12T00:49:29.071Z] ---> b62359db983b [2021-02-12T00:49:29.071Z] [2021-02-12T00:49:29.071Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:49:29.071Z] ---> afeebe901d6b [2021-02-12T00:49:29.071Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:49:29.348Z] ---> Running in 30f542f2ebae [2021-02-12T00:49:29.348Z] ---> aa85d798664a [2021-02-12T00:49:29.348Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:29.962Z] ---> 6331db39e96f [2021-02-12T00:49:29.962Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:49:29.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:30.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:30.846Z] ---> 29e2d947c9cc [2021-02-12T00:49:30.846Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:49:30.846Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:30.846Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:30.846Z] OK: 5 MiB in 15 packages [2021-02-12T00:49:31.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:31.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:31.728Z] ---> 7f54107e893c [2021-02-12T00:49:31.728Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:49:32.013Z] Removing intermediate container cadeb2be7457 [2021-02-12T00:49:32.013Z] ---> 4b6400b7dae2 [2021-02-12T00:49:32.013Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:49:32.287Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:32.287Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:32.287Z] OK: 5 MiB in 15 packages [2021-02-12T00:49:32.568Z] ---> Running in 3ba6d355ee35 [2021-02-12T00:49:33.166Z] Removing intermediate container 5528e3b67182 [2021-02-12T00:49:33.166Z] ---> d0f49203d235 [2021-02-12T00:49:33.166Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:49:33.166Z] ---> c234f1f01050 [2021-02-12T00:49:33.166Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:49:33.440Z] ---> Running in 6ca1d0008650 [2021-02-12T00:49:33.440Z] ---> d9b23afe642a [2021-02-12T00:49:33.440Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:49:33.717Z] Removing intermediate container 3ba6d355ee35 [2021-02-12T00:49:33.717Z] ---> 19d92c5ee876 [2021-02-12T00:49:33.717Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:49:33.717Z] ---> Running in 82f5ac1076a0 [2021-02-12T00:49:34.309Z] Removing intermediate container 6ca1d0008650 [2021-02-12T00:49:34.309Z] ---> 34805c88eda7 [2021-02-12T00:49:34.309Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:49:34.309Z] Removing intermediate container 30f542f2ebae [2021-02-12T00:49:34.309Z] ---> 3aad790f5fbf [2021-02-12T00:49:34.309Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:49:34.585Z] Removing intermediate container 82f5ac1076a0 [2021-02-12T00:49:34.585Z] ---> 4c0008f175ad [2021-02-12T00:49:34.585Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:49:34.585Z] ---> Running in 341c69f3bbc0 [2021-02-12T00:49:34.585Z] ---> Running in a66a4b1ca82d [2021-02-12T00:49:34.861Z] ---> Running in 20e056ddb1a0 [2021-02-12T00:49:34.861Z] ---> 8039179ca824 [2021-02-12T00:49:34.861Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:49:34.861Z] ---> f8ace7c92ed3 [2021-02-12T00:49:34.861Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:49:35.138Z] ---> Running in 66009f3cd0d0 [2021-02-12T00:49:35.412Z] Removing intermediate container 341c69f3bbc0 [2021-02-12T00:49:35.412Z] ---> 50d27a436a00 [2021-02-12T00:49:35.412Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:49:35.684Z] Removing intermediate container a66a4b1ca82d [2021-02-12T00:49:35.684Z] ---> 40e0e169532d [2021-02-12T00:49:35.684Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:49:35.684Z] Removing intermediate container 20e056ddb1a0 [2021-02-12T00:49:35.684Z] ---> 510d579e981b [2021-02-12T00:49:35.684Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T00:49:35.684Z] ---> Running in c36ffe784d3c [2021-02-12T00:49:35.966Z] ---> Running in 21d4315adf0f [2021-02-12T00:49:35.966Z] ---> Running in b890baeed611 [2021-02-12T00:49:36.246Z] ---> 29eaba0a7f46 [2021-02-12T00:49:36.246Z] 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-02-12T00:49:36.518Z] ---> Running in 0966a3993712 [2021-02-12T00:49:36.518Z] Removing intermediate container c36ffe784d3c [2021-02-12T00:49:36.518Z] ---> 7a25b8e58443 [2021-02-12T00:49:36.518Z] Step 15/23 : WORKDIR / [2021-02-12T00:49:36.790Z] Removing intermediate container b890baeed611 [2021-02-12T00:49:36.790Z] Removing intermediate container 21d4315adf0f [2021-02-12T00:49:36.790Z] ---> 17f345cfde3c [2021-02-12T00:49:36.790Z] Step 20/21 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:49:36.790Z] ---> 6f456cea49a7 [2021-02-12T00:49:36.790Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:49:36.790Z] ---> Running in bac63db4dc06 [2021-02-12T00:49:36.790Z] ---> Running in b89c9b262380 [2021-02-12T00:49:36.790Z] ---> Running in 281e87a65810 [2021-02-12T00:49:37.778Z] Removing intermediate container bac63db4dc06 [2021-02-12T00:49:37.778Z] ---> 1712014fbc80 [2021-02-12T00:49:37.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:37.778Z] Removing intermediate container b89c9b262380 [2021-02-12T00:49:37.778Z] ---> f8438a82c0ef [2021-02-12T00:49:37.778Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:37.778Z] Removing intermediate container 281e87a65810 [2021-02-12T00:49:37.778Z] ---> 153c37e37b20 [2021-02-12T00:49:37.778Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:49:38.061Z] ---> Running in 8d0ff75cca3f [2021-02-12T00:49:38.661Z] Removing intermediate container 66009f3cd0d0 [2021-02-12T00:49:38.661Z] ---> 5d36c2fdacf3 [2021-02-12T00:49:38.661Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:38.940Z] ---> fed52c9c2bc5 [2021-02-12T00:49:38.940Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:49:38.940Z] Removing intermediate container 8d0ff75cca3f [2021-02-12T00:49:38.940Z] ---> e21dcb946d06 [2021-02-12T00:49:38.940Z] [2021-02-12T00:49:39.228Z] ---> b25af84a5a92 [2021-02-12T00:49:39.228Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:49:39.833Z] ---> 49b44b2ee943 [2021-02-12T00:49:39.833Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:49:39.833Z] Successfully built e21dcb946d06 [2021-02-12T00:49:39.833Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T00:49:39.833Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-12T00:49:40.110Z] Removing intermediate container 0966a3993712 [2021-02-12T00:49:40.110Z] ---> 60c5a737ca15 [2021-02-12T00:49:40.110Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:49:41.095Z] ---> Running in 7cdc85243e04 [2021-02-12T00:49:41.369Z] ---> 1cb775cdc67a [2021-02-12T00:49:41.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:41.644Z] ---> 7a776cae6fc3 [2021-02-12T00:49:41.644Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:41.928Z] ---> 081a9a6edfa3 [2021-02-12T00:49:41.928Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:49:42.211Z] Removing intermediate container 7cdc85243e04 [2021-02-12T00:49:42.211Z] ---> f3df1610404d [2021-02-12T00:49:42.211Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T00:49:43.188Z] ---> Running in 975e92272f91 [2021-02-12T00:49:43.463Z] ---> e30c4cfea92b [2021-02-12T00:49:43.463Z] ---> ce905823bee1 [2021-02-12T00:49:43.463Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:49:43.463Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:49:44.061Z] ---> 72a0369b8b20 [2021-02-12T00:49:44.061Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:49:44.061Z] ---> Running in 3df5df1f9a3d [2021-02-12T00:49:44.061Z] ---> Running in b127e9202b8b [2021-02-12T00:49:44.340Z] Removing intermediate container 975e92272f91 [2021-02-12T00:49:44.340Z] ---> 7c18b25c82a3 [2021-02-12T00:49:44.340Z] Step 23/24 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:49:44.615Z] ---> Running in f9ad17fa8671 [2021-02-12T00:49:44.887Z] Removing intermediate container b127e9202b8b [2021-02-12T00:49:44.887Z] ---> 9f10198c5863 [2021-02-12T00:49:44.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:44.887Z] Removing intermediate container 3df5df1f9a3d [2021-02-12T00:49:44.887Z] ---> a5878bcd009c [2021-02-12T00:49:44.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:45.488Z] ---> Running in feb91f0480e0 [2021-02-12T00:49:45.488Z] ---> Running in 0a8aa9854193 [2021-02-12T00:49:46.091Z] Removing intermediate container f9ad17fa8671 [2021-02-12T00:49:46.091Z] ---> 7bc997abd6cc [2021-02-12T00:49:46.091Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:49:46.091Z] ---> 4177e5d4627c [2021-02-12T00:49:46.091Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:49:46.685Z] ---> Running in af30a38dab00 [2021-02-12T00:49:46.685Z] ---> Running in 7d80b1e73621 [2021-02-12T00:49:46.685Z] Removing intermediate container 0a8aa9854193 [2021-02-12T00:49:46.685Z] ---> 6aac83bc4e4b [2021-02-12T00:49:46.685Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:49:46.983Z] Removing intermediate container feb91f0480e0 [2021-02-12T00:49:46.983Z] ---> 4a2efd560355 [2021-02-12T00:49:46.983Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:49:46.983Z] ---> Running in a4f300b763bb [2021-02-12T00:49:47.272Z] ---> Running in 122f340b3418 [2021-02-12T00:49:47.542Z] Removing intermediate container 7d80b1e73621 [2021-02-12T00:49:47.542Z] ---> 1583bec6e84f [2021-02-12T00:49:47.542Z] Removing intermediate container af30a38dab00 [2021-02-12T00:49:47.542Z] ---> 476db3c1c055 [2021-02-12T00:49:47.542Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:49:47.542Z] [2021-02-12T00:49:47.816Z] Removing intermediate container a4f300b763bb [2021-02-12T00:49:47.816Z] ---> 629c999549a4 [2021-02-12T00:49:47.816Z] Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:49:47.816Z] Removing intermediate container 122f340b3418 [2021-02-12T00:49:47.816Z] ---> 22693842ac31 [2021-02-12T00:49:47.816Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:49:48.087Z] Successfully built 476db3c1c055 [2021-02-12T00:49:48.087Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T00:49:48.087Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-12T00:49:48.359Z] ---> Running in dfba16ecce1c [2021-02-12T00:49:48.359Z] ---> Running in 5568d0c25536 [2021-02-12T00:49:48.631Z] ---> 0a69638576b2 [2021-02-12T00:49:48.631Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:49:48.905Z] ---> Running in a7af6e72280a [2021-02-12T00:49:49.178Z] Removing intermediate container dfba16ecce1c [2021-02-12T00:49:49.178Z] ---> dadb3dfcc40c [2021-02-12T00:49:49.178Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:49:49.178Z] Removing intermediate container 5568d0c25536 [2021-02-12T00:49:49.178Z] ---> b2eaa5f898e0 [2021-02-12T00:49:49.178Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:49:49.453Z] ---> Running in d535a1f69945 [2021-02-12T00:49:49.732Z] ---> Running in b21671da28fe [2021-02-12T00:49:50.709Z] Removing intermediate container d535a1f69945 [2021-02-12T00:49:50.709Z] ---> d3bc54de0e61 [2021-02-12T00:49:50.709Z] [2021-02-12T00:49:50.709Z] Removing intermediate container b21671da28fe [2021-02-12T00:49:50.709Z] ---> f441b97a8fd2 [2021-02-12T00:49:50.709Z] [2021-02-12T00:49:51.303Z] Successfully built d3bc54de0e61 [2021-02-12T00:49:51.303Z] Successfully built f441b97a8fd2 [2021-02-12T00:49:51.574Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T00:49:51.574Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T00:49:51.574Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T00:49:51.574Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-02-12T00:49:52.545Z] Removing intermediate container a7af6e72280a [2021-02-12T00:49:52.545Z] ---> 9d58d354dded [2021-02-12T00:49:52.545Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:49:53.137Z] ---> Running in 8ad9bc74d5a0 [2021-02-12T00:49:53.727Z] Removing intermediate container 8ad9bc74d5a0 [2021-02-12T00:49:53.727Z] ---> 47294025514b [2021-02-12T00:49:53.727Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:49:53.997Z] ---> Running in c26a188ab19c [2021-02-12T00:49:54.595Z] Removing intermediate container c26a188ab19c [2021-02-12T00:49:54.595Z] ---> f20325124ac3 [2021-02-12T00:49:54.595Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T00:49:55.578Z] ---> Running in 6cb58e32fd64 [2021-02-12T00:49:57.004Z] Removing intermediate container 6cb58e32fd64 [2021-02-12T00:49:57.004Z] ---> 2a34a11585a1 [2021-02-12T00:49:57.004Z] Step 29/30 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:49:58.433Z] ---> Running in 9b2d1827731a [2021-02-12T00:49:59.405Z] Removing intermediate container 9b2d1827731a [2021-02-12T00:49:59.405Z] ---> 24e6f575aa1f [2021-02-12T00:49:59.405Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:49:59.674Z] ---> Running in d65b6a7452a7 [2021-02-12T00:50:00.658Z] Removing intermediate container d65b6a7452a7 [2021-02-12T00:50:00.658Z] ---> 8dbaabfde65c [2021-02-12T00:50:00.658Z] [2021-02-12T00:50:00.929Z] Successfully built 8dbaabfde65c [2021-02-12T00:50:00.929Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T00:50:27.695Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:27.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:27.695Z] ---> fc3e07395c37 [2021-02-12T00:50:27.695Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:50:27.695Z] ---> Using cache [2021-02-12T00:50:27.695Z] ---> a53ee93bdd79 [2021-02-12T00:50:27.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:27.695Z] ---> Using cache [2021-02-12T00:50:27.695Z] ---> b765174584cb [2021-02-12T00:50:27.695Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:50:31.077Z] ---> Running in 7ea899501623 [2021-02-12T00:50:32.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:33.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:33.630Z] OK: 217 MiB in 51 packages [2021-02-12T00:50:36.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:36.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:36.521Z] ---> fc3e07395c37 [2021-02-12T00:50:36.521Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:50:36.521Z] ---> Using cache [2021-02-12T00:50:36.521Z] ---> a53ee93bdd79 [2021-02-12T00:50:36.521Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:36.521Z] ---> Using cache [2021-02-12T00:50:36.521Z] ---> b765174584cb [2021-02-12T00:50:36.521Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:50:36.521Z] ---> Running in 9db4be6a096f [2021-02-12T00:50:37.144Z] Removing intermediate container 7ea899501623 [2021-02-12T00:50:37.144Z] ---> 814857c744b3 [2021-02-12T00:50:37.144Z] Step 6/22 : COPY go.mod . [2021-02-12T00:50:37.418Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:37.418Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:37.418Z] ---> fc3e07395c37 [2021-02-12T00:50:37.418Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:50:37.418Z] ---> Using cache [2021-02-12T00:50:37.418Z] ---> a53ee93bdd79 [2021-02-12T00:50:37.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:37.418Z] [2021-02-12T00:50:37.418Z] ---> Using cache [2021-02-12T00:50:37.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> b765174584cb [2021-02-12T00:50:37.418Z] [2021-02-12T00:50:37.418Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:50:37.418Z] ---> fc3e07395c37 [2021-02-12T00:50:37.418Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:50:37.418Z] ---> Using cache [2021-02-12T00:50:37.418Z] ---> a53ee93bdd79 [2021-02-12T00:50:37.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:37.418Z] ---> Using cache [2021-02-12T00:50:37.418Z] ---> b765174584cb [2021-02-12T00:50:37.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:50:37.419Z] ---> Using cache [2021-02-12T00:50:37.419Z] ---> 01d7aef1f436 [2021-02-12T00:50:37.419Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:37.419Z] ---> Using cache [2021-02-12T00:50:37.419Z] ---> b183fe65ce84 [2021-02-12T00:50:37.419Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:37.419Z] ---> Using cache [2021-02-12T00:50:37.419Z] ---> 61c4974fc81e [2021-02-12T00:50:37.419Z] Step 8/23 : COPY . . [2021-02-12T00:50:37.704Z] ---> Running in 163db8b196b5 [2021-02-12T00:50:37.704Z] ---> Using cache [2021-02-12T00:50:37.704Z] ---> 2ff74c04ddab [2021-02-12T00:50:37.704Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:50:37.996Z] ---> Running in 820fbd89809f [2021-02-12T00:50:38.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:38.269Z] ---> 6b705fe9e2a8 [2021-02-12T00:50:38.269Z] Step 7/22 : RUN go mod download [2021-02-12T00:50:38.269Z] ---> Running in 0b8dfa711ba1 [2021-02-12T00:50:38.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:39.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:39.757Z] OK: 217 MiB in 51 packages [2021-02-12T00:50:39.757Z] 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-02-12T00:50:40.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:41.343Z] OK: 217 MiB in 51 packages [2021-02-12T00:50:41.343Z] Removing intermediate container 9db4be6a096f [2021-02-12T00:50:41.343Z] ---> c81d0a6cbbbb [2021-02-12T00:50:41.343Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:42.331Z] Removing intermediate container 0b8dfa711ba1 [2021-02-12T00:50:42.331Z] ---> 7940e34184e9 [2021-02-12T00:50:42.331Z] Step 8/22 : COPY . . [2021-02-12T00:50:42.613Z] ---> 0b221ec16bb5 [2021-02-12T00:50:42.613Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:42.890Z] ---> Running in 8f7785e97896 [2021-02-12T00:50:42.890Z] Removing intermediate container 163db8b196b5 [2021-02-12T00:50:42.890Z] ---> 00c363000fbd [2021-02-12T00:50:42.890Z] Step 6/26 : COPY go.mod . [2021-02-12T00:50:45.007Z] ---> ddd9d5339abc [2021-02-12T00:50:45.007Z] Step 7/26 : RUN go mod download [2021-02-12T00:50:45.298Z] ---> Running in 42a37cc187f6 [2021-02-12T00:50:49.650Z] Removing intermediate container 8f7785e97896 [2021-02-12T00:50:49.650Z] ---> 6f619880e87e [2021-02-12T00:50:49.650Z] Step 8/23 : COPY . . [2021-02-12T00:50:51.634Z] Removing intermediate container 42a37cc187f6 [2021-02-12T00:50:51.634Z] ---> 96cb1712a0fe [2021-02-12T00:50:51.634Z] Step 8/26 : COPY . . [2021-02-12T00:51:18.440Z] ---> af18a5db4ba0 [2021-02-12T00:51:18.440Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:51:18.440Z] ---> Running in c64fedda4e1f [2021-02-12T00:51:20.467Z] ---> e23f8e2ff94f [2021-02-12T00:51:20.467Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:51:20.467Z] 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-02-12T00:51:20.737Z] ---> Running in 1be8428c253c [2021-02-12T00:51:21.716Z] ---> 463146062a61 [2021-02-12T00:51:21.716Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:51:22.307Z] ---> Running in 979d3de4de2f [2021-02-12T00:51:22.579Z] 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-02-12T00:51:24.020Z] 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-02-12T00:51:42.361Z] Removing intermediate container 820fbd89809f [2021-02-12T00:51:42.361Z] ---> e4a9bb655a16 [2021-02-12T00:51:42.361Z] [2021-02-12T00:51:42.361Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:51:42.361Z] ---> afeebe901d6b [2021-02-12T00:51:42.361Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:51:42.361Z] ---> Using cache [2021-02-12T00:51:42.361Z] ---> 3aad790f5fbf [2021-02-12T00:51:42.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:51:42.361Z] ---> Using cache [2021-02-12T00:51:42.361Z] ---> 40e0e169532d [2021-02-12T00:51:42.361Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:51:42.361Z] ---> Running in 8e736e403fae [2021-02-12T00:51:42.961Z] Removing intermediate container 8e736e403fae [2021-02-12T00:51:42.961Z] ---> 15b4d8596653 [2021-02-12T00:51:42.961Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:51:43.242Z] ---> Running in d72b483b04e7 [2021-02-12T00:51:43.851Z] Removing intermediate container d72b483b04e7 [2021-02-12T00:51:43.851Z] ---> e6fb4e7c5adf [2021-02-12T00:51:43.851Z] Step 15/23 : WORKDIR / [2021-02-12T00:51:44.133Z] ---> Running in c9a46dabf403 [2021-02-12T00:51:44.747Z] Removing intermediate container c9a46dabf403 [2021-02-12T00:51:44.747Z] ---> dedfac9e1b68 [2021-02-12T00:51:44.747Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:51:46.193Z] ---> 4fc0dddb2ffa [2021-02-12T00:51:46.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:51:48.179Z] ---> afb92e7d642d [2021-02-12T00:51:48.179Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:51:49.166Z] ---> a4737bb8424b [2021-02-12T00:51:49.166Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:51:49.438Z] ---> Running in 242f53742c78 [2021-02-12T00:51:50.034Z] Removing intermediate container 242f53742c78 [2021-02-12T00:51:50.034Z] ---> ffcd3ebc2c81 [2021-02-12T00:51:50.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:51:50.308Z] ---> Running in 639c3b01124c [2021-02-12T00:51:50.908Z] Removing intermediate container 639c3b01124c [2021-02-12T00:51:50.908Z] ---> 81202b237a5f [2021-02-12T00:51:50.908Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:51:51.179Z] ---> Running in 72ae71d6597f [2021-02-12T00:51:51.779Z] Removing intermediate container 72ae71d6597f [2021-02-12T00:51:51.779Z] ---> 76fd0bd62c4a [2021-02-12T00:51:51.779Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:51:52.055Z] ---> Running in 5152cf6ae876 [2021-02-12T00:51:53.034Z] Removing intermediate container 5152cf6ae876 [2021-02-12T00:51:53.034Z] ---> bdba5fdcec82 [2021-02-12T00:51:53.034Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:51:53.034Z] ---> Running in b0f086af1a6d [2021-02-12T00:51:54.025Z] Removing intermediate container b0f086af1a6d [2021-02-12T00:51:54.025Z] ---> c386eccc0d32 [2021-02-12T00:51:54.025Z] [2021-02-12T00:51:54.623Z] Successfully built c386eccc0d32 [2021-02-12T00:51:54.623Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T00:52:41.619Z]  Building docker-core-metadata-go ... done Removing intermediate container 979d3de4de2f [2021-02-12T00:52:41.619Z] ---> 93a032d7fda4 [2021-02-12T00:52:41.619Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:52:41.619Z] ---> Running in a9db1ea96070 [2021-02-12T00:52:41.619Z] 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-02-12T00:52:41.619Z] Removing intermediate container c64fedda4e1f [2021-02-12T00:52:41.619Z] ---> a5f79d713559 [2021-02-12T00:52:41.619Z] [2021-02-12T00:52:41.619Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:52:41.619Z] ---> afeebe901d6b [2021-02-12T00:52:41.619Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:52:41.619Z] ---> Running in 5dcb1f7a1915 [2021-02-12T00:52:41.619Z] Removing intermediate container a9db1ea96070 [2021-02-12T00:52:41.619Z] ---> 57d5ed160e10 [2021-02-12T00:52:41.619Z] [2021-02-12T00:52:41.619Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:52:41.619Z] 20.10.0: Pulling from library/docker [2021-02-12T00:52:41.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:41.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:41.894Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:52:41.894Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:52:41.894Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:41.894Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:52:42.171Z] OK: 6 MiB in 16 packages [2021-02-12T00:52:45.563Z] Removing intermediate container 5dcb1f7a1915 [2021-02-12T00:52:45.563Z] ---> 61ff3d89350a [2021-02-12T00:52:45.563Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:52:45.563Z] ---> Running in 53e673e311f2 [2021-02-12T00:52:46.539Z] Removing intermediate container 53e673e311f2 [2021-02-12T00:52:46.539Z] ---> 8cbc55ed1e9b [2021-02-12T00:52:46.539Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:52:46.814Z] ---> Running in eb958be02ec3 [2021-02-12T00:52:47.794Z] Removing intermediate container eb958be02ec3 [2021-02-12T00:52:47.794Z] ---> 8216e2da3d23 [2021-02-12T00:52:47.794Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:52:48.072Z] ---> Running in ce5318b198de [2021-02-12T00:52:49.047Z] Removing intermediate container ce5318b198de [2021-02-12T00:52:49.047Z] ---> cb4fb375ae5b [2021-02-12T00:52:49.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:52:49.326Z] Removing intermediate container 1be8428c253c [2021-02-12T00:52:49.326Z] ---> 15d1dd08ce31 [2021-02-12T00:52:49.326Z] [2021-02-12T00:52:49.326Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:52:49.327Z] ---> afeebe901d6b [2021-02-12T00:52:49.327Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:52:49.925Z] ---> Running in 15456b82617b [2021-02-12T00:52:49.925Z] ---> 2f8b653cfbb5 [2021-02-12T00:52:49.925Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:52:50.525Z] Removing intermediate container 15456b82617b [2021-02-12T00:52:50.525Z] ---> 795c53244d5a [2021-02-12T00:52:50.525Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:52:50.796Z] ---> Running in d70191cfd71a [2021-02-12T00:52:50.796Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:52:50.796Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:52:50.796Z] ---> eeaf43b92773 [2021-02-12T00:52:50.796Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:52:51.069Z] ---> 13f873c966ed [2021-02-12T00:52:51.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:52:51.069Z] ---> Running in 34f68f04fe62 [2021-02-12T00:52:51.352Z] Removing intermediate container d70191cfd71a [2021-02-12T00:52:51.352Z] ---> 9bc5132b97cf [2021-02-12T00:52:51.352Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:52:51.629Z] ---> Running in 5ff405aad28d [2021-02-12T00:52:51.909Z] ---> 6858d91a8154 [2021-02-12T00:52:51.909Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:52:52.183Z] Removing intermediate container 5ff405aad28d [2021-02-12T00:52:52.183Z] ---> 362202283231 [2021-02-12T00:52:52.183Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:52:52.183Z] ---> Running in 281ca2723424 [2021-02-12T00:52:52.455Z] ---> Running in 2d4abbab85e7 [2021-02-12T00:52:52.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:52.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:52.728Z] Removing intermediate container 281ca2723424 [2021-02-12T00:52:52.728Z] ---> 966ac835ddf7 [2021-02-12T00:52:52.728Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:52:53.003Z] ---> Running in 1839252cb0e1 [2021-02-12T00:52:53.616Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:52:53.616Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:52:53.616Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:52:53.616Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:53.616Z] Removing intermediate container 1839252cb0e1 [2021-02-12T00:52:53.616Z] ---> e743635fde29 [2021-02-12T00:52:53.616Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:52:53.616Z] OK: 12 MiB in 22 packages [2021-02-12T00:52:53.616Z] ---> Running in e854ea7ca875 [2021-02-12T00:52:54.218Z] Removing intermediate container e854ea7ca875 [2021-02-12T00:52:54.218Z] ---> 99957b310e3b [2021-02-12T00:52:54.218Z] Step 21/22 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:52:54.492Z] ---> Running in e8ff17856ebe [2021-02-12T00:52:55.088Z] Removing intermediate container e8ff17856ebe [2021-02-12T00:52:55.088Z] ---> 08cb7ebb2d95 [2021-02-12T00:52:55.088Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:52:55.088Z] Removing intermediate container 34f68f04fe62 [2021-02-12T00:52:55.088Z] ---> 249a9393e291 [2021-02-12T00:52:55.088Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:52:55.369Z] Removing intermediate container 2d4abbab85e7 [2021-02-12T00:52:55.369Z] ---> 6c70df7672b1 [2021-02-12T00:52:55.369Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:52:55.369Z] ---> Running in d6f5e09942aa [2021-02-12T00:52:55.369Z] ---> Running in f6be8eb24927 [2021-02-12T00:52:55.369Z] ---> Running in 600232e43ffe [2021-02-12T00:52:55.976Z] Removing intermediate container f6be8eb24927 [2021-02-12T00:52:55.976Z] ---> eebbc196f853 [2021-02-12T00:52:55.976Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:52:55.976Z] Removing intermediate container d6f5e09942aa [2021-02-12T00:52:55.976Z] ---> 37d81df0e3ac [2021-02-12T00:52:55.976Z] [2021-02-12T00:52:56.251Z] ---> Running in 08fdd82e74aa [2021-02-12T00:52:56.524Z] Successfully built 37d81df0e3ac [2021-02-12T00:52:56.524Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T00:52:56.806Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:56.806Z] Removing intermediate container 08fdd82e74aa [2021-02-12T00:52:56.806Z] ---> 5675ac702f51 [2021-02-12T00:52:56.806Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:52:56.806Z] ---> Running in f2e5f8ee3e2c [2021-02-12T00:52:57.417Z] Removing intermediate container f2e5f8ee3e2c [2021-02-12T00:52:57.417Z] ---> 6a291e1baaf0 [2021-02-12T00:52:57.417Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:52:57.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:58.421Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:52:58.421Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:52:58.421Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:52:58.715Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:52:58.715Z] ---> 105cbf75b195 [2021-02-12T00:52:58.715Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:52:58.715Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:52:59.010Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:52:59.010Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:59.010Z] OK: 8 MiB in 20 packages [2021-02-12T00:52:59.608Z] ---> aeca0c5d23a5 [2021-02-12T00:52:59.608Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:53:00.587Z] Removing intermediate container 600232e43ffe [2021-02-12T00:53:00.587Z] ---> 3ef1dff63c8d [2021-02-12T00:53:00.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:53:00.587Z] ---> 9ef67ab96690 [2021-02-12T00:53:00.587Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:53:00.859Z] ---> Running in 4df3e8ba5311 [2021-02-12T00:53:01.454Z] ---> e0ce6523fddd [2021-02-12T00:53:01.454Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:53:02.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:02.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:02.654Z] ---> 191fbbdd080e [2021-02-12T00:53:02.654Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:53:02.654Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:53:02.654Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:53:02.654Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:53:02.654Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:53:02.654Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:53:02.654Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:53:02.654Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:53:04.096Z] ---> 102b8eeee455 [2021-02-12T00:53:04.096Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:53:04.096Z] ---> Running in ee4165ad0a68 [2021-02-12T00:53:04.689Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:53:04.689Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:53:04.689Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:53:04.689Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:53:04.689Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:53:04.689Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:53:04.689Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:53:04.689Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:53:04.689Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:53:04.689Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:53:04.960Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:53:04.960Z] Removing intermediate container ee4165ad0a68 [2021-02-12T00:53:04.960Z] ---> d5d80316d212 [2021-02-12T00:53:04.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:53:04.960Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:53:04.960Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:53:04.960Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:53:04.960Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:53:04.960Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:53:04.960Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:53:04.960Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:53:04.960Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:53:04.960Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:53:04.960Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:53:04.960Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:53:04.960Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:53:04.960Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:53:04.960Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:53:04.960Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:53:05.235Z] ---> Running in c2edb4d650a1 [2021-02-12T00:53:05.235Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:53:05.235Z] OK: 71 MiB in 55 packages [2021-02-12T00:53:05.832Z] Removing intermediate container c2edb4d650a1 [2021-02-12T00:53:05.832Z] ---> 4d7460085a3d [2021-02-12T00:53:05.832Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:53:06.105Z] ---> Running in ae5cc59f386b [2021-02-12T00:53:06.697Z] Removing intermediate container ae5cc59f386b [2021-02-12T00:53:06.697Z] ---> 9b4ee3f7b319 [2021-02-12T00:53:06.697Z] Step 22/23 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:53:06.973Z] ---> Running in 9ec56723ac48 [2021-02-12T00:53:07.565Z] Removing intermediate container 9ec56723ac48 [2021-02-12T00:53:07.565Z] ---> 72a542e36557 [2021-02-12T00:53:07.565Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:53:07.841Z] ---> Running in 000d19ad23e5 [2021-02-12T00:53:08.445Z] Removing intermediate container 000d19ad23e5 [2021-02-12T00:53:08.445Z] ---> f401da3dfb6e [2021-02-12T00:53:08.445Z] [2021-02-12T00:53:08.726Z] Successfully built f401da3dfb6e [2021-02-12T00:53:09.012Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T00:53:11.624Z]  Building docker-core-data-go ... done Removing intermediate container 4df3e8ba5311 [2021-02-12T00:53:11.624Z] ---> a1c80b588c1c [2021-02-12T00:53:11.624Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:53:11.624Z] ---> Running in fe135717f2ef [2021-02-12T00:53:17.001Z] Collecting docker-compose==1.23.2 [2021-02-12T00:53:17.001Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:53:17.001Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:53:17.001Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:53:17.971Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:53:17.971Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:53:20.575Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:53:20.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:53:22.537Z] 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-02-12T00:53:22.537Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:53:22.537Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:53:23.961Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:53:23.961Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:53:24.232Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:53:24.232Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:53:24.502Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:53:24.502Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:53:26.469Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:53:26.469Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:53:28.485Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:53:28.485Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:53:29.075Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:53:29.075Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:53:29.669Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:53:29.669Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:53:29.669Z] 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-02-12T00:53:29.669Z] 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-02-12T00:53:29.938Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:53:29.938Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:53:29.938Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:53:29.938Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:53:29.938Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:53:29.938Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:53:30.905Z] Installing collected packages: websocket-client, PyYAML, dockerpty, jsonschema, idna, urllib3, requests, cached-property, texttable, docopt, docker-pycreds, docker, docker-compose [2021-02-12T00:53:30.905Z] Running setup.py install for PyYAML: started [2021-02-12T00:53:33.513Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:53:33.513Z] Running setup.py install for dockerpty: started [2021-02-12T00:53:34.936Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:53:35.208Z] Attempting uninstall: idna [2021-02-12T00:53:35.208Z] Found existing installation: idna 2.9 [2021-02-12T00:53:35.208Z] Uninstalling idna-2.9: [2021-02-12T00:53:35.480Z] Successfully uninstalled idna-2.9 [2021-02-12T00:53:36.073Z] Attempting uninstall: urllib3 [2021-02-12T00:53:36.073Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:53:36.073Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:53:36.345Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:53:36.938Z] Attempting uninstall: requests [2021-02-12T00:53:36.938Z] Found existing installation: requests 2.23.0 [2021-02-12T00:53:36.938Z] Uninstalling requests-2.23.0: [2021-02-12T00:53:36.938Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:53:37.208Z] Running setup.py install for texttable: started [2021-02-12T00:53:39.168Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:53:39.168Z] Running setup.py install for docopt: started [2021-02-12T00:53:41.131Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:53:42.557Z] 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-02-12T00:53:46.852Z] Removing intermediate container fe135717f2ef [2021-02-12T00:53:46.852Z] ---> e6cd5dec8a37 [2021-02-12T00:53:46.852Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:53:46.852Z] ---> Running in e4ab4ff5f2cb [2021-02-12T00:53:47.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:47.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:48.305Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:53:48.305Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:53:48.305Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:53:48.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:53:48.305Z] OK: 71 MiB in 58 packages [2021-02-12T00:53:49.733Z] Removing intermediate container e4ab4ff5f2cb [2021-02-12T00:53:49.733Z] ---> 2fcb2bdc76a7 [2021-02-12T00:53:49.733Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:53:49.733Z] ---> Running in 0e53919ba59b [2021-02-12T00:53:50.004Z] Removing intermediate container 0e53919ba59b [2021-02-12T00:53:50.004Z] ---> 83c7aa7d9c5f [2021-02-12T00:53:50.004Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:53:50.275Z] ---> Running in 4db5539f4417 [2021-02-12T00:53:50.548Z] Removing intermediate container 4db5539f4417 [2021-02-12T00:53:50.548Z] ---> a059852f0c49 [2021-02-12T00:53:50.548Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T00:53:50.820Z] ---> Running in 5884030a8d77 [2021-02-12T00:53:51.412Z] Removing intermediate container 5884030a8d77 [2021-02-12T00:53:51.412Z] ---> ab224580cc07 [2021-02-12T00:53:51.412Z] Step 25/26 : LABEL git_sha=7195ca11e5696536ea936da28ddced5c7dd8b5e5 [2021-02-12T00:53:51.412Z] ---> Running in 51c0b651897d [2021-02-12T00:53:52.003Z] Removing intermediate container 51c0b651897d [2021-02-12T00:53:52.003Z] ---> f60e63e006cd [2021-02-12T00:53:52.003Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:53:52.003Z] ---> Running in dc85085fb9d4 [2021-02-12T00:53:52.594Z] Removing intermediate container dc85085fb9d4 [2021-02-12T00:53:52.594Z] ---> 7a798a9be67e [2021-02-12T00:53:52.594Z] [2021-02-12T00:53:52.866Z] Successfully built 7a798a9be67e [2021-02-12T00:53:52.866Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T00:53:53.473Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T00:53:53.464Z] $ docker stop --time=1 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa [2021-02-12T00:53:55.399Z] $ docker rm -f 11e43fb7c433d32a5bb039ea3d4d4d2fb80bbe7cf9ffdb4fe3cf3f8c450de0fa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:53:56.171Z] + docker images [2021-02-12T00:53:56.172Z] + grep docker [2021-02-12T00:53:56.449Z] docker-sys-mgmt-agent-go-arm64 latest 7a798a9be67e 4 seconds ago 300MB [2021-02-12T00:53:56.449Z] docker-core-data-go-arm64 latest f401da3dfb6e 48 seconds ago 21MB [2021-02-12T00:53:56.449Z] docker-support-notifications-go-arm64 latest 37d81df0e3ac About a minute ago 16.7MB [2021-02-12T00:53:56.449Z] docker-core-metadata-go-arm64 latest c386eccc0d32 2 minutes ago 17.8MB [2021-02-12T00:53:56.449Z] docker-security-bootstrapper-go-arm64 latest 8dbaabfde65c 3 minutes ago 17MB [2021-02-12T00:53:56.449Z] docker-support-scheduler-go-arm64 latest f441b97a8fd2 4 minutes ago 16.1MB [2021-02-12T00:53:56.449Z] docker-core-command-go-arm64 latest d3bc54de0e61 4 minutes ago 16MB [2021-02-12T00:53:56.449Z] docker-security-secretstore-setup-go-arm64 latest 476db3c1c055 4 minutes ago 23.4MB [2021-02-12T00:53:56.449Z] docker-security-proxy-setup-go-arm64 latest e21dcb946d06 4 minutes ago 23.2MB [2021-02-12T00:53:56.449Z] docker 20.10.0 eeaf43b92773 2 months 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-02-12T00:53:59.625Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:00.517Z] ---> package-listing.sh [2021-02-12T00:54:00.517Z] ++ facter osfamily [2021-02-12T00:54:00.517Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T00:54:00.517Z] + OS_FAMILY=redhat [2021-02-12T00:54:00.517Z] + workspace=/w/workspace/edgex-go/62 [2021-02-12T00:54:00.517Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T00:54:00.517Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T00:54:00.517Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T00:54:00.517Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T00:54:00.517Z] + '[' /w/workspace/edgex-go/62 ']' [2021-02-12T00:54:00.517Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T00:54:00.517Z] + case "${OS_FAMILY}" in [2021-02-12T00:54:00.517Z] + rpm -qa [2021-02-12T00:54:00.517Z] + sort [2021-02-12T00:54:05.827Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T00:54:05.827Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T00:54:05.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T00:54:05.827Z] + '[' /w/workspace/edgex-go/62 ']' [2021-02-12T00:54:05.827Z] + mkdir -p /w/workspace/edgex-go/62/archives/ [2021-02-12T00:54:05.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/62/archives/ [Pipeline] echo [2021-02-12T00:54:05.859Z] 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/62/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T00:54:06.161Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:54:06.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:54:06.470Z] [2021-02-12T00:54:06.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:54:06.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:54:06.816Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T00:54:06.816Z] df20fa9351a1: Pulling fs layer [2021-02-12T00:54:06.816Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T00:54:06.816Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T00:54:06.816Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T00:54:06.816Z] 93b61091891f: Pulling fs layer [2021-02-12T00:54:06.816Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T00:54:06.816Z] 5e14af77c1be: Pulling fs layer [2021-02-12T00:54:06.816Z] 01666e4c0597: Pulling fs layer [2021-02-12T00:54:06.816Z] aa168da1d23b: Pulling fs layer [2021-02-12T00:54:06.816Z] 46f8f816bc3b: Waiting [2021-02-12T00:54:06.816Z] 93b61091891f: Waiting [2021-02-12T00:54:06.816Z] 01666e4c0597: Waiting [2021-02-12T00:54:06.816Z] aa168da1d23b: Waiting [2021-02-12T00:54:06.816Z] 93b9cdb0e59b: Waiting [2021-02-12T00:54:06.816Z] 5e14af77c1be: Waiting [2021-02-12T00:54:06.816Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T00:54:06.816Z] 36b3adc4ff6f: Download complete [2021-02-12T00:54:06.816Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T00:54:06.816Z] 46f8f816bc3b: Download complete [2021-02-12T00:54:07.078Z] df20fa9351a1: Verifying Checksum [2021-02-12T00:54:07.078Z] df20fa9351a1: Download complete [2021-02-12T00:54:07.078Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T00:54:07.078Z] 93b9cdb0e59b: Download complete [2021-02-12T00:54:07.078Z] 5e14af77c1be: Verifying Checksum [2021-02-12T00:54:07.078Z] 5e14af77c1be: Download complete [2021-02-12T00:54:07.078Z] 93b61091891f: Verifying Checksum [2021-02-12T00:54:07.078Z] 93b61091891f: Download complete [2021-02-12T00:54:07.078Z] 01666e4c0597: Verifying Checksum [2021-02-12T00:54:07.078Z] 01666e4c0597: Download complete [2021-02-12T00:54:07.343Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T00:54:07.343Z] 8ad3a11d3b57: Download complete [2021-02-12T00:54:07.343Z] df20fa9351a1: Pull complete [2021-02-12T00:54:07.605Z] 36b3adc4ff6f: Pull complete [2021-02-12T00:54:08.190Z] 8ad3a11d3b57: Pull complete [2021-02-12T00:54:08.456Z] 46f8f816bc3b: Pull complete [2021-02-12T00:54:09.407Z] aa168da1d23b: Verifying Checksum [2021-02-12T00:54:09.407Z] aa168da1d23b: Download complete [2021-02-12T00:54:10.797Z] 93b61091891f: Pull complete [2021-02-12T00:54:10.797Z] 93b9cdb0e59b: Pull complete [2021-02-12T00:54:10.797Z] 5e14af77c1be: Pull complete [2021-02-12T00:54:11.065Z] 01666e4c0597: Pull complete [2021-02-12T00:54:19.255Z] aa168da1d23b: Pull complete [2021-02-12T00:54:19.255Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T00:54:19.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:54:19.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T00:54:19.476Z] prd-centos7-docker-4c-2g-26175 does not seem to be running inside a container [2021-02-12T00:54:19.529Z] $ 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/62/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/62 -v /w/workspace/edgex-go/62:/w/workspace/edgex-go/62:rw,z -v /w/workspace/edgex-go/62@tmp:/w/workspace/edgex-go/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T00:54:24.973Z] $ docker top 0f61a86b054c6cff2efffcc15b611b7941b1829c1158245dc51ecfca8d927ad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:54:25.652Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T00:54:25.954Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T00:54:26.257Z] + ls /var/log/sa-host [2021-02-12T00:54:26.257Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T00:54:26.257Z] file_magic: OK [2021-02-12T00:54:26.257Z] HZ: Using current value: 100 [2021-02-12T00:54:26.257Z] file_header: OK [2021-02-12T00:54:26.257Z] 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-02-12T00:54:26.257Z] Statistics: [2021-02-12T00:54:26.257Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T00:54:26.257Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T00:54:26.257Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T00:54:26.257Z] file_magic: OK [2021-02-12T00:54:26.257Z] HZ: Using current value: 100 [2021-02-12T00:54:26.257Z] file_header: OK [2021-02-12T00:54:26.257Z] 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-02-12T00:54:26.257Z] Statistics: [2021-02-12T00:54:26.257Z] Hnuu...uuuununununu... [2021-02-12T00:54:26.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T00:54:26.462Z] provisioning config files... [2021-02-12T00:54:26.479Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/62@tmp/config7323120749947374119tmp [Pipeline] { [Pipeline] echo [2021-02-12T00:54:26.550Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:26.849Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T00:54:26.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T00:54:26.946Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:27.246Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T00:54:27.258Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:27.557Z] ---> sudo-logs.sh [2021-02-12T00:54:27.557Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T00:54:27.569Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:27.869Z] ---> job-cost.sh [2021-02-12T00:54:27.869Z] lf-activate-venv: SKIPPING [2021-02-12T00:54:27.869Z] INFO: No Stack... [2021-02-12T00:54:28.817Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T00:54:29.392Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T00:54:29.406Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:54:29.707Z] ---> logs-deploy.sh [2021-02-12T00:54:29.707Z] lf-activate-venv: SKIPPING [2021-02-12T00:54:29.707Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/62 [2021-02-12T00:54:29.707Z] INFO: archiving workspace using pattern(s): [2021-02-12T00:54:31.096Z] Archives upload complete. [2021-02-12T00:54:31.096Z] INFO: archiving logs to Nexus