Pull request #2913 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 29c0f48cb91e711059cd5d4a56f95c145c37e231+1cb94389de1e39608b319f278621c386c44601c6 (07cb2b95231d8ce0fed7fc22638f3946723ebef8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16375 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) > 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/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T18:32:39.984Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T18:32:40.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T18:32:40.561Z] ========================================================= [2020-12-16T18:32:40.561Z] EdgeX Global Pipelines Version Info [2020-12-16T18:32:40.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:32:42.028Z] ------------------- [2020-12-16T18:32:42.028Z] stable info: [2020-12-16T18:32:42.029Z] ------------------- [2020-12-16T18:32:42.029Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T18:32:42.029Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T18:32:42.029Z] Message: update stable to v1.0.173 [2020-12-16T18:32:42.988Z] ------------------- [2020-12-16T18:32:42.988Z] experimental info: [2020-12-16T18:32:42.988Z] ------------------- [2020-12-16T18:32:42.988Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-16T18:32:42.988Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T18:32:42.988Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T18:32:43.278Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T18:32:43.374Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T18:32:43.479Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T18:32:43.570Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T18:32:43.657Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T18:32:43.748Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T18:32:43.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T18:32:43.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T18:32:44.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T18:32:44.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T18:32:44.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T18:32:44.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T18:32:44.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T18:32:44.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T18:32:44.740Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T18:32:44.840Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T18:32:44.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T18:32:45.028Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T18:32:45.119Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T18:32:45.207Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T18:32:45.296Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T18:32:45.389Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T18:32:45.475Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-16T18:32:45.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T18:32:45.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T18:32:45.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo [2020-12-16T18:32:45.968Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29c0f48cb91e711059cd5d4a56f95c145c37e231 [Pipeline] echo [2020-12-16T18:32:46.057Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29c0f48 [Pipeline] echo [2020-12-16T18:32:46.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T18:32:46.319Z] provisioning config files... [2020-12-16T18:32:46.378Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config3271467874878690805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:32:46.768Z] ---> docker-login.sh [2020-12-16T18:32:46.768Z] nexus3.edgexfoundry.org:10001 [2020-12-16T18:32:47.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:32:47.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:32:47.299Z] Configure a credential helper to remove this warning. See [2020-12-16T18:32:47.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:32:47.299Z] [2020-12-16T18:32:47.299Z] Login Succeeded [2020-12-16T18:32:47.299Z] nexus3.edgexfoundry.org:10002 [2020-12-16T18:32:47.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:32:47.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:32:47.561Z] Configure a credential helper to remove this warning. See [2020-12-16T18:32:47.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:32:47.561Z] [2020-12-16T18:32:47.561Z] Login Succeeded [2020-12-16T18:32:47.561Z] nexus3.edgexfoundry.org:10003 [2020-12-16T18:32:47.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:32:47.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:32:47.561Z] Configure a credential helper to remove this warning. See [2020-12-16T18:32:47.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:32:47.561Z] [2020-12-16T18:32:47.561Z] Login Succeeded [2020-12-16T18:32:47.561Z] nexus3.edgexfoundry.org:10004 [2020-12-16T18:32:47.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:32:47.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:32:47.824Z] Configure a credential helper to remove this warning. See [2020-12-16T18:32:47.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:32:47.824Z] [2020-12-16T18:32:47.824Z] Login Succeeded [2020-12-16T18:32:47.824Z] docker.io [2020-12-16T18:32:47.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:32:48.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:32:48.403Z] Configure a credential helper to remove this warning. See [2020-12-16T18:32:48.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:32:48.403Z] [2020-12-16T18:32:48.403Z] Login Succeeded [2020-12-16T18:32:48.403Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T18:32:48.414Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T18:32:48.886Z] ++ 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 [2020-12-16T18:32:48.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.886Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T18:32:48.886Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.886Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T18:32:48.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.886Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T18:32:48.886Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.886Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T18:32:48.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.886Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T18:32:48.886Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.886Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T18:32:48.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.886Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T18:32:48.886Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.886Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T18:32:48.887Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.887Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T18:32:48.887Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.887Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T18:32:48.887Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.887Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T18:32:48.887Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.887Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T18:32:48.887Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.887Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T18:32:48.887Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.887Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T18:32:48.887Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.887Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T18:32:48.887Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.887Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T18:32:48.887Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T18:32:48.887Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T18:32:48.887Z] ++ cut -d/ -f2 [2020-12-16T18:32:48.887Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T18:32:48.962Z] 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 [2020-12-16T18:32:49.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T18:32:49.845Z] [2020-12-16T18:32:49.845Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:32:50.200Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T18:32:50.200Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T18:32:50.200Z] 31603596830f: Pulling fs layer [2020-12-16T18:32:50.200Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T18:32:50.200Z] 6ca5941a6612: Pulling fs layer [2020-12-16T18:32:50.200Z] ecc8261a40a4: Pulling fs layer [2020-12-16T18:32:50.200Z] ecc8261a40a4: Waiting [2020-12-16T18:32:50.200Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T18:32:50.200Z] 2a8b12db71e7: Download complete [2020-12-16T18:32:50.200Z] 31603596830f: Download complete [2020-12-16T18:32:50.479Z] 6ca5941a6612: Verifying Checksum [2020-12-16T18:32:50.479Z] 6ca5941a6612: Download complete [2020-12-16T18:32:50.479Z] ecc8261a40a4: Verifying Checksum [2020-12-16T18:32:50.479Z] ecc8261a40a4: Download complete [2020-12-16T18:32:50.743Z] 31603596830f: Pull complete [2020-12-16T18:32:50.743Z] 2a8b12db71e7: Pull complete [2020-12-16T18:32:51.693Z] 6ca5941a6612: Pull complete [2020-12-16T18:32:51.693Z] ecc8261a40a4: Pull complete [2020-12-16T18:32:51.693Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T18:32:51.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T18:32:51.693Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T18:32:52.075Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:32:52.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:32:54.428Z] $ docker top cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T18:32:54.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T18:32:54.698Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T18:32:54.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T18:32:54.899Z] $ docker exec cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent [2020-12-16T18:32:55.088Z] SSH_AUTH_SOCK=/tmp/ssh-DScf0o8SEj0H/agent.11 [2020-12-16T18:32:55.088Z] SSH_AGENT_PID=16 [2020-12-16T18:32:55.101Z] Running ssh-add (command line suppressed) [2020-12-16T18:32:55.229Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_5161299134116505000.key (/w/workspace/edgex-go/12@tmp/private_key_5161299134116505000.key) [2020-12-16T18:32:55.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T18:32:55.631Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T18:32:55.654Z] $ docker exec --env ******** --env ******** cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent -k [2020-12-16T18:32:55.772Z] unset SSH_AUTH_SOCK; [2020-12-16T18:32:55.773Z] unset SSH_AGENT_PID; [2020-12-16T18:32:55.773Z] echo Agent pid 16 killed; [2020-12-16T18:32:55.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T18:32:55.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T18:32:55.960Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T18:32:56.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T18:32:56.132Z] $ docker exec cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent [2020-12-16T18:32:56.294Z] SSH_AUTH_SOCK=/tmp/ssh-TyXnMJg0z9jH/agent.46 [2020-12-16T18:32:56.294Z] SSH_AGENT_PID=51 [2020-12-16T18:32:56.302Z] Running ssh-add (command line suppressed) [2020-12-16T18:32:56.423Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_4353913726093669.key (/w/workspace/edgex-go/12@tmp/private_key_4353913726093669.key) [2020-12-16T18:32:56.472Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T18:32:56.816Z] + git semver init [2020-12-16T18:32:56.816Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T18:32:56.816Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2020-12-16T18:32:56.816Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2020-12-16T18:32:56.816Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T18:32:56.816Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T18:32:56.816Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T18:32:56.816Z] # $SEMVER_BRANCH = PR-2913 [2020-12-16T18:32:56.816Z] # $SEMVER_TEMP = /tmp/semver-973616334 [2020-12-16T18:32:56.816Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T18:33:15.037Z] # '/tmp/semver-973616334' -> '/w/workspace/edgex-go/12/.semver' [2020-12-16T18:33:15.038Z] # -> Force: false [2020-12-16T18:33:15.038Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2020-12-16T18:33:15.058Z] $ docker exec --env ******** --env ******** cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent -k [2020-12-16T18:33:15.345Z] unset SSH_AUTH_SOCK; [2020-12-16T18:33:15.346Z] unset SSH_AGENT_PID; [2020-12-16T18:33:15.346Z] echo Agent pid 51 killed; [2020-12-16T18:33:15.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T18:33:15.951Z] + git semver [Pipeline] } [2020-12-16T18:33:15.975Z] $ docker stop --time=1 cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 [2020-12-16T18:33:17.701Z] $ docker rm -f cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T18:33:18.236Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T18:33:18.730Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T18:33:18.733Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T18:33:19.615Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T18:33:19.917Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T18:33:20.222Z] + sudo service docker restart [2020-12-16T18:33:20.222Z] + true [2020-12-16T18:33:20.222Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T18:33:20.815Z] ========================================================= [2020-12-16T18:33:20.815Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T18:33:20.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:33:21.183Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-16T18:33:24.500Z] Sending build context to Docker daemon 326.4MB [2020-12-16T18:33:24.500Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T18:33:24.500Z] Step 2/7 : FROM ${BASE} [2020-12-16T18:33:24.763Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T18:33:24.763Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T18:33:24.763Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T18:33:24.763Z] de9db76c5a1d: Pulling fs layer [2020-12-16T18:33:24.763Z] bca2f99d35d6: Pulling fs layer [2020-12-16T18:33:24.763Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T18:33:24.763Z] 7c6f9722023f: Pulling fs layer [2020-12-16T18:33:24.763Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T18:33:24.763Z] a35cf1a2eb13: Waiting [2020-12-16T18:33:24.763Z] 7c6f9722023f: Waiting [2020-12-16T18:33:24.763Z] bca2f99d35d6: Waiting [2020-12-16T18:33:24.763Z] 93359f2a8cfa: Waiting [2020-12-16T18:33:24.763Z] de9db76c5a1d: Verifying Checksum [2020-12-16T18:33:24.763Z] de9db76c5a1d: Download complete [2020-12-16T18:33:24.763Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T18:33:24.763Z] 0ef7d3d256c8: Download complete [2020-12-16T18:33:24.763Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T18:33:24.763Z] 93359f2a8cfa: Download complete [2020-12-16T18:33:24.763Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T18:33:24.763Z] 188c0c94c7c5: Download complete [2020-12-16T18:33:24.763Z] 7c6f9722023f: Verifying Checksum [2020-12-16T18:33:24.763Z] 7c6f9722023f: Download complete [2020-12-16T18:33:25.025Z] 188c0c94c7c5: Pull complete [2020-12-16T18:33:25.285Z] 0ef7d3d256c8: Pull complete [2020-12-16T18:33:25.549Z] de9db76c5a1d: Pull complete [2020-12-16T18:33:26.942Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T18:33:26.942Z] a35cf1a2eb13: Download complete [2020-12-16T18:33:27.517Z] bca2f99d35d6: Verifying Checksum [2020-12-16T18:33:27.517Z] bca2f99d35d6: Download complete [2020-12-16T18:33:32.848Z] bca2f99d35d6: Pull complete [2020-12-16T18:33:33.112Z] 93359f2a8cfa: Pull complete [2020-12-16T18:33:33.112Z] 7c6f9722023f: Pull complete [2020-12-16T18:33:34.108Z] Still waiting to schedule task [2020-12-16T18:33:34.108Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-16T18:33:38.452Z] a35cf1a2eb13: Pull complete [2020-12-16T18:33:38.452Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T18:33:38.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T18:33:38.452Z] ---> a62c8e92a672 [2020-12-16T18:33:38.452Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T18:33:38.452Z] ---> Running in 8ee9e8b1fa85 [2020-12-16T18:33:38.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:33:39.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:33:40.361Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T18:33:40.622Z] (2/12) Installing file (5.38-r0) [2020-12-16T18:33:40.622Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T18:33:40.622Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T18:33:44.847Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T18:33:44.847Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T18:33:44.847Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T18:33:45.109Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T18:33:45.109Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T18:33:45.109Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T18:33:45.370Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T18:33:45.370Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T18:33:45.370Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:33:45.370Z] OK: 233 MiB in 51 packages [2020-12-16T18:33:49.594Z] Removing intermediate container 8ee9e8b1fa85 [2020-12-16T18:33:49.594Z] ---> 83a0ce55d6a4 [2020-12-16T18:33:49.594Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T18:33:49.594Z] ---> Running in 2928b901007a [2020-12-16T18:33:49.856Z] Removing intermediate container 2928b901007a [2020-12-16T18:33:49.856Z] ---> bca01e0de40f [2020-12-16T18:33:49.856Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T18:33:50.430Z] latest: Pulling from library/docker [2020-12-16T18:33:50.699Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T18:33:50.699Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T18:33:50.699Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T18:33:50.699Z] a3104fdc50d0: Pulling fs layer [2020-12-16T18:33:50.699Z] a8e67d69e12c: Pulling fs layer [2020-12-16T18:33:50.699Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T18:33:50.699Z] fc74c0d5b799: Pulling fs layer [2020-12-16T18:33:50.699Z] a8e67d69e12c: Waiting [2020-12-16T18:33:50.699Z] 1ede2b221ee4: Waiting [2020-12-16T18:33:50.699Z] fc74c0d5b799: Waiting [2020-12-16T18:33:50.699Z] a3104fdc50d0: Waiting [2020-12-16T18:33:50.699Z] 292df0bc6bf3: Download complete [2020-12-16T18:33:50.699Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T18:33:50.699Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T18:33:50.699Z] 6db28d0fdbf6: Download complete [2020-12-16T18:33:50.969Z] a8e67d69e12c: Download complete [2020-12-16T18:33:50.969Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T18:33:50.969Z] 1ede2b221ee4: Download complete [2020-12-16T18:33:50.969Z] 05e7bc50f07f: Pull complete [2020-12-16T18:33:50.969Z] fc74c0d5b799: Verifying Checksum [2020-12-16T18:33:50.969Z] fc74c0d5b799: Download complete [2020-12-16T18:33:51.235Z] 6db28d0fdbf6: Pull complete [2020-12-16T18:33:51.235Z] 292df0bc6bf3: Pull complete [2020-12-16T18:33:51.809Z] a3104fdc50d0: Verifying Checksum [2020-12-16T18:33:51.809Z] a3104fdc50d0: Download complete [2020-12-16T18:33:54.363Z] a3104fdc50d0: Pull complete [2020-12-16T18:33:54.626Z] a8e67d69e12c: Pull complete [2020-12-16T18:33:54.626Z] 1ede2b221ee4: Pull complete [2020-12-16T18:33:54.626Z] fc74c0d5b799: Pull complete [2020-12-16T18:33:54.626Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T18:33:54.626Z] Status: Downloaded newer image for docker:latest [2020-12-16T18:33:56.551Z] ---> 1c50e14fc443 [2020-12-16T18:33:56.551Z] Step 6/7 : COPY go.mod . [2020-12-16T18:33:56.551Z] ---> 854433f000e1 [2020-12-16T18:33:56.551Z] Step 7/7 : RUN go mod download [2020-12-16T18:33:56.814Z] ---> Running in 2256717f0c69 [2020-12-16T18:34:18.849Z] Removing intermediate container 2256717f0c69 [2020-12-16T18:34:18.849Z] ---> 280829b05110 [2020-12-16T18:34:18.849Z] Successfully built 280829b05110 [2020-12-16T18:34:18.849Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:34:19.168Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T18:34:19.169Z] . [Pipeline] withDockerContainer [2020-12-16T18:34:19.281Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:34:19.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:34:20.397Z] $ docker top 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:34:21.020Z] + go version [2020-12-16T18:34:21.020Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T18:34:21.037Z] $ docker stop --time=1 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 [2020-12-16T18:34:22.422Z] $ docker rm -f 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:34:23.289Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T18:34:23.289Z] . [Pipeline] withDockerContainer [2020-12-16T18:34:23.384Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:34:23.435Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:34:24.141Z] $ docker top a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T18:34:24.327Z] ========================================================= [2020-12-16T18:34:24.327Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T18:34:24.327Z] ========================================================= [Pipeline] sh [2020-12-16T18:34:24.621Z] + make test [2020-12-16T18:34:24.621Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T18:34:34.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T18:34:52.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T18:34:53.867Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T18:34:54.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T18:34:54.463Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T18:34:54.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T18:34:54.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T18:34:54.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T18:34:55.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T18:34:56.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T18:34:56.542Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T18:34:57.513Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T18:34:57.513Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T18:34:57.513Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T18:35:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-12-16T18:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T18:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T18:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T18:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T18:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T18:35:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T18:35:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T18:35:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T18:35:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 71.3% of statements [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T18:35:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 83.7% of statements [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T18:35:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T18:35:06.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T18:35:06.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.322s coverage: 93.8% of statements [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2020-12-16T18:35:08.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2020-12-16T18:35:08.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2020-12-16T18:35:09.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements [2020-12-16T18:35:09.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T18:35:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2020-12-16T18:35:10.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T18:35:10.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T18:35:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2020-12-16T18:35:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2020-12-16T18:35:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-16T18:35:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-16T18:35:10.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-12-16T18:35:11.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.298s coverage: 55.9% of statements [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T18:35:11.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T18:35:11.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T18:35:11.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements [2020-12-16T18:35:11.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-12-16T18:35:14.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.096s coverage: 47.1% of statements [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T18:35:14.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T18:35:14.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T18:35:14.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-12-16T18:35:14.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T18:35:15.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.636s coverage: 29.1% of statements [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T18:35:15.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T18:35:15.512Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T18:35:15.512Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T18:35:15.512Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T18:35:15.512Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T18:35:15.779Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-12-16T18:35:15.779Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T18:35:15.779Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T18:35:15.779Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2020-12-16T18:35:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2020-12-16T18:35:16.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-16T18:35:16.582Z] GO111MODULE=on go vet ./... [2020-12-16T18:35:43.526Z] gofmt -l . [2020-12-16T18:35:43.526Z] [ "`gofmt -l .`" = "" ] [2020-12-16T18:35:43.526Z] ./bin/test-go-mod-tidy.sh [2020-12-16T18:35:43.526Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T18:35:43.836Z] + ls -al . [2020-12-16T18:35:43.836Z] total 632 [2020-12-16T18:35:43.836Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 18:35 . [2020-12-16T18:35:43.836Z] drwxr-xr-x 4 root root 30 Dec 16 18:34 .. [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 18:32 .dockerignore [2020-12-16T18:35:43.836Z] drwxrwxr-x 8 1001 1001 179 Dec 16 18:32 .git [2020-12-16T18:35:43.836Z] drwxrwxr-x 3 1001 1001 125 Dec 16 18:32 .github [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 18:32 .gitignore [2020-12-16T18:35:43.836Z] drwx------ 3 1001 1001 47 Dec 16 18:33 .semver [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 18:32 .sonarcloud.properties [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:32 CONTRIBUTING.md [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 18:32 Dockerfile.build [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 18:32 Jenkinsfile [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:32 LICENSE [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 18:32 Makefile [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 18:32 README.md [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 18:32 SECURITY.md [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 18:33 VERSION [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 18:32 ZMQWindows.md [2020-12-16T18:35:43.836Z] drwxrwxr-x 2 1001 1001 117 Dec 16 18:32 bin [2020-12-16T18:35:43.836Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 18:32 cmd [2020-12-16T18:35:43.836Z] -rw-r--r-- 1 root root 535934 Dec 16 18:35 coverage.out [2020-12-16T18:35:43.836Z] -rw-r--r-- 1 root root 1041 Dec 16 18:35 go.mod [2020-12-16T18:35:43.836Z] -rw-r--r-- 1 root root 18856 Dec 16 18:35 go.sum [2020-12-16T18:35:43.836Z] drwxrwxr-x 8 1001 1001 127 Dec 16 18:32 internal [2020-12-16T18:35:43.836Z] drwxrwxr-x 4 1001 1001 26 Dec 16 18:32 openapi [2020-12-16T18:35:43.836Z] drwxrwxr-x 4 1001 1001 71 Dec 16 18:32 snap [2020-12-16T18:35:43.836Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 18:32 version.go [Pipeline] sh [2020-12-16T18:35:44.133Z] + '[' -e coverage.out ] [2020-12-16T18:35:44.133Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T18:35:44.333Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T18:35:44.635Z] + make build [2020-12-16T18:35:44.635Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T18:35:48.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T18:35:57.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T18:35:57.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T18:35:59.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T18:35:59.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T18:36:00.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T18:36:02.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T18:36:03.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T18:36:04.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T18:36:05.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T18:36:06.938Z] 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] } [2020-12-16T18:36:07.899Z] $ docker stop --time=1 a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab [2020-12-16T18:36:09.599Z] $ docker rm -f a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:36:11.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T18:36:11.520Z] [2020-12-16T18:36:11.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:36:11.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T18:36:11.868Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T18:36:11.868Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T18:36:11.868Z] ca9280d653b3: Pulling fs layer [2020-12-16T18:36:11.868Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T18:36:12.131Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-16T18:36:12.131Z] cbdbe7a5bc2a: Download complete [2020-12-16T18:36:12.394Z] cbdbe7a5bc2a: Pull complete [2020-12-16T18:36:12.968Z] ca9280d653b3: Verifying Checksum [2020-12-16T18:36:12.968Z] ca9280d653b3: Download complete [2020-12-16T18:36:13.550Z] 7e9c9ca2126c: Download complete [2020-12-16T18:36:13.815Z] ca9280d653b3: Pull complete [2020-12-16T18:36:19.113Z] 7e9c9ca2126c: Pull complete [2020-12-16T18:36:19.113Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T18:36:19.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T18:36:19.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T18:36:19.254Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:36:19.308Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:36:22.182Z] $ docker top 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:36:22.752Z] + docker-compose build --help [2020-12-16T18:36:22.752Z] + grep parallel [2020-12-16T18:36:23.762Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T18:36:23.787Z] $ docker stop --time=1 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 [2020-12-16T18:36:25.162Z] $ docker rm -f 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:36:25.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T18:36:25.749Z] . [Pipeline] withDockerContainer [2020-12-16T18:36:25.843Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:36:25.890Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:36:26.519Z] $ docker top b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:36:27.017Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T18:36:27.959Z] Building docker-core-command-go ... [2020-12-16T18:36:27.960Z] Building docker-core-data-go ... [2020-12-16T18:36:27.960Z] Building docker-core-metadata-go ... [2020-12-16T18:36:27.960Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T18:36:27.960Z] Building docker-security-proxy-setup-go ... [2020-12-16T18:36:27.960Z] Building docker-security-secretstore-setup-go ... [2020-12-16T18:36:27.960Z] Building docker-support-notifications-go ... [2020-12-16T18:36:27.960Z] Building docker-support-scheduler-go ... [2020-12-16T18:36:27.960Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T18:36:27.960Z] Building docker-core-data-go [2020-12-16T18:36:27.960Z] Building docker-support-scheduler-go [2020-12-16T18:36:27.960Z] Building docker-security-bootstrap-redis-go [2020-12-16T18:36:27.960Z] Building docker-support-notifications-go [2020-12-16T18:36:27.960Z] Building docker-security-proxy-setup-go [2020-12-16T18:37:00.196Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:37:00.196Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:37:00.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:37:00.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:37:00.196Z] ---> 280829b05110 [2020-12-16T18:37:00.196Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T18:37:00.196Z] ---> 280829b05110 [2020-12-16T18:37:00.196Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T18:37:00.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:37:00.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:37:00.196Z] ---> 280829b05110 [2020-12-16T18:37:00.196Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T18:37:00.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:37:00.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:37:00.196Z] ---> 280829b05110 [2020-12-16T18:37:00.196Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T18:37:00.196Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:37:00.196Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:37:00.196Z] ---> 280829b05110 [2020-12-16T18:37:00.196Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:37:00.196Z] ---> Running in 618742c89fc7 [2020-12-16T18:37:00.196Z] ---> Running in 3b6e84b9a247 [2020-12-16T18:37:00.196Z] ---> Running in dedd8660d84b [2020-12-16T18:37:00.196Z] ---> Running in aa762e03824e [2020-12-16T18:37:00.196Z] ---> Running in a76b65309f6e [2020-12-16T18:37:00.196Z] Removing intermediate container dedd8660d84b [2020-12-16T18:37:00.196Z] ---> bbeba09e0f93 [2020-12-16T18:37:00.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:37:00.196Z] Removing intermediate container a76b65309f6e [2020-12-16T18:37:00.196Z] ---> 7574b7629f58 [2020-12-16T18:37:00.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:37:00.197Z] Removing intermediate container aa762e03824e [2020-12-16T18:37:00.197Z] ---> 80682c5e249e [2020-12-16T18:37:00.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:37:00.197Z] Removing intermediate container 3b6e84b9a247 [2020-12-16T18:37:00.197Z] ---> d76c7884154f [2020-12-16T18:37:00.197Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:37:00.197Z] Removing intermediate container 618742c89fc7 [2020-12-16T18:37:00.197Z] ---> 0af82bb68176 [2020-12-16T18:37:00.197Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:37:00.197Z] ---> Running in f5a491ec1371 [2020-12-16T18:37:00.197Z] ---> Running in c134b5126b99 [2020-12-16T18:37:00.197Z] ---> Running in d812eba095a9 [2020-12-16T18:37:00.197Z] ---> Running in 1ad8da51fca3 [2020-12-16T18:37:00.197Z] ---> Running in 17c5d899a58b [2020-12-16T18:37:00.775Z] Removing intermediate container f5a491ec1371 [2020-12-16T18:37:00.775Z] ---> f4b5b74d991d [2020-12-16T18:37:00.775Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T18:37:00.775Z] Removing intermediate container 17c5d899a58b [2020-12-16T18:37:00.775Z] ---> 4618e4c8432a [2020-12-16T18:37:00.775Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:37:00.775Z] Removing intermediate container 1ad8da51fca3 [2020-12-16T18:37:00.775Z] ---> 6c437bab2f1b [2020-12-16T18:37:00.775Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T18:37:00.775Z] Removing intermediate container c134b5126b99 [2020-12-16T18:37:00.775Z] ---> e1489eb2ef14 [2020-12-16T18:37:00.775Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T18:37:00.775Z] Removing intermediate container d812eba095a9 [2020-12-16T18:37:00.775Z] ---> 62416412c196 [2020-12-16T18:37:00.775Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T18:37:00.775Z] ---> Running in da129e76db9e [2020-12-16T18:37:00.775Z] ---> Running in 5473a7c99f25 [2020-12-16T18:37:00.775Z] ---> Running in 4cc71c2b694c [2020-12-16T18:37:01.051Z] ---> Running in 997511f9f9c7 [2020-12-16T18:37:01.051Z] ---> Running in 7453dbcaadfb [2020-12-16T18:37:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:01.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:01.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:02.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:02.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:02.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:02.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:03.032Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:37:03.032Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:37:03.032Z] OK: 12750 distinct packages available [2020-12-16T18:37:03.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:03.032Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:37:03.032Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:37:03.032Z] OK: 12750 distinct packages available [2020-12-16T18:37:03.032Z] OK: 233 MiB in 51 packages [2020-12-16T18:37:03.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:37:03.297Z] OK: 233 MiB in 51 packages [2020-12-16T18:37:03.297Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:37:03.297Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:37:03.297Z] OK: 12750 distinct packages available [2020-12-16T18:37:03.563Z] OK: 233 MiB in 51 packages [2020-12-16T18:37:03.563Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:37:03.563Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:37:03.563Z] OK: 12750 distinct packages available [2020-12-16T18:37:03.835Z] Removing intermediate container 5473a7c99f25 [2020-12-16T18:37:03.835Z] ---> 69128c6219f1 [2020-12-16T18:37:03.835Z] Step 6/23 : COPY go.mod . [2020-12-16T18:37:03.835Z] Removing intermediate container 4cc71c2b694c [2020-12-16T18:37:03.835Z] ---> 929003904a84 [2020-12-16T18:37:03.835Z] Step 6/21 : COPY go.mod . [2020-12-16T18:37:03.835Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:37:03.835Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:37:03.835Z] OK: 12750 distinct packages available [2020-12-16T18:37:04.110Z] OK: 233 MiB in 51 packages [2020-12-16T18:37:04.110Z] ---> 2af5ffb743a0 [2020-12-16T18:37:04.110Z] Step 7/23 : RUN go mod download [2020-12-16T18:37:04.110Z] ---> Running in 950690e76273 [2020-12-16T18:37:04.110Z] OK: 233 MiB in 51 packages [2020-12-16T18:37:04.110Z] ---> 028399edfa91 [2020-12-16T18:37:04.110Z] Step 7/21 : RUN go mod download [2020-12-16T18:37:04.386Z] Removing intermediate container da129e76db9e [2020-12-16T18:37:04.386Z] ---> f46f184ff2bd [2020-12-16T18:37:04.386Z] Step 6/22 : COPY go.mod . [2020-12-16T18:37:04.386Z] ---> Running in f7c2185822e3 [2020-12-16T18:37:04.964Z] ---> b04f4d3cd995 [2020-12-16T18:37:04.964Z] Step 7/22 : RUN go mod download [2020-12-16T18:37:05.240Z] Removing intermediate container 997511f9f9c7 [2020-12-16T18:37:05.240Z] ---> 67ad57113293 [2020-12-16T18:37:05.240Z] Step 6/24 : COPY go.mod . [2020-12-16T18:37:05.240Z] ---> Running in ea6238fa4563 [2020-12-16T18:37:05.520Z] Removing intermediate container 7453dbcaadfb [2020-12-16T18:37:05.520Z] ---> caa2f7d4bca2 [2020-12-16T18:37:05.520Z] Step 6/21 : COPY go.mod . [2020-12-16T18:37:05.520Z] ---> 6163bd4f256e [2020-12-16T18:37:05.520Z] Step 7/24 : RUN go mod download [2020-12-16T18:37:05.520Z] ---> Running in 398b94bf8542 [2020-12-16T18:37:05.792Z] ---> 643d73536909 [2020-12-16T18:37:05.792Z] Step 7/21 : RUN go mod download [2020-12-16T18:37:06.058Z] ---> Running in 4e81c7823a09 [2020-12-16T18:37:07.017Z] Removing intermediate container 950690e76273 [2020-12-16T18:37:07.017Z] ---> 93e4e5214385 [2020-12-16T18:37:07.017Z] Step 8/23 : COPY . . [2020-12-16T18:37:07.017Z] Removing intermediate container ea6238fa4563 [2020-12-16T18:37:07.017Z] ---> 0554183d3083 [2020-12-16T18:37:07.017Z] Step 8/22 : COPY . . [2020-12-16T18:37:07.017Z] Removing intermediate container f7c2185822e3 [2020-12-16T18:37:07.017Z] ---> 0474c89fc502 [2020-12-16T18:37:07.017Z] Step 8/21 : COPY . . [2020-12-16T18:37:10.351Z] Removing intermediate container 398b94bf8542 [2020-12-16T18:37:10.352Z] ---> 49e5a2cd80ee [2020-12-16T18:37:10.352Z] Step 8/24 : COPY . . [2020-12-16T18:37:20.486Z] Removing intermediate container 4e81c7823a09 [2020-12-16T18:37:20.486Z] ---> 2ce9dfd1263c [2020-12-16T18:37:20.486Z] Step 8/21 : COPY . . [2020-12-16T18:37:47.210Z] ---> 0e40fad2c044 [2020-12-16T18:37:47.210Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T18:37:47.210Z] ---> 5ba58f788154 [2020-12-16T18:37:47.210Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T18:37:47.210Z] ---> 95ea90862ade [2020-12-16T18:37:47.210Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T18:37:47.210Z] ---> d8ca5b05a218 [2020-12-16T18:37:47.210Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T18:37:47.210Z] ---> Running in 06a6a584a939 [2020-12-16T18:37:47.210Z] ---> Running in 4a3e5b178d84 [2020-12-16T18:37:47.210Z] ---> Running in b07f85f9e0d0 [2020-12-16T18:37:47.210Z] ---> Running in 078c8f727ad1 [2020-12-16T18:37:48.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T18:37:48.177Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T18:37:48.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T18:37:48.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T18:37:51.363Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16376 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T18:37:51.426Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2020-12-16T18:37:52.440Z] ---> e9416a06a2ec [2020-12-16T18:37:52.440Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T18:37:52.440Z] ---> Running in 7de655f6ce4a [2020-12-16T18:37:53.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T18:37:56.258Z] using credential edgex-jenkins-ssh [2020-12-16T18:37:56.319Z] Cloning the remote Git repository [2020-12-16T18:37:56.377Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:37:56.491Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2020-12-16T18:37:56.565Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:37:56.565Z] > git --version # timeout=10 [2020-12-16T18:37:56.585Z] > git --version # 'git version 2.17.1' [2020-12-16T18:37:56.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:37:56.684Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T18:38:11.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T18:38:11.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T18:38:11.310Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T18:38:11.384Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:38:11.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:38:11.416Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T18:38:12.139Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:12.571Z] Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:12.572Z] Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) [2020-12-16T18:38:12.158Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T18:38:12.179Z] > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [2020-12-16T18:38:12.475Z] > git remote # timeout=10 [2020-12-16T18:38:12.502Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T18:38:12.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:38:12.534Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T18:38:12.559Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T18:38:12.580Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T18:38:12.594Z] > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [2020-12-16T18:38:17.005Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T18:38:18.724Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T18:38:19.134Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T18:38:19.468Z] + + truesudo [2020-12-16T18:38:19.469Z] service docker restart [2020-12-16T18:38:20.770Z] Removing intermediate container 4a3e5b178d84 [2020-12-16T18:38:20.770Z] ---> 90b1a83ae1a7 [2020-12-16T18:38:20.770Z] [2020-12-16T18:38:20.770Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T18:38:20.770Z] 3.10: Pulling from library/alpine [2020-12-16T18:38:21.040Z] 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 [2020-12-16T18:38:21.040Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T18:38:21.040Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T18:38:21.040Z] ---> be4e4bea2c2e [2020-12-16T18:38:21.040Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T18:38:22.006Z] ---> Running in bcd4085a23a6 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T18:38:22.172Z] provisioning config files... [2020-12-16T18:38:22.213Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config7443462673879227619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:38:22.653Z] ---> docker-login.sh [2020-12-16T18:38:22.653Z] nexus3.edgexfoundry.org:10001 [2020-12-16T18:38:23.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:38:23.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:23.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:23.710Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T18:38:23.710Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T18:38:23.710Z] OK: 10350 distinct packages available [2020-12-16T18:38:23.710Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T18:38:23.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:38:23.860Z] Configure a credential helper to remove this warning. See [2020-12-16T18:38:23.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:38:23.860Z] [2020-12-16T18:38:23.860Z] Login Succeeded [2020-12-16T18:38:23.860Z] nexus3.edgexfoundry.org:10002 [2020-12-16T18:38:23.975Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T18:38:23.975Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T18:38:23.975Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T18:38:23.975Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T18:38:23.975Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T18:38:23.975Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T18:38:23.975Z] OK: 7 MiB in 19 packages [2020-12-16T18:38:24.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:38:24.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:38:24.407Z] Configure a credential helper to remove this warning. See [2020-12-16T18:38:24.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:38:24.407Z] [2020-12-16T18:38:24.407Z] Login Succeeded [2020-12-16T18:38:24.407Z] nexus3.edgexfoundry.org:10003 [2020-12-16T18:38:24.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:38:24.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:38:24.685Z] Configure a credential helper to remove this warning. See [2020-12-16T18:38:24.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:38:24.685Z] [2020-12-16T18:38:24.685Z] Login Succeeded [2020-12-16T18:38:24.685Z] nexus3.edgexfoundry.org:10004 [2020-12-16T18:38:25.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:38:25.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:38:25.281Z] Configure a credential helper to remove this warning. See [2020-12-16T18:38:25.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:38:25.281Z] [2020-12-16T18:38:25.281Z] Login Succeeded [2020-12-16T18:38:25.281Z] docker.io [2020-12-16T18:38:25.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T18:38:26.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T18:38:26.146Z] Configure a credential helper to remove this warning. See [2020-12-16T18:38:26.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T18:38:26.146Z] [2020-12-16T18:38:26.146Z] Login Succeeded [2020-12-16T18:38:26.146Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T18:38:26.165Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-16T18:38:26.698Z] ========================================================= [2020-12-16T18:38:26.698Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T18:38:26.698Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:38:27.068Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-16T18:38:27.307Z] Removing intermediate container b07f85f9e0d0 [2020-12-16T18:38:27.307Z] ---> 6190cd7c4429 [2020-12-16T18:38:27.307Z] [2020-12-16T18:38:27.307Z] Step 10/24 : FROM scratch [2020-12-16T18:38:27.307Z] ---> [2020-12-16T18:38:27.307Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T18:38:27.307Z] Removing intermediate container 078c8f727ad1 [2020-12-16T18:38:27.307Z] ---> 0a157c189190 [2020-12-16T18:38:27.307Z] [2020-12-16T18:38:27.307Z] Step 10/21 : FROM scratch [2020-12-16T18:38:27.307Z] ---> [2020-12-16T18:38:27.307Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:38:27.307Z] ---> Running in 8b520d15a2d7 [2020-12-16T18:38:27.307Z] ---> Running in 50b94d58436d [2020-12-16T18:38:27.569Z] Removing intermediate container bcd4085a23a6 [2020-12-16T18:38:27.569Z] ---> f84648ea70d4 [2020-12-16T18:38:27.569Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T18:38:29.484Z] Removing intermediate container 50b94d58436d [2020-12-16T18:38:29.484Z] ---> 90f0b371bfaa [2020-12-16T18:38:29.484Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T18:38:29.484Z] Removing intermediate container 8b520d15a2d7 [2020-12-16T18:38:29.484Z] ---> 0c056878809c [2020-12-16T18:38:29.484Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T18:38:29.708Z] Sending build context to Docker daemon 165.6MB [2020-12-16T18:38:29.708Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T18:38:29.708Z] Step 2/7 : FROM ${BASE} [2020-12-16T18:38:29.708Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T18:38:29.708Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T18:38:29.708Z] a4357932f1b6: Pulling fs layer [2020-12-16T18:38:29.708Z] 18c013af1878: Pulling fs layer [2020-12-16T18:38:29.708Z] 00ac8860ef70: Pulling fs layer [2020-12-16T18:38:29.708Z] 63d7cb157983: Pulling fs layer [2020-12-16T18:38:29.708Z] b116817d02f9: Pulling fs layer [2020-12-16T18:38:29.708Z] 745a02a5169b: Pulling fs layer [2020-12-16T18:38:29.708Z] 63d7cb157983: Waiting [2020-12-16T18:38:29.708Z] b116817d02f9: Waiting [2020-12-16T18:38:29.708Z] 745a02a5169b: Waiting [2020-12-16T18:38:29.708Z] 00ac8860ef70: Waiting [2020-12-16T18:38:29.708Z] 18c013af1878: Verifying Checksum [2020-12-16T18:38:29.708Z] 18c013af1878: Download complete [2020-12-16T18:38:29.708Z] a4357932f1b6: Verifying Checksum [2020-12-16T18:38:29.708Z] a4357932f1b6: Download complete [2020-12-16T18:38:29.708Z] 63d7cb157983: Download complete [2020-12-16T18:38:29.708Z] b116817d02f9: Verifying Checksum [2020-12-16T18:38:29.708Z] b116817d02f9: Download complete [2020-12-16T18:38:29.708Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T18:38:29.708Z] 5f621e34cdf4: Download complete [2020-12-16T18:38:29.757Z] ---> Running in 9dff4b539a0a [2020-12-16T18:38:29.757Z] ---> Running in d4cac10f83da [2020-12-16T18:38:29.757Z] ---> Running in 289d4a44c7ea [2020-12-16T18:38:29.987Z] 5f621e34cdf4: Pull complete [2020-12-16T18:38:30.019Z] Removing intermediate container 7de655f6ce4a [2020-12-16T18:38:30.019Z] ---> f6d04ee40a54 [2020-12-16T18:38:30.019Z] [2020-12-16T18:38:30.019Z] Step 10/21 : FROM alpine [2020-12-16T18:38:30.019Z] Removing intermediate container d4cac10f83da [2020-12-16T18:38:30.019Z] ---> 946e9e4b36f7 [2020-12-16T18:38:30.019Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T18:38:30.019Z] Removing intermediate container 9dff4b539a0a [2020-12-16T18:38:30.019Z] ---> 6b8fc59dc634 [2020-12-16T18:38:30.019Z] Step 13/22 : WORKDIR / [2020-12-16T18:38:30.019Z] Removing intermediate container 289d4a44c7ea [2020-12-16T18:38:30.019Z] ---> 1b1e9b893338 [2020-12-16T18:38:30.019Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T18:38:30.280Z] latest: Pulling from library/alpine [2020-12-16T18:38:30.593Z] a4357932f1b6: Pull complete [2020-12-16T18:38:30.864Z] ---> Running in 6e0a48c3629a [2020-12-16T18:38:30.864Z] ---> Running in 157ad0764c3e [2020-12-16T18:38:30.864Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T18:38:30.864Z] ---> Running in 3eadbce40955 [2020-12-16T18:38:30.864Z] Status: Downloaded newer image for alpine:latest [2020-12-16T18:38:30.864Z] ---> b14afc6dfb98 [2020-12-16T18:38:30.864Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T18:38:30.870Z] 18c013af1878: Pull complete [2020-12-16T18:38:32.256Z] ---> Running in 02420609911e [2020-12-16T18:38:32.257Z] Removing intermediate container 6e0a48c3629a [2020-12-16T18:38:32.257Z] ---> f9f8138df7ce [2020-12-16T18:38:32.257Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T18:38:32.301Z] 745a02a5169b: Verifying Checksum [2020-12-16T18:38:32.301Z] 745a02a5169b: Download complete [2020-12-16T18:38:32.524Z] Removing intermediate container 157ad0764c3e [2020-12-16T18:38:32.524Z] ---> 6a172ac3c788 [2020-12-16T18:38:32.524Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T18:38:32.524Z] Removing intermediate container 06a6a584a939 [2020-12-16T18:38:32.524Z] ---> c34a5bb179f5 [2020-12-16T18:38:32.524Z] [2020-12-16T18:38:32.524Z] Step 10/23 : FROM alpine [2020-12-16T18:38:32.524Z] ---> b14afc6dfb98 [2020-12-16T18:38:32.524Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:38:32.524Z] Removing intermediate container 3eadbce40955 [2020-12-16T18:38:32.524Z] ---> ee4d072d4d89 [2020-12-16T18:38:32.524Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T18:38:32.796Z] ---> Running in 5527a6e135b0 [2020-12-16T18:38:32.796Z] ---> 2450b151073c [2020-12-16T18:38:32.796Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T18:38:32.796Z] ---> a28297c9e8f5 [2020-12-16T18:38:32.796Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T18:38:33.072Z] ---> 17c020411e7d [2020-12-16T18:38:33.072Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T18:38:33.072Z] Removing intermediate container 5527a6e135b0 [2020-12-16T18:38:33.072Z] ---> 0fd1d832db66 [2020-12-16T18:38:33.072Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T18:38:33.072Z] ---> Running in 386031afa6b8 [2020-12-16T18:38:33.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:33.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:33.732Z] 00ac8860ef70: Verifying Checksum [2020-12-16T18:38:33.732Z] 00ac8860ef70: Download complete [2020-12-16T18:38:33.863Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:38:33.863Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:38:33.863Z] OK: 12747 distinct packages available [2020-12-16T18:38:34.140Z] Removing intermediate container 386031afa6b8 [2020-12-16T18:38:34.140Z] ---> f355121ce832 [2020-12-16T18:38:34.140Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T18:38:34.140Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T18:38:34.140Z] ---> ee435c6c01b1 [2020-12-16T18:38:34.140Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T18:38:34.140Z] ---> a0e94d9d73c7 [2020-12-16T18:38:34.140Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T18:38:34.140Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T18:38:34.140Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T18:38:34.140Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T18:38:34.140Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:38:34.140Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T18:38:34.140Z] OK: 7 MiB in 18 packages [2020-12-16T18:38:34.723Z] ---> 33f12e2d955e [2020-12-16T18:38:34.723Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T18:38:34.723Z] ---> Running in 646b2fc67034 [2020-12-16T18:38:34.986Z] ---> 251d61013275 [2020-12-16T18:38:34.986Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T18:38:34.986Z] ---> 4c3b4c464629 [2020-12-16T18:38:34.986Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T18:38:35.249Z] ---> Running in 8beeddf9f2b1 [2020-12-16T18:38:35.249Z] Removing intermediate container 646b2fc67034 [2020-12-16T18:38:35.249Z] ---> 724d6af7a722 [2020-12-16T18:38:35.249Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:38:35.825Z] ---> 7ba940708c81 [2020-12-16T18:38:35.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T18:38:36.401Z] ---> Running in 1569d13f9340 [2020-12-16T18:38:36.401Z] ---> 5e51c5a15ca4 [2020-12-16T18:38:36.401Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T18:38:36.401Z] Removing intermediate container 02420609911e [2020-12-16T18:38:36.401Z] ---> c459f138307d [2020-12-16T18:38:36.401Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T18:38:36.401Z] Removing intermediate container 8beeddf9f2b1 [2020-12-16T18:38:36.401Z] ---> 39be4330c42b [2020-12-16T18:38:36.401Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:38:36.664Z] ---> 5bc55a370c93 [2020-12-16T18:38:36.664Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T18:38:36.929Z] ---> Running in 8e3df602034d [2020-12-16T18:38:36.929Z] ---> Running in 92d60f995df3 [2020-12-16T18:38:36.929Z] ---> Running in 85a9a30e4e9e [2020-12-16T18:38:36.929Z] ---> 0a9faa1549a3 [2020-12-16T18:38:36.929Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T18:38:37.192Z] Removing intermediate container 8e3df602034d [2020-12-16T18:38:37.192Z] ---> 84d3099be77f [2020-12-16T18:38:37.192Z] Step 13/21 : WORKDIR /edgex [2020-12-16T18:38:37.457Z] Removing intermediate container 92d60f995df3 [2020-12-16T18:38:37.457Z] ---> 2e4a5ae2396a [2020-12-16T18:38:37.457Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T18:38:37.457Z] ---> Running in c2ee697a3808 [2020-12-16T18:38:37.457Z] ---> Running in d5f66e276ad3 [2020-12-16T18:38:37.457Z] ---> f7afaee93582 [2020-12-16T18:38:37.457Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T18:38:37.726Z] ---> Running in d7e6fcf2f802 [2020-12-16T18:38:37.995Z] Removing intermediate container c2ee697a3808 [2020-12-16T18:38:37.995Z] ---> 122fc3e7475e [2020-12-16T18:38:37.995Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T18:38:37.995Z] Removing intermediate container d5f66e276ad3 [2020-12-16T18:38:37.995Z] ---> a9f6bfa08542 [2020-12-16T18:38:37.995Z] Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:38.258Z] ---> Running in 558241b4b9a9 [2020-12-16T18:38:38.258Z] Removing intermediate container d7e6fcf2f802 [2020-12-16T18:38:38.258Z] ---> bbdf35c6d58c [2020-12-16T18:38:38.258Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:38:38.258Z] Removing intermediate container 1569d13f9340 [2020-12-16T18:38:38.258Z] ---> e8e8debe8f37 [2020-12-16T18:38:38.258Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T18:38:38.519Z] ---> Running in 04a358e7338a [2020-12-16T18:38:38.519Z] ---> 87b96cedf59b [2020-12-16T18:38:38.519Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T18:38:38.519Z] ---> Running in a50ec2630861 [2020-12-16T18:38:39.090Z] Removing intermediate container 558241b4b9a9 [2020-12-16T18:38:39.090Z] ---> b8020e582769 [2020-12-16T18:38:39.090Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T18:38:39.090Z] Removing intermediate container a50ec2630861 [2020-12-16T18:38:39.090Z] ---> 127f87172333 [2020-12-16T18:38:39.090Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T18:38:39.090Z] Removing intermediate container 85a9a30e4e9e [2020-12-16T18:38:39.090Z] ---> eb87cbbdc028 [2020-12-16T18:38:39.090Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T18:38:39.354Z] ---> 6bab74e87868 [2020-12-16T18:38:39.354Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T18:38:39.354Z] ---> Running in fa18cca3bfa4 [2020-12-16T18:38:39.354Z] ---> Running in 639baf2b0c0b [2020-12-16T18:38:39.354Z] ---> Running in 97b9bf980254 [2020-12-16T18:38:39.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:39.617Z] Removing intermediate container fa18cca3bfa4 [2020-12-16T18:38:39.617Z] ---> bd5f844bb5f1 [2020-12-16T18:38:39.617Z] [2020-12-16T18:38:39.617Z] Removing intermediate container 639baf2b0c0b [2020-12-16T18:38:39.617Z] ---> 53a82ad4da8e [2020-12-16T18:38:39.617Z] Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:39.617Z] Removing intermediate container 97b9bf980254 [2020-12-16T18:38:39.617Z] ---> d1b4e5623f08 [2020-12-16T18:38:39.617Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T18:38:39.879Z] ---> Running in 93e760fe054b [2020-12-16T18:38:39.879Z] ---> Running in 1086a172f4e0 [2020-12-16T18:38:39.879Z] ---> f69e3265f973 [2020-12-16T18:38:39.879Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T18:38:39.879Z] Successfully built bd5f844bb5f1 [2020-12-16T18:38:39.879Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T18:38:39.879Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-12-16T18:38:39.879Z] ---> Running in cb8fc2675319 [2020-12-16T18:38:40.142Z] Removing intermediate container 93e760fe054b [2020-12-16T18:38:40.142Z] ---> 31b92695ab24 [2020-12-16T18:38:40.142Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T18:38:40.142Z] Removing intermediate container 1086a172f4e0 [2020-12-16T18:38:40.142Z] ---> ebc65385a538 [2020-12-16T18:38:40.142Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:40.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:38:40.142Z] ---> Running in 3b0a02415045 [2020-12-16T18:38:40.142Z] ---> Running in 15a25005b660 [2020-12-16T18:38:40.406Z] Removing intermediate container cb8fc2675319 [2020-12-16T18:38:40.406Z] ---> 4d7fcfed30aa [2020-12-16T18:38:40.406Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T18:38:40.406Z] ---> Running in 7859229cfdc1 [2020-12-16T18:38:40.668Z] Removing intermediate container 15a25005b660 [2020-12-16T18:38:40.668Z] ---> 674651213536 [2020-12-16T18:38:40.668Z] [2020-12-16T18:38:40.668Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T18:38:40.668Z] Successfully built 674651213536 [2020-12-16T18:38:40.930Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T18:38:40.930Z] Removing intermediate container 3b0a02415045 [2020-12-16T18:38:40.930Z] ---> a7452131de91 [2020-12-16T18:38:40.930Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:38:40.930Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T18:38:41.191Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T18:38:41.452Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T18:38:41.452Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T18:38:41.452Z] Building docker-security-secretstore-setup-go [2020-12-16T18:38:41.452Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2020-12-16T18:38:41.452Z] OK: 8 MiB in 19 packages [2020-12-16T18:38:41.714Z] Removing intermediate container 7859229cfdc1 [2020-12-16T18:38:41.714Z] ---> 38a143d3a1c5 [2020-12-16T18:38:41.714Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T18:38:41.714Z] ---> Running in 2fb53da6eb0e [2020-12-16T18:38:43.950Z] 00ac8860ef70: Pull complete [2020-12-16T18:38:43.950Z] 63d7cb157983: Pull complete [2020-12-16T18:38:44.223Z] b116817d02f9: Pull complete [2020-12-16T18:38:45.950Z] ---> Running in 5d5283e8e7c8 [2020-12-16T18:38:48.512Z] Removing intermediate container 2fb53da6eb0e [2020-12-16T18:38:48.512Z] ---> fb45cecf9532 [2020-12-16T18:38:48.512Z] [2020-12-16T18:38:48.512Z] Successfully built fb45cecf9532 [2020-12-16T18:38:48.539Z] 745a02a5169b: Pull complete [2020-12-16T18:38:48.539Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T18:38:48.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T18:38:48.539Z] ---> b7e6874047d6 [2020-12-16T18:38:48.539Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T18:38:49.476Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T18:38:49.477Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-12-16T18:38:51.948Z] ---> Running in b8c8ff38cb2e [2020-12-16T18:38:52.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:38:53.731Z] Removing intermediate container 5d5283e8e7c8 [2020-12-16T18:38:53.731Z] ---> 943f23e091b8 [2020-12-16T18:38:53.731Z] Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:38:53.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:38:55.401Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T18:38:55.671Z] (2/12) Installing file (5.38-r0) [2020-12-16T18:38:55.671Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T18:38:55.679Z] Removing intermediate container 04a358e7338a [2020-12-16T18:38:55.679Z] ---> ac9a419880bf [2020-12-16T18:38:55.679Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T18:38:55.941Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T18:38:56.267Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:38:56.267Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:38:56.267Z] ---> 280829b05110 [2020-12-16T18:38:56.267Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T18:38:56.267Z] ---> Using cache [2020-12-16T18:38:56.267Z] ---> 0af82bb68176 [2020-12-16T18:38:56.267Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:38:56.267Z] ---> Using cache [2020-12-16T18:38:56.267Z] ---> 4618e4c8432a [2020-12-16T18:38:56.267Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T18:38:58.832Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:38:58.832Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:38:58.832Z] ---> 280829b05110 [2020-12-16T18:38:58.832Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> 0af82bb68176 [2020-12-16T18:38:58.832Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> 4618e4c8432a [2020-12-16T18:38:58.832Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> f46f184ff2bd [2020-12-16T18:38:58.832Z] Step 6/24 : COPY go.mod . [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> b04f4d3cd995 [2020-12-16T18:38:58.832Z] Step 7/24 : RUN go mod download [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> 0554183d3083 [2020-12-16T18:38:58.832Z] Step 8/24 : COPY . . [2020-12-16T18:38:58.832Z] ---> Using cache [2020-12-16T18:38:58.832Z] ---> 5ba58f788154 [2020-12-16T18:38:58.832Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T18:38:59.429Z] ---> Running in c20b17cf8eda [2020-12-16T18:39:00.026Z] ---> Running in bc3c76afd014 [2020-12-16T18:39:00.293Z] ---> Running in 30590ee3afc0 [2020-12-16T18:39:00.564Z] ---> 0231f35f489e [2020-12-16T18:39:00.564Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T18:39:01.157Z] Removing intermediate container c20b17cf8eda [2020-12-16T18:39:01.157Z] ---> 5b20f79b4641 [2020-12-16T18:39:01.157Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T18:39:02.124Z] ---> Running in 5d06de171166 [2020-12-16T18:39:03.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:39:03.566Z] ---> 6be28aca212e [2020-12-16T18:39:03.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T18:39:04.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:39:04.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T18:39:04.524Z] Removing intermediate container 5d06de171166 [2020-12-16T18:39:04.524Z] ---> e90bed9a59ab [2020-12-16T18:39:04.524Z] [2020-12-16T18:39:04.945Z] Successfully built e90bed9a59ab [2020-12-16T18:39:04.945Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:39:04.945Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:39:04.945Z] OK: 12750 distinct packages available [2020-12-16T18:39:04.945Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T18:39:04.945Z] ---> 755996ff672b [2020-12-16T18:39:04.945Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T18:39:04.945Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-12-16T18:39:04.945Z] ---> Running in f3b3e1e238d8 [2020-12-16T18:39:05.533Z] OK: 233 MiB in 51 packages [2020-12-16T18:39:06.062Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T18:39:06.062Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T18:39:06.062Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T18:39:06.062Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T18:39:06.062Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T18:39:06.062Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T18:39:06.062Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T18:39:06.062Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T18:39:06.062Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:39:06.062Z] OK: 217 MiB in 51 packages [2020-12-16T18:39:06.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:39:06.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:39:06.959Z] ---> 280829b05110 [2020-12-16T18:39:06.959Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> 0af82bb68176 [2020-12-16T18:39:06.959Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> 4618e4c8432a [2020-12-16T18:39:06.959Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> f46f184ff2bd [2020-12-16T18:39:06.959Z] Step 6/22 : COPY go.mod . [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> b04f4d3cd995 [2020-12-16T18:39:06.959Z] Step 7/22 : RUN go mod download [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> 0554183d3083 [2020-12-16T18:39:06.959Z] Step 8/22 : COPY . . [2020-12-16T18:39:06.959Z] ---> Using cache [2020-12-16T18:39:06.959Z] ---> 5ba58f788154 [2020-12-16T18:39:06.959Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T18:39:07.912Z] Removing intermediate container f3b3e1e238d8 [2020-12-16T18:39:07.912Z] ---> 98172fc04fea [2020-12-16T18:39:07.912Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:39:09.323Z] ---> Running in da2a21d3fed1 [2020-12-16T18:39:10.407Z] Removing intermediate container b8c8ff38cb2e [2020-12-16T18:39:10.407Z] ---> c5e5e8e9b198 [2020-12-16T18:39:10.407Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T18:39:10.407Z] ---> Running in 49a5642c845f [2020-12-16T18:39:10.774Z] ---> Running in 2da1ede299f4 [2020-12-16T18:39:10.999Z] Removing intermediate container 49a5642c845f [2020-12-16T18:39:10.999Z] ---> 458d2ebd3535 [2020-12-16T18:39:10.999Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T18:39:11.274Z] latest: Pulling from library/docker [2020-12-16T18:39:11.556Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T18:39:11.556Z] 02a3295e0d61: Pulling fs layer [2020-12-16T18:39:11.556Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T18:39:11.556Z] 065c9533d613: Pulling fs layer [2020-12-16T18:39:11.556Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T18:39:11.556Z] e3faa53604c1: Pulling fs layer [2020-12-16T18:39:11.556Z] 04b5adaa2053: Pulling fs layer [2020-12-16T18:39:11.556Z] 9fce0df16b8b: Waiting [2020-12-16T18:39:11.556Z] 065c9533d613: Waiting [2020-12-16T18:39:11.556Z] e3faa53604c1: Waiting [2020-12-16T18:39:11.556Z] 04b5adaa2053: Waiting [2020-12-16T18:39:11.757Z] Removing intermediate container 2da1ede299f4 [2020-12-16T18:39:11.757Z] ---> fb224d1b11da [2020-12-16T18:39:11.757Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T18:39:11.757Z] Removing intermediate container bc3c76afd014 [2020-12-16T18:39:11.757Z] ---> 899a5200e79e [2020-12-16T18:39:11.757Z] Step 6/27 : COPY go.mod . [2020-12-16T18:39:11.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T18:39:11.757Z] ---> Running in 32587c505e29 [2020-12-16T18:39:11.833Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T18:39:11.834Z] 0f4f2e6d8100: Download complete [2020-12-16T18:39:11.834Z] a3cc7d3b244e: Download complete [2020-12-16T18:39:11.834Z] 02a3295e0d61: Verifying Checksum [2020-12-16T18:39:11.834Z] 02a3295e0d61: Download complete [2020-12-16T18:39:11.834Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T18:39:11.834Z] 9fce0df16b8b: Download complete [2020-12-16T18:39:11.834Z] e3faa53604c1: Verifying Checksum [2020-12-16T18:39:11.834Z] e3faa53604c1: Download complete [2020-12-16T18:39:12.107Z] 04b5adaa2053: Verifying Checksum [2020-12-16T18:39:12.107Z] 04b5adaa2053: Download complete [2020-12-16T18:39:12.386Z] a3cc7d3b244e: Pull complete [2020-12-16T18:39:13.172Z] ---> 86f5cc3cc67f [2020-12-16T18:39:13.173Z] Step 7/27 : RUN go mod download [2020-12-16T18:39:13.173Z] Removing intermediate container 32587c505e29 [2020-12-16T18:39:13.173Z] ---> 4d20164169bb [2020-12-16T18:39:13.173Z] Step 22/23 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:39:13.392Z] 02a3295e0d61: Pull complete [2020-12-16T18:39:13.392Z] 065c9533d613: Verifying Checksum [2020-12-16T18:39:13.392Z] 065c9533d613: Download complete [2020-12-16T18:39:13.440Z] ---> Running in 1f4ad839af39 [2020-12-16T18:39:13.440Z] ---> Running in e85e9c708ae7 [2020-12-16T18:39:13.669Z] 0f4f2e6d8100: Pull complete [2020-12-16T18:39:14.865Z] Removing intermediate container 1f4ad839af39 [2020-12-16T18:39:14.866Z] ---> 80d163ac8eb5 [2020-12-16T18:39:14.866Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T18:39:15.852Z] ---> Running in 885145c5dc43 [2020-12-16T18:39:16.442Z] Removing intermediate container 885145c5dc43 [2020-12-16T18:39:16.442Z] ---> 996425329642 [2020-12-16T18:39:16.442Z] [2020-12-16T18:39:16.442Z] Successfully built 996425329642 [2020-12-16T18:39:16.442Z] Successfully tagged docker-core-data-go:latest [2020-12-16T18:39:17.975Z] 065c9533d613: Pull complete [2020-12-16T18:39:17.975Z] 9fce0df16b8b: Pull complete [2020-12-16T18:39:17.975Z] e3faa53604c1: Pull complete [2020-12-16T18:39:18.414Z]  Building docker-core-data-go ... done Removing intermediate container e85e9c708ae7 [2020-12-16T18:39:18.414Z] ---> 3703ea6b2112 [2020-12-16T18:39:18.414Z] Step 8/27 : COPY . . [2020-12-16T18:39:18.578Z] 04b5adaa2053: Pull complete [2020-12-16T18:39:18.578Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T18:39:18.578Z] Status: Downloaded newer image for docker:latest [2020-12-16T18:39:21.978Z] ---> 2623ab4da7c9 [2020-12-16T18:39:21.978Z] Step 6/7 : COPY go.mod . [2020-12-16T18:39:22.250Z] ---> 2f23f9f844d6 [2020-12-16T18:39:22.250Z] Step 7/7 : RUN go mod download [2020-12-16T18:39:22.522Z] ---> Running in ef661980ac0f [2020-12-16T18:39:25.109Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:39:25.110Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:39:25.110Z] ---> 280829b05110 [2020-12-16T18:39:25.110Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> 0af82bb68176 [2020-12-16T18:39:25.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> 4618e4c8432a [2020-12-16T18:39:25.110Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> f46f184ff2bd [2020-12-16T18:39:25.110Z] Step 6/22 : COPY go.mod . [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> b04f4d3cd995 [2020-12-16T18:39:25.110Z] Step 7/22 : RUN go mod download [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> 0554183d3083 [2020-12-16T18:39:25.110Z] Step 8/22 : COPY . . [2020-12-16T18:39:25.110Z] ---> Using cache [2020-12-16T18:39:25.110Z] ---> 5ba58f788154 [2020-12-16T18:39:25.110Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T18:39:25.700Z] ---> Running in c059897d25fd [2020-12-16T18:39:26.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T18:39:26.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T18:39:42.108Z] Removing intermediate container 30590ee3afc0 [2020-12-16T18:39:42.108Z] ---> c123a416806f [2020-12-16T18:39:42.108Z] [2020-12-16T18:39:42.108Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T18:39:42.108Z] ---> be4e4bea2c2e [2020-12-16T18:39:42.108Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T18:39:42.108Z] ---> Using cache [2020-12-16T18:39:42.108Z] ---> f84648ea70d4 [2020-12-16T18:39:42.108Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T18:39:42.108Z] ---> Running in cae8756146d6 [2020-12-16T18:39:42.108Z] ---> 642fbbe300d4 [2020-12-16T18:39:42.108Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T18:39:42.108Z] ---> Running in bb2e99b994f7 [2020-12-16T18:39:42.108Z] Removing intermediate container cae8756146d6 [2020-12-16T18:39:42.108Z] ---> 92cc593105f2 [2020-12-16T18:39:42.108Z] Step 13/24 : WORKDIR / [2020-12-16T18:39:42.108Z] ---> Running in a8c69fca6fee [2020-12-16T18:39:42.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T18:39:42.708Z] Removing intermediate container a8c69fca6fee [2020-12-16T18:39:42.708Z] ---> 9efe5354bc24 [2020-12-16T18:39:42.708Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T18:39:44.132Z] ---> fed933243cfc [2020-12-16T18:39:44.132Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T18:39:44.407Z] Removing intermediate container da2a21d3fed1 [2020-12-16T18:39:44.407Z] ---> 40145079ec8d [2020-12-16T18:39:44.407Z] [2020-12-16T18:39:44.407Z] Step 10/22 : FROM scratch [2020-12-16T18:39:44.407Z] ---> [2020-12-16T18:39:44.407Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:39:45.004Z] ---> Using cache [2020-12-16T18:39:45.004Z] ---> 90f0b371bfaa [2020-12-16T18:39:45.004Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T18:39:45.285Z] ---> efad8316858c [2020-12-16T18:39:45.285Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T18:39:45.285Z] ---> Running in 5ab25be9975b [2020-12-16T18:39:45.554Z] Removing intermediate container 5ab25be9975b [2020-12-16T18:39:45.554Z] ---> f8a89fad7e0f [2020-12-16T18:39:45.554Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T18:39:46.515Z] ---> a74581038263 [2020-12-16T18:39:46.515Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T18:39:46.515Z] ---> Running in e3752d356185 [2020-12-16T18:39:46.797Z] Removing intermediate container e3752d356185 [2020-12-16T18:39:46.797Z] ---> 16892a02d7df [2020-12-16T18:39:46.797Z] Step 14/22 : WORKDIR / [2020-12-16T18:39:47.065Z] ---> Running in db1128a9c272 [2020-12-16T18:39:47.338Z] ---> 86402424e694 [2020-12-16T18:39:47.338Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T18:39:47.338Z] Removing intermediate container db1128a9c272 [2020-12-16T18:39:47.338Z] ---> bfc4b9b8525a [2020-12-16T18:39:47.338Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T18:39:48.340Z] ---> 47aac9317b4e [2020-12-16T18:39:48.340Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T18:39:49.346Z] Removing intermediate container ef661980ac0f [2020-12-16T18:39:49.346Z] ---> ceddd2cd57ff [2020-12-16T18:39:49.346Z] Successfully built ceddd2cd57ff [2020-12-16T18:39:49.346Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:39:49.691Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T18:39:49.691Z] . [Pipeline] withDockerContainer [2020-12-16T18:39:49.745Z] ---> fa4f8ba22230 [2020-12-16T18:39:49.745Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T18:39:49.745Z] ---> 6db3a1ee0566 [2020-12-16T18:39:49.745Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T18:39:49.962Z] prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container [2020-12-16T18:39:50.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:39:51.644Z] $ docker top 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 -eo pid,comm [2020-12-16T18:39:51.676Z] Removing intermediate container c059897d25fd [2020-12-16T18:39:51.676Z] ---> 94e9a1214e69 [2020-12-16T18:39:51.676Z] [2020-12-16T18:39:51.676Z] Step 10/22 : FROM scratch [2020-12-16T18:39:51.676Z] ---> [2020-12-16T18:39:51.676Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:39:51.676Z] ---> Using cache [2020-12-16T18:39:51.676Z] ---> 90f0b371bfaa [2020-12-16T18:39:51.676Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T18:39:51.676Z] ---> 5b6f81201fcc [2020-12-16T18:39:51.676Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T18:39:51.676Z] ---> Running in 322ca63cf65a [2020-12-16T18:39:51.948Z] ---> 6fdf87af17ec [2020-12-16T18:39:51.949Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T18:39:51.949Z] ---> Running in c0abe4149ecf [Pipeline] { [Pipeline] sh [2020-12-16T18:39:52.216Z] ---> Running in 417a8ec1b2a6 [2020-12-16T18:39:52.216Z] Removing intermediate container 322ca63cf65a [2020-12-16T18:39:52.216Z] ---> bc5833bec948 [2020-12-16T18:39:52.216Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T18:39:52.477Z] ---> Running in 4707e51fca35 [2020-12-16T18:39:52.678Z] + go version [2020-12-16T18:39:52.678Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T18:39:52.700Z] $ docker stop --time=1 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 [2020-12-16T18:39:52.744Z] Removing intermediate container 417a8ec1b2a6 [2020-12-16T18:39:52.744Z] ---> a0a46bd73ba0 [2020-12-16T18:39:52.744Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:39:53.009Z] Removing intermediate container 4707e51fca35 [2020-12-16T18:39:53.009Z] ---> 9315a72896e4 [2020-12-16T18:39:53.009Z] Step 14/22 : WORKDIR / [2020-12-16T18:39:53.009Z] ---> Running in 0957a722a12d [2020-12-16T18:39:53.272Z] ---> Running in 1f62267579e8 [2020-12-16T18:39:53.553Z] Removing intermediate container 0957a722a12d [2020-12-16T18:39:53.553Z] ---> 9d91dd609934 [2020-12-16T18:39:53.553Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T18:39:53.553Z] Removing intermediate container 1f62267579e8 [2020-12-16T18:39:53.553Z] ---> e4ebef8e5c73 [2020-12-16T18:39:53.553Z] ---> Running in 02f2816cbb91 [2020-12-16T18:39:53.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T18:39:53.824Z] Removing intermediate container c0abe4149ecf [2020-12-16T18:39:53.824Z] ---> 0bf0abe63869 [2020-12-16T18:39:53.824Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T18:39:53.824Z] Removing intermediate container 02f2816cbb91 [2020-12-16T18:39:53.824Z] ---> 3178fcfdd176 [2020-12-16T18:39:53.824Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:39:53.824Z] ---> Running in 6f43a0c02cae [2020-12-16T18:39:54.086Z] ---> ea8bdb29f93e [2020-12-16T18:39:54.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T18:39:54.086Z] ---> Running in 0efc4f3a9128 [2020-12-16T18:39:54.351Z] Removing intermediate container 6f43a0c02cae [2020-12-16T18:39:54.351Z] ---> 2d320140a9b1 [2020-12-16T18:39:54.351Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T18:39:54.351Z] Removing intermediate container 0efc4f3a9128 [2020-12-16T18:39:54.351Z] ---> 644a598669c2 [2020-12-16T18:39:54.351Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:39:54.590Z] $ docker rm -f 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 [2020-12-16T18:39:54.617Z] ---> Running in 328f1d93e319 [2020-12-16T18:39:54.617Z] ---> Running in e3d63ae8e2aa [2020-12-16T18:39:54.617Z] ---> ecffede95aac [2020-12-16T18:39:54.617Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] // withDockerContainer [2020-12-16T18:39:54.882Z] Removing intermediate container 328f1d93e319 [2020-12-16T18:39:54.882Z] ---> e9fa74e52c4d [2020-12-16T18:39:54.882Z] Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:39:54.882Z] Removing intermediate container e3d63ae8e2aa [2020-12-16T18:39:54.882Z] ---> 42c14e0b1a17 [2020-12-16T18:39:54.882Z] [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-16T18:39:55.146Z] ---> 3e49c9c34195 [2020-12-16T18:39:55.146Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T18:39:55.146Z] ---> Running in 936d5c440782 [2020-12-16T18:39:55.146Z] Successfully built 42c14e0b1a17 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:39:55.406Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T18:39:55.407Z]  Building docker-core-metadata-go ... done  ---> Running in 7c4be0734dc8 [2020-12-16T18:39:55.631Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T18:39:55.631Z] . [Pipeline] withDockerContainer [2020-12-16T18:39:55.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container [2020-12-16T18:39:55.989Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:39:56.348Z] Removing intermediate container 936d5c440782 [2020-12-16T18:39:56.349Z] ---> 25518b479bca [2020-12-16T18:39:56.349Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T18:39:56.608Z] ---> Running in ca09c7271c00 [2020-12-16T18:39:56.608Z] Removing intermediate container 7c4be0734dc8 [2020-12-16T18:39:56.608Z] ---> 3f1968c60155 [2020-12-16T18:39:56.608Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:39:56.871Z] Removing intermediate container bb2e99b994f7 [2020-12-16T18:39:56.871Z] ---> 0c0a2eb3c283 [2020-12-16T18:39:56.871Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T18:39:57.134Z] ---> Running in 338cfba93b6b [2020-12-16T18:39:57.134Z] ---> Running in 3779395591ad [2020-12-16T18:39:57.134Z] Removing intermediate container ca09c7271c00 [2020-12-16T18:39:57.134Z] ---> f9b115b3d21c [2020-12-16T18:39:57.134Z] [2020-12-16T18:39:57.392Z] $ docker top ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 -eo pid,comm [2020-12-16T18:39:57.466Z] Successfully built f9b115b3d21c [2020-12-16T18:39:57.466Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T18:39:57.466Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 338cfba93b6b [2020-12-16T18:39:57.466Z] ---> 643e466bde9d [2020-12-16T18:39:57.466Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T18:39:57.466Z] ---> Running in 74a702ce4072 [Pipeline] { [Pipeline] echo [2020-12-16T18:39:57.769Z] ========================================================= [2020-12-16T18:39:57.769Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T18:39:57.769Z] ========================================================= [Pipeline] sh [2020-12-16T18:39:57.811Z] Removing intermediate container 74a702ce4072 [2020-12-16T18:39:57.811Z] ---> 830d38d6eb2e [2020-12-16T18:39:57.811Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:39:57.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T18:39:57.811Z] ---> Running in f17ef27353f3 [2020-12-16T18:39:58.093Z] Removing intermediate container f17ef27353f3 [2020-12-16T18:39:58.093Z] ---> 8e0f6c078d1b [2020-12-16T18:39:58.093Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:39:58.093Z] ---> Running in 02020ed514eb [2020-12-16T18:39:58.093Z] Removing intermediate container 02020ed514eb [2020-12-16T18:39:58.093Z] ---> d4675114efc3 [2020-12-16T18:39:58.093Z] [2020-12-16T18:39:58.354Z] Successfully built d4675114efc3 [2020-12-16T18:39:58.354Z] Successfully tagged docker-core-command-go:latest [2020-12-16T18:39:58.411Z] + make test [2020-12-16T18:39:58.411Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T18:39:58.935Z]  Building docker-core-command-go ... done Removing intermediate container 3779395591ad [2020-12-16T18:39:58.935Z] ---> 7183eb1fca7a [2020-12-16T18:39:58.935Z] [2020-12-16T18:39:58.935Z] Step 11/27 : FROM docker:latest [2020-12-16T18:39:58.935Z] ---> 0c995d0d3006 [2020-12-16T18:39:58.935Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T18:39:58.935Z] ---> Running in d72ec3747b82 [2020-12-16T18:39:59.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:39:59.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:39:59.767Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T18:39:59.767Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T18:39:59.767Z] Executing bash-5.0.17-r0.post-install [2020-12-16T18:39:59.767Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:39:59.767Z] OK: 12 MiB in 22 packages [2020-12-16T18:40:00.340Z] Removing intermediate container d72ec3747b82 [2020-12-16T18:40:00.340Z] ---> ae73bb6c2b28 [2020-12-16T18:40:00.340Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T18:40:00.602Z] ---> Running in b9676929667e [2020-12-16T18:40:01.548Z] Removing intermediate container b9676929667e [2020-12-16T18:40:01.548Z] ---> 7c2168408810 [2020-12-16T18:40:01.548Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T18:40:01.548Z] ---> Running in 517433f656e7 [2020-12-16T18:40:01.811Z] Removing intermediate container 517433f656e7 [2020-12-16T18:40:01.811Z] ---> 905fb3499c87 [2020-12-16T18:40:01.811Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T18:40:01.811Z] ---> Running in b8489c4666a6 [2020-12-16T18:40:01.811Z] Removing intermediate container b8489c4666a6 [2020-12-16T18:40:01.811Z] ---> 378d48b4f67e [2020-12-16T18:40:01.811Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T18:40:02.074Z] ---> Running in 5ccbeab49720 [2020-12-16T18:40:02.074Z] Removing intermediate container 5ccbeab49720 [2020-12-16T18:40:02.074Z] ---> ddb75c939a15 [2020-12-16T18:40:02.074Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T18:40:02.646Z] ---> a96b73907035 [2020-12-16T18:40:02.646Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T18:40:02.906Z] ---> 1d3233c70ea7 [2020-12-16T18:40:02.906Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T18:40:03.173Z] ---> 2fdb7def52da [2020-12-16T18:40:03.173Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T18:40:03.173Z] ---> Running in b6660327f700 [2020-12-16T18:40:03.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:40:03.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:40:04.006Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T18:40:04.006Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T18:40:04.006Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T18:40:04.006Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T18:40:04.006Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T18:40:04.006Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T18:40:04.006Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T18:40:05.388Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T18:40:05.388Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T18:40:05.388Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T18:40:05.388Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T18:40:05.388Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T18:40:05.388Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T18:40:05.388Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T18:40:05.388Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T18:40:05.651Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T18:40:05.651Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T18:40:05.651Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T18:40:05.651Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T18:40:05.651Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T18:40:05.651Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T18:40:05.651Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T18:40:05.651Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T18:40:05.651Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T18:40:05.651Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T18:40:05.651Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T18:40:05.910Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T18:40:05.910Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T18:40:05.910Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T18:40:05.910Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T18:40:05.910Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T18:40:05.910Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T18:40:05.910Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T18:40:05.910Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:40:05.910Z] OK: 71 MiB in 55 packages [2020-12-16T18:40:15.917Z] Removing intermediate container b6660327f700 [2020-12-16T18:40:15.917Z] ---> 4436e54801f8 [2020-12-16T18:40:15.917Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T18:40:15.917Z] ---> Running in c77110865469 [2020-12-16T18:40:15.917Z] Collecting docker-compose==1.23.2 [2020-12-16T18:40:15.917Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T18:40:16.180Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T18:40:16.180Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T18:40:16.752Z] Collecting PyYAML<4,>=3.10 [2020-12-16T18:40:16.752Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T18:40:17.695Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T18:40:17.695Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T18:40:17.695Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T18:40:17.695Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T18:40:17.957Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T18:40:17.957Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T18:40:17.957Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T18:40:18.219Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T18:40:18.219Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T18:40:18.219Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T18:40:18.480Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T18:40:18.741Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T18:40:18.741Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T18:40:18.741Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T18:40:19.004Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T18:40:19.269Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T18:40:19.530Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T18:40:19.530Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-16T18:40:19.530Z] Collecting idna<2.8,>=2.5 [2020-12-16T18:40:19.530Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T18:40:19.530Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T18:40:19.530Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T18:40:19.791Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-16T18:40:19.791Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T18:40:19.791Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T18:40:19.791Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T18:40:19.791Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T18:40:19.791Z] Installing collected packages: texttable, PyYAML, cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, docker-compose [2020-12-16T18:40:19.791Z] Running setup.py install for texttable: started [2020-12-16T18:40:20.599Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T18:40:21.179Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T18:40:21.179Z] Running setup.py install for PyYAML: started [2020-12-16T18:40:21.754Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T18:40:22.016Z] Attempting uninstall: idna [2020-12-16T18:40:22.016Z] Found existing installation: idna 2.9 [2020-12-16T18:40:22.016Z] Uninstalling idna-2.9: [2020-12-16T18:40:22.016Z] Successfully uninstalled idna-2.9 [2020-12-16T18:40:22.016Z] Attempting uninstall: urllib3 [2020-12-16T18:40:22.016Z] Found existing installation: urllib3 1.25.9 [2020-12-16T18:40:22.016Z] Uninstalling urllib3-1.25.9: [2020-12-16T18:40:22.277Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T18:40:22.277Z] Attempting uninstall: requests [2020-12-16T18:40:22.277Z] Found existing installation: requests 2.23.0 [2020-12-16T18:40:22.277Z] Uninstalling requests-2.23.0: [2020-12-16T18:40:22.277Z] Successfully uninstalled requests-2.23.0 [2020-12-16T18:40:22.847Z] Running setup.py install for dockerpty: started [2020-12-16T18:40:23.109Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T18:40:23.109Z] Running setup.py install for docopt: started [2020-12-16T18:40:23.683Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T18:40:23.945Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-16T18:40:27.245Z] Removing intermediate container c77110865469 [2020-12-16T18:40:27.245Z] ---> f6cc4e880be1 [2020-12-16T18:40:27.245Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T18:40:27.245Z] ---> Running in 5bfb4637e6dd [2020-12-16T18:40:27.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T18:40:27.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T18:40:27.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T18:40:27.507Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T18:40:27.507Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T18:40:27.507Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:40:27.507Z] OK: 72 MiB in 58 packages [2020-12-16T18:40:27.767Z] Removing intermediate container 5bfb4637e6dd [2020-12-16T18:40:27.767Z] ---> 2db884d0be94 [2020-12-16T18:40:27.767Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T18:40:28.029Z] ---> Running in ea80a82dae6c [2020-12-16T18:40:28.029Z] Removing intermediate container ea80a82dae6c [2020-12-16T18:40:28.029Z] ---> b4bf9b8aff82 [2020-12-16T18:40:28.029Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:40:28.292Z] ---> Running in d3840300a846 [2020-12-16T18:40:28.292Z] Removing intermediate container d3840300a846 [2020-12-16T18:40:28.292Z] ---> 8467055d1388 [2020-12-16T18:40:28.292Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T18:40:28.292Z] ---> Running in 68c14cc4d843 [2020-12-16T18:40:28.555Z] Removing intermediate container 68c14cc4d843 [2020-12-16T18:40:28.555Z] ---> 531aa59715cd [2020-12-16T18:40:28.555Z] Step 26/27 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:40:28.555Z] ---> Running in 785ef72ba674 [2020-12-16T18:40:28.816Z] Removing intermediate container 785ef72ba674 [2020-12-16T18:40:28.816Z] ---> 890f1cc44966 [2020-12-16T18:40:28.816Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T18:40:28.816Z] ---> Running in 84328a9bfdef [2020-12-16T18:40:29.078Z] Removing intermediate container 84328a9bfdef [2020-12-16T18:40:29.078Z] ---> db588e337ab4 [2020-12-16T18:40:29.078Z] [2020-12-16T18:40:29.078Z] Successfully built db588e337ab4 [2020-12-16T18:40:29.078Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T18:40:29.350Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T18:40:29.389Z] $ docker stop --time=1 b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 [2020-12-16T18:40:31.020Z] $ docker rm -f b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T18:40:31.628Z] + docker images [2020-12-16T18:40:31.629Z] + grep docker [2020-12-16T18:40:31.629Z] docker-sys-mgmt-agent-go latest db588e337ab4 3 seconds ago 313MB [2020-12-16T18:40:31.629Z] docker-core-command-go latest d4675114efc3 33 seconds ago 12.2MB [2020-12-16T18:40:31.629Z] docker-security-secretstore-setup-go latest f9b115b3d21c 35 seconds ago 24.7MB [2020-12-16T18:40:31.629Z] docker-core-metadata-go latest 42c14e0b1a17 37 seconds ago 14.5MB [2020-12-16T18:40:31.629Z] docker-core-data-go latest 996425329642 About a minute ago 23.7MB [2020-12-16T18:40:31.629Z] docker-security-proxy-setup-go latest e90bed9a59ab About a minute ago 24.6MB [2020-12-16T18:40:31.629Z] docker-security-bootstrap-redis-go latest fb45cecf9532 About a minute ago 15.8MB [2020-12-16T18:40:31.629Z] docker-support-notifications-go latest 674651213536 About a minute ago 13.6MB [2020-12-16T18:40:31.629Z] docker-support-scheduler-go latest bd5f844bb5f1 About a minute ago 12.3MB [2020-12-16T18:40:31.629Z] docker latest 0c995d0d3006 20 hours 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 [2020-12-16T18:40:47.460Z] Still waiting to schedule task [2020-12-16T18:40:47.460Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T18:41:00.016Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T18:41:22.276Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T18:41:24.268Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T18:41:26.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T18:41:26.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T18:41:26.246Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T18:41:34.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 46.6% of statements [2020-12-16T18:41:34.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T18:41:34.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T18:41:34.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T18:41:34.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T18:41:34.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T18:41:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.514s coverage: 27.1% of statements [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T18:41:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T18:41:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T18:41:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.581s coverage: 71.3% of statements [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T18:41:41.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.633s coverage: 83.7% of statements [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T18:41:41.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T18:41:43.515Z] Running on prd-ubuntu18.04-docker-8c-8g-16377 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T18:41:43.613Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2020-12-16T18:41:45.975Z] using credential edgex-jenkins-ssh [2020-12-16T18:41:46.044Z] Cloning the remote Git repository [2020-12-16T18:41:46.075Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:41:46.140Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2020-12-16T18:41:46.172Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:41:46.172Z] > git --version # timeout=10 [2020-12-16T18:41:46.188Z] > git --version # 'git version 2.17.1' [2020-12-16T18:41:46.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:41:46.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T18:41:49.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T18:41:49.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T18:41:49.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T18:41:49.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T18:41:49.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2020-12-16T18:41:49.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T18:41:49.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.207s coverage: 78.3% of statements [2020-12-16T18:41:49.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T18:41:49.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T18:41:49.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T18:41:49.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T18:41:52.923Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:41:53.110Z] Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:41:53.111Z] Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) [2020-12-16T18:41:52.282Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T18:41:52.289Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T18:41:52.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T18:41:52.317Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T18:41:52.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:41:52.324Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T18:41:52.940Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T18:41:52.946Z] > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [2020-12-16T18:41:53.079Z] > git remote # timeout=10 [2020-12-16T18:41:53.088Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T18:41:53.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T18:41:53.099Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T18:41:53.108Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T18:41:53.118Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T18:41:53.122Z] > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [2020-12-16T18:41:56.816Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:41:57.947Z] + echo snap-build.sh [2020-12-16T18:41:57.947Z] snap-build.sh [2020-12-16T18:41:57.947Z] + SNAP_BASE_DIR=. [2020-12-16T18:41:57.947Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2020-12-16T18:41:57.947Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2020-12-16T18:41:57.947Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2020-12-16T18:41:57.947Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2020-12-16T18:41:57.947Z] + cd /w/workspace/edgex-go/12 [2020-12-16T18:41:57.947Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T18:41:57.947Z] Reading package lists... [2020-12-16T18:41:58.210Z] Building dependency tree... [2020-12-16T18:41:58.210Z] Reading state information... [2020-12-16T18:41:58.210Z] The following packages were automatically installed and are no longer required: [2020-12-16T18:41:58.210Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T18:41:58.210Z] uidmap xdelta3 [2020-12-16T18:41:58.210Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.971s coverage: 93.8% of statements [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements [2020-12-16T18:41:58.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2020-12-16T18:41:58.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2020-12-16T18:41:58.472Z] The following packages will be REMOVED: [2020-12-16T18:41:58.472Z] lxd* lxd-client* [2020-12-16T18:41:58.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements [2020-12-16T18:41:59.046Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T18:41:59.046Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T18:42:00.098Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-16T18:42:00.098Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T18:42:00.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2020-12-16T18:42:00.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T18:42:01.493Z] Removing lxd dnsmasq configuration [2020-12-16T18:42:01.493Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T18:42:01.493Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T18:42:02.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements [2020-12-16T18:42:02.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T18:42:02.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T18:42:02.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.102s coverage: 100.0% of statements [2020-12-16T18:42:02.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2020-12-16T18:42:02.455Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T18:42:02.721Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-16T18:42:02.721Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T18:42:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2020-12-16T18:42:03.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2020-12-16T18:42:04.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2020-12-16T18:42:04.673Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T18:42:04.673Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T18:42:06.590Z] + sudo snap remove --purge lxd [2020-12-16T18:42:06.590Z] snap "lxd" is not installed [2020-12-16T18:42:06.590Z] + sudo groupadd --force --system lxd [2020-12-16T18:42:06.590Z] ++ whoami [2020-12-16T18:42:06.590Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T18:42:06.852Z] + newgrp - lxd [2020-12-16T18:42:06.852Z] + sudo snap install lxd [2020-12-16T18:42:08.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 55.9% of statements [2020-12-16T18:42:08.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T18:42:08.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T18:42:08.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T18:42:08.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T18:42:08.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T18:42:10.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements [2020-12-16T18:42:10.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T18:42:10.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T18:42:10.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements [2020-12-16T18:42:10.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2020-12-16T18:42:16.881Z] 2020-12-16T18:42:14Z INFO Waiting for automatic snapd restart... [2020-12-16T18:42:18.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.1% of statements [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T18:42:18.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T18:42:18.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T18:42:18.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2020-12-16T18:42:18.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T18:42:21.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.882s coverage: 29.1% of statements [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T18:42:21.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T18:42:21.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T18:42:21.756Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T18:42:21.756Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T18:42:21.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T18:42:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-16T18:42:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T18:42:22.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T18:42:22.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2020-12-16T18:42:23.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-16T18:42:24.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-16T18:42:24.698Z] GO111MODULE=on go vet ./... [2020-12-16T18:42:35.098Z] lxd 4.9 from Canonical* installed [2020-12-16T18:42:35.098Z] + sudo lxd init --auto [2020-12-16T18:42:43.249Z] + sudo snap install --classic snapcraft [2020-12-16T18:42:51.405Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T18:42:51.405Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T18:42:51.405Z] + patch --verbose -p1 [2020-12-16T18:42:51.405Z] Hmm... Looks like a unified diff to me... [2020-12-16T18:42:51.405Z] The text leading up to this was: [2020-12-16T18:42:51.405Z] -------------------------- [2020-12-16T18:42:51.405Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T18:42:51.405Z] |From: Tony Espy [2020-12-16T18:42:51.405Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T18:42:51.405Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T18:42:51.405Z] | [2020-12-16T18:42:51.405Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T18:42:51.405Z] |optimize the snap CI check run for pull requests. When [2020-12-16T18:42:51.405Z] |applied, it essentially strips out everything (apps and [2020-12-16T18:42:51.405Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T18:42:51.405Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T18:42:51.405Z] |catch changes to edgex-go that break the snap build. [2020-12-16T18:42:51.405Z] | [2020-12-16T18:42:51.405Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T18:42:51.405Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T18:42:51.405Z] |resulting in a failed snap build CI check in the associated [2020-12-16T18:42:51.405Z] |pull request. [2020-12-16T18:42:51.405Z] | [2020-12-16T18:42:51.405Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T18:42:51.405Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T18:42:51.405Z] |need to build the finally binary .snap file (and it won't [2020-12-16T18:42:51.405Z] |work with the patch applied). This further reduces the build [2020-12-16T18:42:51.405Z] |time. [2020-12-16T18:42:51.405Z] |--- [2020-12-16T18:42:51.405Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T18:42:51.405Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T18:42:51.405Z] | [2020-12-16T18:42:51.405Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T18:42:51.405Z] |index b265277c..d7e1de37 100644 [2020-12-16T18:42:51.405Z] |--- a/snap/snapcraft.yaml [2020-12-16T18:42:51.405Z] |+++ b/snap/snapcraft.yaml [2020-12-16T18:42:51.405Z] -------------------------- [2020-12-16T18:42:51.405Z] patching file snap/snapcraft.yaml [2020-12-16T18:42:51.405Z] Using Plan A... [2020-12-16T18:42:51.405Z] Hunk #1 FAILED at 75. [2020-12-16T18:42:51.405Z] Hunk #2 FAILED at 136. [2020-12-16T18:42:51.405Z] Hunk #3 succeeded at 271 (offset -21 lines). [2020-12-16T18:42:51.405Z] Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). [2020-12-16T18:42:51.405Z] Hunk #5 succeeded at 291 (offset -24 lines). [2020-12-16T18:42:51.405Z] Hunk #6 succeeded at 298 (offset -24 lines). [2020-12-16T18:42:51.405Z] Hunk #7 succeeded at 325 (offset -24 lines). [2020-12-16T18:42:51.405Z] Hunk #8 succeeded at 359 (offset -24 lines). [2020-12-16T18:42:51.405Z] Hunk #9 succeeded at 410 (offset -29 lines). [2020-12-16T18:42:51.405Z] 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-16T18:42:51.405Z] Hmm... Ignoring the trailing garbage. [2020-12-16T18:42:51.405Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-16T18:42:52.261Z] Failed in branch amd64 [2020-12-16T18:43:32.727Z] gofmt -l . [2020-12-16T18:43:32.727Z] [ "`gofmt -l .`" = "" ] [2020-12-16T18:43:34.695Z] ./bin/test-go-mod-tidy.sh [2020-12-16T18:43:35.295Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T18:43:40.259Z] + ls -al . [2020-12-16T18:43:40.259Z] total 660 [2020-12-16T18:43:40.259Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 18:43 . [2020-12-16T18:43:40.259Z] drwxr-xr-x 4 root root 4096 Dec 16 18:39 .. [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 18:38 .dockerignore [2020-12-16T18:43:40.259Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 18:38 .git [2020-12-16T18:43:40.259Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 18:38 .github [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 18:38 .gitignore [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 18:38 .sonarcloud.properties [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:38 CONTRIBUTING.md [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 18:38 Dockerfile.build [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 18:38 Jenkinsfile [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:38 LICENSE [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 18:38 Makefile [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 18:38 README.md [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 18:38 SECURITY.md [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 18:33 VERSION [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 18:38 ZMQWindows.md [2020-12-16T18:43:40.259Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 18:38 bin [2020-12-16T18:43:40.259Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 18:38 cmd [2020-12-16T18:43:40.259Z] -rw-r--r-- 1 root root 535934 Dec 16 18:42 coverage.out [2020-12-16T18:43:40.259Z] -rw-r--r-- 1 root root 1041 Dec 16 18:43 go.mod [2020-12-16T18:43:40.259Z] -rw-r--r-- 1 root root 18856 Dec 16 18:43 go.sum [2020-12-16T18:43:40.259Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 18:38 internal [2020-12-16T18:43:40.259Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 18:38 openapi [2020-12-16T18:43:40.259Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 18:38 snap [2020-12-16T18:43:40.259Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 18:38 version.go [Pipeline] sh [2020-12-16T18:43:40.920Z] + '[' -e coverage.out ] [2020-12-16T18:43:40.920Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T18:43:40.940Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T18:43:42.274Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T18:43:42.973Z] + make build [2020-12-16T18:43:42.973Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T18:43:55.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T18:44:17.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T18:44:23.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T18:44:29.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T18:44:30.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T18:44:35.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T18:44:40.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T18:44:43.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T18:44:47.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T18:44:51.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T18:44:54.513Z] 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] } [2020-12-16T18:44:57.906Z] $ docker stop --time=1 ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 [2020-12-16T18:45:00.495Z] $ docker rm -f ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:45:02.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T18:45:02.512Z] [2020-12-16T18:45:02.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:45:02.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T18:45:03.182Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T18:45:03.182Z] 29e5d40040c1: Pulling fs layer [2020-12-16T18:45:03.182Z] 1ce36da41761: Pulling fs layer [2020-12-16T18:45:03.182Z] 25b303627fd3: Pulling fs layer [2020-12-16T18:45:03.182Z] 29e5d40040c1: Download complete [2020-12-16T18:45:03.783Z] 29e5d40040c1: Pull complete [2020-12-16T18:45:04.060Z] 1ce36da41761: Verifying Checksum [2020-12-16T18:45:04.060Z] 1ce36da41761: Download complete [2020-12-16T18:45:05.497Z] 1ce36da41761: Pull complete [2020-12-16T18:45:05.497Z] 25b303627fd3: Verifying Checksum [2020-12-16T18:45:05.497Z] 25b303627fd3: Download complete [2020-12-16T18:45:15.659Z] 25b303627fd3: Pull complete [2020-12-16T18:45:15.659Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T18:45:15.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T18:45:15.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T18:45:15.928Z] prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container [2020-12-16T18:45:16.000Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:45:18.924Z] $ docker top 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:45:20.015Z] + grep parallel [2020-12-16T18:45:20.015Z] + docker-compose build --help [2020-12-16T18:45:23.385Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T18:45:23.667Z] $ docker stop --time=1 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 [2020-12-16T18:45:25.510Z] $ docker rm -f 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:45:26.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T18:45:26.331Z] . [Pipeline] withDockerContainer [2020-12-16T18:45:26.555Z] prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container [2020-12-16T18:45:26.622Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:45:27.864Z] $ docker top 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:45:28.934Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T18:45:32.337Z] Building docker-core-command-go ... [2020-12-16T18:45:32.337Z] Building docker-core-data-go ... [2020-12-16T18:45:32.337Z] Building docker-core-metadata-go ... [2020-12-16T18:45:32.337Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T18:45:32.337Z] Building docker-security-proxy-setup-go ... [2020-12-16T18:45:32.337Z] Building docker-security-secretstore-setup-go ... [2020-12-16T18:45:32.337Z] Building docker-support-notifications-go ... [2020-12-16T18:45:32.337Z] Building docker-support-scheduler-go ... [2020-12-16T18:45:32.337Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T18:45:32.337Z] Building docker-support-notifications-go [2020-12-16T18:45:32.337Z] Building docker-core-metadata-go [2020-12-16T18:45:32.337Z] Building docker-security-proxy-setup-go [2020-12-16T18:45:32.337Z] Building docker-sys-mgmt-agent-go [2020-12-16T18:45:32.337Z] Building docker-core-command-go [2020-12-16T18:46:54.140Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:46:54.140Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:46:54.140Z] ---> ceddd2cd57ff [2020-12-16T18:46:54.140Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T18:46:54.140Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:46:54.140Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:46:54.140Z] ---> ceddd2cd57ff [2020-12-16T18:46:54.140Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T18:46:54.140Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:46:54.140Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:46:54.140Z] ---> ceddd2cd57ff [2020-12-16T18:46:54.140Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T18:46:54.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:46:54.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:46:54.140Z] ---> ceddd2cd57ff [2020-12-16T18:46:54.140Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:46:54.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:46:54.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:46:54.140Z] ---> ceddd2cd57ff [2020-12-16T18:46:54.140Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:46:54.140Z] ---> Running in 4360c2035395 [2020-12-16T18:46:54.140Z] ---> Running in 289eef6238c8 [2020-12-16T18:46:54.140Z] ---> Running in 8ccba910a995 [2020-12-16T18:46:54.140Z] ---> Running in 374720a07c94 [2020-12-16T18:46:54.140Z] ---> Running in 93989331f887 [2020-12-16T18:46:54.140Z] Removing intermediate container 4360c2035395 [2020-12-16T18:46:54.140Z] ---> 8c98418af1c7 [2020-12-16T18:46:54.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:46:54.140Z] Removing intermediate container 289eef6238c8 [2020-12-16T18:46:54.140Z] ---> 2bfa33c84338 [2020-12-16T18:46:54.140Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:46:54.140Z] Removing intermediate container 93989331f887 [2020-12-16T18:46:54.140Z] ---> 2269d4209f5c [2020-12-16T18:46:54.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:46:54.140Z] Removing intermediate container 8ccba910a995 [2020-12-16T18:46:54.140Z] ---> 7aa13ec4dcb3 [2020-12-16T18:46:54.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:46:54.140Z] Removing intermediate container 374720a07c94 [2020-12-16T18:46:54.140Z] ---> ca41f4d737e1 [2020-12-16T18:46:54.140Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:46:54.140Z] ---> Running in 321c8be99b66 [2020-12-16T18:46:54.140Z] ---> Running in 41efb08eba7b [2020-12-16T18:46:54.140Z] ---> Running in 8998378098d2 [2020-12-16T18:46:54.140Z] ---> Running in 700c50749cb2 [2020-12-16T18:46:54.140Z] ---> Running in d0fd71b4b7d1 [2020-12-16T18:46:54.140Z] Removing intermediate container 321c8be99b66 [2020-12-16T18:46:54.140Z] ---> 87e2a4765c29 [2020-12-16T18:46:54.140Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:46:54.140Z] ---> Running in d0267685e2e9 [2020-12-16T18:46:54.140Z] Removing intermediate container 41efb08eba7b [2020-12-16T18:46:54.140Z] ---> 72d67498d4e6 [2020-12-16T18:46:54.140Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T18:46:54.140Z] Removing intermediate container 8998378098d2 [2020-12-16T18:46:54.140Z] ---> 1af9b4ae840e [2020-12-16T18:46:54.140Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:46:54.141Z] Removing intermediate container d0fd71b4b7d1 [2020-12-16T18:46:54.141Z] ---> 6e1a58b7df24 [2020-12-16T18:46:54.141Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T18:46:54.141Z] Removing intermediate container 700c50749cb2 [2020-12-16T18:46:54.141Z] ---> 7c48e9d5f182 [2020-12-16T18:46:54.141Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T18:46:54.141Z] ---> Running in 84905d6c0fbe [2020-12-16T18:46:54.141Z] ---> Running in 390831a24ced [2020-12-16T18:46:54.141Z] ---> Running in d000c4e718e8 [2020-12-16T18:46:54.141Z] ---> Running in c6d40e90e860 [2020-12-16T18:46:54.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:54.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:54.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:54.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:54.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:54.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:55.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:55.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:55.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:55.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:46:55.552Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:46:55.552Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:46:55.552Z] OK: 12620 distinct packages available [2020-12-16T18:46:56.147Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:46:56.147Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:46:56.147Z] OK: 12620 distinct packages available [2020-12-16T18:46:56.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:46:56.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:46:56.422Z] OK: 12620 distinct packages available [2020-12-16T18:46:56.422Z] OK: 217 MiB in 51 packages [2020-12-16T18:46:56.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:46:56.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:46:56.422Z] OK: 12620 distinct packages available [2020-12-16T18:46:56.699Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:46:56.700Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:46:56.700Z] OK: 12620 distinct packages available [2020-12-16T18:46:57.325Z] OK: 217 MiB in 51 packages [2020-12-16T18:46:57.325Z] OK: 217 MiB in 51 packages [2020-12-16T18:46:57.604Z] OK: 217 MiB in 51 packages [2020-12-16T18:46:57.604Z] OK: 217 MiB in 51 packages [2020-12-16T18:46:58.603Z] Removing intermediate container d0267685e2e9 [2020-12-16T18:46:58.603Z] ---> b26b3f0c2383 [2020-12-16T18:46:58.603Z] Step 6/22 : COPY go.mod . [2020-12-16T18:46:58.882Z] Removing intermediate container 84905d6c0fbe [2020-12-16T18:46:58.882Z] ---> 1ce2c657eed4 [2020-12-16T18:46:58.882Z] Step 6/27 : COPY go.mod . [2020-12-16T18:46:59.483Z] Removing intermediate container 390831a24ced [2020-12-16T18:46:59.483Z] ---> 8e4f9730d19a [2020-12-16T18:46:59.483Z] Step 6/22 : COPY go.mod . [2020-12-16T18:46:59.483Z] Removing intermediate container d000c4e718e8 [2020-12-16T18:46:59.483Z] ---> 1ac14b3a74be [2020-12-16T18:46:59.483Z] Step 6/24 : COPY go.mod . [2020-12-16T18:46:59.483Z] ---> c9725efdc52b [2020-12-16T18:46:59.483Z] Step 7/22 : RUN go mod download [2020-12-16T18:46:59.763Z] Removing intermediate container c6d40e90e860 [2020-12-16T18:46:59.763Z] ---> 1c283883e4e4 [2020-12-16T18:46:59.763Z] Step 6/21 : COPY go.mod . [2020-12-16T18:46:59.763Z] ---> Running in d6fc302873f7 [2020-12-16T18:47:00.036Z] ---> 3e0d28d06d36 [2020-12-16T18:47:00.036Z] Step 7/27 : RUN go mod download [2020-12-16T18:47:00.312Z] ---> Running in 44e2e9113d49 [2020-12-16T18:47:00.586Z] ---> 80933941ad95 [2020-12-16T18:47:00.586Z] Step 7/22 : RUN go mod download [2020-12-16T18:47:00.862Z] ---> Running in 603aaa48ad56 [2020-12-16T18:47:00.862Z] ---> d5cca31813a8 [2020-12-16T18:47:00.862Z] Step 7/24 : RUN go mod download [2020-12-16T18:47:00.862Z] ---> a0440b034460 [2020-12-16T18:47:00.862Z] Step 7/21 : RUN go mod download [2020-12-16T18:47:01.139Z] ---> Running in ea5a09067689 [2020-12-16T18:47:01.139Z] ---> Running in 28d86cc2480a [2020-12-16T18:47:03.773Z] Removing intermediate container d6fc302873f7 [2020-12-16T18:47:03.773Z] ---> 4be7ade1f402 [2020-12-16T18:47:03.773Z] Step 8/22 : COPY . . [2020-12-16T18:47:04.381Z] Removing intermediate container 44e2e9113d49 [2020-12-16T18:47:04.381Z] ---> 1a08e2109719 [2020-12-16T18:47:04.381Z] Step 8/27 : COPY . . [2020-12-16T18:47:05.369Z] Removing intermediate container 603aaa48ad56 [2020-12-16T18:47:05.369Z] ---> d1f76e91a277 [2020-12-16T18:47:05.369Z] Step 8/22 : COPY . . [2020-12-16T18:47:06.043Z] Removing intermediate container 28d86cc2480a [2020-12-16T18:47:06.043Z] ---> f7b7553f5249 [2020-12-16T18:47:06.043Z] Step 8/21 : COPY . . [2020-12-16T18:47:06.320Z] Removing intermediate container ea5a09067689 [2020-12-16T18:47:06.320Z] ---> 7ef8ff5a2120 [2020-12-16T18:47:06.320Z] Step 8/24 : COPY . . [2020-12-16T18:47:33.160Z] ---> 710c795759e6 [2020-12-16T18:47:33.161Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T18:47:33.161Z] ---> 0f2b9cedd92e [2020-12-16T18:47:33.161Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T18:47:33.161Z] ---> 119cc6c300d9 [2020-12-16T18:47:33.161Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T18:47:33.161Z] ---> 6c2e90826bb9 [2020-12-16T18:47:33.161Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T18:47:33.161Z] ---> 36831ca38df4 [2020-12-16T18:47:33.161Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T18:47:33.161Z] ---> Running in 26f2418063b9 [2020-12-16T18:47:33.161Z] ---> Running in 220bf0fcb392 [2020-12-16T18:47:33.161Z] ---> Running in 047e57bfce10 [2020-12-16T18:47:33.161Z] ---> Running in f759459efcea [2020-12-16T18:47:33.161Z] ---> Running in be169e289a4f [2020-12-16T18:47:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T18:47:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T18:47:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T18:47:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T18:47:33.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T18:48:54.995Z] 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 [2020-12-16T18:49:10.121Z] Removing intermediate container 220bf0fcb392 [2020-12-16T18:49:10.121Z] ---> 2bdd3083a18d [2020-12-16T18:49:10.121Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T18:49:10.121Z] Removing intermediate container f759459efcea [2020-12-16T18:49:10.121Z] ---> c9b5c9c651cd [2020-12-16T18:49:10.121Z] [2020-12-16T18:49:10.121Z] Step 10/21 : FROM alpine [2020-12-16T18:49:10.121Z] latest: Pulling from library/alpine [2020-12-16T18:49:10.121Z] ---> Running in 77d99fcb0e41 [2020-12-16T18:49:10.121Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T18:49:10.121Z] Status: Downloaded newer image for alpine:latest [2020-12-16T18:49:10.121Z] ---> dd36a01c3f31 [2020-12-16T18:49:10.121Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T18:49:10.121Z] ---> Running in 3f3f98537068 [2020-12-16T18:49:10.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T18:49:10.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:11.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:11.878Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:49:11.878Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:49:11.878Z] OK: 12617 distinct packages available [2020-12-16T18:49:12.868Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T18:49:12.868Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T18:49:12.868Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T18:49:12.868Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T18:49:12.868Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:49:12.868Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T18:49:13.149Z] OK: 7 MiB in 18 packages [2020-12-16T18:49:16.565Z] Removing intermediate container 77d99fcb0e41 [2020-12-16T18:49:16.565Z] ---> 8fb7cf120546 [2020-12-16T18:49:16.565Z] [2020-12-16T18:49:16.565Z] Step 11/27 : FROM docker:latest [2020-12-16T18:49:16.565Z] ---> 0c09fb3ff9b5 [2020-12-16T18:49:16.565Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T18:49:16.565Z] Removing intermediate container 3f3f98537068 [2020-12-16T18:49:16.565Z] ---> be087f48ed46 [2020-12-16T18:49:16.565Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T18:49:16.565Z] ---> Running in d382f6b45247 [2020-12-16T18:49:16.565Z] ---> Running in 5f869257dfb3 [2020-12-16T18:49:17.557Z] Removing intermediate container 5f869257dfb3 [2020-12-16T18:49:17.557Z] ---> cd7122252e3c [2020-12-16T18:49:17.557Z] Step 13/21 : WORKDIR /edgex [2020-12-16T18:49:18.174Z] ---> Running in cb3b774211c7 [2020-12-16T18:49:18.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:18.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:18.731Z] Removing intermediate container cb3b774211c7 [2020-12-16T18:49:18.731Z] ---> 24583451ea4c [2020-12-16T18:49:18.731Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T18:49:19.723Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T18:49:19.723Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T18:49:19.723Z] Executing bash-5.0.17-r0.post-install [2020-12-16T18:49:19.723Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:49:19.723Z] OK: 12 MiB in 22 packages [2020-12-16T18:49:20.715Z] ---> 79abc269469c [2020-12-16T18:49:20.715Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T18:49:23.566Z] Removing intermediate container d382f6b45247 [2020-12-16T18:49:23.566Z] ---> a2987ce0b1fd [2020-12-16T18:49:23.566Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T18:49:23.566Z] ---> Running in a3364d78a5af [2020-12-16T18:49:27.050Z] ---> b7dfed4510a2 [2020-12-16T18:49:27.050Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T18:49:27.658Z] Removing intermediate container be169e289a4f [2020-12-16T18:49:27.658Z] ---> 8c3466897b5d [2020-12-16T18:49:27.658Z] [2020-12-16T18:49:27.658Z] Step 10/24 : FROM scratch [2020-12-16T18:49:27.658Z] ---> [2020-12-16T18:49:27.658Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T18:49:28.254Z] ---> Running in 7d86f010c40a [2020-12-16T18:49:28.529Z] Removing intermediate container 26f2418063b9 [2020-12-16T18:49:28.529Z] ---> 231a0f61b6d4 [2020-12-16T18:49:28.529Z] [2020-12-16T18:49:28.529Z] Step 10/22 : FROM scratch [2020-12-16T18:49:28.529Z] ---> [2020-12-16T18:49:28.529Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:49:28.808Z] ---> 69afbfddca88 [2020-12-16T18:49:28.808Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T18:49:28.808Z] ---> Running in 32cee4126e02 [2020-12-16T18:49:29.082Z] ---> Running in e658c4dfa8bd [2020-12-16T18:49:29.082Z] Removing intermediate container a3364d78a5af [2020-12-16T18:49:29.082Z] ---> f4812023b518 [2020-12-16T18:49:29.082Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T18:49:29.082Z] Removing intermediate container 7d86f010c40a [2020-12-16T18:49:29.082Z] ---> c221d7a78b7f [2020-12-16T18:49:29.082Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T18:49:29.357Z] ---> Running in c3f4c0fcae6c [2020-12-16T18:49:29.357Z] ---> Running in b8a5807e538d [2020-12-16T18:49:29.357Z] Removing intermediate container 32cee4126e02 [2020-12-16T18:49:29.357Z] ---> 7f9155f6aa74 [2020-12-16T18:49:29.357Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T18:49:29.630Z] ---> Running in 3a70d3df6fc7 [2020-12-16T18:49:29.902Z] Removing intermediate container e658c4dfa8bd [2020-12-16T18:49:29.902Z] ---> 8d4d2dad0263 [2020-12-16T18:49:29.902Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T18:49:29.902Z] Removing intermediate container c3f4c0fcae6c [2020-12-16T18:49:29.902Z] ---> c9d71ed8500b [2020-12-16T18:49:29.902Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T18:49:30.185Z] ---> Running in 413fb7694cc0 [2020-12-16T18:49:30.185Z] Removing intermediate container b8a5807e538d [2020-12-16T18:49:30.185Z] ---> b22a510615ae [2020-12-16T18:49:30.185Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T18:49:30.185Z] ---> Running in 57cbf4598576 [2020-12-16T18:49:30.185Z] ---> Running in ee8312b85d50 [2020-12-16T18:49:30.185Z] Removing intermediate container 3a70d3df6fc7 [2020-12-16T18:49:30.185Z] ---> 4846296ce641 [2020-12-16T18:49:30.185Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T18:49:30.462Z] ---> Running in 41c21db08ca5 [2020-12-16T18:49:30.737Z] Removing intermediate container 413fb7694cc0 [2020-12-16T18:49:30.737Z] ---> 9683328ad1f6 [2020-12-16T18:49:30.737Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T18:49:30.737Z] Removing intermediate container 57cbf4598576 [2020-12-16T18:49:30.737Z] ---> 74be46ebfed2 [2020-12-16T18:49:30.737Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T18:49:31.016Z] ---> Running in db260e4ffa53 [2020-12-16T18:49:31.017Z] Removing intermediate container ee8312b85d50 [2020-12-16T18:49:31.017Z] ---> 3cccd9dadaf1 [2020-12-16T18:49:31.017Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T18:49:31.017Z] Removing intermediate container 41c21db08ca5 [2020-12-16T18:49:31.017Z] ---> b0607a75a05f [2020-12-16T18:49:31.017Z] Step 14/22 : WORKDIR / [2020-12-16T18:49:31.291Z] ---> Running in 0da434a43a60 [2020-12-16T18:49:31.292Z] ---> Running in 8f008d4749f2 [2020-12-16T18:49:31.572Z] Removing intermediate container db260e4ffa53 [2020-12-16T18:49:31.572Z] ---> cebb95719d48 [2020-12-16T18:49:31.572Z] Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:49:31.842Z] ---> b107eb1508a6 [2020-12-16T18:49:31.842Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T18:49:31.842Z] ---> Running in 71a3202ccf90 [2020-12-16T18:49:31.842Z] Removing intermediate container 0da434a43a60 [2020-12-16T18:49:31.842Z] ---> 68efb9dbac6b [2020-12-16T18:49:31.842Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T18:49:32.112Z] Removing intermediate container 8f008d4749f2 [2020-12-16T18:49:32.112Z] ---> 656ec3804020 [2020-12-16T18:49:32.112Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T18:49:32.717Z] Removing intermediate container 71a3202ccf90 [2020-12-16T18:49:32.717Z] ---> 802f76657cb6 [2020-12-16T18:49:32.717Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T18:49:33.344Z] ---> da48415d9da1 [2020-12-16T18:49:33.344Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T18:49:33.617Z] ---> Running in 4421fc994da4 [2020-12-16T18:49:33.892Z] ---> 760212e4a5ef [2020-12-16T18:49:33.892Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T18:49:33.892Z] ---> 64d579018803 [2020-12-16T18:49:33.892Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T18:49:34.174Z] Removing intermediate container 4421fc994da4 [2020-12-16T18:49:34.174Z] ---> 4d6d3f6abcb2 [2020-12-16T18:49:34.174Z] [2020-12-16T18:49:34.785Z] Successfully built 4d6d3f6abcb2 [2020-12-16T18:49:35.066Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T18:49:35.066Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-12-16T18:49:35.066Z] ---> 5ba1781559f8 [2020-12-16T18:49:35.066Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T18:49:35.346Z] ---> 09a8edac10c1 [2020-12-16T18:49:35.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T18:49:35.618Z] ---> 3f7a1c1dd0ba [2020-12-16T18:49:35.618Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T18:49:38.238Z] ---> 424d4b151c18 [2020-12-16T18:49:38.238Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T18:49:38.510Z] ---> 2f55118c9850 [2020-12-16T18:49:38.510Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T18:49:38.783Z] ---> Running in 706d071e29a0 [2020-12-16T18:49:38.783Z] ---> 7f221fbc872c [2020-12-16T18:49:38.783Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T18:49:39.063Z] ---> Running in 89c2f121a9f0 [2020-12-16T18:49:39.346Z] Removing intermediate container 047e57bfce10 [2020-12-16T18:49:39.346Z] ---> 05b0f1ec5c92 [2020-12-16T18:49:39.346Z] [2020-12-16T18:49:39.346Z] Step 10/22 : FROM scratch [2020-12-16T18:49:39.346Z] ---> [2020-12-16T18:49:39.346Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:49:39.346Z] ---> Using cache [2020-12-16T18:49:39.346Z] ---> 7f9155f6aa74 [2020-12-16T18:49:39.346Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T18:49:40.336Z] ---> Running in 800fa24c5fa6 [2020-12-16T18:49:40.336Z] Removing intermediate container 706d071e29a0 [2020-12-16T18:49:40.336Z] ---> 51d1caf9007f [2020-12-16T18:49:40.336Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:49:40.941Z] ---> 689d99e5085a [2020-12-16T18:49:40.941Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T18:49:40.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:40.941Z] ---> Running in d094014f32d7 [2020-12-16T18:49:40.941Z] Removing intermediate container 800fa24c5fa6 [2020-12-16T18:49:40.941Z] ---> 90e82aa72537 [2020-12-16T18:49:40.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T18:49:40.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:41.215Z] ---> Running in a44a0227a388 [2020-12-16T18:49:41.491Z] Removing intermediate container d094014f32d7 [2020-12-16T18:49:41.491Z] ---> 4b3c982856b3 [2020-12-16T18:49:41.491Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T18:49:41.761Z] ---> Running in bef34b1c0b84 [2020-12-16T18:49:41.761Z] ---> a8d1ca741942 [2020-12-16T18:49:41.761Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T18:49:41.761Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T18:49:41.761Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T18:49:41.761Z] Removing intermediate container a44a0227a388 [2020-12-16T18:49:41.761Z] ---> 119ec299046f [2020-12-16T18:49:41.761Z] Step 14/22 : WORKDIR / [2020-12-16T18:49:41.761Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T18:49:41.761Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T18:49:41.761Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T18:49:41.761Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T18:49:42.031Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T18:49:42.031Z] ---> Running in ae06f932976a [2020-12-16T18:49:42.031Z] ---> Running in 8bb176a7c7f2 [2020-12-16T18:49:42.305Z] Removing intermediate container bef34b1c0b84 [2020-12-16T18:49:42.305Z] ---> b6235ee80d03 [2020-12-16T18:49:42.305Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:49:43.744Z] ---> Running in ec34b744a9f8 [2020-12-16T18:49:43.744Z] Removing intermediate container ae06f932976a [2020-12-16T18:49:43.744Z] ---> 72819e153480 [2020-12-16T18:49:43.744Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:49:43.744Z] Removing intermediate container 8bb176a7c7f2 [2020-12-16T18:49:43.744Z] ---> f60ec548c5a9 [2020-12-16T18:49:43.744Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T18:49:44.019Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T18:49:44.019Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T18:49:44.019Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T18:49:44.019Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T18:49:44.019Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T18:49:44.019Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T18:49:44.019Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T18:49:44.289Z] ---> Running in 1f2b95c92283 [2020-12-16T18:49:44.289Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T18:49:44.289Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T18:49:44.289Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T18:49:44.289Z] Removing intermediate container ec34b744a9f8 [2020-12-16T18:49:44.289Z] ---> 97cdca5ce6e8 [2020-12-16T18:49:44.289Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:49:44.289Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T18:49:44.289Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T18:49:44.289Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T18:49:44.566Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T18:49:44.566Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T18:49:44.566Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T18:49:44.566Z] ---> 850f04d7bf68 [2020-12-16T18:49:44.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T18:49:44.566Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T18:49:44.566Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T18:49:44.566Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T18:49:44.566Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T18:49:44.566Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T18:49:44.838Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T18:49:44.838Z] ---> Running in 98e1b155f762 [2020-12-16T18:49:44.838Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T18:49:44.838Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T18:49:44.838Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T18:49:44.838Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T18:49:45.113Z] Removing intermediate container 1f2b95c92283 [2020-12-16T18:49:45.113Z] ---> 2af37479c057 [2020-12-16T18:49:45.113Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T18:49:45.113Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:49:45.113Z] OK: 71 MiB in 55 packages [2020-12-16T18:49:45.710Z] ---> Running in a193c2c85348 [2020-12-16T18:49:45.985Z] Removing intermediate container 98e1b155f762 [2020-12-16T18:49:45.985Z] ---> 9e7ba4a0453f [2020-12-16T18:49:45.985Z] [2020-12-16T18:49:46.581Z] Successfully built 9e7ba4a0453f [2020-12-16T18:49:46.581Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T18:49:46.581Z] Building docker-support-scheduler-go [2020-12-16T18:49:46.856Z]  Building docker-core-command-go ... done Removing intermediate container a193c2c85348 [2020-12-16T18:49:46.856Z] ---> d22692187d97 [2020-12-16T18:49:46.856Z] Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:49:46.856Z] ---> ebd2f823602b [2020-12-16T18:49:46.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T18:49:47.133Z] ---> Running in 0f2b9de85e94 [2020-12-16T18:49:48.114Z] ---> 586b48494d40 [2020-12-16T18:49:48.114Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T18:49:48.114Z] Removing intermediate container 0f2b9de85e94 [2020-12-16T18:49:48.114Z] ---> 9a6e0c462c26 [2020-12-16T18:49:48.114Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T18:49:48.711Z] ---> Running in 1a35c53c5704 [2020-12-16T18:49:48.711Z] ---> Running in 9bf391b4ef50 [2020-12-16T18:49:50.714Z] Removing intermediate container 9bf391b4ef50 [2020-12-16T18:49:50.714Z] ---> 113ee45764d3 [2020-12-16T18:49:50.714Z] [2020-12-16T18:49:50.714Z] Removing intermediate container 1a35c53c5704 [2020-12-16T18:49:50.714Z] ---> 2f07a5729f24 [2020-12-16T18:49:50.714Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:49:51.309Z] Successfully built 113ee45764d3 [2020-12-16T18:49:51.309Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T18:49:51.309Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-16T18:49:51.309Z] ---> Running in b146d7b20e36 [2020-12-16T18:49:52.304Z] Removing intermediate container b146d7b20e36 [2020-12-16T18:49:52.304Z] ---> 9c63be88a003 [2020-12-16T18:49:52.304Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T18:49:52.581Z] ---> Running in 7cdeadb8dcee [2020-12-16T18:49:53.188Z] Removing intermediate container 7cdeadb8dcee [2020-12-16T18:49:53.188Z] ---> 9b4ce3d090c1 [2020-12-16T18:49:53.188Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:49:53.472Z] Removing intermediate container 89c2f121a9f0 [2020-12-16T18:49:53.472Z] ---> 24cb66d4c440 [2020-12-16T18:49:53.472Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T18:49:53.472Z] ---> Running in ecb3fe542fbf [2020-12-16T18:49:53.472Z] ---> Running in 726d40e843d5 [2020-12-16T18:49:54.912Z] Removing intermediate container ecb3fe542fbf [2020-12-16T18:49:54.912Z] ---> a827445f9f6c [2020-12-16T18:49:54.912Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:49:55.894Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:49:55.894Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:49:55.894Z] ---> ceddd2cd57ff [2020-12-16T18:49:55.894Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T18:49:55.894Z] ---> Using cache [2020-12-16T18:49:55.894Z] ---> ca41f4d737e1 [2020-12-16T18:49:55.894Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:49:55.894Z] ---> Using cache [2020-12-16T18:49:55.894Z] ---> 6e1a58b7df24 [2020-12-16T18:49:55.894Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T18:49:55.894Z] ---> Running in 8cfc84616847 [2020-12-16T18:49:56.492Z] ---> Running in a8d843e4ed76 [2020-12-16T18:49:57.468Z] Removing intermediate container 8cfc84616847 [2020-12-16T18:49:57.468Z] ---> 0a5bbc347b10 [2020-12-16T18:49:57.468Z] [2020-12-16T18:49:57.742Z] Successfully built 0a5bbc347b10 [2020-12-16T18:49:57.742Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T18:49:57.742Z] Building docker-security-bootstrap-redis-go [2020-12-16T18:49:58.343Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:59.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:49:59.323Z] Collecting docker-compose==1.23.2 [2020-12-16T18:49:59.596Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T18:50:00.195Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:50:00.195Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:50:00.195Z] OK: 12620 distinct packages available [2020-12-16T18:50:00.195Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T18:50:00.195Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T18:50:01.187Z] OK: 217 MiB in 51 packages [2020-12-16T18:50:03.177Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T18:50:03.177Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T18:50:04.160Z] Removing intermediate container a8d843e4ed76 [2020-12-16T18:50:04.160Z] ---> 71da8200d511 [2020-12-16T18:50:04.160Z] Step 6/23 : COPY go.mod . [2020-12-16T18:50:05.599Z] ---> b5a0e568e421 [2020-12-16T18:50:05.599Z] Step 7/23 : RUN go mod download [2020-12-16T18:50:05.884Z] ---> Running in 5d5ebad04bca [2020-12-16T18:50:05.884Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T18:50:06.157Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T18:50:06.759Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T18:50:06.759Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T18:50:09.400Z] Removing intermediate container 5d5ebad04bca [2020-12-16T18:50:09.400Z] ---> e0dc9599c52a [2020-12-16T18:50:09.400Z] Step 8/23 : COPY . . [2020-12-16T18:50:09.676Z] Collecting PyYAML<4,>=3.10 [2020-12-16T18:50:09.676Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T18:50:13.999Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T18:50:13.999Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T18:50:14.975Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T18:50:14.975Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T18:50:16.415Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T18:50:16.415Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T18:50:16.690Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T18:50:17.290Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T18:50:17.290Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T18:50:17.894Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T18:50:17.894Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T18:50:18.880Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T18:50:18.880Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T18:50:19.158Z] Collecting idna<2.8,>=2.5 [2020-12-16T18:50:19.158Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T18:50:19.432Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-16T18:50:19.432Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-16T18:50:19.432Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T18:50:19.432Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T18:50:19.432Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T18:50:19.432Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T18:50:20.038Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:50:20.038Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:50:20.038Z] ---> ceddd2cd57ff [2020-12-16T18:50:20.038Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T18:50:20.038Z] ---> Using cache [2020-12-16T18:50:20.038Z] ---> ca41f4d737e1 [2020-12-16T18:50:20.038Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:50:20.038Z] ---> Using cache [2020-12-16T18:50:20.038Z] ---> 6e1a58b7df24 [2020-12-16T18:50:20.038Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T18:50:20.651Z] Installing collected packages: texttable, dockerpty, jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, docker-compose [2020-12-16T18:50:20.651Z] Running setup.py install for texttable: started [2020-12-16T18:50:23.289Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T18:50:23.289Z] Running setup.py install for dockerpty: started [2020-12-16T18:50:25.932Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:50:25.932Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:50:25.932Z] ---> ceddd2cd57ff [2020-12-16T18:50:25.932Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T18:50:25.932Z] ---> Using cache [2020-12-16T18:50:25.932Z] ---> ca41f4d737e1 [2020-12-16T18:50:25.932Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:50:25.932Z] ---> Using cache [2020-12-16T18:50:25.932Z] ---> 6e1a58b7df24 [2020-12-16T18:50:25.932Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T18:50:25.932Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T18:50:25.932Z] ---> Running in 53c3b9b0e783 [2020-12-16T18:50:26.203Z] ---> Running in be965071c796 [2020-12-16T18:50:26.487Z] Running setup.py install for docopt: started [2020-12-16T18:50:27.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:28.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:28.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:29.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:29.087Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T18:50:29.087Z] Running setup.py install for PyYAML: started [2020-12-16T18:50:30.072Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:50:30.072Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:50:30.072Z] OK: 12620 distinct packages available [2020-12-16T18:50:30.072Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:50:30.072Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:50:30.072Z] OK: 12620 distinct packages available [2020-12-16T18:50:30.072Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T18:50:30.342Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T18:50:30.342Z] ---> ceddd2cd57ff [2020-12-16T18:50:30.342Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T18:50:30.342Z] ---> Using cache [2020-12-16T18:50:30.342Z] ---> ca41f4d737e1 [2020-12-16T18:50:30.342Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:50:30.342Z] ---> Using cache [2020-12-16T18:50:30.342Z] ---> 6e1a58b7df24 [2020-12-16T18:50:30.342Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T18:50:30.342Z] ---> Running in 78dae29d8d48 [2020-12-16T18:50:30.621Z] OK: 217 MiB in 51 packages [2020-12-16T18:50:30.621Z] ---> fee63c920d7d [2020-12-16T18:50:30.621Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T18:50:30.897Z] ---> Running in a3c5240d8761 [2020-12-16T18:50:31.180Z] OK: 217 MiB in 51 packages [2020-12-16T18:50:32.634Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T18:50:32.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:32.634Z] Removing intermediate container 53c3b9b0e783 [2020-12-16T18:50:32.634Z] ---> aed556138859 [2020-12-16T18:50:32.634Z] Step 6/21 : COPY go.mod . [2020-12-16T18:50:32.911Z] Attempting uninstall: urllib3 [2020-12-16T18:50:32.911Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T18:50:32.911Z] Found existing installation: urllib3 1.25.9 [2020-12-16T18:50:32.911Z] Removing intermediate container be965071c796 [2020-12-16T18:50:32.911Z] ---> 257934dcf62a [2020-12-16T18:50:32.911Z] Step 6/24 : COPY go.mod . [2020-12-16T18:50:32.911Z] Uninstalling urllib3-1.25.9: [2020-12-16T18:50:33.520Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T18:50:33.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:33.520Z] ---> 0105d6cea08d [2020-12-16T18:50:33.520Z] Step 7/21 : RUN go mod download [2020-12-16T18:50:33.797Z] ---> Running in a14bd200fa68 [2020-12-16T18:50:34.070Z] ---> 24e2657b6ff2 [2020-12-16T18:50:34.071Z] Step 7/24 : RUN go mod download [2020-12-16T18:50:34.071Z] Attempting uninstall: idna [2020-12-16T18:50:34.071Z] Found existing installation: idna 2.9 [2020-12-16T18:50:34.071Z] Uninstalling idna-2.9: [2020-12-16T18:50:34.348Z] ---> Running in d381b74d2f2c [2020-12-16T18:50:34.348Z] Successfully uninstalled idna-2.9 [2020-12-16T18:50:34.620Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T18:50:34.620Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T18:50:34.620Z] OK: 12620 distinct packages available [2020-12-16T18:50:35.221Z] Attempting uninstall: requests [2020-12-16T18:50:35.221Z] Found existing installation: requests 2.23.0 [2020-12-16T18:50:35.221Z] Uninstalling requests-2.23.0: [2020-12-16T18:50:35.496Z] Successfully uninstalled requests-2.23.0 [2020-12-16T18:50:35.769Z] OK: 217 MiB in 51 packages [2020-12-16T18:50:37.754Z] Removing intermediate container 78dae29d8d48 [2020-12-16T18:50:37.754Z] ---> e905d4901a6f [2020-12-16T18:50:37.754Z] Step 6/22 : COPY go.mod . [2020-12-16T18:50:38.749Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-16T18:50:38.749Z] Removing intermediate container a14bd200fa68 [2020-12-16T18:50:38.749Z] ---> 7389011254f6 [2020-12-16T18:50:38.749Z] Step 8/21 : COPY . . [2020-12-16T18:50:39.028Z] Removing intermediate container d381b74d2f2c [2020-12-16T18:50:39.028Z] ---> 787accc7305a [2020-12-16T18:50:39.028Z] Step 8/24 : COPY . . [2020-12-16T18:50:39.309Z] ---> 180e9f92dc52 [2020-12-16T18:50:39.309Z] Step 7/22 : RUN go mod download [2020-12-16T18:50:39.594Z] ---> Running in f23a9becc3a9 [2020-12-16T18:50:46.325Z] Removing intermediate container f23a9becc3a9 [2020-12-16T18:50:46.325Z] ---> eb12b1803c18 [2020-12-16T18:50:46.325Z] Step 8/22 : COPY . . [2020-12-16T18:50:46.930Z] Removing intermediate container 726d40e843d5 [2020-12-16T18:50:46.930Z] ---> 57a9aeeaaf3f [2020-12-16T18:50:46.930Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T18:50:47.531Z] ---> Running in 1545e16027ed [2020-12-16T18:50:50.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:50.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:50:51.060Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T18:50:51.060Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T18:50:51.060Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T18:50:51.060Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:50:51.060Z] OK: 71 MiB in 58 packages [2020-12-16T18:50:56.500Z] Removing intermediate container 1545e16027ed [2020-12-16T18:50:56.500Z] ---> 11a2a148b038 [2020-12-16T18:50:56.500Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T18:50:56.500Z] ---> Running in 9f359dcc4bc3 [2020-12-16T18:50:57.955Z] Removing intermediate container 9f359dcc4bc3 [2020-12-16T18:50:57.955Z] ---> b1dc9a15068e [2020-12-16T18:50:57.955Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:50:58.242Z] ---> Running in 6c2ee58650d8 [2020-12-16T18:50:59.702Z] Removing intermediate container 6c2ee58650d8 [2020-12-16T18:50:59.702Z] ---> 057c500dc184 [2020-12-16T18:50:59.702Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T18:51:00.313Z] ---> Running in 7c1f17f04713 [2020-12-16T18:51:01.309Z] Removing intermediate container 7c1f17f04713 [2020-12-16T18:51:01.309Z] ---> b918db572cb2 [2020-12-16T18:51:01.309Z] Step 26/27 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:51:01.586Z] ---> Running in 05d11fedc529 [2020-12-16T18:51:03.038Z] Removing intermediate container 05d11fedc529 [2020-12-16T18:51:03.038Z] ---> aef064bace4d [2020-12-16T18:51:03.038Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T18:51:03.316Z] ---> Running in 22ab994b9eac [2020-12-16T18:51:04.764Z] Removing intermediate container 22ab994b9eac [2020-12-16T18:51:04.764Z] ---> 5dc06e9d1979 [2020-12-16T18:51:04.764Z] [2020-12-16T18:51:06.213Z] Successfully built 5dc06e9d1979 [2020-12-16T18:51:06.213Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T18:51:21.637Z]  Building docker-sys-mgmt-agent-go ... done  ---> e407a3965349 [2020-12-16T18:51:21.637Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T18:51:21.637Z] ---> 5f46bf18051d [2020-12-16T18:51:21.637Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T18:51:21.637Z] ---> Running in e85cab9fb018 [2020-12-16T18:51:21.637Z] ---> Running in 1c3bbd9da015 [2020-12-16T18:51:23.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T18:51:23.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T18:51:23.980Z] ---> a7521c51c19a [2020-12-16T18:51:23.980Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T18:51:23.980Z] ---> Running in cf6f143b6745 [2020-12-16T18:51:25.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T18:51:52.823Z] Removing intermediate container a3c5240d8761 [2020-12-16T18:51:52.823Z] ---> 63087c29d9ee [2020-12-16T18:51:52.823Z] [2020-12-16T18:51:52.823Z] Step 10/23 : FROM alpine [2020-12-16T18:51:52.823Z] ---> dd36a01c3f31 [2020-12-16T18:51:52.823Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:51:52.823Z] ---> Running in 6fa9190d5e72 [2020-12-16T18:51:52.823Z] Removing intermediate container 6fa9190d5e72 [2020-12-16T18:51:52.823Z] ---> 86d6c87b3607 [2020-12-16T18:51:52.823Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T18:51:52.823Z] ---> Running in e2d5cb5bb279 [2020-12-16T18:51:52.823Z] Removing intermediate container e2d5cb5bb279 [2020-12-16T18:51:52.823Z] ---> 3a809f8da73a [2020-12-16T18:51:52.823Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T18:51:53.098Z] ---> Running in ce0ae9827cf4 [2020-12-16T18:51:53.697Z] Removing intermediate container ce0ae9827cf4 [2020-12-16T18:51:53.697Z] ---> bf0dc5c1183e [2020-12-16T18:51:53.697Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T18:51:53.697Z] ---> Running in 7fceacb72930 [2020-12-16T18:51:57.102Z] Removing intermediate container 7fceacb72930 [2020-12-16T18:51:57.102Z] ---> b13e429fdd38 [2020-12-16T18:51:57.102Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T18:51:57.380Z] ---> Running in 79cdb18d8f95 [2020-12-16T18:51:59.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:00.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:00.990Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T18:52:00.990Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T18:52:01.268Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T18:52:01.551Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T18:52:01.551Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T18:52:01.551Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T18:52:01.551Z] OK: 8 MiB in 19 packages [2020-12-16T18:52:03.559Z] Removing intermediate container 79cdb18d8f95 [2020-12-16T18:52:03.559Z] ---> 938fe32f533e [2020-12-16T18:52:03.559Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T18:52:04.551Z] ---> bc701f8dcf23 [2020-12-16T18:52:04.551Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T18:52:07.192Z] ---> 80c12823e41e [2020-12-16T18:52:07.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T18:52:07.803Z] ---> fbd02cd8597e [2020-12-16T18:52:07.803Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T18:52:08.079Z] ---> Running in 7e5b57d2a907 [2020-12-16T18:52:08.688Z] Removing intermediate container 7e5b57d2a907 [2020-12-16T18:52:08.688Z] ---> 44a5c9f68b4b [2020-12-16T18:52:08.688Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:52:08.688Z] ---> Running in 0829563d549e [2020-12-16T18:52:09.689Z] Removing intermediate container 0829563d549e [2020-12-16T18:52:09.689Z] ---> bc1b58821299 [2020-12-16T18:52:09.689Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T18:52:09.689Z] ---> Running in 63c421b113bc [2020-12-16T18:52:10.297Z] Removing intermediate container 63c421b113bc [2020-12-16T18:52:10.297Z] ---> 96ffec79b113 [2020-12-16T18:52:10.297Z] Step 22/23 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:52:10.581Z] ---> Running in 6a10a36dc78d [2020-12-16T18:52:11.195Z] Removing intermediate container 6a10a36dc78d [2020-12-16T18:52:11.195Z] ---> 3fcad31fc8e3 [2020-12-16T18:52:11.195Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T18:52:11.484Z] ---> Running in 2ddff8d44d86 [2020-12-16T18:52:12.104Z] Removing intermediate container 2ddff8d44d86 [2020-12-16T18:52:12.104Z] ---> 42b6d744b0f7 [2020-12-16T18:52:12.104Z] [2020-12-16T18:52:12.381Z] Successfully built 42b6d744b0f7 [2020-12-16T18:52:12.381Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T18:52:20.709Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T18:52:30.958Z] Removing intermediate container cf6f143b6745 [2020-12-16T18:52:30.958Z] ---> 12476f87e395 [2020-12-16T18:52:30.958Z] [2020-12-16T18:52:30.958Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T18:52:30.958Z] 3.10: Pulling from library/alpine [2020-12-16T18:52:30.958Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T18:52:30.958Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T18:52:30.958Z] ---> 536a684cf733 [2020-12-16T18:52:30.958Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T18:52:31.229Z] Removing intermediate container e85cab9fb018 [2020-12-16T18:52:31.230Z] ---> 63c3bab459b4 [2020-12-16T18:52:31.230Z] [2020-12-16T18:52:31.230Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T18:52:31.230Z] ---> 536a684cf733 [2020-12-16T18:52:31.230Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T18:52:31.230Z] ---> Running in 54314c774998 [2020-12-16T18:52:31.230Z] ---> Running in dc77d2b3af32 [2020-12-16T18:52:32.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:32.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:33.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:33.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T18:52:33.528Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T18:52:33.528Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T18:52:33.528Z] OK: 10171 distinct packages available [2020-12-16T18:52:33.807Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T18:52:33.807Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T18:52:33.807Z] OK: 10171 distinct packages available [2020-12-16T18:52:34.416Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T18:52:34.416Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T18:52:34.416Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T18:52:34.416Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T18:52:34.416Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T18:52:34.416Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T18:52:34.416Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T18:52:34.416Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T18:52:34.416Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T18:52:34.416Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T18:52:34.416Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T18:52:34.416Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T18:52:34.416Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T18:52:34.416Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T18:52:34.699Z] OK: 7 MiB in 19 packages [2020-12-16T18:52:34.699Z] OK: 7 MiB in 19 packages [2020-12-16T18:52:36.709Z] Removing intermediate container 1c3bbd9da015 [2020-12-16T18:52:36.709Z] ---> 98fb7f169f22 [2020-12-16T18:52:36.709Z] [2020-12-16T18:52:36.709Z] Step 10/21 : FROM scratch [2020-12-16T18:52:36.709Z] ---> [2020-12-16T18:52:36.709Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T18:52:36.709Z] ---> Using cache [2020-12-16T18:52:36.709Z] ---> 7f9155f6aa74 [2020-12-16T18:52:36.709Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T18:52:36.985Z] ---> Running in 9b15ba0c8f18 [2020-12-16T18:52:37.262Z] Removing intermediate container 54314c774998 [2020-12-16T18:52:37.262Z] ---> d19a52ebe589 [2020-12-16T18:52:37.262Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T18:52:37.262Z] Removing intermediate container dc77d2b3af32 [2020-12-16T18:52:37.262Z] ---> e30f3dc73fae [2020-12-16T18:52:37.262Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T18:52:37.547Z] ---> Running in 6728f41585d6 [2020-12-16T18:52:37.547Z] ---> Running in 9ff551fc3fa5 [2020-12-16T18:52:37.547Z] Removing intermediate container 9b15ba0c8f18 [2020-12-16T18:52:37.547Z] ---> 737c8fbf0523 [2020-12-16T18:52:37.547Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T18:52:37.823Z] ---> Running in 265db7cda0aa [2020-12-16T18:52:38.097Z] Removing intermediate container 9ff551fc3fa5 [2020-12-16T18:52:38.097Z] Removing intermediate container 6728f41585d6 [2020-12-16T18:52:38.097Z] ---> f7a02c4ccc45 [2020-12-16T18:52:38.097Z] Step 13/22 : WORKDIR / [2020-12-16T18:52:38.097Z] ---> 50ec3731ccde [2020-12-16T18:52:38.097Z] Step 13/24 : WORKDIR / [2020-12-16T18:52:38.097Z] ---> Running in 0330f3b5050f [2020-12-16T18:52:38.097Z] ---> Running in 32749bc445cf [2020-12-16T18:52:38.097Z] Removing intermediate container 265db7cda0aa [2020-12-16T18:52:38.097Z] ---> afff45f46329 [2020-12-16T18:52:38.097Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T18:52:38.699Z] Removing intermediate container 0330f3b5050f [2020-12-16T18:52:38.699Z] ---> 530cc815b895 [2020-12-16T18:52:38.699Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T18:52:38.699Z] Removing intermediate container 32749bc445cf [2020-12-16T18:52:38.699Z] ---> 0c0b22055c63 [2020-12-16T18:52:38.699Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T18:52:38.976Z] ---> a08b0b94da1a [2020-12-16T18:52:38.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T18:52:39.574Z] ---> fa2b3ca555a3 [2020-12-16T18:52:39.574Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T18:52:39.574Z] ---> d600848aebe4 [2020-12-16T18:52:39.574Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T18:52:40.562Z] ---> 54d35c7481dc [2020-12-16T18:52:40.562Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T18:52:40.562Z] ---> dda721e009fe [2020-12-16T18:52:40.562Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T18:52:40.854Z] ---> e930391909ec [2020-12-16T18:52:41.132Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T18:52:41.132Z] ---> 4e59b0797b68 [2020-12-16T18:52:41.132Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T18:52:41.405Z] ---> Running in 938b0b3c57bd [2020-12-16T18:52:41.405Z] ---> 07afecb1ce3c [2020-12-16T18:52:41.405Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T18:52:41.685Z] ---> 77da3ef0d61f [2020-12-16T18:52:41.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T18:52:41.963Z] Removing intermediate container 938b0b3c57bd [2020-12-16T18:52:41.963Z] ---> 805863f2112a [2020-12-16T18:52:41.963Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T18:52:42.239Z] ---> Running in 0a89e084eb7d [2020-12-16T18:52:42.522Z] ---> ed305ee74d7e [2020-12-16T18:52:42.522Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T18:52:42.522Z] ---> 4c9ae0d4fca4 [2020-12-16T18:52:42.522Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T18:52:42.817Z] Removing intermediate container 0a89e084eb7d [2020-12-16T18:52:42.817Z] ---> 44fd93504dfb [2020-12-16T18:52:42.817Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T18:52:42.817Z] ---> Running in 18da710195bf [2020-12-16T18:52:43.096Z] ---> Running in 5863efbe85da [2020-12-16T18:52:43.705Z] Removing intermediate container 5863efbe85da [2020-12-16T18:52:43.705Z] ---> b0bbd2300eee [2020-12-16T18:52:43.705Z] Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:52:43.982Z] ---> Running in a8bfd9dcadbf [2020-12-16T18:52:43.982Z] ---> f6c60614280c [2020-12-16T18:52:43.982Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T18:52:44.596Z] Removing intermediate container a8bfd9dcadbf [2020-12-16T18:52:44.596Z] ---> fec344290476 [2020-12-16T18:52:44.596Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T18:52:44.596Z] ---> Running in 7a2ebd124fa6 [2020-12-16T18:52:44.871Z] ---> afa52fc97c90 [2020-12-16T18:52:44.872Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T18:52:45.149Z] ---> Running in fe28afe523ac [2020-12-16T18:52:45.149Z] Removing intermediate container 7a2ebd124fa6 [2020-12-16T18:52:45.149Z] ---> ed5d67266400 [2020-12-16T18:52:45.149Z] [2020-12-16T18:52:45.756Z] Successfully built ed5d67266400 [2020-12-16T18:52:45.756Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T18:52:45.756Z]  Building docker-support-scheduler-go ... done Removing intermediate container 18da710195bf [2020-12-16T18:52:45.756Z] ---> 2d7bcce29d12 [2020-12-16T18:52:45.756Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T18:52:45.756Z] ---> Running in b1c9875c9440 [2020-12-16T18:52:46.359Z] Removing intermediate container b1c9875c9440 [2020-12-16T18:52:46.359Z] ---> b8a5516f87e5 [2020-12-16T18:52:46.359Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T18:52:46.359Z] ---> Running in e114b2d58ecb [2020-12-16T18:52:46.967Z] Removing intermediate container e114b2d58ecb [2020-12-16T18:52:46.968Z] ---> b64711e5692b [2020-12-16T18:52:46.968Z] Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:52:46.968Z] ---> Running in cced137a9735 [2020-12-16T18:52:47.565Z] Removing intermediate container cced137a9735 [2020-12-16T18:52:47.565Z] ---> 15d73bdee01e [2020-12-16T18:52:47.565Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T18:52:47.565Z] Removing intermediate container fe28afe523ac [2020-12-16T18:52:47.565Z] ---> 4d9f0f4c781e [2020-12-16T18:52:47.565Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T18:52:47.838Z] ---> Running in 51380aaee48a [2020-12-16T18:52:47.838Z] ---> Running in 3feaf62aece6 [2020-12-16T18:52:48.111Z] Removing intermediate container 3feaf62aece6 [2020-12-16T18:52:48.111Z] ---> 81b1bd876943 [2020-12-16T18:52:48.111Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T18:52:48.111Z] Removing intermediate container 51380aaee48a [2020-12-16T18:52:48.111Z] ---> 08342011ef80 [2020-12-16T18:52:48.111Z] [2020-12-16T18:52:48.709Z] Successfully built 08342011ef80 [2020-12-16T18:52:48.709Z] ---> Running in 7f39d02f2f6c [2020-12-16T18:52:48.709Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T18:52:48.984Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7f39d02f2f6c [2020-12-16T18:52:48.984Z] ---> e71de6fa430f [2020-12-16T18:52:48.984Z] Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 [2020-12-16T18:52:49.260Z] ---> Running in c7215d8d16be [2020-12-16T18:52:49.535Z] Removing intermediate container c7215d8d16be [2020-12-16T18:52:49.535Z] ---> 1832264abcbd [2020-12-16T18:52:49.535Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T18:52:49.813Z] ---> Running in bc4072c1f0e4 [2020-12-16T18:52:50.414Z] Removing intermediate container bc4072c1f0e4 [2020-12-16T18:52:50.415Z] ---> c7ee1e9001c9 [2020-12-16T18:52:50.415Z] [2020-12-16T18:52:50.688Z] Successfully built c7ee1e9001c9 [2020-12-16T18:52:50.688Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T18:52:50.976Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-12-16T18:52:50.969Z] $ docker stop --time=1 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 [2020-12-16T18:52:52.816Z] $ docker rm -f 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T18:52:53.613Z] + + grep docker [2020-12-16T18:52:53.613Z] docker images [2020-12-16T18:52:53.884Z] docker-security-secretstore-setup-go-arm64 latest c7ee1e9001c9 4 seconds ago 23.5MB [2020-12-16T18:52:53.884Z] docker-security-bootstrap-redis-go-arm64 latest 08342011ef80 6 seconds ago 15.2MB [2020-12-16T18:52:53.884Z] docker-support-scheduler-go-arm64 latest ed5d67266400 9 seconds ago 11.5MB [2020-12-16T18:52:53.884Z] docker-core-data-go-arm64 latest 42b6d744b0f7 42 seconds ago 22.3MB [2020-12-16T18:52:53.884Z] docker-sys-mgmt-agent-go-arm64 latest 5dc06e9d1979 About a minute ago 300MB [2020-12-16T18:52:53.884Z] docker-core-metadata-go-arm64 latest 0a5bbc347b10 2 minutes ago 13.6MB [2020-12-16T18:52:53.884Z] docker-support-notifications-go-arm64 latest 113ee45764d3 3 minutes ago 12.9MB [2020-12-16T18:52:53.884Z] docker-core-command-go-arm64 latest 9e7ba4a0453f 3 minutes ago 11.4MB [2020-12-16T18:52:53.884Z] docker-security-proxy-setup-go-arm64 latest 4d6d3f6abcb2 3 minutes ago 23.4MB [2020-12-16T18:52:53.884Z] docker latest 0c09fb3ff9b5 21 hours 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 [2020-12-16T18:52:57.984Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:52:58.900Z] ---> package-listing.sh [2020-12-16T18:52:58.900Z] ++ facter osfamily [2020-12-16T18:52:58.900Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T18:52:58.900Z] + OS_FAMILY=redhat [2020-12-16T18:52:58.900Z] + workspace=/w/workspace/edgex-go/12 [2020-12-16T18:52:58.900Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T18:52:58.900Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T18:52:58.900Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T18:52:58.900Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T18:52:58.900Z] + '[' /w/workspace/edgex-go/12 ']' [2020-12-16T18:52:58.900Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T18:52:58.900Z] + case "${OS_FAMILY}" in [2020-12-16T18:52:58.900Z] + rpm -qa [2020-12-16T18:52:58.900Z] + sort [2020-12-16T18:53:04.293Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T18:53:04.293Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T18:53:04.293Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T18:53:04.293Z] + '[' /w/workspace/edgex-go/12 ']' [2020-12-16T18:53:04.293Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2020-12-16T18:53:04.293Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2020-12-16T18:53:04.305Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T18:53:04.607Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:53:04.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T18:53:04.911Z] [2020-12-16T18:53:04.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T18:53:05.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T18:53:05.280Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T18:53:05.280Z] df20fa9351a1: Pulling fs layer [2020-12-16T18:53:05.280Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T18:53:05.280Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T18:53:05.280Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T18:53:05.280Z] 93b61091891f: Pulling fs layer [2020-12-16T18:53:05.280Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T18:53:05.280Z] 5e14af77c1be: Pulling fs layer [2020-12-16T18:53:05.280Z] 01666e4c0597: Pulling fs layer [2020-12-16T18:53:05.280Z] aa168da1d23b: Pulling fs layer [2020-12-16T18:53:05.280Z] 46f8f816bc3b: Waiting [2020-12-16T18:53:05.280Z] 93b61091891f: Waiting [2020-12-16T18:53:05.280Z] 93b9cdb0e59b: Waiting [2020-12-16T18:53:05.280Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T18:53:05.280Z] 36b3adc4ff6f: Download complete [2020-12-16T18:53:05.545Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T18:53:05.545Z] 46f8f816bc3b: Download complete [2020-12-16T18:53:05.545Z] df20fa9351a1: Verifying Checksum [2020-12-16T18:53:05.545Z] df20fa9351a1: Download complete [2020-12-16T18:53:05.545Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T18:53:05.545Z] 93b9cdb0e59b: Download complete [2020-12-16T18:53:05.545Z] 93b61091891f: Download complete [2020-12-16T18:53:05.545Z] 5e14af77c1be: Verifying Checksum [2020-12-16T18:53:05.545Z] 5e14af77c1be: Download complete [2020-12-16T18:53:05.545Z] 01666e4c0597: Verifying Checksum [2020-12-16T18:53:05.545Z] 01666e4c0597: Download complete [2020-12-16T18:53:05.806Z] df20fa9351a1: Pull complete [2020-12-16T18:53:06.067Z] 36b3adc4ff6f: Pull complete [2020-12-16T18:53:06.329Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T18:53:06.329Z] 8ad3a11d3b57: Download complete [2020-12-16T18:53:07.299Z] 8ad3a11d3b57: Pull complete [2020-12-16T18:53:07.299Z] 46f8f816bc3b: Pull complete [2020-12-16T18:53:08.249Z] aa168da1d23b: Verifying Checksum [2020-12-16T18:53:08.249Z] aa168da1d23b: Download complete [2020-12-16T18:53:10.171Z] 93b61091891f: Pull complete [2020-12-16T18:53:10.171Z] 93b9cdb0e59b: Pull complete [2020-12-16T18:53:10.432Z] 5e14af77c1be: Pull complete [2020-12-16T18:53:10.432Z] 01666e4c0597: Pull complete [2020-12-16T18:53:18.624Z] aa168da1d23b: Pull complete [2020-12-16T18:53:18.624Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T18:53:18.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T18:53:18.624Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T18:53:18.828Z] prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container [2020-12-16T18:53:18.878Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2020-12-16T18:53:26.230Z] $ docker top 26b654f1a46f5bc995688c4be53a11cf7d63ea6de193a1b5b3164e2e19182396 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T18:53:26.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T18:53:27.088Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T18:53:27.393Z] + ls /var/log/sa-host [2020-12-16T18:53:27.393Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T18:53:27.393Z] file_magic: OK [2020-12-16T18:53:27.393Z] HZ: Using current value: 100 [2020-12-16T18:53:27.393Z] file_header: OK [2020-12-16T18:53:27.393Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T18:53:27.393Z] Statistics: [2020-12-16T18:53:27.393Z] 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... [2020-12-16T18:53:27.393Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T18:53:27.393Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T18:53:27.393Z] file_magic: OK [2020-12-16T18:53:27.393Z] HZ: Using current value: 100 [2020-12-16T18:53:27.393Z] file_header: OK [2020-12-16T18:53:27.393Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-16T18:53:27.393Z] Statistics: [2020-12-16T18:53:27.393Z] Hnuu...uuuununununu... [2020-12-16T18:53:27.393Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T18:53:27.665Z] provisioning config files... [2020-12-16T18:53:27.680Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config368440814532881948tmp [Pipeline] { [Pipeline] echo [2020-12-16T18:53:27.776Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:53:28.103Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T18:53:28.120Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T18:53:28.246Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:53:28.555Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T18:53:28.566Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:53:28.874Z] ---> sudo-logs.sh [2020-12-16T18:53:28.874Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T18:53:28.897Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:53:29.254Z] ---> job-cost.sh [2020-12-16T18:53:29.254Z] lf-activate-venv: SKIPPING [2020-12-16T18:53:29.254Z] INFO: No Stack... [2020-12-16T18:53:31.188Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T18:53:31.450Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T18:53:31.464Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T18:53:31.766Z] ---> logs-deploy.sh [2020-12-16T18:53:31.766Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/12 [2020-12-16T18:53:31.766Z] INFO: archiving workspace using pattern(s): [2020-12-16T18:53:33.151Z] Archives upload complete. [2020-12-16T18:53:33.151Z] INFO: archiving logs to Nexus