Pull request #2981 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 541bcb6503019d58e418bcbab05bdb77c8d31198+797f93be867ef6ee82f54016594ef97018f4c5d7 (ba981e89d96f799ecdbe8a918b4450b2e5ed7b0d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18551 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 > 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/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 Merge succeeded, producing 541bcb6503019d58e418bcbab05bdb77c8d31198 Checking out Revision 541bcb6503019d58e418bcbab05bdb77c8d31198 (PR-2981) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 Commit message: "refactor: Adjust for removal of backward compatibility code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T18:56:55.448Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T18:56:55.735Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T18:56:55.849Z] ========================================================= [2021-01-05T18:56:55.850Z] EdgeX Global Pipelines Version Info [2021-01-05T18:56:55.850Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 91da7e36c36e5261ca0ef4d2711714894b0b1d7a # timeout=10 [2021-01-05T18:56:57.384Z] ------------------- [2021-01-05T18:56:57.384Z] stable info: [2021-01-05T18:56:57.384Z] ------------------- [2021-01-05T18:56:57.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T18:56:57.384Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T18:56:57.384Z] Message: update stable to v1.0.173 [2021-01-05T18:56:58.334Z] ------------------- [2021-01-05T18:56:58.334Z] experimental info: [2021-01-05T18:56:58.334Z] ------------------- [2021-01-05T18:56:58.334Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T18:56:58.334Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T18:56:58.334Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T18:56:58.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T18:56:58.714Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T18:56:58.809Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T18:56:58.917Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T18:56:59.048Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T18:56:59.147Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T18:56:59.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T18:56:59.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T18:56:59.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T18:56:59.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T18:56:59.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T18:56:59.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T18:56:59.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T18:56:59.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T18:57:00.114Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T18:57:00.277Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T18:57:00.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T18:57:00.496Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T18:57:00.617Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T18:57:00.718Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T18:57:00.877Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T18:57:01.017Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T18:57:01.122Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T18:57:01.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2981 [Pipeline] echo [2021-01-05T18:57:01.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2981 [Pipeline] echo [2021-01-05T18:57:01.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2981 [Pipeline] echo [2021-01-05T18:57:01.545Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 541bcb6503019d58e418bcbab05bdb77c8d31198 [Pipeline] echo [2021-01-05T18:57:01.634Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 541bcb6 [Pipeline] echo [2021-01-05T18:57:01.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T18:57:01.934Z] provisioning config files... [2021-01-05T18:57:01.973Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1431294335764734453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:57:02.361Z] ---> docker-login.sh [2021-01-05T18:57:02.361Z] nexus3.edgexfoundry.org:10001 [2021-01-05T18:57:02.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T18:57:02.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T18:57:02.893Z] Configure a credential helper to remove this warning. See [2021-01-05T18:57:02.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T18:57:02.893Z] [2021-01-05T18:57:02.893Z] Login Succeeded [2021-01-05T18:57:02.893Z] nexus3.edgexfoundry.org:10002 [2021-01-05T18:57:02.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T18:57:03.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T18:57:03.157Z] Configure a credential helper to remove this warning. See [2021-01-05T18:57:03.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T18:57:03.157Z] [2021-01-05T18:57:03.157Z] Login Succeeded [2021-01-05T18:57:03.157Z] nexus3.edgexfoundry.org:10003 [2021-01-05T18:57:03.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T18:57:03.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T18:57:03.427Z] Configure a credential helper to remove this warning. See [2021-01-05T18:57:03.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T18:57:03.427Z] [2021-01-05T18:57:03.427Z] Login Succeeded [2021-01-05T18:57:03.427Z] nexus3.edgexfoundry.org:10004 [2021-01-05T18:57:03.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T18:57:03.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T18:57:03.427Z] Configure a credential helper to remove this warning. See [2021-01-05T18:57:03.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T18:57:03.427Z] [2021-01-05T18:57:03.427Z] Login Succeeded [2021-01-05T18:57:03.427Z] docker.io [2021-01-05T18:57:03.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T18:57:03.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T18:57:03.955Z] Configure a credential helper to remove this warning. See [2021-01-05T18:57:03.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T18:57:03.955Z] [2021-01-05T18:57:03.955Z] Login Succeeded [2021-01-05T18:57:03.955Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T18:57:03.966Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T18:57:04.476Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T18:57:04.476Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T18:57:04.476Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T18:57:04.476Z] ++ cut -d/ -f2 [2021-01-05T18:57:04.476Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T18:57:04.569Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:57:06.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T18:57:06.279Z] [2021-01-05T18:57:06.279Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:57:06.629Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T18:57:06.630Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T18:57:06.630Z] 31603596830f: Pulling fs layer [2021-01-05T18:57:06.630Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T18:57:06.630Z] 6ca5941a6612: Pulling fs layer [2021-01-05T18:57:06.630Z] ecc8261a40a4: Pulling fs layer [2021-01-05T18:57:06.630Z] ecc8261a40a4: Waiting [2021-01-05T18:57:06.630Z] 2a8b12db71e7: Download complete [2021-01-05T18:57:06.893Z] 31603596830f: Verifying Checksum [2021-01-05T18:57:06.893Z] 31603596830f: Download complete [2021-01-05T18:57:06.893Z] ecc8261a40a4: Verifying Checksum [2021-01-05T18:57:06.893Z] ecc8261a40a4: Download complete [2021-01-05T18:57:06.893Z] 6ca5941a6612: Verifying Checksum [2021-01-05T18:57:06.893Z] 6ca5941a6612: Download complete [2021-01-05T18:57:07.469Z] 31603596830f: Pull complete [2021-01-05T18:57:07.469Z] 2a8b12db71e7: Pull complete [2021-01-05T18:57:08.423Z] 6ca5941a6612: Pull complete [2021-01-05T18:57:08.423Z] ecc8261a40a4: Pull complete [2021-01-05T18:57:08.423Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T18:57:08.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T18:57:08.423Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T18:57:08.530Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T18:57:08.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T18:57:11.160Z] $ docker top 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T18:57:11.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T18:57:11.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T18:57:11.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T18:57:11.683Z] $ docker exec 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent [2021-01-05T18:57:11.845Z] SSH_AUTH_SOCK=/tmp/ssh-TunEOACA1wRU/agent.11 [2021-01-05T18:57:11.845Z] SSH_AGENT_PID=16 [2021-01-05T18:57:11.856Z] Running ssh-add (command line suppressed) [2021-01-05T18:57:11.986Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8047488211671456616.key (/w/workspace/edgex-go/5@tmp/private_key_8047488211671456616.key) [2021-01-05T18:57:12.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T18:57:12.376Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T18:57:12.398Z] $ docker exec --env ******** --env ******** 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent -k [2021-01-05T18:57:12.513Z] unset SSH_AUTH_SOCK; [2021-01-05T18:57:12.513Z] unset SSH_AGENT_PID; [2021-01-05T18:57:12.514Z] echo Agent pid 16 killed; [2021-01-05T18:57:12.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T18:57:12.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T18:57:12.719Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T18:57:12.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T18:57:12.898Z] $ docker exec 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent [2021-01-05T18:57:13.059Z] SSH_AUTH_SOCK=/tmp/ssh-770e4k6noVB4/agent.46 [2021-01-05T18:57:13.059Z] SSH_AGENT_PID=51 [2021-01-05T18:57:13.067Z] Running ssh-add (command line suppressed) [2021-01-05T18:57:13.191Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7996235857050301948.key (/w/workspace/edgex-go/5@tmp/private_key_7996235857050301948.key) [2021-01-05T18:57:13.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T18:57:13.610Z] + git semver init [2021-01-05T18:57:13.610Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T18:57:13.610Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-05T18:57:13.610Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-05T18:57:13.610Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T18:57:13.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T18:57:13.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T18:57:13.610Z] # $SEMVER_BRANCH = PR-2981 [2021-01-05T18:57:13.610Z] # $SEMVER_TEMP = /tmp/semver-827674778 [2021-01-05T18:57:13.610Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T18:57:31.811Z] # '/tmp/semver-827674778' -> '/w/workspace/edgex-go/5/.semver' [2021-01-05T18:57:31.812Z] # -> Force: false [2021-01-05T18:57:31.812Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-05T18:57:31.830Z] $ docker exec --env ******** --env ******** 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent -k [2021-01-05T18:57:32.101Z] unset SSH_AUTH_SOCK; [2021-01-05T18:57:32.101Z] unset SSH_AGENT_PID; [2021-01-05T18:57:32.101Z] echo Agent pid 51 killed; [2021-01-05T18:57:32.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T18:57:32.727Z] + git semver [Pipeline] } [2021-01-05T18:57:32.747Z] $ docker stop --time=1 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e [2021-01-05T18:57:34.431Z] $ docker rm -f 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T18:57:34.952Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T18:57:35.530Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T18:57:35.533Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T18:57:36.516Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T18:57:36.816Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T18:57:37.118Z] + sudo service docker restart [2021-01-05T18:57:37.118Z] + true [2021-01-05T18:57:37.118Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T18:57:37.710Z] ========================================================= [2021-01-05T18:57:37.710Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T18:57:37.710Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:57:38.058Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T18:57:42.283Z] Sending build context to Docker daemon 326.3MB [2021-01-05T18:57:42.283Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T18:57:42.283Z] Step 2/6 : FROM ${BASE} [2021-01-05T18:57:42.283Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T18:57:42.283Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T18:57:42.283Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T18:57:42.283Z] de9db76c5a1d: Pulling fs layer [2021-01-05T18:57:42.283Z] bca2f99d35d6: Pulling fs layer [2021-01-05T18:57:42.283Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T18:57:42.283Z] 7c6f9722023f: Pulling fs layer [2021-01-05T18:57:42.283Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T18:57:42.283Z] bca2f99d35d6: Waiting [2021-01-05T18:57:42.283Z] 93359f2a8cfa: Waiting [2021-01-05T18:57:42.283Z] a35cf1a2eb13: Waiting [2021-01-05T18:57:42.283Z] 7c6f9722023f: Waiting [2021-01-05T18:57:42.283Z] de9db76c5a1d: Download complete [2021-01-05T18:57:42.283Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T18:57:42.283Z] 0ef7d3d256c8: Download complete [2021-01-05T18:57:42.283Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T18:57:42.283Z] 93359f2a8cfa: Download complete [2021-01-05T18:57:42.283Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T18:57:42.283Z] 188c0c94c7c5: Download complete [2021-01-05T18:57:42.283Z] 7c6f9722023f: Verifying Checksum [2021-01-05T18:57:42.283Z] 7c6f9722023f: Download complete [2021-01-05T18:57:42.857Z] 188c0c94c7c5: Pull complete [2021-01-05T18:57:42.857Z] 0ef7d3d256c8: Pull complete [2021-01-05T18:57:43.121Z] de9db76c5a1d: Pull complete [2021-01-05T18:57:45.065Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T18:57:45.065Z] a35cf1a2eb13: Download complete [2021-01-05T18:57:45.335Z] bca2f99d35d6: Verifying Checksum [2021-01-05T18:57:45.335Z] bca2f99d35d6: Download complete [2021-01-05T18:57:50.662Z] bca2f99d35d6: Pull complete [2021-01-05T18:57:50.663Z] 93359f2a8cfa: Pull complete [2021-01-05T18:57:50.663Z] 7c6f9722023f: Pull complete [2021-01-05T18:57:50.995Z] Still waiting to schedule task [2021-01-05T18:57:50.995Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T18:57:55.981Z] a35cf1a2eb13: Pull complete [2021-01-05T18:57:55.981Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T18:57:55.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T18:57:55.981Z] ---> a62c8e92a672 [2021-01-05T18:57:55.981Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T18:57:56.247Z] ---> Running in f7eab2d3babe [2021-01-05T18:57:56.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T18:57:57.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T18:57:57.982Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T18:57:58.245Z] (2/12) Installing file (5.38-r0) [2021-01-05T18:57:58.245Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T18:57:58.245Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T18:58:01.570Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T18:58:01.570Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T18:58:01.570Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T18:58:01.570Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T18:58:01.570Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T18:58:01.570Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T18:58:01.835Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T18:58:01.835Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T18:58:01.835Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:58:02.100Z] OK: 233 MiB in 51 packages [2021-01-05T18:58:06.348Z] Removing intermediate container f7eab2d3babe [2021-01-05T18:58:06.348Z] ---> 48e01741c100 [2021-01-05T18:58:06.348Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T18:58:06.348Z] ---> Running in 2aaa0c4ddf5b [2021-01-05T18:58:06.348Z] Removing intermediate container 2aaa0c4ddf5b [2021-01-05T18:58:06.348Z] ---> bb3272f4dda6 [2021-01-05T18:58:06.348Z] Step 5/6 : COPY go.mod . [2021-01-05T18:58:06.348Z] ---> d3873f285a10 [2021-01-05T18:58:06.348Z] Step 6/6 : RUN go mod download [2021-01-05T18:58:06.348Z] ---> Running in 38114aade9ea [2021-01-05T18:58:28.398Z] Removing intermediate container 38114aade9ea [2021-01-05T18:58:28.398Z] ---> 2f6534d739f7 [2021-01-05T18:58:28.398Z] Successfully built 2f6534d739f7 [2021-01-05T18:58:28.398Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:58:28.717Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T18:58:28.717Z] . [Pipeline] withDockerContainer [2021-01-05T18:58:28.867Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T18:58:28.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-05T18:58:29.819Z] $ docker top f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T18:58:30.843Z] + go version [2021-01-05T18:58:30.843Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T18:58:30.858Z] $ docker stop --time=1 f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 [2021-01-05T18:58:32.375Z] $ docker rm -f f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:58:33.285Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T18:58:33.285Z] . [Pipeline] withDockerContainer [2021-01-05T18:58:33.401Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T18:58:33.452Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-05T18:58:34.157Z] $ docker top 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T18:58:34.350Z] ========================================================= [2021-01-05T18:58:34.350Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T18:58:34.350Z] ========================================================= [Pipeline] sh [2021-01-05T18:58:34.645Z] + make test [2021-01-05T18:58:34.645Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T18:58:44.696Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T18:58:57.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T18:59:05.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T18:59:05.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T18:59:05.334Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T18:59:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T18:59:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T18:59:05.877Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T18:59:06.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T18:59:06.742Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T18:59:07.336Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T18:59:09.930Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T18:59:09.930Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T18:59:09.930Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T18:59:11.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements [2021-01-05T18:59:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T18:59:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T18:59:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T18:59:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T18:59:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T18:59:16.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.0% of statements [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T18:59:16.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T18:59:16.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T18:59:16.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 77.8% of statements [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T18:59:16.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.4% of statements [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T18:59:16.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T18:59:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T18:59:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T18:59:18.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-01-05T18:59:18.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T18:59:18.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-01-05T18:59:18.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T18:59:18.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-01-05T18:59:18.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T18:59:18.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements [2021-01-05T18:59:18.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T18:59:18.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T18:59:18.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T18:59:18.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T18:59:20.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.367s coverage: 93.8% of statements [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T18:59:20.431Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T18:59:20.431Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T18:59:20.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T18:59:20.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-01-05T18:59:20.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T18:59:20.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-01-05T18:59:20.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-01-05T18:59:21.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.2% of statements [2021-01-05T18:59:21.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements [2021-01-05T18:59:21.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T18:59:22.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-01-05T18:59:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T18:59:22.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T18:59:22.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-05T18:59:22.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-05T18:59:22.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-05T18:59:22.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-05T18:59:22.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-05T18:59:24.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 55.9% of statements [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T18:59:24.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T18:59:24.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T18:59:24.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements [2021-01-05T18:59:24.649Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-05T18:59:26.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.1% of statements [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T18:59:26.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T18:59:26.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-05T18:59:26.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T18:59:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T18:59:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-05T18:59:28.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-05T18:59:28.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T18:59:28.977Z] GO111MODULE=on go vet ./... [2021-01-05T18:59:29.695Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18552 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws [2021-01-05T18:59:29.766Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-05T18:59:34.671Z] using credential edgex-jenkins-ssh [2021-01-05T18:59:34.736Z] Cloning the remote Git repository [2021-01-05T18:59:34.810Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T18:59:34.911Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-05T18:59:34.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T18:59:34.978Z] > git --version # timeout=10 [2021-01-05T18:59:34.997Z] > git --version # 'git version 2.17.1' [2021-01-05T18:59:34.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T18:59:35.079Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T18:59:56.003Z] gofmt -l . [2021-01-05T18:59:56.003Z] [ "`gofmt -l .`" = "" ] [2021-01-05T18:59:56.003Z] ./bin/test-go-mod-tidy.sh [2021-01-05T18:59:56.003Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T18:59:56.318Z] + ls -al . [2021-01-05T18:59:56.318Z] total 640 [2021-01-05T18:59:56.318Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 18:59 . [2021-01-05T18:59:56.318Z] drwxr-xr-x 4 root root 28 Jan 5 18:58 .. [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 18:56 .dockerignore [2021-01-05T18:59:56.318Z] drwxrwxr-x 8 1001 1001 179 Jan 5 18:56 .git [2021-01-05T18:59:56.318Z] drwxrwxr-x 3 1001 1001 125 Jan 5 18:56 .github [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 18:56 .gitignore [2021-01-05T18:59:56.318Z] drwx------ 3 1001 1001 47 Jan 5 18:57 .semver [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 18:56 .sonarcloud.properties [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 18:56 CONTRIBUTING.md [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 18:56 Dockerfile.build [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 18:56 Jenkinsfile [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 18:56 LICENSE [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 18:56 Makefile [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 18:56 README.md [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 18:56 SECURITY.md [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 18:57 VERSION [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 18:56 ZMQWindows.md [2021-01-05T18:59:56.318Z] drwxrwxr-x 2 1001 1001 117 Jan 5 18:56 bin [2021-01-05T18:59:56.318Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 18:56 cmd [2021-01-05T18:59:56.318Z] -rw-r--r-- 1 root root 541590 Jan 5 18:59 coverage.out [2021-01-05T18:59:56.318Z] -rw-r--r-- 1 root root 979 Jan 5 18:59 go.mod [2021-01-05T18:59:56.318Z] -rw-r--r-- 1 root root 19019 Jan 5 18:59 go.sum [2021-01-05T18:59:56.318Z] drwxrwxr-x 8 1001 1001 127 Jan 5 18:56 internal [2021-01-05T18:59:56.318Z] drwxrwxr-x 4 1001 1001 26 Jan 5 18:56 openapi [2021-01-05T18:59:56.318Z] drwxrwxr-x 4 1001 1001 71 Jan 5 18:56 snap [2021-01-05T18:59:56.318Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 18:56 version.go [Pipeline] sh [2021-01-05T18:59:56.620Z] + '[' -e coverage.out ] [2021-01-05T18:59:56.620Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T18:59:56.877Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T18:59:57.175Z] + make build [2021-01-05T18:59:57.176Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T19:00:00.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T19:00:06.127Z] Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:00:03.779Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T19:00:03.796Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T19:00:03.821Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T19:00:03.850Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T19:00:03.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T19:00:03.861Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T19:00:06.148Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T19:00:06.625Z] Merge succeeded, producing 541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:00:06.626Z] Checking out Revision 541bcb6503019d58e418bcbab05bdb77c8d31198 (PR-2981) [2021-01-05T19:00:08.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T19:00:06.165Z] > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 [2021-01-05T19:00:06.502Z] > git remote # timeout=10 [2021-01-05T19:00:06.529Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T19:00:06.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T19:00:06.563Z] > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 [2021-01-05T19:00:06.600Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T19:00:06.634Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T19:00:06.645Z] > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 [2021-01-05T19:00:09.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T19:00:10.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T19:00:11.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T19:00:11.076Z] Commit message: "refactor: Adjust for removal of backward compatibility code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T19:00:12.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T19:00:12.721Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T19:00:13.157Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T19:00:13.560Z] + sudo service docker restart [2021-01-05T19:00:13.560Z] + true [2021-01-05T19:00:14.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T19:00:15.397Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T19:00:15.643Z] provisioning config files... [2021-01-05T19:00:15.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5014206054828630245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:00:16.130Z] ---> docker-login.sh [2021-01-05T19:00:16.130Z] nexus3.edgexfoundry.org:10001 [2021-01-05T19:00:16.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T19:00:16.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T19:00:17.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T19:00:17.331Z] Configure a credential helper to remove this warning. See [2021-01-05T19:00:17.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T19:00:17.331Z] [2021-01-05T19:00:17.331Z] Login Succeeded [2021-01-05T19:00:17.331Z] nexus3.edgexfoundry.org:10002 [2021-01-05T19:00:17.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T19:00:17.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T19:00:17.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T19:00:17.937Z] Configure a credential helper to remove this warning. See [2021-01-05T19:00:17.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T19:00:17.937Z] [2021-01-05T19:00:17.937Z] Login Succeeded [2021-01-05T19:00:17.937Z] nexus3.edgexfoundry.org:10003 [2021-01-05T19:00:18.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T19:00:18.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T19:00:18.489Z] Configure a credential helper to remove this warning. See [2021-01-05T19:00:18.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T19:00:18.489Z] [2021-01-05T19:00:18.489Z] Login Succeeded [2021-01-05T19:00:18.489Z] nexus3.edgexfoundry.org:10004 [2021-01-05T19:00:18.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T19:00:18.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T19:00:19.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T19:00:19.035Z] Configure a credential helper to remove this warning. See [2021-01-05T19:00:19.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T19:00:19.036Z] [2021-01-05T19:00:19.036Z] Login Succeeded [2021-01-05T19:00:19.036Z] docker.io [2021-01-05T19:00:19.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-01-05T19:00:19.747Z] $ docker stop --time=1 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d [2021-01-05T19:00:19.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T19:00:19.908Z] Configure a credential helper to remove this warning. See [2021-01-05T19:00:19.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T19:00:19.908Z] [2021-01-05T19:00:19.908Z] Login Succeeded [2021-01-05T19:00:19.908Z] ---> docker-login.sh ends [2021-01-05T19:00:21.445Z] $ docker rm -f 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-05T19:00:22.054Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-01-05T19:00:24.987Z] ========================================================= [2021-01-05T19:00:24.987Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T19:00:24.987Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:00:25.389Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T19:00:25.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T19:00:25.418Z] [2021-01-05T19:00:25.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:00:25.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T19:00:25.839Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T19:00:25.839Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T19:00:25.839Z] ca9280d653b3: Pulling fs layer [2021-01-05T19:00:25.839Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T19:00:26.418Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T19:00:26.419Z] cbdbe7a5bc2a: Download complete [2021-01-05T19:00:26.691Z] ca9280d653b3: Verifying Checksum [2021-01-05T19:00:26.691Z] ca9280d653b3: Download complete [2021-01-05T19:00:26.962Z] cbdbe7a5bc2a: Pull complete [2021-01-05T19:00:27.568Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T19:00:27.568Z] 7e9c9ca2126c: Download complete [2021-01-05T19:00:28.022Z] Sending build context to Docker daemon 165.4MB [2021-01-05T19:00:28.022Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T19:00:28.022Z] Step 2/6 : FROM ${BASE} [2021-01-05T19:00:28.022Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T19:00:28.022Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T19:00:28.022Z] a4357932f1b6: Pulling fs layer [2021-01-05T19:00:28.022Z] 18c013af1878: Pulling fs layer [2021-01-05T19:00:28.022Z] 00ac8860ef70: Pulling fs layer [2021-01-05T19:00:28.022Z] 63d7cb157983: Pulling fs layer [2021-01-05T19:00:28.022Z] b116817d02f9: Pulling fs layer [2021-01-05T19:00:28.022Z] 745a02a5169b: Pulling fs layer [2021-01-05T19:00:28.022Z] 00ac8860ef70: Waiting [2021-01-05T19:00:28.022Z] 63d7cb157983: Waiting [2021-01-05T19:00:28.022Z] 745a02a5169b: Waiting [2021-01-05T19:00:28.022Z] b116817d02f9: Waiting [2021-01-05T19:00:28.022Z] 18c013af1878: Download complete [2021-01-05T19:00:28.022Z] a4357932f1b6: Verifying Checksum [2021-01-05T19:00:28.022Z] a4357932f1b6: Download complete [2021-01-05T19:00:28.022Z] 63d7cb157983: Download complete [2021-01-05T19:00:28.022Z] b116817d02f9: Verifying Checksum [2021-01-05T19:00:28.022Z] b116817d02f9: Download complete [2021-01-05T19:00:28.022Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T19:00:28.022Z] 5f621e34cdf4: Download complete [2021-01-05T19:00:28.162Z] ca9280d653b3: Pull complete [2021-01-05T19:00:28.620Z] 5f621e34cdf4: Pull complete [2021-01-05T19:00:29.228Z] a4357932f1b6: Pull complete [2021-01-05T19:00:29.502Z] 18c013af1878: Pull complete [2021-01-05T19:00:30.107Z] 745a02a5169b: Verifying Checksum [2021-01-05T19:00:30.107Z] 745a02a5169b: Download complete [2021-01-05T19:00:31.544Z] 00ac8860ef70: Verifying Checksum [2021-01-05T19:00:31.544Z] 00ac8860ef70: Download complete [2021-01-05T19:00:34.841Z] 7e9c9ca2126c: Pull complete [2021-01-05T19:00:34.841Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T19:00:34.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T19:00:34.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T19:00:35.010Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T19:00:35.064Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T19:00:38.533Z] $ docker top 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T19:00:39.190Z] + docker-compose build --help [2021-01-05T19:00:39.190Z] + grep parallel [2021-01-05T19:00:40.144Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T19:00:40.161Z] $ docker stop --time=1 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 [2021-01-05T19:00:41.577Z] $ docker rm -f 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 [2021-01-05T19:00:41.721Z] 00ac8860ef70: Pull complete [2021-01-05T19:00:41.721Z] 63d7cb157983: Pull complete [2021-01-05T19:00:41.721Z] b116817d02f9: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:00:42.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T19:00:42.232Z] . [Pipeline] withDockerContainer [2021-01-05T19:00:42.340Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T19:00:42.394Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T19:00:43.057Z] $ docker top 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T19:00:43.553Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T19:00:44.404Z] 745a02a5169b: Pull complete [2021-01-05T19:00:44.404Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T19:00:44.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T19:00:44.404Z] ---> b7e6874047d6 [2021-01-05T19:00:44.404Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T19:00:44.509Z] Building docker-core-command-go ... [2021-01-05T19:00:44.509Z] Building docker-core-data-go ... [2021-01-05T19:00:44.509Z] Building docker-core-metadata-go ... [2021-01-05T19:00:44.509Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T19:00:44.509Z] Building docker-security-proxy-setup-go ... [2021-01-05T19:00:44.509Z] Building docker-security-secretstore-setup-go ... [2021-01-05T19:00:44.509Z] Building docker-support-notifications-go ... [2021-01-05T19:00:44.509Z] Building docker-support-scheduler-go ... [2021-01-05T19:00:44.509Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T19:00:44.509Z] Building docker-support-notifications-go [2021-01-05T19:00:44.509Z] Building docker-core-command-go [2021-01-05T19:00:44.509Z] Building docker-sys-mgmt-agent-go [2021-01-05T19:00:44.509Z] Building docker-security-proxy-setup-go [2021-01-05T19:00:44.509Z] Building docker-core-metadata-go [2021-01-05T19:00:47.838Z] ---> Running in 17d38a7da986 [2021-01-05T19:00:48.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:00:49.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:00:50.450Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T19:00:50.738Z] (2/12) Installing file (5.38-r0) [2021-01-05T19:00:50.738Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T19:00:50.738Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T19:00:59.015Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T19:00:59.015Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T19:00:59.015Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T19:00:59.015Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T19:00:59.015Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T19:00:59.015Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T19:00:59.015Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T19:00:59.015Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T19:00:59.015Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:00:59.015Z] OK: 217 MiB in 51 packages [2021-01-05T19:01:03.321Z] Removing intermediate container 17d38a7da986 [2021-01-05T19:01:03.321Z] ---> 3e8f21e55892 [2021-01-05T19:01:03.321Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T19:01:03.321Z] ---> Running in 0bc9252f7a40 [2021-01-05T19:01:03.321Z] Removing intermediate container 0bc9252f7a40 [2021-01-05T19:01:03.321Z] ---> 802e17b40155 [2021-01-05T19:01:03.321Z] Step 5/6 : COPY go.mod . [2021-01-05T19:01:03.919Z] ---> e308bed3cb15 [2021-01-05T19:01:03.919Z] Step 6/6 : RUN go mod download [2021-01-05T19:01:04.193Z] ---> Running in 57315abafae8 [2021-01-05T19:01:17.218Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:01:17.218Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:01:17.218Z] ---> 2f6534d739f7 [2021-01-05T19:01:17.218Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T19:01:17.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:01:17.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:01:17.218Z] ---> 2f6534d739f7 [2021-01-05T19:01:17.218Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:01:17.218Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:01:17.218Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:01:17.218Z] ---> 2f6534d739f7 [2021-01-05T19:01:17.218Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T19:01:17.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:01:17.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:01:17.218Z] ---> 2f6534d739f7 [2021-01-05T19:01:17.218Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:01:17.218Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:01:17.218Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:01:17.218Z] ---> 2f6534d739f7 [2021-01-05T19:01:17.218Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T19:01:17.218Z] ---> Running in 26d4a55a9f61 [2021-01-05T19:01:17.486Z] ---> Running in 370922c1e691 [2021-01-05T19:01:17.486Z] ---> Running in 624a077c545b [2021-01-05T19:01:17.486Z] ---> Running in 8ea111c56893 [2021-01-05T19:01:17.486Z] ---> Running in 3e5fe44b573e [2021-01-05T19:01:18.066Z] Removing intermediate container 3e5fe44b573e [2021-01-05T19:01:18.066Z] ---> bb98b18bf85e [2021-01-05T19:01:18.066Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:01:18.066Z] Removing intermediate container 370922c1e691 [2021-01-05T19:01:18.066Z] ---> 0b6f5a99b03e [2021-01-05T19:01:18.066Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:01:18.066Z] Removing intermediate container 624a077c545b [2021-01-05T19:01:18.066Z] ---> 3ed17738f6e0 [2021-01-05T19:01:18.066Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:01:18.066Z] Removing intermediate container 26d4a55a9f61 [2021-01-05T19:01:18.066Z] ---> 5473d53d2154 [2021-01-05T19:01:18.066Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:01:18.066Z] Removing intermediate container 8ea111c56893 [2021-01-05T19:01:18.066Z] ---> b5b3ea47189c [2021-01-05T19:01:18.066Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:01:18.066Z] ---> Running in 12367fcbc3aa [2021-01-05T19:01:18.066Z] ---> Running in 66aeb2b3fd65 [2021-01-05T19:01:18.066Z] ---> Running in d58f4160150b [2021-01-05T19:01:18.066Z] ---> Running in 3f002d24e655 [2021-01-05T19:01:18.330Z] ---> Running in 970a3abc6830 [2021-01-05T19:01:20.315Z] Removing intermediate container d58f4160150b [2021-01-05T19:01:20.315Z] ---> d519c437975e [2021-01-05T19:01:20.315Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:01:20.581Z] ---> Running in 19879ae20cad [2021-01-05T19:01:20.581Z] Removing intermediate container 66aeb2b3fd65 [2021-01-05T19:01:20.581Z] ---> 453c66f82d43 [2021-01-05T19:01:20.581Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:01:20.846Z] ---> Running in c39be82f739e [2021-01-05T19:01:20.846Z] Removing intermediate container 12367fcbc3aa [2021-01-05T19:01:20.846Z] ---> 2fedd775aa93 [2021-01-05T19:01:20.846Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T19:01:21.123Z] Removing intermediate container 3f002d24e655 [2021-01-05T19:01:21.123Z] ---> 2de5c833d9fd [2021-01-05T19:01:21.123Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T19:01:21.123Z] Removing intermediate container 970a3abc6830 [2021-01-05T19:01:21.123Z] ---> 822c86a24c11 [2021-01-05T19:01:21.123Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T19:01:21.123Z] ---> Running in d5fed9fdbea7 [2021-01-05T19:01:21.123Z] ---> Running in d3d187615c91 [2021-01-05T19:01:21.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:21.386Z] ---> Running in cdee66ce1fab [2021-01-05T19:01:21.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:21.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:21.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:21.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:22.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:22.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:22.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:22.706Z] OK: 233 MiB in 51 packages [2021-01-05T19:01:22.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:22.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:01:23.297Z] Removing intermediate container 19879ae20cad [2021-01-05T19:01:23.297Z] ---> c5cd9f5a28e1 [2021-01-05T19:01:23.297Z] Step 6/22 : COPY go.mod . [2021-01-05T19:01:23.297Z] OK: 233 MiB in 51 packages [2021-01-05T19:01:23.570Z] OK: 233 MiB in 51 packages [2021-01-05T19:01:23.570Z] OK: 233 MiB in 51 packages [2021-01-05T19:01:23.570Z] OK: 233 MiB in 51 packages [2021-01-05T19:01:23.570Z] ---> 0e489eed2e88 [2021-01-05T19:01:23.570Z] Step 7/22 : RUN go mod download [2021-01-05T19:01:23.570Z] ---> Running in 79d1ab2bcc53 [2021-01-05T19:01:24.695Z] Removing intermediate container cdee66ce1fab [2021-01-05T19:01:24.695Z] ---> 5d979335959d [2021-01-05T19:01:24.695Z] Step 6/21 : COPY go.mod . [2021-01-05T19:01:24.695Z] Removing intermediate container d3d187615c91 [2021-01-05T19:01:24.695Z] ---> 35945a2ec213 [2021-01-05T19:01:24.695Z] Step 6/26 : COPY go.mod . [2021-01-05T19:01:24.695Z] Removing intermediate container c39be82f739e [2021-01-05T19:01:24.695Z] ---> 9603f13ee3e6 [2021-01-05T19:01:24.695Z] Step 6/22 : COPY go.mod . [2021-01-05T19:01:24.695Z] Removing intermediate container d5fed9fdbea7 [2021-01-05T19:01:24.695Z] ---> dcde6a21783e [2021-01-05T19:01:24.695Z] Step 6/24 : COPY go.mod . [2021-01-05T19:01:24.985Z] ---> 89c918d4ca40 [2021-01-05T19:01:24.985Z] Step 7/21 : RUN go mod download [2021-01-05T19:01:24.985Z] ---> 0d83d98b67e8 [2021-01-05T19:01:24.985Z] Step 7/26 : RUN go mod download [2021-01-05T19:01:24.985Z] ---> Running in 5f5f1f289113 [2021-01-05T19:01:24.985Z] ---> ca7e6635f0de [2021-01-05T19:01:24.985Z] Step 7/22 : RUN go mod download [2021-01-05T19:01:25.314Z] ---> Running in 495d91f201b1 [2021-01-05T19:01:25.314Z] ---> 6035a76e2637 [2021-01-05T19:01:25.314Z] Step 7/24 : RUN go mod download [2021-01-05T19:01:25.314Z] ---> Running in 47abb74a288c [2021-01-05T19:01:25.314Z] ---> Running in acf2b853b414 [2021-01-05T19:01:26.820Z] Removing intermediate container 79d1ab2bcc53 [2021-01-05T19:01:26.820Z] ---> 40bf8ae128a2 [2021-01-05T19:01:26.820Z] Step 8/22 : COPY . . [2021-01-05T19:01:28.232Z] Removing intermediate container 5f5f1f289113 [2021-01-05T19:01:28.232Z] ---> 2412e06b9cb2 [2021-01-05T19:01:28.232Z] Step 8/21 : COPY . . [2021-01-05T19:01:28.232Z] Removing intermediate container 495d91f201b1 [2021-01-05T19:01:28.232Z] ---> 99f6fa39b2e5 [2021-01-05T19:01:28.232Z] Step 8/26 : COPY . . [2021-01-05T19:01:31.023Z] Removing intermediate container 57315abafae8 [2021-01-05T19:01:31.023Z] ---> 3a90221ca96e [2021-01-05T19:01:31.023Z] Successfully built 3a90221ca96e [2021-01-05T19:01:31.023Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:01:31.369Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T19:01:31.369Z] . [Pipeline] withDockerContainer [2021-01-05T19:01:31.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container [2021-01-05T19:01:31.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2021-01-05T19:01:33.161Z] $ docker top 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 -eo pid,comm [Pipeline] { [2021-01-05T19:01:33.572Z] Removing intermediate container 47abb74a288c [2021-01-05T19:01:33.572Z] ---> 81c7f07afa3e [2021-01-05T19:01:33.572Z] Step 8/22 : COPY . . [Pipeline] sh [2021-01-05T19:01:33.841Z] Removing intermediate container acf2b853b414 [2021-01-05T19:01:33.841Z] ---> 00f649ea1382 [2021-01-05T19:01:33.841Z] Step 8/24 : COPY . . [2021-01-05T19:01:34.226Z] + go version [2021-01-05T19:01:34.226Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T19:01:34.251Z] $ docker stop --time=1 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 [2021-01-05T19:01:36.226Z] $ docker rm -f 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:01:37.330Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T19:01:37.330Z] . [Pipeline] withDockerContainer [2021-01-05T19:01:37.590Z] prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container [2021-01-05T19:01:37.670Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2021-01-05T19:01:39.113Z] $ docker top e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T19:01:39.493Z] ========================================================= [2021-01-05T19:01:39.493Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T19:01:39.493Z] ========================================================= [Pipeline] sh [2021-01-05T19:01:40.138Z] + make test [2021-01-05T19:01:40.139Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T19:02:02.322Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T19:02:12.795Z] ---> d37ecab8bdfa [2021-01-05T19:02:12.795Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T19:02:12.795Z] ---> 4d4fd66ccdac [2021-01-05T19:02:12.795Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T19:02:12.795Z] ---> f9240361ebe3 [2021-01-05T19:02:12.795Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T19:02:12.795Z] ---> 714563a4ea6d [2021-01-05T19:02:12.795Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T19:02:12.795Z] ---> Running in 145fcb488d55 [2021-01-05T19:02:12.795Z] ---> Running in 48baa9f725b3 [2021-01-05T19:02:12.795Z] ---> Running in c3b2159b40ad [2021-01-05T19:02:12.795Z] ---> Running in 3eab54717e62 [2021-01-05T19:02:12.795Z] ---> 197bbce9b6d0 [2021-01-05T19:02:12.795Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T19:02:12.795Z] ---> Running in 444c5e8732e5 [2021-01-05T19:02:12.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T19:02:12.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T19:02:12.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T19:02:12.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T19:02:12.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T19:02:39.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T19:02:41.384Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T19:02:46.184Z] Removing intermediate container 145fcb488d55 [2021-01-05T19:02:46.184Z] ---> a54aaba1353b [2021-01-05T19:02:46.184Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T19:02:46.184Z] Removing intermediate container c3b2159b40ad [2021-01-05T19:02:46.184Z] ---> b7f0beba04de [2021-01-05T19:02:46.184Z] [2021-01-05T19:02:46.184Z] Step 10/22 : FROM scratch [2021-01-05T19:02:46.184Z] ---> [2021-01-05T19:02:46.184Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:02:46.184Z] Removing intermediate container 444c5e8732e5 [2021-01-05T19:02:46.184Z] ---> c35278bf7b54 [2021-01-05T19:02:46.184Z] [2021-01-05T19:02:46.184Z] Step 10/24 : FROM scratch [2021-01-05T19:02:46.184Z] ---> [2021-01-05T19:02:46.184Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T19:02:46.184Z] Removing intermediate container 3eab54717e62 [2021-01-05T19:02:46.184Z] ---> 2717c15fa66a [2021-01-05T19:02:46.184Z] [2021-01-05T19:02:46.184Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T19:02:46.184Z] ---> Running in 6e6384c10204 [2021-01-05T19:02:46.184Z] 3.12: Pulling from library/alpine [2021-01-05T19:02:46.184Z] ---> Running in 91b094ee8bc8 [2021-01-05T19:02:46.184Z] ---> Running in 0495bd8a0fa1 [2021-01-05T19:02:46.463Z] Removing intermediate container 91b094ee8bc8 [2021-01-05T19:02:46.464Z] ---> bd662418f0ee [2021-01-05T19:02:46.464Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T19:02:46.464Z] Removing intermediate container 0495bd8a0fa1 [2021-01-05T19:02:46.464Z] ---> 2fabd1a5c357 [2021-01-05T19:02:46.464Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T19:02:46.732Z] ---> Running in 3ba5268772fb [2021-01-05T19:02:46.732Z] ---> Running in 5af4b3b2bad7 [2021-01-05T19:02:46.732Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T19:02:46.732Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T19:02:46.732Z] ---> 389fef711851 [2021-01-05T19:02:46.732Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T19:02:47.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T19:02:47.282Z] ---> Running in 724179b93f1a [2021-01-05T19:02:47.282Z] Removing intermediate container 3ba5268772fb [2021-01-05T19:02:47.282Z] ---> ab20d9aa098e [2021-01-05T19:02:47.282Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T19:02:47.282Z] Removing intermediate container 5af4b3b2bad7 [2021-01-05T19:02:47.282Z] ---> 52a600040f1a [2021-01-05T19:02:47.282Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T19:02:47.282Z] ---> Running in 9caf671d6009 [2021-01-05T19:02:47.548Z] ---> Running in 27dcbfd59e76 [2021-01-05T19:02:47.548Z] Removing intermediate container 9caf671d6009 [2021-01-05T19:02:47.548Z] ---> 5fc217ef22a1 [2021-01-05T19:02:47.548Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T19:02:47.813Z] Removing intermediate container 27dcbfd59e76 [2021-01-05T19:02:47.813Z] ---> 240f803dd34a [2021-01-05T19:02:47.813Z] Step 14/22 : WORKDIR / [2021-01-05T19:02:48.389Z] ---> Running in fc524d78c9e9 [2021-01-05T19:02:48.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:02:48.658Z] ---> 698a45338d32 [2021-01-05T19:02:48.658Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T19:02:48.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:02:48.658Z] Removing intermediate container fc524d78c9e9 [2021-01-05T19:02:48.658Z] ---> 8f07e4abd23e [2021-01-05T19:02:48.658Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T19:02:48.658Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T19:02:48.932Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:02:48.932Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T19:02:48.932Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T19:02:48.932Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:02:48.932Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T19:02:48.932Z] OK: 7 MiB in 18 packages [2021-01-05T19:02:49.511Z] Removing intermediate container 6e6384c10204 [2021-01-05T19:02:49.511Z] ---> b1a151948035 [2021-01-05T19:02:49.511Z] [2021-01-05T19:02:49.511Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T19:02:49.511Z] 20.10.0: Pulling from library/docker [2021-01-05T19:02:50.465Z] ---> 73c064d1888f [2021-01-05T19:02:50.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T19:02:51.424Z] ---> 783296765978 [2021-01-05T19:02:51.424Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T19:02:51.690Z] ---> 006c7032c69a [2021-01-05T19:02:51.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T19:02:51.959Z] Removing intermediate container 48baa9f725b3 [2021-01-05T19:02:51.959Z] ---> 5cfbddc67c46 [2021-01-05T19:02:51.959Z] [2021-01-05T19:02:51.959Z] Step 10/22 : FROM scratch [2021-01-05T19:02:51.959Z] ---> [2021-01-05T19:02:51.959Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:02:51.959Z] ---> Using cache [2021-01-05T19:02:51.959Z] ---> 2fabd1a5c357 [2021-01-05T19:02:51.959Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T19:02:52.224Z] ---> Running in 919fd7b340cb [2021-01-05T19:02:52.487Z] ---> 8915e8c0107d [2021-01-05T19:02:52.487Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T19:02:52.753Z] ---> 64508fb1b7a8 [2021-01-05T19:02:52.753Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T19:02:52.753Z] Removing intermediate container 724179b93f1a [2021-01-05T19:02:52.753Z] ---> 50e6d23597e3 [2021-01-05T19:02:52.753Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T19:02:52.753Z] Removing intermediate container 919fd7b340cb [2021-01-05T19:02:52.753Z] ---> 92e229bd3c01 [2021-01-05T19:02:52.753Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T19:02:52.753Z] ---> Running in f595fe6c8d99 [2021-01-05T19:02:52.753Z] ---> Running in 228199ec7e1b [2021-01-05T19:02:53.019Z] ---> Running in 67b1d9c8d5ed [2021-01-05T19:02:53.283Z] ---> 5b13f3eb6800 [2021-01-05T19:02:53.283Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T19:02:53.283Z] Removing intermediate container 228199ec7e1b [2021-01-05T19:02:53.283Z] ---> 1750670ade9b [2021-01-05T19:02:53.283Z] Step 13/21 : WORKDIR /edgex [2021-01-05T19:02:53.869Z] Removing intermediate container f595fe6c8d99 [2021-01-05T19:02:53.869Z] ---> fcd862e5a88c [2021-01-05T19:02:53.869Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:02:53.869Z] Removing intermediate container 67b1d9c8d5ed [2021-01-05T19:02:53.869Z] ---> 6f1b42a19482 [2021-01-05T19:02:53.869Z] Step 14/22 : WORKDIR / [2021-01-05T19:02:53.869Z] ---> Running in 3f8fd5c3923f [2021-01-05T19:02:53.869Z] ---> Running in f104060b8245 [2021-01-05T19:02:54.137Z] ---> 10a4fb06cf14 [2021-01-05T19:02:54.137Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T19:02:54.137Z] ---> Running in d53c22dfde08 [2021-01-05T19:02:54.408Z] Removing intermediate container 3f8fd5c3923f [2021-01-05T19:02:54.409Z] ---> f901385d8976 [2021-01-05T19:02:54.409Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T19:02:54.409Z] Removing intermediate container f104060b8245 [2021-01-05T19:02:54.409Z] ---> dd1e7d560185 [2021-01-05T19:02:54.409Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T19:02:54.677Z] Removing intermediate container d53c22dfde08 [2021-01-05T19:02:54.677Z] ---> 2cf8da099f37 [2021-01-05T19:02:54.677Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T19:02:54.677Z] ---> 8241d6178a07 [2021-01-05T19:02:54.677Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T19:02:54.677Z] ---> Running in 122f49dff89e [2021-01-05T19:02:54.677Z] ---> caab6c8626a5 [2021-01-05T19:02:54.677Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T19:02:54.677Z] ---> Running in 97eb82d84022 [2021-01-05T19:02:54.941Z] ---> 57766d863ddc [2021-01-05T19:02:54.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T19:02:54.941Z] Removing intermediate container 122f49dff89e [2021-01-05T19:02:54.941Z] ---> 5bc14902a928 [2021-01-05T19:02:54.941Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:02:54.941Z] Removing intermediate container 97eb82d84022 [2021-01-05T19:02:54.941Z] ---> 461da6930f63 [2021-01-05T19:02:54.941Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:02:55.215Z] ---> Running in b9fccf4fc639 [2021-01-05T19:02:55.215Z] ---> Running in 2efc065f98e1 [2021-01-05T19:02:55.479Z] ---> 13e95f8a90af [2021-01-05T19:02:55.479Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T19:02:55.479Z] Removing intermediate container b9fccf4fc639 [2021-01-05T19:02:55.479Z] ---> a305196d8860 [2021-01-05T19:02:55.479Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:02:55.743Z] Removing intermediate container 2efc065f98e1 [2021-01-05T19:02:55.743Z] ---> 61658c34ea1c [2021-01-05T19:02:55.743Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T19:02:56.691Z] ---> Running in b609462662f6 [2021-01-05T19:02:56.691Z] ---> Running in 6e8ef374499b [2021-01-05T19:02:56.691Z] ---> 3a4ac1eac501 [2021-01-05T19:02:56.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T19:02:56.691Z] ---> 50ef4a05852e [2021-01-05T19:02:56.691Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T19:02:56.961Z] ---> Running in 478ee938c938 [2021-01-05T19:02:56.961Z] Removing intermediate container b609462662f6 [2021-01-05T19:02:56.961Z] ---> 1bd9fc410d46 [2021-01-05T19:02:56.961Z] [2021-01-05T19:02:57.225Z] Removing intermediate container 6e8ef374499b [2021-01-05T19:02:57.225Z] ---> f50e260ca425 [2021-01-05T19:02:57.225Z] Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:02:57.225Z] ---> 5c8bdaf03836 [2021-01-05T19:02:57.225Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T19:02:57.225Z] Successfully built 1bd9fc410d46 [2021-01-05T19:02:57.225Z] Removing intermediate container 478ee938c938 [2021-01-05T19:02:57.225Z] ---> 2cfbf6e69a6c [2021-01-05T19:02:57.225Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T19:02:57.225Z] ---> Running in 60740c620223 [2021-01-05T19:02:57.225Z] Successfully tagged docker-core-command-go:latest [2021-01-05T19:02:57.225Z] Building docker-security-bootstrap-redis-go [2021-01-05T19:02:57.493Z]  Building docker-core-command-go ... done  ---> Running in b91f1f1a85da [2021-01-05T19:02:57.493Z] ---> Running in fe54530ac135 [2021-01-05T19:02:57.493Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T19:02:57.493Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T19:02:57.493Z] ---> aefe523efa57 [2021-01-05T19:02:57.493Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T19:02:57.757Z] Removing intermediate container 60740c620223 [2021-01-05T19:02:57.757Z] ---> 2639275567aa [2021-01-05T19:02:57.757Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T19:02:58.019Z] Removing intermediate container b91f1f1a85da [2021-01-05T19:02:58.019Z] ---> f0d8b8174661 [2021-01-05T19:02:58.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:02:59.424Z] ---> Running in af5cec4e2727 [2021-01-05T19:02:59.424Z] Removing intermediate container fe54530ac135 [2021-01-05T19:02:59.424Z] ---> 6a9ccb26cd1b [2021-01-05T19:02:59.424Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T19:02:59.424Z] ---> Running in 100a1c0261a0 [2021-01-05T19:02:59.424Z] ---> Running in adc79b28240d [2021-01-05T19:02:59.694Z] ---> Running in 8bcc187558ad [2021-01-05T19:03:00.273Z] Removing intermediate container 100a1c0261a0 [2021-01-05T19:03:00.273Z] ---> 30c9cee2b685 [2021-01-05T19:03:00.273Z] [2021-01-05T19:03:00.854Z] Successfully built 30c9cee2b685 [2021-01-05T19:03:00.854Z] Removing intermediate container adc79b28240d [2021-01-05T19:03:00.854Z] ---> b0f8f6f814c0 [2021-01-05T19:03:00.854Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T19:03:00.854Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T19:03:00.854Z] Building docker-security-secretstore-setup-go [2021-01-05T19:03:02.276Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:02.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:02.854Z] Removing intermediate container 8bcc187558ad [2021-01-05T19:03:02.854Z] ---> 20087be8ef68 [2021-01-05T19:03:02.854Z] Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:03:02.854Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T19:03:02.854Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T19:03:02.854Z] Executing bash-5.0.17-r0.post-install [2021-01-05T19:03:02.854Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:03:03.120Z] OK: 12 MiB in 22 packages [2021-01-05T19:03:03.385Z] ---> Running in 043e7fe0963e [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T19:03:03.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T19:03:05.325Z] ---> Running in d37ebb025693 [2021-01-05T19:03:06.194Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T19:03:06.194Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T19:03:06.194Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T19:03:07.278Z] Removing intermediate container 043e7fe0963e [2021-01-05T19:03:07.279Z] ---> fda56410464a [2021-01-05T19:03:07.279Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:03:07.279Z] Removing intermediate container d37ebb025693 [2021-01-05T19:03:07.279Z] ---> 00e8154a11ed [2021-01-05T19:03:07.279Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T19:03:07.548Z] ---> Running in 33ef075b5ed3 [2021-01-05T19:03:08.127Z] ---> Running in ad55f9fbd528 [2021-01-05T19:03:08.401Z] Removing intermediate container af5cec4e2727 [2021-01-05T19:03:08.401Z] ---> ad5932aa1178 [2021-01-05T19:03:08.401Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T19:03:08.666Z] Removing intermediate container 33ef075b5ed3 [2021-01-05T19:03:08.666Z] ---> e8f9f2ddb5d1 [2021-01-05T19:03:08.666Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:03:08.933Z] ---> Running in ca383ead6446 [2021-01-05T19:03:09.521Z] Removing intermediate container ad55f9fbd528 [2021-01-05T19:03:09.521Z] ---> 0362181e55f0 [2021-01-05T19:03:09.521Z] [2021-01-05T19:03:09.521Z] ---> Running in 7ddc47938dc2 [2021-01-05T19:03:10.119Z] Successfully built 0362181e55f0 [2021-01-05T19:03:10.391Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T19:03:10.391Z] Building docker-support-scheduler-go [2021-01-05T19:03:10.655Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ca383ead6446 [2021-01-05T19:03:10.656Z] ---> 3d2d196660fa [2021-01-05T19:03:10.656Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T19:03:12.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 46.6% of statements [2021-01-05T19:03:12.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T19:03:12.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T19:03:12.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T19:03:12.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T19:03:12.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T19:03:14.006Z] ---> Running in a6aefdb21e59 [2021-01-05T19:03:15.422Z] Removing intermediate container 7ddc47938dc2 [2021-01-05T19:03:15.422Z] ---> a4cc1f7caab8 [2021-01-05T19:03:15.422Z] [2021-01-05T19:03:16.035Z] Successfully built a4cc1f7caab8 [2021-01-05T19:03:16.993Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:03:16.993Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:03:17.568Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T19:03:17.834Z]  Building docker-core-metadata-go ... done  ---> 2f6534d739f7 [2021-01-05T19:03:17.834Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:03:17.834Z] Building docker-core-data-go [2021-01-05T19:03:17.834Z] ---> Using cache [2021-01-05T19:03:17.834Z] ---> b5b3ea47189c [2021-01-05T19:03:17.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:03:17.834Z] ---> Using cache [2021-01-05T19:03:17.834Z] ---> 822c86a24c11 [2021-01-05T19:03:17.834Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:03:17.834Z] ---> Using cache [2021-01-05T19:03:17.834Z] ---> 5d979335959d [2021-01-05T19:03:17.834Z] Step 6/22 : COPY go.mod . [2021-01-05T19:03:17.834Z] ---> Using cache [2021-01-05T19:03:17.834Z] ---> 89c918d4ca40 [2021-01-05T19:03:17.834Z] Step 7/22 : RUN go mod download [2021-01-05T19:03:17.834Z] ---> Using cache [2021-01-05T19:03:17.834Z] ---> 2412e06b9cb2 [2021-01-05T19:03:17.834Z] Step 8/22 : COPY . .Removing intermediate container a6aefdb21e59 [2021-01-05T19:03:17.834Z] ---> 553bc3aebded [2021-01-05T19:03:17.834Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T19:03:17.834Z] [2021-01-05T19:03:17.835Z] ---> Using cache [2021-01-05T19:03:17.835Z] ---> 714563a4ea6d [2021-01-05T19:03:17.835Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T19:03:18.422Z] ---> Running in b53d813695ce [2021-01-05T19:03:18.422Z] ---> Running in 3884597a225b [2021-01-05T19:03:19.841Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:03:19.841Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:03:20.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.497s coverage: 27.0% of statements [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T19:03:20.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T19:03:20.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T19:03:20.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.348s coverage: 77.1% of statements [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T19:03:20.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.381s coverage: 82.4% of statements [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T19:03:20.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T19:03:20.417Z] ---> 2f6534d739f7 [2021-01-05T19:03:20.417Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> b5b3ea47189c [2021-01-05T19:03:20.417Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> 822c86a24c11 [2021-01-05T19:03:20.417Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> 5d979335959d [2021-01-05T19:03:20.417Z] Step 6/24 : COPY go.mod . [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> 89c918d4ca40 [2021-01-05T19:03:20.417Z] Step 7/24 : RUN go mod download [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> 2412e06b9cb2 [2021-01-05T19:03:20.417Z] Step 8/24 : COPY . . [2021-01-05T19:03:20.417Z] ---> Using cache [2021-01-05T19:03:20.417Z] ---> 714563a4ea6d [2021-01-05T19:03:20.417Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T19:03:20.687Z] Removing intermediate container b53d813695ce [2021-01-05T19:03:20.687Z] ---> 5ea24af2f036 [2021-01-05T19:03:20.687Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T19:03:20.951Z] ---> Running in 683412aa262a [2021-01-05T19:03:22.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T19:03:23.130Z] ---> f1d9e94337cd [2021-01-05T19:03:23.130Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T19:03:23.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T19:03:24.110Z] ---> 413b0fe026e9 [2021-01-05T19:03:24.110Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T19:03:25.531Z] ---> 53187a778dca [2021-01-05T19:03:25.531Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T19:03:26.525Z] ---> Running in 5c8a606aea1e [2021-01-05T19:03:28.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.244s coverage: 28.6% of statements [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T19:03:28.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T19:03:28.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T19:03:28.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-01-05T19:03:28.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T19:03:28.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:28.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:28.489Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T19:03:28.489Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T19:03:28.489Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T19:03:28.489Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T19:03:28.489Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T19:03:28.489Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T19:03:28.489Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T19:03:28.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.411s coverage: 97.5% of statements [2021-01-05T19:03:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T19:03:29.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-01-05T19:03:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T19:03:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T19:03:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T19:03:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T19:03:30.481Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T19:03:30.481Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T19:03:30.481Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T19:03:30.481Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T19:03:30.481Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T19:03:30.481Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T19:03:30.757Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T19:03:32.160Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T19:03:34.111Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T19:03:34.385Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T19:03:34.662Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T19:03:34.662Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T19:03:34.662Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:03:34.662Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:03:34.662Z] ---> 2f6534d739f7 [2021-01-05T19:03:34.662Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T19:03:34.662Z] ---> Using cache [2021-01-05T19:03:34.662Z] ---> b5b3ea47189c [2021-01-05T19:03:34.939Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T19:03:34.939Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:03:34.939Z] ---> Using cache [2021-01-05T19:03:34.939Z] ---> 822c86a24c11 [2021-01-05T19:03:34.939Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T19:03:34.939Z] ---> Using cache [2021-01-05T19:03:34.939Z] ---> 5d979335959d [2021-01-05T19:03:34.939Z] Step 6/21 : COPY go.mod . [2021-01-05T19:03:34.939Z] ---> Using cache [2021-01-05T19:03:34.939Z] ---> 89c918d4ca40 [2021-01-05T19:03:34.939Z] Step 7/21 : RUN go mod download [2021-01-05T19:03:34.939Z] ---> Using cache [2021-01-05T19:03:34.939Z] ---> 2412e06b9cb2 [2021-01-05T19:03:34.939Z] Step 8/21 : COPY . . [2021-01-05T19:03:34.939Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T19:03:34.939Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T19:03:34.939Z] ---> Using cache [2021-01-05T19:03:34.939Z] ---> 714563a4ea6d [2021-01-05T19:03:34.939Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T19:03:34.939Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T19:03:35.527Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T19:03:35.527Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T19:03:35.791Z] ---> Running in d8c053b04fa6 [2021-01-05T19:03:35.791Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T19:03:35.791Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T19:03:35.791Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T19:03:35.791Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T19:03:35.791Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T19:03:35.791Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T19:03:36.067Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T19:03:36.067Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T19:03:36.067Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:03:36.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 93.8% of statements [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T19:03:36.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T19:03:36.253Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T19:03:36.254Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.1% of statements [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T19:03:36.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T19:03:36.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.118s coverage: 75.5% of statements [2021-01-05T19:03:36.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T19:03:36.356Z] OK: 71 MiB in 55 packages [2021-01-05T19:03:36.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 80.8% of statements [2021-01-05T19:03:36.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements [2021-01-05T19:03:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements [2021-01-05T19:03:38.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T19:03:39.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.4% of statements [2021-01-05T19:03:39.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T19:03:40.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:03:40.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:03:40.260Z] ---> 2f6534d739f7 [2021-01-05T19:03:40.260Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T19:03:40.260Z] ---> Using cache [2021-01-05T19:03:40.260Z] ---> b5b3ea47189c [2021-01-05T19:03:40.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:03:40.260Z] ---> Using cache [2021-01-05T19:03:40.260Z] ---> 822c86a24c11 [2021-01-05T19:03:40.260Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T19:03:40.860Z] ---> Running in e8f89892737a [2021-01-05T19:03:41.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 63.5% of statements [2021-01-05T19:03:41.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T19:03:41.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T19:03:41.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-01-05T19:03:41.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-05T19:03:42.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-01-05T19:03:42.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-01-05T19:03:42.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:42.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:43.488Z] OK: 233 MiB in 51 packages [2021-01-05T19:03:44.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-05T19:03:46.861Z] Removing intermediate container e8f89892737a [2021-01-05T19:03:46.861Z] ---> 383a5bbbf4eb [2021-01-05T19:03:46.861Z] Step 6/23 : COPY go.mod . [2021-01-05T19:03:48.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T19:03:48.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 55.9% of statements [2021-01-05T19:03:48.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T19:03:48.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T19:03:48.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T19:03:48.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T19:03:48.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T19:03:48.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements [2021-01-05T19:03:48.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T19:03:48.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T19:03:48.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.695s coverage: 84.0% of statements [2021-01-05T19:03:48.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-01-05T19:03:49.224Z] ---> 5a3d775814d1 [2021-01-05T19:03:49.224Z] Step 7/23 : RUN go mod download [2021-01-05T19:03:50.013Z] ---> Running in 679318b8a728 [2021-01-05T19:03:52.000Z] Removing intermediate container 5c8a606aea1e [2021-01-05T19:03:52.000Z] ---> bc255ec41386 [2021-01-05T19:03:52.000Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T19:03:52.350Z] ---> Running in 12ccc454dedf [2021-01-05T19:03:52.654Z] Removing intermediate container 3884597a225b [2021-01-05T19:03:52.654Z] ---> e4f9de33d05d [2021-01-05T19:03:52.654Z] [2021-01-05T19:03:52.654Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T19:03:52.654Z] ---> 389fef711851 [2021-01-05T19:03:52.654Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T19:03:52.927Z] ---> Running in 707d02199b3a [2021-01-05T19:03:53.196Z] Removing intermediate container 679318b8a728 [2021-01-05T19:03:53.196Z] ---> 739143a3516c [2021-01-05T19:03:53.196Z] Step 8/23 : COPY . . [2021-01-05T19:03:53.472Z] Collecting docker-compose==1.23.2 [2021-01-05T19:03:53.744Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T19:03:53.744Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T19:03:53.744Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T19:03:54.015Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T19:03:54.279Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T19:03:54.279Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T19:03:54.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:54.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:03:54.542Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T19:03:54.542Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:03:54.542Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T19:03:54.542Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T19:03:54.808Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T19:03:54.808Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:03:56.203Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T19:03:56.203Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T19:03:56.203Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T19:03:56.203Z] OK: 7 MiB in 19 packages [2021-01-05T19:03:56.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T19:03:56.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.196s coverage: 100.0% of statements [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T19:03:56.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-01-05T19:03:56.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T19:03:59.537Z] Removing intermediate container 683412aa262a [2021-01-05T19:03:59.537Z] ---> 7f4affa32824 [2021-01-05T19:03:59.537Z] [2021-01-05T19:03:59.537Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T19:03:59.537Z] ---> 389fef711851 [2021-01-05T19:03:59.537Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T19:03:59.800Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T19:03:59.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T19:04:00.172Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.040s coverage: 29.1% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T19:04:00.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T19:04:00.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T19:04:00.173Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T19:04:00.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T19:04:00.173Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T19:04:00.173Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T19:04:00.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-05T19:04:01.201Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T19:04:01.201Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T19:04:01.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-05T19:04:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-05T19:04:02.941Z] GO111MODULE=on go vet ./... [2021-01-05T19:04:03.134Z] ---> Running in 7e07411f666e [2021-01-05T19:04:03.134Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T19:04:03.134Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T19:04:03.717Z] Removing intermediate container 707d02199b3a [2021-01-05T19:04:03.717Z] ---> 2057af1aaf39 [2021-01-05T19:04:03.717Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T19:04:03.981Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T19:04:04.285Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T19:04:06.326Z] ---> Running in 02bfba6c49eb [2021-01-05T19:04:06.326Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T19:04:06.326Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T19:04:06.907Z] Collecting PyYAML<4,>=3.10 [2021-01-05T19:04:06.907Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T19:04:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:07.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:07.437Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T19:04:07.437Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:04:07.437Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T19:04:07.437Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T19:04:07.437Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T19:04:07.437Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:04:07.437Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T19:04:07.437Z] OK: 7 MiB in 19 packages [2021-01-05T19:04:08.408Z] Removing intermediate container 02bfba6c49eb [2021-01-05T19:04:08.408Z] ---> d6b4ae84bbcd [2021-01-05T19:04:08.408Z] Step 13/22 : WORKDIR / [2021-01-05T19:04:09.802Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T19:04:09.802Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T19:04:10.377Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T19:04:10.377Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T19:04:10.955Z] Collecting idna<2.8,>=2.5 [2021-01-05T19:04:11.218Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T19:04:11.792Z] ---> Running in 99fc7bf1d6be [2021-01-05T19:04:11.792Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T19:04:11.792Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T19:04:12.388Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T19:04:12.388Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T19:04:12.388Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T19:04:12.388Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T19:04:12.388Z] Removing intermediate container d8c053b04fa6 [2021-01-05T19:04:12.388Z] ---> ec13682a88a1 [2021-01-05T19:04:12.388Z] [2021-01-05T19:04:12.388Z] Step 10/21 : FROM scratch [2021-01-05T19:04:12.388Z] ---> [2021-01-05T19:04:12.388Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:04:12.665Z] Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, docopt, websocket-client, jsonschema, texttable, docker-pycreds, docker, PyYAML, docker-compose [2021-01-05T19:04:12.929Z] ---> Using cache [2021-01-05T19:04:12.929Z] ---> 2fabd1a5c357 [2021-01-05T19:04:12.929Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T19:04:13.361Z] Attempting uninstall: urllib3 [2021-01-05T19:04:13.361Z] Found existing installation: urllib3 1.25.9 [2021-01-05T19:04:13.361Z] Uninstalling urllib3-1.25.9: [2021-01-05T19:04:13.361Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T19:04:14.755Z] ---> Running in 1a61a3b3f6cc [2021-01-05T19:04:15.021Z] Removing intermediate container 7e07411f666e [2021-01-05T19:04:15.021Z] ---> f5f79c562b03 [2021-01-05T19:04:15.021Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T19:04:15.021Z] Attempting uninstall: idna [2021-01-05T19:04:15.021Z] Found existing installation: idna 2.9 [2021-01-05T19:04:15.021Z] Uninstalling idna-2.9: [2021-01-05T19:04:15.021Z] Removing intermediate container 99fc7bf1d6be [2021-01-05T19:04:15.021Z] ---> ed3f088ad816 [2021-01-05T19:04:15.021Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T19:04:15.021Z] Successfully uninstalled idna-2.9 [2021-01-05T19:04:15.021Z] ---> c6b2ef057f94 [2021-01-05T19:04:15.021Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T19:04:15.286Z] Removing intermediate container 1a61a3b3f6cc [2021-01-05T19:04:15.286Z] ---> e71e4a907b95 [2021-01-05T19:04:15.286Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T19:04:15.286Z] ---> Running in dbe3423e0742 [2021-01-05T19:04:15.286Z] Attempting uninstall: requests [2021-01-05T19:04:15.286Z] Found existing installation: requests 2.23.0 [2021-01-05T19:04:15.286Z] Uninstalling requests-2.23.0: [2021-01-05T19:04:15.286Z] ---> Running in ff6b997c4620 [2021-01-05T19:04:15.286Z] Successfully uninstalled requests-2.23.0 [2021-01-05T19:04:15.548Z] ---> Running in 4e187af1e2f6 [2021-01-05T19:04:15.810Z] Running setup.py install for dockerpty: started [2021-01-05T19:04:16.094Z] ---> a58da4e93d01 [2021-01-05T19:04:16.094Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T19:04:16.094Z] Removing intermediate container dbe3423e0742 [2021-01-05T19:04:16.094Z] ---> 5b26d13e280d [2021-01-05T19:04:16.094Z] Step 13/24 : WORKDIR / [2021-01-05T19:04:16.094Z] ---> Running in 75e33a783c0b [2021-01-05T19:04:16.367Z] Removing intermediate container 4e187af1e2f6 [2021-01-05T19:04:16.367Z] ---> aa2cf8a7bd7c [2021-01-05T19:04:16.367Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T19:04:16.635Z] Removing intermediate container 75e33a783c0b [2021-01-05T19:04:16.635Z] ---> 83b769cb2bdc [2021-01-05T19:04:16.635Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T19:04:16.635Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T19:04:16.635Z] Running setup.py install for docopt: started [2021-01-05T19:04:16.635Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T19:04:16.635Z] ---> 27f8abe965b4 [2021-01-05T19:04:16.635Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T19:04:16.903Z] ---> 2fc5019ed1ad [2021-01-05T19:04:16.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T19:04:16.903Z] ---> d84fca20c5a3 [2021-01-05T19:04:16.903Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T19:04:17.169Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T19:04:17.444Z] ---> ed3cee725f69 [2021-01-05T19:04:17.444Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T19:04:17.717Z] ---> baaacd49c8bb [2021-01-05T19:04:17.718Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T19:04:17.718Z] ---> 3cfffb6005e9 [2021-01-05T19:04:17.718Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T19:04:17.718Z] Running setup.py install for texttable: started [2021-01-05T19:04:17.984Z] ---> 15e60082d23e [2021-01-05T19:04:17.984Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T19:04:17.984Z] ---> Running in a0bfa2d2a495 [2021-01-05T19:04:18.574Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T19:04:18.574Z] ---> 5c6a2717fb28 [2021-01-05T19:04:18.574Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T19:04:18.574Z] ---> 892e59338794 [2021-01-05T19:04:18.574Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T19:04:19.168Z] ---> Running in eb5172b61143 [2021-01-05T19:04:19.168Z] Running setup.py install for PyYAML: started [2021-01-05T19:04:19.748Z] ---> f7d34155dbb0 [2021-01-05T19:04:19.748Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T19:04:20.332Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T19:04:21.286Z] Removing intermediate container eb5172b61143 [2021-01-05T19:04:21.286Z] ---> a662b945f574 [2021-01-05T19:04:21.286Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:04:21.553Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T19:04:21.843Z] ---> 5b0b2e5c8107 [2021-01-05T19:04:21.843Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T19:04:21.843Z] ---> Running in fed17b7b2593 [2021-01-05T19:04:22.159Z] Removing intermediate container a0bfa2d2a495 [2021-01-05T19:04:22.159Z] ---> aa1710c6971f [2021-01-05T19:04:22.159Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T19:04:22.159Z] ---> Running in 0678b561680e [2021-01-05T19:04:22.437Z] Removing intermediate container fed17b7b2593 [2021-01-05T19:04:22.437Z] ---> d0dfdf12a01c [2021-01-05T19:04:22.437Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T19:04:22.437Z] ---> ae072f8898d2 [2021-01-05T19:04:22.437Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T19:04:22.437Z] Removing intermediate container 0678b561680e [2021-01-05T19:04:22.437Z] ---> 8364d6468768 [2021-01-05T19:04:22.437Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T19:04:22.437Z] ---> Running in 0168b2a20f9e [2021-01-05T19:04:22.711Z] ---> Running in 22b12e7b900a [2021-01-05T19:04:22.981Z] ---> Running in a5feff1dd12a [2021-01-05T19:04:22.981Z] Removing intermediate container 0168b2a20f9e [2021-01-05T19:04:22.981Z] ---> dac514631c9d [2021-01-05T19:04:22.981Z] Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:04:23.584Z] ---> Running in fe71f0f087f6 [2021-01-05T19:04:23.584Z] Removing intermediate container a5feff1dd12a [2021-01-05T19:04:23.584Z] ---> 05415ee599fb [2021-01-05T19:04:23.584Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:04:23.863Z] ---> Running in d80b05381cda [2021-01-05T19:04:25.829Z] Removing intermediate container fe71f0f087f6 [2021-01-05T19:04:25.829Z] ---> c29f80cf886e [2021-01-05T19:04:25.829Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T19:04:26.418Z] ---> Running in be59ec83e8a9 [2021-01-05T19:04:26.418Z] Removing intermediate container d80b05381cda [2021-01-05T19:04:26.418Z] ---> ae0f28942428 [2021-01-05T19:04:26.418Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:04:26.701Z] ---> Running in 6582868c5956 [2021-01-05T19:04:26.974Z] Removing intermediate container 12ccc454dedf [2021-01-05T19:04:26.974Z] ---> ba0e4ebd60a8 [2021-01-05T19:04:26.974Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T19:04:26.974Z] Removing intermediate container be59ec83e8a9 [2021-01-05T19:04:26.974Z] ---> ad35e9226f38 [2021-01-05T19:04:26.974Z] [2021-01-05T19:04:26.974Z] ---> Running in 31e9cb784542 [2021-01-05T19:04:27.258Z] Successfully built ad35e9226f38 [2021-01-05T19:04:27.258Z] Removing intermediate container 6582868c5956 [2021-01-05T19:04:27.258Z] ---> 233c839207cc [2021-01-05T19:04:27.258Z] [2021-01-05T19:04:27.530Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T19:04:27.530Z]  Building docker-support-scheduler-go ... done Removing intermediate container 22b12e7b900a [2021-01-05T19:04:27.530Z] ---> 2144f0e75370 [2021-01-05T19:04:27.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T19:04:27.798Z] ---> Running in 673254d165fa [2021-01-05T19:04:27.798Z] Successfully built 233c839207cc [2021-01-05T19:04:27.798Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T19:04:28.072Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 673254d165fa [2021-01-05T19:04:28.072Z] ---> 4cf4f6b47838 [2021-01-05T19:04:28.072Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T19:04:28.072Z] ---> Running in 632c2b00d9f9 [2021-01-05T19:04:28.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:28.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:28.346Z] Removing intermediate container 632c2b00d9f9 [2021-01-05T19:04:28.346Z] ---> 60a58358d590 [2021-01-05T19:04:28.346Z] Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:04:28.346Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:04:28.346Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T19:04:28.346Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T19:04:28.346Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:04:28.610Z] OK: 72 MiB in 58 packages [2021-01-05T19:04:28.610Z] ---> Running in 2e45db27d32f [2021-01-05T19:04:29.196Z] Removing intermediate container 2e45db27d32f [2021-01-05T19:04:29.196Z] ---> 8649ce29ed89 [2021-01-05T19:04:29.196Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T19:04:29.196Z] ---> Running in 460f8b1e524b [2021-01-05T19:04:29.461Z] Removing intermediate container 31e9cb784542 [2021-01-05T19:04:29.461Z] ---> 9c52941c9cc5 [2021-01-05T19:04:29.461Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T19:04:29.735Z] ---> Running in a9c2804390fb [2021-01-05T19:04:29.735Z] Removing intermediate container 460f8b1e524b [2021-01-05T19:04:29.735Z] ---> 9c57a34b690b [2021-01-05T19:04:29.735Z] [2021-01-05T19:04:30.006Z] Successfully built 9c57a34b690b [2021-01-05T19:04:30.006Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T19:04:30.279Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a9c2804390fb [2021-01-05T19:04:30.279Z] ---> 9987e47fa977 [2021-01-05T19:04:30.279Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:04:30.279Z] ---> Running in 48157f6c0bd7 [2021-01-05T19:04:30.541Z] Removing intermediate container 48157f6c0bd7 [2021-01-05T19:04:30.541Z] ---> 76b19e756095 [2021-01-05T19:04:30.541Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T19:04:31.519Z] ---> Running in f6c816b72a81 [2021-01-05T19:04:31.519Z] Removing intermediate container f6c816b72a81 [2021-01-05T19:04:31.519Z] ---> c322dc96b700 [2021-01-05T19:04:31.519Z] Step 25/26 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:04:31.786Z] ---> Running in 0415413ada02 [2021-01-05T19:04:33.182Z] Removing intermediate container 0415413ada02 [2021-01-05T19:04:33.182Z] ---> 8bd14e76f8b8 [2021-01-05T19:04:33.182Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T19:04:33.182Z] ---> Running in b124fec35d78 [2021-01-05T19:04:33.447Z] Removing intermediate container b124fec35d78 [2021-01-05T19:04:33.447Z] ---> ffe10937e98c [2021-01-05T19:04:33.447Z] [2021-01-05T19:04:33.447Z] Successfully built ffe10937e98c [2021-01-05T19:04:33.447Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T19:04:37.677Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ff6b997c4620 [2021-01-05T19:04:37.677Z] ---> 1eac2a7ed5a8 [2021-01-05T19:04:37.677Z] [2021-01-05T19:04:37.677Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T19:04:37.677Z] ---> 389fef711851 [2021-01-05T19:04:37.677Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:04:37.677Z] ---> Running in baf56da405cb [2021-01-05T19:04:37.677Z] Removing intermediate container baf56da405cb [2021-01-05T19:04:37.677Z] ---> 7b566a2300f1 [2021-01-05T19:04:37.677Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T19:04:37.677Z] ---> Running in 1c9e328558be [2021-01-05T19:04:37.941Z] Removing intermediate container 1c9e328558be [2021-01-05T19:04:37.941Z] ---> 8b0b6dfa9f2b [2021-01-05T19:04:37.941Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T19:04:37.941Z] ---> Running in 677e692bcb7a [2021-01-05T19:04:38.205Z] Removing intermediate container 677e692bcb7a [2021-01-05T19:04:38.205Z] ---> d8991564ca63 [2021-01-05T19:04:38.205Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:04:38.205Z] ---> Running in 5b79cebfe9e1 [2021-01-05T19:04:39.599Z] Removing intermediate container 5b79cebfe9e1 [2021-01-05T19:04:39.599Z] ---> 3cd469beb4a2 [2021-01-05T19:04:39.599Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T19:04:39.599Z] ---> Running in 026e6a28b0f7 [2021-01-05T19:04:39.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T19:04:41.383Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T19:04:41.383Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T19:04:41.383Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T19:04:41.645Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T19:04:41.645Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T19:04:41.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:04:41.910Z] OK: 8 MiB in 19 packages [2021-01-05T19:04:42.484Z] Removing intermediate container 026e6a28b0f7 [2021-01-05T19:04:42.484Z] ---> f0a402052520 [2021-01-05T19:04:42.484Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T19:04:42.484Z] ---> 17c7acc1a59e [2021-01-05T19:04:42.484Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T19:04:43.058Z] ---> dc6a68bbac8a [2021-01-05T19:04:43.058Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T19:04:43.318Z] ---> 7d6f52309098 [2021-01-05T19:04:43.318Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T19:04:43.581Z] ---> Running in 6938bfda433b [2021-01-05T19:04:43.581Z] Removing intermediate container 6938bfda433b [2021-01-05T19:04:43.581Z] ---> 3980079f5d4a [2021-01-05T19:04:43.581Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:04:43.581Z] ---> Running in 254122e1e13d [2021-01-05T19:04:43.843Z] Removing intermediate container 254122e1e13d [2021-01-05T19:04:43.843Z] ---> 91d1387acd00 [2021-01-05T19:04:43.843Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T19:04:43.843Z] ---> Running in 103491fd59a3 [2021-01-05T19:04:44.105Z] Removing intermediate container 103491fd59a3 [2021-01-05T19:04:44.105Z] ---> 914abe659272 [2021-01-05T19:04:44.105Z] Step 22/23 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:04:44.105Z] ---> Running in c4ae177e2aaf [2021-01-05T19:04:44.371Z] Removing intermediate container c4ae177e2aaf [2021-01-05T19:04:44.371Z] ---> 34a0dc4f12d6 [2021-01-05T19:04:44.371Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T19:04:44.371Z] ---> Running in 1fad02c23d86 [2021-01-05T19:04:44.371Z] Removing intermediate container 1fad02c23d86 [2021-01-05T19:04:44.371Z] ---> cdba75349386 [2021-01-05T19:04:44.371Z] [2021-01-05T19:04:44.633Z] Successfully built cdba75349386 [2021-01-05T19:04:44.633Z] Successfully tagged docker-core-data-go:latest [2021-01-05T19:04:45.222Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T19:04:45.252Z] $ docker stop --time=1 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 [2021-01-05T19:04:46.957Z] $ docker rm -f 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T19:04:47.483Z] + docker images [2021-01-05T19:04:47.483Z] + grep docker [2021-01-05T19:04:47.483Z] docker-core-data-go latest cdba75349386 3 seconds ago 22.2MB [2021-01-05T19:04:47.483Z] docker-sys-mgmt-agent-go latest ffe10937e98c 14 seconds ago 313MB [2021-01-05T19:04:47.483Z] docker-security-secretstore-setup-go latest 9c57a34b690b 18 seconds ago 24.6MB [2021-01-05T19:04:47.483Z] docker-security-bootstrap-redis-go latest 233c839207cc 20 seconds ago 15.8MB [2021-01-05T19:04:47.483Z] docker-support-scheduler-go latest ad35e9226f38 21 seconds ago 10.7MB [2021-01-05T19:04:47.483Z] docker-core-metadata-go latest a4cc1f7caab8 About a minute ago 13MB [2021-01-05T19:04:47.483Z] docker-security-proxy-setup-go latest 0362181e55f0 About a minute ago 24.5MB [2021-01-05T19:04:47.483Z] docker-support-notifications-go latest 30c9cee2b685 About a minute ago 12MB [2021-01-05T19:04:47.483Z] docker-core-command-go latest 1bd9fc410d46 About a minute ago 10.6MB [2021-01-05T19:04:47.483Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-05T19:05:03.170Z] Still waiting to schedule task [2021-01-05T19:05:03.170Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-05T19:05:10.973Z] gofmt -l . [2021-01-05T19:05:10.973Z] [ "`gofmt -l .`" = "" ] [2021-01-05T19:05:10.973Z] ./bin/test-go-mod-tidy.sh [2021-01-05T19:05:10.973Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T19:05:14.681Z] + ls -al . [2021-01-05T19:05:14.954Z] total 668 [2021-01-05T19:05:14.954Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 19:05 . [2021-01-05T19:05:14.954Z] drwxr-xr-x 4 root root 4096 Jan 5 19:01 .. [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 19:00 .dockerignore [2021-01-05T19:05:14.954Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 19:00 .git [2021-01-05T19:05:14.954Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 19:00 .github [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 19:00 .gitignore [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 19:00 .sonarcloud.properties [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 19:00 CONTRIBUTING.md [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 19:00 Dockerfile.build [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 19:00 Jenkinsfile [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 19:00 LICENSE [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 19:00 Makefile [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 19:00 README.md [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 19:00 SECURITY.md [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 18:57 VERSION [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 19:00 ZMQWindows.md [2021-01-05T19:05:14.954Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 19:00 bin [2021-01-05T19:05:14.954Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 19:00 cmd [2021-01-05T19:05:14.954Z] -rw-r--r-- 1 root root 541590 Jan 5 19:04 coverage.out [2021-01-05T19:05:14.954Z] -rw-r--r-- 1 root root 979 Jan 5 19:05 go.mod [2021-01-05T19:05:14.954Z] -rw-r--r-- 1 root root 19019 Jan 5 19:05 go.sum [2021-01-05T19:05:14.954Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 19:00 internal [2021-01-05T19:05:14.954Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 19:00 openapi [2021-01-05T19:05:14.954Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 19:00 snap [2021-01-05T19:05:14.954Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 19:00 version.go [Pipeline] sh [2021-01-05T19:05:15.602Z] + '[' -e coverage.out ] [2021-01-05T19:05:15.602Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T19:05:15.664Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T19:05:16.813Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T19:05:17.508Z] + make build [2021-01-05T19:05:17.508Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T19:05:27.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T19:05:49.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T19:05:50.118Z] Running on prd-ubuntu18.04-docker-8c-8g-18554 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws [2021-01-05T19:05:50.186Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-05T19:05:52.218Z] using credential edgex-jenkins-ssh [2021-01-05T19:05:52.281Z] Cloning the remote Git repository [2021-01-05T19:05:52.307Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T19:05:52.371Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-05T19:05:52.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T19:05:52.397Z] > git --version # timeout=10 [2021-01-05T19:05:52.403Z] > git --version # 'git version 2.17.1' [2021-01-05T19:05:52.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T19:05:52.428Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T19:05:54.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T19:05:58.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T19:05:59.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T19:06:00.926Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T19:06:00.933Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T19:06:00.942Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T19:06:00.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T19:06:00.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T19:06:00.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T19:06:01.759Z] Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T19:06:02.586Z] Failed in branch amd64 [2021-01-05T19:06:05.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T19:06:09.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T19:06:13.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T19:06:17.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T19:06:19.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T19:06:23.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-05T19:06:27.612Z] $ docker stop --time=1 e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 [2021-01-05T19:06:29.983Z] $ docker rm -f e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:06:31.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T19:06:31.848Z] [2021-01-05T19:06:31.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:06:32.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T19:06:32.505Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T19:06:32.505Z] 29e5d40040c1: Pulling fs layer [2021-01-05T19:06:32.505Z] 1ce36da41761: Pulling fs layer [2021-01-05T19:06:32.505Z] 25b303627fd3: Pulling fs layer [2021-01-05T19:06:32.505Z] 29e5d40040c1: Download complete [2021-01-05T19:06:33.483Z] 29e5d40040c1: Pull complete [2021-01-05T19:06:33.483Z] 1ce36da41761: Download complete [2021-01-05T19:06:34.919Z] 1ce36da41761: Pull complete [2021-01-05T19:06:34.919Z] 25b303627fd3: Verifying Checksum [2021-01-05T19:06:34.919Z] 25b303627fd3: Download complete [2021-01-05T19:06:45.067Z] 25b303627fd3: Pull complete [2021-01-05T19:06:45.067Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T19:06:45.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T19:06:45.068Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T19:06:45.345Z] prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container [2021-01-05T19:06:45.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T19:06:48.654Z] $ docker top 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T19:06:49.649Z] + docker-compose build --help [2021-01-05T19:06:49.649Z] + grep parallel [2021-01-05T19:06:53.019Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T19:06:53.036Z] $ docker stop --time=1 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f [2021-01-05T19:06:54.917Z] $ docker rm -f 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:06:55.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T19:06:55.686Z] . [Pipeline] withDockerContainer [2021-01-05T19:06:55.917Z] prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container [2021-01-05T19:06:55.989Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T19:06:57.364Z] $ docker top f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T19:06:58.359Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T19:07:02.723Z] Building docker-core-command-go ... [2021-01-05T19:07:02.723Z] Building docker-core-data-go ... [2021-01-05T19:07:02.723Z] Building docker-core-metadata-go ... [2021-01-05T19:07:02.723Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T19:07:02.723Z] Building docker-security-proxy-setup-go ... [2021-01-05T19:07:02.723Z] Building docker-security-secretstore-setup-go ... [2021-01-05T19:07:02.723Z] Building docker-support-notifications-go ... [2021-01-05T19:07:02.723Z] Building docker-support-scheduler-go ... [2021-01-05T19:07:02.723Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T19:07:02.723Z] Building docker-sys-mgmt-agent-go [2021-01-05T19:07:02.723Z] Building docker-core-data-go [2021-01-05T19:07:02.723Z] Building docker-support-scheduler-go [2021-01-05T19:07:02.723Z] Building docker-support-notifications-go [2021-01-05T19:07:02.723Z] Building docker-security-bootstrap-redis-go [2021-01-05T19:08:10.700Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:08:10.700Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:08:10.700Z] ---> 3a90221ca96e [2021-01-05T19:08:10.700Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T19:08:10.700Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:08:10.700Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:08:10.700Z] ---> 3a90221ca96e [2021-01-05T19:08:10.700Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T19:08:10.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:08:10.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:08:10.700Z] ---> 3a90221ca96e [2021-01-05T19:08:10.700Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T19:08:10.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:08:10.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:08:10.700Z] ---> 3a90221ca96e [2021-01-05T19:08:10.700Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:08:10.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:08:10.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:08:10.700Z] ---> 3a90221ca96e [2021-01-05T19:08:10.700Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T19:08:14.103Z] ---> Running in 3dcb3f7619ba [2021-01-05T19:08:14.103Z] ---> Running in 6869647e74fd [2021-01-05T19:08:14.103Z] ---> Running in e9e09f27f080 [2021-01-05T19:08:14.103Z] ---> Running in 5ebe2c56781d [2021-01-05T19:08:14.103Z] ---> Running in c31ecd04eb12 [2021-01-05T19:08:14.703Z] Removing intermediate container 3dcb3f7619ba [2021-01-05T19:08:14.703Z] ---> a38fd27e55f9 [2021-01-05T19:08:14.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:08:14.703Z] Removing intermediate container c31ecd04eb12 [2021-01-05T19:08:14.703Z] ---> 193df3a96d40 [2021-01-05T19:08:14.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:08:14.703Z] Removing intermediate container e9e09f27f080 [2021-01-05T19:08:14.703Z] ---> 578f594c4bbc [2021-01-05T19:08:14.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:08:14.703Z] Removing intermediate container 6869647e74fd [2021-01-05T19:08:14.703Z] ---> 55d6a4cf0336 [2021-01-05T19:08:14.703Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:08:14.703Z] Removing intermediate container 5ebe2c56781d [2021-01-05T19:08:14.703Z] ---> a47c7680b319 [2021-01-05T19:08:14.703Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:08:14.974Z] ---> Running in a4b10f92397e [2021-01-05T19:08:14.974Z] ---> Running in 3b95bf34d888 [2021-01-05T19:08:14.974Z] ---> Running in 5912dca86281 [2021-01-05T19:08:14.974Z] ---> Running in 5497464c47d5 [2021-01-05T19:08:14.974Z] ---> Running in 7038d61fe7ce [2021-01-05T19:08:18.413Z] Removing intermediate container 3b95bf34d888 [2021-01-05T19:08:18.413Z] ---> af4209443ad2 [2021-01-05T19:08:18.413Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T19:08:18.696Z] ---> Running in 2b5c1c68e46b [2021-01-05T19:08:18.969Z] Removing intermediate container a4b10f92397e [2021-01-05T19:08:18.969Z] ---> bf2a76305622 [2021-01-05T19:08:18.969Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T19:08:18.969Z] Removing intermediate container 5912dca86281 [2021-01-05T19:08:18.969Z] ---> aaa0011540c0 [2021-01-05T19:08:18.969Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:08:19.242Z] ---> Running in 16d3466397fb [2021-01-05T19:08:19.242Z] ---> Running in a039e787b2b5 [2021-01-05T19:08:19.516Z] Removing intermediate container 5497464c47d5 [2021-01-05T19:08:19.516Z] ---> 962b2ae903cf [2021-01-05T19:08:19.516Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T19:08:19.516Z] Removing intermediate container 7038d61fe7ce [2021-01-05T19:08:19.516Z] ---> 352d92262320 [2021-01-05T19:08:19.517Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T19:08:19.790Z] ---> Running in 4f8aa36c7f09 [2021-01-05T19:08:19.790Z] ---> Running in c36c73d82ea1 [2021-01-05T19:08:20.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:21.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:21.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:21.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:21.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:21.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:22.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:22.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:22.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:22.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:08:22.514Z] OK: 217 MiB in 51 packages [2021-01-05T19:08:23.132Z] OK: 217 MiB in 51 packages [2021-01-05T19:08:23.132Z] OK: 217 MiB in 51 packages [2021-01-05T19:08:23.407Z] OK: 217 MiB in 51 packages [2021-01-05T19:08:23.407Z] OK: 217 MiB in 51 packages [2021-01-05T19:08:24.013Z] Removing intermediate container 2b5c1c68e46b [2021-01-05T19:08:24.013Z] ---> 626840f9f32f [2021-01-05T19:08:24.013Z] Step 6/21 : COPY go.mod . [2021-01-05T19:08:25.003Z] ---> c738a83d819a [2021-01-05T19:08:25.003Z] Step 7/21 : RUN go mod download [2021-01-05T19:08:25.003Z] ---> Running in 77fa7818176a [2021-01-05T19:08:25.003Z] Removing intermediate container c36c73d82ea1 [2021-01-05T19:08:25.003Z] ---> c6de439c55fb [2021-01-05T19:08:25.003Z] Step 6/24 : COPY go.mod . [2021-01-05T19:08:25.285Z] Removing intermediate container 16d3466397fb [2021-01-05T19:08:25.285Z] ---> 07153f841e8c [2021-01-05T19:08:25.285Z] Step 6/23 : COPY go.mod . [2021-01-05T19:08:25.285Z] Removing intermediate container 4f8aa36c7f09 [2021-01-05T19:08:25.285Z] ---> e63aab62c5ad [2021-01-05T19:08:25.285Z] Step 6/26 : COPY go.mod . [2021-01-05T19:08:25.560Z] Removing intermediate container a039e787b2b5 [2021-01-05T19:08:25.560Z] ---> 7c34618a6008 [2021-01-05T19:08:25.560Z] Step 6/22 : COPY go.mod . [2021-01-05T19:08:26.567Z] ---> 6fc86af7a47d [2021-01-05T19:08:26.567Z] Step 7/24 : RUN go mod download [2021-01-05T19:08:26.567Z] ---> f0e56db8a83d [2021-01-05T19:08:26.567Z] Step 7/26 : RUN go mod download [2021-01-05T19:08:26.567Z] ---> Running in 1ef428f6c132 [2021-01-05T19:08:26.842Z] ---> 6623e252ee61 [2021-01-05T19:08:26.842Z] Step 7/23 : RUN go mod download [2021-01-05T19:08:26.842Z] ---> Running in d17497b92b7c [2021-01-05T19:08:26.842Z] ---> e2b9f18696b7 [2021-01-05T19:08:26.842Z] Step 7/22 : RUN go mod download [2021-01-05T19:08:27.117Z] ---> Running in 990a5b4db139 [2021-01-05T19:08:27.117Z] ---> Running in b678b8cf4ae1 [2021-01-05T19:08:29.098Z] Removing intermediate container 77fa7818176a [2021-01-05T19:08:29.098Z] ---> 57b406129120 [2021-01-05T19:08:29.098Z] Step 8/21 : COPY . . [2021-01-05T19:08:31.729Z] Removing intermediate container 1ef428f6c132 [2021-01-05T19:08:31.729Z] ---> 1332fb865f06 [2021-01-05T19:08:31.729Z] Step 8/24 : COPY . . [2021-01-05T19:08:32.335Z] Removing intermediate container d17497b92b7c [2021-01-05T19:08:32.335Z] ---> b7649b82c3c2 [2021-01-05T19:08:32.335Z] Step 8/26 : COPY . . [2021-01-05T19:08:32.613Z] Removing intermediate container b678b8cf4ae1 [2021-01-05T19:08:32.613Z] ---> 182b3c55c8c6 [2021-01-05T19:08:32.613Z] Step 8/22 : COPY . . [2021-01-05T19:08:32.613Z] Removing intermediate container 990a5b4db139 [2021-01-05T19:08:32.613Z] ---> 6cf5eda51e26 [2021-01-05T19:08:32.613Z] Step 8/23 : COPY . . [2021-01-05T19:08:59.439Z] ---> 9f18dc0716f5 [2021-01-05T19:08:59.439Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T19:08:59.439Z] ---> 09ff025230a9 [2021-01-05T19:08:59.439Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T19:08:59.439Z] ---> Running in 29cb61bae2d6 [2021-01-05T19:08:59.439Z] ---> d0542b2dc150 [2021-01-05T19:08:59.439Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T19:08:59.439Z] ---> 84e6b7e30398 [2021-01-05T19:08:59.439Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T19:08:59.439Z] ---> Running in 1dd556792812 [2021-01-05T19:08:59.439Z] ---> Running in 293dad4463fd [2021-01-05T19:08:59.439Z] ---> Running in 176e9d860b69 [2021-01-05T19:08:59.439Z] ---> a41c3b75ae3e [2021-01-05T19:08:59.439Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T19:08:59.439Z] ---> Running in a1447e08b543 [2021-01-05T19:08:59.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T19:08:59.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T19:08:59.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T19:08:59.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T19:08:59.439Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T19:10:36.296Z] Removing intermediate container 293dad4463fd [2021-01-05T19:10:36.296Z] ---> ff300e5208fd [2021-01-05T19:10:36.296Z] [2021-01-05T19:10:36.296Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T19:10:36.296Z] 3.12: Pulling from library/alpine [2021-01-05T19:10:36.296Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T19:10:36.296Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T19:10:36.296Z] ---> afeebe901d6b [2021-01-05T19:10:36.296Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T19:10:36.296Z] ---> Running in 8c3c42c556d4 [2021-01-05T19:10:36.296Z] Removing intermediate container 176e9d860b69 [2021-01-05T19:10:36.296Z] ---> ab743022f9cd [2021-01-05T19:10:36.296Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T19:10:36.296Z] ---> Running in ee4aa2a60564 [2021-01-05T19:10:36.296Z] Removing intermediate container 1dd556792812 [2021-01-05T19:10:36.296Z] ---> e77c2297a0d0 [2021-01-05T19:10:36.296Z] [2021-01-05T19:10:36.296Z] Step 10/24 : FROM scratch [2021-01-05T19:10:36.296Z] ---> [2021-01-05T19:10:36.296Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T19:10:36.296Z] Removing intermediate container 29cb61bae2d6 [2021-01-05T19:10:36.296Z] ---> 0a92886e7ebf [2021-01-05T19:10:36.296Z] [2021-01-05T19:10:36.296Z] Step 10/21 : FROM scratch [2021-01-05T19:10:36.296Z] ---> [2021-01-05T19:10:36.296Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:10:36.296Z] ---> Running in 639e05727b47 [2021-01-05T19:10:36.296Z] ---> Running in 5c8acab6ea18 [2021-01-05T19:10:36.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:10:36.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:10:36.859Z] Removing intermediate container 5c8acab6ea18 [2021-01-05T19:10:36.859Z] ---> aeab053671dd [2021-01-05T19:10:36.859Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T19:10:37.140Z] Removing intermediate container 639e05727b47 [2021-01-05T19:10:37.140Z] ---> c42a5d4e4e83 [2021-01-05T19:10:37.140Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T19:10:37.140Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T19:10:37.140Z] ---> Running in 458386a53d4c [2021-01-05T19:10:37.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T19:10:37.422Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:10:37.422Z] ---> Running in e295026a17d4 [2021-01-05T19:10:37.422Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T19:10:37.422Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T19:10:37.422Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T19:10:37.422Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:10:37.422Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T19:10:37.701Z] OK: 7 MiB in 19 packages [2021-01-05T19:10:37.983Z] Removing intermediate container 458386a53d4c [2021-01-05T19:10:37.983Z] ---> dd9877f440d2 [2021-01-05T19:10:37.983Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T19:10:38.258Z] Removing intermediate container e295026a17d4 [2021-01-05T19:10:38.258Z] ---> 2d8fc304c483 [2021-01-05T19:10:38.258Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T19:10:38.258Z] ---> Running in d323ca70ccf5 [2021-01-05T19:10:38.258Z] ---> Running in b06aa8e95216 [2021-01-05T19:10:39.248Z] Removing intermediate container d323ca70ccf5 [2021-01-05T19:10:39.249Z] ---> 07c7af92de7f [2021-01-05T19:10:39.249Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T19:10:39.249Z] Removing intermediate container b06aa8e95216 [2021-01-05T19:10:39.249Z] ---> 39bdd34ef86d [2021-01-05T19:10:39.249Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T19:10:40.234Z] Removing intermediate container 8c3c42c556d4 [2021-01-05T19:10:40.234Z] ---> d6d3090ef707 [2021-01-05T19:10:40.234Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T19:10:40.234Z] ---> 00989f7bdad3 [2021-01-05T19:10:40.234Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T19:10:40.508Z] ---> Running in 24733440344f [2021-01-05T19:10:40.786Z] ---> eec8b62c9c1a [2021-01-05T19:10:40.787Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T19:10:41.395Z] Removing intermediate container 24733440344f [2021-01-05T19:10:41.395Z] ---> a62b6548dedd [2021-01-05T19:10:41.395Z] Step 13/22 : WORKDIR / [2021-01-05T19:10:42.006Z] ---> Running in 83b0ac009d66 [2021-01-05T19:10:42.283Z] Removing intermediate container ee4aa2a60564 [2021-01-05T19:10:42.283Z] ---> b073d96e6bc2 [2021-01-05T19:10:42.283Z] [2021-01-05T19:10:42.283Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T19:10:42.563Z] ---> 0e2c4bfe7075 [2021-01-05T19:10:42.563Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T19:10:42.563Z] ---> d2948aa7f893 [2021-01-05T19:10:42.563Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T19:10:42.563Z] 20.10.0: Pulling from library/docker [2021-01-05T19:10:42.843Z] Removing intermediate container 83b0ac009d66 [2021-01-05T19:10:42.843Z] ---> 7016b581ed08 [2021-01-05T19:10:42.843Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T19:10:44.305Z] ---> c5acfc7a5a18 [2021-01-05T19:10:44.305Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T19:10:45.299Z] ---> Running in 6bc443154ce6 [2021-01-05T19:10:45.299Z] ---> 474e3325b9c2 [2021-01-05T19:10:45.299Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T19:10:45.584Z] ---> 23c9d04c73f2 [2021-01-05T19:10:45.584Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T19:10:46.573Z] Removing intermediate container 6bc443154ce6 [2021-01-05T19:10:46.573Z] ---> 9128213e6742 [2021-01-05T19:10:46.573Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:10:46.846Z] ---> 20adf176f818 [2021-01-05T19:10:46.847Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T19:10:46.847Z] ---> Running in df3c2b4ea35d [2021-01-05T19:10:47.449Z] ---> ddf34fadc570 [2021-01-05T19:10:47.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T19:10:47.449Z] Removing intermediate container df3c2b4ea35d [2021-01-05T19:10:47.449Z] ---> 66a8d82b69f8 [2021-01-05T19:10:47.449Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T19:10:47.723Z] ---> Running in 739add0cac6e [2021-01-05T19:10:49.188Z] ---> f2eb065255bc [2021-01-05T19:10:49.188Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T19:10:49.469Z] Removing intermediate container 739add0cac6e [2021-01-05T19:10:49.469Z] ---> 8d6654d2dc52 [2021-01-05T19:10:49.469Z] Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:10:49.754Z] ---> 965f66789f17 [2021-01-05T19:10:49.754Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T19:10:50.041Z] ---> Running in a79dd13174a3 [2021-01-05T19:10:50.343Z] ---> 043432cebb75 [2021-01-05T19:10:50.343Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T19:10:50.949Z] ---> Running in d4fc888f7317 [2021-01-05T19:10:50.949Z] Removing intermediate container a79dd13174a3 [2021-01-05T19:10:50.949Z] ---> b2bf7f35c369 [2021-01-05T19:10:50.949Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T19:10:51.545Z] ---> bef94dbf8a87 [2021-01-05T19:10:51.545Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T19:10:52.145Z] ---> Running in 17d2aef52acf [2021-01-05T19:10:52.421Z] ---> Running in 8a7b0df073e9 [2021-01-05T19:10:53.405Z] Removing intermediate container 17d2aef52acf [2021-01-05T19:10:53.405Z] ---> 80e2c37619cc [2021-01-05T19:10:53.405Z] [2021-01-05T19:10:53.697Z] Removing intermediate container 8a7b0df073e9 [2021-01-05T19:10:53.697Z] ---> 8235560b1c95 [2021-01-05T19:10:53.697Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:10:53.697Z] Successfully built 80e2c37619cc [2021-01-05T19:10:53.697Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T19:10:53.697Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-05T19:10:54.295Z] ---> Running in 4fb08a9cd67c [2021-01-05T19:10:54.295Z] Removing intermediate container a1447e08b543 [2021-01-05T19:10:54.295Z] ---> 2f53250974d4 [2021-01-05T19:10:54.295Z] [2021-01-05T19:10:54.295Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T19:10:54.295Z] ---> afeebe901d6b [2021-01-05T19:10:54.295Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:10:54.963Z] ---> Running in 2b62926ef39f [2021-01-05T19:10:55.239Z] Removing intermediate container 4fb08a9cd67c [2021-01-05T19:10:55.239Z] ---> c8d8cbc5f505 [2021-01-05T19:10:55.239Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T19:10:55.880Z] Removing intermediate container d4fc888f7317 [2021-01-05T19:10:55.880Z] ---> 7f7e57fb6100 [2021-01-05T19:10:55.880Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T19:10:55.880Z] Removing intermediate container 2b62926ef39f [2021-01-05T19:10:55.880Z] ---> d97c20017c69 [2021-01-05T19:10:55.880Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T19:10:56.184Z] ---> Running in 3406128d5164 [2021-01-05T19:10:56.473Z] ---> Running in 73989ea1c6e6 [2021-01-05T19:10:56.473Z] ---> Running in 415e7d43d5fc [2021-01-05T19:10:57.129Z] Removing intermediate container 3406128d5164 [2021-01-05T19:10:57.129Z] ---> 9e90d5eed0ca [2021-01-05T19:10:57.129Z] Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:10:57.437Z] ---> Running in 2b53b5695b4c [2021-01-05T19:10:57.739Z] Removing intermediate container 73989ea1c6e6 [2021-01-05T19:10:57.739Z] ---> 21c201a16d5e [2021-01-05T19:10:57.739Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T19:10:57.739Z] Removing intermediate container 415e7d43d5fc [2021-01-05T19:10:57.739Z] ---> 66a8e9239bb0 [2021-01-05T19:10:57.739Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T19:10:58.040Z] ---> Running in 148799b594f5 [2021-01-05T19:10:58.322Z] ---> Running in 71691ec87e04 [2021-01-05T19:10:58.322Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T19:10:58.644Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T19:10:58.644Z] ---> eeaf43b92773 [2021-01-05T19:10:58.644Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T19:10:58.933Z] Removing intermediate container 2b53b5695b4c [2021-01-05T19:10:58.933Z] ---> 4a37bb42e153 [2021-01-05T19:10:58.933Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T19:10:59.230Z] ---> Running in 85380cb138eb [2021-01-05T19:10:59.230Z] Removing intermediate container 148799b594f5 [2021-01-05T19:10:59.230Z] ---> 0ae525691364 [2021-01-05T19:10:59.230Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:10:59.511Z] ---> Running in 8a1e087f400c [2021-01-05T19:10:59.511Z] Removing intermediate container 71691ec87e04 [2021-01-05T19:10:59.511Z] ---> c60b598e87ee [2021-01-05T19:10:59.511Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:10:59.801Z] ---> Running in edffb7163ebe [2021-01-05T19:10:59.801Z] ---> Running in 7e5283110d80 [2021-01-05T19:11:00.090Z] Removing intermediate container 8a1e087f400c [2021-01-05T19:11:00.090Z] ---> c75fd402f086 [2021-01-05T19:11:00.090Z] [2021-01-05T19:11:00.715Z] Removing intermediate container 7e5283110d80 [2021-01-05T19:11:00.715Z] ---> 96ec715c7218 [2021-01-05T19:11:00.715Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:11:00.715Z] Successfully built c75fd402f086 [2021-01-05T19:11:00.997Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T19:11:00.997Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-05T19:11:00.997Z] ---> Running in ae5eedf96770 [2021-01-05T19:11:01.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:01.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:01.569Z] Removing intermediate container ae5eedf96770 [2021-01-05T19:11:01.569Z] ---> 0db62a03d267 [2021-01-05T19:11:01.569Z] [2021-01-05T19:11:02.174Z] Successfully built 0db62a03d267 [2021-01-05T19:11:02.174Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T19:11:02.174Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T19:11:02.174Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T19:11:02.174Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-05T19:11:02.174Z] Executing bash-5.0.17-r0.post-install [2021-01-05T19:11:02.174Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:11:02.174Z] OK: 12 MiB in 22 packages [2021-01-05T19:11:02.785Z] Removing intermediate container edffb7163ebe [2021-01-05T19:11:02.785Z] ---> 4521140c3372 [2021-01-05T19:11:02.785Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T19:11:03.421Z] ---> Running in 221cfc724217 [2021-01-05T19:11:04.449Z] Removing intermediate container 85380cb138eb [2021-01-05T19:11:04.449Z] ---> d4818ea89dcb [2021-01-05T19:11:04.449Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T19:11:04.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:05.348Z] ---> Running in 0a3fbcb0285c [2021-01-05T19:11:05.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:06.252Z] Removing intermediate container 0a3fbcb0285c [2021-01-05T19:11:06.252Z] ---> 3b706547e701 [2021-01-05T19:11:06.252Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T19:11:06.864Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T19:11:06.864Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T19:11:06.864Z] ---> Running in d21c085b5a4b [2021-01-05T19:11:06.864Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T19:11:07.459Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T19:11:07.459Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T19:11:07.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:11:07.733Z] OK: 8 MiB in 19 packages [2021-01-05T19:11:08.011Z] Removing intermediate container d21c085b5a4b [2021-01-05T19:11:08.011Z] ---> aa58bb6fff34 [2021-01-05T19:11:08.011Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T19:11:09.005Z] ---> Running in 6630352afd4c [2021-01-05T19:11:09.639Z] Removing intermediate container 6630352afd4c [2021-01-05T19:11:09.639Z] ---> 308c55a4d255 [2021-01-05T19:11:09.639Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T19:11:09.928Z] Removing intermediate container 221cfc724217 [2021-01-05T19:11:09.928Z] ---> 1375decad844 [2021-01-05T19:11:09.928Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T19:11:11.941Z] ---> eb24e46baa0d [2021-01-05T19:11:11.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T19:11:12.555Z] ---> f1177e6309f5 [2021-01-05T19:11:12.555Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T19:11:14.036Z] ---> e2c6ffffa2a5 [2021-01-05T19:11:14.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T19:11:14.665Z] ---> df79683ff9f7 [2021-01-05T19:11:14.665Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T19:11:15.288Z] ---> 9bf5fbc3d4b4 [2021-01-05T19:11:15.288Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T19:11:15.895Z] ---> Running in 51613834965f [2021-01-05T19:11:15.895Z] ---> fc378f1e962b [2021-01-05T19:11:15.895Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T19:11:16.185Z] ---> Running in 9d0bc7e6d575 [2021-01-05T19:11:16.474Z] Removing intermediate container 51613834965f [2021-01-05T19:11:16.474Z] ---> e44e6f46e42d [2021-01-05T19:11:16.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:11:16.759Z] ---> Running in b13f079782ef [2021-01-05T19:11:17.376Z] Removing intermediate container b13f079782ef [2021-01-05T19:11:17.376Z] ---> 4286e28a2b46 [2021-01-05T19:11:17.376Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T19:11:17.376Z] ---> Running in 5df4ccce0cce [2021-01-05T19:11:17.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:17.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:18.230Z] Removing intermediate container 5df4ccce0cce [2021-01-05T19:11:18.230Z] ---> c2daefdc0a8b [2021-01-05T19:11:18.230Z] Step 22/23 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:11:18.230Z] ---> Running in ef91bcf1c3b2 [2021-01-05T19:11:18.511Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T19:11:18.511Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T19:11:18.511Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T19:11:18.511Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T19:11:18.788Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T19:11:18.788Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T19:11:18.788Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T19:11:19.077Z] Removing intermediate container ef91bcf1c3b2 [2021-01-05T19:11:19.077Z] ---> 1bff9d6f8ba1 [2021-01-05T19:11:19.077Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T19:11:20.104Z] ---> Running in 1bf78e402b01 [2021-01-05T19:11:20.711Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T19:11:20.711Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T19:11:20.711Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T19:11:20.711Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T19:11:20.711Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T19:11:21.015Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T19:11:21.015Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T19:11:21.015Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T19:11:21.015Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T19:11:21.015Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T19:11:21.304Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T19:11:21.304Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T19:11:21.304Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T19:11:21.304Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T19:11:21.304Z] Removing intermediate container 1bf78e402b01 [2021-01-05T19:11:21.304Z] ---> 10f5408cde8d [2021-01-05T19:11:21.304Z] [2021-01-05T19:11:21.304Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T19:11:21.304Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T19:11:21.588Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T19:11:21.588Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T19:11:21.588Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T19:11:21.588Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T19:11:21.588Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T19:11:21.588Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T19:11:21.588Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T19:11:21.588Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T19:11:21.588Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T19:11:21.588Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T19:11:21.879Z] Successfully built 10f5408cde8d [2021-01-05T19:11:21.879Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:11:21.879Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T19:11:21.879Z] OK: 71 MiB in 55 packages [2021-01-05T19:11:21.879Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-05T19:11:23.366Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:11:23.366Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:11:23.366Z] ---> 3a90221ca96e [2021-01-05T19:11:23.366Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:11:23.366Z] ---> Using cache [2021-01-05T19:11:23.366Z] ---> a47c7680b319 [2021-01-05T19:11:23.366Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:11:23.366Z] ---> Using cache [2021-01-05T19:11:23.366Z] ---> 352d92262320 [2021-01-05T19:11:23.366Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:11:23.679Z] ---> Running in 16523cc3ba7c [2021-01-05T19:11:25.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:26.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:11:26.758Z] OK: 217 MiB in 51 packages [2021-01-05T19:11:31.123Z] Removing intermediate container 16523cc3ba7c [2021-01-05T19:11:31.123Z] ---> e63113c3ed34 [2021-01-05T19:11:31.123Z] Step 6/22 : COPY go.mod . [2021-01-05T19:11:31.430Z] Removing intermediate container 9d0bc7e6d575 [2021-01-05T19:11:31.430Z] ---> 68f58cd29c95 [2021-01-05T19:11:31.430Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T19:11:32.448Z] ---> Running in 0020da322b70 [2021-01-05T19:11:32.731Z] ---> fb5e3c0f6d19 [2021-01-05T19:11:32.731Z] Step 7/22 : RUN go mod download [2021-01-05T19:11:33.013Z] ---> Running in 300e7b6af2ee [2021-01-05T19:11:38.432Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:11:38.432Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:11:38.432Z] ---> 3a90221ca96e [2021-01-05T19:11:38.432Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T19:11:38.432Z] ---> Using cache [2021-01-05T19:11:38.432Z] ---> a47c7680b319 [2021-01-05T19:11:38.432Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:11:38.432Z] ---> Using cache [2021-01-05T19:11:38.432Z] ---> 352d92262320 [2021-01-05T19:11:38.432Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T19:11:38.432Z] ---> Using cache [2021-01-05T19:11:38.432Z] ---> e63113c3ed34 [2021-01-05T19:11:38.432Z] Step 6/24 : COPY go.mod . [2021-01-05T19:11:38.432Z] ---> Using cache [2021-01-05T19:11:38.432Z] ---> fb5e3c0f6d19 [2021-01-05T19:11:38.432Z] Step 7/24 : RUN go mod download [2021-01-05T19:11:38.432Z] Removing intermediate container 300e7b6af2ee [2021-01-05T19:11:38.432Z] ---> 124f0f47e987 [2021-01-05T19:11:38.432Z] Step 8/22 : COPY . . [2021-01-05T19:11:38.432Z] ---> Running in a940089644c7 [2021-01-05T19:11:38.709Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:11:38.709Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:11:38.709Z] ---> 3a90221ca96e [2021-01-05T19:11:38.709Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T19:11:38.709Z] ---> Using cache [2021-01-05T19:11:38.709Z] ---> a47c7680b319 [2021-01-05T19:11:38.709Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:11:38.709Z] ---> Using cache [2021-01-05T19:11:38.709Z] ---> 352d92262320 [2021-01-05T19:11:38.709Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T19:11:38.709Z] ---> Using cache [2021-01-05T19:11:38.709Z] ---> e63113c3ed34 [2021-01-05T19:11:38.709Z] Step 6/21 : COPY go.mod . [2021-01-05T19:11:38.709Z] ---> Using cache [2021-01-05T19:11:38.709Z] ---> fb5e3c0f6d19 [2021-01-05T19:11:38.709Z] Step 7/21 : RUN go mod download [2021-01-05T19:11:38.709Z] ---> Using cache [2021-01-05T19:11:38.709Z] ---> 124f0f47e987 [2021-01-05T19:11:38.709Z] Step 8/21 : COPY . . [2021-01-05T19:11:39.700Z] Collecting docker-compose==1.23.2 [2021-01-05T19:11:39.983Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T19:11:42.018Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T19:11:42.018Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T19:11:43.271Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T19:11:43.271Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T19:11:44.745Z] Removing intermediate container a940089644c7 [2021-01-05T19:11:44.745Z] ---> 61dbb5eea360 [2021-01-05T19:11:44.745Z] Step 8/24 : COPY . . [2021-01-05T19:11:45.736Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T19:11:45.736Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T19:11:48.386Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T19:11:48.386Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T19:11:48.985Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T19:11:48.985Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T19:11:49.263Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T19:11:49.543Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T19:11:49.543Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T19:11:50.532Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T19:11:50.532Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T19:11:51.136Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T19:11:51.421Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T19:11:51.421Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T19:11:51.421Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T19:11:51.421Z] ---> 3a90221ca96e [2021-01-05T19:11:51.421Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T19:11:51.421Z] ---> Using cache [2021-01-05T19:11:51.421Z] ---> a47c7680b319 [2021-01-05T19:11:51.421Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T19:11:51.421Z] ---> Using cache [2021-01-05T19:11:51.421Z] ---> 352d92262320 [2021-01-05T19:11:51.421Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T19:11:51.421Z] ---> Using cache [2021-01-05T19:11:51.421Z] ---> e63113c3ed34 [2021-01-05T19:11:51.421Z] Step 6/22 : COPY go.mod . [2021-01-05T19:11:51.421Z] ---> Using cache [2021-01-05T19:11:51.421Z] ---> fb5e3c0f6d19 [2021-01-05T19:11:51.421Z] Step 7/22 : RUN go mod download [2021-01-05T19:11:51.421Z] ---> Using cache [2021-01-05T19:11:51.421Z] ---> 61dbb5eea360 [2021-01-05T19:11:51.421Z] Step 8/22 : COPY . . [2021-01-05T19:11:54.073Z] Collecting PyYAML<4,>=3.10 [2021-01-05T19:11:54.073Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T19:11:57.508Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T19:11:57.508Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T19:11:57.793Z] Collecting idna<2.8,>=2.5 [2021-01-05T19:11:57.793Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T19:11:58.802Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T19:11:58.802Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T19:11:59.401Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T19:11:59.401Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T19:11:59.679Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T19:11:59.679Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T19:11:59.679Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T19:11:59.679Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T19:12:01.238Z] Installing collected packages: idna, urllib3, requests, docopt, texttable, jsonschema, websocket-client, cached-property, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2021-01-05T19:12:01.238Z] Attempting uninstall: idna [2021-01-05T19:12:01.238Z] Found existing installation: idna 2.9 [2021-01-05T19:12:01.238Z] Uninstalling idna-2.9: [2021-01-05T19:12:01.238Z] Successfully uninstalled idna-2.9 [2021-01-05T19:12:02.228Z] Attempting uninstall: urllib3 [2021-01-05T19:12:02.228Z] Found existing installation: urllib3 1.25.9 [2021-01-05T19:12:02.228Z] Uninstalling urllib3-1.25.9: [2021-01-05T19:12:02.523Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T19:12:04.516Z] Attempting uninstall: requests [2021-01-05T19:12:04.516Z] Found existing installation: requests 2.23.0 [2021-01-05T19:12:04.516Z] Uninstalling requests-2.23.0: [2021-01-05T19:12:04.516Z] Successfully uninstalled requests-2.23.0 [2021-01-05T19:12:05.994Z] Running setup.py install for docopt: started [2021-01-05T19:12:08.654Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T19:12:08.654Z] Running setup.py install for texttable: started [2021-01-05T19:12:10.117Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T19:12:11.552Z] ---> 92059bff5c97 [2021-01-05T19:12:11.552Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T19:12:11.552Z] ---> b2c82efaff10 [2021-01-05T19:12:11.552Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T19:12:11.552Z] ---> 7006ffce90cb [2021-01-05T19:12:11.552Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T19:12:11.828Z] ---> 578d0ff1c69e [2021-01-05T19:12:11.828Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T19:12:11.828Z] ---> Running in e8482281998d [2021-01-05T19:12:12.105Z] ---> Running in b5f414d78a67 [2021-01-05T19:12:12.105Z] ---> Running in 866ed6c7ceb0 [2021-01-05T19:12:12.105Z] ---> Running in 364e6acbec37 [2021-01-05T19:12:12.381Z] Running setup.py install for dockerpty: started [2021-01-05T19:12:13.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T19:12:13.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T19:12:14.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T19:12:14.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T19:12:15.531Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T19:12:15.531Z] Running setup.py install for PyYAML: started [2021-01-05T19:12:18.920Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T19:12:19.901Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T19:12:26.617Z] Removing intermediate container 0020da322b70 [2021-01-05T19:12:26.617Z] ---> ad9e0456888c [2021-01-05T19:12:26.617Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T19:12:26.617Z] ---> Running in dbb0c84fe9ff [2021-01-05T19:12:28.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:12:28.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:12:29.039Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:12:29.039Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T19:12:29.039Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T19:12:29.039Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:12:29.039Z] OK: 71 MiB in 58 packages [2021-01-05T19:12:31.041Z] Removing intermediate container dbb0c84fe9ff [2021-01-05T19:12:31.041Z] ---> 5b032e17ff57 [2021-01-05T19:12:31.041Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T19:12:31.041Z] ---> Running in 1d5371eb3075 [2021-01-05T19:12:32.038Z] Removing intermediate container 1d5371eb3075 [2021-01-05T19:12:32.038Z] ---> 7622e3fba175 [2021-01-05T19:12:32.038Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:12:32.038Z] ---> Running in 4d6e07833706 [2021-01-05T19:12:32.650Z] Removing intermediate container 4d6e07833706 [2021-01-05T19:12:32.650Z] ---> 831c18da4120 [2021-01-05T19:12:32.650Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T19:12:32.941Z] ---> Running in 46911ed29f4b [2021-01-05T19:12:33.548Z] Removing intermediate container 46911ed29f4b [2021-01-05T19:12:33.548Z] ---> 35bcc3ea5517 [2021-01-05T19:12:33.548Z] Step 25/26 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:12:33.830Z] ---> Running in 8df3f8b67af3 [2021-01-05T19:12:34.445Z] Removing intermediate container 8df3f8b67af3 [2021-01-05T19:12:34.445Z] ---> 0e26b5d2d1be [2021-01-05T19:12:34.445Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T19:12:34.730Z] ---> Running in 24b152808b83 [2021-01-05T19:12:35.357Z] Removing intermediate container 24b152808b83 [2021-01-05T19:12:35.357Z] ---> 1860ef064e28 [2021-01-05T19:12:35.357Z] [2021-01-05T19:12:35.958Z] Successfully built 1860ef064e28 [2021-01-05T19:12:35.958Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T19:13:22.981Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T19:13:23.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T19:13:38.737Z] Removing intermediate container 364e6acbec37 [2021-01-05T19:13:38.737Z] ---> 22efcaa8dc3a [2021-01-05T19:13:38.737Z] [2021-01-05T19:13:38.737Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T19:13:38.737Z] ---> afeebe901d6b [2021-01-05T19:13:38.737Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T19:13:38.737Z] ---> Using cache [2021-01-05T19:13:38.737Z] ---> d6d3090ef707 [2021-01-05T19:13:38.737Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T19:13:39.015Z] Removing intermediate container b5f414d78a67 [2021-01-05T19:13:39.015Z] ---> 78fbbd76a6ed [2021-01-05T19:13:39.015Z] [2021-01-05T19:13:39.015Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T19:13:39.015Z] ---> afeebe901d6b [2021-01-05T19:13:39.015Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T19:13:39.015Z] ---> Running in e8f6e998c4a1 [2021-01-05T19:13:39.295Z] ---> Running in f0c0bfbf3676 [2021-01-05T19:13:39.295Z] Removing intermediate container e8482281998d [2021-01-05T19:13:39.295Z] ---> db4da3488ac1 [2021-01-05T19:13:39.295Z] [2021-01-05T19:13:39.295Z] Step 10/22 : FROM scratch [2021-01-05T19:13:39.295Z] ---> [2021-01-05T19:13:39.295Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:13:39.901Z] ---> Using cache [2021-01-05T19:13:39.901Z] ---> aeab053671dd [2021-01-05T19:13:39.901Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T19:13:39.901Z] ---> Running in 9165c3ccd74b [2021-01-05T19:13:40.176Z] Removing intermediate container e8f6e998c4a1 [2021-01-05T19:13:40.176Z] ---> 622468f6b6fa [2021-01-05T19:13:40.176Z] Step 13/24 : WORKDIR / [2021-01-05T19:13:40.452Z] ---> Running in e3da72d1ea3a [2021-01-05T19:13:40.452Z] Removing intermediate container 9165c3ccd74b [2021-01-05T19:13:40.452Z] ---> fea3254c99f9 [2021-01-05T19:13:40.452Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T19:13:40.727Z] ---> Running in ed50c47c60cd [2021-01-05T19:13:41.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T19:13:41.002Z] Removing intermediate container e3da72d1ea3a [2021-01-05T19:13:41.002Z] ---> 53ed9122c6f8 [2021-01-05T19:13:41.002Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T19:13:41.282Z] Removing intermediate container ed50c47c60cd [2021-01-05T19:13:41.282Z] ---> 42bb1deb7996 [2021-01-05T19:13:41.282Z] Step 14/22 : WORKDIR / [2021-01-05T19:13:41.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T19:13:41.282Z] ---> Running in a024e939556a [2021-01-05T19:13:41.887Z] ---> d215272c2372 [2021-01-05T19:13:41.887Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T19:13:41.887Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T19:13:41.887Z] Removing intermediate container a024e939556a [2021-01-05T19:13:41.887Z] ---> 5ba63dd30ff6 [2021-01-05T19:13:41.887Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T19:13:41.887Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T19:13:41.887Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T19:13:41.887Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T19:13:41.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T19:13:42.167Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T19:13:42.167Z] OK: 7 MiB in 18 packages [2021-01-05T19:13:43.160Z] ---> 2a1413d77338 [2021-01-05T19:13:43.160Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T19:13:43.160Z] ---> 3f44d828ebae [2021-01-05T19:13:43.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T19:13:44.606Z] ---> ba5b6053a179 [2021-01-05T19:13:44.606Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T19:13:44.881Z] Removing intermediate container f0c0bfbf3676 [2021-01-05T19:13:44.881Z] ---> ad07a23b794b [2021-01-05T19:13:44.881Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T19:13:45.157Z] ---> 03df48b02d81 [2021-01-05T19:13:45.157Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T19:13:45.157Z] ---> Running in 91b852b62c00 [2021-01-05T19:13:45.755Z] Removing intermediate container 91b852b62c00 [2021-01-05T19:13:45.755Z] ---> 763c0b3ed8fa [2021-01-05T19:13:45.755Z] Step 13/21 : WORKDIR /edgex [2021-01-05T19:13:45.755Z] ---> b1b491db7a61 [2021-01-05T19:13:45.755Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T19:13:46.358Z] ---> Running in 9f9302b45cc5 [2021-01-05T19:13:46.358Z] ---> 70f7ad80db8e [2021-01-05T19:13:46.358Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T19:13:46.636Z] ---> Running in bfd334059a25 [2021-01-05T19:13:47.232Z] Removing intermediate container 9f9302b45cc5 [2021-01-05T19:13:47.232Z] ---> 9f14f08dc2fc [2021-01-05T19:13:47.232Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T19:13:47.830Z] Removing intermediate container bfd334059a25 [2021-01-05T19:13:47.830Z] ---> 8fcbc492fb71 [2021-01-05T19:13:47.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:13:47.830Z] ---> 6e1cbe352e73 [2021-01-05T19:13:47.830Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T19:13:48.102Z] ---> Running in 01ee874bd9b7 [2021-01-05T19:13:48.377Z] ---> c252b594c9a3 [2021-01-05T19:13:48.377Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T19:13:48.377Z] Removing intermediate container 866ed6c7ceb0 [2021-01-05T19:13:48.377Z] ---> c4fa86c6d770 [2021-01-05T19:13:48.377Z] [2021-01-05T19:13:48.377Z] Step 10/22 : FROM scratch [2021-01-05T19:13:48.377Z] ---> [2021-01-05T19:13:48.377Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T19:13:48.649Z] ---> 4794366b21ea [2021-01-05T19:13:48.649Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T19:13:48.649Z] ---> Using cache [2021-01-05T19:13:48.649Z] ---> aeab053671dd [2021-01-05T19:13:48.649Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T19:13:48.925Z] ---> Running in 3ffb5bc7435d [2021-01-05T19:13:48.925Z] Removing intermediate container 01ee874bd9b7 [2021-01-05T19:13:48.925Z] ---> 91a242449542 [2021-01-05T19:13:48.925Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T19:13:48.925Z] ---> Running in 4d5e32e6635f [2021-01-05T19:13:49.198Z] ---> Running in 458dd0e1dfd9 [2021-01-05T19:13:49.479Z] Removing intermediate container 4d5e32e6635f [2021-01-05T19:13:49.479Z] ---> 52c089bd8e56 [2021-01-05T19:13:49.479Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T19:13:49.757Z] ---> Running in 967a3dd2d630 [2021-01-05T19:13:49.757Z] ---> 2fb1f81f05be [2021-01-05T19:13:49.757Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T19:13:49.757Z] Removing intermediate container 458dd0e1dfd9 [2021-01-05T19:13:49.757Z] ---> b6b7df158f36 [2021-01-05T19:13:49.757Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:13:50.034Z] ---> Running in 960bac3a4f12 [2021-01-05T19:13:50.310Z] Removing intermediate container 967a3dd2d630 [2021-01-05T19:13:50.310Z] ---> ac17e98b8894 [2021-01-05T19:13:50.310Z] Step 14/22 : WORKDIR / [2021-01-05T19:13:50.591Z] ---> Running in d3d7b1efc137 [2021-01-05T19:13:50.868Z] Removing intermediate container 960bac3a4f12 [2021-01-05T19:13:50.868Z] ---> 99cad354c8e0 [2021-01-05T19:13:50.868Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:13:51.147Z] ---> Running in eb982f6a9744 [2021-01-05T19:13:51.147Z] Removing intermediate container d3d7b1efc137 [2021-01-05T19:13:51.147Z] ---> 5dd2bf5df01d [2021-01-05T19:13:51.147Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T19:13:51.427Z] ---> b531e26c7b2a [2021-01-05T19:13:51.427Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T19:13:51.710Z] ---> Running in e6cb35bf4229 [2021-01-05T19:13:51.710Z] Removing intermediate container eb982f6a9744 [2021-01-05T19:13:51.710Z] ---> 3e98c5bdae0e [2021-01-05T19:13:51.710Z] [2021-01-05T19:13:51.988Z] Removing intermediate container 3ffb5bc7435d [2021-01-05T19:13:51.988Z] ---> 0b96cbbaedcb [2021-01-05T19:13:51.988Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T19:13:52.272Z] ---> Running in a72cb7558387 [2021-01-05T19:13:52.272Z] Removing intermediate container e6cb35bf4229 [2021-01-05T19:13:52.272Z] ---> 4c59ffcca2ff [2021-01-05T19:13:52.272Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T19:13:52.272Z] ---> 345615ac77d6 [2021-01-05T19:13:52.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T19:13:52.272Z] Successfully built 3e98c5bdae0e [2021-01-05T19:13:52.560Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T19:13:52.560Z]  Building docker-core-command-go ... done  ---> Running in 9d4c8235059d [2021-01-05T19:13:52.837Z] Removing intermediate container a72cb7558387 [2021-01-05T19:13:52.837Z] ---> 88092fd5c2ba [2021-01-05T19:13:52.837Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T19:13:53.114Z] ---> Running in 3abdcec6fe83 [2021-01-05T19:13:53.114Z] Removing intermediate container 9d4c8235059d [2021-01-05T19:13:53.114Z] ---> 325a056bc13f [2021-01-05T19:13:53.114Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T19:13:53.390Z] ---> Running in a9998b7b72e3 [2021-01-05T19:13:53.688Z] ---> e5b5d80a4c91 [2021-01-05T19:13:53.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T19:13:53.688Z] Removing intermediate container 3abdcec6fe83 [2021-01-05T19:13:53.688Z] ---> 423e19d1f4b3 [2021-01-05T19:13:53.688Z] Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:13:53.993Z] ---> Running in 2f37e58e4d78 [2021-01-05T19:13:53.993Z] Removing intermediate container a9998b7b72e3 [2021-01-05T19:13:53.993Z] ---> 87efe9a9b53f [2021-01-05T19:13:53.993Z] Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:13:54.287Z] ---> Running in b5468238b69b [2021-01-05T19:13:54.590Z] Removing intermediate container 2f37e58e4d78 [2021-01-05T19:13:54.590Z] ---> cd6c66d20b4d [2021-01-05T19:13:54.590Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T19:13:54.590Z] ---> 5f2130fba196 [2021-01-05T19:13:54.590Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T19:13:54.882Z] ---> Running in 60f8877a1b2a [2021-01-05T19:13:54.882Z] ---> Running in 42027af427e3 [2021-01-05T19:13:54.882Z] Removing intermediate container b5468238b69b [2021-01-05T19:13:54.882Z] ---> a483803fde1b [2021-01-05T19:13:54.882Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T19:13:55.174Z] ---> Running in 077f1ca2cdb4 [2021-01-05T19:13:55.457Z] Removing intermediate container 60f8877a1b2a [2021-01-05T19:13:55.457Z] ---> 89295e8431e3 [2021-01-05T19:13:55.457Z] [2021-01-05T19:13:55.457Z] Removing intermediate container 42027af427e3 [2021-01-05T19:13:55.457Z] ---> e3bd4ab0f09d [2021-01-05T19:13:55.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T19:13:55.745Z] Successfully built 89295e8431e3 [2021-01-05T19:13:55.745Z] ---> Running in 816fe97b4ea5 [2021-01-05T19:13:56.019Z] Removing intermediate container 077f1ca2cdb4 [2021-01-05T19:13:56.019Z] ---> 3baa2829de47 [2021-01-05T19:13:56.019Z] [2021-01-05T19:13:56.019Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T19:13:56.293Z]  Building docker-security-secretstore-setup-go ... done Successfully built 3baa2829de47 [2021-01-05T19:13:56.293Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T19:13:56.293Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 816fe97b4ea5 [2021-01-05T19:13:56.293Z] ---> 573bd6d744e1 [2021-01-05T19:13:56.293Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T19:13:56.570Z] ---> Running in 43588d0c2391 [2021-01-05T19:13:57.170Z] Removing intermediate container 43588d0c2391 [2021-01-05T19:13:57.170Z] ---> baa8ec5c81a6 [2021-01-05T19:13:57.170Z] Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 [2021-01-05T19:13:57.170Z] ---> Running in ee0fb0bf9746 [2021-01-05T19:13:57.770Z] Removing intermediate container ee0fb0bf9746 [2021-01-05T19:13:57.770Z] ---> a9c0be84ba5f [2021-01-05T19:13:57.770Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T19:13:57.770Z] ---> Running in cf4e1b4dd7b2 [2021-01-05T19:13:58.369Z] Removing intermediate container cf4e1b4dd7b2 [2021-01-05T19:13:58.369Z] ---> bb3318fa2d43 [2021-01-05T19:13:58.369Z] [2021-01-05T19:13:58.642Z] Successfully built bb3318fa2d43 [2021-01-05T19:13:58.642Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T19:13:58.936Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-05T19:13:58.937Z] $ docker stop --time=1 f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e [2021-01-05T19:14:00.891Z] $ docker rm -f f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T19:14:01.615Z] + docker images [2021-01-05T19:14:01.615Z] + grep docker [2021-01-05T19:14:01.892Z] docker-core-metadata-go-arm64 latest bb3318fa2d43 4 seconds ago 12.2MB [2021-01-05T19:14:01.892Z] docker-security-secretstore-setup-go-arm64 latest 89295e8431e3 6 seconds ago 23.4MB [2021-01-05T19:14:01.892Z] docker-security-proxy-setup-go-arm64 latest 3baa2829de47 6 seconds ago 23.3MB [2021-01-05T19:14:01.892Z] docker-core-command-go-arm64 latest 3e98c5bdae0e 10 seconds ago 9.98MB [2021-01-05T19:14:01.892Z] docker-sys-mgmt-agent-go-arm64 latest 1860ef064e28 About a minute ago 300MB [2021-01-05T19:14:01.892Z] docker-core-data-go-arm64 latest 10f5408cde8d 2 minutes ago 21MB [2021-01-05T19:14:01.892Z] docker-security-bootstrap-redis-go-arm64 latest 0db62a03d267 3 minutes ago 15.1MB [2021-01-05T19:14:01.892Z] docker-support-notifications-go-arm64 latest c75fd402f086 3 minutes ago 11.4MB [2021-01-05T19:14:01.892Z] docker-support-scheduler-go-arm64 latest 80e2c37619cc 3 minutes ago 10MB [2021-01-05T19:14:01.892Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:05.129Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:06.210Z] ---> package-listing.sh [2021-01-05T19:14:06.210Z] ++ facter osfamily [2021-01-05T19:14:06.210Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T19:14:06.210Z] + OS_FAMILY=redhat [2021-01-05T19:14:06.210Z] + workspace=/w/workspace/edgex-go/5 [2021-01-05T19:14:06.210Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T19:14:06.210Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T19:14:06.210Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T19:14:06.210Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T19:14:06.210Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-05T19:14:06.210Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T19:14:06.210Z] + case "${OS_FAMILY}" in [2021-01-05T19:14:06.210Z] + rpm -qa [2021-01-05T19:14:06.210Z] + sort [2021-01-05T19:14:11.528Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T19:14:11.528Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T19:14:11.529Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T19:14:11.529Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-05T19:14:11.529Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-05T19:14:11.529Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-05T19:14:11.542Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T19:14:11.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:14:12.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T19:14:12.155Z] [2021-01-05T19:14:12.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T19:14:12.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T19:14:12.768Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T19:14:12.768Z] df20fa9351a1: Pulling fs layer [2021-01-05T19:14:12.768Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T19:14:12.768Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T19:14:12.768Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T19:14:12.768Z] 93b61091891f: Pulling fs layer [2021-01-05T19:14:12.768Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T19:14:12.768Z] 5e14af77c1be: Pulling fs layer [2021-01-05T19:14:12.768Z] 01666e4c0597: Pulling fs layer [2021-01-05T19:14:12.768Z] aa168da1d23b: Pulling fs layer [2021-01-05T19:14:12.768Z] 46f8f816bc3b: Waiting [2021-01-05T19:14:12.768Z] 93b61091891f: Waiting [2021-01-05T19:14:12.768Z] 93b9cdb0e59b: Waiting [2021-01-05T19:14:12.768Z] 5e14af77c1be: Waiting [2021-01-05T19:14:12.768Z] 01666e4c0597: Waiting [2021-01-05T19:14:12.768Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T19:14:12.768Z] 36b3adc4ff6f: Download complete [2021-01-05T19:14:12.768Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T19:14:12.768Z] 46f8f816bc3b: Download complete [2021-01-05T19:14:13.031Z] df20fa9351a1: Download complete [2021-01-05T19:14:13.031Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T19:14:13.031Z] 93b9cdb0e59b: Download complete [2021-01-05T19:14:13.031Z] 93b61091891f: Verifying Checksum [2021-01-05T19:14:13.031Z] 93b61091891f: Download complete [2021-01-05T19:14:13.031Z] 5e14af77c1be: Verifying Checksum [2021-01-05T19:14:13.031Z] 5e14af77c1be: Download complete [2021-01-05T19:14:13.031Z] 01666e4c0597: Download complete [2021-01-05T19:14:13.031Z] 8ad3a11d3b57: Download complete [2021-01-05T19:14:13.293Z] df20fa9351a1: Pull complete [2021-01-05T19:14:13.558Z] 36b3adc4ff6f: Pull complete [2021-01-05T19:14:14.525Z] 8ad3a11d3b57: Pull complete [2021-01-05T19:14:14.526Z] 46f8f816bc3b: Pull complete [2021-01-05T19:14:15.106Z] aa168da1d23b: Verifying Checksum [2021-01-05T19:14:15.106Z] aa168da1d23b: Download complete [2021-01-05T19:14:16.504Z] 93b61091891f: Pull complete [2021-01-05T19:14:16.504Z] 93b9cdb0e59b: Pull complete [2021-01-05T19:14:16.504Z] 5e14af77c1be: Pull complete [2021-01-05T19:14:16.771Z] 01666e4c0597: Pull complete [2021-01-05T19:14:24.951Z] aa168da1d23b: Pull complete [2021-01-05T19:14:24.951Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T19:14:24.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T19:14:24.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T19:14:25.175Z] prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container [2021-01-05T19:14:25.226Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T19:14:35.730Z] $ docker top 498c722c8e38e7edae6e49013e0315647d2ada9f280aec5d8cebe84739fffb51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T19:14:36.436Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T19:14:36.755Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T19:14:37.058Z] + ls /var/log/sa-host [2021-01-05T19:14:37.058Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T19:14:37.058Z] file_magic: OK [2021-01-05T19:14:37.058Z] HZ: Using current value: 100 [2021-01-05T19:14:37.058Z] file_header: OK [2021-01-05T19:14:37.058Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T19:14:37.058Z] Statistics: [2021-01-05T19:14:37.059Z] 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... [2021-01-05T19:14:37.059Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T19:14:37.059Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T19:14:37.059Z] file_magic: OK [2021-01-05T19:14:37.059Z] HZ: Using current value: 100 [2021-01-05T19:14:37.059Z] file_header: OK [2021-01-05T19:14:37.059Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T19:14:37.059Z] Statistics: [2021-01-05T19:14:37.059Z] Hnuu...uuuununununu... [2021-01-05T19:14:37.059Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T19:14:37.712Z] provisioning config files... [2021-01-05T19:14:37.735Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5666936331625819612tmp [Pipeline] { [Pipeline] echo [2021-01-05T19:14:37.839Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:38.139Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T19:14:38.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T19:14:38.253Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:38.551Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T19:14:38.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:38.857Z] ---> sudo-logs.sh [2021-01-05T19:14:38.857Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T19:14:38.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:39.167Z] ---> job-cost.sh [2021-01-05T19:14:39.167Z] lf-activate-venv: SKIPPING [2021-01-05T19:14:39.167Z] INFO: No Stack... [2021-01-05T19:14:40.111Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T19:14:40.373Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T19:14:40.386Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T19:14:40.685Z] ---> logs-deploy.sh [2021-01-05T19:14:40.685Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2981/5 [2021-01-05T19:14:40.685Z] INFO: archiving workspace using pattern(s): [2021-01-05T19:14:42.078Z] Archives upload complete. [2021-01-05T19:14:42.342Z] INFO: archiving logs to Nexus