Pull request #2966 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 854e5a44da6d710a24ec1b887fc7d30ee1500c3c Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20218 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 Merge succeeded, producing 854e5a44da6d710a24ec1b887fc7d30ee1500c3c Checking out Revision 854e5a44da6d710a24ec1b887fc7d30ee1500c3c (PR-2966) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T13:28:56.554Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T13:28:56.820Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T13:28:56.934Z] ========================================================= [2021-01-14T13:28:56.934Z] EdgeX Global Pipelines Version Info [2021-01-14T13:28:56.934Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6f8718830813d1d33a63bdfddfbc01b9620225b8 # timeout=10 [2021-01-14T13:28:59.804Z] ------------------- [2021-01-14T13:28:59.804Z] stable info: [2021-01-14T13:28:59.804Z] ------------------- [2021-01-14T13:28:59.804Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T13:28:59.804Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T13:28:59.804Z] Message: update stable to v1.0.177 [2021-01-14T13:29:00.816Z] ------------------- [2021-01-14T13:29:00.816Z] experimental info: [2021-01-14T13:29:00.816Z] ------------------- [2021-01-14T13:29:00.816Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T13:29:00.816Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T13:29:00.816Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T13:29:01.089Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T13:29:01.174Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T13:29:01.323Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T13:29:01.406Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T13:29:01.487Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T13:29:01.571Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T13:29:01.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T13:29:01.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T13:29:01.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T13:29:01.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T13:29:02.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T13:29:02.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T13:29:02.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T13:29:02.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T13:29:02.519Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T13:29:02.596Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T13:29:02.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T13:29:02.759Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T13:29:02.844Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T13:29:02.926Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T13:29:03.006Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T13:29:03.088Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T13:29:03.175Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T13:29:03.274Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-14T13:29:03.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-14T13:29:03.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-14T13:29:03.595Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [Pipeline] echo [2021-01-14T13:29:03.688Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 854e5a4 [Pipeline] echo [2021-01-14T13:29:03.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T13:29:04.002Z] provisioning config files... [2021-01-14T13:29:04.046Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config3051068914624065684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:29:04.430Z] ---> docker-login.sh [2021-01-14T13:29:04.430Z] nexus3.edgexfoundry.org:10001 [2021-01-14T13:29:05.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:29:05.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:29:05.353Z] Configure a credential helper to remove this warning. See [2021-01-14T13:29:05.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:29:05.353Z] [2021-01-14T13:29:05.353Z] Login Succeeded [2021-01-14T13:29:05.353Z] nexus3.edgexfoundry.org:10002 [2021-01-14T13:29:05.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:29:05.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:29:05.949Z] Configure a credential helper to remove this warning. See [2021-01-14T13:29:05.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:29:05.949Z] [2021-01-14T13:29:05.949Z] Login Succeeded [2021-01-14T13:29:05.949Z] nexus3.edgexfoundry.org:10003 [2021-01-14T13:29:06.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:29:06.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:29:06.250Z] Configure a credential helper to remove this warning. See [2021-01-14T13:29:06.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:29:06.250Z] [2021-01-14T13:29:06.250Z] Login Succeeded [2021-01-14T13:29:06.250Z] nexus3.edgexfoundry.org:10004 [2021-01-14T13:29:06.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:29:06.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:29:06.927Z] Configure a credential helper to remove this warning. See [2021-01-14T13:29:06.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:29:06.927Z] [2021-01-14T13:29:06.927Z] Login Succeeded [2021-01-14T13:29:06.927Z] docker.io [2021-01-14T13:29:07.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:29:07.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:29:07.811Z] Configure a credential helper to remove this warning. See [2021-01-14T13:29:07.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:29:07.811Z] [2021-01-14T13:29:07.811Z] Login Succeeded [2021-01-14T13:29:07.811Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T13:29:07.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T13:29:08.354Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T13:29:08.355Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T13:29:08.355Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T13:29:08.355Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T13:29:08.355Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:29:08.355Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T13:29:08.355Z] ++ cut -d/ -f2 [2021-01-14T13:29:08.355Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T13:29:08.537Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:29:09.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:29:09.920Z] [2021-01-14T13:29:09.920Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:29:10.336Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:29:10.337Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T13:29:10.337Z] 31603596830f: Pulling fs layer [2021-01-14T13:29:10.337Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T13:29:10.337Z] 6ca5941a6612: Pulling fs layer [2021-01-14T13:29:10.337Z] ecc8261a40a4: Pulling fs layer [2021-01-14T13:29:10.337Z] ecc8261a40a4: Waiting [2021-01-14T13:29:10.760Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T13:29:10.760Z] 2a8b12db71e7: Download complete [2021-01-14T13:29:11.181Z] 31603596830f: Verifying Checksum [2021-01-14T13:29:11.181Z] 31603596830f: Download complete [2021-01-14T13:29:11.508Z] ecc8261a40a4: Verifying Checksum [2021-01-14T13:29:11.508Z] ecc8261a40a4: Download complete [2021-01-14T13:29:11.918Z] 31603596830f: Pull complete [2021-01-14T13:29:11.918Z] 2a8b12db71e7: Pull complete [2021-01-14T13:29:12.263Z] 6ca5941a6612: Verifying Checksum [2021-01-14T13:29:12.264Z] 6ca5941a6612: Download complete [2021-01-14T13:29:14.437Z] 6ca5941a6612: Pull complete [2021-01-14T13:29:15.051Z] ecc8261a40a4: Pull complete [2021-01-14T13:29:15.051Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T13:29:15.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:29:15.051Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T13:29:15.326Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:29:15.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-14T13:29:18.617Z] $ docker top 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T13:29:18.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T13:29:18.996Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T13:29:19.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T13:29:19.510Z] $ docker exec 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent [2021-01-14T13:29:19.889Z] SSH_AUTH_SOCK=/tmp/ssh-NeE0JTT5EPKx/agent.11 [2021-01-14T13:29:19.889Z] SSH_AGENT_PID=16 [2021-01-14T13:29:19.929Z] Running ssh-add (command line suppressed) [2021-01-14T13:29:20.120Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_8216701390901148313.key (/w/workspace/edgex-go/21@tmp/private_key_8216701390901148313.key) [2021-01-14T13:29:20.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T13:29:22.060Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T13:29:22.111Z] $ docker exec --env ******** --env ******** 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent -k [2021-01-14T13:29:22.341Z] unset SSH_AUTH_SOCK; [2021-01-14T13:29:22.341Z] unset SSH_AGENT_PID; [2021-01-14T13:29:22.342Z] echo Agent pid 16 killed; [2021-01-14T13:29:22.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T13:29:22.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T13:29:22.598Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T13:29:23.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T13:29:23.133Z] $ docker exec 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent [2021-01-14T13:29:23.760Z] SSH_AUTH_SOCK=/tmp/ssh-zCQ1Tngn0D2E/agent.44 [2021-01-14T13:29:23.760Z] SSH_AGENT_PID=50 [2021-01-14T13:29:23.776Z] Running ssh-add (command line suppressed) [2021-01-14T13:29:24.094Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_3698480509203198016.key (/w/workspace/edgex-go/21@tmp/private_key_3698480509203198016.key) [2021-01-14T13:29:24.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T13:29:24.596Z] + git semver init [2021-01-14T13:29:24.870Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T13:29:24.870Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-01-14T13:29:24.870Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-01-14T13:29:24.870Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T13:29:24.870Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T13:29:24.870Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T13:29:24.870Z] # $SEMVER_BRANCH = PR-2966 [2021-01-14T13:29:24.870Z] # $SEMVER_TEMP = /tmp/semver-218818197 [2021-01-14T13:29:24.870Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T13:29:52.189Z] # '/tmp/semver-218818197' -> '/w/workspace/edgex-go/21/.semver' [2021-01-14T13:29:52.189Z] # -> Force: false [2021-01-14T13:29:52.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-01-14T13:29:52.210Z] $ docker exec --env ******** --env ******** 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent -k [2021-01-14T13:29:52.567Z] unset SSH_AUTH_SOCK; [2021-01-14T13:29:52.567Z] unset SSH_AGENT_PID; [2021-01-14T13:29:52.568Z] echo Agent pid 50 killed; [2021-01-14T13:29:52.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T13:29:53.330Z] + git semver [Pipeline] } [2021-01-14T13:29:53.363Z] $ docker stop --time=1 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da [2021-01-14T13:29:55.258Z] $ docker rm -f 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:29:55.909Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T13:29:56.648Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T13:29:56.651Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T13:29:57.498Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:29:57.837Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:29:58.158Z] + true [2021-01-14T13:29:58.158Z] + sudo service docker restart [2021-01-14T13:29:58.158Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T13:29:59.157Z] ========================================================= [2021-01-14T13:29:59.157Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T13:29:59.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:29:59.611Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-14T13:30:08.193Z] Sending build context to Docker daemon 326.6MB [2021-01-14T13:30:08.193Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T13:30:08.193Z] Step 2/6 : FROM ${BASE} [2021-01-14T13:30:08.193Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T13:30:08.193Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T13:30:08.193Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T13:30:08.193Z] de9db76c5a1d: Pulling fs layer [2021-01-14T13:30:08.193Z] bca2f99d35d6: Pulling fs layer [2021-01-14T13:30:08.193Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T13:30:08.193Z] 7c6f9722023f: Pulling fs layer [2021-01-14T13:30:08.193Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T13:30:08.193Z] bca2f99d35d6: Waiting [2021-01-14T13:30:08.193Z] 93359f2a8cfa: Waiting [2021-01-14T13:30:08.193Z] 7c6f9722023f: Waiting [2021-01-14T13:30:08.193Z] a35cf1a2eb13: Waiting [2021-01-14T13:30:08.193Z] de9db76c5a1d: Verifying Checksum [2021-01-14T13:30:08.193Z] de9db76c5a1d: Download complete [2021-01-14T13:30:08.193Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T13:30:08.193Z] 0ef7d3d256c8: Download complete [2021-01-14T13:30:08.193Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T13:30:08.193Z] 93359f2a8cfa: Download complete [2021-01-14T13:30:08.193Z] 7c6f9722023f: Verifying Checksum [2021-01-14T13:30:08.193Z] 7c6f9722023f: Download complete [2021-01-14T13:30:08.193Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T13:30:08.193Z] 188c0c94c7c5: Download complete [2021-01-14T13:30:08.484Z] 188c0c94c7c5: Pull complete [2021-01-14T13:30:09.107Z] 0ef7d3d256c8: Pull complete [2021-01-14T13:30:09.435Z] de9db76c5a1d: Pull complete [2021-01-14T13:30:11.976Z] Still waiting to schedule task [2021-01-14T13:30:11.976Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T13:30:13.014Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T13:30:13.014Z] a35cf1a2eb13: Download complete [2021-01-14T13:30:14.567Z] bca2f99d35d6: Verifying Checksum [2021-01-14T13:30:14.567Z] bca2f99d35d6: Download complete [2021-01-14T13:30:27.400Z] bca2f99d35d6: Pull complete [2021-01-14T13:30:27.400Z] 93359f2a8cfa: Pull complete [2021-01-14T13:30:27.400Z] 7c6f9722023f: Pull complete [2021-01-14T13:30:32.902Z] a35cf1a2eb13: Pull complete [2021-01-14T13:30:32.902Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T13:30:32.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T13:30:32.902Z] ---> a62c8e92a672 [2021-01-14T13:30:32.902Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T13:30:32.902Z] ---> Running in e5bddf43bbb4 [2021-01-14T13:30:33.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:30:34.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:30:35.479Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T13:30:35.748Z] (2/12) Installing file (5.38-r0) [2021-01-14T13:30:36.018Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T13:30:36.018Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T13:30:46.225Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T13:30:46.225Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T13:30:46.225Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T13:30:46.225Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T13:30:46.225Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T13:30:46.225Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T13:30:46.225Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T13:30:46.225Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T13:30:46.225Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:30:46.505Z] OK: 233 MiB in 51 packages [2021-01-14T13:30:50.925Z] Removing intermediate container e5bddf43bbb4 [2021-01-14T13:30:50.925Z] ---> 2a6eeadac295 [2021-01-14T13:30:50.925Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T13:30:50.925Z] ---> Running in 1597dcddc266 [2021-01-14T13:30:50.926Z] Removing intermediate container 1597dcddc266 [2021-01-14T13:30:50.926Z] ---> 5d4fb7c76dd8 [2021-01-14T13:30:50.926Z] Step 5/6 : COPY go.mod . [2021-01-14T13:30:50.926Z] ---> 86ee7e7e80f2 [2021-01-14T13:30:50.926Z] Step 6/6 : RUN go mod download [2021-01-14T13:30:51.206Z] ---> Running in 75742666b97d [2021-01-14T13:31:18.232Z] Removing intermediate container 75742666b97d [2021-01-14T13:31:18.232Z] ---> e776e1280c13 [2021-01-14T13:31:18.232Z] Successfully built e776e1280c13 [2021-01-14T13:31:18.232Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:31:18.617Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T13:31:18.617Z] . [Pipeline] withDockerContainer [2021-01-14T13:31:18.919Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:31:19.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-14T13:31:20.656Z] $ docker top 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:31:21.864Z] + go version [2021-01-14T13:31:21.864Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T13:31:21.884Z] $ docker stop --time=1 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 [2021-01-14T13:31:23.471Z] $ docker rm -f 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:31:24.461Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T13:31:24.461Z] . [Pipeline] withDockerContainer [2021-01-14T13:31:24.643Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:31:24.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-14T13:31:26.177Z] $ docker top 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T13:31:26.419Z] ========================================================= [2021-01-14T13:31:26.419Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T13:31:26.419Z] ========================================================= [Pipeline] sh [2021-01-14T13:31:26.737Z] + make test [2021-01-14T13:31:26.737Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T13:31:42.003Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T13:32:09.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T13:32:15.062Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20220 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-14T13:32:15.117Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-14T13:32:19.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T13:32:19.922Z] using credential edgex-jenkins-ssh [2021-01-14T13:32:19.981Z] Cloning the remote Git repository [2021-01-14T13:32:20.039Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:32:20.151Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-14T13:32:20.222Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:32:20.223Z] > git --version # timeout=10 [2021-01-14T13:32:21.348Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T13:32:21.348Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T13:32:21.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T13:32:20.246Z] > git --version # 'git version 2.17.1' [2021-01-14T13:32:20.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:32:20.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:32:21.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T13:32:21.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T13:32:23.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T13:32:23.546Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T13:32:25.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T13:32:29.095Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T13:32:29.095Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T13:32:29.095Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T13:32:33.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 46.6% of statements [2021-01-14T13:32:33.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T13:32:33.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T13:32:33.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T13:32:33.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T13:32:33.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T13:32:36.509Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:32:36.948Z] Merge succeeded, producing 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:32:36.948Z] Checking out Revision 854e5a44da6d710a24ec1b887fc7d30ee1500c3c (PR-2966) [2021-01-14T13:32:35.578Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:32:35.600Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:32:35.630Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:32:35.668Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:32:35.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:32:35.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T13:32:36.535Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:32:36.547Z] > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 [2021-01-14T13:32:36.851Z] > git remote # timeout=10 [2021-01-14T13:32:36.876Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T13:32:36.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:32:36.912Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T13:32:36.936Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T13:32:36.960Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:32:37.013Z] > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 [2021-01-14T13:32:38.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.0% of statements [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T13:32:38.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T13:32:38.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T13:32:38.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.333s coverage: 77.1% of statements [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T13:32:38.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T13:32:38.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.4% of statements [2021-01-14T13:32:38.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T13:32:38.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:32:38.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T13:32:38.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T13:32:41.733Z] Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" [2021-01-14T13:32:41.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.435s coverage: 28.6% of statements [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T13:32:41.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T13:32:41.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.122s coverage: 100.0% of statements [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T13:32:41.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements [2021-01-14T13:32:41.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T13:32:43.242Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-14T13:32:43.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.222s coverage: 97.5% of statements [2021-01-14T13:32:43.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T13:32:43.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements [2021-01-14T13:32:43.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T13:32:43.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T13:32:43.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T13:32:43.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh [2021-01-14T13:32:43.701Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:32:44.040Z] + sudo+ service dockertrue [2021-01-14T13:32:44.040Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T13:32:46.100Z] provisioning config files... [2021-01-14T13:32:46.145Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config821194555339879696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:32:46.551Z] ---> docker-login.sh [2021-01-14T13:32:46.551Z] nexus3.edgexfoundry.org:10001 [2021-01-14T13:32:47.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:32:47.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:32:47.806Z] Configure a credential helper to remove this warning. See [2021-01-14T13:32:47.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:32:47.806Z] [2021-01-14T13:32:47.806Z] Login Succeeded [2021-01-14T13:32:47.806Z] nexus3.edgexfoundry.org:10002 [2021-01-14T13:32:48.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:32:48.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:32:48.359Z] Configure a credential helper to remove this warning. See [2021-01-14T13:32:48.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:32:48.359Z] [2021-01-14T13:32:48.359Z] Login Succeeded [2021-01-14T13:32:48.359Z] nexus3.edgexfoundry.org:10003 [2021-01-14T13:32:48.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:32:48.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:32:48.960Z] Configure a credential helper to remove this warning. See [2021-01-14T13:32:48.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:32:48.960Z] [2021-01-14T13:32:48.960Z] Login Succeeded [2021-01-14T13:32:48.960Z] nexus3.edgexfoundry.org:10004 [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.934s coverage: 93.2% of statements [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.138s coverage: 0.1% of statements [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.177s coverage: 75.5% of statements [2021-01-14T13:32:49.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.246s coverage: 80.8% of statements [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements [2021-01-14T13:32:49.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements [2021-01-14T13:32:49.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:32:49.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:32:49.517Z] Configure a credential helper to remove this warning. See [2021-01-14T13:32:49.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:32:49.517Z] [2021-01-14T13:32:49.517Z] Login Succeeded [2021-01-14T13:32:49.517Z] docker.io [2021-01-14T13:32:49.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:32:50.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:32:50.061Z] Configure a credential helper to remove this warning. See [2021-01-14T13:32:50.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:32:50.061Z] [2021-01-14T13:32:50.061Z] Login Succeeded [2021-01-14T13:32:50.061Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T13:32:50.078Z] Deleting 1 temporary files [2021-01-14T13:32:50.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.4% of statements [2021-01-14T13:32:50.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T13:32:50.560Z] ========================================================= [2021-01-14T13:32:50.560Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T13:32:50.560Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:32:50.948Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-14T13:32:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.432s coverage: 63.5% of statements [2021-01-14T13:32:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T13:32:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T13:32:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-01-14T13:32:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements [2021-01-14T13:32:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.159s coverage: 100.0% of statements [2021-01-14T13:32:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-01-14T13:32:53.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-14T13:32:53.607Z] Sending build context to Docker daemon 165.6MB [2021-01-14T13:32:53.607Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T13:32:53.607Z] Step 2/6 : FROM ${BASE} [2021-01-14T13:32:53.607Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T13:32:53.607Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T13:32:53.607Z] a4357932f1b6: Pulling fs layer [2021-01-14T13:32:53.607Z] 18c013af1878: Pulling fs layer [2021-01-14T13:32:53.607Z] 00ac8860ef70: Pulling fs layer [2021-01-14T13:32:53.607Z] 63d7cb157983: Pulling fs layer [2021-01-14T13:32:53.607Z] b116817d02f9: Pulling fs layer [2021-01-14T13:32:53.607Z] 745a02a5169b: Pulling fs layer [2021-01-14T13:32:53.607Z] 00ac8860ef70: Waiting [2021-01-14T13:32:53.607Z] b116817d02f9: Waiting [2021-01-14T13:32:53.607Z] 63d7cb157983: Waiting [2021-01-14T13:32:53.607Z] 745a02a5169b: Waiting [2021-01-14T13:32:53.607Z] 18c013af1878: Verifying Checksum [2021-01-14T13:32:53.607Z] 18c013af1878: Download complete [2021-01-14T13:32:53.607Z] a4357932f1b6: Verifying Checksum [2021-01-14T13:32:53.607Z] a4357932f1b6: Download complete [2021-01-14T13:32:53.607Z] 63d7cb157983: Download complete [2021-01-14T13:32:53.607Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T13:32:53.607Z] 5f621e34cdf4: Download complete [2021-01-14T13:32:53.607Z] b116817d02f9: Verifying Checksum [2021-01-14T13:32:53.607Z] b116817d02f9: Download complete [2021-01-14T13:32:54.215Z] 5f621e34cdf4: Pull complete [2021-01-14T13:32:54.819Z] a4357932f1b6: Pull complete [2021-01-14T13:32:55.093Z] 18c013af1878: Pull complete [2021-01-14T13:32:56.528Z] 745a02a5169b: Verifying Checksum [2021-01-14T13:32:56.528Z] 745a02a5169b: Download complete [2021-01-14T13:32:57.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.661s coverage: 55.9% of statements [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T13:32:57.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.174s coverage: 37.0% of statements [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T13:32:57.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T13:32:57.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.660s coverage: 84.0% of statements [2021-01-14T13:32:57.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2021-01-14T13:32:57.510Z] 00ac8860ef70: Verifying Checksum [2021-01-14T13:32:57.510Z] 00ac8860ef70: Download complete [2021-01-14T13:33:00.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.278s coverage: 47.1% of statements [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T13:33:00.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T13:33:00.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2021-01-14T13:33:00.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.293s coverage: 29.1% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.170s coverage: 100.0% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T13:33:03.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T13:33:03.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-01-14T13:33:04.035Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements [2021-01-14T13:33:04.649Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-01-14T13:33:04.933Z] GO111MODULE=on go vet ./... [2021-01-14T13:33:07.683Z] 00ac8860ef70: Pull complete [2021-01-14T13:33:07.957Z] 63d7cb157983: Pull complete [2021-01-14T13:33:08.555Z] b116817d02f9: Pull complete [2021-01-14T13:33:11.947Z] 745a02a5169b: Pull complete [2021-01-14T13:33:11.947Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T13:33:11.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T13:33:11.947Z] ---> b7e6874047d6 [2021-01-14T13:33:11.948Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T13:33:15.350Z] ---> Running in ae1d9b220f1e [2021-01-14T13:33:16.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:33:17.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:33:18.367Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T13:33:18.367Z] (2/12) Installing file (5.38-r0) [2021-01-14T13:33:18.367Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T13:33:18.637Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T13:33:25.361Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T13:33:25.361Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T13:33:25.361Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T13:33:25.361Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T13:33:25.643Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T13:33:25.643Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T13:33:25.643Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T13:33:25.917Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T13:33:25.917Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:33:25.917Z] OK: 217 MiB in 51 packages [2021-01-14T13:33:30.243Z] Removing intermediate container ae1d9b220f1e [2021-01-14T13:33:30.243Z] ---> 6cde344863df [2021-01-14T13:33:30.243Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T13:33:30.243Z] ---> Running in a9abd95f3195 [2021-01-14T13:33:30.514Z] Removing intermediate container a9abd95f3195 [2021-01-14T13:33:30.514Z] ---> 1ca68d8d7c1a [2021-01-14T13:33:30.514Z] Step 5/6 : COPY go.mod . [2021-01-14T13:33:31.118Z] ---> 9f99da0db9d1 [2021-01-14T13:33:31.118Z] Step 6/6 : RUN go mod download [2021-01-14T13:33:31.392Z] ---> Running in 68efa46ded48 [2021-01-14T13:33:52.293Z] gofmt -l . [2021-01-14T13:33:52.293Z] [ "`gofmt -l .`" = "" ] [2021-01-14T13:33:53.299Z] ./bin/test-go-mod-tidy.sh [2021-01-14T13:33:53.947Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T13:33:56.163Z] + ls -al . [2021-01-14T13:33:56.163Z] total 660 [2021-01-14T13:33:56.163Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 13:33 . [2021-01-14T13:33:56.163Z] drwxr-xr-x 4 root root 30 Jan 14 13:31 .. [2021-01-14T13:33:56.163Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 13:28 .dockerignore [2021-01-14T13:33:56.163Z] drwxrwxr-x 8 1001 1001 179 Jan 14 13:28 .git [2021-01-14T13:33:56.164Z] drwxrwxr-x 3 1001 1001 125 Jan 14 13:28 .github [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 13:28 .gitignore [2021-01-14T13:33:56.164Z] drwx------ 3 1001 1001 47 Jan 14 13:29 .semver [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 13:28 .sonarcloud.properties [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:28 Attribution.txt [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:28 CONTRIBUTING.md [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 13:28 Dockerfile.build [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 13:28 Jenkinsfile [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:28 LICENSE [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:28 Makefile [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:28 README.md [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:28 SECURITY.md [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 13:29 VERSION [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:28 ZMQWindows.md [2021-01-14T13:33:56.164Z] drwxrwxr-x 2 1001 1001 117 Jan 14 13:28 bin [2021-01-14T13:33:56.164Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 13:28 cmd [2021-01-14T13:33:56.164Z] -rw-r--r-- 1 root root 554655 Jan 14 13:33 coverage.out [2021-01-14T13:33:56.164Z] -rw-r--r-- 1 root root 979 Jan 14 13:33 go.mod [2021-01-14T13:33:56.164Z] -rw-r--r-- 1 root root 19036 Jan 14 13:33 go.sum [2021-01-14T13:33:56.164Z] drwxrwxr-x 8 1001 1001 127 Jan 14 13:28 internal [2021-01-14T13:33:56.164Z] drwxrwxr-x 4 1001 1001 26 Jan 14 13:28 openapi [2021-01-14T13:33:56.164Z] drwxrwxr-x 4 1001 1001 71 Jan 14 13:28 snap [2021-01-14T13:33:56.164Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 13:28 version.go [Pipeline] sh [2021-01-14T13:33:56.590Z] + '[' -e coverage.out ] [2021-01-14T13:33:56.590Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T13:33:57.198Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T13:33:57.557Z] + make build [2021-01-14T13:33:57.557Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T13:33:58.192Z] Removing intermediate container 68efa46ded48 [2021-01-14T13:33:58.192Z] ---> ee7c6b119ae3 [2021-01-14T13:33:58.192Z] Successfully built ee7c6b119ae3 [2021-01-14T13:33:58.192Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:33:58.541Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T13:33:58.541Z] . [Pipeline] withDockerContainer [2021-01-14T13:33:58.778Z] prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container [2021-01-14T13:33:58.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T13:34:00.309Z] $ docker top 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:34:01.365Z] + go version [2021-01-14T13:34:01.365Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T13:34:01.392Z] $ docker stop --time=1 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac [2021-01-14T13:34:03.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T13:34:03.294Z] $ docker rm -f 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:34:04.267Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T13:34:04.267Z] . [Pipeline] withDockerContainer [2021-01-14T13:34:04.517Z] prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container [2021-01-14T13:34:04.604Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T13:34:05.957Z] $ docker top 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T13:34:06.335Z] ========================================================= [2021-01-14T13:34:06.335Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T13:34:06.335Z] ========================================================= [Pipeline] sh [2021-01-14T13:34:06.988Z] + make test [2021-01-14T13:34:06.988Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T13:34:18.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T13:34:22.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T13:34:25.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T13:34:25.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T13:34:29.187Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T13:34:29.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T13:34:33.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T13:34:35.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T13:34:38.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T13:34:40.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T13:34:42.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T13:34:44.964Z] $ docker stop --time=1 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b [2021-01-14T13:34:46.928Z] $ docker rm -f 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:34:50.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:34:50.767Z] [2021-01-14T13:34:50.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:34:51.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:34:51.457Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T13:34:51.457Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T13:34:51.457Z] ca9280d653b3: Pulling fs layer [2021-01-14T13:34:51.457Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T13:34:52.480Z] cbdbe7a5bc2a: Download complete [2021-01-14T13:34:53.515Z] cbdbe7a5bc2a: Pull complete [2021-01-14T13:34:53.515Z] ca9280d653b3: Verifying Checksum [2021-01-14T13:34:53.515Z] ca9280d653b3: Download complete [2021-01-14T13:34:56.241Z] 7e9c9ca2126c: Download complete [2021-01-14T13:34:56.241Z] ca9280d653b3: Pull complete [2021-01-14T13:35:08.206Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T13:35:08.885Z] 7e9c9ca2126c: Pull complete [2021-01-14T13:35:08.885Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T13:35:08.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:35:08.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T13:35:09.160Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:35:09.239Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T13:35:11.692Z] $ docker top 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:35:12.737Z] + docker-compose build --help [2021-01-14T13:35:12.737Z] + grep parallel [2021-01-14T13:35:14.185Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T13:35:14.206Z] $ docker stop --time=1 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 [2021-01-14T13:35:16.036Z] $ docker rm -f 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:35:16.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:35:16.755Z] . [Pipeline] withDockerContainer [2021-01-14T13:35:17.076Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:35:17.145Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T13:35:18.473Z] $ docker top c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:35:19.336Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T13:35:21.313Z] Building docker-core-command-go ... [2021-01-14T13:35:21.313Z] Building docker-core-data-go ... [2021-01-14T13:35:21.313Z] Building docker-core-metadata-go ... [2021-01-14T13:35:21.313Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T13:35:21.313Z] Building docker-security-proxy-setup-go ... [2021-01-14T13:35:21.313Z] Building docker-security-secretstore-setup-go ... [2021-01-14T13:35:21.313Z] Building docker-support-notifications-go ... [2021-01-14T13:35:21.313Z] Building docker-support-scheduler-go ... [2021-01-14T13:35:21.313Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T13:35:21.313Z] Building docker-core-data-go [2021-01-14T13:35:21.313Z] Building docker-security-bootstrap-redis-go [2021-01-14T13:35:21.313Z] Building docker-security-secretstore-setup-go [2021-01-14T13:35:21.313Z] Building docker-security-proxy-setup-go [2021-01-14T13:35:21.313Z] Building docker-core-metadata-go [2021-01-14T13:35:30.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T13:35:30.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T13:35:30.413Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T13:35:30.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T13:35:34.840Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T13:35:34.840Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T13:35:34.840Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T13:35:41.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.231s coverage: 46.6% of statements [2021-01-14T13:35:41.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T13:35:41.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T13:35:41.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T13:35:41.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T13:35:41.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T13:35:48.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.0% of statements [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T13:35:48.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T13:35:48.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T13:35:48.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 77.1% of statements [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T13:35:48.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.4% of statements [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T13:35:48.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T13:35:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.151s coverage: 28.6% of statements [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T13:35:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T13:35:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T13:35:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements [2021-01-14T13:35:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T13:35:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements [2021-01-14T13:35:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T13:35:57.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-01-14T13:35:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T13:35:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T13:35:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T13:35:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 93.2% of statements [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.113s coverage: 75.5% of statements [2021-01-14T13:36:05.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 80.8% of statements [2021-01-14T13:36:05.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-01-14T13:36:06.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements [2021-01-14T13:36:07.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2021-01-14T13:36:07.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements [2021-01-14T13:36:11.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T13:36:11.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-01-14T13:36:11.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-01-14T13:36:17.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 55.9% of statements [2021-01-14T13:36:17.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T13:36:17.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T13:36:17.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T13:36:17.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T13:36:17.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T13:36:17.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.458s coverage: 37.0% of statements [2021-01-14T13:36:17.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T13:36:17.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T13:36:17.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements [2021-01-14T13:36:17.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2021-01-14T13:36:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T13:36:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T13:36:24.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-01-14T13:36:24.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.073s coverage: 29.1% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T13:36:29.885Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-14T13:36:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-14T13:36:29.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:36:29.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:36:29.981Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:36:29.981Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:36:29.981Z] ---> e776e1280c13 [2021-01-14T13:36:29.981Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:36:29.981Z] ---> e776e1280c13 [2021-01-14T13:36:29.981Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:36:29.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:36:29.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:36:29.981Z] ---> e776e1280c13 [2021-01-14T13:36:29.981Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:36:29.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:36:29.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:36:29.981Z] ---> e776e1280c13 [2021-01-14T13:36:29.981Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T13:36:29.981Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:36:29.981Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:36:29.981Z] ---> e776e1280c13 [2021-01-14T13:36:29.981Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:36:29.981Z] ---> Running in 83d9a63c6760 [2021-01-14T13:36:29.981Z] ---> Running in b3256e42ad9e [2021-01-14T13:36:29.981Z] ---> Running in 10624b575c70 [2021-01-14T13:36:29.981Z] ---> Running in e12e0b7c9d53 [2021-01-14T13:36:29.981Z] ---> Running in 79089f7f4351 [2021-01-14T13:36:29.981Z] Removing intermediate container 10624b575c70 [2021-01-14T13:36:29.981Z] ---> 83864f920dca [2021-01-14T13:36:29.981Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:36:29.981Z] Removing intermediate container 83d9a63c6760 [2021-01-14T13:36:29.981Z] ---> c0afc5921c0c [2021-01-14T13:36:29.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:36:29.981Z] Removing intermediate container e12e0b7c9d53 [2021-01-14T13:36:29.981Z] ---> ee680691044f [2021-01-14T13:36:29.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:36:29.981Z] Removing intermediate container b3256e42ad9e [2021-01-14T13:36:29.981Z] ---> efe7c55ae7c3 [2021-01-14T13:36:29.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:36:29.981Z] Removing intermediate container 79089f7f4351 [2021-01-14T13:36:29.981Z] ---> 5e0253bebf73 [2021-01-14T13:36:29.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:36:29.981Z] ---> Running in 1b2f61839914 [2021-01-14T13:36:29.981Z] ---> Running in 9758a9a077a0 [2021-01-14T13:36:29.981Z] ---> Running in fd44e0de4aad [2021-01-14T13:36:29.981Z] ---> Running in 06b0220a8828 [2021-01-14T13:36:29.981Z] ---> Running in 3f9d84faa90b [2021-01-14T13:36:29.981Z] Removing intermediate container 06b0220a8828 [2021-01-14T13:36:29.981Z] ---> 877f2420f576 [2021-01-14T13:36:29.981Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:36:29.981Z] Removing intermediate container 1b2f61839914 [2021-01-14T13:36:29.981Z] ---> 601ed39ed469 [2021-01-14T13:36:29.981Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T13:36:29.981Z] ---> Running in 5c9e63ddc669 [2021-01-14T13:36:29.981Z] ---> Running in 3727ef2649de [2021-01-14T13:36:29.981Z] Removing intermediate container fd44e0de4aad [2021-01-14T13:36:29.981Z] ---> 657b8e65c3d5 [2021-01-14T13:36:29.981Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:36:29.981Z] Removing intermediate container 9758a9a077a0 [2021-01-14T13:36:29.981Z] ---> f89b708816fa [2021-01-14T13:36:29.981Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:36:29.981Z] ---> Running in d5fd8207e08a [2021-01-14T13:36:29.981Z] Removing intermediate container 3f9d84faa90b [2021-01-14T13:36:29.981Z] ---> d29982642bbe [2021-01-14T13:36:29.981Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T13:36:29.981Z] ---> Running in 88598a01a311 [2021-01-14T13:36:29.981Z] ---> Running in e573329f41b8 [2021-01-14T13:36:29.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:29.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:29.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:29.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:29.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:36:30.987Z] OK: 233 MiB in 51 packages [2021-01-14T13:36:31.274Z] OK: 233 MiB in 51 packages [2021-01-14T13:36:31.274Z] OK: 233 MiB in 51 packages [2021-01-14T13:36:31.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-14T13:36:31.591Z] OK: 233 MiB in 51 packages [2021-01-14T13:36:31.591Z] OK: 233 MiB in 51 packages [2021-01-14T13:36:31.911Z] GO111MODULE=on go vet ./... [2021-01-14T13:36:32.604Z] Removing intermediate container 5c9e63ddc669 [2021-01-14T13:36:32.604Z] ---> 11b426cb4be0 [2021-01-14T13:36:32.604Z] Step 6/24 : COPY go.mod . [2021-01-14T13:36:32.882Z] Removing intermediate container 88598a01a311 [2021-01-14T13:36:32.882Z] ---> 910c6113f9dd [2021-01-14T13:36:32.882Z] Step 6/22 : COPY go.mod . [2021-01-14T13:36:32.882Z] Removing intermediate container 3727ef2649de [2021-01-14T13:36:32.882Z] ---> f2e58c2fc316 [2021-01-14T13:36:32.882Z] Step 6/21 : COPY go.mod . [2021-01-14T13:36:33.181Z] Removing intermediate container d5fd8207e08a [2021-01-14T13:36:33.181Z] ---> 87e0d4399b88 [2021-01-14T13:36:33.181Z] Step 6/22 : COPY go.mod . [2021-01-14T13:36:33.181Z] ---> 07c909e47291 [2021-01-14T13:36:33.181Z] Step 7/24 : RUN go mod download [2021-01-14T13:36:33.469Z] Removing intermediate container e573329f41b8 [2021-01-14T13:36:33.469Z] ---> 22b53bbf9d9a [2021-01-14T13:36:33.469Z] Step 6/23 : COPY go.mod . [2021-01-14T13:36:33.469Z] ---> Running in fc397de0e5ba [2021-01-14T13:36:33.793Z] ---> 726b57b4bdd7 [2021-01-14T13:36:33.793Z] Step 7/22 : RUN go mod download [2021-01-14T13:36:33.793Z] ---> ae262ba3d764 [2021-01-14T13:36:33.794Z] Step 7/21 : RUN go mod download [2021-01-14T13:36:34.119Z] ---> b5af60e4b2da [2021-01-14T13:36:34.119Z] Step 7/22 : RUN go mod download [2021-01-14T13:36:34.119Z] ---> Running in 3cacd61cfd5e [2021-01-14T13:36:34.119Z] ---> Running in 45c78337e2f7 [2021-01-14T13:36:34.409Z] ---> c6e04420219b [2021-01-14T13:36:34.409Z] Step 7/23 : RUN go mod download [2021-01-14T13:36:34.409Z] ---> Running in a7445fd4a6d5 [2021-01-14T13:36:34.711Z] ---> Running in 119330db7c20 [2021-01-14T13:36:39.350Z] Removing intermediate container a7445fd4a6d5 [2021-01-14T13:36:39.350Z] ---> ff74a9923ce7 [2021-01-14T13:36:39.350Z] Step 8/22 : COPY . . [2021-01-14T13:36:39.350Z] Removing intermediate container 45c78337e2f7 [2021-01-14T13:36:39.350Z] ---> c0208da4b5a4 [2021-01-14T13:36:39.350Z] Step 8/21 : COPY . . [2021-01-14T13:36:39.350Z] Removing intermediate container 119330db7c20 [2021-01-14T13:36:39.350Z] ---> 4a97fb21a21f [2021-01-14T13:36:39.350Z] Step 8/23 : COPY . . [2021-01-14T13:36:39.350Z] Removing intermediate container 3cacd61cfd5e [2021-01-14T13:36:39.350Z] ---> 9fffced60ba6 [2021-01-14T13:36:39.350Z] Step 8/22 : COPY . . [2021-01-14T13:36:40.402Z] Removing intermediate container fc397de0e5ba [2021-01-14T13:36:40.402Z] ---> 599123e09b4c [2021-01-14T13:36:40.402Z] Step 8/24 : COPY . . [2021-01-14T13:37:39.947Z] gofmt -l . [2021-01-14T13:37:39.947Z] [ "`gofmt -l .`" = "" ] [2021-01-14T13:37:40.544Z] ./bin/test-go-mod-tidy.sh [2021-01-14T13:37:41.142Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T13:37:43.231Z] + ls -al . [2021-01-14T13:37:43.232Z] total 688 [2021-01-14T13:37:43.232Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 13:37 . [2021-01-14T13:37:43.232Z] drwxr-xr-x 4 root root 4096 Jan 14 13:34 .. [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 13:32 .dockerignore [2021-01-14T13:37:43.232Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 13:32 .git [2021-01-14T13:37:43.232Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 13:32 .github [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 13:32 .gitignore [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 13:32 .sonarcloud.properties [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:32 Attribution.txt [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:32 CONTRIBUTING.md [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 13:32 Dockerfile.build [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 13:32 Jenkinsfile [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:32 LICENSE [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:32 Makefile [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:32 README.md [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:32 SECURITY.md [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 13:29 VERSION [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:32 ZMQWindows.md [2021-01-14T13:37:43.232Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 13:32 bin [2021-01-14T13:37:43.232Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 13:32 cmd [2021-01-14T13:37:43.232Z] -rw-r--r-- 1 root root 554655 Jan 14 13:36 coverage.out [2021-01-14T13:37:43.232Z] -rw-r--r-- 1 root root 979 Jan 14 13:37 go.mod [2021-01-14T13:37:43.232Z] -rw-r--r-- 1 root root 19036 Jan 14 13:37 go.sum [2021-01-14T13:37:43.232Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 13:32 internal [2021-01-14T13:37:43.232Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 13:32 openapi [2021-01-14T13:37:43.232Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 13:32 snap [2021-01-14T13:37:43.232Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 13:32 version.go [Pipeline] sh [2021-01-14T13:37:43.897Z] + '[' -e coverage.out ] [2021-01-14T13:37:43.897Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T13:37:43.973Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T13:37:45.159Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T13:37:45.866Z] + make build [2021-01-14T13:37:45.866Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T13:37:49.046Z] ---> 8842ed0ca3c7 [2021-01-14T13:37:49.046Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T13:37:49.046Z] ---> 0fd701450af4 [2021-01-14T13:37:49.046Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T13:37:49.046Z] ---> fd82ee6664d1 [2021-01-14T13:37:49.046Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T13:37:49.046Z] ---> Running in 6b770756deaa [2021-01-14T13:37:49.046Z] ---> Running in 0726a81a8c27 [2021-01-14T13:37:49.046Z] ---> 31655618611a [2021-01-14T13:37:49.046Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T13:37:49.046Z] ---> 8f953105abb7 [2021-01-14T13:37:49.046Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T13:37:49.046Z] ---> Running in f57bdf6db7a9 [2021-01-14T13:37:49.046Z] ---> Running in 80f0a453fe87 [2021-01-14T13:37:49.046Z] ---> Running in 206b69bcfca7 [2021-01-14T13:37:49.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T13:37:49.046Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T13:37:49.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T13:37:49.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T13:37:49.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T13:37:56.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T13:38:18.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T13:38:21.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T13:38:25.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T13:38:27.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T13:38:32.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T13:38:36.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T13:38:37.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T13:38:38.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T13:38:41.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T13:38:44.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T13:38:49.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T13:38:49.270Z] Removing intermediate container 0726a81a8c27 [2021-01-14T13:38:49.270Z] ---> f267523d27bf [2021-01-14T13:38:49.270Z] [2021-01-14T13:38:49.270Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T13:38:49.601Z] 3.12: Pulling from library/alpine [2021-01-14T13:38:51.258Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T13:38:51.258Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T13:38:51.258Z] ---> 389fef711851 [2021-01-14T13:38:51.258Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:38:53.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T13:38:53.517Z] ---> Running in 174937c7662a [2021-01-14T13:38:54.639Z] Removing intermediate container f57bdf6db7a9 [2021-01-14T13:38:54.639Z] ---> 3b1409cdbc53 [2021-01-14T13:38:54.639Z] [2021-01-14T13:38:54.639Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T13:38:54.639Z] ---> 389fef711851 [2021-01-14T13:38:54.639Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:38:54.639Z] Removing intermediate container 206b69bcfca7 [2021-01-14T13:38:54.639Z] ---> f1427cb51745 [2021-01-14T13:38:54.639Z] [2021-01-14T13:38:54.639Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T13:38:54.639Z] ---> 389fef711851 [2021-01-14T13:38:54.639Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T13:38:55.008Z] ---> Running in 65fc769de6ef [2021-01-14T13:38:55.008Z] ---> Running in 83ab07d53da5 [Pipeline] } [2021-01-14T13:38:55.959Z] $ docker stop --time=1 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a [2021-01-14T13:38:56.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:56.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:57.042Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T13:38:58.052Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:38:58.052Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T13:38:58.052Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T13:38:58.052Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T13:38:58.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:38:58.052Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:38:58.245Z] $ docker rm -f 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a [2021-01-14T13:38:58.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:58.820Z] OK: 7 MiB in 19 packages [2021-01-14T13:38:58.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:58.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:58.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:58.820Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T13:38:58.820Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:38:58.820Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T13:38:58.820Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T13:38:59.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:38:59.309Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:38:59.309Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T13:38:59.309Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:38:59.309Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T13:38:59.309Z] OK: 7 MiB in 18 packages [2021-01-14T13:38:59.309Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T13:38:59.309Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T13:38:59.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:38:59.309Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:38:59.309Z] OK: 7 MiB in 19 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:39:00.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:39:00.034Z] [2021-01-14T13:39:00.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:39:00.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:39:00.690Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T13:39:00.690Z] 29e5d40040c1: Pulling fs layer [2021-01-14T13:39:00.690Z] 1ce36da41761: Pulling fs layer [2021-01-14T13:39:00.690Z] 25b303627fd3: Pulling fs layer [2021-01-14T13:39:01.284Z] 29e5d40040c1: Download complete [2021-01-14T13:39:01.559Z] 1ce36da41761: Verifying Checksum [2021-01-14T13:39:01.559Z] 1ce36da41761: Download complete [2021-01-14T13:39:01.833Z] 29e5d40040c1: Pull complete [2021-01-14T13:39:02.214Z] Removing intermediate container 80f0a453fe87 [2021-01-14T13:39:02.215Z] ---> dc03051827b7 [2021-01-14T13:39:02.215Z] [2021-01-14T13:39:02.215Z] Step 10/22 : FROM scratch [2021-01-14T13:39:02.215Z] ---> [2021-01-14T13:39:02.215Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:39:03.231Z] ---> Running in 72dd38341677 [2021-01-14T13:39:03.231Z] Removing intermediate container 174937c7662a [2021-01-14T13:39:03.231Z] ---> 3345f13c40a6 [2021-01-14T13:39:03.231Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T13:39:03.264Z] 1ce36da41761: Pull complete [2021-01-14T13:39:03.264Z] 25b303627fd3: Verifying Checksum [2021-01-14T13:39:03.264Z] 25b303627fd3: Download complete [2021-01-14T13:39:03.884Z] Removing intermediate container 83ab07d53da5 [2021-01-14T13:39:03.884Z] ---> bce2cbcbcf13 [2021-01-14T13:39:03.884Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:39:04.223Z] Removing intermediate container 65fc769de6ef [2021-01-14T13:39:04.223Z] ---> d743a2f60032 [2021-01-14T13:39:04.223Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:39:04.223Z] ---> Running in 1f4cfb3536ea [2021-01-14T13:39:04.506Z] Removing intermediate container 72dd38341677 [2021-01-14T13:39:04.506Z] ---> b28020ee44dd [2021-01-14T13:39:04.506Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T13:39:04.506Z] ---> Running in 365cf8aebe82 [2021-01-14T13:39:04.506Z] ---> Running in 5a29d4c3850c [2021-01-14T13:39:04.825Z] ---> Running in 21d7960f8858 [2021-01-14T13:39:05.463Z] Removing intermediate container 1f4cfb3536ea [2021-01-14T13:39:05.463Z] ---> dd8555cbf832 [2021-01-14T13:39:05.463Z] Step 13/22 : WORKDIR / [2021-01-14T13:39:05.463Z] Removing intermediate container 5a29d4c3850c [2021-01-14T13:39:05.463Z] ---> 58975eaf73de [2021-01-14T13:39:05.463Z] Step 13/21 : WORKDIR /edgex [2021-01-14T13:39:05.762Z] ---> Running in c6f26163b388 [2021-01-14T13:39:05.762Z] Removing intermediate container 365cf8aebe82 [2021-01-14T13:39:05.762Z] ---> f9e155cc8e21 [2021-01-14T13:39:05.762Z] Step 13/24 : WORKDIR / [2021-01-14T13:39:06.399Z] Removing intermediate container 21d7960f8858 [2021-01-14T13:39:06.399Z] ---> ebd6c1887d2d [2021-01-14T13:39:06.399Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:39:06.399Z] ---> Running in 62d7d7e6d245 [2021-01-14T13:39:06.399Z] ---> Running in 02ab9037ba3c [2021-01-14T13:39:06.399Z] ---> Running in 08efaa6a2bd7 [2021-01-14T13:39:06.691Z] Removing intermediate container 6b770756deaa [2021-01-14T13:39:06.691Z] ---> 5755f9e06c22 [2021-01-14T13:39:06.691Z] [2021-01-14T13:39:06.691Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T13:39:06.691Z] ---> 389fef711851 [2021-01-14T13:39:06.691Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:39:06.986Z] ---> Running in 768b537ecebc [2021-01-14T13:39:06.986Z] Removing intermediate container 02ab9037ba3c [2021-01-14T13:39:06.986Z] ---> e00af634a2de [2021-01-14T13:39:06.986Z] Step 14/22 : WORKDIR / [2021-01-14T13:39:07.309Z] Removing intermediate container c6f26163b388 [2021-01-14T13:39:07.309Z] ---> a14ccf6cf3c4 [2021-01-14T13:39:07.309Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:39:07.309Z] Removing intermediate container 62d7d7e6d245 [2021-01-14T13:39:07.309Z] ---> ebe701e189a0 [2021-01-14T13:39:07.309Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T13:39:07.309Z] Removing intermediate container 08efaa6a2bd7 [2021-01-14T13:39:07.309Z] ---> a11290e9b456 [2021-01-14T13:39:07.309Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T13:39:07.309Z] ---> Running in 465ad7bc25db [2021-01-14T13:39:07.922Z] Removing intermediate container 768b537ecebc [2021-01-14T13:39:07.922Z] ---> 7b4799a393e1 [2021-01-14T13:39:07.922Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T13:39:07.922Z] ---> Running in 0d12ca05eb23 [2021-01-14T13:39:07.922Z] Removing intermediate container 465ad7bc25db [2021-01-14T13:39:07.922Z] ---> bbc9bf99e9ce [2021-01-14T13:39:07.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:39:07.922Z] ---> 3e6f54148fb7 [2021-01-14T13:39:07.922Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T13:39:08.194Z] ---> a22d02523f92 [2021-01-14T13:39:08.194Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T13:39:08.194Z] ---> 783e1873f6ef [2021-01-14T13:39:08.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T13:39:08.521Z] Removing intermediate container 0d12ca05eb23 [2021-01-14T13:39:08.521Z] ---> a472b6f6f649 [2021-01-14T13:39:08.521Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T13:39:08.863Z] ---> 8bca71f56f23 [2021-01-14T13:39:08.863Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T13:39:08.863Z] ---> Running in a97dbf656e91 [2021-01-14T13:39:09.247Z] ---> f4343ea7afe3 [2021-01-14T13:39:09.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T13:39:09.883Z] ---> 0f9955ecf069 [2021-01-14T13:39:09.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T13:39:09.883Z] Removing intermediate container a97dbf656e91 [2021-01-14T13:39:09.883Z] ---> 686ef5b405f5 [2021-01-14T13:39:09.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:39:09.883Z] ---> 4e29ba8d8cd8 [2021-01-14T13:39:09.883Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T13:39:10.200Z] ---> Running in baca1ba1ceef [2021-01-14T13:39:10.200Z] ---> 4efc14058367 [2021-01-14T13:39:10.200Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T13:39:10.509Z] ---> 0a745e95566c [2021-01-14T13:39:10.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T13:39:10.839Z] ---> f0bd1f422b9e [2021-01-14T13:39:10.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T13:39:11.169Z] ---> c10cc2948c7c [2021-01-14T13:39:11.169Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T13:39:11.468Z] ---> 9e9278760397 [2021-01-14T13:39:11.468Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T13:39:11.468Z] ---> afb6bc2f5a48 [2021-01-14T13:39:11.468Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T13:39:11.468Z] ---> 14026a61e480 [2021-01-14T13:39:11.468Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T13:39:12.479Z] ---> Running in d7b76b271075 [2021-01-14T13:39:12.479Z] ---> Running in 834c80f01b71 [2021-01-14T13:39:12.479Z] ---> Running in 943c8ab5a607 [2021-01-14T13:39:12.833Z] ---> 290109d58201 [2021-01-14T13:39:12.833Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T13:39:13.169Z] Removing intermediate container 943c8ab5a607 [2021-01-14T13:39:13.169Z] ---> e0a162b08fee [2021-01-14T13:39:13.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:39:13.169Z] Removing intermediate container d7b76b271075 [2021-01-14T13:39:13.169Z] ---> f3593dbd545e [2021-01-14T13:39:13.169Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T13:39:13.397Z] 25b303627fd3: Pull complete [2021-01-14T13:39:13.397Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T13:39:13.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:39:13.397Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T13:39:13.447Z] ---> Running in 40ab27a69102 [2021-01-14T13:39:13.447Z] Removing intermediate container baca1ba1ceef [2021-01-14T13:39:13.447Z] ---> 24a24d882ef5 [2021-01-14T13:39:13.447Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T13:39:13.447Z] ---> Running in 3b337c341561 [2021-01-14T13:39:13.447Z] ---> Running in 99f8c3d1c0c7 [2021-01-14T13:39:13.447Z] ---> c3ade6ebadc9 [2021-01-14T13:39:13.447Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T13:39:13.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container [2021-01-14T13:39:13.696Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T13:39:13.758Z] ---> Running in 5b0dbc4db862 [2021-01-14T13:39:13.758Z] Removing intermediate container 3b337c341561 [2021-01-14T13:39:13.758Z] ---> d7edf51bbbb6 [2021-01-14T13:39:13.758Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T13:39:14.072Z] Removing intermediate container 40ab27a69102 [2021-01-14T13:39:14.072Z] ---> ae699cf44a9b [2021-01-14T13:39:14.072Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:39:14.072Z] ---> Running in 244585691a06 [2021-01-14T13:39:14.364Z] ---> Running in 50f70e729d9b [2021-01-14T13:39:14.707Z] Removing intermediate container 244585691a06 [2021-01-14T13:39:14.707Z] ---> aeba98418adf [2021-01-14T13:39:14.707Z] Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:39:14.994Z] Removing intermediate container 50f70e729d9b [2021-01-14T13:39:14.994Z] ---> afca03572c71 [2021-01-14T13:39:14.994Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:39:14.994Z] ---> Running in 8a6a0eec4b6f [2021-01-14T13:39:14.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:39:14.994Z] ---> Running in 976302089f6f [2021-01-14T13:39:15.274Z] Removing intermediate container 8a6a0eec4b6f [2021-01-14T13:39:15.274Z] ---> d1b7db739c2f [2021-01-14T13:39:15.274Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:39:15.274Z] Removing intermediate container 976302089f6f [2021-01-14T13:39:15.274Z] ---> 1736bbbe2c9a [2021-01-14T13:39:15.274Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:39:15.274Z] Removing intermediate container 834c80f01b71 [2021-01-14T13:39:15.274Z] ---> bd686999e88c [2021-01-14T13:39:15.274Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T13:39:15.552Z] ---> Running in a49517edaeb2 [2021-01-14T13:39:15.552Z] ---> Running in 77b78e4ba1ac [2021-01-14T13:39:15.552Z] ---> Running in 81d6f2835255 [2021-01-14T13:39:15.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:39:16.209Z] Removing intermediate container 81d6f2835255 [2021-01-14T13:39:16.209Z] ---> fc738dc6e430 [2021-01-14T13:39:16.209Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:39:16.209Z] Removing intermediate container 77b78e4ba1ac [2021-01-14T13:39:16.209Z] ---> b5f99588081d [2021-01-14T13:39:16.209Z] [2021-01-14T13:39:16.209Z] Removing intermediate container a49517edaeb2 [2021-01-14T13:39:16.209Z] ---> 97e56bae6d3c [2021-01-14T13:39:16.209Z] [2021-01-14T13:39:16.209Z] Removing intermediate container 5b0dbc4db862 [2021-01-14T13:39:16.209Z] ---> 1f748f17abba [2021-01-14T13:39:16.209Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T13:39:16.209Z] ---> Running in 901494b46007 [2021-01-14T13:39:16.209Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T13:39:16.481Z] ---> Running in 0dcf77cdb6f4 [2021-01-14T13:39:16.481Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T13:39:16.481Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T13:39:16.481Z] Successfully built b5f99588081d [2021-01-14T13:39:16.532Z] $ docker top 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c -eo pid,comm [2021-01-14T13:39:16.760Z] Successfully built 97e56bae6d3c [2021-01-14T13:39:16.760Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T13:39:16.760Z] Building docker-support-scheduler-go [2021-01-14T13:39:16.760Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T13:39:16.760Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T13:39:16.760Z] Building docker-support-notifications-go [2021-01-14T13:39:16.760Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 901494b46007 [2021-01-14T13:39:16.760Z] ---> 037645559a94 [2021-01-14T13:39:16.760Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:39:16.760Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T13:39:16.760Z] Removing intermediate container 0dcf77cdb6f4 [2021-01-14T13:39:16.760Z] ---> 6619f1b61c09 [2021-01-14T13:39:16.760Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T13:39:16.760Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:39:16.760Z] OK: 8 MiB in 19 packages [Pipeline] { [Pipeline] sh [2021-01-14T13:39:17.094Z] ---> Running in e683fc531764 [2021-01-14T13:39:17.094Z] ---> Running in cc599a485680 [2021-01-14T13:39:17.595Z] + docker-compose build --help [2021-01-14T13:39:17.595Z] + grep parallel [2021-01-14T13:39:17.783Z] Removing intermediate container e683fc531764 [2021-01-14T13:39:17.783Z] ---> 0b940c920708 [2021-01-14T13:39:17.783Z] Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:39:17.783Z] Removing intermediate container cc599a485680 [2021-01-14T13:39:17.783Z] ---> 53aea6c542dc [2021-01-14T13:39:17.783Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:39:18.071Z] ---> Running in 15276b1dacd9 [2021-01-14T13:39:18.071Z] ---> Running in 16c0481026ef [2021-01-14T13:39:18.694Z] Removing intermediate container 99f8c3d1c0c7 [2021-01-14T13:39:18.694Z] ---> 3091d3084668 [2021-01-14T13:39:18.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:39:18.694Z] Removing intermediate container 15276b1dacd9 [2021-01-14T13:39:18.694Z] ---> 0a6eb394a69c [2021-01-14T13:39:18.694Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:39:19.716Z] Removing intermediate container 16c0481026ef [2021-01-14T13:39:19.716Z] ---> 26f2a35cb61a [2021-01-14T13:39:19.716Z] [2021-01-14T13:39:19.716Z] ---> Running in 0b054c9f4823 [2021-01-14T13:39:20.483Z] ---> 01f2949a9cad [2021-01-14T13:39:20.483Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T13:39:20.833Z] Successfully built 26f2a35cb61a [2021-01-14T13:39:20.970Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T13:39:20.990Z] $ docker stop --time=1 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c [2021-01-14T13:39:21.138Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T13:39:21.138Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T13:39:21.772Z] Removing intermediate container 0b054c9f4823 [2021-01-14T13:39:21.772Z] ---> 05662182517b [2021-01-14T13:39:21.772Z] [2021-01-14T13:39:22.072Z] Successfully built 05662182517b [2021-01-14T13:39:22.478Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T13:39:22.479Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-14T13:39:22.960Z] $ docker rm -f 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:39:23.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:39:23.844Z] . [Pipeline] withDockerContainer [2021-01-14T13:39:24.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container [2021-01-14T13:39:24.172Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T13:39:24.528Z] ---> a36b4060cac0 [2021-01-14T13:39:24.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T13:39:25.582Z] $ docker top 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:39:26.145Z] ---> 22dad1838304 [2021-01-14T13:39:26.145Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T13:39:26.145Z] ---> Running in 9c687dead212 [2021-01-14T13:39:26.624Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T13:39:27.225Z] Removing intermediate container 9c687dead212 [2021-01-14T13:39:27.225Z] ---> e7b568a66bd3 [2021-01-14T13:39:27.225Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:39:28.278Z] ---> Running in 61f6f774d0fe [2021-01-14T13:39:29.388Z] Removing intermediate container 61f6f774d0fe [2021-01-14T13:39:29.388Z] ---> 986b2904b72b [2021-01-14T13:39:29.388Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T13:39:30.015Z] ---> Running in 993adcfebbb7 [2021-01-14T13:39:30.665Z] Removing intermediate container 993adcfebbb7 [2021-01-14T13:39:30.665Z] ---> 5f8d37ea3e6e [2021-01-14T13:39:30.665Z] Step 22/23 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:39:30.966Z] Building docker-core-command-go ... [2021-01-14T13:39:30.966Z] Building docker-core-data-go ... [2021-01-14T13:39:30.966Z] Building docker-core-metadata-go ... [2021-01-14T13:39:30.966Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T13:39:30.966Z] Building docker-security-proxy-setup-go ... [2021-01-14T13:39:30.966Z] Building docker-security-secretstore-setup-go ... [2021-01-14T13:39:30.966Z] Building docker-support-notifications-go ... [2021-01-14T13:39:30.966Z] Building docker-support-scheduler-go ... [2021-01-14T13:39:30.966Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T13:39:30.966Z] Building docker-support-scheduler-go [2021-01-14T13:39:30.966Z] Building docker-support-notifications-go [2021-01-14T13:39:30.966Z] Building docker-security-bootstrap-redis-go [2021-01-14T13:39:30.966Z] Building docker-security-proxy-setup-go [2021-01-14T13:39:30.966Z] Building docker-core-data-go [2021-01-14T13:39:31.729Z] ---> Running in 6d2bece5e929 [2021-01-14T13:39:32.465Z] Removing intermediate container 6d2bece5e929 [2021-01-14T13:39:32.465Z] ---> b2bc865a85c5 [2021-01-14T13:39:32.465Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T13:39:33.170Z] ---> Running in 6205c040dc11 [2021-01-14T13:39:33.808Z] Removing intermediate container 6205c040dc11 [2021-01-14T13:39:33.808Z] ---> 37871f024647 [2021-01-14T13:39:33.808Z] [2021-01-14T13:39:34.828Z] Successfully built 37871f024647 [2021-01-14T13:39:34.828Z] Successfully tagged docker-core-data-go:latest [2021-01-14T13:40:15.731Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:15.731Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:15.731Z] ---> e776e1280c13 [2021-01-14T13:40:15.731Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 5e0253bebf73 [2021-01-14T13:40:15.731Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 877f2420f576 [2021-01-14T13:40:15.731Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> f2e58c2fc316 [2021-01-14T13:40:15.731Z] Step 6/21 : COPY go.mod . [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> ae262ba3d764 [2021-01-14T13:40:15.731Z] Step 7/21 : RUN go mod download [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> c0208da4b5a4 [2021-01-14T13:40:15.731Z] Step 8/21 : COPY . . [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 31655618611a [2021-01-14T13:40:15.731Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T13:40:15.731Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:15.731Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:15.731Z] ---> e776e1280c13 [2021-01-14T13:40:15.731Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 5e0253bebf73 [2021-01-14T13:40:15.731Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 877f2420f576 [2021-01-14T13:40:15.731Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T13:40:15.731Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:15.731Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:15.731Z] ---> e776e1280c13 [2021-01-14T13:40:15.731Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 5e0253bebf73 [2021-01-14T13:40:15.731Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 877f2420f576 [2021-01-14T13:40:15.731Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T13:40:15.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:15.731Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:15.731Z] ---> e776e1280c13 [2021-01-14T13:40:15.731Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 5e0253bebf73 [2021-01-14T13:40:15.731Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 877f2420f576 [2021-01-14T13:40:15.731Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> f2e58c2fc316 [2021-01-14T13:40:15.731Z] Step 6/22 : COPY go.mod . [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> ae262ba3d764 [2021-01-14T13:40:15.731Z] Step 7/22 : RUN go mod download [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> c0208da4b5a4 [2021-01-14T13:40:15.731Z] Step 8/22 : COPY . . [2021-01-14T13:40:15.731Z] ---> Using cache [2021-01-14T13:40:15.731Z] ---> 31655618611a [2021-01-14T13:40:15.731Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T13:40:15.731Z] ---> Running in 287aefdc11bb [2021-01-14T13:40:15.731Z] ---> Running in 283ff7f1cf7e [2021-01-14T13:40:15.731Z] ---> Running in 3160360e14ad [2021-01-14T13:40:15.731Z] ---> Running in dca398dec0e7 [2021-01-14T13:40:15.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T13:40:15.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T13:40:15.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:40:15.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:40:16.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:40:16.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:40:16.985Z] OK: 233 MiB in 51 packages [2021-01-14T13:40:16.985Z] OK: 233 MiB in 51 packages [2021-01-14T13:40:18.718Z] Removing intermediate container dca398dec0e7 [2021-01-14T13:40:18.718Z] ---> 6e1edf22ae28 [2021-01-14T13:40:18.718Z] Step 6/24 : COPY go.mod . [2021-01-14T13:40:19.016Z] Removing intermediate container 3160360e14ad [2021-01-14T13:40:19.016Z] ---> 865b8306f53a [2021-01-14T13:40:19.016Z] Step 6/26 : COPY go.mod . [2021-01-14T13:40:20.332Z] ---> 12fd2891134d [2021-01-14T13:40:20.332Z] Step 7/26 : RUN go mod download [2021-01-14T13:40:20.332Z] ---> b536e0b1b429 [2021-01-14T13:40:20.332Z] Step 7/24 : RUN go mod download [2021-01-14T13:40:20.332Z] ---> Running in 2d9bd4e3621b [2021-01-14T13:40:20.332Z] ---> Running in 7507ab944261 [2021-01-14T13:40:25.003Z] Removing intermediate container 7507ab944261 [2021-01-14T13:40:25.003Z] ---> fbacb8d1b0be [2021-01-14T13:40:25.003Z] Step 8/24 : COPY . . [2021-01-14T13:40:25.003Z] Removing intermediate container 2d9bd4e3621b [2021-01-14T13:40:25.003Z] ---> 92cdcc29370a [2021-01-14T13:40:25.003Z] Step 8/26 : COPY . . [2021-01-14T13:40:38.961Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:38.961Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:38.961Z] ---> ee7c6b119ae3 [2021-01-14T13:40:38.961Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:40:38.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:38.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:38.961Z] ---> ee7c6b119ae3 [2021-01-14T13:40:38.961Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T13:40:38.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:38.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:38.961Z] ---> ee7c6b119ae3 [2021-01-14T13:40:38.961Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:40:38.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:38.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:38.961Z] ---> ee7c6b119ae3 [2021-01-14T13:40:38.961Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:40:38.961Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:40:38.961Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:40:38.961Z] ---> ee7c6b119ae3 [2021-01-14T13:40:38.961Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:40:38.961Z] ---> Running in c960bf9b294b [2021-01-14T13:40:38.961Z] ---> Running in c7d47d03cfd3 [2021-01-14T13:40:38.961Z] ---> Running in 18ee762c07f1 [2021-01-14T13:40:38.961Z] ---> Running in bd3a363615d0 [2021-01-14T13:40:38.961Z] ---> Running in 89847c7a2fcc [2021-01-14T13:40:39.563Z] Removing intermediate container c960bf9b294b [2021-01-14T13:40:39.563Z] ---> 20e0127303dc [2021-01-14T13:40:39.563Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:39.563Z] Removing intermediate container bd3a363615d0 [2021-01-14T13:40:39.563Z] ---> b313c2aacce7 [2021-01-14T13:40:39.563Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:39.839Z] Removing intermediate container 18ee762c07f1 [2021-01-14T13:40:39.839Z] ---> ce7747ef1da6 [2021-01-14T13:40:39.839Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:39.839Z] Removing intermediate container c7d47d03cfd3 [2021-01-14T13:40:39.839Z] ---> 041af5741ff3 [2021-01-14T13:40:39.839Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:39.839Z] Removing intermediate container 89847c7a2fcc [2021-01-14T13:40:39.839Z] ---> 28813ce47f56 [2021-01-14T13:40:39.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:40:39.839Z] ---> Running in ddeaad1b0b90 [2021-01-14T13:40:40.113Z] ---> Running in a8c3022a192e [2021-01-14T13:40:40.113Z] ---> Running in 9f8b517432a3 [2021-01-14T13:40:40.113Z] ---> Running in 21fbde51914c [2021-01-14T13:40:40.113Z] ---> Running in 3a361cb58bb2 [2021-01-14T13:40:43.522Z] Removing intermediate container a8c3022a192e [2021-01-14T13:40:43.522Z] ---> 62506fef8648 [2021-01-14T13:40:43.522Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:40:43.796Z] ---> Running in cacc042253fd [2021-01-14T13:40:44.067Z] Removing intermediate container ddeaad1b0b90 [2021-01-14T13:40:44.067Z] ---> 817fbbcf3ad2 [2021-01-14T13:40:44.067Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T13:40:44.067Z] Removing intermediate container 9f8b517432a3 [2021-01-14T13:40:44.067Z] ---> b49e883aec91 [2021-01-14T13:40:44.067Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T13:40:44.340Z] ---> Running in 7501fc1e51b3 [2021-01-14T13:40:44.340Z] Removing intermediate container 3a361cb58bb2 [2021-01-14T13:40:44.340Z] ---> cc1a6b551375 [2021-01-14T13:40:44.340Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:40:44.611Z] ---> Running in a735cdfc7f7a [2021-01-14T13:40:44.611Z] Removing intermediate container 21fbde51914c [2021-01-14T13:40:44.611Z] ---> 820ed6e93849 [2021-01-14T13:40:44.611Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:40:44.611Z] ---> Running in c2919a8338dc [2021-01-14T13:40:44.894Z] ---> Running in d94b2cd84d66 [2021-01-14T13:40:45.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:46.919Z] OK: 217 MiB in 51 packages [2021-01-14T13:40:47.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:47.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:47.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:40:47.799Z] OK: 217 MiB in 51 packages [2021-01-14T13:40:48.411Z] OK: 217 MiB in 51 packages [2021-01-14T13:40:48.411Z] OK: 217 MiB in 51 packages [2021-01-14T13:40:48.411Z] OK: 217 MiB in 51 packages [2021-01-14T13:40:48.701Z] Removing intermediate container cacc042253fd [2021-01-14T13:40:48.701Z] ---> 70795e1f5a89 [2021-01-14T13:40:48.701Z] Step 6/21 : COPY go.mod . [2021-01-14T13:40:49.693Z] Removing intermediate container 7501fc1e51b3 [2021-01-14T13:40:49.693Z] ---> 50c9d4871806 [2021-01-14T13:40:49.693Z] Step 6/24 : COPY go.mod . [2021-01-14T13:40:49.693Z] ---> 840796ab1ba6 [2021-01-14T13:40:49.693Z] Step 7/21 : RUN go mod download [2021-01-14T13:40:49.977Z] ---> Running in 249ed5507b1b [2021-01-14T13:40:50.258Z] Removing intermediate container c2919a8338dc [2021-01-14T13:40:50.258Z] ---> bec188eb8988 [2021-01-14T13:40:50.258Z] Step 6/21 : COPY go.mod . [2021-01-14T13:40:50.534Z] Removing intermediate container d94b2cd84d66 [2021-01-14T13:40:50.534Z] ---> 03e67cc2884f [2021-01-14T13:40:50.534Z] Step 6/22 : COPY go.mod . [2021-01-14T13:40:50.534Z] Removing intermediate container a735cdfc7f7a [2021-01-14T13:40:50.534Z] ---> 3a9ac5248ebd [2021-01-14T13:40:50.534Z] Step 6/23 : COPY go.mod . [2021-01-14T13:40:50.534Z] ---> ebc311fabe06 [2021-01-14T13:40:50.534Z] Step 7/24 : RUN go mod download [2021-01-14T13:40:50.812Z] ---> Running in e72dd075b939 [2021-01-14T13:40:51.799Z] ---> b77c803fc3a3 [2021-01-14T13:40:51.799Z] Step 7/21 : RUN go mod download [2021-01-14T13:40:51.799Z] ---> 4a9686564177 [2021-01-14T13:40:51.799Z] Step 7/22 : RUN go mod download [2021-01-14T13:40:51.799Z] ---> Running in a4e146680254 [2021-01-14T13:40:51.799Z] ---> a28042e0098e [2021-01-14T13:40:51.799Z] Step 7/23 : RUN go mod download [2021-01-14T13:40:52.079Z] ---> Running in 1f19f8f2071c [2021-01-14T13:40:52.357Z] ---> Running in 375f76bfdc7c [2021-01-14T13:40:54.360Z] Removing intermediate container 249ed5507b1b [2021-01-14T13:40:54.360Z] ---> 3c9485ebd6a8 [2021-01-14T13:40:54.360Z] Step 8/21 : COPY . . [2021-01-14T13:40:55.813Z] Removing intermediate container e72dd075b939 [2021-01-14T13:40:55.813Z] ---> 19493a4cf323 [2021-01-14T13:40:55.813Z] Step 8/24 : COPY . . [2021-01-14T13:40:56.801Z] Removing intermediate container a4e146680254 [2021-01-14T13:40:56.801Z] ---> e4f73ca14a80 [2021-01-14T13:40:56.801Z] Step 8/21 : COPY . . [2021-01-14T13:40:57.925Z] Removing intermediate container 283ff7f1cf7e [2021-01-14T13:40:57.925Z] ---> f72e3c108957 [2021-01-14T13:40:57.925Z] [2021-01-14T13:40:57.925Z] Step 10/21 : FROM scratch [2021-01-14T13:40:57.925Z] ---> [2021-01-14T13:40:57.925Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:40:57.925Z] Removing intermediate container 287aefdc11bb [2021-01-14T13:40:57.925Z] ---> 231b665c3106 [2021-01-14T13:40:57.925Z] [2021-01-14T13:40:57.925Z] Step 10/22 : FROM scratch [2021-01-14T13:40:57.925Z] ---> [2021-01-14T13:40:57.925Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:40:57.925Z] ---> Using cache [2021-01-14T13:40:57.925Z] ---> b28020ee44dd [2021-01-14T13:40:57.925Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T13:40:57.925Z] ---> Using cache [2021-01-14T13:40:57.925Z] ---> b28020ee44dd [2021-01-14T13:40:57.925Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T13:40:57.925Z] ---> Running in 682fada9a4a8 [2021-01-14T13:40:57.925Z] ---> Running in 010be41a76b7 [2021-01-14T13:40:58.235Z] Removing intermediate container 1f19f8f2071c [2021-01-14T13:40:58.235Z] ---> 0fbb73b12aec [2021-01-14T13:40:58.235Z] Step 8/22 : COPY . . [2021-01-14T13:40:58.508Z] Removing intermediate container 375f76bfdc7c [2021-01-14T13:40:58.508Z] ---> edac137a906a [2021-01-14T13:40:58.508Z] Step 8/23 : COPY . . [2021-01-14T13:40:59.397Z] Removing intermediate container 010be41a76b7 [2021-01-14T13:40:59.397Z] ---> 055bd65216d7 [2021-01-14T13:40:59.397Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:40:59.397Z] Removing intermediate container 682fada9a4a8 [2021-01-14T13:40:59.397Z] ---> c9b1278fdc6e [2021-01-14T13:40:59.397Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T13:41:00.458Z] ---> Running in 9f99077a110c [2021-01-14T13:41:00.458Z] ---> Running in 82f4960259cd [2021-01-14T13:41:01.560Z] Removing intermediate container 9f99077a110c [2021-01-14T13:41:01.560Z] ---> 672b7d3d42fb [2021-01-14T13:41:01.560Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:41:01.560Z] Removing intermediate container 82f4960259cd [2021-01-14T13:41:01.560Z] ---> be2648c26bee [2021-01-14T13:41:01.560Z] Step 14/22 : WORKDIR / [2021-01-14T13:41:02.245Z] ---> Running in 57a295250c83 [2021-01-14T13:41:03.272Z] ---> 9852ffec6e24 [2021-01-14T13:41:03.272Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T13:41:03.272Z] Removing intermediate container 57a295250c83 [2021-01-14T13:41:03.272Z] ---> 8c329e40edd1 [2021-01-14T13:41:03.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:41:04.773Z] ---> 9209251c2200 [2021-01-14T13:41:04.773Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T13:41:06.213Z] ---> 33e1cf519d29 [2021-01-14T13:41:06.213Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T13:41:06.498Z] ---> 508bca65d9db [2021-01-14T13:41:06.498Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T13:41:06.797Z] ---> b2b0c35b84c8 [2021-01-14T13:41:06.797Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T13:41:06.797Z] ---> 39c2d8d408ab [2021-01-14T13:41:06.797Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T13:41:07.396Z] ---> Running in 032c74e8ae9f [2021-01-14T13:41:07.396Z] ---> Running in 77f097a357e8 [2021-01-14T13:41:07.396Z] ---> 04554fd2d8d2 [2021-01-14T13:41:07.396Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T13:41:07.396Z] ---> 82076559749f [2021-01-14T13:41:07.396Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T13:41:07.396Z] ---> Running in db9b652f1bde [2021-01-14T13:41:07.714Z] ---> Running in dd7f5514cabe [2021-01-14T13:41:08.018Z] Removing intermediate container db9b652f1bde [2021-01-14T13:41:08.018Z] ---> 780810988461 [2021-01-14T13:41:08.018Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:41:08.292Z] ---> Running in 993149dee168 [2021-01-14T13:41:08.292Z] Removing intermediate container dd7f5514cabe [2021-01-14T13:41:08.292Z] ---> a80a25d0def7 [2021-01-14T13:41:08.292Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:41:08.596Z] ---> Running in 645d8b661b58 [2021-01-14T13:41:08.921Z] Removing intermediate container 993149dee168 [2021-01-14T13:41:08.921Z] ---> 1ffde6adb5fe [2021-01-14T13:41:08.921Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T13:41:08.921Z] ---> Running in 244062be3112 [2021-01-14T13:41:09.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T13:41:09.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T13:41:09.199Z] Removing intermediate container 645d8b661b58 [2021-01-14T13:41:09.199Z] ---> 1cceadadc1f3 [2021-01-14T13:41:09.199Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:41:09.199Z] ---> Running in 4128fb1dcdce [2021-01-14T13:41:09.485Z] Removing intermediate container 244062be3112 [2021-01-14T13:41:09.485Z] ---> 63983b0f7e44 [2021-01-14T13:41:09.485Z] Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:41:09.778Z] ---> Running in 4d864d31e6f1 [2021-01-14T13:41:10.068Z] Removing intermediate container 4128fb1dcdce [2021-01-14T13:41:10.068Z] ---> 013b0180b982 [2021-01-14T13:41:10.068Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:41:10.363Z] ---> Running in 096adf24c16e [2021-01-14T13:41:10.363Z] Removing intermediate container 4d864d31e6f1 [2021-01-14T13:41:10.363Z] ---> 20091d21b4de [2021-01-14T13:41:10.363Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:41:10.659Z] ---> Running in ee07dc0c09d6 [2021-01-14T13:41:10.956Z] Removing intermediate container 096adf24c16e [2021-01-14T13:41:10.956Z] ---> dee688f32899 [2021-01-14T13:41:10.956Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:41:10.956Z] ---> Running in 52bb991b483d [2021-01-14T13:41:10.956Z] Removing intermediate container ee07dc0c09d6 [2021-01-14T13:41:10.956Z] ---> 14cc2234f107 [2021-01-14T13:41:10.956Z] [2021-01-14T13:41:11.562Z] Removing intermediate container 52bb991b483d [2021-01-14T13:41:11.562Z] ---> 6984f6f392c5 [2021-01-14T13:41:11.562Z] [2021-01-14T13:41:11.847Z] Successfully built 14cc2234f107 [2021-01-14T13:41:12.122Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T13:41:12.122Z]  Building docker-support-scheduler-go ... done Successfully built 6984f6f392c5 [2021-01-14T13:41:12.122Z] Successfully tagged docker-core-command-go:latest [2021-01-14T13:41:25.340Z] ---> 6535aa6a55da [2021-01-14T13:41:25.340Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T13:41:25.340Z] ---> 020f310f5c8f [2021-01-14T13:41:25.340Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T13:41:25.340Z] ---> c4844c12af53 [2021-01-14T13:41:25.340Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T13:41:25.340Z] ---> 1191d31a819f [2021-01-14T13:41:25.340Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T13:41:25.340Z] ---> Running in a852cd305fc8 [2021-01-14T13:41:25.340Z] ---> 17e664e5cbb4 [2021-01-14T13:41:25.340Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T13:41:25.340Z] ---> Running in 7eb9ff7832f5 [2021-01-14T13:41:25.340Z] ---> Running in 17d0df59e376 [2021-01-14T13:41:25.340Z] ---> Running in 677f309a1ba6 [2021-01-14T13:41:25.340Z] ---> Running in e2f14234836e [2021-01-14T13:41:25.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T13:41:25.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T13:41:25.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T13:41:25.340Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T13:41:25.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T13:41:39.177Z]  Building docker-core-command-go ... done Removing intermediate container 77f097a357e8 [2021-01-14T13:41:39.178Z] ---> 2ae7bba9e052 [2021-01-14T13:41:39.178Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T13:41:39.178Z] Removing intermediate container 032c74e8ae9f [2021-01-14T13:41:39.178Z] ---> 34e086687545 [2021-01-14T13:41:39.178Z] [2021-01-14T13:41:39.178Z] Step 10/24 : FROM scratch [2021-01-14T13:41:39.178Z] ---> [2021-01-14T13:41:39.178Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T13:41:39.178Z] ---> Running in ca1eac1f8767 [2021-01-14T13:41:39.178Z] ---> Running in 0b97cb7cbbd8 [2021-01-14T13:41:39.178Z] Removing intermediate container 0b97cb7cbbd8 [2021-01-14T13:41:39.178Z] ---> 423c58777859 [2021-01-14T13:41:39.178Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T13:41:39.178Z] ---> Running in c0237bea627c [2021-01-14T13:41:39.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T13:41:39.178Z] Removing intermediate container c0237bea627c [2021-01-14T13:41:39.178Z] ---> 0068d093fb24 [2021-01-14T13:41:39.178Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T13:41:39.178Z] ---> Running in babf4f3b6bf8 [2021-01-14T13:41:39.178Z] Removing intermediate container babf4f3b6bf8 [2021-01-14T13:41:39.178Z] ---> a054c86866a9 [2021-01-14T13:41:39.178Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T13:41:39.178Z] ---> 4ed88f0efe95 [2021-01-14T13:41:39.178Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T13:41:39.178Z] ---> 8bb0742b8f11 [2021-01-14T13:41:39.178Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T13:41:39.178Z] Removing intermediate container ca1eac1f8767 [2021-01-14T13:41:39.178Z] ---> 468dec45a4db [2021-01-14T13:41:39.178Z] [2021-01-14T13:41:39.178Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T13:41:39.178Z] 20.10.0: Pulling from library/docker [2021-01-14T13:41:39.178Z] ---> 9d9988a97ccb [2021-01-14T13:41:39.178Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:41:40.159Z] ---> 609d58cac867 [2021-01-14T13:41:40.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T13:41:41.206Z] ---> c798cdff1b21 [2021-01-14T13:41:41.537Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T13:41:42.158Z] ---> 057325682f12 [2021-01-14T13:41:42.158Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T13:41:42.158Z] ---> Running in 5073a2cd6539 [2021-01-14T13:41:42.448Z] Removing intermediate container 5073a2cd6539 [2021-01-14T13:41:42.448Z] ---> d2f6568c842e [2021-01-14T13:41:42.448Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:41:42.727Z] ---> Running in 48d811d5d3e6 [2021-01-14T13:41:43.019Z] Removing intermediate container 48d811d5d3e6 [2021-01-14T13:41:43.019Z] ---> ad08211a8eac [2021-01-14T13:41:43.019Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T13:41:44.172Z] ---> Running in 8bad744ce282 [2021-01-14T13:41:44.547Z] Removing intermediate container 8bad744ce282 [2021-01-14T13:41:44.547Z] ---> 0386ecf5f3d2 [2021-01-14T13:41:44.547Z] Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:41:44.928Z] ---> Running in 3d09ff39e542 [2021-01-14T13:41:45.206Z] Removing intermediate container 3d09ff39e542 [2021-01-14T13:41:45.206Z] ---> 4c42a3a98547 [2021-01-14T13:41:45.206Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:41:45.479Z] ---> Running in 99d278477f0a [2021-01-14T13:41:45.750Z] Removing intermediate container 99d278477f0a [2021-01-14T13:41:45.751Z] ---> b800335696b1 [2021-01-14T13:41:45.751Z] [2021-01-14T13:41:46.361Z] Successfully built b800335696b1 [2021-01-14T13:41:46.361Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T13:41:49.001Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T13:41:49.001Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T13:41:49.001Z] ---> aefe523efa57 [2021-01-14T13:41:49.001Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T13:41:49.001Z] ---> Running in 0b7c096a86af [2021-01-14T13:41:49.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:49.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:49.831Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T13:41:49.831Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T13:41:49.831Z] Executing bash-5.0.17-r0.post-install [2021-01-14T13:41:49.831Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:41:49.831Z] OK: 12 MiB in 22 packages [2021-01-14T13:41:50.431Z] Removing intermediate container 0b7c096a86af [2021-01-14T13:41:50.431Z] ---> e4d092afec5e [2021-01-14T13:41:50.431Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T13:41:50.431Z] ---> Running in 2ff58539fdcb [2021-01-14T13:41:50.712Z] Removing intermediate container 2ff58539fdcb [2021-01-14T13:41:50.712Z] ---> 0add32d19f79 [2021-01-14T13:41:50.712Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T13:41:51.005Z] ---> Running in 5ca9b01c491b [2021-01-14T13:41:51.325Z] Removing intermediate container 5ca9b01c491b [2021-01-14T13:41:51.325Z] ---> 0de8a6d9699d [2021-01-14T13:41:51.325Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T13:41:51.601Z] ---> Running in 5f8d870feb87 [2021-01-14T13:41:51.601Z] Removing intermediate container 5f8d870feb87 [2021-01-14T13:41:51.601Z] ---> 9d30524920c3 [2021-01-14T13:41:51.601Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T13:41:52.596Z] ---> 1305b6c1e9e5 [2021-01-14T13:41:52.596Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T13:41:52.876Z] ---> 0f13be41315e [2021-01-14T13:41:52.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T13:41:53.144Z] ---> ea88da2067f4 [2021-01-14T13:41:53.144Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T13:41:53.428Z] ---> Running in e32aad55308c [2021-01-14T13:41:54.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:54.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:54.342Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T13:41:54.342Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T13:41:54.342Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T13:41:54.635Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T13:41:54.635Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T13:41:54.635Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T13:41:54.635Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T13:41:55.779Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T13:41:55.779Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T13:41:55.779Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T13:41:56.066Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T13:41:56.066Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T13:41:56.066Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T13:41:56.066Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T13:41:56.066Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T13:41:56.066Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T13:41:56.066Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T13:41:56.363Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T13:41:56.363Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T13:41:56.363Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T13:41:56.363Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T13:41:56.363Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T13:41:56.363Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T13:41:56.363Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T13:41:56.363Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T13:41:56.363Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T13:41:56.649Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T13:41:56.650Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T13:41:56.650Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T13:41:56.650Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T13:41:56.650Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T13:41:56.650Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T13:41:56.650Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T13:41:56.923Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:41:56.923Z] OK: 71 MiB in 55 packages [2021-01-14T13:42:07.289Z] Removing intermediate container e32aad55308c [2021-01-14T13:42:07.289Z] ---> e112571fc0e3 [2021-01-14T13:42:07.289Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T13:42:07.289Z] ---> Running in 54e124888d2b [2021-01-14T13:42:10.067Z] Collecting docker-compose==1.23.2 [2021-01-14T13:42:10.067Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T13:42:10.067Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T13:42:10.067Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T13:42:11.069Z] Collecting PyYAML<4,>=3.10 [2021-01-14T13:42:11.069Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T13:42:12.058Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T13:42:12.058Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T13:42:12.653Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T13:42:12.653Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T13:42:12.653Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T13:42:12.653Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T13:42:12.653Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T13:42:12.653Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T13:42:12.922Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T13:42:13.510Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T13:42:14.480Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T13:42:14.762Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T13:42:14.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T13:42:15.364Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T13:42:15.364Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T13:42:15.648Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T13:42:15.648Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T13:42:15.648Z] Collecting idna<2.8,>=2.5 [2021-01-14T13:42:15.648Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T13:42:15.922Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T13:42:15.922Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T13:42:15.922Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T13:42:15.922Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T13:42:16.241Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T13:42:16.241Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T13:42:16.241Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T13:42:16.241Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T13:42:16.241Z] Installing collected packages: texttable, PyYAML, websocket-client, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, docopt, jsonschema, docker-compose [2021-01-14T13:42:16.241Z] Running setup.py install for texttable: started [2021-01-14T13:42:17.215Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T13:42:17.215Z] Running setup.py install for PyYAML: started [2021-01-14T13:42:17.804Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T13:42:18.068Z] Attempting uninstall: idna [2021-01-14T13:42:18.068Z] Found existing installation: idna 2.9 [2021-01-14T13:42:18.068Z] Uninstalling idna-2.9: [2021-01-14T13:42:18.068Z] Successfully uninstalled idna-2.9 [2021-01-14T13:42:18.333Z] Attempting uninstall: urllib3 [2021-01-14T13:42:18.333Z] Found existing installation: urllib3 1.25.9 [2021-01-14T13:42:18.333Z] Uninstalling urllib3-1.25.9: [2021-01-14T13:42:18.333Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T13:42:18.606Z] Attempting uninstall: requests [2021-01-14T13:42:18.606Z] Found existing installation: requests 2.23.0 [2021-01-14T13:42:18.606Z] Uninstalling requests-2.23.0: [2021-01-14T13:42:18.606Z] Successfully uninstalled requests-2.23.0 [2021-01-14T13:42:18.877Z] Running setup.py install for dockerpty: started [2021-01-14T13:42:19.462Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T13:42:19.731Z] Running setup.py install for docopt: started [2021-01-14T13:42:20.699Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T13:42:20.963Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T13:42:25.230Z] Removing intermediate container 54e124888d2b [2021-01-14T13:42:25.230Z] ---> 823b158ab8bb [2021-01-14T13:42:25.230Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T13:42:25.230Z] ---> Running in 4db8924b793f [2021-01-14T13:42:25.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:25.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:25.547Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:42:25.825Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T13:42:25.825Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T13:42:25.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:42:25.825Z] OK: 72 MiB in 58 packages [2021-01-14T13:42:26.458Z] Removing intermediate container 4db8924b793f [2021-01-14T13:42:26.458Z] ---> 26decea0352e [2021-01-14T13:42:26.458Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T13:42:26.458Z] ---> Running in 93f4d48e77c8 [2021-01-14T13:42:26.731Z] Removing intermediate container 93f4d48e77c8 [2021-01-14T13:42:26.731Z] ---> 7d80b186f560 [2021-01-14T13:42:26.731Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:42:26.731Z] ---> Running in eb8f5f77195f [2021-01-14T13:42:27.580Z] Removing intermediate container eb8f5f77195f [2021-01-14T13:42:27.580Z] ---> 24d35143cb34 [2021-01-14T13:42:27.580Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T13:42:27.580Z] ---> Running in afb67681a903 [2021-01-14T13:42:27.887Z] Removing intermediate container afb67681a903 [2021-01-14T13:42:27.887Z] ---> ecb21f2ce058 [2021-01-14T13:42:27.887Z] Step 25/26 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:42:27.887Z] ---> Running in de275b2938ef [2021-01-14T13:42:28.173Z] Removing intermediate container de275b2938ef [2021-01-14T13:42:28.173Z] ---> 15bd11618fff [2021-01-14T13:42:28.173Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T13:42:28.443Z] ---> Running in 2fcae0f52759 [2021-01-14T13:42:28.718Z] Removing intermediate container 2fcae0f52759 [2021-01-14T13:42:28.718Z] ---> 948551b627be [2021-01-14T13:42:28.718Z] [2021-01-14T13:42:28.985Z] Successfully built 948551b627be [2021-01-14T13:42:28.985Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T13:42:29.611Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T13:42:29.622Z] $ docker stop --time=1 c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b [2021-01-14T13:42:31.719Z] $ docker rm -f c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:42:32.540Z] + docker images [2021-01-14T13:42:32.540Z] + grep docker [2021-01-14T13:42:32.540Z] docker-sys-mgmt-agent-go latest 948551b627be 4 seconds ago 313MB [2021-01-14T13:42:32.540Z] docker-support-notifications-go latest b800335696b1 47 seconds ago 12MB [2021-01-14T13:42:32.540Z] docker-core-command-go latest 6984f6f392c5 About a minute ago 10.6MB [2021-01-14T13:42:32.540Z] docker-support-scheduler-go latest 14cc2234f107 About a minute ago 10.7MB [2021-01-14T13:42:32.540Z] docker-core-data-go latest 37871f024647 2 minutes ago 22.3MB [2021-01-14T13:42:32.540Z] docker-security-secretstore-setup-go latest 05662182517b 3 minutes ago 24.6MB [2021-01-14T13:42:32.540Z] docker-security-bootstrap-redis-go latest 26f2a35cb61a 3 minutes ago 15.8MB [2021-01-14T13:42:32.540Z] docker-security-proxy-setup-go latest 97e56bae6d3c 3 minutes ago 24.5MB [2021-01-14T13:42:32.540Z] docker-core-metadata-go latest b5f99588081d 3 minutes ago 13.1MB [2021-01-14T13:42:32.540Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T13:42:47.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T13:42:48.172Z] Still waiting to schedule task [2021-01-14T13:42:48.172Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T13:42:57.332Z] Removing intermediate container 7eb9ff7832f5 [2021-01-14T13:42:57.332Z] ---> eb73be60f244 [2021-01-14T13:42:57.332Z] [2021-01-14T13:42:57.332Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T13:42:57.332Z] 3.12: Pulling from library/alpine [2021-01-14T13:42:58.788Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T13:42:58.788Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T13:42:58.788Z] ---> afeebe901d6b [2021-01-14T13:42:58.788Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:42:59.788Z] ---> Running in db7b18be3c6e [2021-01-14T13:43:00.788Z] Removing intermediate container a852cd305fc8 [2021-01-14T13:43:00.788Z] ---> 27617d7db945 [2021-01-14T13:43:00.788Z] [2021-01-14T13:43:00.788Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T13:43:00.788Z] ---> afeebe901d6b [2021-01-14T13:43:00.788Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T13:43:01.395Z] ---> Running in af2038a83c07 [2021-01-14T13:43:03.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:03.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:04.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:04.281Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T13:43:04.558Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:43:04.558Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T13:43:04.558Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T13:43:04.558Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T13:43:04.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:04.558Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:43:04.558Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:43:04.841Z] OK: 7 MiB in 19 packages [2021-01-14T13:43:05.120Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T13:43:05.399Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:43:05.399Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T13:43:05.399Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T13:43:05.399Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:43:05.399Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:43:05.693Z] OK: 7 MiB in 18 packages [2021-01-14T13:43:07.149Z] Removing intermediate container 17d0df59e376 [2021-01-14T13:43:07.149Z] ---> cf5bdae7a64a [2021-01-14T13:43:07.149Z] [2021-01-14T13:43:07.149Z] Step 10/24 : FROM scratch [2021-01-14T13:43:07.149Z] ---> [2021-01-14T13:43:07.149Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T13:43:07.758Z] ---> Running in 9ba5e25a4f4d [2021-01-14T13:43:08.031Z] Removing intermediate container e2f14234836e [2021-01-14T13:43:08.305Z] ---> c29c03749b82 [2021-01-14T13:43:08.305Z] [2021-01-14T13:43:08.305Z] Step 10/21 : FROM scratch [2021-01-14T13:43:08.305Z] ---> [2021-01-14T13:43:08.305Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:43:09.286Z] ---> Running in cccd2dda4d8b [2021-01-14T13:43:09.286Z] Removing intermediate container 9ba5e25a4f4d [2021-01-14T13:43:09.286Z] ---> 0c8d89dddaff [2021-01-14T13:43:09.286Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T13:43:09.286Z] ---> Running in d8f96c365303 [2021-01-14T13:43:09.558Z] Removing intermediate container af2038a83c07 [2021-01-14T13:43:09.558Z] ---> 85260a8abf17 [2021-01-14T13:43:09.558Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:43:09.558Z] Removing intermediate container db7b18be3c6e [2021-01-14T13:43:09.558Z] ---> 29326be910ce [2021-01-14T13:43:09.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T13:43:09.835Z] ---> Running in 24bffd1fd573 [2021-01-14T13:43:09.835Z] ---> Running in 41c88cdd9123 [2021-01-14T13:43:09.835Z] Removing intermediate container cccd2dda4d8b [2021-01-14T13:43:09.835Z] ---> 4f6299cb2c89 [2021-01-14T13:43:09.835Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T13:43:10.113Z] Removing intermediate container d8f96c365303 [2021-01-14T13:43:10.113Z] ---> 2afab2da248c [2021-01-14T13:43:10.113Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T13:43:10.113Z] ---> Running in bcead38101ee [2021-01-14T13:43:10.113Z] ---> Running in a01bea4f0171 [2021-01-14T13:43:10.399Z] Removing intermediate container 24bffd1fd573 [2021-01-14T13:43:10.399Z] ---> 2e0125cb26b8 [2021-01-14T13:43:10.399Z] Step 13/21 : WORKDIR /edgex [2021-01-14T13:43:10.674Z] Removing intermediate container 41c88cdd9123 [2021-01-14T13:43:10.674Z] ---> b62edd6f55ad [2021-01-14T13:43:10.674Z] Step 13/22 : WORKDIR / [2021-01-14T13:43:10.674Z] ---> Running in 39b63b4f1eaf [2021-01-14T13:43:10.674Z] Removing intermediate container a01bea4f0171 [2021-01-14T13:43:10.674Z] ---> 4bc30c1a5308 [2021-01-14T13:43:10.674Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T13:43:10.674Z] Removing intermediate container bcead38101ee [2021-01-14T13:43:10.674Z] ---> 5cb3a98d29be [2021-01-14T13:43:10.674Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T13:43:10.945Z] ---> Running in 3ef785f60601 [2021-01-14T13:43:10.945Z] ---> Running in 8bbc84fc3610 [2021-01-14T13:43:11.549Z] Removing intermediate container 39b63b4f1eaf [2021-01-14T13:43:11.549Z] ---> 394ab5bbaec0 [2021-01-14T13:43:11.549Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T13:43:11.549Z] Removing intermediate container 8bbc84fc3610 [2021-01-14T13:43:11.549Z] Removing intermediate container 3ef785f60601 [2021-01-14T13:43:11.549Z] ---> 78faf55e0b45 [2021-01-14T13:43:11.549Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:43:11.549Z] ---> fcee725ee247 [2021-01-14T13:43:11.549Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:43:12.158Z] ---> 3dc3c7ff8759 [2021-01-14T13:43:12.158Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T13:43:12.878Z] ---> c85d3d9baeb7 [2021-01-14T13:43:12.878Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T13:43:12.878Z] ---> 72375f18af85 [2021-01-14T13:43:12.878Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T13:43:13.166Z] ---> 03b1522d09ae [2021-01-14T13:43:13.166Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T13:43:14.259Z] ---> 84f3650cf327 [2021-01-14T13:43:14.260Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T13:43:15.781Z] ---> 6f337e06f8ee [2021-01-14T13:43:15.781Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T13:43:16.054Z] ---> 51625203abb0 [2021-01-14T13:43:16.054Z] ---> 7427ebad5b59 [2021-01-14T13:43:16.054Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T13:43:16.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T13:43:16.675Z] ---> 52f504ac6c88 [2021-01-14T13:43:16.675Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:43:17.280Z] ---> b915982af60d [2021-01-14T13:43:17.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T13:43:17.563Z] ---> 503ec5d0c010 [2021-01-14T13:43:17.563Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T13:43:17.563Z] ---> e811cc03fbda [2021-01-14T13:43:17.563Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T13:43:17.563Z] ---> Running in 4dbbc49fbc6c [2021-01-14T13:43:17.563Z] ---> Running in e3d1c34b84c7 [2021-01-14T13:43:17.837Z] ---> 68cf92cfb720 [2021-01-14T13:43:17.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T13:43:18.433Z] ---> e851005aabc6 [2021-01-14T13:43:18.433Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T13:43:18.707Z] Removing intermediate container 4dbbc49fbc6c [2021-01-14T13:43:18.707Z] ---> a8edaf408897 [2021-01-14T13:43:18.707Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T13:43:18.707Z] Removing intermediate container e3d1c34b84c7 [2021-01-14T13:43:18.707Z] ---> 06bfd2ad70e0 [2021-01-14T13:43:18.707Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:43:18.981Z] ---> Running in 9a6e6fb33d98 [2021-01-14T13:43:18.981Z] ---> Running in bf6d3396a8df [2021-01-14T13:43:18.981Z] ---> Running in a911ff8f60b4 [2021-01-14T13:43:19.254Z] ---> e3e48242d468 [2021-01-14T13:43:19.254Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T13:43:19.530Z] Removing intermediate container 9a6e6fb33d98 [2021-01-14T13:43:19.530Z] ---> 09d81f717c9b [2021-01-14T13:43:19.530Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T13:43:19.530Z] Removing intermediate container a911ff8f60b4 [2021-01-14T13:43:19.530Z] ---> 8571b8581ae2 [2021-01-14T13:43:19.530Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T13:43:19.804Z] ---> Running in e275142f38ea [2021-01-14T13:43:20.073Z] ---> Running in 73b428c0d010 [2021-01-14T13:43:20.343Z] ---> f6e49fc8c5af [2021-01-14T13:43:20.343Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T13:43:20.615Z] ---> Running in cd4a2b8704eb [2021-01-14T13:43:20.886Z] Removing intermediate container e275142f38ea [2021-01-14T13:43:20.886Z] ---> eddc30aca290 [2021-01-14T13:43:20.886Z] Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:43:20.886Z] Removing intermediate container 73b428c0d010 [2021-01-14T13:43:20.886Z] ---> 0e8e363fc0f9 [2021-01-14T13:43:20.886Z] Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:43:21.482Z] ---> Running in 5a5e62bde239 [2021-01-14T13:43:21.482Z] ---> Running in 25c8ae8f7161 [2021-01-14T13:43:21.763Z] Removing intermediate container cd4a2b8704eb [2021-01-14T13:43:21.763Z] ---> 62f0d0fcf450 [2021-01-14T13:43:21.763Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:43:22.040Z] ---> Running in 2fd5eb450464 [2021-01-14T13:43:22.317Z] Removing intermediate container 5a5e62bde239 [2021-01-14T13:43:22.317Z] ---> 5ae1da8b8106 [2021-01-14T13:43:22.317Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:43:22.590Z] Removing intermediate container 25c8ae8f7161 [2021-01-14T13:43:22.590Z] ---> f899131dfe66 [2021-01-14T13:43:22.590Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:43:22.590Z] Removing intermediate container bf6d3396a8df [2021-01-14T13:43:22.590Z] ---> c1420b5739e0 [2021-01-14T13:43:22.590Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T13:43:22.590Z] ---> Running in 230c8e0a7ca6 [2021-01-14T13:43:22.863Z] ---> Running in 8c483d349bbc [2021-01-14T13:43:22.863Z] ---> Running in 6bc4ea367ea6 [2021-01-14T13:43:22.863Z] Removing intermediate container 2fd5eb450464 [2021-01-14T13:43:22.863Z] ---> f0bd730ef915 [2021-01-14T13:43:22.863Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T13:43:23.132Z] Removing intermediate container 677f309a1ba6 [2021-01-14T13:43:23.132Z] ---> 9b36941c595d [2021-01-14T13:43:23.132Z] [2021-01-14T13:43:23.132Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T13:43:23.132Z] ---> afeebe901d6b [2021-01-14T13:43:23.132Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:43:23.408Z] ---> Running in cdcbaf0b4bf7 [2021-01-14T13:43:23.408Z] ---> Running in 063f96d79efd [2021-01-14T13:43:23.679Z] Removing intermediate container 230c8e0a7ca6 [2021-01-14T13:43:23.679Z] ---> 8f780bc9ba51 [2021-01-14T13:43:23.679Z] [2021-01-14T13:43:23.679Z] Removing intermediate container 6bc4ea367ea6 [2021-01-14T13:43:23.679Z] ---> 00622f11fda5 [2021-01-14T13:43:23.679Z] [2021-01-14T13:43:23.679Z] Removing intermediate container 8c483d349bbc [2021-01-14T13:43:23.679Z] ---> c5d5f747fdb8 [2021-01-14T13:43:23.679Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:43:23.962Z] Successfully built 8f780bc9ba51 [2021-01-14T13:43:23.962Z] Successfully built 00622f11fda5 [2021-01-14T13:43:23.962Z] ---> Running in 16ac34802d90 [2021-01-14T13:43:23.962Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T13:43:23.962Z] Removing intermediate container cdcbaf0b4bf7 [2021-01-14T13:43:23.962Z] Building docker-security-secretstore-setup-go [2021-01-14T13:43:23.962Z]  Building docker-support-scheduler-go ... done  ---> 1517ca86f7ed [2021-01-14T13:43:23.962Z] Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:43:23.962Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T13:43:23.962Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T13:43:24.245Z] Removing intermediate container 063f96d79efd [2021-01-14T13:43:24.245Z] ---> f29d8fac2b81 [2021-01-14T13:43:24.245Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T13:43:24.245Z] ---> Running in ad2ceb5fb68f [2021-01-14T13:43:24.518Z] ---> Running in b4d3ec11ea4a [2021-01-14T13:43:24.518Z] Removing intermediate container 16ac34802d90 [2021-01-14T13:43:24.518Z] ---> 5028e13cfec6 [2021-01-14T13:43:24.518Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:43:24.795Z] ---> Running in 2c3121aec26f [2021-01-14T13:43:24.795Z] Removing intermediate container ad2ceb5fb68f [2021-01-14T13:43:24.795Z] ---> 39eee4f93240 [2021-01-14T13:43:24.795Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:43:25.073Z] Removing intermediate container b4d3ec11ea4a [2021-01-14T13:43:25.073Z] ---> c064d0ace2ac [2021-01-14T13:43:25.073Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T13:43:25.073Z] ---> Running in c88c5aefe92f [2021-01-14T13:43:25.344Z] ---> Running in 1860610c849a [2021-01-14T13:43:25.344Z] Removing intermediate container 2c3121aec26f [2021-01-14T13:43:25.344Z] ---> b25a35f67841 [2021-01-14T13:43:25.344Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:43:25.616Z] ---> Running in 1b32f33868a2 [2021-01-14T13:43:25.616Z] Removing intermediate container c88c5aefe92f [2021-01-14T13:43:25.616Z] ---> 347e879e5a54 [2021-01-14T13:43:25.616Z] [2021-01-14T13:43:25.890Z] Removing intermediate container 1860610c849a [2021-01-14T13:43:25.890Z] ---> d3dc5be9ec71 [2021-01-14T13:43:25.890Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:43:26.164Z] Successfully built 347e879e5a54 [2021-01-14T13:43:26.164Z] ---> Running in c0cb52ecf862 [2021-01-14T13:43:26.164Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T13:43:26.164Z] Building docker-core-metadata-go [2021-01-14T13:43:26.164Z]  Building docker-support-notifications-go ... done Removing intermediate container 1b32f33868a2 [2021-01-14T13:43:26.164Z] ---> 35bf3d062db8 [2021-01-14T13:43:26.164Z] [2021-01-14T13:43:26.760Z] Successfully built 35bf3d062db8 [2021-01-14T13:43:26.760Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T13:43:26.760Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-14T13:43:28.739Z] Removing intermediate container c0cb52ecf862 [2021-01-14T13:43:28.739Z] ---> 576b25f951d7 [2021-01-14T13:43:28.739Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T13:43:28.739Z] ---> Running in bd3d54b8789c [2021-01-14T13:43:29.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:30.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:31.295Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T13:43:31.295Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T13:43:31.295Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T13:43:31.568Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T13:43:31.568Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T13:43:31.844Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:43:31.844Z] OK: 8 MiB in 19 packages [2021-01-14T13:43:37.246Z] Removing intermediate container bd3d54b8789c [2021-01-14T13:43:37.246Z] ---> f67cb36ad2f4 [2021-01-14T13:43:37.246Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:43:37.847Z] ---> 0bcbb12abe28 [2021-01-14T13:43:37.847Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T13:43:40.471Z] Running on prd-ubuntu18.04-docker-8c-8g-20224 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [2021-01-14T13:43:40.526Z] ---> 6f875529b73a [2021-01-14T13:43:40.526Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] ws [2021-01-14T13:43:40.635Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-14T13:43:42.516Z] ---> cdf817ed8361 [2021-01-14T13:43:42.516Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T13:43:42.785Z] using credential edgex-jenkins-ssh [2021-01-14T13:43:42.791Z] ---> Running in 03b8f9ecd603 [2021-01-14T13:43:42.840Z] Cloning the remote Git repository [2021-01-14T13:43:42.876Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:43:42.942Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-14T13:43:42.973Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:43:42.974Z] > git --version # timeout=10 [2021-01-14T13:43:42.980Z] > git --version # 'git version 2.17.1' [2021-01-14T13:43:42.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:43:43.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:43:43.387Z] Removing intermediate container 03b8f9ecd603 [2021-01-14T13:43:43.387Z] ---> ba81c5cfec92 [2021-01-14T13:43:43.387Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:43:43.387Z] ---> Running in 2234cbf91523 [2021-01-14T13:43:43.980Z] Removing intermediate container 2234cbf91523 [2021-01-14T13:43:43.980Z] ---> 44bb11e1aa5d [2021-01-14T13:43:43.980Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T13:43:44.259Z] ---> Running in 9f42d8441e24 [2021-01-14T13:43:44.857Z] Removing intermediate container 9f42d8441e24 [2021-01-14T13:43:44.857Z] ---> dcd5b04ce660 [2021-01-14T13:43:44.857Z] Step 22/23 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:43:44.857Z] ---> Running in 301aeff03e98 [2021-01-14T13:43:45.454Z] Removing intermediate container 301aeff03e98 [2021-01-14T13:43:45.454Z] ---> 5efea00cf68a [2021-01-14T13:43:45.454Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T13:43:45.732Z] ---> Running in e89efaf5bc91 [2021-01-14T13:43:46.009Z] Removing intermediate container e89efaf5bc91 [2021-01-14T13:43:46.009Z] ---> 829c304687a8 [2021-01-14T13:43:46.009Z] [2021-01-14T13:43:46.278Z] Successfully built 829c304687a8 [2021-01-14T13:43:46.558Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T13:43:50.265Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-14T13:43:49.586Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:43:49.591Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:43:49.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:43:49.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:43:49.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:43:49.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T13:43:50.282Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:43:50.288Z] > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T13:43:50.916Z] Failed in branch amd64 [2021-01-14T13:44:18.920Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:44:18.920Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:44:18.920Z] ---> ee7c6b119ae3 [2021-01-14T13:44:18.920Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> 041af5741ff3 [2021-01-14T13:44:18.920Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> cc1a6b551375 [2021-01-14T13:44:18.920Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> bec188eb8988 [2021-01-14T13:44:18.920Z] Step 6/24 : COPY go.mod . [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> b77c803fc3a3 [2021-01-14T13:44:18.920Z] Step 7/24 : RUN go mod download [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> e4f73ca14a80 [2021-01-14T13:44:18.920Z] Step 8/24 : COPY . . [2021-01-14T13:44:18.920Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:44:18.920Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:44:18.920Z] ---> ee7c6b119ae3 [2021-01-14T13:44:18.920Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> 041af5741ff3 [2021-01-14T13:44:18.920Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:44:18.920Z] ---> Using cache [2021-01-14T13:44:18.920Z] ---> cc1a6b551375 [2021-01-14T13:44:18.920Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T13:44:19.192Z] ---> Using cache [2021-01-14T13:44:19.192Z] ---> 17e664e5cbb4 [2021-01-14T13:44:19.192Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T13:44:19.462Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:44:19.462Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:44:19.462Z] ---> ee7c6b119ae3 [2021-01-14T13:44:19.462Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> 041af5741ff3 [2021-01-14T13:44:19.462Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> cc1a6b551375 [2021-01-14T13:44:19.462Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> bec188eb8988 [2021-01-14T13:44:19.462Z] Step 6/22 : COPY go.mod . [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> b77c803fc3a3 [2021-01-14T13:44:19.462Z] Step 7/22 : RUN go mod download [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> e4f73ca14a80 [2021-01-14T13:44:19.462Z] Step 8/22 : COPY . . [2021-01-14T13:44:19.462Z] ---> Using cache [2021-01-14T13:44:19.462Z] ---> 17e664e5cbb4 [2021-01-14T13:44:19.462Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T13:44:19.733Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:44:19.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:44:19.733Z] ---> ee7c6b119ae3 [2021-01-14T13:44:19.733Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> 041af5741ff3 [2021-01-14T13:44:19.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> cc1a6b551375 [2021-01-14T13:44:19.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> bec188eb8988 [2021-01-14T13:44:19.733Z] Step 6/22 : COPY go.mod . [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> b77c803fc3a3 [2021-01-14T13:44:19.733Z] Step 7/22 : RUN go mod download [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> e4f73ca14a80 [2021-01-14T13:44:19.733Z] Step 8/22 : COPY . . [2021-01-14T13:44:19.733Z] ---> Using cache [2021-01-14T13:44:19.733Z] ---> 17e664e5cbb4 [2021-01-14T13:44:19.733Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T13:44:25.103Z] ---> Running in 86d016ff9d3b [2021-01-14T13:44:25.103Z] ---> Running in 3aa0cc2a3105 [2021-01-14T13:44:25.103Z] ---> Running in b832d785f160 [2021-01-14T13:44:25.103Z] ---> Running in cf95f7101b8a [2021-01-14T13:44:26.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:44:26.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T13:44:26.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T13:44:26.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T13:44:26.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:44:27.304Z] OK: 217 MiB in 51 packages [2021-01-14T13:44:29.296Z] Removing intermediate container 86d016ff9d3b [2021-01-14T13:44:29.296Z] ---> 9aa853b74b1f [2021-01-14T13:44:29.296Z] Step 6/26 : COPY go.mod . [2021-01-14T13:44:30.736Z] ---> 207d61748259 [2021-01-14T13:44:30.736Z] Step 7/26 : RUN go mod download [2021-01-14T13:44:30.736Z] ---> Running in a4ad89821de0 [2021-01-14T13:44:35.067Z] Removing intermediate container a4ad89821de0 [2021-01-14T13:44:35.067Z] ---> 33e9d0d31af6 [2021-01-14T13:44:35.067Z] Step 8/26 : COPY . . [2021-01-14T13:44:53.421Z] ---> 85c1d5d13d47 [2021-01-14T13:44:53.421Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T13:44:53.421Z] ---> Running in aed84ae90f2d [2021-01-14T13:44:54.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T13:45:33.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T13:45:46.403Z] Removing intermediate container cf95f7101b8a [2021-01-14T13:45:46.403Z] ---> bfcf8092a033 [2021-01-14T13:45:46.403Z] [2021-01-14T13:45:46.403Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T13:45:46.403Z] ---> afeebe901d6b [2021-01-14T13:45:46.403Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:45:46.403Z] ---> Using cache [2021-01-14T13:45:46.403Z] ---> 29326be910ce [2021-01-14T13:45:46.403Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:45:46.680Z] ---> Running in b790a1389a61 [2021-01-14T13:45:47.684Z] Removing intermediate container b790a1389a61 [2021-01-14T13:45:47.684Z] ---> d8b5b8c353dc [2021-01-14T13:45:47.684Z] Step 13/24 : WORKDIR / [2021-01-14T13:45:47.684Z] ---> Running in f1bc957b458f [2021-01-14T13:45:49.143Z] Removing intermediate container f1bc957b458f [2021-01-14T13:45:49.143Z] ---> 34e3d929020f [2021-01-14T13:45:49.143Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T13:45:51.151Z] ---> 00d33ab73060 [2021-01-14T13:45:51.151Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T13:45:51.151Z] Removing intermediate container b832d785f160 [2021-01-14T13:45:51.151Z] ---> e126e847cc3b [2021-01-14T13:45:51.151Z] [2021-01-14T13:45:51.151Z] Step 10/22 : FROM scratch [2021-01-14T13:45:51.151Z] ---> [2021-01-14T13:45:51.151Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:45:51.430Z] ---> Using cache [2021-01-14T13:45:51.430Z] ---> 4f6299cb2c89 [2021-01-14T13:45:51.430Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T13:45:51.711Z] ---> Running in e9987cf4a1ec [2021-01-14T13:45:52.739Z] Removing intermediate container e9987cf4a1ec [2021-01-14T13:45:52.739Z] ---> ba6c864bd215 [2021-01-14T13:45:52.739Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:45:52.739Z] ---> Running in 08e0996da1b0 [2021-01-14T13:45:52.739Z] ---> aa8e1416dcaa [2021-01-14T13:45:52.739Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T13:45:53.743Z] Removing intermediate container 08e0996da1b0 [2021-01-14T13:45:53.743Z] ---> a172b494d4a7 [2021-01-14T13:45:53.743Z] Step 14/22 : WORKDIR / [2021-01-14T13:45:53.743Z] ---> Running in 07e681d438a3 [2021-01-14T13:45:54.021Z] ---> e973c5978b51 [2021-01-14T13:45:54.021Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T13:45:54.628Z] Removing intermediate container 07e681d438a3 [2021-01-14T13:45:54.628Z] ---> be756b20d92d [2021-01-14T13:45:54.628Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:45:56.096Z] ---> dff7f15fa8e0 [2021-01-14T13:45:56.096Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T13:45:56.374Z] ---> d7fd1783a1b5 [2021-01-14T13:45:56.374Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T13:45:59.031Z] ---> 2fc0d2d517cb [2021-01-14T13:45:59.031Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T13:45:59.031Z] ---> 86d5491845f1 [2021-01-14T13:45:59.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T13:45:59.623Z] ---> 10a071dad537 [2021-01-14T13:45:59.623Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T13:45:59.623Z] ---> f6062891fef4 [2021-01-14T13:45:59.623Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T13:45:59.900Z] ---> Running in 0b29fa8f0ffc [2021-01-14T13:45:59.900Z] ---> Running in 02cd964d00ec [2021-01-14T13:46:00.899Z] Removing intermediate container 02cd964d00ec [2021-01-14T13:46:00.899Z] ---> 2ce6a056806b [2021-01-14T13:46:00.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:46:01.523Z] ---> Running in cfc37e6a3145 [2021-01-14T13:46:02.133Z] Removing intermediate container cfc37e6a3145 [2021-01-14T13:46:02.133Z] ---> 4daa07dc91fe [2021-01-14T13:46:02.133Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:46:02.736Z] ---> Running in 17c654271ac5 [2021-01-14T13:46:04.176Z] Removing intermediate container 17c654271ac5 [2021-01-14T13:46:04.176Z] ---> c936bef21474 [2021-01-14T13:46:04.176Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:46:04.176Z] Removing intermediate container 0b29fa8f0ffc [2021-01-14T13:46:04.176Z] ---> 19150b5d4f26 [2021-01-14T13:46:04.176Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T13:46:04.782Z] ---> Running in 9443c06be406 [2021-01-14T13:46:04.782Z] ---> Running in 7d74cc69fd20 [2021-01-14T13:46:05.767Z] Removing intermediate container 3aa0cc2a3105 [2021-01-14T13:46:05.767Z] ---> 2c28a17f08d5 [2021-01-14T13:46:05.767Z] [2021-01-14T13:46:05.767Z] Step 10/22 : FROM scratch [2021-01-14T13:46:05.767Z] ---> [2021-01-14T13:46:05.767Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:46:05.767Z] ---> Using cache [2021-01-14T13:46:05.767Z] ---> 4f6299cb2c89 [2021-01-14T13:46:05.767Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T13:46:05.767Z] Removing intermediate container 7d74cc69fd20 [2021-01-14T13:46:05.767Z] Removing intermediate container 9443c06be406 [2021-01-14T13:46:05.767Z] ---> 7d9be4abbb2f [2021-01-14T13:46:05.767Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:46:05.767Z] ---> 7fd68508c2b6 [2021-01-14T13:46:05.767Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T13:46:06.040Z] ---> Running in 825bcc2fce84 [2021-01-14T13:46:06.645Z] ---> Running in 1e6f0d34a23f [2021-01-14T13:46:06.645Z] ---> Running in e201eba5db59 [2021-01-14T13:46:06.645Z] Removing intermediate container 825bcc2fce84 [2021-01-14T13:46:06.645Z] ---> e02fa244c980 [2021-01-14T13:46:06.645Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:46:06.922Z] Removing intermediate container aed84ae90f2d [2021-01-14T13:46:06.922Z] ---> c1a9dfe75443 [2021-01-14T13:46:06.922Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T13:46:06.922Z] ---> Running in 3c3fd6f73e2c [2021-01-14T13:46:07.195Z] ---> Running in 650c16b1930f [2021-01-14T13:46:07.195Z] Removing intermediate container e201eba5db59 [2021-01-14T13:46:07.195Z] ---> b555e7b043d2 [2021-01-14T13:46:07.195Z] Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:46:07.195Z] Removing intermediate container 1e6f0d34a23f [2021-01-14T13:46:07.195Z] ---> 164fcdcf8756 [2021-01-14T13:46:07.195Z] [2021-01-14T13:46:07.805Z] ---> Running in 0501cabc7c5e [2021-01-14T13:46:07.805Z] Removing intermediate container 3c3fd6f73e2c [2021-01-14T13:46:07.805Z] ---> 43b724b2028c [2021-01-14T13:46:07.805Z] Step 14/22 : WORKDIR / [2021-01-14T13:46:07.805Z] Successfully built 164fcdcf8756 [2021-01-14T13:46:07.805Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T13:46:08.080Z]  Building docker-core-command-go ... done  ---> Running in 8e0a12c45504 [2021-01-14T13:46:08.355Z] Removing intermediate container 0501cabc7c5e [2021-01-14T13:46:08.355Z] ---> 508e609a94ab [2021-01-14T13:46:08.355Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:46:08.641Z] ---> Running in e375bea86f31 [2021-01-14T13:46:08.641Z] Removing intermediate container 8e0a12c45504 [2021-01-14T13:46:08.641Z] ---> 13532c60a010 [2021-01-14T13:46:08.641Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:46:08.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T13:46:09.262Z] Removing intermediate container e375bea86f31 [2021-01-14T13:46:09.262Z] ---> e819cddac812 [2021-01-14T13:46:09.262Z] [2021-01-14T13:46:09.545Z] Successfully built e819cddac812 [2021-01-14T13:46:09.844Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T13:46:09.844Z]  Building docker-security-secretstore-setup-go ... done  ---> 19bc100beab0 [2021-01-14T13:46:09.844Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T13:46:11.303Z] ---> 2adc3cb283d7 [2021-01-14T13:46:11.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T13:46:12.305Z] Removing intermediate container 650c16b1930f [2021-01-14T13:46:12.305Z] ---> 818dd18e1c82 [2021-01-14T13:46:12.305Z] [2021-01-14T13:46:12.305Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T13:46:12.305Z] 20.10.0: Pulling from library/docker [2021-01-14T13:46:12.305Z] ---> fa575c73f8fc [2021-01-14T13:46:12.305Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T13:46:12.578Z] ---> Running in d90904342b7a [2021-01-14T13:46:13.177Z] Removing intermediate container d90904342b7a [2021-01-14T13:46:13.177Z] ---> 910d251e392d [2021-01-14T13:46:13.177Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:46:13.458Z] ---> Running in 6ef0ab724949 [2021-01-14T13:46:14.437Z] Removing intermediate container 6ef0ab724949 [2021-01-14T13:46:14.437Z] ---> 0634682a367f [2021-01-14T13:46:14.437Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:46:15.032Z] ---> Running in c147f10e00b6 [2021-01-14T13:46:15.332Z] Removing intermediate container c147f10e00b6 [2021-01-14T13:46:15.332Z] ---> 5e7cd04b9f56 [2021-01-14T13:46:15.332Z] Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:46:15.928Z] ---> Running in 284c05084f9f [2021-01-14T13:46:16.526Z] Removing intermediate container 284c05084f9f [2021-01-14T13:46:16.526Z] ---> 89695fa8cd12 [2021-01-14T13:46:16.526Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:46:16.806Z] ---> Running in e4dd85e11c29 [2021-01-14T13:46:17.788Z] Removing intermediate container e4dd85e11c29 [2021-01-14T13:46:17.788Z] ---> d9274a28b40a [2021-01-14T13:46:17.788Z] [2021-01-14T13:46:18.059Z] Successfully built d9274a28b40a [2021-01-14T13:46:18.059Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T13:46:20.674Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T13:46:20.674Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T13:46:20.674Z] ---> eeaf43b92773 [2021-01-14T13:46:20.674Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T13:46:21.264Z] ---> Running in c75b49962f23 [2021-01-14T13:46:22.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:46:22.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:46:22.831Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T13:46:22.831Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T13:46:22.831Z] Executing bash-5.0.17-r0.post-install [2021-01-14T13:46:22.831Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:46:22.831Z] OK: 12 MiB in 22 packages [2021-01-14T13:46:24.265Z] Removing intermediate container c75b49962f23 [2021-01-14T13:46:24.265Z] ---> bcae47ef32bb [2021-01-14T13:46:24.265Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T13:46:24.265Z] ---> Running in 0e85914645bb [2021-01-14T13:46:24.864Z] Removing intermediate container 0e85914645bb [2021-01-14T13:46:24.864Z] ---> 383bf2241213 [2021-01-14T13:46:24.864Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T13:46:24.864Z] ---> Running in 65b70a3855b2 [2021-01-14T13:46:25.459Z] Removing intermediate container 65b70a3855b2 [2021-01-14T13:46:25.459Z] ---> ec59c6da9c59 [2021-01-14T13:46:25.459Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T13:46:25.459Z] ---> Running in 0f97057f3430 [2021-01-14T13:46:26.053Z] Removing intermediate container 0f97057f3430 [2021-01-14T13:46:26.053Z] ---> fbfed0ee339f [2021-01-14T13:46:26.053Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T13:46:27.029Z] ---> 188c1b016fae [2021-01-14T13:46:27.029Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T13:46:28.007Z] ---> f052dd8b4898 [2021-01-14T13:46:28.007Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T13:46:28.985Z] ---> ace4487acf06 [2021-01-14T13:46:28.985Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T13:46:28.985Z] ---> Running in 69c8f1757565 [2021-01-14T13:46:30.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:46:30.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:46:31.017Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T13:46:31.018Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T13:46:31.018Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T13:46:31.018Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T13:46:31.018Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T13:46:31.018Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T13:46:31.018Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T13:46:32.980Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T13:46:32.980Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T13:46:32.980Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T13:46:32.980Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T13:46:32.980Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T13:46:32.980Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T13:46:32.980Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T13:46:32.980Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T13:46:32.980Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T13:46:32.980Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T13:46:33.252Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T13:46:33.252Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T13:46:33.252Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T13:46:33.252Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T13:46:33.252Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T13:46:33.252Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T13:46:33.252Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T13:46:33.252Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T13:46:33.252Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T13:46:33.523Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T13:46:33.523Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T13:46:33.523Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T13:46:33.523Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T13:46:33.523Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T13:46:33.523Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T13:46:33.523Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T13:46:33.797Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:46:33.797Z] OK: 71 MiB in 55 packages [2021-01-14T13:46:40.500Z] Removing intermediate container 69c8f1757565 [2021-01-14T13:46:40.500Z] ---> 8a083f44ea94 [2021-01-14T13:46:40.500Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T13:46:40.500Z] ---> Running in e9af09afa916 [2021-01-14T13:46:47.300Z] Collecting docker-compose==1.23.2 [2021-01-14T13:46:47.300Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T13:46:47.893Z] Collecting PyYAML<4,>=3.10 [2021-01-14T13:46:47.893Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T13:46:52.182Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T13:46:52.182Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T13:46:54.152Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T13:46:54.152Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T13:46:54.423Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T13:46:54.726Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T13:46:57.336Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T13:46:57.336Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T13:46:57.336Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T13:46:57.336Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T13:47:01.625Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T13:47:01.625Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T13:47:01.898Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T13:47:01.898Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T13:47:02.491Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T13:47:03.084Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T13:47:03.084Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T13:47:03.355Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T13:47:03.626Z] Collecting idna<2.8,>=2.5 [2021-01-14T13:47:03.626Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T13:47:04.603Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T13:47:04.603Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T13:47:04.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-01-14T13:47:04.875Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T13:47:04.875Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T13:47:05.146Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T13:47:05.146Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T13:47:05.146Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T13:47:05.146Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T13:47:06.573Z] Installing collected packages: PyYAML, dockerpty, jsonschema, texttable, cached-property, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docker-compose [2021-01-14T13:47:06.573Z] Running setup.py install for PyYAML: started [2021-01-14T13:47:09.182Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T13:47:09.182Z] Running setup.py install for dockerpty: started [2021-01-14T13:47:11.174Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T13:47:11.765Z] Running setup.py install for texttable: started [2021-01-14T13:47:14.381Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T13:47:14.381Z] Running setup.py install for docopt: started [2021-01-14T13:47:16.344Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T13:47:16.344Z] Attempting uninstall: idna [2021-01-14T13:47:16.344Z] Found existing installation: idna 2.9 [2021-01-14T13:47:16.344Z] Uninstalling idna-2.9: [2021-01-14T13:47:16.344Z] Successfully uninstalled idna-2.9 [2021-01-14T13:47:16.938Z] Attempting uninstall: urllib3 [2021-01-14T13:47:16.938Z] Found existing installation: urllib3 1.25.9 [2021-01-14T13:47:16.938Z] Uninstalling urllib3-1.25.9: [2021-01-14T13:47:17.210Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T13:47:17.803Z] Attempting uninstall: requests [2021-01-14T13:47:17.803Z] Found existing installation: requests 2.23.0 [2021-01-14T13:47:17.803Z] Uninstalling requests-2.23.0: [2021-01-14T13:47:18.074Z] Successfully uninstalled requests-2.23.0 [2021-01-14T13:47:20.681Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T13:47:24.971Z] Removing intermediate container e9af09afa916 [2021-01-14T13:47:24.971Z] ---> 231997e4ef76 [2021-01-14T13:47:24.971Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T13:47:24.971Z] ---> Running in 56e0f2e258a2 [2021-01-14T13:47:26.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:47:26.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:47:26.991Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:47:26.991Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T13:47:26.991Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T13:47:26.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:47:27.264Z] OK: 71 MiB in 58 packages [2021-01-14T13:47:28.699Z] Removing intermediate container 56e0f2e258a2 [2021-01-14T13:47:28.699Z] ---> 26e1734e0a30 [2021-01-14T13:47:28.699Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T13:47:28.699Z] ---> Running in 2c1e4d0a5201 [2021-01-14T13:47:28.976Z] Removing intermediate container 2c1e4d0a5201 [2021-01-14T13:47:28.976Z] ---> 1e5e4938d7db [2021-01-14T13:47:28.976Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:47:29.253Z] ---> Running in 2068167bd062 [2021-01-14T13:47:29.845Z] Removing intermediate container 2068167bd062 [2021-01-14T13:47:29.845Z] ---> 1af5176f4ab9 [2021-01-14T13:47:29.845Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T13:47:29.845Z] ---> Running in 1f7bf1b80e76 [2021-01-14T13:47:30.439Z] Removing intermediate container 1f7bf1b80e76 [2021-01-14T13:47:30.439Z] ---> 3e7f01139efa [2021-01-14T13:47:30.439Z] Step 25/26 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c [2021-01-14T13:47:30.439Z] ---> Running in bf39dfa20410 [2021-01-14T13:47:31.031Z] Removing intermediate container bf39dfa20410 [2021-01-14T13:47:31.031Z] ---> 062583e980a3 [2021-01-14T13:47:31.031Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T13:47:31.031Z] ---> Running in 8bc64a88fe95 [2021-01-14T13:47:31.624Z] Removing intermediate container 8bc64a88fe95 [2021-01-14T13:47:31.624Z] ---> 4570a10b2d01 [2021-01-14T13:47:31.624Z] [2021-01-14T13:47:32.217Z] Successfully built 4570a10b2d01 [2021-01-14T13:47:32.217Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T13:47:32.502Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T13:47:32.507Z] $ docker stop --time=1 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da [2021-01-14T13:47:34.585Z] $ docker rm -f 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:47:35.458Z] + + docker imagesgrep [2021-01-14T13:47:35.458Z] docker [2021-01-14T13:47:35.730Z] docker-sys-mgmt-agent-go-arm64 latest 4570a10b2d01 4 seconds ago 300MB [2021-01-14T13:47:35.730Z] docker-core-metadata-go-arm64 latest d9274a28b40a About a minute ago 12.3MB [2021-01-14T13:47:35.730Z] docker-security-secretstore-setup-go-arm64 latest e819cddac812 About a minute ago 23.4MB [2021-01-14T13:47:35.730Z] docker-core-command-go-arm64 latest 164fcdcf8756 About a minute ago 9.98MB [2021-01-14T13:47:35.730Z] docker-core-data-go-arm64 latest 829c304687a8 3 minutes ago 21MB [2021-01-14T13:47:35.730Z] docker-support-notifications-go-arm64 latest 347e879e5a54 4 minutes ago 11.4MB [2021-01-14T13:47:35.730Z] docker-security-bootstrap-redis-go-arm64 latest 35bf3d062db8 4 minutes ago 15.1MB [2021-01-14T13:47:35.730Z] docker-security-proxy-setup-go-arm64 latest 00622f11fda5 4 minutes ago 23.3MB [2021-01-14T13:47:35.730Z] docker-support-scheduler-go-arm64 latest 8f780bc9ba51 4 minutes ago 10MB [2021-01-14T13:47:35.730Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:47:39.275Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:47:40.641Z] ---> package-listing.sh [2021-01-14T13:47:40.641Z] ++ facter osfamily [2021-01-14T13:47:40.641Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T13:47:40.917Z] + OS_FAMILY=redhat [2021-01-14T13:47:40.917Z] + workspace=/w/workspace/edgex-go/21 [2021-01-14T13:47:40.917Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T13:47:40.917Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T13:47:40.917Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T13:47:40.917Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T13:47:40.917Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-14T13:47:40.917Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T13:47:40.917Z] + case "${OS_FAMILY}" in [2021-01-14T13:47:40.917Z] + rpm -qa [2021-01-14T13:47:40.917Z] + sort [2021-01-14T13:47:47.696Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T13:47:47.696Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T13:47:47.696Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T13:47:47.696Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-14T13:47:47.696Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-01-14T13:47:47.696Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-01-14T13:47:47.720Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T13:47:48.074Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:47:48.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:47:49.333Z] [2021-01-14T13:47:49.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:47:49.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:47:50.009Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T13:47:50.009Z] df20fa9351a1: Pulling fs layer [2021-01-14T13:47:50.009Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T13:47:50.009Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T13:47:50.009Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T13:47:50.009Z] 93b61091891f: Pulling fs layer [2021-01-14T13:47:50.009Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T13:47:50.009Z] 5e14af77c1be: Pulling fs layer [2021-01-14T13:47:50.009Z] 01666e4c0597: Pulling fs layer [2021-01-14T13:47:50.009Z] aa168da1d23b: Pulling fs layer [2021-01-14T13:47:50.009Z] 93b9cdb0e59b: Waiting [2021-01-14T13:47:50.009Z] 01666e4c0597: Waiting [2021-01-14T13:47:50.009Z] 46f8f816bc3b: Waiting [2021-01-14T13:47:50.009Z] 36b3adc4ff6f: Download complete [2021-01-14T13:47:50.009Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T13:47:50.009Z] 46f8f816bc3b: Download complete [2021-01-14T13:47:50.282Z] df20fa9351a1: Verifying Checksum [2021-01-14T13:47:50.282Z] df20fa9351a1: Download complete [2021-01-14T13:47:50.282Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T13:47:50.282Z] 93b9cdb0e59b: Download complete [2021-01-14T13:47:50.282Z] 5e14af77c1be: Verifying Checksum [2021-01-14T13:47:50.282Z] 5e14af77c1be: Download complete [2021-01-14T13:47:50.282Z] 93b61091891f: Download complete [2021-01-14T13:47:50.282Z] 01666e4c0597: Verifying Checksum [2021-01-14T13:47:50.282Z] 01666e4c0597: Download complete [2021-01-14T13:47:50.886Z] df20fa9351a1: Pull complete [2021-01-14T13:47:51.155Z] 36b3adc4ff6f: Pull complete [2021-01-14T13:47:51.155Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T13:47:51.155Z] 8ad3a11d3b57: Download complete [2021-01-14T13:47:53.913Z] 8ad3a11d3b57: Pull complete [2021-01-14T13:47:53.913Z] 46f8f816bc3b: Pull complete [2021-01-14T13:47:55.464Z] 93b61091891f: Pull complete [2021-01-14T13:47:55.464Z] 93b9cdb0e59b: Pull complete [2021-01-14T13:47:56.088Z] 5e14af77c1be: Pull complete [2021-01-14T13:47:56.686Z] aa168da1d23b: Verifying Checksum [2021-01-14T13:47:56.686Z] aa168da1d23b: Download complete [2021-01-14T13:47:56.686Z] 01666e4c0597: Pull complete [2021-01-14T13:48:09.397Z] aa168da1d23b: Pull complete [2021-01-14T13:48:09.397Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T13:48:09.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:48:09.445Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T13:48:09.984Z] prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container [2021-01-14T13:48:10.058Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-14T13:48:14.935Z] $ docker top 8794b6547f97fcac33aa527e938d72e0a91e7a443c01941560cc5aaa6984d9db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:48:16.028Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T13:48:16.370Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T13:48:16.715Z] + ls /var/log/sa-host [2021-01-14T13:48:16.715Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T13:48:16.715Z] file_magic: OK [2021-01-14T13:48:16.715Z] HZ: Using current value: 100 [2021-01-14T13:48:16.715Z] file_header: OK [2021-01-14T13:48:16.715Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T13:48:16.715Z] Statistics: [2021-01-14T13:48:16.715Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T13:48:16.715Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T13:48:16.715Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T13:48:16.715Z] file_magic: OK [2021-01-14T13:48:16.715Z] HZ: Using current value: 100 [2021-01-14T13:48:16.715Z] file_header: OK [2021-01-14T13:48:16.715Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T13:48:16.715Z] Statistics: [2021-01-14T13:48:16.715Z] Hnuu...uuuununununu... [2021-01-14T13:48:16.715Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T13:48:16.953Z] provisioning config files... [2021-01-14T13:48:16.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config889009659705330914tmp [Pipeline] { [Pipeline] echo [2021-01-14T13:48:17.050Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:48:17.751Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T13:48:17.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T13:48:17.851Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:48:18.527Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T13:48:18.560Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:48:18.998Z] ---> sudo-logs.sh [2021-01-14T13:48:18.998Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T13:48:19.011Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:48:19.326Z] ---> job-cost.sh [2021-01-14T13:48:19.326Z] lf-activate-venv: SKIPPING [2021-01-14T13:48:19.326Z] INFO: No Stack... [2021-01-14T13:48:20.295Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T13:48:20.878Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T13:48:20.892Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:48:21.542Z] ---> logs-deploy.sh [2021-01-14T13:48:21.542Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/21 [2021-01-14T13:48:21.542Z] INFO: archiving workspace using pattern(s): [2021-01-14T13:48:23.524Z] Archives upload complete. [2021-01-14T13:48:23.803Z] INFO: archiving logs to Nexus [2021-01-14T13:48:25.243Z] ---> uname -a: [2021-01-14T13:48:25.243Z] Linux prd-centos7-docker-4c-2g-20218.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] ---> lscpu: [2021-01-14T13:48:25.243Z] Architecture: x86_64 [2021-01-14T13:48:25.243Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-14T13:48:25.243Z] Byte Order: Little Endian [2021-01-14T13:48:25.243Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-14T13:48:25.243Z] CPU(s): 4 [2021-01-14T13:48:25.243Z] On-line CPU(s) list: 0-3 [2021-01-14T13:48:25.243Z] Thread(s) per core: 1 [2021-01-14T13:48:25.243Z] Core(s) per socket: 1 [2021-01-14T13:48:25.243Z] Socket(s): 4 [2021-01-14T13:48:25.243Z] NUMA node(s): 1 [2021-01-14T13:48:25.243Z] Vendor ID: GenuineIntel [2021-01-14T13:48:25.243Z] CPU family: 6 [2021-01-14T13:48:25.243Z] Model: 44 [2021-01-14T13:48:25.243Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-14T13:48:25.243Z] Stepping: 1 [2021-01-14T13:48:25.243Z] CPU MHz: 2933.438 [2021-01-14T13:48:25.243Z] BogoMIPS: 5866.87 [2021-01-14T13:48:25.243Z] Virtualization: VT-x [2021-01-14T13:48:25.243Z] Hypervisor vendor: KVM [2021-01-14T13:48:25.243Z] Virtualization type: full [2021-01-14T13:48:25.243Z] L1d cache: 128 KiB [2021-01-14T13:48:25.243Z] L1i cache: 128 KiB [2021-01-14T13:48:25.243Z] L2 cache: 16 MiB [2021-01-14T13:48:25.243Z] L3 cache: 64 MiB [2021-01-14T13:48:25.243Z] NUMA node0 CPU(s): 0-3 [2021-01-14T13:48:25.243Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-14T13:48:25.243Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-14T13:48:25.243Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-14T13:48:25.243Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-14T13:48:25.243Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-14T13:48:25.243Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-14T13:48:25.243Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-14T13:48:25.243Z] Vulnerability Srbds: Not affected [2021-01-14T13:48:25.243Z] Vulnerability Tsx async abort: Not affected [2021-01-14T13:48:25.243Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] ---> nproc: [2021-01-14T13:48:25.243Z] 4 [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z] ---> df -h: [2021-01-14T13:48:25.243Z] Filesystem Size Used Available Use% Mounted on [2021-01-14T13:48:25.243Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-14T13:48:25.243Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-14T13:48:25.243Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-14T13:48:25.243Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/21@tmp [2021-01-14T13:48:25.243Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/21 [2021-01-14T13:48:25.243Z] [2021-01-14T13:48:25.243Z]