jim-wang-intel commented: recheck 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 d06d16f5ce4e87c62c402ff10f33d860c0e23ab6+62a248a5b0afc117ade2468f75438786c02ce52d (ed19a6e6a832527c846ac3ad9256d50203dfa95c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26045 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 Merge succeeded, producing d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 Checking out Revision d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 (PR-3162) > 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/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # 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 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" > git rev-list --no-walk d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T01:36:59.017Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-11T01:36:59.274Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T01:36:59.371Z] ========================================================= [2021-02-11T01:36:59.371Z] EdgeX Global Pipelines Version Info [2021-02-11T01:36:59.371Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:37:00.861Z] ------------------- [2021-02-11T01:37:00.861Z] stable info: [2021-02-11T01:37:00.861Z] ------------------- [2021-02-11T01:37:00.861Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T01:37:00.861Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T01:37:00.861Z] Message: update stable to v1.0.179 [2021-02-11T01:37:01.806Z] ------------------- [2021-02-11T01:37:01.806Z] experimental info: [2021-02-11T01:37:01.806Z] ------------------- [2021-02-11T01:37:01.806Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T01:37:01.806Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T01:37:01.806Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T01:37:02.090Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T01:37:02.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T01:37:02.311Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T01:37:02.408Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T01:37:02.550Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T01:37:02.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T01:37:02.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T01:37:02.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T01:37:02.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T01:37:03.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T01:37:03.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T01:37:03.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T01:37:03.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T01:37:03.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T01:37:03.517Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T01:37:03.618Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T01:37:03.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T01:37:03.791Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T01:37:03.887Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T01:37:04.005Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T01:37:04.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T01:37:04.205Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T01:37:04.290Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T01:37:04.372Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3162 [Pipeline] echo [2021-02-11T01:37:04.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3162 [Pipeline] echo [2021-02-11T01:37:04.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3162 [Pipeline] echo [2021-02-11T01:37:04.628Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [Pipeline] echo [2021-02-11T01:37:04.747Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d06d16f [Pipeline] echo [2021-02-11T01:37:04.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T01:37:04.998Z] provisioning config files... [2021-02-11T01:37:05.031Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7579653803353486512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:37:05.390Z] ---> docker-login.sh [2021-02-11T01:37:05.390Z] nexus3.edgexfoundry.org:10001 [2021-02-11T01:37:05.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:37:05.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:37:05.913Z] Configure a credential helper to remove this warning. See [2021-02-11T01:37:05.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:37:05.913Z] [2021-02-11T01:37:05.913Z] Login Succeeded [2021-02-11T01:37:05.913Z] nexus3.edgexfoundry.org:10002 [2021-02-11T01:37:05.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:37:06.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:37:06.177Z] Configure a credential helper to remove this warning. See [2021-02-11T01:37:06.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:37:06.177Z] [2021-02-11T01:37:06.177Z] Login Succeeded [2021-02-11T01:37:06.177Z] nexus3.edgexfoundry.org:10003 [2021-02-11T01:37:06.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:37:06.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:37:06.177Z] Configure a credential helper to remove this warning. See [2021-02-11T01:37:06.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:37:06.177Z] [2021-02-11T01:37:06.177Z] Login Succeeded [2021-02-11T01:37:06.177Z] nexus3.edgexfoundry.org:10004 [2021-02-11T01:37:06.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:37:06.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:37:06.444Z] Configure a credential helper to remove this warning. See [2021-02-11T01:37:06.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:37:06.444Z] [2021-02-11T01:37:06.444Z] Login Succeeded [2021-02-11T01:37:06.444Z] docker.io [2021-02-11T01:37:06.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:37:06.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:37:06.706Z] Configure a credential helper to remove this warning. See [2021-02-11T01:37:06.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:37:06.706Z] [2021-02-11T01:37:06.706Z] Login Succeeded [2021-02-11T01:37:06.706Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T01:37:06.715Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T01:37:07.172Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-11T01:37:07.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.172Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T01:37:07.172Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T01:37:07.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T01:37:07.173Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T01:37:07.173Z] ++ cut -d/ -f2 [2021-02-11T01:37:07.173Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T01:37:07.246Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:37:08.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T01:37:08.867Z] [2021-02-11T01:37:08.867Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:37:09.220Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T01:37:09.220Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T01:37:09.220Z] 31603596830f: Pulling fs layer [2021-02-11T01:37:09.220Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T01:37:09.220Z] 6ca5941a6612: Pulling fs layer [2021-02-11T01:37:09.220Z] ecc8261a40a4: Pulling fs layer [2021-02-11T01:37:09.220Z] ecc8261a40a4: Waiting [2021-02-11T01:37:09.220Z] 2a8b12db71e7: Download complete [2021-02-11T01:37:09.483Z] 31603596830f: Verifying Checksum [2021-02-11T01:37:09.483Z] 31603596830f: Download complete [2021-02-11T01:37:09.483Z] ecc8261a40a4: Verifying Checksum [2021-02-11T01:37:09.483Z] ecc8261a40a4: Download complete [2021-02-11T01:37:09.483Z] 6ca5941a6612: Verifying Checksum [2021-02-11T01:37:09.483Z] 6ca5941a6612: Download complete [2021-02-11T01:37:09.745Z] 31603596830f: Pull complete [2021-02-11T01:37:10.008Z] 2a8b12db71e7: Pull complete [2021-02-11T01:37:10.956Z] 6ca5941a6612: Pull complete [2021-02-11T01:37:10.956Z] ecc8261a40a4: Pull complete [2021-02-11T01:37:10.956Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T01:37:10.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T01:37:10.956Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T01:37:11.058Z] prd-centos7-docker-4c-2g-26045 does not seem to be running inside a container [2021-02-11T01:37:11.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-02-11T01:37:13.646Z] $ docker top 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T01:37:14.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T01:37:14.036Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T01:37:14.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T01:37:14.262Z] $ docker exec 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent [2021-02-11T01:37:14.435Z] SSH_AUTH_SOCK=/tmp/ssh-Fw9ChDNrsZ3n/agent.11 [2021-02-11T01:37:14.435Z] SSH_AGENT_PID=17 [2021-02-11T01:37:14.445Z] Running ssh-add (command line suppressed) [2021-02-11T01:37:14.565Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1182967095372428905.key (/w/workspace/edgex-go/2@tmp/private_key_1182967095372428905.key) [2021-02-11T01:37:14.618Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T01:37:14.957Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T01:37:14.985Z] $ docker exec --env ******** --env ******** 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent -k [2021-02-11T01:37:15.097Z] unset SSH_AUTH_SOCK; [2021-02-11T01:37:15.097Z] unset SSH_AGENT_PID; [2021-02-11T01:37:15.097Z] echo Agent pid 17 killed; [2021-02-11T01:37:15.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T01:37:15.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T01:37:15.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T01:37:15.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T01:37:15.443Z] $ docker exec 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent [2021-02-11T01:37:15.610Z] SSH_AUTH_SOCK=/tmp/ssh-bRnXlXNfhzYG/agent.46 [2021-02-11T01:37:15.610Z] SSH_AGENT_PID=51 [2021-02-11T01:37:15.616Z] Running ssh-add (command line suppressed) [2021-02-11T01:37:15.735Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_224645415880053764.key (/w/workspace/edgex-go/2@tmp/private_key_224645415880053764.key) [2021-02-11T01:37:15.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T01:37:16.125Z] + git semver init [2021-02-11T01:37:16.125Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T01:37:16.125Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-11T01:37:16.125Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-11T01:37:16.125Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T01:37:16.125Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T01:37:16.125Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T01:37:16.125Z] # $SEMVER_BRANCH = PR-3162 [2021-02-11T01:37:16.125Z] # $SEMVER_TEMP = /tmp/semver-218159271 [2021-02-11T01:37:16.125Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T01:37:38.185Z] # '/tmp/semver-218159271' -> '/w/workspace/edgex-go/2/.semver' [2021-02-11T01:37:38.762Z] # -> Force: false [2021-02-11T01:37:38.762Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-11T01:37:38.776Z] $ docker exec --env ******** --env ******** 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b ssh-agent -k [2021-02-11T01:37:38.984Z] unset SSH_AUTH_SOCK; [2021-02-11T01:37:38.984Z] unset SSH_AGENT_PID; [2021-02-11T01:37:38.984Z] echo Agent pid 51 killed; [2021-02-11T01:37:39.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T01:37:39.640Z] + git semver [Pipeline] } [2021-02-11T01:37:39.658Z] $ docker stop --time=1 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b [2021-02-11T01:37:41.298Z] $ docker rm -f 0a72774622b5f30d90eb442c04c4a6e63d7756f3214ee3ee17df99f4d7414a6b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T01:37:41.826Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T01:37:42.358Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T01:37:42.361Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T01:37:43.222Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T01:37:43.523Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T01:37:43.823Z] + sudo service docker restart [2021-02-11T01:37:43.823Z] + true [2021-02-11T01:37:43.823Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T01:37:44.416Z] ========================================================= [2021-02-11T01:37:44.417Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T01:37:44.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:37:44.750Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-11T01:37:48.998Z] Sending build context to Docker daemon 327.8MB [2021-02-11T01:37:48.998Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T01:37:48.998Z] Step 2/6 : FROM ${BASE} [2021-02-11T01:37:48.998Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T01:37:48.998Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T01:37:48.998Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T01:37:48.998Z] de9db76c5a1d: Pulling fs layer [2021-02-11T01:37:48.998Z] bca2f99d35d6: Pulling fs layer [2021-02-11T01:37:48.998Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T01:37:48.998Z] 7c6f9722023f: Pulling fs layer [2021-02-11T01:37:48.998Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T01:37:48.998Z] bca2f99d35d6: Waiting [2021-02-11T01:37:48.998Z] 93359f2a8cfa: Waiting [2021-02-11T01:37:48.998Z] 7c6f9722023f: Waiting [2021-02-11T01:37:48.998Z] a35cf1a2eb13: Waiting [2021-02-11T01:37:48.998Z] de9db76c5a1d: Verifying Checksum [2021-02-11T01:37:48.998Z] de9db76c5a1d: Download complete [2021-02-11T01:37:48.998Z] 0ef7d3d256c8: Verifying Checksum [2021-02-11T01:37:48.998Z] 0ef7d3d256c8: Download complete [2021-02-11T01:37:48.998Z] 93359f2a8cfa: Verifying Checksum [2021-02-11T01:37:48.998Z] 93359f2a8cfa: Download complete [2021-02-11T01:37:48.998Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T01:37:48.998Z] 188c0c94c7c5: Download complete [2021-02-11T01:37:48.998Z] 7c6f9722023f: Verifying Checksum [2021-02-11T01:37:48.998Z] 7c6f9722023f: Download complete [2021-02-11T01:37:49.260Z] 188c0c94c7c5: Pull complete [2021-02-11T01:37:49.526Z] 0ef7d3d256c8: Pull complete [2021-02-11T01:37:49.793Z] de9db76c5a1d: Pull complete [2021-02-11T01:37:50.752Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T01:37:50.752Z] a35cf1a2eb13: Download complete [2021-02-11T01:37:51.707Z] bca2f99d35d6: Verifying Checksum [2021-02-11T01:37:51.707Z] bca2f99d35d6: Download complete [2021-02-11T01:37:57.029Z] bca2f99d35d6: Pull complete [2021-02-11T01:37:57.029Z] 93359f2a8cfa: Pull complete [2021-02-11T01:37:57.029Z] 7c6f9722023f: Pull complete [2021-02-11T01:37:57.737Z] Still waiting to schedule task [2021-02-11T01:37:57.738Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-11T01:38:01.266Z] a35cf1a2eb13: Pull complete [2021-02-11T01:38:01.266Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T01:38:01.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T01:38:01.266Z] ---> a62c8e92a672 [2021-02-11T01:38:01.266Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-11T01:38:01.530Z] ---> Running in c6cdcd865c14 [2021-02-11T01:38:02.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T01:38:07.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T01:38:07.416Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) [2021-02-11T01:38:12.719Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) [2021-02-11T01:38:12.719Z] ERROR: unsatisfiable constraints: [2021-02-11T01:38:12.719Z]  build-base (missing): [2021-02-11T01:38:12.719Z] required by: world[build-base] [2021-02-11T01:38:12.719Z] libsodium-dev (missing): [2021-02-11T01:38:12.719Z] required by: world[libsodium-dev] [2021-02-11T01:38:12.719Z] pkgconfig (missing): [2021-02-11T01:38:12.719Z] required by: world[pkgconfig] [2021-02-11T01:38:12.719Z] zeromq-dev (missing): [2021-02-11T01:38:12.719Z] required by: world[zeromq-dev] [2021-02-11T01:38:12.719Z] The command '/bin/sh -c apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch' returned a non-zero code: 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-11T01:38:13.805Z] Failed in branch amd64 [2021-02-11T01:40:25.781Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26048 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws [2021-02-11T01:40:25.892Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-11T01:40:30.798Z] using credential edgex-jenkins-ssh [2021-02-11T01:40:30.878Z] Cloning the remote Git repository [2021-02-11T01:40:30.932Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T01:40:31.035Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-11T01:40:31.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T01:40:31.135Z] > git --version # timeout=10 [2021-02-11T01:40:31.153Z] > git --version # 'git version 2.17.1' [2021-02-11T01:40:31.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T01:40:31.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T01:40:48.030Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T01:40:48.049Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T01:40:48.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T01:40:48.128Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T01:40:48.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T01:40:48.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T01:40:48.936Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:40:49.401Z] Merge succeeded, producing d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:40:49.402Z] Checking out Revision d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 (PR-3162) [2021-02-11T01:40:48.956Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T01:40:48.979Z] > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [2021-02-11T01:40:49.301Z] > git remote # timeout=10 [2021-02-11T01:40:49.322Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T01:40:49.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T01:40:49.355Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-11T01:40:49.382Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T01:40:49.409Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T01:40:49.425Z] > git checkout -f d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [2021-02-11T01:40:54.337Z] Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T01:40:56.615Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T01:40:57.040Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T01:40:57.383Z] + + sudo servicetrue docker [2021-02-11T01:40:57.383Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T01:41:00.199Z] provisioning config files... [2021-02-11T01:41:00.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8543358719350453480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:41:00.719Z] ---> docker-login.sh [2021-02-11T01:41:00.719Z] nexus3.edgexfoundry.org:10001 [2021-02-11T01:41:01.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:41:01.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:41:01.988Z] Configure a credential helper to remove this warning. See [2021-02-11T01:41:01.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:41:01.988Z] [2021-02-11T01:41:01.988Z] Login Succeeded [2021-02-11T01:41:01.988Z] nexus3.edgexfoundry.org:10002 [2021-02-11T01:41:02.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:41:02.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:41:02.538Z] Configure a credential helper to remove this warning. See [2021-02-11T01:41:02.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:41:02.538Z] [2021-02-11T01:41:02.538Z] Login Succeeded [2021-02-11T01:41:02.538Z] nexus3.edgexfoundry.org:10003 [2021-02-11T01:41:03.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:41:03.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:41:03.148Z] Configure a credential helper to remove this warning. See [2021-02-11T01:41:03.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:41:03.148Z] [2021-02-11T01:41:03.148Z] Login Succeeded [2021-02-11T01:41:03.148Z] nexus3.edgexfoundry.org:10004 [2021-02-11T01:41:03.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:41:03.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:41:03.702Z] Configure a credential helper to remove this warning. See [2021-02-11T01:41:03.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:41:03.702Z] [2021-02-11T01:41:03.702Z] Login Succeeded [2021-02-11T01:41:03.702Z] docker.io [2021-02-11T01:41:03.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T01:41:04.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T01:41:04.571Z] Configure a credential helper to remove this warning. See [2021-02-11T01:41:04.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T01:41:04.571Z] [2021-02-11T01:41:04.571Z] Login Succeeded [2021-02-11T01:41:04.571Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T01:41:04.588Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-11T01:41:05.069Z] ========================================================= [2021-02-11T01:41:05.069Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T01:41:05.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:41:05.452Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-11T01:41:08.104Z] Sending build context to Docker daemon 166.3MB [2021-02-11T01:41:08.104Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T01:41:08.104Z] Step 2/6 : FROM ${BASE} [2021-02-11T01:41:08.104Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T01:41:08.104Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T01:41:08.104Z] a4357932f1b6: Pulling fs layer [2021-02-11T01:41:08.104Z] 18c013af1878: Pulling fs layer [2021-02-11T01:41:08.104Z] 00ac8860ef70: Pulling fs layer [2021-02-11T01:41:08.104Z] 63d7cb157983: Pulling fs layer [2021-02-11T01:41:08.104Z] b116817d02f9: Pulling fs layer [2021-02-11T01:41:08.104Z] 745a02a5169b: Pulling fs layer [2021-02-11T01:41:08.104Z] 00ac8860ef70: Waiting [2021-02-11T01:41:08.104Z] 63d7cb157983: Waiting [2021-02-11T01:41:08.104Z] b116817d02f9: Waiting [2021-02-11T01:41:08.104Z] 745a02a5169b: Waiting [2021-02-11T01:41:08.104Z] 18c013af1878: Download complete [2021-02-11T01:41:08.104Z] a4357932f1b6: Verifying Checksum [2021-02-11T01:41:08.104Z] a4357932f1b6: Download complete [2021-02-11T01:41:08.104Z] 63d7cb157983: Verifying Checksum [2021-02-11T01:41:08.104Z] 63d7cb157983: Download complete [2021-02-11T01:41:08.104Z] b116817d02f9: Verifying Checksum [2021-02-11T01:41:08.104Z] b116817d02f9: Download complete [2021-02-11T01:41:08.104Z] 5f621e34cdf4: Verifying Checksum [2021-02-11T01:41:08.104Z] 5f621e34cdf4: Download complete [2021-02-11T01:41:08.711Z] 5f621e34cdf4: Pull complete [2021-02-11T01:41:08.988Z] a4357932f1b6: Pull complete [2021-02-11T01:41:09.593Z] 18c013af1878: Pull complete [2021-02-11T01:41:11.044Z] 745a02a5169b: Verifying Checksum [2021-02-11T01:41:11.044Z] 745a02a5169b: Download complete [2021-02-11T01:41:12.054Z] 00ac8860ef70: Verifying Checksum [2021-02-11T01:41:12.054Z] 00ac8860ef70: Download complete [2021-02-11T01:41:22.243Z] 00ac8860ef70: Pull complete [2021-02-11T01:41:22.243Z] 63d7cb157983: Pull complete [2021-02-11T01:41:22.522Z] b116817d02f9: Pull complete [2021-02-11T01:41:26.829Z] 745a02a5169b: Pull complete [2021-02-11T01:41:26.829Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T01:41:26.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T01:41:26.829Z] ---> b7e6874047d6 [2021-02-11T01:41:26.829Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-11T01:41:30.259Z] ---> Running in 02e4ba8c0f2a [2021-02-11T01:41:31.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:41:31.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:41:32.428Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T01:41:32.700Z] (2/12) Installing file (5.38-r0) [2021-02-11T01:41:32.972Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T01:41:32.972Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T01:41:37.264Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T01:41:37.535Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T01:41:37.535Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T01:41:37.535Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T01:41:37.807Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T01:41:37.807Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T01:41:37.807Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T01:41:38.081Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T01:41:38.081Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:41:38.081Z] OK: 217 MiB in 51 packages [2021-02-11T01:41:42.385Z] Removing intermediate container 02e4ba8c0f2a [2021-02-11T01:41:42.385Z] ---> af281863f495 [2021-02-11T01:41:42.385Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T01:41:42.658Z] ---> Running in 3ef106774b1e [2021-02-11T01:41:42.931Z] Removing intermediate container 3ef106774b1e [2021-02-11T01:41:42.931Z] ---> dbdd4c72f796 [2021-02-11T01:41:42.931Z] Step 5/6 : COPY go.mod . [2021-02-11T01:41:43.930Z] ---> c259ffb769f3 [2021-02-11T01:41:43.930Z] Step 6/6 : RUN go mod download [2021-02-11T01:41:43.930Z] ---> Running in e7026edc0fe0 [2021-02-11T01:42:10.747Z] Removing intermediate container e7026edc0fe0 [2021-02-11T01:42:10.747Z] ---> 31528957cc18 [2021-02-11T01:42:10.747Z] Successfully built 31528957cc18 [2021-02-11T01:42:10.747Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:42:11.096Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T01:42:11.096Z] . [Pipeline] withDockerContainer [2021-02-11T01:42:11.326Z] prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container [2021-02-11T01:42:11.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T01:42:12.786Z] $ docker top d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T01:42:13.763Z] + go version [2021-02-11T01:42:13.763Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T01:42:13.788Z] $ docker stop --time=1 d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 [2021-02-11T01:42:15.653Z] $ docker rm -f d262420cb66f8b5f7d6609b9f346df2533dc772a0fe62df9f3ec4db0b9cf02c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:42:16.683Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T01:42:16.683Z] . [Pipeline] withDockerContainer [2021-02-11T01:42:16.922Z] prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container [2021-02-11T01:42:17.008Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T01:42:18.344Z] $ docker top 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T01:42:18.710Z] ========================================================= [2021-02-11T01:42:18.711Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T01:42:18.711Z] ========================================================= [Pipeline] sh [2021-02-11T01:42:19.351Z] + make test [2021-02-11T01:42:19.351Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T01:42:41.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T01:43:28.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T01:43:34.192Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T01:43:42.502Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T01:43:42.502Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T01:43:45.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T01:43:45.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T01:43:45.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T01:43:45.138Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T01:43:47.769Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T01:43:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T01:43:55.500Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T01:43:55.500Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T01:43:55.500Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T01:44:02.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 45.9% of statements [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T01:44:02.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T01:44:02.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements [2021-02-11T01:44:08.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.677s coverage: 27.1% of statements [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T01:44:08.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T01:44:08.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T01:44:08.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T01:44:09.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 65.8% of statements [2021-02-11T01:44:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T01:44:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T01:44:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.3% of statements [2021-02-11T01:44:11.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T01:44:11.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T01:44:11.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T01:44:11.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T01:44:18.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.215s coverage: 28.6% of statements [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T01:44:18.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T01:44:18.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T01:44:18.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.282s coverage: 86.7% of statements [2021-02-11T01:44:18.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T01:44:20.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements [2021-02-11T01:44:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T01:44:20.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements [2021-02-11T01:44:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T01:44:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T01:44:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T01:44:20.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.336s coverage: 92.8% of statements [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T01:44:28.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 45.5% of statements [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements [2021-02-11T01:44:28.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements [2021-02-11T01:44:28.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements [2021-02-11T01:44:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-02-11T01:44:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.118s coverage: 92.9% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.172s coverage: 91.4% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.497s coverage: 63.5% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-02-11T01:44:56.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.789s coverage: 68.9% of statements [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T01:44:56.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T01:44:58.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements [2021-02-11T01:44:58.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T01:44:58.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T01:44:58.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.625s coverage: 84.0% of statements [2021-02-11T01:44:58.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-02-11T01:45:03.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T01:45:03.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T01:45:03.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T01:45:03.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T01:45:04.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 89.4% of statements [2021-02-11T01:45:04.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T01:45:04.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T01:45:04.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.083s coverage: 29.1% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 100.0% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T01:45:15.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-11T01:45:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-11T01:45:15.078Z] GO111MODULE=on go vet ./... [2021-02-11T01:46:36.871Z] gofmt -l . [2021-02-11T01:46:36.871Z] [ "`gofmt -l .`" = "" ] [2021-02-11T01:46:36.871Z] ./bin/test-go-mod-tidy.sh [2021-02-11T01:46:36.871Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T01:46:37.205Z] + ls -al . [2021-02-11T01:46:37.205Z] total 728 [2021-02-11T01:46:37.205Z] drwxrwxr-x 9 1001 1001 4096 Feb 11 01:46 . [2021-02-11T01:46:37.205Z] drwxr-xr-x 4 root root 4096 Feb 11 01:42 .. [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 01:40 .dockerignore [2021-02-11T01:46:37.205Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 01:40 .git [2021-02-11T01:46:37.205Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 01:40 .github [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 01:40 .gitignore [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 01:40 .sonarcloud.properties [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 01:40 Attribution.txt [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 01:40 CONTRIBUTING.md [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 01:40 Dockerfile.build [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 01:40 Jenkinsfile [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 01:40 LICENSE [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 01:40 Makefile [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 01:40 README.md [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 01:40 SECURITY.md [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 01:37 VERSION [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 01:40 ZMQWindows.md [2021-02-11T01:46:37.205Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 01:40 bin [2021-02-11T01:46:37.205Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 01:40 cmd [2021-02-11T01:46:37.205Z] -rw-r--r-- 1 root root 595069 Feb 11 01:45 coverage.out [2021-02-11T01:46:37.205Z] -rw-r--r-- 1 root root 1054 Feb 11 01:46 go.mod [2021-02-11T01:46:37.205Z] -rw-r--r-- 1 root root 19290 Feb 11 01:46 go.sum [2021-02-11T01:46:37.205Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 01:40 internal [2021-02-11T01:46:37.205Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 01:40 openapi [2021-02-11T01:46:37.205Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 01:40 snap [2021-02-11T01:46:37.205Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 01:40 version.go [Pipeline] sh [2021-02-11T01:46:37.862Z] + '[' -e coverage.out ] [2021-02-11T01:46:37.862Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T01:46:39.118Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T01:46:39.800Z] + make build [2021-02-11T01:46:39.800Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T01:46:52.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-11T01:47:19.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T01:47:20.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-11T01:47:27.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-11T01:47:27.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-11T01:47:33.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T01:47:38.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-11T01:47:41.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T01:47:47.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T01:47:50.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T01:47:55.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-11T01:48:01.874Z] $ docker stop --time=1 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 [2021-02-11T01:48:04.645Z] $ docker rm -f 272a86ed26b1cf27924e32f831dca7d11aa591deeebba78821df0597b3ddbed5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:48:09.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T01:48:09.522Z] [2021-02-11T01:48:09.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:48:09.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T01:48:10.194Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T01:48:10.194Z] 29e5d40040c1: Pulling fs layer [2021-02-11T01:48:10.194Z] 1ce36da41761: Pulling fs layer [2021-02-11T01:48:10.194Z] 25b303627fd3: Pulling fs layer [2021-02-11T01:48:10.802Z] 29e5d40040c1: Verifying Checksum [2021-02-11T01:48:10.802Z] 29e5d40040c1: Download complete [2021-02-11T01:48:11.400Z] 1ce36da41761: Verifying Checksum [2021-02-11T01:48:11.400Z] 1ce36da41761: Download complete [2021-02-11T01:48:11.400Z] 29e5d40040c1: Pull complete [2021-02-11T01:48:12.851Z] 1ce36da41761: Pull complete [2021-02-11T01:48:12.851Z] 25b303627fd3: Verifying Checksum [2021-02-11T01:48:12.851Z] 25b303627fd3: Download complete [2021-02-11T01:48:23.078Z] 25b303627fd3: Pull complete [2021-02-11T01:48:23.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T01:48:23.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T01:48:23.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T01:48:23.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container [2021-02-11T01:48:23.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T01:48:26.334Z] $ docker top bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T01:48:27.294Z] + docker-compose build --help [2021-02-11T01:48:27.294Z] + grep parallel [2021-02-11T01:48:30.654Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T01:48:30.665Z] $ docker stop --time=1 bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 [2021-02-11T01:48:32.525Z] $ docker rm -f bc26b0bb90319362c0223c0f0cb9ddf8f6f7c956849cd5f1243e714841f70c24 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:48:33.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T01:48:33.302Z] . [Pipeline] withDockerContainer [2021-02-11T01:48:33.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-26048 does not seem to be running inside a container [2021-02-11T01:48:33.627Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T01:48:34.999Z] $ docker top 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T01:48:36.041Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T01:48:40.326Z] Building docker-core-command-go ... [2021-02-11T01:48:40.326Z] Building docker-core-data-go ... [2021-02-11T01:48:40.326Z] Building docker-core-metadata-go ... [2021-02-11T01:48:40.326Z] Building docker-security-bootstrapper-go ... [2021-02-11T01:48:40.326Z] Building docker-security-proxy-setup-go ... [2021-02-11T01:48:40.326Z] Building docker-security-secretstore-setup-go ... [2021-02-11T01:48:40.326Z] Building docker-support-notifications-go ... [2021-02-11T01:48:40.326Z] Building docker-support-scheduler-go ... [2021-02-11T01:48:40.326Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T01:48:40.326Z] Building docker-security-secretstore-setup-go [2021-02-11T01:48:40.326Z] Building docker-sys-mgmt-agent-go [2021-02-11T01:48:40.326Z] Building docker-core-metadata-go [2021-02-11T01:48:40.326Z] Building docker-support-notifications-go [2021-02-11T01:48:40.326Z] Building docker-security-bootstrapper-go [2021-02-11T01:50:02.074Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:50:02.074Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:50:02.074Z] ---> 31528957cc18 [2021-02-11T01:50:02.074Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T01:50:02.074Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:50:02.074Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:50:02.074Z] ---> 31528957cc18 [2021-02-11T01:50:02.074Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T01:50:02.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:50:02.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:50:02.074Z] ---> 31528957cc18 [2021-02-11T01:50:02.074Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T01:50:02.074Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:50:02.074Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:50:02.074Z] ---> 31528957cc18 [2021-02-11T01:50:02.074Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T01:50:02.074Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:50:02.074Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:50:02.074Z] ---> 31528957cc18 [2021-02-11T01:50:02.074Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T01:50:02.074Z] ---> Running in 47d802a0fc4f [2021-02-11T01:50:02.074Z] ---> Running in d1d21b543d4c [2021-02-11T01:50:02.074Z] ---> Running in 326f9c2ce5a1 [2021-02-11T01:50:02.074Z] ---> Running in 8a20ef49bb7c [2021-02-11T01:50:02.074Z] ---> Running in 30efd3c44cfc [2021-02-11T01:50:02.074Z] Removing intermediate container d1d21b543d4c [2021-02-11T01:50:02.074Z] ---> 07eedc61ad29 [2021-02-11T01:50:02.074Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:50:02.074Z] Removing intermediate container 8a20ef49bb7c [2021-02-11T01:50:02.074Z] ---> 1527301cfba7 [2021-02-11T01:50:02.074Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:50:02.074Z] Removing intermediate container 47d802a0fc4f [2021-02-11T01:50:02.074Z] ---> 08c73672050a [2021-02-11T01:50:02.074Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:50:02.074Z] Removing intermediate container 326f9c2ce5a1 [2021-02-11T01:50:02.074Z] ---> 4cf4e49187c8 [2021-02-11T01:50:02.074Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:50:02.074Z] ---> Running in 67534662ae5c [2021-02-11T01:50:02.074Z] Removing intermediate container 30efd3c44cfc [2021-02-11T01:50:02.074Z] ---> 1ca0e360a56a [2021-02-11T01:50:02.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:50:02.074Z] ---> Running in ee5a2a5c091b [2021-02-11T01:50:02.074Z] ---> Running in 25b95f136cc3 [2021-02-11T01:50:02.074Z] ---> Running in db5cd121278e [2021-02-11T01:50:02.074Z] ---> Running in 30b29e68519c [2021-02-11T01:50:02.074Z] Removing intermediate container 67534662ae5c [2021-02-11T01:50:02.074Z] ---> f5d56fb38a5e [2021-02-11T01:50:02.074Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T01:50:02.074Z] ---> Running in 8c340a77547c [2021-02-11T01:50:02.074Z] Removing intermediate container ee5a2a5c091b [2021-02-11T01:50:02.074Z] ---> f0fca066d4bf [2021-02-11T01:50:02.074Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T01:50:02.074Z] Removing intermediate container db5cd121278e [2021-02-11T01:50:02.074Z] ---> 454d4b5e3bf5 [2021-02-11T01:50:02.074Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T01:50:02.074Z] ---> Running in dea44d03dd27 [2021-02-11T01:50:02.074Z] ---> Running in 1fee2e40a7aa [2021-02-11T01:50:02.074Z] Removing intermediate container 30b29e68519c [2021-02-11T01:50:02.074Z] ---> ec2ec1a2d66a [2021-02-11T01:50:02.074Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T01:50:02.074Z] Removing intermediate container 25b95f136cc3 [2021-02-11T01:50:02.074Z] ---> 8b385f18be83 [2021-02-11T01:50:02.074Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T01:50:02.074Z] ---> Running in c9f8f0ab3ee8 [2021-02-11T01:50:02.074Z] ---> Running in b93ebb6735d1 [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.354Z] OK: 217 MiB in 51 packages [2021-02-11T01:50:02.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:02.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:50:03.245Z] OK: 217 MiB in 51 packages [2021-02-11T01:50:03.245Z] OK: 217 MiB in 51 packages [2021-02-11T01:50:03.245Z] OK: 217 MiB in 51 packages [2021-02-11T01:50:03.245Z] OK: 217 MiB in 51 packages [2021-02-11T01:50:03.852Z] Removing intermediate container 8c340a77547c [2021-02-11T01:50:03.852Z] ---> 90a2df675497 [2021-02-11T01:50:03.852Z] Step 6/26 : COPY go.mod . [2021-02-11T01:50:04.834Z] ---> eaf977fbae67 [2021-02-11T01:50:04.834Z] Step 7/26 : RUN go mod download [2021-02-11T01:50:05.112Z] ---> Running in 6f571b1edaf6 [2021-02-11T01:50:05.112Z] Removing intermediate container dea44d03dd27 [2021-02-11T01:50:05.112Z] ---> d0936cff70cc [2021-02-11T01:50:05.112Z] Step 6/23 : COPY go.mod . [2021-02-11T01:50:05.384Z] Removing intermediate container c9f8f0ab3ee8 [2021-02-11T01:50:05.384Z] ---> 9f9264904596 [2021-02-11T01:50:05.384Z] Step 6/22 : COPY go.mod . [2021-02-11T01:50:05.384Z] Removing intermediate container 1fee2e40a7aa [2021-02-11T01:50:05.384Z] ---> b589f05d109d [2021-02-11T01:50:05.384Z] Step 6/30 : COPY go.mod . [2021-02-11T01:50:05.384Z] Removing intermediate container b93ebb6735d1 [2021-02-11T01:50:05.384Z] ---> 0e8da2091d88 [2021-02-11T01:50:05.384Z] Step 6/24 : COPY go.mod . [2021-02-11T01:50:06.367Z] ---> 781e674e70e0 [2021-02-11T01:50:06.367Z] Step 7/23 : RUN go mod download [2021-02-11T01:50:06.367Z] ---> Running in a14ce28ff7ac [2021-02-11T01:50:06.640Z] ---> 327145c2382a [2021-02-11T01:50:06.640Z] Step 7/24 : RUN go mod download [2021-02-11T01:50:06.640Z] ---> 3ebb49820c60 [2021-02-11T01:50:06.640Z] Step 7/30 : RUN go mod download [2021-02-11T01:50:06.640Z] ---> 91bd37a491b1 [2021-02-11T01:50:06.640Z] Step 7/22 : RUN go mod download [2021-02-11T01:50:06.915Z] ---> Running in ab02ed6b3c70 [2021-02-11T01:50:06.915Z] ---> Running in dac52c86907f [2021-02-11T01:50:07.196Z] ---> Running in 1ecfa06c22c8 [2021-02-11T01:50:08.639Z] Removing intermediate container 6f571b1edaf6 [2021-02-11T01:50:08.639Z] ---> 121dfc3448ba [2021-02-11T01:50:08.639Z] Step 8/26 : COPY . . [2021-02-11T01:50:11.294Z] Removing intermediate container a14ce28ff7ac [2021-02-11T01:50:11.294Z] ---> 3fa54dc97d42 [2021-02-11T01:50:11.294Z] Step 8/23 : COPY . . [2021-02-11T01:50:11.890Z] Removing intermediate container ab02ed6b3c70 [2021-02-11T01:50:11.890Z] ---> 684b160bf740 [2021-02-11T01:50:11.890Z] Step 8/24 : COPY . . [2021-02-11T01:50:13.325Z] Removing intermediate container 1ecfa06c22c8 [2021-02-11T01:50:13.325Z] ---> f22921cdfc2a [2021-02-11T01:50:13.325Z] Step 8/22 : COPY . . [2021-02-11T01:50:13.601Z] Removing intermediate container dac52c86907f [2021-02-11T01:50:13.601Z] ---> 426e62c2b6dc [2021-02-11T01:50:13.601Z] Step 8/30 : COPY . . [2021-02-11T01:50:40.409Z] ---> bef28828eaa0 [2021-02-11T01:50:40.409Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T01:50:40.409Z] ---> 22fa1a1f10d6 [2021-02-11T01:50:40.409Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T01:50:40.409Z] ---> b473327d25e4 [2021-02-11T01:50:40.409Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T01:50:40.409Z] ---> Running in 235a99c8c33f [2021-02-11T01:50:40.409Z] ---> 951424d2dc3c [2021-02-11T01:50:40.409Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T01:50:40.409Z] ---> Running in f5282f1dde67 [2021-02-11T01:50:40.409Z] ---> Running in ea4e7ea2c1ec [2021-02-11T01:50:40.409Z] ---> 14fd4558e2d9 [2021-02-11T01:50:40.409Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T01:50:40.409Z] ---> Running in f1d6522bc741 [2021-02-11T01:50:40.409Z] ---> Running in 40e49af47f17 [2021-02-11T01:50:40.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-11T01:50:40.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-11T01:50:40.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T01:50:40.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-11T01:50:40.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-11T01:52:02.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T01:52:14.712Z] Removing intermediate container 235a99c8c33f [2021-02-11T01:52:14.712Z] ---> 5a7c6310efb1 [2021-02-11T01:52:14.712Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T01:52:14.712Z] Removing intermediate container f5282f1dde67 [2021-02-11T01:52:14.712Z] ---> 77ad1a66e02f [2021-02-11T01:52:14.712Z] [2021-02-11T01:52:14.712Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T01:52:14.712Z] ---> Running in 73593387057d [2021-02-11T01:52:14.712Z] Removing intermediate container 40e49af47f17 [2021-02-11T01:52:14.712Z] ---> bd4550cb3f26 [2021-02-11T01:52:14.712Z] [2021-02-11T01:52:14.712Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T01:52:14.712Z] 3.12: Pulling from library/alpine [2021-02-11T01:52:14.712Z] 3.12: Pulling from library/alpine [2021-02-11T01:52:16.203Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T01:52:16.203Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T01:52:16.203Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T01:52:16.203Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T01:52:16.203Z] ---> afeebe901d6b [2021-02-11T01:52:16.203Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T01:52:16.203Z] ---> afeebe901d6b [2021-02-11T01:52:16.203Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T01:52:16.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-11T01:52:16.502Z] ---> Running in e9aa0027ab9c [2021-02-11T01:52:16.502Z] ---> Running in f627e65a7d91 [2021-02-11T01:52:17.518Z] Removing intermediate container e9aa0027ab9c [2021-02-11T01:52:17.518Z] ---> 12a49eb8d0d7 [2021-02-11T01:52:17.518Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T01:52:17.808Z] ---> Running in e9e63a424cb1 [2021-02-11T01:52:18.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:18.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:19.806Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T01:52:19.806Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T01:52:19.806Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T01:52:19.806Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T01:52:19.806Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T01:52:19.806Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:19.806Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T01:52:19.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:20.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:20.081Z] OK: 7 MiB in 19 packages [2021-02-11T01:52:20.681Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T01:52:20.681Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T01:52:20.681Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:20.956Z] OK: 5 MiB in 16 packages [2021-02-11T01:52:22.946Z] Removing intermediate container 73593387057d [2021-02-11T01:52:22.946Z] ---> 169baa122c27 [2021-02-11T01:52:22.946Z] [2021-02-11T01:52:22.946Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T01:52:22.946Z] 20.10.0: Pulling from library/docker [2021-02-11T01:52:22.946Z] Removing intermediate container f627e65a7d91 [2021-02-11T01:52:22.946Z] ---> 8b2b398b903b [2021-02-11T01:52:22.946Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T01:52:23.215Z] Removing intermediate container e9e63a424cb1 [2021-02-11T01:52:23.215Z] ---> 0d1777a829f7 [2021-02-11T01:52:23.215Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T01:52:23.560Z] ---> Running in 03314e8631b1 [2021-02-11T01:52:23.846Z] ---> Running in c61c10969750 [2021-02-11T01:52:25.518Z] Removing intermediate container 03314e8631b1 [2021-02-11T01:52:25.518Z] ---> 8916e6ecd60b [2021-02-11T01:52:25.518Z] Step 13/24 : WORKDIR / [2021-02-11T01:52:25.518Z] Removing intermediate container f1d6522bc741 [2021-02-11T01:52:25.518Z] ---> 2af85b50997c [2021-02-11T01:52:25.518Z] [2021-02-11T01:52:25.518Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T01:52:25.518Z] ---> afeebe901d6b [2021-02-11T01:52:25.518Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T01:52:25.518Z] ---> Running in 6ecaa9a1c01c [2021-02-11T01:52:25.805Z] ---> Running in f0ae2bb9b154 [2021-02-11T01:52:25.805Z] Removing intermediate container c61c10969750 [2021-02-11T01:52:25.805Z] ---> 5e420645ae1b [2021-02-11T01:52:25.805Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T01:52:26.436Z] ---> Running in da8cddc3196b [2021-02-11T01:52:27.038Z] Removing intermediate container 6ecaa9a1c01c [2021-02-11T01:52:27.038Z] ---> ab4f417014d2 [2021-02-11T01:52:27.038Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-11T01:52:27.642Z] Removing intermediate container da8cddc3196b [2021-02-11T01:52:27.642Z] ---> 41df5f7adc67 [2021-02-11T01:52:27.642Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T01:52:27.918Z] ---> Running in 77d1550d439d [2021-02-11T01:52:28.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:28.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:28.466Z] ---> b05788f5db3b [2021-02-11T01:52:28.466Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-11T01:52:28.744Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T01:52:29.019Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T01:52:29.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:29.019Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T01:52:29.295Z] OK: 6 MiB in 16 packages [2021-02-11T01:52:30.776Z] ---> ebff7c1a0d3f [2021-02-11T01:52:30.776Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T01:52:32.229Z] ---> af05a603bb3f [2021-02-11T01:52:32.229Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T01:52:32.503Z] Removing intermediate container ea4e7ea2c1ec [2021-02-11T01:52:32.503Z] ---> 09427d7ee932 [2021-02-11T01:52:32.503Z] [2021-02-11T01:52:32.503Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T01:52:32.503Z] ---> afeebe901d6b [2021-02-11T01:52:32.503Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T01:52:32.773Z] Removing intermediate container f0ae2bb9b154 [2021-02-11T01:52:32.773Z] ---> 40ea790879d0 [2021-02-11T01:52:32.773Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T01:52:32.773Z] Removing intermediate container 77d1550d439d [2021-02-11T01:52:32.773Z] ---> 174a40ac8556 [2021-02-11T01:52:32.773Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T01:52:33.054Z] ---> Running in 2f6d3e014172 [2021-02-11T01:52:33.054Z] ---> Running in 870985379c41 [2021-02-11T01:52:33.329Z] ---> Running in 37f1f388c61b [2021-02-11T01:52:33.606Z] ---> 5ec9e9334162 [2021-02-11T01:52:33.606Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T01:52:33.888Z] Removing intermediate container 870985379c41 [2021-02-11T01:52:33.888Z] ---> a451f28be537 [2021-02-11T01:52:34.170Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T01:52:34.170Z] Removing intermediate container 37f1f388c61b [2021-02-11T01:52:34.170Z] ---> a38d14be1452 [2021-02-11T01:52:34.170Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T01:52:34.443Z] ---> Running in 02d49f00a19a [2021-02-11T01:52:34.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:34.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:34.997Z] Removing intermediate container 02d49f00a19a [2021-02-11T01:52:34.997Z] ---> 44edd8523348 [2021-02-11T01:52:34.997Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T01:52:35.269Z] ---> Running in e4dcea1c7aa0 [2021-02-11T01:52:35.545Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T01:52:35.545Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:35.545Z] ---> 6283028f21c1 [2021-02-11T01:52:35.545Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T01:52:35.545Z] OK: 5 MiB in 15 packages [2021-02-11T01:52:35.818Z] ---> 8ce91874fd90 [2021-02-11T01:52:35.818Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T01:52:35.818Z] ---> Running in 6373885e88b2 [2021-02-11T01:52:36.424Z] Removing intermediate container e4dcea1c7aa0 [2021-02-11T01:52:36.424Z] ---> 3dc6274ee647 [2021-02-11T01:52:36.424Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:52:37.413Z] ---> 0205fb42c439 [2021-02-11T01:52:37.413Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-11T01:52:37.413Z] ---> Running in bed1be1808e8 [2021-02-11T01:52:37.697Z] Removing intermediate container 2f6d3e014172 [2021-02-11T01:52:37.697Z] ---> 301fbc5e5e06 [2021-02-11T01:52:37.697Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T01:52:37.976Z] ---> 04dedb3bb042 [2021-02-11T01:52:37.976Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T01:52:37.976Z] ---> Running in 55a2049eb492 [2021-02-11T01:52:38.961Z] Removing intermediate container 55a2049eb492 [2021-02-11T01:52:38.961Z] ---> baf598fb465e [2021-02-11T01:52:38.961Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T01:52:39.240Z] ---> Running in f69004883d9b [2021-02-11T01:52:39.838Z] ---> 9a57eedba525 [2021-02-11T01:52:39.838Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T01:52:39.838Z] Removing intermediate container 6373885e88b2 [2021-02-11T01:52:39.838Z] ---> 113fd77f42fd [2021-02-11T01:52:39.838Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:52:40.110Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T01:52:40.110Z] Removing intermediate container f69004883d9b [2021-02-11T01:52:40.110Z] ---> 9914a9045cd2 [2021-02-11T01:52:40.110Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T01:52:40.110Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T01:52:40.110Z] ---> eeaf43b92773 [2021-02-11T01:52:40.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T01:52:40.385Z] ---> Running in 0baa3a65354e [2021-02-11T01:52:40.385Z] ---> Running in 11538ceeb2bd [2021-02-11T01:52:40.662Z] ---> af2879951444 [2021-02-11T01:52:40.662Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T01:52:40.936Z] ---> Running in c085c0553b19 [2021-02-11T01:52:41.215Z] ---> bbdcf6c2aca1 [2021-02-11T01:52:41.215Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T01:52:41.215Z] Removing intermediate container bed1be1808e8 [2021-02-11T01:52:41.215Z] ---> 22c30d9ea067 [2021-02-11T01:52:41.215Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T01:52:41.215Z] Removing intermediate container 0baa3a65354e [2021-02-11T01:52:41.215Z] ---> 419e9d533fdc [2021-02-11T01:52:41.215Z] Step 15/23 : WORKDIR / [2021-02-11T01:52:41.490Z] ---> Running in e99b1eda6d1a [2021-02-11T01:52:41.490Z] ---> Running in aebd84f5a552 [2021-02-11T01:52:41.762Z] Removing intermediate container c085c0553b19 [2021-02-11T01:52:41.762Z] ---> e08fb9ab1cd1 [2021-02-11T01:52:41.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:52:41.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:42.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:42.040Z] ---> Running in ed838c5799f0 [2021-02-11T01:52:42.321Z] Removing intermediate container e99b1eda6d1a [2021-02-11T01:52:42.321Z] ---> 247914dba362 [2021-02-11T01:52:42.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:52:42.321Z] Removing intermediate container aebd84f5a552 [2021-02-11T01:52:42.321Z] ---> c03ca5987fc8 [2021-02-11T01:52:42.321Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T01:52:42.321Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T01:52:42.594Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T01:52:42.594Z] Executing bash-5.0.17-r0.post-install [2021-02-11T01:52:42.594Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:42.594Z] ---> Running in e6c6327e4082 [2021-02-11T01:52:42.594Z] OK: 12 MiB in 22 packages [2021-02-11T01:52:42.866Z] ---> e175de3c0e65 [2021-02-11T01:52:42.866Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T01:52:42.866Z] Removing intermediate container ed838c5799f0 [2021-02-11T01:52:42.866Z] ---> 903929bdbd68 [2021-02-11T01:52:42.866Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T01:52:43.139Z] Removing intermediate container e6c6327e4082 [2021-02-11T01:52:43.139Z] ---> 054828622a3c [2021-02-11T01:52:43.139Z] Step 23/24 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:52:43.412Z] ---> Running in 44aa5ddafa77 [2021-02-11T01:52:43.412Z] ---> b7953e945894 [2021-02-11T01:52:43.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T01:52:43.412Z] ---> Running in 09179861b57d [2021-02-11T01:52:44.016Z] ---> 3c56c519f464 [2021-02-11T01:52:44.016Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T01:52:44.016Z] Removing intermediate container 44aa5ddafa77 [2021-02-11T01:52:44.016Z] ---> b394792f0ffe [2021-02-11T01:52:44.016Z] Step 21/22 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:52:44.286Z] Removing intermediate container 09179861b57d [2021-02-11T01:52:44.286Z] ---> e2771a8469e7 [2021-02-11T01:52:44.286Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T01:52:44.286Z] ---> Running in 3a177b60f3b0 [2021-02-11T01:52:44.561Z] Removing intermediate container 11538ceeb2bd [2021-02-11T01:52:44.561Z] ---> 40ab3187f403 [2021-02-11T01:52:44.561Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T01:52:44.561Z] ---> Running in 42dac9d1946d [2021-02-11T01:52:44.837Z] ---> Running in 1e564c08ed32 [2021-02-11T01:52:44.837Z] ---> 0dc5c9797032 [2021-02-11T01:52:44.837Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T01:52:45.116Z] ---> f0aa4b4c9682 [2021-02-11T01:52:45.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T01:52:45.116Z] Removing intermediate container 42dac9d1946d [2021-02-11T01:52:45.116Z] ---> 0f75fd31b162 [2021-02-11T01:52:45.116Z] [2021-02-11T01:52:45.116Z] Removing intermediate container 3a177b60f3b0 [2021-02-11T01:52:45.116Z] ---> 44e22be3de30 [2021-02-11T01:52:45.116Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T01:52:45.394Z] ---> Running in 03f94d0b9839 [2021-02-11T01:52:45.669Z] ---> Running in 35aade46910f [2021-02-11T01:52:45.669Z] Removing intermediate container 1e564c08ed32 [2021-02-11T01:52:45.669Z] ---> 855a9a6f5e5e [2021-02-11T01:52:45.669Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T01:52:45.951Z] Successfully built 0f75fd31b162 [2021-02-11T01:52:45.951Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T01:52:45.951Z] Building docker-core-command-go [2021-02-11T01:52:45.951Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in faae1062b33c [2021-02-11T01:52:46.233Z] ---> f6d0a9da8342 [2021-02-11T01:52:46.233Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T01:52:46.233Z] Removing intermediate container 03f94d0b9839 [2021-02-11T01:52:46.233Z] ---> 56ce288aea90 [2021-02-11T01:52:46.233Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T01:52:46.506Z] Removing intermediate container 35aade46910f [2021-02-11T01:52:46.506Z] ---> 655ed1ce9974 [2021-02-11T01:52:46.506Z] [2021-02-11T01:52:46.506Z] ---> Running in af6d396fe9de [2021-02-11T01:52:46.779Z] Removing intermediate container faae1062b33c [2021-02-11T01:52:46.779Z] ---> 944988f5b8cd [2021-02-11T01:52:46.779Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T01:52:47.066Z] ---> Running in 6f416928e3e1 [2021-02-11T01:52:47.066Z] Successfully built 655ed1ce9974 [2021-02-11T01:52:47.345Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T01:52:47.345Z]  Building docker-support-notifications-go ... done Removing intermediate container af6d396fe9de [2021-02-11T01:52:47.345Z] Building docker-core-data-go [2021-02-11T01:52:47.345Z] ---> f1fe2dc004da [2021-02-11T01:52:47.345Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:52:47.622Z] ---> 3afcbe796847 [2021-02-11T01:52:47.622Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T01:52:47.622Z] ---> Running in b0e3f0f6ba67 [2021-02-11T01:52:47.622Z] Removing intermediate container 6f416928e3e1 [2021-02-11T01:52:47.622Z] ---> c315ecee6e16 [2021-02-11T01:52:47.622Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T01:52:48.217Z] ---> Running in 37d1976373ef [2021-02-11T01:52:48.217Z] Removing intermediate container b0e3f0f6ba67 [2021-02-11T01:52:48.217Z] ---> f2b3040913a4 [2021-02-11T01:52:48.217Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T01:52:48.816Z] ---> Running in c0a99b3ac236 [2021-02-11T01:52:49.798Z] ---> 38b73d0369ff [2021-02-11T01:52:49.798Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T01:52:50.072Z] Removing intermediate container c0a99b3ac236 [2021-02-11T01:52:50.072Z] ---> 837bc8295333 [2021-02-11T01:52:50.072Z] Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:52:50.700Z] ---> Running in 518dc4b83122 [2021-02-11T01:52:50.986Z] ---> 5474f136050d [2021-02-11T01:52:50.986Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T01:52:51.608Z] Removing intermediate container 518dc4b83122 [2021-02-11T01:52:51.608Z] ---> eca8d697f12f [2021-02-11T01:52:51.608Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T01:52:51.882Z] Removing intermediate container 37d1976373ef [2021-02-11T01:52:51.882Z] ---> 8cfd1c8bda80 [2021-02-11T01:52:51.882Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T01:52:51.882Z] ---> Running in 77ae8a3fdc4c [2021-02-11T01:52:52.490Z] ---> Running in 0e37447f4ae7 [2021-02-11T01:52:52.490Z] ---> e1da69536240 [2021-02-11T01:52:52.490Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T01:52:52.768Z] Removing intermediate container 77ae8a3fdc4c [2021-02-11T01:52:52.768Z] ---> 48f1d01ece18 [2021-02-11T01:52:52.768Z] [2021-02-11T01:52:53.046Z] ---> Running in 665cef2d71e9 [2021-02-11T01:52:53.319Z] Removing intermediate container 0e37447f4ae7 [2021-02-11T01:52:53.319Z] ---> dd5cf92c4ea5 [2021-02-11T01:52:53.319Z] Step 27/30 : CMD ["gate"] [2021-02-11T01:52:53.594Z] Successfully built 48f1d01ece18 [2021-02-11T01:52:53.594Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T01:52:53.594Z] Building docker-security-proxy-setup-go [2021-02-11T01:52:54.192Z]  Building docker-core-metadata-go ... done  ---> Running in 034953e94721 [2021-02-11T01:52:54.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:54.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:52:54.742Z] Removing intermediate container 034953e94721 [2021-02-11T01:52:54.742Z] ---> 2ba80d544de8 [2021-02-11T01:52:54.742Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T01:52:55.031Z] ---> Running in e3a2c423528a [2021-02-11T01:52:55.309Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T01:52:55.309Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T01:52:55.309Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T01:52:55.309Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T01:52:55.309Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T01:52:55.309Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T01:52:55.309Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T01:52:55.914Z] Removing intermediate container e3a2c423528a [2021-02-11T01:52:55.914Z] ---> d2d5a97ebc69 [2021-02-11T01:52:55.914Z] Step 29/30 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:52:57.354Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T01:52:57.354Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T01:52:57.354Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T01:52:57.354Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T01:52:57.354Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T01:52:57.354Z] ---> Running in 4dba786ac665 [2021-02-11T01:52:57.354Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T01:52:57.354Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T01:52:57.354Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T01:52:57.354Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T01:52:57.354Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T01:52:57.640Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T01:52:57.640Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T01:52:57.640Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T01:52:57.640Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T01:52:57.640Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T01:52:57.640Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T01:52:57.640Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T01:52:57.640Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T01:52:57.640Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T01:52:57.640Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T01:52:57.640Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T01:52:57.917Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T01:52:57.917Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T01:52:57.917Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T01:52:57.917Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T01:52:57.917Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T01:52:57.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:52:57.917Z] OK: 71 MiB in 55 packages [2021-02-11T01:52:58.192Z] Removing intermediate container 4dba786ac665 [2021-02-11T01:52:58.192Z] ---> f41ac0da5da4 [2021-02-11T01:52:58.192Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T01:52:58.787Z] ---> Running in 165417d8e26f [2021-02-11T01:52:59.383Z] Removing intermediate container 165417d8e26f [2021-02-11T01:52:59.383Z] ---> b48c8fbb528a [2021-02-11T01:52:59.383Z] [2021-02-11T01:52:59.661Z] Successfully built b48c8fbb528a [2021-02-11T01:52:59.661Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T01:52:59.661Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-11T01:53:05.066Z] Removing intermediate container 665cef2d71e9 [2021-02-11T01:53:05.066Z] ---> 884c2a6d2fa8 [2021-02-11T01:53:05.066Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T01:53:05.663Z] ---> Running in edfbdb0e4bfa [2021-02-11T01:53:12.382Z] Collecting docker-compose==1.23.2 [2021-02-11T01:53:12.382Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T01:53:12.382Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T01:53:12.382Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T01:53:13.818Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T01:53:13.818Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T01:53:14.091Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-11T01:53:14.687Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T01:53:14.687Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T01:53:15.668Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T01:53:15.668Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T01:53:17.662Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T01:53:17.662Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T01:53:20.283Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T01:53:20.283Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T01:53:20.887Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T01:53:20.887Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T01:53:24.279Z] Collecting PyYAML<4,>=3.10 [2021-02-11T01:53:24.279Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T01:53:27.673Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T01:53:27.673Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T01:53:27.961Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-11T01:53:28.286Z] Collecting idna<2.8,>=2.5 [2021-02-11T01:53:28.286Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T01:53:28.660Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-11T01:53:29.301Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T01:53:29.301Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T01:53:29.963Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T01:53:30.265Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T01:53:30.265Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T01:53:30.265Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T01:53:30.265Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T01:53:30.265Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T01:53:31.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:53:31.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:53:31.263Z] ---> 31528957cc18 [2021-02-11T01:53:31.263Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T01:53:31.263Z] ---> Using cache [2021-02-11T01:53:31.263Z] ---> 1ca0e360a56a [2021-02-11T01:53:31.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:53:31.263Z] ---> Using cache [2021-02-11T01:53:31.263Z] ---> ec2ec1a2d66a [2021-02-11T01:53:31.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T01:53:31.539Z] Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, jsonschema, texttable, PyYAML, docker-compose [2021-02-11T01:53:32.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:53:32.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:53:32.549Z] ---> 31528957cc18 [2021-02-11T01:53:32.549Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T01:53:32.549Z] ---> Using cache [2021-02-11T01:53:32.549Z] ---> 1ca0e360a56a [2021-02-11T01:53:32.549Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:53:32.549Z] ---> Using cache [2021-02-11T01:53:32.549Z] ---> ec2ec1a2d66a [2021-02-11T01:53:32.549Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git Attempting uninstall: idna [2021-02-11T01:53:32.549Z] [2021-02-11T01:53:32.549Z] Found existing installation: idna 2.9 [2021-02-11T01:53:32.549Z] Uninstalling idna-2.9: [2021-02-11T01:53:32.823Z] Successfully uninstalled idna-2.9 [2021-02-11T01:53:34.836Z] Attempting uninstall: urllib3 [2021-02-11T01:53:34.836Z] Found existing installation: urllib3 1.25.9 [2021-02-11T01:53:34.836Z] Uninstalling urllib3-1.25.9: [2021-02-11T01:53:34.836Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T01:53:36.315Z] Attempting uninstall: requests [2021-02-11T01:53:36.315Z] Found existing installation: requests 2.23.0 [2021-02-11T01:53:36.315Z] Uninstalling requests-2.23.0: [2021-02-11T01:53:36.593Z] Successfully uninstalled requests-2.23.0 [2021-02-11T01:53:38.042Z] ---> Running in 0e746f5e392a [2021-02-11T01:53:38.042Z] ---> Running in 2e29991362d4 [2021-02-11T01:53:39.491Z] Running setup.py install for dockerpty: started [2021-02-11T01:53:39.767Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:53:39.767Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:53:39.767Z] ---> 31528957cc18 [2021-02-11T01:53:39.767Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T01:53:39.767Z] ---> Using cache [2021-02-11T01:53:39.767Z] ---> 1ca0e360a56a [2021-02-11T01:53:39.767Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:53:39.767Z] ---> Using cache [2021-02-11T01:53:39.767Z] ---> ec2ec1a2d66a [2021-02-11T01:53:39.767Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T01:53:40.382Z] ---> Running in 961a2ed93677 [2021-02-11T01:53:40.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:40.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:41.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:41.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:41.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:41.973Z] OK: 217 MiB in 51 packages [2021-02-11T01:53:41.973Z] OK: 217 MiB in 51 packages [2021-02-11T01:53:41.973Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T01:53:41.973Z] Running setup.py install for docopt: started [2021-02-11T01:53:42.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T01:53:42.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T01:53:42.264Z] ---> 31528957cc18 [2021-02-11T01:53:42.264Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T01:53:42.264Z] ---> Using cache [2021-02-11T01:53:42.264Z] ---> 1ca0e360a56a [2021-02-11T01:53:42.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:53:42.264Z] ---> Using cache [2021-02-11T01:53:42.264Z] ---> ec2ec1a2d66a [2021-02-11T01:53:42.264Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T01:53:42.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:42.824Z] ---> Running in 7b63fd00b0b9 [2021-02-11T01:53:43.103Z] OK: 217 MiB in 51 packages [2021-02-11T01:53:43.731Z] Removing intermediate container 2e29991362d4 [2021-02-11T01:53:43.731Z] ---> 0b6b9619c140 [2021-02-11T01:53:43.731Z] Step 6/23 : COPY go.mod . [2021-02-11T01:53:44.023Z] Removing intermediate container 0e746f5e392a [2021-02-11T01:53:44.023Z] ---> e84890bdf043 [2021-02-11T01:53:44.301Z] Step 6/23 : COPY go.mod . [2021-02-11T01:53:44.581Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T01:53:44.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:44.859Z] Removing intermediate container 961a2ed93677 [2021-02-11T01:53:44.859Z] ---> 81627e51d4ca [2021-02-11T01:53:44.859Z] Step 6/21 : COPY go.mod . [2021-02-11T01:53:44.859Z] Running setup.py install for texttable: started [2021-02-11T01:53:45.132Z] ---> baa0c11b4e00 [2021-02-11T01:53:45.132Z] Step 7/23 : RUN go mod download [2021-02-11T01:53:45.132Z] ---> a6108f636b2c [2021-02-11T01:53:45.132Z] Step 7/23 : RUN go mod download [2021-02-11T01:53:45.132Z] ---> Running in 65d458b23b2d [2021-02-11T01:53:45.414Z] ---> Running in 356b46d26e3a [2021-02-11T01:53:45.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:53:46.019Z] ---> 2f1841cdf15a [2021-02-11T01:53:46.019Z] Step 7/21 : RUN go mod download [2021-02-11T01:53:46.297Z] ---> Running in 8805725a9362 [2021-02-11T01:53:46.297Z] OK: 217 MiB in 51 packages [2021-02-11T01:53:47.748Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T01:53:47.748Z] Running setup.py install for PyYAML: started [2021-02-11T01:53:48.363Z] Removing intermediate container 7b63fd00b0b9 [2021-02-11T01:53:48.363Z] ---> 51131ba70d0d [2021-02-11T01:53:48.363Z] Step 6/22 : COPY go.mod . [2021-02-11T01:53:49.850Z] ---> d44d7a660830 [2021-02-11T01:53:49.850Z] Step 7/22 : RUN go mod download [2021-02-11T01:53:49.850Z] Removing intermediate container 65d458b23b2d [2021-02-11T01:53:49.850Z] ---> 25a9436134e9 [2021-02-11T01:53:49.850Z] Step 8/23 : COPY . . [2021-02-11T01:53:49.850Z] ---> Running in 942db740bdb7 [2021-02-11T01:53:50.128Z] Removing intermediate container 356b46d26e3a [2021-02-11T01:53:50.129Z] ---> dd813738cb9f [2021-02-11T01:53:50.129Z] Step 8/23 : COPY . . [2021-02-11T01:53:50.738Z] Removing intermediate container 8805725a9362 [2021-02-11T01:53:50.738Z] ---> 66d6b50a2d32 [2021-02-11T01:53:50.738Z] Step 8/21 : COPY . . [2021-02-11T01:53:50.738Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T01:53:52.197Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-11T01:53:56.563Z] Removing intermediate container 942db740bdb7 [2021-02-11T01:53:56.563Z] ---> f14670f8d90c [2021-02-11T01:53:56.563Z] Step 8/22 : COPY . . [2021-02-11T01:53:59.218Z] Removing intermediate container edfbdb0e4bfa [2021-02-11T01:53:59.218Z] ---> 5d7331aeaa09 [2021-02-11T01:53:59.218Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T01:53:59.819Z] ---> Running in 2290b1eeda1e [2021-02-11T01:54:01.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:54:01.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:54:01.848Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T01:54:02.124Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T01:54:02.124Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T01:54:02.124Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:54:02.125Z] OK: 71 MiB in 58 packages [2021-02-11T01:54:07.560Z] Removing intermediate container 2290b1eeda1e [2021-02-11T01:54:07.560Z] ---> 3774516ee45f [2021-02-11T01:54:07.560Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T01:54:07.841Z] ---> Running in b3d9f2c8ee80 [2021-02-11T01:54:09.309Z] Removing intermediate container b3d9f2c8ee80 [2021-02-11T01:54:09.309Z] ---> 096edb8d718c [2021-02-11T01:54:09.309Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:54:10.305Z] ---> Running in 1a31bfe60cfd [2021-02-11T01:54:11.298Z] Removing intermediate container 1a31bfe60cfd [2021-02-11T01:54:11.298Z] ---> 17a7ad3ccbbd [2021-02-11T01:54:11.298Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T01:54:12.279Z] ---> Running in db05d9f11a8a [2021-02-11T01:54:12.279Z] ---> 628564133cac [2021-02-11T01:54:12.279Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T01:54:12.551Z] ---> Running in e32b280cdeb3 [2021-02-11T01:54:12.826Z] ---> 16fcb6391329 [2021-02-11T01:54:12.826Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T01:54:12.826Z] ---> 073505a7d39f [2021-02-11T01:54:12.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T01:54:13.097Z] Removing intermediate container db05d9f11a8a [2021-02-11T01:54:13.097Z] ---> 80c7dce6497f [2021-02-11T01:54:13.097Z] Step 25/26 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:54:13.373Z] ---> Running in 4e6861d7a298 [2021-02-11T01:54:13.373Z] ---> Running in 9a46a9fd4c5a [2021-02-11T01:54:13.648Z] ---> Running in cd1b840ebad5 [2021-02-11T01:54:14.634Z] Removing intermediate container cd1b840ebad5 [2021-02-11T01:54:14.634Z] ---> 9e2458b2bf41 [2021-02-11T01:54:14.634Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T01:54:14.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-11T01:54:15.182Z] ---> Running in 5075ae2e5a49 [2021-02-11T01:54:15.182Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-11T01:54:15.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-11T01:54:16.391Z] Removing intermediate container 5075ae2e5a49 [2021-02-11T01:54:16.391Z] ---> d217fdc1fb4c [2021-02-11T01:54:16.391Z] [2021-02-11T01:54:17.381Z] Successfully built d217fdc1fb4c [2021-02-11T01:54:17.381Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T01:54:17.974Z]  Building docker-sys-mgmt-agent-go ... done  ---> c74385227d34 [2021-02-11T01:54:17.974Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T01:54:18.246Z] ---> Running in 5645f8e1fdfe [2021-02-11T01:54:20.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T01:55:28.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T01:55:35.241Z] Removing intermediate container 4e6861d7a298 [2021-02-11T01:55:35.241Z] ---> 75799faa48ea [2021-02-11T01:55:35.241Z] [2021-02-11T01:55:35.241Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T01:55:35.241Z] ---> afeebe901d6b [2021-02-11T01:55:35.241Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T01:55:35.241Z] ---> Running in 3ddfb05e62a5 [2021-02-11T01:55:36.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:55:36.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:55:37.296Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T01:55:37.296Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T01:55:37.296Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T01:55:37.296Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T01:55:37.296Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:55:37.296Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T01:55:37.573Z] OK: 7 MiB in 18 packages [2021-02-11T01:55:40.998Z] Removing intermediate container 3ddfb05e62a5 [2021-02-11T01:55:40.998Z] ---> fa4d366a18d7 [2021-02-11T01:55:40.998Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T01:55:41.277Z] ---> Running in 08b33a5125d0 [2021-02-11T01:55:42.270Z] Removing intermediate container 08b33a5125d0 [2021-02-11T01:55:42.270Z] ---> 9bf5b614f9bb [2021-02-11T01:55:42.270Z] Step 13/21 : WORKDIR /edgex [2021-02-11T01:55:42.545Z] ---> Running in 245ec20e08fb [2021-02-11T01:55:43.149Z] Removing intermediate container e32b280cdeb3 [2021-02-11T01:55:43.150Z] ---> 8507057d8460 [2021-02-11T01:55:43.150Z] [2021-02-11T01:55:43.150Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T01:55:43.150Z] ---> afeebe901d6b [2021-02-11T01:55:43.150Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T01:55:43.150Z] ---> Using cache [2021-02-11T01:55:43.150Z] ---> 301fbc5e5e06 [2021-02-11T01:55:43.150Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T01:55:43.150Z] ---> Using cache [2021-02-11T01:55:43.150Z] ---> baf598fb465e [2021-02-11T01:55:43.150Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T01:55:43.429Z] ---> Running in 7d1fce59bc64 [2021-02-11T01:55:43.711Z] Removing intermediate container 245ec20e08fb [2021-02-11T01:55:43.711Z] ---> 6b93809e2997 [2021-02-11T01:55:43.711Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T01:55:43.986Z] Removing intermediate container 7d1fce59bc64 [2021-02-11T01:55:43.986Z] ---> dfaf230534a2 [2021-02-11T01:55:43.986Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T01:55:44.585Z] ---> Running in e3b231a4190e [2021-02-11T01:55:44.585Z] ---> f0e2a82d03a6 [2021-02-11T01:55:44.585Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T01:55:45.185Z] Removing intermediate container e3b231a4190e [2021-02-11T01:55:45.185Z] ---> 21ab553d121e [2021-02-11T01:55:45.185Z] Step 15/23 : WORKDIR / [2021-02-11T01:55:45.460Z] ---> Running in 2cb53fc96290 [2021-02-11T01:55:46.470Z] ---> 54bcffb40e0c [2021-02-11T01:55:46.470Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T01:55:46.470Z] Removing intermediate container 2cb53fc96290 [2021-02-11T01:55:46.470Z] ---> 7390fce92f63 [2021-02-11T01:55:46.470Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:55:48.454Z] ---> 644befac7d60 [2021-02-11T01:55:48.454Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T01:55:48.730Z] ---> 4d5908c2bf17 [2021-02-11T01:55:48.730Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T01:55:49.006Z] Removing intermediate container 5645f8e1fdfe [2021-02-11T01:55:49.006Z] ---> 3bfd1fa312fc [2021-02-11T01:55:49.006Z] [2021-02-11T01:55:49.006Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T01:55:49.006Z] ---> afeebe901d6b [2021-02-11T01:55:49.006Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T01:55:49.006Z] ---> Using cache [2021-02-11T01:55:49.006Z] ---> 301fbc5e5e06 [2021-02-11T01:55:49.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T01:55:49.006Z] ---> Using cache [2021-02-11T01:55:49.006Z] ---> baf598fb465e [2021-02-11T01:55:49.006Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T01:55:49.294Z] ---> Running in 6e94017a7141 [2021-02-11T01:55:49.567Z] ---> Running in be2d1fbe045e [2021-02-11T01:55:50.173Z] Removing intermediate container 6e94017a7141 [2021-02-11T01:55:50.173Z] ---> 92d090c31e1a [2021-02-11T01:55:50.173Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T01:55:50.173Z] ---> bd9380f0804e [2021-02-11T01:55:50.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T01:55:50.173Z] Removing intermediate container be2d1fbe045e [2021-02-11T01:55:50.173Z] ---> 88bc1aace98e [2021-02-11T01:55:50.173Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T01:55:50.173Z] ---> Running in a71bc7377fb2 [2021-02-11T01:55:50.450Z] ---> Running in 2f71dc579741 [2021-02-11T01:55:51.047Z] Removing intermediate container a71bc7377fb2 [2021-02-11T01:55:51.047Z] ---> d1ee89cc031e [2021-02-11T01:55:51.047Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T01:55:51.047Z] Removing intermediate container 2f71dc579741 [2021-02-11T01:55:51.047Z] ---> 8e8e1df90bde [2021-02-11T01:55:51.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:55:51.330Z] ---> Running in 7079f0afe7ce [2021-02-11T01:55:51.330Z] ---> 591c681b7989 [2021-02-11T01:55:51.330Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T01:55:51.607Z] ---> Running in ec288e29edc3 [2021-02-11T01:55:51.607Z] Removing intermediate container 7079f0afe7ce [2021-02-11T01:55:51.607Z] ---> 0b2dce01078d [2021-02-11T01:55:51.607Z] Step 20/21 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:55:51.878Z] ---> Running in 14cd442e9d66 [2021-02-11T01:55:51.878Z] ---> 929907a010b0 [2021-02-11T01:55:51.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T01:55:52.149Z] Removing intermediate container ec288e29edc3 [2021-02-11T01:55:52.149Z] ---> 414e95beb172 [2021-02-11T01:55:52.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:55:52.149Z] ---> Running in 1cd5b829a904 [2021-02-11T01:55:52.430Z] Removing intermediate container 14cd442e9d66 [2021-02-11T01:55:52.430Z] ---> 23b0eb2ae63c [2021-02-11T01:55:52.430Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T01:55:52.713Z] Removing intermediate container 1cd5b829a904 [2021-02-11T01:55:52.713Z] ---> 77b3694e423d [2021-02-11T01:55:52.713Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T01:55:52.984Z] ---> Running in b21aa0dcc9e4 [2021-02-11T01:55:53.261Z] ---> Running in b51a57c897bc [2021-02-11T01:55:53.261Z] ---> 94ac2308033a [2021-02-11T01:55:53.261Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T01:55:53.853Z] Removing intermediate container b21aa0dcc9e4 [2021-02-11T01:55:53.853Z] ---> 21e5c592f33b [2021-02-11T01:55:53.853Z] [2021-02-11T01:55:53.853Z] Removing intermediate container b51a57c897bc [2021-02-11T01:55:53.853Z] ---> 71ccb969b8e1 [2021-02-11T01:55:53.853Z] Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:55:54.127Z] Successfully built 21e5c592f33b [2021-02-11T01:55:54.127Z] ---> Running in 6d01024e7c99 [2021-02-11T01:55:54.398Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T01:55:54.398Z]  Building docker-security-proxy-setup-go ... done  ---> 8c7ed57233f1 [2021-02-11T01:55:54.398Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T01:55:54.670Z] ---> Running in 0d51f2b3dbb4 [2021-02-11T01:55:54.942Z] Removing intermediate container 6d01024e7c99 [2021-02-11T01:55:54.942Z] ---> ea06e9043aea [2021-02-11T01:55:54.942Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T01:55:55.216Z] ---> Running in 09af3cc2a94d [2021-02-11T01:55:55.216Z] Removing intermediate container 0d51f2b3dbb4 [2021-02-11T01:55:55.216Z] ---> 6e8ddef08132 [2021-02-11T01:55:55.216Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:55:55.490Z] ---> Running in d9f7e7cb6f5e [2021-02-11T01:55:55.764Z] Removing intermediate container 09af3cc2a94d [2021-02-11T01:55:55.764Z] ---> 62aee9f0a133 [2021-02-11T01:55:55.764Z] [2021-02-11T01:55:56.363Z] Removing intermediate container d9f7e7cb6f5e [2021-02-11T01:55:56.363Z] ---> 26e511722a4b [2021-02-11T01:55:56.363Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T01:55:56.363Z] Successfully built 62aee9f0a133 [2021-02-11T01:55:56.363Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T01:55:56.638Z]  Building docker-core-command-go ... done  ---> Running in 9740887746d7 [2021-02-11T01:55:56.638Z] Removing intermediate container 9a46a9fd4c5a [2021-02-11T01:55:56.638Z] ---> 58043e0c372c [2021-02-11T01:55:56.638Z] [2021-02-11T01:55:56.638Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T01:55:56.638Z] ---> afeebe901d6b [2021-02-11T01:55:56.638Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T01:55:56.933Z] ---> Running in 013b96d18d2e [2021-02-11T01:55:56.933Z] Removing intermediate container 9740887746d7 [2021-02-11T01:55:56.933Z] ---> 09db9bc3e5b9 [2021-02-11T01:55:56.933Z] Step 21/22 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:55:57.207Z] ---> Running in 6c1b4ede7761 [2021-02-11T01:55:57.479Z] Removing intermediate container 013b96d18d2e [2021-02-11T01:55:57.479Z] ---> 1dee9a0b00e1 [2021-02-11T01:55:57.479Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T01:55:57.479Z] ---> Running in ed11223a1b0a [2021-02-11T01:55:57.751Z] Removing intermediate container 6c1b4ede7761 [2021-02-11T01:55:57.751Z] ---> 1f857d6cf6c7 [2021-02-11T01:55:57.751Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T01:55:57.751Z] ---> Running in 76c605e331a7 [2021-02-11T01:55:58.023Z] Removing intermediate container ed11223a1b0a [2021-02-11T01:55:58.023Z] ---> 98115c5f5356 [2021-02-11T01:55:58.023Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T01:55:58.023Z] ---> Running in c71222d27b64 [2021-02-11T01:55:58.292Z] Removing intermediate container 76c605e331a7 [2021-02-11T01:55:58.292Z] ---> d49883c5b6ee [2021-02-11T01:55:58.292Z] [2021-02-11T01:55:58.564Z] Successfully built d49883c5b6ee [2021-02-11T01:55:58.564Z] Removing intermediate container c71222d27b64 [2021-02-11T01:55:58.564Z] ---> b09c1289e53d [2021-02-11T01:55:58.564Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T01:55:58.564Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T01:55:58.833Z]  Building docker-support-scheduler-go ... done  ---> Running in a24533145e86 [2021-02-11T01:56:00.815Z] Removing intermediate container a24533145e86 [2021-02-11T01:56:00.815Z] ---> a4295d0f91d0 [2021-02-11T01:56:00.816Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T01:56:00.816Z] ---> Running in cdb59e4544b4 [2021-02-11T01:56:02.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T01:56:02.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T01:56:03.423Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T01:56:03.423Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T01:56:03.423Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T01:56:03.692Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T01:56:03.692Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T01:56:03.964Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T01:56:03.964Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T01:56:03.964Z] OK: 8 MiB in 20 packages [2021-02-11T01:56:05.415Z] Removing intermediate container cdb59e4544b4 [2021-02-11T01:56:05.415Z] ---> 694d917e3318 [2021-02-11T01:56:05.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T01:56:06.009Z] ---> 3e2fce3ace43 [2021-02-11T01:56:06.009Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T01:56:06.987Z] ---> 7660dec8fbc9 [2021-02-11T01:56:07.258Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T01:56:07.856Z] ---> 2b7f69e1df34 [2021-02-11T01:56:07.856Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T01:56:07.856Z] ---> Running in 0376d80308d8 [2021-02-11T01:56:08.454Z] Removing intermediate container 0376d80308d8 [2021-02-11T01:56:08.454Z] ---> 7e21a7c6c1dc [2021-02-11T01:56:08.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T01:56:08.454Z] ---> Running in 1df79a7371f3 [2021-02-11T01:56:09.051Z] Removing intermediate container 1df79a7371f3 [2021-02-11T01:56:09.051Z] ---> 0c70fa65c1da [2021-02-11T01:56:09.051Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T01:56:09.051Z] ---> Running in 1c4dbfdfd586 [2021-02-11T01:56:09.649Z] Removing intermediate container 1c4dbfdfd586 [2021-02-11T01:56:09.649Z] ---> ce1493ae70b2 [2021-02-11T01:56:09.649Z] Step 22/23 : LABEL git_sha=d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 [2021-02-11T01:56:09.649Z] ---> Running in c38c9434e0af [2021-02-11T01:56:10.248Z] Removing intermediate container c38c9434e0af [2021-02-11T01:56:10.248Z] ---> 34aedb858de2 [2021-02-11T01:56:10.248Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T01:56:10.248Z] ---> Running in f79e32d381f1 [2021-02-11T01:56:10.521Z] Removing intermediate container f79e32d381f1 [2021-02-11T01:56:10.521Z] ---> 4df6b840580e [2021-02-11T01:56:10.521Z] [2021-02-11T01:56:11.116Z] Successfully built 4df6b840580e [2021-02-11T01:56:11.116Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T01:56:11.402Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-11T01:56:11.395Z] $ docker stop --time=1 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 [2021-02-11T01:56:13.282Z] $ docker rm -f 080062e949d0954f190745d9e2a3a94733cac96a67336593339e50934d2dd214 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T01:56:13.969Z] + + grep docker [2021-02-11T01:56:13.969Z] docker images [2021-02-11T01:56:14.241Z] docker-core-data-go-arm64 latest 4df6b840580e 4 seconds ago 21MB [2021-02-11T01:56:14.241Z] docker-support-scheduler-go-arm64 latest d49883c5b6ee 17 seconds ago 16.1MB [2021-02-11T01:56:14.241Z] docker-core-command-go-arm64 latest 62aee9f0a133 19 seconds ago 16MB [2021-02-11T01:56:14.241Z] docker-security-proxy-setup-go-arm64 latest 21e5c592f33b 21 seconds ago 23.2MB [2021-02-11T01:56:14.241Z] docker-sys-mgmt-agent-go-arm64 latest d217fdc1fb4c About a minute ago 300MB [2021-02-11T01:56:14.241Z] docker-security-bootstrapper-go-arm64 latest b48c8fbb528a 3 minutes ago 17MB [2021-02-11T01:56:14.241Z] docker-core-metadata-go-arm64 latest 48f1d01ece18 3 minutes ago 17.8MB [2021-02-11T01:56:14.241Z] docker-support-notifications-go-arm64 latest 655ed1ce9974 3 minutes ago 16.7MB [2021-02-11T01:56:14.241Z] docker-security-secretstore-setup-go-arm64 latest 0f75fd31b162 3 minutes ago 23.4MB [2021-02-11T01:56:14.241Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:17.368Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:17.940Z] ---> package-listing.sh [2021-02-11T01:56:17.940Z] ++ facter osfamily [2021-02-11T01:56:17.940Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T01:56:17.940Z] + OS_FAMILY=redhat [2021-02-11T01:56:17.940Z] + workspace=/w/workspace/edgex-go/2 [2021-02-11T01:56:17.940Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T01:56:17.940Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T01:56:17.940Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T01:56:17.940Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T01:56:17.940Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-11T01:56:17.940Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T01:56:17.940Z] + case "${OS_FAMILY}" in [2021-02-11T01:56:17.940Z] + rpm -qa [2021-02-11T01:56:17.940Z] + sort [2021-02-11T01:56:23.265Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T01:56:23.265Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T01:56:23.265Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T01:56:23.265Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-11T01:56:23.265Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-11T01:56:23.265Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-11T01:56:23.280Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T01:56:23.575Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:56:23.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T01:56:23.903Z] [2021-02-11T01:56:23.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T01:56:24.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T01:56:24.247Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T01:56:24.247Z] df20fa9351a1: Pulling fs layer [2021-02-11T01:56:24.247Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T01:56:24.247Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T01:56:24.247Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T01:56:24.247Z] 93b61091891f: Pulling fs layer [2021-02-11T01:56:24.247Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T01:56:24.247Z] 5e14af77c1be: Pulling fs layer [2021-02-11T01:56:24.247Z] 01666e4c0597: Pulling fs layer [2021-02-11T01:56:24.247Z] aa168da1d23b: Pulling fs layer [2021-02-11T01:56:24.247Z] 46f8f816bc3b: Waiting [2021-02-11T01:56:24.247Z] 93b61091891f: Waiting [2021-02-11T01:56:24.247Z] 93b9cdb0e59b: Waiting [2021-02-11T01:56:24.247Z] 5e14af77c1be: Waiting [2021-02-11T01:56:24.247Z] 01666e4c0597: Waiting [2021-02-11T01:56:24.247Z] aa168da1d23b: Waiting [2021-02-11T01:56:24.247Z] 36b3adc4ff6f: Verifying Checksum [2021-02-11T01:56:24.247Z] 36b3adc4ff6f: Download complete [2021-02-11T01:56:24.247Z] 46f8f816bc3b: Verifying Checksum [2021-02-11T01:56:24.247Z] 46f8f816bc3b: Download complete [2021-02-11T01:56:24.512Z] df20fa9351a1: Download complete [2021-02-11T01:56:24.512Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T01:56:24.512Z] 93b9cdb0e59b: Download complete [2021-02-11T01:56:24.512Z] 93b61091891f: Download complete [2021-02-11T01:56:24.512Z] 5e14af77c1be: Verifying Checksum [2021-02-11T01:56:24.512Z] 5e14af77c1be: Download complete [2021-02-11T01:56:24.512Z] 01666e4c0597: Verifying Checksum [2021-02-11T01:56:24.512Z] 01666e4c0597: Download complete [2021-02-11T01:56:24.774Z] df20fa9351a1: Pull complete [2021-02-11T01:56:25.038Z] 36b3adc4ff6f: Pull complete [2021-02-11T01:56:25.306Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T01:56:25.306Z] 8ad3a11d3b57: Download complete [2021-02-11T01:56:26.266Z] 8ad3a11d3b57: Pull complete [2021-02-11T01:56:26.266Z] 46f8f816bc3b: Pull complete [2021-02-11T01:56:27.222Z] aa168da1d23b: Verifying Checksum [2021-02-11T01:56:27.222Z] aa168da1d23b: Download complete [2021-02-11T01:56:27.222Z] 93b61091891f: Pull complete [2021-02-11T01:56:27.484Z] 93b9cdb0e59b: Pull complete [2021-02-11T01:56:27.484Z] 5e14af77c1be: Pull complete [2021-02-11T01:56:27.750Z] 01666e4c0597: Pull complete [2021-02-11T01:56:35.932Z] aa168da1d23b: Pull complete [2021-02-11T01:56:35.932Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T01:56:35.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T01:56:35.932Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T01:56:36.118Z] prd-centos7-docker-4c-2g-26045 does not seem to be running inside a container [2021-02-11T01:56:36.169Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat [2021-02-11T01:56:40.023Z] $ docker top e62a1f24b283d65ca140f5b5df9220f86f96d4fab6c5ade847d20759f04be981 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T01:56:40.560Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T01:56:40.861Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T01:56:41.163Z] + ls /var/log/sa-host [2021-02-11T01:56:41.164Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T01:56:41.164Z] file_magic: OK [2021-02-11T01:56:41.164Z] HZ: Using current value: 100 [2021-02-11T01:56:41.164Z] file_header: OK [2021-02-11T01:56:41.164Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-11T01:56:41.164Z] Statistics: [2021-02-11T01:56:41.164Z] 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... [2021-02-11T01:56:41.164Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T01:56:41.164Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T01:56:41.164Z] file_magic: OK [2021-02-11T01:56:41.164Z] HZ: Using current value: 100 [2021-02-11T01:56:41.164Z] file_header: OK [2021-02-11T01:56:41.164Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-11T01:56:41.164Z] Statistics: [2021-02-11T01:56:41.164Z] Hnuu...uuuununununu... [2021-02-11T01:56:41.164Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T01:56:41.411Z] provisioning config files... [2021-02-11T01:56:41.431Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config366258860433648153tmp [Pipeline] { [Pipeline] echo [2021-02-11T01:56:41.500Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:41.900Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T01:56:41.934Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T01:56:42.054Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:42.420Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T01:56:42.464Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:42.787Z] ---> sudo-logs.sh [2021-02-11T01:56:42.787Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T01:56:42.799Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:43.093Z] ---> job-cost.sh [2021-02-11T01:56:43.093Z] lf-activate-venv: SKIPPING [2021-02-11T01:56:43.093Z] INFO: No Stack... [2021-02-11T01:56:43.667Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T01:56:44.243Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T01:56:44.257Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T01:56:44.551Z] ---> logs-deploy.sh [2021-02-11T01:56:44.551Z] lf-activate-venv: SKIPPING [2021-02-11T01:56:44.551Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3162/2 [2021-02-11T01:56:44.551Z] INFO: archiving workspace using pattern(s): [2021-02-11T01:56:45.942Z] Archives upload complete. [2021-02-11T01:56:45.942Z] INFO: archiving logs to Nexus