Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at cc81cd9a60941bde415ebdc6eaf205dd7f209524 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from cc81cd9a60941bde415ebdc6eaf205dd7f209524 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21016 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing d452e94e0d7a1ecfb006c329791a579e7fa500aa Checking out Revision d452e94e0d7a1ecfb006c329791a579e7fa500aa (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T00:31:44.360Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T00:31:44.623Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T00:31:44.726Z] ========================================================= [2021-01-19T00:31:44.726Z] EdgeX Global Pipelines Version Info [2021-01-19T00:31:44.726Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:31:47.324Z] ------------------- [2021-01-19T00:31:47.324Z] stable info: [2021-01-19T00:31:47.324Z] ------------------- [2021-01-19T00:31:47.324Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T00:31:47.324Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T00:31:47.324Z] Message: update stable to v1.0.177 [2021-01-19T00:31:48.282Z] ------------------- [2021-01-19T00:31:48.282Z] experimental info: [2021-01-19T00:31:48.282Z] ------------------- [2021-01-19T00:31:48.282Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T00:31:48.282Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T00:31:48.282Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T00:31:48.553Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T00:31:48.632Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T00:31:48.721Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T00:31:48.831Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T00:31:48.913Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T00:31:49.006Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T00:31:49.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T00:31:49.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T00:31:49.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T00:31:49.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T00:31:49.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T00:31:49.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T00:31:49.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T00:31:49.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T00:31:49.793Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:31:49.876Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:31:49.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T00:31:50.043Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T00:31:50.149Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T00:31:50.280Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T00:31:50.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T00:31:50.535Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T00:31:50.689Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T00:31:50.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-19T00:31:50.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-19T00:31:50.973Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-19T00:31:51.051Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d452e94e0d7a1ecfb006c329791a579e7fa500aa [Pipeline] echo [2021-01-19T00:31:51.153Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d452e94 [Pipeline] echo [2021-01-19T00:31:51.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:31:51.409Z] provisioning config files... [2021-01-19T00:31:51.440Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config2251445703802623858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:31:51.860Z] ---> docker-login.sh [2021-01-19T00:31:51.860Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:31:52.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:52.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:52.398Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:52.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:52.398Z] [2021-01-19T00:31:52.398Z] Login Succeeded [2021-01-19T00:31:52.398Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:31:52.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:52.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:52.677Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:52.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:52.677Z] [2021-01-19T00:31:52.677Z] Login Succeeded [2021-01-19T00:31:52.677Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:31:52.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:52.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:52.942Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:52.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:52.942Z] [2021-01-19T00:31:52.942Z] Login Succeeded [2021-01-19T00:31:52.942Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:31:52.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:53.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:53.211Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:53.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:53.211Z] [2021-01-19T00:31:53.211Z] Login Succeeded [2021-01-19T00:31:53.211Z] docker.io [2021-01-19T00:31:53.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:53.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:53.479Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:53.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:53.479Z] [2021-01-19T00:31:53.479Z] Login Succeeded [2021-01-19T00:31:53.479Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:31:53.490Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:31:53.976Z] ++ 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-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:53.976Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:53.976Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T00:31:53.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:53.976Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T00:31:53.976Z] ++ cut -d/ -f2 [2021-01-19T00:31:53.976Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T00:31:54.125Z] 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-19T00:31:54.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:54.992Z] [2021-01-19T00:31:54.992Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:31:55.360Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:55.360Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T00:31:55.360Z] 31603596830f: Pulling fs layer [2021-01-19T00:31:55.361Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T00:31:55.361Z] 6ca5941a6612: Pulling fs layer [2021-01-19T00:31:55.361Z] ecc8261a40a4: Pulling fs layer [2021-01-19T00:31:55.361Z] ecc8261a40a4: Waiting [2021-01-19T00:31:55.361Z] 2a8b12db71e7: Download complete [2021-01-19T00:31:55.640Z] 31603596830f: Verifying Checksum [2021-01-19T00:31:55.640Z] 31603596830f: Download complete [2021-01-19T00:31:55.906Z] ecc8261a40a4: Verifying Checksum [2021-01-19T00:31:55.906Z] ecc8261a40a4: Download complete [2021-01-19T00:31:55.906Z] 6ca5941a6612: Download complete [2021-01-19T00:31:56.180Z] 31603596830f: Pull complete [2021-01-19T00:31:56.446Z] 2a8b12db71e7: Pull complete [2021-01-19T00:31:57.405Z] 6ca5941a6612: Pull complete [2021-01-19T00:31:57.669Z] ecc8261a40a4: Pull complete [2021-01-19T00:31:57.669Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T00:31:57.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:57.669Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T00:31:57.878Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:31:57.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T00:32:00.761Z] $ docker top bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T00:32:01.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:32:01.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:32:01.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:32:01.387Z] $ docker exec bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent [2021-01-19T00:32:01.582Z] SSH_AUTH_SOCK=/tmp/ssh-lMnP10nsOwVJ/agent.11 [2021-01-19T00:32:01.582Z] SSH_AGENT_PID=16 [2021-01-19T00:32:01.601Z] Running ssh-add (command line suppressed) [2021-01-19T00:32:01.737Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_7329100307289697730.key (/w/workspace/edgex-go/43@tmp/private_key_7329100307289697730.key) [2021-01-19T00:32:01.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:32:02.175Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T00:32:02.204Z] $ docker exec --env ******** --env ******** bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent -k [2021-01-19T00:32:02.339Z] unset SSH_AUTH_SOCK; [2021-01-19T00:32:02.340Z] unset SSH_AGENT_PID; [2021-01-19T00:32:02.340Z] echo Agent pid 16 killed; [2021-01-19T00:32:02.392Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T00:32:02.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:32:02.535Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:32:02.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:32:02.729Z] $ docker exec bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent [2021-01-19T00:32:02.931Z] SSH_AUTH_SOCK=/tmp/ssh-iGYXqwNwxnr6/agent.44 [2021-01-19T00:32:02.931Z] SSH_AGENT_PID=49 [2021-01-19T00:32:02.938Z] Running ssh-add (command line suppressed) [2021-01-19T00:32:03.071Z] Identity added: /w/workspace/edgex-go/43@tmp/private_key_4825190314607684378.key (/w/workspace/edgex-go/43@tmp/private_key_4825190314607684378.key) [2021-01-19T00:32:03.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:32:03.459Z] + git semver init [2021-01-19T00:32:03.459Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T00:32:03.459Z] # $GIT_DIR = /w/workspace/edgex-go/43/.git [2021-01-19T00:32:03.459Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/43 [2021-01-19T00:32:03.459Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T00:32:03.459Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T00:32:03.459Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T00:32:03.459Z] # $SEMVER_BRANCH = PR-2858 [2021-01-19T00:32:03.459Z] # $SEMVER_TEMP = /tmp/semver-063775839 [2021-01-19T00:32:03.459Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T00:32:43.646Z] # '/tmp/semver-063775839' -> '/w/workspace/edgex-go/43/.semver' [2021-01-19T00:32:43.646Z] # -> Force: false [2021-01-19T00:32:43.646Z] # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } [2021-01-19T00:32:43.664Z] $ docker exec --env ******** --env ******** bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 ssh-agent -k [2021-01-19T00:32:44.007Z] unset SSH_AUTH_SOCK; [2021-01-19T00:32:44.007Z] unset SSH_AGENT_PID; [2021-01-19T00:32:44.007Z] echo Agent pid 49 killed; [2021-01-19T00:32:44.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:32:44.635Z] + git semver [Pipeline] } [2021-01-19T00:32:44.654Z] $ docker stop --time=1 bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 [2021-01-19T00:32:46.830Z] $ docker rm -f bec730fe573232fca66bce2dde56c243d8ee529c47fcf6422f013d9199b2c931 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:32:47.442Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T00:32:48.104Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T00:32:48.107Z] [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-19T00:32:48.990Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:32:49.296Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:32:49.609Z] + sudo service docker restart [2021-01-19T00:32:49.609Z] + true [2021-01-19T00:32:49.609Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T00:32:50.590Z] ========================================================= [2021-01-19T00:32:50.590Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T00:32:50.590Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:50.944Z] + 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-19T00:32:55.207Z] Sending build context to Docker daemon 326.6MB [2021-01-19T00:32:55.207Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:32:55.207Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:32:55.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T00:32:55.207Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T00:32:55.207Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T00:32:55.207Z] de9db76c5a1d: Pulling fs layer [2021-01-19T00:32:55.207Z] bca2f99d35d6: Pulling fs layer [2021-01-19T00:32:55.207Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T00:32:55.207Z] 7c6f9722023f: Pulling fs layer [2021-01-19T00:32:55.207Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T00:32:55.207Z] 93359f2a8cfa: Waiting [2021-01-19T00:32:55.207Z] 7c6f9722023f: Waiting [2021-01-19T00:32:55.207Z] a35cf1a2eb13: Waiting [2021-01-19T00:32:55.207Z] bca2f99d35d6: Waiting [2021-01-19T00:32:55.207Z] de9db76c5a1d: Verifying Checksum [2021-01-19T00:32:55.207Z] de9db76c5a1d: Download complete [2021-01-19T00:32:55.207Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T00:32:55.207Z] 0ef7d3d256c8: Download complete [2021-01-19T00:32:55.207Z] 93359f2a8cfa: Download complete [2021-01-19T00:32:55.207Z] 7c6f9722023f: Download complete [2021-01-19T00:32:55.207Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T00:32:55.207Z] 188c0c94c7c5: Download complete [2021-01-19T00:32:55.207Z] 188c0c94c7c5: Pull complete [2021-01-19T00:32:55.808Z] 0ef7d3d256c8: Pull complete [2021-01-19T00:32:56.400Z] de9db76c5a1d: Pull complete [2021-01-19T00:32:56.983Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T00:32:56.983Z] a35cf1a2eb13: Download complete [2021-01-19T00:32:57.248Z] bca2f99d35d6: Verifying Checksum [2021-01-19T00:32:57.248Z] bca2f99d35d6: Download complete [2021-01-19T00:33:03.484Z] Still waiting to schedule task [2021-01-19T00:33:03.484Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T00:33:03.921Z] bca2f99d35d6: Pull complete [2021-01-19T00:33:03.921Z] 93359f2a8cfa: Pull complete [2021-01-19T00:33:03.921Z] 7c6f9722023f: Pull complete [2021-01-19T00:33:07.247Z] a35cf1a2eb13: Pull complete [2021-01-19T00:33:07.247Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T00:33:07.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T00:33:07.247Z] ---> a62c8e92a672 [2021-01-19T00:33:07.247Z] 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-19T00:33:07.518Z] ---> Running in 0aededa7974b [2021-01-19T00:33:08.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:33:09.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:33:10.908Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:33:11.172Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:33:11.172Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:33:11.435Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:33:29.612Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:33:29.612Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:33:29.612Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:33:29.612Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:33:29.612Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:33:29.612Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:33:29.612Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:33:29.612Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:33:29.612Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:33:29.612Z] OK: 233 MiB in 51 packages [2021-01-19T00:33:33.845Z] Removing intermediate container 0aededa7974b [2021-01-19T00:33:33.845Z] ---> c949934871e0 [2021-01-19T00:33:33.845Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:33:33.845Z] ---> Running in 06ac429d4bcd [2021-01-19T00:33:33.845Z] Removing intermediate container 06ac429d4bcd [2021-01-19T00:33:33.845Z] ---> e69dae118dc7 [2021-01-19T00:33:33.845Z] Step 5/6 : COPY go.mod . [2021-01-19T00:33:34.112Z] ---> b63c1e233e47 [2021-01-19T00:33:34.112Z] Step 6/6 : RUN go mod download [2021-01-19T00:33:34.112Z] ---> Running in f65bf03fa740 [2021-01-19T00:33:56.216Z] Removing intermediate container f65bf03fa740 [2021-01-19T00:33:56.216Z] ---> 351e7c058b10 [2021-01-19T00:33:56.492Z] Successfully built 351e7c058b10 [2021-01-19T00:33:56.492Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:33:56.811Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:33:56.811Z] . [Pipeline] withDockerContainer [2021-01-19T00:33:56.919Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:33:56.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-x86_64 cat [2021-01-19T00:33:57.965Z] $ docker top 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:33:58.529Z] + go version [2021-01-19T00:33:58.529Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T00:33:58.548Z] $ docker stop --time=1 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b [2021-01-19T00:34:00.044Z] $ docker rm -f 5d96bf17365132a6066bbcf296cc56d24da2407791ec4c8f03a768813fcf620b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:00.936Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:34:00.936Z] . [Pipeline] withDockerContainer [2021-01-19T00:34:01.057Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:34:01.129Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-x86_64 cat [2021-01-19T00:34:02.070Z] $ docker top c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:34:02.331Z] ========================================================= [2021-01-19T00:34:02.331Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:34:02.331Z] ========================================================= [Pipeline] sh [2021-01-19T00:34:02.635Z] + make test [2021-01-19T00:34:02.635Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:34:15.003Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:34:33.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:34:41.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:34:41.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:34:42.157Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:34:42.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:34:42.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:34:42.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:34:43.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:34:43.933Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:34:44.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:34:47.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:34:47.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:34:47.620Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:34:49.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2021-01-19T00:34:49.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:34:49.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:34:49.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:34:49.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:34:49.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:34:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.286s coverage: 27.0% of statements [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:34:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:34:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:34:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.176s coverage: 67.9% of statements [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:34:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.3% of statements [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:34:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:34:58.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:34:58.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:34:58.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:34:58.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:34:58.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-01-19T00:34:58.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:34:59.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-01-19T00:34:59.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:34:59.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:34:59.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:34:59.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:35:02.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.427s coverage: 92.8% of statements [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:35:02.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:35:02.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:35:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:35:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-19T00:35:02.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:35:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-01-19T00:35:02.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:35:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-01-19T00:35:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.098s coverage: 87.2% of statements [2021-01-19T00:35:02.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2021-01-19T00:35:03.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.4% of statements [2021-01-19T00:35:03.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:35:03.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements [2021-01-19T00:35:03.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:35:03.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:35:03.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2021-01-19T00:35:03.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-19T00:35:03.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-19T00:35:03.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-19T00:35:04.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-19T00:35:05.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.392s coverage: 68.9% of statements [2021-01-19T00:35:05.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:35:05.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:35:05.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:35:05.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:35:05.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:35:06.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.0% of statements [2021-01-19T00:35:06.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:35:06.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:35:06.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.431s coverage: 84.0% of statements [2021-01-19T00:35:06.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-19T00:35:08.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:35:08.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:35:08.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-19T00:35:08.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.883s coverage: 29.1% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:35:09.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:35:09.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:35:10.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-19T00:35:10.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-19T00:35:10.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-19T00:35:11.035Z] GO111MODULE=on go vet ./... [2021-01-19T00:35:37.962Z] gofmt -l . [2021-01-19T00:35:38.233Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:35:39.213Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:35:39.803Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:35:40.711Z] + ls -al . [2021-01-19T00:35:40.973Z] total 656 [2021-01-19T00:35:40.973Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 00:35 . [2021-01-19T00:35:40.973Z] drwxr-xr-x 4 root root 30 Jan 19 00:34 .. [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:31 .dockerignore [2021-01-19T00:35:40.973Z] drwxrwxr-x 8 1001 1001 179 Jan 19 00:31 .git [2021-01-19T00:35:40.973Z] drwxrwxr-x 3 1001 1001 125 Jan 19 00:31 .github [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:31 .gitignore [2021-01-19T00:35:40.973Z] drwx------ 3 1001 1001 47 Jan 19 00:32 .semver [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:31 .sonarcloud.properties [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:31 Attribution.txt [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:31 CONTRIBUTING.md [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:31 Dockerfile.build [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:31 Jenkinsfile [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:31 LICENSE [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:31 Makefile [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:31 README.md [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:31 SECURITY.md [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:31 ZMQWindows.md [2021-01-19T00:35:40.973Z] drwxrwxr-x 2 1001 1001 117 Jan 19 00:31 bin [2021-01-19T00:35:40.973Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:31 cmd [2021-01-19T00:35:40.973Z] -rw-r--r-- 1 root root 550280 Jan 19 00:35 coverage.out [2021-01-19T00:35:40.973Z] -rw-r--r-- 1 root root 981 Jan 19 00:35 go.mod [2021-01-19T00:35:40.973Z] -rw-r--r-- 1 root root 19241 Jan 19 00:35 go.sum [2021-01-19T00:35:40.973Z] drwxrwxr-x 8 1001 1001 127 Jan 19 00:31 internal [2021-01-19T00:35:40.973Z] drwxrwxr-x 4 1001 1001 26 Jan 19 00:31 openapi [2021-01-19T00:35:40.973Z] drwxrwxr-x 4 1001 1001 71 Jan 19 00:31 snap [2021-01-19T00:35:40.973Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:31 version.go [Pipeline] sh [2021-01-19T00:35:41.281Z] + '[' -e coverage.out ] [2021-01-19T00:35:41.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:35:41.523Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:35:41.823Z] + make build [2021-01-19T00:35:41.823Z] 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-19T00:35:45.201Z] 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-19T00:35:55.412Z] 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-19T00:35:56.006Z] 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-19T00:35:57.998Z] 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-19T00:35:58.265Z] 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-19T00:36:00.869Z] 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-19T00:36:02.284Z] 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-19T00:36:03.693Z] 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-19T00:36:05.101Z] 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-19T00:36:06.501Z] 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-19T00:36:07.477Z] 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-19T00:36:09.447Z] $ docker stop --time=1 c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad [2021-01-19T00:36:11.204Z] $ docker rm -f c0b07ee1365fb3f243a04d2412146d41ecee7ba6278ce520ed945a10f46538ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:13.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:36:13.096Z] [2021-01-19T00:36:13.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:13.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:36:13.461Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T00:36:13.461Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T00:36:13.461Z] ca9280d653b3: Pulling fs layer [2021-01-19T00:36:13.461Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T00:36:13.727Z] cbdbe7a5bc2a: Download complete [2021-01-19T00:36:14.344Z] cbdbe7a5bc2a: Pull complete [2021-01-19T00:36:14.344Z] ca9280d653b3: Verifying Checksum [2021-01-19T00:36:14.344Z] ca9280d653b3: Download complete [2021-01-19T00:36:15.761Z] ca9280d653b3: Pull complete [2021-01-19T00:36:16.714Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T00:36:16.714Z] 7e9c9ca2126c: Download complete [2021-01-19T00:36:18.073Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21025 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-19T00:36:18.124Z] Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout [2021-01-19T00:36:22.952Z] using credential edgex-jenkins-ssh [2021-01-19T00:36:23.030Z] Cloning the remote Git repository [2021-01-19T00:36:23.113Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:23.230Z] > git init /w/workspace/edgex-go/43 # timeout=10 [2021-01-19T00:36:23.316Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:23.317Z] > git --version # timeout=10 [2021-01-19T00:36:23.331Z] > git --version # 'git version 2.17.1' [2021-01-19T00:36:23.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:23.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:36:24.937Z] 7e9c9ca2126c: Pull complete [2021-01-19T00:36:24.937Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T00:36:24.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:36:24.937Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T00:36:25.153Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:36:25.216Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-19T00:36:26.928Z] $ docker top 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:36:27.438Z] + docker-compose build --help [2021-01-19T00:36:27.439Z] + grep parallel [2021-01-19T00:36:28.869Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:36:28.893Z] $ docker stop --time=1 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 [2021-01-19T00:36:30.367Z] $ docker rm -f 681fb1f0b72c0240166ffc1e9a452a3a93b68e0acfc9a64b358f6b706e576441 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:31.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:36:31.129Z] . [Pipeline] withDockerContainer [2021-01-19T00:36:31.253Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:36:31.325Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:36:32.251Z] $ docker top 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:36:32.885Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:36:34.295Z] Building docker-core-command-go ... [2021-01-19T00:36:34.295Z] Building docker-core-data-go ... [2021-01-19T00:36:34.295Z] Building docker-core-metadata-go ... [2021-01-19T00:36:34.295Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:36:34.295Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:36:34.295Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:36:34.295Z] Building docker-support-notifications-go ... [2021-01-19T00:36:34.295Z] Building docker-support-scheduler-go ... [2021-01-19T00:36:34.295Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:36:34.295Z] Building docker-core-command-go [2021-01-19T00:36:34.295Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:36:34.295Z] Building docker-support-scheduler-go [2021-01-19T00:36:34.295Z] Building docker-security-secretstore-setup-go [2021-01-19T00:36:34.295Z] Building docker-sys-mgmt-agent-go [2021-01-19T00:36:43.865Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:36:43.884Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:36:43.914Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:36:43.954Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:36:43.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:43.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:36:44.738Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-19T00:36:45.569Z] Merge succeeded, producing 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 [2021-01-19T00:36:45.570Z] Checking out Revision 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 (PR-2858) [2021-01-19T00:36:44.755Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:36:44.771Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-19T00:36:45.098Z] > git remote # timeout=10 [2021-01-19T00:36:45.114Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:36:45.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:36:45.150Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:36:45.556Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:36:45.576Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:36:45.586Z] > git checkout -f 885fef0a5a0279462b330bbb1511f4b4fdd7a4c0 # timeout=10 [2021-01-19T00:36:49.897Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:36:49.923Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T00:36:51.583Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:36:49.905Z] > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 [2021-01-19T00:36:52.014Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:36:52.353Z] + + truesudo [2021-01-19T00:36:52.353Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:36:54.399Z] provisioning config files... [2021-01-19T00:36:54.439Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config1591917046365229453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:36:54.848Z] ---> docker-login.sh [2021-01-19T00:36:54.848Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:36:55.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:36:56.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:36:56.068Z] Configure a credential helper to remove this warning. See [2021-01-19T00:36:56.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:36:56.068Z] [2021-01-19T00:36:56.068Z] Login Succeeded [2021-01-19T00:36:56.068Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:36:56.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:36:56.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:36:56.626Z] Configure a credential helper to remove this warning. See [2021-01-19T00:36:56.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:36:56.626Z] [2021-01-19T00:36:56.626Z] Login Succeeded [2021-01-19T00:36:56.626Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:36:56.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:36:57.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:36:57.186Z] Configure a credential helper to remove this warning. See [2021-01-19T00:36:57.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:36:57.186Z] [2021-01-19T00:36:57.186Z] Login Succeeded [2021-01-19T00:36:57.186Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:36:57.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:36:57.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:36:57.742Z] Configure a credential helper to remove this warning. See [2021-01-19T00:36:57.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:36:57.742Z] [2021-01-19T00:36:57.742Z] Login Succeeded [2021-01-19T00:36:57.742Z] docker.io [2021-01-19T00:36:58.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:36:58.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:36:58.293Z] Configure a credential helper to remove this warning. See [2021-01-19T00:36:58.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:36:58.293Z] [2021-01-19T00:36:58.293Z] Login Succeeded [2021-01-19T00:36:58.293Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:36:58.311Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T00:36:58.731Z] ========================================================= [2021-01-19T00:36:58.731Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T00:36:58.731Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:59.108Z] + 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-19T00:37:01.094Z] Sending build context to Docker daemon 165.6MB [2021-01-19T00:37:01.375Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:01.375Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:37:01.375Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T00:37:01.375Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T00:37:01.375Z] a4357932f1b6: Pulling fs layer [2021-01-19T00:37:01.375Z] 18c013af1878: Pulling fs layer [2021-01-19T00:37:01.375Z] 00ac8860ef70: Pulling fs layer [2021-01-19T00:37:01.375Z] 63d7cb157983: Pulling fs layer [2021-01-19T00:37:01.375Z] b116817d02f9: Pulling fs layer [2021-01-19T00:37:01.375Z] 745a02a5169b: Pulling fs layer [2021-01-19T00:37:01.375Z] 00ac8860ef70: Waiting [2021-01-19T00:37:01.375Z] 63d7cb157983: Waiting [2021-01-19T00:37:01.375Z] b116817d02f9: Waiting [2021-01-19T00:37:01.375Z] 745a02a5169b: Waiting [2021-01-19T00:37:01.375Z] 18c013af1878: Verifying Checksum [2021-01-19T00:37:01.375Z] 18c013af1878: Download complete [2021-01-19T00:37:01.375Z] a4357932f1b6: Verifying Checksum [2021-01-19T00:37:01.375Z] a4357932f1b6: Download complete [2021-01-19T00:37:01.375Z] 63d7cb157983: Verifying Checksum [2021-01-19T00:37:01.375Z] 63d7cb157983: Download complete [2021-01-19T00:37:01.375Z] b116817d02f9: Verifying Checksum [2021-01-19T00:37:01.375Z] b116817d02f9: Download complete [2021-01-19T00:37:01.375Z] 5f621e34cdf4: Download complete [2021-01-19T00:37:02.370Z] 5f621e34cdf4: Pull complete [2021-01-19T00:37:02.978Z] a4357932f1b6: Pull complete [2021-01-19T00:37:03.260Z] 18c013af1878: Pull complete [2021-01-19T00:37:04.250Z] 745a02a5169b: Verifying Checksum [2021-01-19T00:37:04.250Z] 745a02a5169b: Download complete [2021-01-19T00:37:05.229Z] 00ac8860ef70: Verifying Checksum [2021-01-19T00:37:05.229Z] 00ac8860ef70: Download complete [2021-01-19T00:37:13.516Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:13.516Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:13.516Z] ---> 351e7c058b10 [2021-01-19T00:37:13.516Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:37:13.831Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:13.831Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:13.831Z] ---> 351e7c058b10 [2021-01-19T00:37:13.831Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:37:13.831Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:13.831Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:13.831Z] ---> 351e7c058b10 [2021-01-19T00:37:13.831Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:37:14.118Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:14.118Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:14.118Z] ---> 351e7c058b10 [2021-01-19T00:37:14.389Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:37:14.659Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:14.659Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:14.659Z] ---> 351e7c058b10 [2021-01-19T00:37:14.659Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:37:15.261Z] ---> Running in f4315dafe594 [2021-01-19T00:37:15.261Z] ---> Running in ae95b60f03f3 [2021-01-19T00:37:15.261Z] ---> Running in e53020debc27 [2021-01-19T00:37:15.261Z] ---> Running in d6b584e445fc [2021-01-19T00:37:15.261Z] ---> Running in 21bee1f5ef70 [2021-01-19T00:37:15.415Z] 00ac8860ef70: Pull complete [2021-01-19T00:37:15.415Z] 63d7cb157983: Pull complete [2021-01-19T00:37:15.415Z] b116817d02f9: Pull complete [2021-01-19T00:37:15.896Z] Removing intermediate container f4315dafe594 [2021-01-19T00:37:15.896Z] ---> b695cbe194bb [2021-01-19T00:37:15.896Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:16.209Z] Removing intermediate container ae95b60f03f3 [2021-01-19T00:37:16.209Z] ---> 54680b247a82 [2021-01-19T00:37:16.209Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:16.209Z] Removing intermediate container 21bee1f5ef70 [2021-01-19T00:37:16.209Z] ---> e5d30fd80491 [2021-01-19T00:37:16.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:16.209Z] Removing intermediate container d6b584e445fc [2021-01-19T00:37:16.209Z] ---> ad9c0107ad03 [2021-01-19T00:37:16.209Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:16.209Z] Removing intermediate container e53020debc27 [2021-01-19T00:37:16.209Z] ---> a9c80e59cbbd [2021-01-19T00:37:16.209Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:16.209Z] ---> Running in a462f28e7bd3 [2021-01-19T00:37:16.209Z] ---> Running in 2f60e158bc13 [2021-01-19T00:37:16.209Z] ---> Running in b9106118d98f [2021-01-19T00:37:16.497Z] ---> Running in 8e2830ad05dd [2021-01-19T00:37:16.497Z] ---> Running in 043a11643b5f [2021-01-19T00:37:18.043Z] 745a02a5169b: Pull complete [2021-01-19T00:37:18.043Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T00:37:18.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T00:37:18.043Z] ---> b7e6874047d6 [2021-01-19T00:37:18.043Z] 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-19T00:37:19.962Z] Removing intermediate container 8e2830ad05dd [2021-01-19T00:37:19.962Z] ---> 181904a378cb [2021-01-19T00:37:19.962Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:37:19.962Z] Removing intermediate container b9106118d98f [2021-01-19T00:37:19.962Z] ---> 94088547ac67 [2021-01-19T00:37:19.962Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:37:20.256Z] Removing intermediate container a462f28e7bd3 [2021-01-19T00:37:20.256Z] ---> 6c8b9036061d [2021-01-19T00:37:20.256Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:37:20.256Z] ---> Running in a325bdfb53fb [2021-01-19T00:37:20.256Z] ---> Running in 20255cb925f2 [2021-01-19T00:37:20.256Z] Removing intermediate container 2f60e158bc13 [2021-01-19T00:37:20.256Z] ---> daeac47f4ad0 [2021-01-19T00:37:20.256Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:37:20.537Z] ---> Running in 5f1840856b07 [2021-01-19T00:37:20.537Z] Removing intermediate container 043a11643b5f [2021-01-19T00:37:20.537Z] ---> 877cf0b15d80 [2021-01-19T00:37:20.537Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:37:20.537Z] ---> Running in dff8a3170743 [2021-01-19T00:37:20.810Z] ---> Running in 9ec6fb2debce [2021-01-19T00:37:21.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:21.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:21.462Z] ---> Running in 69fc27ef3ae3 [2021-01-19T00:37:22.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:22.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:22.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:22.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:37:23.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:23.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:23.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:23.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:23.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:23.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:37:24.393Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:24.393Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:24.667Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:24.942Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:24.942Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:25.304Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:37:25.537Z] Removing intermediate container a325bdfb53fb [2021-01-19T00:37:25.537Z] ---> 364346166be4 [2021-01-19T00:37:25.537Z] Step 6/26 : COPY go.mod . [2021-01-19T00:37:25.537Z] Removing intermediate container 20255cb925f2 [2021-01-19T00:37:25.537Z] ---> 3eb7f31e3b02 [2021-01-19T00:37:25.537Z] Step 6/22 : COPY go.mod . [2021-01-19T00:37:25.537Z] Removing intermediate container 5f1840856b07 [2021-01-19T00:37:25.537Z] ---> 72829791d9fc [2021-01-19T00:37:25.537Z] Step 6/24 : COPY go.mod . [2021-01-19T00:37:25.580Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:37:25.801Z] ---> 777a2bce740f [2021-01-19T00:37:25.801Z] Step 7/22 : RUN go mod download [2021-01-19T00:37:25.852Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:37:25.852Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:37:26.075Z] ---> 73caec150466 [2021-01-19T00:37:26.075Z] Step 7/26 : RUN go mod download [2021-01-19T00:37:26.075Z] ---> Running in c7e857db2042 [2021-01-19T00:37:26.075Z] Removing intermediate container 9ec6fb2debce [2021-01-19T00:37:26.075Z] ---> f1f2c7f0232d [2021-01-19T00:37:26.075Z] Step 6/22 : COPY go.mod . [2021-01-19T00:37:26.075Z] ---> Running in 6de144bf9c03 [2021-01-19T00:37:26.342Z] ---> 36ecc96a6362 [2021-01-19T00:37:26.342Z] Step 7/24 : RUN go mod download [2021-01-19T00:37:26.342Z] Removing intermediate container dff8a3170743 [2021-01-19T00:37:26.342Z] ---> 287eb1626eb2 [2021-01-19T00:37:26.342Z] Step 6/21 : COPY go.mod . [2021-01-19T00:37:26.617Z] ---> Running in 771eb99006ca [2021-01-19T00:37:26.617Z] ---> c6eec7cdb645 [2021-01-19T00:37:26.617Z] Step 7/22 : RUN go mod download [2021-01-19T00:37:26.890Z] ---> fe6d9becc2b4 [2021-01-19T00:37:26.890Z] Step 7/21 : RUN go mod download [2021-01-19T00:37:26.890Z] ---> Running in d6cdaba4ac00 [2021-01-19T00:37:26.890Z] ---> Running in fa9d845b2e1b [2021-01-19T00:37:30.245Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:37:30.245Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:37:30.245Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:37:30.245Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:37:30.245Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:37:30.319Z] Removing intermediate container d6cdaba4ac00 [2021-01-19T00:37:30.319Z] ---> 970f8b13040a [2021-01-19T00:37:30.319Z] Step 8/22 : COPY . . [2021-01-19T00:37:30.319Z] Removing intermediate container fa9d845b2e1b [2021-01-19T00:37:30.319Z] ---> 705f4f8f9052 [2021-01-19T00:37:30.319Z] Step 8/21 : COPY . . [2021-01-19T00:37:30.319Z] Removing intermediate container c7e857db2042 [2021-01-19T00:37:30.319Z] ---> 734ba3f2e932 [2021-01-19T00:37:30.319Z] Step 8/22 : COPY . . [2021-01-19T00:37:30.319Z] Removing intermediate container 771eb99006ca [2021-01-19T00:37:30.319Z] ---> 188d4240a5f7 [2021-01-19T00:37:30.319Z] Step 8/24 : COPY . . [2021-01-19T00:37:30.319Z] Removing intermediate container 6de144bf9c03 [2021-01-19T00:37:30.319Z] ---> 8915bc9b5319 [2021-01-19T00:37:30.319Z] Step 8/26 : COPY . . [2021-01-19T00:37:30.515Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:37:30.515Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:37:30.515Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:37:30.788Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:37:30.788Z] OK: 217 MiB in 51 packages [2021-01-19T00:37:35.081Z] Removing intermediate container 69fc27ef3ae3 [2021-01-19T00:37:35.081Z] ---> faf1daaac8dd [2021-01-19T00:37:35.081Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:37:35.081Z] ---> Running in 064b43853857 [2021-01-19T00:37:35.081Z] Removing intermediate container 064b43853857 [2021-01-19T00:37:35.081Z] ---> 2c507de8773f [2021-01-19T00:37:35.081Z] Step 5/6 : COPY go.mod . [2021-01-19T00:37:35.674Z] ---> 96ae12f7ced2 [2021-01-19T00:37:35.674Z] Step 6/6 : RUN go mod download [2021-01-19T00:37:35.674Z] ---> Running in 5eaad52d7feb [2021-01-19T00:38:02.502Z] Removing intermediate container 5eaad52d7feb [2021-01-19T00:38:02.502Z] ---> a43ce109454f [2021-01-19T00:38:02.502Z] Successfully built a43ce109454f [2021-01-19T00:38:02.502Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:02.841Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:38:02.841Z] . [Pipeline] withDockerContainer [2021-01-19T00:38:03.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container [2021-01-19T00:38:03.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:38:04.697Z] $ docker top d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:38:05.675Z] + go version [2021-01-19T00:38:05.675Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T00:38:05.700Z] $ docker stop --time=1 d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 [2021-01-19T00:38:07.614Z] $ docker rm -f d902c1f69ed9107667408a97cb6da73492bbe9a5c04da13b38a787e75af13823 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:38:08.656Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:38:08.656Z] . [Pipeline] withDockerContainer [2021-01-19T00:38:08.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container [2021-01-19T00:38:09.020Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:38:10.535Z] $ docker top 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:38:10.923Z] ========================================================= [2021-01-19T00:38:10.923Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:38:10.923Z] ========================================================= [Pipeline] sh [2021-01-19T00:38:11.566Z] + make test [2021-01-19T00:38:11.566Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:38:18.007Z] ---> f13bb0f396b2 [2021-01-19T00:38:18.007Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:38:18.007Z] ---> f8a64e942b3b [2021-01-19T00:38:18.007Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:38:18.007Z] ---> b5a33c799f65 [2021-01-19T00:38:18.007Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:38:18.007Z] ---> c2975ce3339c [2021-01-19T00:38:18.007Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:38:18.007Z] ---> b6495705662f [2021-01-19T00:38:18.007Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:38:18.007Z] ---> Running in b48ba81f5e42 [2021-01-19T00:38:18.007Z] ---> Running in 2b1c1f8fa1c8 [2021-01-19T00:38:18.007Z] ---> Running in 8b8562c493d0 [2021-01-19T00:38:18.007Z] ---> Running in fbc316508821 [2021-01-19T00:38:18.007Z] ---> Running in e9916556f699 [2021-01-19T00:38:20.067Z] 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-19T00:38:20.068Z] 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-19T00:38:20.068Z] 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-19T00:38:20.068Z] 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-19T00:38:20.068Z] 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-19T00:38:38.381Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:39:07.441Z] 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-19T00:39:08.850Z] Removing intermediate container e9916556f699 [2021-01-19T00:39:08.850Z] ---> 522d13d545df [2021-01-19T00:39:08.850Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:39:09.115Z] Removing intermediate container fbc316508821 [2021-01-19T00:39:09.115Z] ---> 6fb05f1c1b4b [2021-01-19T00:39:09.115Z] [2021-01-19T00:39:09.115Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:39:09.115Z] Removing intermediate container 8b8562c493d0 [2021-01-19T00:39:09.115Z] ---> 5cdad215e56a [2021-01-19T00:39:09.115Z] [2021-01-19T00:39:09.115Z] Step 10/21 : FROM scratch [2021-01-19T00:39:09.115Z] ---> [2021-01-19T00:39:09.115Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:39:09.115Z] Removing intermediate container b48ba81f5e42 [2021-01-19T00:39:09.115Z] ---> ef9182d03508 [2021-01-19T00:39:09.115Z] [2021-01-19T00:39:09.115Z] Step 10/22 : FROM scratch [2021-01-19T00:39:09.115Z] ---> [2021-01-19T00:39:09.115Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:39:09.115Z] ---> Running in fa955d075bd0 [2021-01-19T00:39:09.115Z] 3.12: Pulling from library/alpine [2021-01-19T00:39:11.081Z] ---> Running in c1a4df1abb46 [2021-01-19T00:39:11.081Z] ---> Running in 04a45fa3ec34 [2021-01-19T00:39:11.081Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:39:11.081Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:39:11.081Z] ---> 389fef711851 [2021-01-19T00:39:11.081Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:39:11.663Z] ---> Running in d002fdb859ec [2021-01-19T00:39:11.663Z] Removing intermediate container 04a45fa3ec34 [2021-01-19T00:39:11.663Z] ---> 615f39ce46c3 [2021-01-19T00:39:11.663Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:39:11.663Z] Removing intermediate container c1a4df1abb46 [2021-01-19T00:39:11.663Z] ---> 203c9075c1a7 [2021-01-19T00:39:11.663Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:39:11.663Z] Removing intermediate container 2b1c1f8fa1c8 [2021-01-19T00:39:11.663Z] ---> 8cebf8a902ad [2021-01-19T00:39:11.663Z] [2021-01-19T00:39:11.663Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:39:11.663Z] ---> 389fef711851 [2021-01-19T00:39:11.663Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:39:11.945Z] ---> Running in 167e4e8e28dc [2021-01-19T00:39:11.945Z] ---> Running in c7b4d9ef6fb3 [2021-01-19T00:39:11.945Z] ---> Running in 6c313dbc0504 [2021-01-19T00:39:12.215Z] 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-19T00:39:12.215Z] Removing intermediate container 167e4e8e28dc [2021-01-19T00:39:12.215Z] ---> 0afe8e7dbca3 [2021-01-19T00:39:12.215Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:39:12.505Z] Removing intermediate container c7b4d9ef6fb3 [2021-01-19T00:39:12.505Z] ---> 9b70a7f7dbac [2021-01-19T00:39:12.505Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:39:12.505Z] ---> Running in 35fd6f464d52 [2021-01-19T00:39:12.505Z] ---> Running in 856a82d96c63 [2021-01-19T00:39:12.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:12.802Z] Removing intermediate container 856a82d96c63 [2021-01-19T00:39:12.802Z] ---> c80492c54492 [2021-01-19T00:39:12.802Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:39:12.802Z] Removing intermediate container 35fd6f464d52 [2021-01-19T00:39:12.802Z] ---> c9e0f4834c78 [2021-01-19T00:39:12.802Z] Step 14/22 : WORKDIR / [2021-01-19T00:39:12.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:13.111Z] ---> Running in 94948f9a628f [2021-01-19T00:39:13.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:13.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:13.111Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:39:13.111Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:39:13.401Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:39:13.401Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:39:13.401Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:39:13.401Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:39:13.401Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:39:13.401Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:39:13.401Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:39:13.401Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:39:13.689Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:39:13.689Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:39:13.689Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:39:13.689Z] OK: 7 MiB in 19 packages [2021-01-19T00:39:13.689Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:39:13.689Z] OK: 7 MiB in 19 packages [2021-01-19T00:39:13.689Z] Removing intermediate container 94948f9a628f [2021-01-19T00:39:13.689Z] ---> 0706f57dc780 [2021-01-19T00:39:13.689Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:39:14.294Z] ---> c923c7579eeb [2021-01-19T00:39:14.294Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:39:14.294Z] ---> 7d4160025391 [2021-01-19T00:39:14.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:39:14.909Z] Removing intermediate container fa955d075bd0 [2021-01-19T00:39:14.909Z] ---> ac12fe649421 [2021-01-19T00:39:14.909Z] [2021-01-19T00:39:14.909Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:39:15.174Z] 20.10.0: Pulling from library/docker [2021-01-19T00:39:15.440Z] ---> d6ae44a7fa38 [2021-01-19T00:39:15.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:15.440Z] Removing intermediate container d002fdb859ec [2021-01-19T00:39:15.440Z] ---> 4feae37839cf [2021-01-19T00:39:15.440Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:39:15.440Z] ---> 024e6a8263b7 [2021-01-19T00:39:15.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:15.713Z] ---> Running in f73f2de831a3 [2021-01-19T00:39:15.713Z] Removing intermediate container 6c313dbc0504 [2021-01-19T00:39:15.713Z] ---> 1a9bfa6b32d0 [2021-01-19T00:39:15.713Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:39:15.996Z] ---> Running in 936c22717d72 [2021-01-19T00:39:16.268Z] Removing intermediate container f73f2de831a3 [2021-01-19T00:39:16.268Z] ---> 58c3f5199dbb [2021-01-19T00:39:16.268Z] Step 13/22 : WORKDIR / [2021-01-19T00:39:16.268Z] ---> 7a7686b7867d [2021-01-19T00:39:16.268Z] ---> d167856ce23b [2021-01-19T00:39:16.268Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:39:16.268Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:39:16.268Z] ---> Running in 528902c847c5 [2021-01-19T00:39:16.565Z] ---> Running in 40d2c30db969 [2021-01-19T00:39:16.565Z] ---> Running in dbcf60546610 [2021-01-19T00:39:16.565Z] Removing intermediate container 936c22717d72 [2021-01-19T00:39:16.565Z] ---> 7e021d992435 [2021-01-19T00:39:16.565Z] Step 13/24 : WORKDIR / [2021-01-19T00:39:17.437Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:39:17.576Z] ---> Running in 468d9ad27bb5 [2021-01-19T00:39:17.576Z] Removing intermediate container 40d2c30db969 [2021-01-19T00:39:17.576Z] ---> 5d9b74e18aaa [2021-01-19T00:39:17.576Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:39:17.576Z] Removing intermediate container dbcf60546610 [2021-01-19T00:39:17.576Z] ---> 60aea7b8cd45 [2021-01-19T00:39:17.576Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:39:17.896Z] Removing intermediate container 528902c847c5 [2021-01-19T00:39:17.896Z] ---> 4ccf2eedd80d [2021-01-19T00:39:17.896Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:39:17.896Z] ---> Running in 69c938a2f844 [2021-01-19T00:39:17.896Z] ---> Running in e76c2d7951a4 [2021-01-19T00:39:18.206Z] Removing intermediate container 468d9ad27bb5 [2021-01-19T00:39:18.207Z] ---> f64a8ce28f4f [2021-01-19T00:39:18.207Z] 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-19T00:39:18.207Z] Removing intermediate container 69c938a2f844 [2021-01-19T00:39:18.207Z] ---> 0fca60fa37e0 [2021-01-19T00:39:18.207Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:39:18.498Z] Removing intermediate container e76c2d7951a4 [2021-01-19T00:39:18.498Z] ---> 0ad577ee9926 [2021-01-19T00:39:18.498Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:39:18.498Z] ---> 0bc6c581348b [2021-01-19T00:39:18.498Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:39:18.498Z] ---> Running in 498f8828173f [2021-01-19T00:39:18.498Z] ---> Running in 1a92ce456208 [2021-01-19T00:39:18.776Z] ---> 3b17a6aa94e2 [2021-01-19T00:39:18.777Z] 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-19T00:39:19.047Z] Removing intermediate container 1a92ce456208 [2021-01-19T00:39:19.047Z] ---> 36e0e8bf9913 [2021-01-19T00:39:19.047Z] Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:39:19.047Z] Removing intermediate container 498f8828173f [2021-01-19T00:39:19.047Z] ---> 009703656ae2 [2021-01-19T00:39:19.047Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:39:19.327Z] ---> Running in e1075aa9ece9 [2021-01-19T00:39:19.327Z] ---> Running in 1340a27d0b09 [2021-01-19T00:39:19.327Z] ---> 6322424bed13 [2021-01-19T00:39:19.327Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:19.327Z] ---> ae1014ecdd8d [2021-01-19T00:39:19.327Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:39:19.606Z] Removing intermediate container e1075aa9ece9 [2021-01-19T00:39:19.606Z] ---> a088d86f6e95 [2021-01-19T00:39:19.606Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:39:19.876Z] ---> Running in 67fdb8abc6d4 [2021-01-19T00:39:19.876Z] Removing intermediate container 1340a27d0b09 [2021-01-19T00:39:19.876Z] ---> dbb1b0f1f76c [2021-01-19T00:39:19.876Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:39:20.149Z] ---> e834cb99e3a7 [2021-01-19T00:39:20.149Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:39:20.149Z] ---> 0e2b2285358a [2021-01-19T00:39:20.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:20.149Z] ---> Running in 8d0a135cbd6b [2021-01-19T00:39:20.424Z] Removing intermediate container 67fdb8abc6d4 [2021-01-19T00:39:20.424Z] ---> 64ddc2d54430 [2021-01-19T00:39:20.424Z] [2021-01-19T00:39:20.702Z] Removing intermediate container 8d0a135cbd6b [2021-01-19T00:39:20.702Z] ---> 9cf32521d17f [2021-01-19T00:39:20.702Z] [2021-01-19T00:39:20.972Z] ---> dd9fcbe039a2 [2021-01-19T00:39:20.972Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:39:20.972Z] Successfully built 64ddc2d54430 [2021-01-19T00:39:21.244Z] Successfully built 9cf32521d17f [2021-01-19T00:39:21.244Z] ---> Running in 34cc7874f9b6 [2021-01-19T00:39:21.244Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T00:39:21.244Z] Successfully tagged docker-core-command-go:latest [2021-01-19T00:39:21.244Z] ---> 56ffbd6d26f6 [2021-01-19T00:39:21.244Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:39:21.512Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-19T00:39:21.512Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-19T00:39:22.513Z] ---> fdcdd2050078 [2021-01-19T00:39:22.513Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:39:23.526Z] ---> 8755318aacc8 [2021-01-19T00:39:23.526Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:39:25.047Z] ---> Running in 636dca49a26f [2021-01-19T00:39:25.330Z] Removing intermediate container 34cc7874f9b6 [2021-01-19T00:39:25.330Z] ---> 441cfcab3487 [2021-01-19T00:39:25.330Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:39:25.330Z] ---> Running in be3383a2d660 [2021-01-19T00:39:25.956Z] Removing intermediate container be3383a2d660 [2021-01-19T00:39:25.956Z] ---> aa7ce4de969b [2021-01-19T00:39:25.956Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:39:25.956Z] ---> Running in 03d72c3c1c54 [2021-01-19T00:39:27.402Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:39:27.997Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:39:27.997Z] ---> aefe523efa57 [2021-01-19T00:39:27.997Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:39:27.997Z] Removing intermediate container 03d72c3c1c54 [2021-01-19T00:39:27.997Z] ---> 9f4593ecdfbc [2021-01-19T00:39:27.997Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:39:28.581Z] ---> Running in f6860830784d [2021-01-19T00:39:28.581Z] ---> Running in c8074c460e4f [2021-01-19T00:39:30.374Z] Removing intermediate container 636dca49a26f [2021-01-19T00:39:30.374Z] ---> 5bd275263823 [2021-01-19T00:39:30.374Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:39:30.374Z] Removing intermediate container f6860830784d [2021-01-19T00:39:30.374Z] ---> 3bccad508e59 [2021-01-19T00:39:30.374Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:39:30.374Z] ---> Running in 304ed6b9b131 [2021-01-19T00:39:30.374Z] ---> Running in 61acc23f8777 [2021-01-19T00:39:30.826Z] Removing intermediate container 304ed6b9b131 [2021-01-19T00:39:30.826Z] ---> 1d1aaeb40609 [2021-01-19T00:39:30.826Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:39:30.826Z] Removing intermediate container 61acc23f8777 [2021-01-19T00:39:30.826Z] ---> 9913969489cd [2021-01-19T00:39:30.826Z] [2021-01-19T00:39:30.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:30.826Z] ---> Running in 0b3ad669cfa8 [2021-01-19T00:39:30.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:31.214Z] Successfully built 9913969489cd [2021-01-19T00:39:31.214Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T00:39:31.214Z] Building docker-core-data-go [2021-01-19T00:39:31.214Z]  Building docker-security-bootstrap-redis-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:39:31.214Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:39:31.214Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:39:31.214Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:39:31.214Z] OK: 12 MiB in 22 packages [2021-01-19T00:39:31.214Z] Removing intermediate container 0b3ad669cfa8 [2021-01-19T00:39:31.214Z] ---> 2fc50f969d13 [2021-01-19T00:39:31.214Z] Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:39:31.624Z] ---> Running in 25ae380409cc [2021-01-19T00:39:32.049Z] Removing intermediate container 25ae380409cc [2021-01-19T00:39:32.049Z] ---> 9d07d819609f [2021-01-19T00:39:32.049Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:39:32.049Z] ---> Running in 1dc6237810c9 [2021-01-19T00:39:34.740Z] Removing intermediate container 1dc6237810c9 [2021-01-19T00:39:34.740Z] ---> 965b28663bf2 [2021-01-19T00:39:34.740Z] [2021-01-19T00:39:34.740Z] Removing intermediate container c8074c460e4f [2021-01-19T00:39:34.740Z] ---> ce4e370b3018 [2021-01-19T00:39:34.740Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:39:35.345Z] Successfully built 965b28663bf2 [2021-01-19T00:39:35.345Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T00:39:35.345Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-19T00:39:35.628Z] ---> Running in 6cd295ad5c96 [2021-01-19T00:39:36.644Z] Removing intermediate container 6cd295ad5c96 [2021-01-19T00:39:36.644Z] ---> 577f39621e74 [2021-01-19T00:39:36.644Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:39:36.948Z] ---> Running in 7a6147438491 [2021-01-19T00:39:37.966Z] Removing intermediate container 7a6147438491 [2021-01-19T00:39:37.966Z] ---> dfea38162a7b [2021-01-19T00:39:37.966Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:39:38.256Z] ---> Running in 7b5e3f744fcc [2021-01-19T00:39:38.889Z] Removing intermediate container 7b5e3f744fcc [2021-01-19T00:39:38.889Z] ---> bc15e890ad7c [2021-01-19T00:39:38.889Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:39:39.691Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:39:41.622Z] ---> 4ecc4ed8f5b3 [2021-01-19T00:39:41.622Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:39:42.273Z] ---> 197bb7af2034 [2021-01-19T00:39:42.273Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:39:43.757Z] ---> 0fb216a97e58 [2021-01-19T00:39:43.757Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:39:43.757Z] ---> Running in dd3f6a9e6ec0 [2021-01-19T00:39:45.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:45.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:45.773Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:39:45.773Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:39:45.773Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:39:45.773Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:39:45.773Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:39:45.773Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:39:45.773Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:39:46.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:39:46.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:39:46.434Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:39:49.213Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:49.213Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:49.213Z] ---> 351e7c058b10 [2021-01-19T00:39:49.213Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:39:49.213Z] ---> Using cache [2021-01-19T00:39:49.213Z] ---> a9c80e59cbbd [2021-01-19T00:39:49.213Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:49.213Z] ---> Using cache [2021-01-19T00:39:49.213Z] ---> 181904a378cb [2021-01-19T00:39:49.213Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:39:50.756Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:39:50.756Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:39:50.756Z] ---> 351e7c058b10 [2021-01-19T00:39:50.756Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:39:50.756Z] ---> Using cache [2021-01-19T00:39:50.756Z] ---> a9c80e59cbbd [2021-01-19T00:39:50.756Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:39:50.756Z] ---> Using cache [2021-01-19T00:39:50.756Z] ---> 181904a378cb [2021-01-19T00:39:50.756Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:39:50.756Z] ---> Running in 4b7ed5a4e439 [2021-01-19T00:39:50.756Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:39:51.045Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:39:51.045Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:39:51.045Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:39:51.045Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:39:51.045Z] ---> Running in b753756f3b2e [2021-01-19T00:39:51.045Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:39:51.045Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:39:51.321Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:39:51.321Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:39:51.321Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:39:51.601Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:39:51.601Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:39:51.601Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:39:51.601Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:39:51.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.277s coverage: 46.6% of statements [2021-01-19T00:39:51.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:39:51.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:39:51.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:39:51.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:39:51.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:39:51.888Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:39:51.888Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:39:51.888Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:39:51.888Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:39:52.174Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:39:52.174Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:39:52.175Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:39:52.175Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:39:52.453Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:39:52.453Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:39:52.453Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:39:52.453Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:39:54.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:39:54.510Z] OK: 71 MiB in 55 packages [2021-01-19T00:39:54.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:54.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:56.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:56.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:58.317Z] OK: 233 MiB in 51 packages [2021-01-19T00:39:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.0% of statements [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:39:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:39:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:39:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.325s coverage: 67.9% of statements [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:39:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:39:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:39:58.617Z] OK: 233 MiB in 51 packages [2021-01-19T00:40:01.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:40:01.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:40:01.325Z] ---> 351e7c058b10 [2021-01-19T00:40:01.325Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:40:01.325Z] ---> Using cache [2021-01-19T00:40:01.325Z] ---> a9c80e59cbbd [2021-01-19T00:40:01.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:40:01.325Z] ---> Using cache [2021-01-19T00:40:01.325Z] ---> 181904a378cb [2021-01-19T00:40:01.325Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:40:01.950Z] ---> Running in 7ec0be779b8f [2021-01-19T00:40:02.234Z] Removing intermediate container 4b7ed5a4e439 [2021-01-19T00:40:02.234Z] ---> c460c5a054e7 [2021-01-19T00:40:02.234Z] Step 6/22 : COPY go.mod . [2021-01-19T00:40:02.234Z] Removing intermediate container b753756f3b2e [2021-01-19T00:40:02.234Z] ---> 987b31bdcaeb [2021-01-19T00:40:02.234Z] Step 6/24 : COPY go.mod . [2021-01-19T00:40:03.720Z] ---> e8539cbe4796 [2021-01-19T00:40:03.720Z] Step 7/22 : RUN go mod download [2021-01-19T00:40:03.720Z] ---> 4bce0168319a [2021-01-19T00:40:03.720Z] Step 7/24 : RUN go mod download [2021-01-19T00:40:03.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:03.991Z] ---> Running in 793e29e03026 [2021-01-19T00:40:03.991Z] ---> Running in defca6e91741 [2021-01-19T00:40:04.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:40:05.966Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:40:05.966Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:40:05.966Z] ---> 351e7c058b10 [2021-01-19T00:40:05.966Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:40:05.966Z] ---> Using cache [2021-01-19T00:40:05.966Z] ---> a9c80e59cbbd [2021-01-19T00:40:05.966Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:40:05.966Z] ---> Using cache [2021-01-19T00:40:05.966Z] ---> 181904a378cb [2021-01-19T00:40:05.966Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:40:05.966Z] ---> Using cache [2021-01-19T00:40:05.966Z] ---> c460c5a054e7 [2021-01-19T00:40:05.966Z] Step 6/21 : COPY go.mod . [2021-01-19T00:40:05.966Z] ---> Using cache [2021-01-19T00:40:05.966Z] ---> e8539cbe4796 [2021-01-19T00:40:05.966Z] Step 7/21 : RUN go mod download [2021-01-19T00:40:06.582Z] OK: 233 MiB in 51 packages [2021-01-19T00:40:06.872Z] ---> Running in b415d3257577 [2021-01-19T00:40:08.333Z] Removing intermediate container 7ec0be779b8f [2021-01-19T00:40:08.333Z] ---> 2a2d07594e92 [2021-01-19T00:40:08.333Z] Step 6/23 : COPY go.mod . [2021-01-19T00:40:08.603Z] Removing intermediate container 793e29e03026 [2021-01-19T00:40:08.603Z] ---> 2108b673e11c [2021-01-19T00:40:08.603Z] Step 8/22 : COPY . . [2021-01-19T00:40:08.603Z] Removing intermediate container defca6e91741 [2021-01-19T00:40:08.603Z] ---> a8ed10269846 [2021-01-19T00:40:08.603Z] Step 8/24 : COPY . . [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.272s coverage: 28.6% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:40:08.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:40:08.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:40:08.871Z] ---> 0314db72f55e [2021-01-19T00:40:08.871Z] Step 7/23 : RUN go mod download [2021-01-19T00:40:09.465Z] Removing intermediate container b415d3257577 [2021-01-19T00:40:09.465Z] ---> 5df55dd5bcec [2021-01-19T00:40:09.465Z] Step 8/21 : COPY . . [2021-01-19T00:40:12.918Z] ---> Running in 6d800d046550 [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.286s coverage: 92.8% of statements [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.120s coverage: 75.5% of statements [2021-01-19T00:40:17.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-01-19T00:40:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2021-01-19T00:40:18.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.234s coverage: 84.2% of statements [2021-01-19T00:40:18.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-01-19T00:40:18.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:40:23.029Z] Removing intermediate container 6d800d046550 [2021-01-19T00:40:23.029Z] ---> 77c566578563 [2021-01-19T00:40:23.029Z] Step 8/23 : COPY . . [2021-01-19T00:40:23.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.705s coverage: 63.5% of statements [2021-01-19T00:40:23.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:40:23.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:40:23.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-19T00:40:23.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-01-19T00:40:23.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-01-19T00:40:23.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-19T00:40:23.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-01-19T00:40:28.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.171s coverage: 68.9% of statements [2021-01-19T00:40:28.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:40:28.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:40:28.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:40:28.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:40:28.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:40:30.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 37.0% of statements [2021-01-19T00:40:30.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:40:30.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:40:30.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.960s coverage: 84.0% of statements [2021-01-19T00:40:30.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.166s coverage: 100.0% of statements [2021-01-19T00:40:35.536Z] Removing intermediate container dd3f6a9e6ec0 [2021-01-19T00:40:35.536Z] ---> 2a29fbeb03bd [2021-01-19T00:40:35.536Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:40:35.823Z] ---> Running in 3353f48b1dd0 [2021-01-19T00:40:38.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.1% of statements [2021-01-19T00:40:38.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:40:38.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:40:38.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:40:38.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:40:38.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:40:38.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-01-19T00:40:38.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:40:38.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-01-19T00:40:38.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.365s coverage: 29.1% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:40:43.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:40:43.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:40:43.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-19T00:40:44.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-01-19T00:40:45.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-19T00:40:45.619Z] GO111MODULE=on go vet ./... [2021-01-19T00:40:48.390Z] ---> 42eea9d2c7fa [2021-01-19T00:40:48.390Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:40:48.390Z] ---> 19d1d3974c46 [2021-01-19T00:40:48.390Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:40:48.666Z] ---> Running in 50726d1a690d [2021-01-19T00:40:48.666Z] ---> Running in f167fedc17b4 [2021-01-19T00:40:48.934Z] Collecting docker-compose==1.23.2 [2021-01-19T00:40:49.206Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:40:50.211Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:40:50.211Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:40:50.211Z] ---> 280e2b72120b [2021-01-19T00:40:50.211Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:40:50.834Z] ---> Running in 0698aa0da9be [2021-01-19T00:40:52.266Z] 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-19T00:40:52.266Z] 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-19T00:40:52.885Z] 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-19T00:40:52.886Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:40:52.886Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:40:54.395Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:40:54.395Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:40:54.677Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:40:54.677Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:40:55.686Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:40:55.686Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:40:55.686Z] 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-19T00:40:55.686Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:40:55.686Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:40:56.720Z] ---> 07447c6ac413 [2021-01-19T00:40:56.720Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:40:57.027Z] ---> Running in 46bb926b00de [2021-01-19T00:40:57.027Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:40:57.027Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:40:57.645Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:40:57.645Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:40:57.918Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:40:57.918Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:40:58.534Z] 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-19T00:40:59.223Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:40:59.223Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:40:59.223Z] 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-19T00:40:59.223Z] 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-19T00:40:59.223Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:40:59.223Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:40:59.820Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:40:59.820Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:40:59.820Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:40:59.820Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:40:59.820Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:40:59.820Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:41:00.092Z] Installing collected packages: PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, jsonschema, docopt, docker-compose [2021-01-19T00:41:00.092Z] Running setup.py install for PyYAML: started [2021-01-19T00:41:02.218Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:41:02.492Z] Running setup.py install for texttable: started [2021-01-19T00:41:03.501Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:41:03.501Z] Attempting uninstall: idna [2021-01-19T00:41:03.501Z] Found existing installation: idna 2.9 [2021-01-19T00:41:03.501Z] Uninstalling idna-2.9: [2021-01-19T00:41:03.779Z] Successfully uninstalled idna-2.9 [2021-01-19T00:41:04.069Z] Attempting uninstall: urllib3 [2021-01-19T00:41:04.069Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:41:04.069Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:41:04.340Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:41:04.938Z] Attempting uninstall: requests [2021-01-19T00:41:04.938Z] Found existing installation: requests 2.23.0 [2021-01-19T00:41:04.938Z] Uninstalling requests-2.23.0: [2021-01-19T00:41:04.938Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:41:06.591Z] Running setup.py install for dockerpty: started [2021-01-19T00:41:06.591Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:41:06.591Z] Running setup.py install for docopt: started [2021-01-19T00:41:07.581Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:41:08.766Z] 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-19T00:41:15.929Z] Removing intermediate container 3353f48b1dd0 [2021-01-19T00:41:15.929Z] ---> 616c2b8e25bf [2021-01-19T00:41:15.929Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:41:15.929Z] ---> Running in 3fbfd1ec4e9f [2021-01-19T00:41:17.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:17.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:17.661Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:41:17.661Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:41:17.944Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:41:17.944Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:41:17.944Z] OK: 72 MiB in 58 packages [2021-01-19T00:41:19.389Z] Removing intermediate container 3fbfd1ec4e9f [2021-01-19T00:41:19.389Z] ---> 875ade291501 [2021-01-19T00:41:19.389Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:41:19.668Z] ---> Running in 224e02b77944 [2021-01-19T00:41:19.942Z] Removing intermediate container 224e02b77944 [2021-01-19T00:41:19.942Z] ---> 8f9c5b9abbd9 [2021-01-19T00:41:19.942Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:41:20.212Z] ---> Running in af0aa2cf4328 [2021-01-19T00:41:20.807Z] Removing intermediate container af0aa2cf4328 [2021-01-19T00:41:20.807Z] ---> ef43bed06b93 [2021-01-19T00:41:20.807Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T00:41:20.807Z] ---> Running in b286b84069cf [2021-01-19T00:41:21.082Z] Removing intermediate container b286b84069cf [2021-01-19T00:41:21.082Z] ---> fed2fb4b3219 [2021-01-19T00:41:21.082Z] Step 25/26 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:41:21.359Z] ---> Running in cd907ac6b093 [2021-01-19T00:41:21.643Z] Removing intermediate container cd907ac6b093 [2021-01-19T00:41:21.643Z] ---> a01ecedfe761 [2021-01-19T00:41:21.643Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:41:21.643Z] ---> Running in 684102b08d66 [2021-01-19T00:41:21.922Z] Removing intermediate container 684102b08d66 [2021-01-19T00:41:21.922Z] ---> d699f57a7200 [2021-01-19T00:41:21.922Z] [2021-01-19T00:41:22.188Z] Successfully built d699f57a7200 [2021-01-19T00:41:22.189Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T00:41:26.531Z]  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/secrets-config ./cmd/secrets-config [2021-01-19T00:41:34.853Z] Removing intermediate container f167fedc17b4 [2021-01-19T00:41:34.853Z] ---> 5bad6e8db35d [2021-01-19T00:41:34.853Z] [2021-01-19T00:41:34.853Z] Step 10/24 : FROM scratch [2021-01-19T00:41:34.853Z] ---> [2021-01-19T00:41:34.853Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:41:34.853Z] ---> Running in 95ac6490f47d [2021-01-19T00:41:35.445Z] Removing intermediate container 95ac6490f47d [2021-01-19T00:41:35.445Z] ---> 494c6f724a8e [2021-01-19T00:41:35.445Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:41:36.407Z] ---> Running in c4e51e7dcc55 [2021-01-19T00:41:36.681Z] Removing intermediate container 0698aa0da9be [2021-01-19T00:41:36.681Z] ---> 99890486c091 [2021-01-19T00:41:36.681Z] [2021-01-19T00:41:36.681Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:41:36.681Z] ---> 389fef711851 [2021-01-19T00:41:36.681Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:41:36.942Z] ---> Running in 027405278b92 [2021-01-19T00:41:36.942Z] Removing intermediate container c4e51e7dcc55 [2021-01-19T00:41:36.942Z] ---> f007d3249d72 [2021-01-19T00:41:36.942Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:41:37.207Z] ---> Running in 1b28f20103f6 [2021-01-19T00:41:37.475Z] Removing intermediate container 1b28f20103f6 [2021-01-19T00:41:37.475Z] ---> 1170705b1ef8 [2021-01-19T00:41:37.475Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:41:37.745Z] ---> 6785858fa146 [2021-01-19T00:41:37.745Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:41:38.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:38.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:38.321Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:41:38.321Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:41:38.608Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:41:38.608Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:41:38.608Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:41:38.608Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:41:38.608Z] OK: 7 MiB in 18 packages [2021-01-19T00:41:42.867Z] ---> 40e44dc55440 [2021-01-19T00:41:42.867Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:41:42.867Z] Removing intermediate container 50726d1a690d [2021-01-19T00:41:42.867Z] ---> 3095aabd8dda [2021-01-19T00:41:42.867Z] [2021-01-19T00:41:42.867Z] Step 10/22 : FROM scratch [2021-01-19T00:41:42.867Z] ---> [2021-01-19T00:41:42.867Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:41:43.135Z] ---> Using cache [2021-01-19T00:41:43.135Z] ---> 203c9075c1a7 [2021-01-19T00:41:43.135Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:41:43.135Z] ---> Running in f70f057dea8d [2021-01-19T00:41:43.711Z] Removing intermediate container 027405278b92 [2021-01-19T00:41:43.711Z] ---> e041baa5634b [2021-01-19T00:41:43.711Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:41:45.642Z] ---> 60da19573abd [2021-01-19T00:41:45.642Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:41:45.642Z] Removing intermediate container f70f057dea8d [2021-01-19T00:41:45.642Z] ---> a5754672ca5c [2021-01-19T00:41:45.642Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:41:45.642Z] ---> Running in ff4f3141cd37 [2021-01-19T00:41:45.642Z] ---> Running in af2d3c94aabb [2021-01-19T00:41:45.642Z] Removing intermediate container 46bb926b00de [2021-01-19T00:41:45.642Z] ---> 03d69e47b374 [2021-01-19T00:41:45.642Z] [2021-01-19T00:41:45.642Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:41:45.642Z] ---> 389fef711851 [2021-01-19T00:41:45.642Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:41:45.907Z] ---> Running in 9751e7b3dfb8 [2021-01-19T00:41:45.907Z] Removing intermediate container ff4f3141cd37 [2021-01-19T00:41:45.907Z] ---> 24996ec0ba2f [2021-01-19T00:41:45.907Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:41:45.907Z] ---> f6b056af63cb [2021-01-19T00:41:45.907Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:41:45.907Z] Removing intermediate container af2d3c94aabb [2021-01-19T00:41:45.907Z] ---> 0ce1c2414555 [2021-01-19T00:41:45.907Z] Step 14/22 : WORKDIR / [2021-01-19T00:41:46.170Z] ---> Running in 08905ef4204d [2021-01-19T00:41:46.170Z] ---> Running in c40971c142d5 [2021-01-19T00:41:46.170Z] Removing intermediate container 9751e7b3dfb8 [2021-01-19T00:41:46.170Z] ---> 48fb12d078cb [2021-01-19T00:41:46.170Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:41:46.434Z] ---> Running in 17ffcc74b4dc [2021-01-19T00:41:46.434Z] Removing intermediate container 08905ef4204d [2021-01-19T00:41:46.434Z] ---> 80910ab68b29 [2021-01-19T00:41:46.434Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:41:46.434Z] Removing intermediate container c40971c142d5 [2021-01-19T00:41:46.434Z] ---> 7b0620937fb7 [2021-01-19T00:41:46.434Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:41:46.696Z] ---> b9f0f6d911d1 [2021-01-19T00:41:46.696Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:41:46.696Z] Removing intermediate container 17ffcc74b4dc [2021-01-19T00:41:46.696Z] ---> 766d50836cb7 [2021-01-19T00:41:46.696Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:41:46.961Z] ---> Running in f56407897920 [2021-01-19T00:41:46.961Z] ---> 3f69c48052c5 [2021-01-19T00:41:46.961Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:41:46.961Z] ---> b0f791332966 [2021-01-19T00:41:46.961Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:41:46.961Z] ---> 32601171b181 [2021-01-19T00:41:46.961Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:41:47.907Z] ---> Running in 91f3e1e679fe [2021-01-19T00:41:48.171Z] Removing intermediate container f56407897920 [2021-01-19T00:41:48.171Z] ---> 4f0bca34c791 [2021-01-19T00:41:48.171Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:41:48.171Z] ---> 8384d352796c [2021-01-19T00:41:48.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:41:48.171Z] ---> 6f79c416fb77 [2021-01-19T00:41:48.171Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:41:48.171Z] ---> Running in 20f080818004 [2021-01-19T00:41:48.433Z] Removing intermediate container 91f3e1e679fe [2021-01-19T00:41:48.433Z] ---> 75ec569d99b8 [2021-01-19T00:41:48.433Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:41:48.695Z] ---> Running in 54bfa32eb3a8 [2021-01-19T00:41:48.695Z] ---> c35bd36c1da3 [2021-01-19T00:41:48.695Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:41:48.957Z] ---> 079595d8ea33 [2021-01-19T00:41:48.957Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:41:48.957Z] ---> Running in e19b5d3e0df8 [2021-01-19T00:41:48.957Z] Removing intermediate container 54bfa32eb3a8 [2021-01-19T00:41:48.957Z] ---> 23ca86a3847c [2021-01-19T00:41:48.957Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:41:48.957Z] ---> Running in 73785ac73a83 [2021-01-19T00:41:49.220Z] ---> Running in e00420c631b4 [2021-01-19T00:41:49.220Z] Removing intermediate container 73785ac73a83 [2021-01-19T00:41:49.220Z] ---> c79c39e75203 [2021-01-19T00:41:49.220Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:41:49.481Z] Removing intermediate container e19b5d3e0df8 [2021-01-19T00:41:49.481Z] ---> 992489eb8ced [2021-01-19T00:41:49.481Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:41:50.063Z] Removing intermediate container e00420c631b4 [2021-01-19T00:41:50.063Z] ---> 24b936bdeaae [2021-01-19T00:41:50.063Z] Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:41:50.063Z] ---> Running in 1c5314c7e5f8 [2021-01-19T00:41:50.063Z] ---> Running in 5c4d23428419 [2021-01-19T00:41:50.329Z] ---> Running in 18c0d3920f32 [2021-01-19T00:41:50.329Z] Removing intermediate container 1c5314c7e5f8 [2021-01-19T00:41:50.329Z] ---> 60f66bac98be [2021-01-19T00:41:50.329Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:41:50.601Z] Removing intermediate container 5c4d23428419 [2021-01-19T00:41:50.601Z] ---> 05523bb3abc6 [2021-01-19T00:41:50.601Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:41:50.601Z] Removing intermediate container 20f080818004 [2021-01-19T00:41:50.601Z] ---> 31186ac7db6f [2021-01-19T00:41:50.601Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:41:50.601Z] Removing intermediate container 18c0d3920f32 [2021-01-19T00:41:50.601Z] ---> ebd3b2d8bb3f [2021-01-19T00:41:50.601Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:41:50.601Z] ---> Running in 64097b87c9d7 [2021-01-19T00:41:50.601Z] ---> Running in 574ad5e20b90 [2021-01-19T00:41:50.601Z] ---> Running in d61417fd8008 [2021-01-19T00:41:50.868Z] ---> Running in 29e89856b782 [2021-01-19T00:41:51.132Z] Removing intermediate container 64097b87c9d7 [2021-01-19T00:41:51.132Z] ---> 6e28032cf85f [2021-01-19T00:41:51.132Z] Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:41:51.132Z] Removing intermediate container 574ad5e20b90 [2021-01-19T00:41:51.132Z] ---> 8ea684480e27 [2021-01-19T00:41:51.132Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:41:51.132Z] Removing intermediate container 29e89856b782 [2021-01-19T00:41:51.132Z] ---> c33082f4c435 [2021-01-19T00:41:51.132Z] [2021-01-19T00:41:51.132Z] ---> Running in fc549c76a3f0 [2021-01-19T00:41:51.397Z] ---> Running in a40ba1c6698a [2021-01-19T00:41:51.397Z] Successfully built c33082f4c435 [2021-01-19T00:41:51.397Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T00:41:51.397Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:51.397Z] Removing intermediate container fc549c76a3f0 [2021-01-19T00:41:51.397Z] ---> 7167dfe40c58 [2021-01-19T00:41:51.397Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:41:51.397Z] Removing intermediate container a40ba1c6698a [2021-01-19T00:41:51.397Z] ---> 083bf08925ab [2021-01-19T00:41:51.397Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:41:51.663Z] ---> Running in ad6105dd3207 [2021-01-19T00:41:51.663Z] ---> Running in d87125b3e8cb [2021-01-19T00:41:51.928Z] Removing intermediate container d87125b3e8cb [2021-01-19T00:41:51.928Z] ---> 94adbbabc922 [2021-01-19T00:41:51.928Z] [2021-01-19T00:41:51.928Z] Removing intermediate container ad6105dd3207 [2021-01-19T00:41:51.928Z] ---> c4cb01040793 [2021-01-19T00:41:51.928Z] [2021-01-19T00:41:51.928Z] Successfully built 94adbbabc922 [2021-01-19T00:41:51.928Z] Successfully built c4cb01040793 [2021-01-19T00:41:51.928Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T00:41:51.928Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T00:41:53.747Z] gofmt -l . [2021-01-19T00:41:53.851Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:41:56.366Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:41:56.403Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:41:56.403Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:41:56.665Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:41:57.610Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:41:58.194Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:41:58.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:41:58.194Z] OK: 8 MiB in 19 packages [2021-01-19T00:41:58.770Z] Removing intermediate container d61417fd8008 [2021-01-19T00:41:58.770Z] ---> a65893235748 [2021-01-19T00:41:58.770Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:41:59.032Z] ---> 1e38b8feffce [2021-01-19T00:41:59.032Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:41:59.743Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:41:59.978Z] ---> 88df3fadec7e [2021-01-19T00:41:59.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:41:59.978Z] ---> 7f6b9700f142 [2021-01-19T00:41:59.978Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:41:59.978Z] ---> Running in 790bc9cd47bf [2021-01-19T00:42:00.017Z] ./bin/test-attribution-txt.sh [2021-01-19T00:42:00.241Z] Removing intermediate container 790bc9cd47bf [2021-01-19T00:42:00.241Z] ---> e5c36b933186 [2021-01-19T00:42:00.241Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:42:00.241Z] ---> Running in dd5888799b11 [2021-01-19T00:42:00.504Z] Removing intermediate container dd5888799b11 [2021-01-19T00:42:00.504Z] ---> 507de5d541b8 [2021-01-19T00:42:00.504Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T00:42:00.504Z] ---> Running in 6cb81022918d [2021-01-19T00:42:00.769Z] Removing intermediate container 6cb81022918d [2021-01-19T00:42:00.769Z] ---> 5a14a93ec1bf [2021-01-19T00:42:00.769Z] Step 22/23 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:42:00.769Z] ---> Running in 457cbf05f7f7 [2021-01-19T00:42:01.032Z] Removing intermediate container 457cbf05f7f7 [2021-01-19T00:42:01.032Z] ---> 8eee5febde79 [2021-01-19T00:42:01.032Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:42:01.032Z] ---> Running in b15291299a68 [2021-01-19T00:42:01.295Z] Removing intermediate container b15291299a68 [2021-01-19T00:42:01.295Z] ---> 23e8104b1072 [2021-01-19T00:42:01.295Z] [2021-01-19T00:42:01.295Z] Successfully built 23e8104b1072 [2021-01-19T00:42:01.295Z] Successfully tagged docker-core-data-go:latest [Pipeline] sh [2021-01-19T00:42:02.121Z] + ls -al . [2021-01-19T00:42:02.121Z] total 684 [2021-01-19T00:42:02.121Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 00:42 . [2021-01-19T00:42:02.121Z] drwxr-xr-x 4 root root 4096 Jan 19 00:38 .. [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:36 .dockerignore [2021-01-19T00:42:02.121Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 .git [2021-01-19T00:42:02.121Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 00:36 .github [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:36 .gitignore [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:36 .sonarcloud.properties [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:36 Attribution.txt [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:36 CONTRIBUTING.md [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:36 Dockerfile.build [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:36 Jenkinsfile [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:36 LICENSE [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:36 Makefile [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:36 README.md [2021-01-19T00:42:02.121Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:36 SECURITY.md [2021-01-19T00:42:02.122Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:32 VERSION [2021-01-19T00:42:02.122Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:36 ZMQWindows.md [2021-01-19T00:42:02.122Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 00:36 bin [2021-01-19T00:42:02.122Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:36 cmd [2021-01-19T00:42:02.122Z] -rw-r--r-- 1 root root 550280 Jan 19 00:40 coverage.out [2021-01-19T00:42:02.122Z] -rw-r--r-- 1 root root 981 Jan 19 00:41 go.mod [2021-01-19T00:42:02.122Z] -rw-r--r-- 1 root root 19241 Jan 19 00:41 go.sum [2021-01-19T00:42:02.122Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:36 internal [2021-01-19T00:42:02.122Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 openapi [2021-01-19T00:42:02.122Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:36 snap [2021-01-19T00:42:02.122Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:36 version.go [Pipeline] sh [2021-01-19T00:42:02.260Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T00:42:02.270Z] $ docker stop --time=1 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 [2021-01-19T00:42:02.785Z] + '[' -e coverage.out ] [2021-01-19T00:42:02.785Z] + chown 1001:1001 coverage.out [2021-01-19T00:42:03.878Z] $ docker rm -f 7f56f12460a05933006f7f36ad7b35ff1e2f81249fd2a021369f71e39491ccf4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2021-01-19T00:42:04.153Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T00:42:04.351Z] + docker images [2021-01-19T00:42:04.351Z] + grep docker [2021-01-19T00:42:04.351Z] docker-core-data-go latest 23e8104b1072 3 seconds ago 22.3MB [2021-01-19T00:42:04.351Z] docker-core-metadata-go latest 94adbbabc922 13 seconds ago 13.1MB [2021-01-19T00:42:04.351Z] docker-security-proxy-setup-go latest c4cb01040793 13 seconds ago 24.4MB [2021-01-19T00:42:04.351Z] docker-support-notifications-go latest c33082f4c435 14 seconds ago 12MB [2021-01-19T00:42:04.351Z] docker-sys-mgmt-agent-go latest d699f57a7200 43 seconds ago 313MB [2021-01-19T00:42:04.351Z] docker-security-secretstore-setup-go latest 965b28663bf2 2 minutes ago 24.6MB [2021-01-19T00:42:04.351Z] docker-security-bootstrap-redis-go latest 9913969489cd 2 minutes ago 15.8MB [2021-01-19T00:42:04.351Z] docker-core-command-go latest 9cf32521d17f 2 minutes ago 10.6MB [2021-01-19T00:42:04.351Z] docker-support-scheduler-go latest 64ddc2d54430 2 minutes ago 10.7MB [2021-01-19T00:42:04.351Z] docker 20.10.0 aefe523efa57 5 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-19T00:42:05.469Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:42:06.194Z] + make build [2021-01-19T00:42:06.194Z] 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-19T00:42:18.622Z] 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-19T00:42:19.990Z] Still waiting to schedule task [2021-01-19T00:42:19.990Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21029’ [2021-01-19T00:42:45.443Z] 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-19T00:42:46.452Z] 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-19T00:42:51.881Z] 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-19T00:42:52.477Z] 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-19T00:42:59.230Z] 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-19T00:43:03.540Z] 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-19T00:43:06.929Z] 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-19T00:43:11.216Z] 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-19T00:43:14.585Z] 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-19T00:43:17.991Z] 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-19T00:43:21.401Z] $ docker stop --time=1 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 [2021-01-19T00:43:23.932Z] $ docker rm -f 44f203bfa36442f606e655bacb0b563ed646ffc3f6713abf70a8475f75c38017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:43:25.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:26.246Z] [2021-01-19T00:43:26.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:43:26.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:26.908Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T00:43:26.908Z] 29e5d40040c1: Pulling fs layer [2021-01-19T00:43:26.908Z] 1ce36da41761: Pulling fs layer [2021-01-19T00:43:26.908Z] 25b303627fd3: Pulling fs layer [2021-01-19T00:43:26.908Z] 29e5d40040c1: Verifying Checksum [2021-01-19T00:43:26.908Z] 29e5d40040c1: Download complete [2021-01-19T00:43:27.506Z] 29e5d40040c1: Pull complete [2021-01-19T00:43:27.506Z] 1ce36da41761: Verifying Checksum [2021-01-19T00:43:27.506Z] 1ce36da41761: Download complete [2021-01-19T00:43:28.939Z] 1ce36da41761: Pull complete [2021-01-19T00:43:29.212Z] 25b303627fd3: Verifying Checksum [2021-01-19T00:43:29.212Z] 25b303627fd3: Download complete [2021-01-19T00:43:39.381Z] 25b303627fd3: Pull complete [2021-01-19T00:43:39.381Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T00:43:39.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:39.381Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T00:43:39.651Z] prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container [2021-01-19T00:43:39.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-19T00:43:43.131Z] $ docker top 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:43:44.150Z] + docker-compose build --help [2021-01-19T00:43:44.150Z] + grep parallel [2021-01-19T00:43:48.474Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:43:48.495Z] $ docker stop --time=1 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 [2021-01-19T00:43:50.475Z] $ docker rm -f 72fc622391dbce26c981254872827e41fddabf84d1e8750adfea9ddcaf1bde16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:43:51.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:43:51.294Z] . [Pipeline] withDockerContainer [2021-01-19T00:43:51.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-21025 does not seem to be running inside a container [2021-01-19T00:43:51.646Z] $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:43:53.068Z] $ docker top d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:43:54.126Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:43:59.587Z] Building docker-core-command-go ... [2021-01-19T00:43:59.587Z] Building docker-core-data-go ... [2021-01-19T00:43:59.587Z] Building docker-core-metadata-go ... [2021-01-19T00:43:59.587Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:43:59.587Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:43:59.587Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:43:59.587Z] Building docker-support-notifications-go ... [2021-01-19T00:43:59.587Z] Building docker-support-scheduler-go ... [2021-01-19T00:43:59.587Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:43:59.587Z] Building docker-support-notifications-go [2021-01-19T00:43:59.587Z] Building docker-security-proxy-setup-go [2021-01-19T00:43:59.587Z] Building docker-sys-mgmt-agent-go [2021-01-19T00:43:59.587Z] Building docker-security-secretstore-setup-go [2021-01-19T00:43:59.587Z] Building docker-support-scheduler-go [2021-01-19T00:44:13.069Z] Running on prd-ubuntu18.04-docker-8c-8g-21034 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-19T00:44:13.122Z] Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout [2021-01-19T00:44:15.409Z] using credential edgex-jenkins-ssh [2021-01-19T00:44:15.463Z] Cloning the remote Git repository [2021-01-19T00:44:15.491Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:44:15.559Z] > git init /w/workspace/edgex-go/43 # timeout=10 [2021-01-19T00:44:15.590Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:44:15.590Z] > git --version # timeout=10 [2021-01-19T00:44:15.596Z] > git --version # 'git version 2.17.1' [2021-01-19T00:44:15.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:44:15.619Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:44:45.522Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-19T00:44:45.753Z] Merge succeeded, producing f5da9b851fed06a999575ecab24a186a66bb3d92 [2021-01-19T00:44:45.753Z] Checking out Revision f5da9b851fed06a999575ecab24a186a66bb3d92 (PR-2858) [2021-01-19T00:44:44.869Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:44:44.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:44:44.887Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:44:44.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:44:44.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:44:44.905Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:44:45.535Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:44:45.540Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-19T00:44:45.611Z] > git remote # timeout=10 [2021-01-19T00:44:45.625Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:44:45.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:44:45.633Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:44:45.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:44:45.760Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:44:45.764Z] > git checkout -f f5da9b851fed06a999575ecab24a186a66bb3d92 # timeout=10 [2021-01-19T00:44:49.409Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:44:49.418Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:44:50.481Z] + echo snap-build.sh [2021-01-19T00:44:50.481Z] snap-build.sh [2021-01-19T00:44:50.481Z] + SNAP_BASE_DIR=. [2021-01-19T00:44:50.481Z] + '[' '!' -z /w/workspace/edgex-go/43 ']' [2021-01-19T00:44:50.481Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/43 [2021-01-19T00:44:50.481Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/43]' [2021-01-19T00:44:50.481Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/43] [2021-01-19T00:44:50.481Z] + cd /w/workspace/edgex-go/43 [2021-01-19T00:44:50.481Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T00:44:50.481Z] Reading package lists... [2021-01-19T00:44:50.481Z] Building dependency tree... [2021-01-19T00:44:50.481Z] Reading state information... [2021-01-19T00:44:50.743Z] The following packages were automatically installed and are no longer required: [2021-01-19T00:44:50.743Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T00:44:50.743Z] uidmap xdelta3 [2021-01-19T00:44:50.743Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T00:44:50.743Z] The following packages will be REMOVED: [2021-01-19T00:44:50.743Z] lxd* lxd-client* [2021-01-19T00:44:51.004Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T00:44:51.004Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T00:44:49.416Z] > git rev-list --no-walk ac9e835e32bc094112624517220fbb749d467adb # timeout=10 [2021-01-19T00:44:52.055Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-19T00:44:52.055Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:44:52.997Z] Removing lxd dnsmasq configuration [2021-01-19T00:44:52.997Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:44:52.997Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T00:44:53.941Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T00:44:54.202Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-19T00:44:54.202Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:44:55.588Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T00:44:55.588Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T00:44:56.531Z] + sudo snap remove --purge lxd [2021-01-19T00:44:56.793Z] snap "lxd" is not installed [2021-01-19T00:44:56.793Z] + sudo groupadd --force --system lxd [2021-01-19T00:44:56.793Z] ++ whoami [2021-01-19T00:44:56.793Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T00:44:56.793Z] + newgrp - lxd [2021-01-19T00:44:56.793Z] + sudo snap install lxd [2021-01-19T00:45:04.938Z] 2021-01-19T00:45:02Z INFO Waiting for automatic snapd restart... [2021-01-19T00:45:07.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:07.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:07.625Z] ---> a43ce109454f [2021-01-19T00:45:07.625Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:45:07.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:07.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:07.625Z] ---> a43ce109454f [2021-01-19T00:45:07.625Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:45:07.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:07.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:07.625Z] ---> a43ce109454f [2021-01-19T00:45:07.625Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:45:07.625Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:07.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:07.625Z] ---> a43ce109454f [2021-01-19T00:45:07.625Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:45:07.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:45:07.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:45:07.625Z] ---> a43ce109454f [2021-01-19T00:45:07.625Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:45:09.599Z] ---> Running in 6ab49b66c0e1 [2021-01-19T00:45:09.599Z] ---> Running in 45312886c087 [2021-01-19T00:45:09.599Z] ---> Running in 1a231f98fb3d [2021-01-19T00:45:09.599Z] ---> Running in b564a67748df [2021-01-19T00:45:09.599Z] ---> Running in 93bc39214f77 [2021-01-19T00:45:10.215Z] Removing intermediate container 45312886c087 [2021-01-19T00:45:10.215Z] Removing intermediate container 6ab49b66c0e1 [2021-01-19T00:45:10.215Z] ---> 2d0ec325fdf0 [2021-01-19T00:45:10.215Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:10.215Z] Removing intermediate container 93bc39214f77 [2021-01-19T00:45:10.215Z] ---> 417340021a1c [2021-01-19T00:45:10.215Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:10.215Z] ---> 56ea46c69186 [2021-01-19T00:45:10.215Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:10.488Z] Removing intermediate container b564a67748df [2021-01-19T00:45:10.488Z] ---> 25add6074c75 [2021-01-19T00:45:10.488Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:10.488Z] ---> Running in 7aeb9ae87d39 [2021-01-19T00:45:10.488Z] ---> Running in ccfc8766c80a [2021-01-19T00:45:10.488Z] ---> Running in 78504ec3b94a [2021-01-19T00:45:10.488Z] Removing intermediate container 1a231f98fb3d [2021-01-19T00:45:10.488Z] ---> 15269aa9eb34 [2021-01-19T00:45:10.488Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:45:10.762Z] ---> Running in 0fcd896d4d1e [2021-01-19T00:45:11.038Z] ---> Running in 75d2dca8faa5 [2021-01-19T00:45:14.465Z] Removing intermediate container 7aeb9ae87d39 [2021-01-19T00:45:14.465Z] ---> dc0cb0e05d28 [2021-01-19T00:45:14.465Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:45:14.465Z] ---> Running in 104661686ecb [2021-01-19T00:45:14.739Z] Removing intermediate container 78504ec3b94a [2021-01-19T00:45:14.739Z] ---> 59f993a403d0 [2021-01-19T00:45:14.739Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:45:15.015Z] Removing intermediate container ccfc8766c80a [2021-01-19T00:45:15.015Z] ---> c16067832978 [2021-01-19T00:45:15.015Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:45:15.015Z] ---> Running in f101bcc36a22 [2021-01-19T00:45:15.289Z] ---> Running in 0cc905924fc7 [2021-01-19T00:45:15.289Z] Removing intermediate container 75d2dca8faa5 [2021-01-19T00:45:15.289Z] ---> 71d551d54d51 [2021-01-19T00:45:15.289Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:45:15.563Z] Removing intermediate container 0fcd896d4d1e [2021-01-19T00:45:15.563Z] ---> 438079a8d908 [2021-01-19T00:45:15.563Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:45:15.563Z] ---> Running in 10b87fba166b [2021-01-19T00:45:16.838Z] ---> Running in 148bc855b915 [2021-01-19T00:45:17.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:17.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:18.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:18.263Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:18.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:18.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:18.866Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:18.866Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:19.151Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:19.434Z] OK: 217 MiB in 51 packages [2021-01-19T00:45:19.714Z] Removing intermediate container 104661686ecb [2021-01-19T00:45:19.714Z] ---> be37ebe4728e [2021-01-19T00:45:19.865Z] lxd 4.10 from Canonical* installed [2021-01-19T00:45:19.865Z] + sudo lxd init --auto [2021-01-19T00:45:19.989Z] Step 6/21 : COPY go.mod . [2021-01-19T00:45:20.594Z] Removing intermediate container 0cc905924fc7 [2021-01-19T00:45:20.594Z] ---> c2cf0cc7e877 [2021-01-19T00:45:20.594Z] Step 6/24 : COPY go.mod . [2021-01-19T00:45:20.872Z] Removing intermediate container f101bcc36a22 [2021-01-19T00:45:20.872Z] ---> 84fd9e2da59c [2021-01-19T00:45:20.872Z] Step 6/26 : COPY go.mod . [2021-01-19T00:45:21.147Z] ---> ccc1d4002b18 [2021-01-19T00:45:21.147Z] Step 7/21 : RUN go mod download [2021-01-19T00:45:21.147Z] Removing intermediate container 148bc855b915 [2021-01-19T00:45:21.147Z] ---> 972eda8e9f40 [2021-01-19T00:45:21.147Z] Step 6/24 : COPY go.mod . [2021-01-19T00:45:21.422Z] ---> Running in 763c13f781a0 [2021-01-19T00:45:21.422Z] Removing intermediate container 10b87fba166b [2021-01-19T00:45:21.422Z] ---> 3cf070e5c381 [2021-01-19T00:45:21.422Z] Step 6/21 : COPY go.mod . [2021-01-19T00:45:21.702Z] ---> 02062d284f95 [2021-01-19T00:45:21.702Z] Step 7/24 : RUN go mod download [2021-01-19T00:45:21.978Z] ---> Running in 70963de71f33 [2021-01-19T00:45:22.248Z] ---> ce80e8a9e10f [2021-01-19T00:45:22.248Z] Step 7/26 : RUN go mod download [2021-01-19T00:45:22.521Z] ---> b384ad10b279 [2021-01-19T00:45:22.521Z] Step 7/24 : RUN go mod download [2021-01-19T00:45:22.521Z] ---> Running in 0209fe04d590 [2021-01-19T00:45:22.796Z] ---> e45063fdfe1d [2021-01-19T00:45:22.796Z] Step 7/21 : RUN go mod download [2021-01-19T00:45:22.796Z] ---> Running in b357d9ba45be [2021-01-19T00:45:23.070Z] ---> Running in 6af15a97ed59 [2021-01-19T00:45:25.704Z] Removing intermediate container 763c13f781a0 [2021-01-19T00:45:25.704Z] ---> c80df11ae311 [2021-01-19T00:45:25.704Z] Step 8/21 : COPY . . [2021-01-19T00:45:26.310Z] Removing intermediate container 70963de71f33 [2021-01-19T00:45:26.311Z] ---> 21f7eb65297d [2021-01-19T00:45:26.311Z] Step 8/24 : COPY . . [2021-01-19T00:45:27.296Z] Removing intermediate container 0209fe04d590 [2021-01-19T00:45:27.296Z] ---> 18425ca2f4f4 [2021-01-19T00:45:27.296Z] Step 8/26 : COPY . . [2021-01-19T00:45:27.894Z] Removing intermediate container b357d9ba45be [2021-01-19T00:45:27.894Z] ---> ab3432ab4179 [2021-01-19T00:45:27.894Z] Step 8/24 : COPY . . [2021-01-19T00:45:28.007Z] + sudo snap install --classic snapcraft [2021-01-19T00:45:28.171Z] Removing intermediate container 6af15a97ed59 [2021-01-19T00:45:28.171Z] ---> 8f30fe8c991e [2021-01-19T00:45:28.171Z] Step 8/21 : COPY . . [2021-01-19T00:45:32.217Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:45:32.217Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T00:45:32.217Z] + patch --verbose -p1 [2021-01-19T00:45:32.217Z] Hmm... Looks like a unified diff to me... [2021-01-19T00:45:32.217Z] The text leading up to this was: [2021-01-19T00:45:32.217Z] -------------------------- [2021-01-19T00:45:32.217Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T00:45:32.217Z] |From: Tony Espy [2021-01-19T00:45:32.217Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T00:45:32.217Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T00:45:32.217Z] | [2021-01-19T00:45:32.217Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T00:45:32.217Z] |optimize the snap CI check run for pull requests. When [2021-01-19T00:45:32.217Z] |applied, it essentially strips out everything (apps and [2021-01-19T00:45:32.217Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T00:45:32.217Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T00:45:32.217Z] |catch changes to edgex-go that break the snap build. [2021-01-19T00:45:32.217Z] | [2021-01-19T00:45:32.217Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T00:45:32.217Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T00:45:32.217Z] |resulting in a failed snap build CI check in the associated [2021-01-19T00:45:32.217Z] |pull request. [2021-01-19T00:45:32.217Z] | [2021-01-19T00:45:32.217Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T00:45:32.217Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T00:45:32.217Z] |need to build the finally binary .snap file (and it won't [2021-01-19T00:45:32.217Z] |work with the patch applied). This further reduces the build [2021-01-19T00:45:32.217Z] |time. [2021-01-19T00:45:32.217Z] |--- [2021-01-19T00:45:32.217Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T00:45:32.217Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T00:45:32.217Z] | [2021-01-19T00:45:32.217Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T00:45:32.217Z] |index 1e537489..faf42425 100644 [2021-01-19T00:45:32.217Z] |--- a/snap/snapcraft.yaml [2021-01-19T00:45:32.217Z] |+++ b/snap/snapcraft.yaml [2021-01-19T00:45:32.217Z] -------------------------- [2021-01-19T00:45:32.217Z] patching file snap/snapcraft.yaml [2021-01-19T00:45:32.217Z] Using Plan A... [2021-01-19T00:45:32.217Z] Hunk #1 succeeded at 73. [2021-01-19T00:45:32.217Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-19T00:45:32.217Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-19T00:45:32.217Z] Hunk #4 FAILED at 225. [2021-01-19T00:45:32.217Z] Hunk #5 succeeded at 300 (offset -2 lines). [2021-01-19T00:45:32.217Z] Hunk #6 succeeded at 327 (offset -2 lines). [2021-01-19T00:45:32.217Z] Hunk #7 succeeded at 361 (offset -2 lines). [2021-01-19T00:45:32.217Z] Hunk #8 FAILED at 414. [2021-01-19T00:45:32.217Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-19T00:45:32.217Z] Hmm... Ignoring the trailing garbage. [2021-01-19T00:45:32.217Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T00:45:33.010Z] Failed in branch amd64 [2021-01-19T00:45:55.106Z] ---> 14fe2c1b21dd [2021-01-19T00:45:55.106Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:45:55.106Z] ---> ecef3e21b414 [2021-01-19T00:45:55.106Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:45:55.106Z] ---> dc33bb699654 [2021-01-19T00:45:55.106Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:45:55.106Z] ---> cc4d63157bb5 [2021-01-19T00:45:55.106Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:45:55.106Z] ---> dc5d41fb4dbb [2021-01-19T00:45:55.106Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:45:55.106Z] ---> Running in 4d881164b78b [2021-01-19T00:45:55.106Z] ---> Running in 104518a4e3ca [2021-01-19T00:45:55.106Z] ---> Running in 6b2d2decd5cd [2021-01-19T00:45:55.106Z] ---> Running in cb0004eb4740 [2021-01-19T00:45:55.106Z] ---> Running in 2a83326ef29b [2021-01-19T00:45:55.383Z] 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-19T00:45:55.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T00:45:55.665Z] 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-19T00:45:55.949Z] 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-19T00:45:55.949Z] 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-19T00:47:17.835Z] 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-19T00:47:17.835Z] 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-19T00:47:32.955Z] Removing intermediate container cb0004eb4740 [2021-01-19T00:47:32.955Z] ---> 1ea8a1015306 [2021-01-19T00:47:32.955Z] [2021-01-19T00:47:32.955Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:47:32.955Z] 3.12: Pulling from library/alpine [2021-01-19T00:47:32.955Z] Removing intermediate container 104518a4e3ca [2021-01-19T00:47:32.955Z] ---> 940073bb8b40 [2021-01-19T00:47:32.955Z] [2021-01-19T00:47:32.955Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:47:32.955Z] 3.12: Pulling from library/alpine [2021-01-19T00:47:32.955Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:47:32.955Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:47:32.955Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:47:32.955Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:47:32.955Z] ---> afeebe901d6b [2021-01-19T00:47:32.955Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:47:32.955Z] ---> afeebe901d6b [2021-01-19T00:47:32.955Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:47:34.401Z] ---> Running in 4f1c90269d2e [2021-01-19T00:47:34.401Z] ---> Running in 3293e673fb85 [2021-01-19T00:47:35.003Z] Removing intermediate container 4d881164b78b [2021-01-19T00:47:35.003Z] ---> ab76b0f0804d [2021-01-19T00:47:35.003Z] [2021-01-19T00:47:35.003Z] Step 10/24 : FROM scratch [2021-01-19T00:47:35.003Z] ---> [2021-01-19T00:47:35.003Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:47:35.003Z] Removing intermediate container 2a83326ef29b [2021-01-19T00:47:35.003Z] ---> e24b79f908b3 [2021-01-19T00:47:35.003Z] [2021-01-19T00:47:35.003Z] Step 10/21 : FROM scratch [2021-01-19T00:47:35.003Z] ---> [2021-01-19T00:47:35.003Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:47:35.003Z] Removing intermediate container 6b2d2decd5cd [2021-01-19T00:47:35.003Z] ---> 9c638f95468e [2021-01-19T00:47:35.003Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:47:35.003Z] ---> Running in d624e6a23ad7 [2021-01-19T00:47:35.278Z] ---> Running in 12d2cb4d9c7b [2021-01-19T00:47:35.278Z] ---> Running in b25ee768b0c0 [2021-01-19T00:47:35.887Z] Removing intermediate container 12d2cb4d9c7b [2021-01-19T00:47:35.887Z] ---> 80125b3bb92b [2021-01-19T00:47:35.887Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:47:35.887Z] Removing intermediate container d624e6a23ad7 [2021-01-19T00:47:35.887Z] ---> d1136d99cd09 [2021-01-19T00:47:35.887Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:47:36.158Z] ---> Running in 92ab47ab9ac9 [2021-01-19T00:47:36.159Z] ---> Running in 3e8ba410667a [2021-01-19T00:47:36.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:36.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:36.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:36.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:36.705Z] 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-19T00:47:36.705Z] Removing intermediate container 92ab47ab9ac9 [2021-01-19T00:47:36.705Z] ---> e3752c42331d [2021-01-19T00:47:36.705Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:47:36.705Z] Removing intermediate container 3e8ba410667a [2021-01-19T00:47:36.705Z] ---> 6461cb59a5de [2021-01-19T00:47:36.705Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:47:36.975Z] ---> Running in 67bc8a9331f6 [2021-01-19T00:47:36.975Z] ---> Running in ca812051a495 [2021-01-19T00:47:37.246Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:47:37.246Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:47:37.246Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:47:37.246Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:47:37.246Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:47:37.521Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:47:37.521Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:47:37.521Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:47:37.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:47:37.521Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:47:37.521Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:47:37.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:47:37.521Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:47:37.521Z] Removing intermediate container 67bc8a9331f6 [2021-01-19T00:47:37.521Z] ---> cc4069a33c9e [2021-01-19T00:47:37.521Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:47:37.806Z] OK: 7 MiB in 18 packages [2021-01-19T00:47:37.806Z] OK: 7 MiB in 19 packages [2021-01-19T00:47:37.806Z] Removing intermediate container ca812051a495 [2021-01-19T00:47:37.806Z] ---> 4eec11009d82 [2021-01-19T00:47:37.806Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:47:39.242Z] ---> 19bce27afc58 [2021-01-19T00:47:39.242Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:47:39.242Z] ---> e3d9f6357921 [2021-01-19T00:47:39.242Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:47:40.220Z] Removing intermediate container 4f1c90269d2e [2021-01-19T00:47:40.220Z] ---> d0638957754e [2021-01-19T00:47:40.220Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:47:40.495Z] Removing intermediate container 3293e673fb85 [2021-01-19T00:47:40.495Z] ---> 68eabd965cc2 [2021-01-19T00:47:40.495Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:47:40.495Z] ---> Running in bdc84a1aff12 [2021-01-19T00:47:40.769Z] ---> Running in 17898fe5808c [2021-01-19T00:47:40.769Z] ---> 7c76c8df45ff [2021-01-19T00:47:40.769Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:47:41.043Z] ---> 00a9b524b89b [2021-01-19T00:47:41.043Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:47:41.381Z] Removing intermediate container bdc84a1aff12 [2021-01-19T00:47:41.381Z] ---> 0eb497babc4c [2021-01-19T00:47:41.381Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:47:41.381Z] Removing intermediate container 17898fe5808c [2021-01-19T00:47:41.381Z] ---> 9d959ec48389 [2021-01-19T00:47:41.381Z] Step 13/24 : WORKDIR / [2021-01-19T00:47:41.381Z] Removing intermediate container b25ee768b0c0 [2021-01-19T00:47:41.381Z] ---> 47c95d539f95 [2021-01-19T00:47:41.381Z] [2021-01-19T00:47:41.381Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:47:41.381Z] ---> Running in 941bb29fe9b0 [2021-01-19T00:47:41.685Z] 20.10.0: Pulling from library/docker [2021-01-19T00:47:41.685Z] ---> Running in 9643a6cdee48 [2021-01-19T00:47:42.706Z] ---> 4c8ffab19bf5 [2021-01-19T00:47:42.706Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:47:42.706Z] Removing intermediate container 941bb29fe9b0 [2021-01-19T00:47:42.706Z] ---> 415d49f824c9 [2021-01-19T00:47:42.706Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:47:42.706Z] Removing intermediate container 9643a6cdee48 [2021-01-19T00:47:42.706Z] ---> 91add549276c [2021-01-19T00:47:42.706Z] 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-19T00:47:43.064Z] ---> Running in 6941142b313a [2021-01-19T00:47:43.064Z] ---> af296f1e71d8 [2021-01-19T00:47:43.064Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:47:44.067Z] Removing intermediate container 6941142b313a [2021-01-19T00:47:44.067Z] ---> a5f3c545b34c [2021-01-19T00:47:44.067Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:47:44.347Z] ---> 8aa5c883b723 [2021-01-19T00:47:44.347Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:47:44.619Z] ---> Running in 177f76854b70 [2021-01-19T00:47:44.619Z] ---> 37cc1f537e64 [2021-01-19T00:47:44.619Z] 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-19T00:47:44.897Z] ---> 0e3dd5b64f79 [2021-01-19T00:47:44.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:47:45.496Z] Removing intermediate container 177f76854b70 [2021-01-19T00:47:45.496Z] ---> 6afcbda02b64 [2021-01-19T00:47:45.496Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:47:46.093Z] ---> Running in 889422d52098 [2021-01-19T00:47:46.369Z] ---> 9d72b2f4413a [2021-01-19T00:47:46.369Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:47:46.643Z] ---> 9d444aa07d6b [2021-01-19T00:47:46.643Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:47:46.919Z] ---> be6eaa84ae5e [2021-01-19T00:47:46.919Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:47:46.919Z] Removing intermediate container 889422d52098 [2021-01-19T00:47:46.919Z] ---> 6d7ee94e6198 [2021-01-19T00:47:46.919Z] Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:47:47.200Z] ---> Running in e7886b05a127 [2021-01-19T00:47:47.819Z] ---> d46d8695fcf5 [2021-01-19T00:47:47.819Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:47:48.098Z] Removing intermediate container e7886b05a127 [2021-01-19T00:47:48.098Z] ---> ccb30c003dc0 [2021-01-19T00:47:48.098Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:47:48.374Z] ---> 086b9375e299 [2021-01-19T00:47:48.374Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:47:48.646Z] ---> Running in c2c5c5c47de1 [2021-01-19T00:47:48.926Z] ---> Running in 1eac769c45fb [2021-01-19T00:47:48.926Z] ---> 93fa909975a5 [2021-01-19T00:47:48.926Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:47:49.523Z] Removing intermediate container c2c5c5c47de1 [2021-01-19T00:47:49.523Z] ---> e9ddb87fff2b [2021-01-19T00:47:49.523Z] [2021-01-19T00:47:49.523Z] ---> Running in 3d0cf531204f [2021-01-19T00:47:49.798Z] ---> 8e04b3cc5b6a [2021-01-19T00:47:49.798Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:47:49.798Z] Removing intermediate container 1eac769c45fb [2021-01-19T00:47:49.798Z] ---> d01946b1486d [2021-01-19T00:47:49.798Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:47:50.070Z] Successfully built e9ddb87fff2b [2021-01-19T00:47:50.349Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T00:47:50.349Z] ---> Running in ccd3e354011c [2021-01-19T00:47:50.349Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T00:47:50.622Z] Removing intermediate container 3d0cf531204f [2021-01-19T00:47:50.622Z] ---> 88fb811a0765 [2021-01-19T00:47:50.622Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:47:50.901Z] ---> Running in 7129b491e771 [2021-01-19T00:47:51.175Z] Removing intermediate container ccd3e354011c [2021-01-19T00:47:51.175Z] ---> e114c5dd5dbf [2021-01-19T00:47:51.175Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:47:52.162Z] ---> Running in a13da70cd76a [2021-01-19T00:47:52.435Z] ---> c34a5ec536ef [2021-01-19T00:47:52.435Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:47:52.715Z] Removing intermediate container 7129b491e771 [2021-01-19T00:47:52.715Z] ---> b289bce0f993 [2021-01-19T00:47:52.715Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:47:53.347Z] Removing intermediate container a13da70cd76a [2021-01-19T00:47:53.347Z] ---> a4b306165ae6 [2021-01-19T00:47:53.347Z] Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:47:53.946Z] ---> Running in 039fcc0cae68 [2021-01-19T00:47:54.269Z] ---> fd1e98032085 [2021-01-19T00:47:54.269Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T00:47:54.549Z] ---> Running in 701125bf8905 [2021-01-19T00:47:55.156Z] ---> Running in 3c858390b9c1 [2021-01-19T00:47:55.156Z] Removing intermediate container 039fcc0cae68 [2021-01-19T00:47:55.156Z] ---> fedefb61b398 [2021-01-19T00:47:55.156Z] Step 20/21 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:47:55.750Z] Removing intermediate container 701125bf8905 [2021-01-19T00:47:55.750Z] ---> a96c187c26a6 [2021-01-19T00:47:55.750Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:47:56.026Z] ---> Running in 8204f57a8e6d [2021-01-19T00:47:56.306Z] ---> Running in e174450dc65b [2021-01-19T00:47:56.902Z] Removing intermediate container 8204f57a8e6d [2021-01-19T00:47:56.902Z] ---> ad2a5ac4008c [2021-01-19T00:47:56.902Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:47:56.902Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:47:56.902Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:47:56.902Z] ---> eeaf43b92773 [2021-01-19T00:47:56.902Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:47:56.902Z] Removing intermediate container e174450dc65b [2021-01-19T00:47:56.902Z] ---> 476f803b1121 [2021-01-19T00:47:56.902Z] [2021-01-19T00:47:57.176Z] ---> Running in c2260289c0d8 [2021-01-19T00:47:57.176Z] ---> Running in 9eb01397364e [2021-01-19T00:47:57.780Z] Successfully built 476f803b1121 [2021-01-19T00:47:58.066Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T00:47:58.066Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-19T00:47:58.066Z] Removing intermediate container c2260289c0d8 [2021-01-19T00:47:58.066Z] ---> da5823cf1306 [2021-01-19T00:47:58.066Z] [2021-01-19T00:47:58.662Z] Successfully built da5823cf1306 [2021-01-19T00:47:58.662Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T00:47:58.662Z] Building docker-core-data-go [2021-01-19T00:47:58.934Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:59.208Z] Removing intermediate container 3c858390b9c1 [2021-01-19T00:47:59.208Z] ---> 6356a8bc2571 [2021-01-19T00:47:59.208Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:47:59.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:47:59.208Z] ---> Running in 3c5adc9bc687 [2021-01-19T00:47:59.814Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:47:59.814Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:47:59.814Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:47:59.814Z] Removing intermediate container 3c5adc9bc687 [2021-01-19T00:47:59.814Z] ---> 66fbf6475b2a [2021-01-19T00:47:59.814Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:48:00.090Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:00.090Z] OK: 12 MiB in 22 packages [2021-01-19T00:48:00.090Z] ---> Running in 305c8b2011b2 [2021-01-19T00:48:01.087Z] Removing intermediate container 305c8b2011b2 [2021-01-19T00:48:01.087Z] ---> fa508f10c501 [2021-01-19T00:48:01.087Z] Step 23/24 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:48:01.376Z] ---> Running in 39760d29c5ce [2021-01-19T00:48:02.821Z] Removing intermediate container 9eb01397364e [2021-01-19T00:48:02.821Z] ---> 27b82838ef7d [2021-01-19T00:48:02.821Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:48:03.092Z] Removing intermediate container 39760d29c5ce [2021-01-19T00:48:03.092Z] ---> fa1539c37037 [2021-01-19T00:48:03.092Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:48:03.362Z] ---> Running in 74714e590bef [2021-01-19T00:48:03.634Z] ---> Running in 44dd887db50f [2021-01-19T00:48:04.232Z] Removing intermediate container 74714e590bef [2021-01-19T00:48:04.232Z] ---> eba886499499 [2021-01-19T00:48:04.232Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:48:04.506Z] Removing intermediate container 44dd887db50f [2021-01-19T00:48:04.506Z] ---> 4b9179bfe4cb [2021-01-19T00:48:04.506Z] [2021-01-19T00:48:04.506Z] ---> Running in d166ed52d9ae [2021-01-19T00:48:04.776Z] Successfully built 4b9179bfe4cb [2021-01-19T00:48:05.059Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T00:48:05.059Z] Building docker-core-metadata-go [2021-01-19T00:48:05.653Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d166ed52d9ae [2021-01-19T00:48:05.653Z] ---> 90da1718aa68 [2021-01-19T00:48:05.653Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:48:05.924Z] ---> Running in 18a4e97d6de2 [2021-01-19T00:48:06.195Z] Removing intermediate container 18a4e97d6de2 [2021-01-19T00:48:06.195Z] ---> e6cb75764ad3 [2021-01-19T00:48:06.195Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:48:08.800Z] ---> aca324860120 [2021-01-19T00:48:08.800Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:09.408Z] ---> 0a1a6a8aff55 [2021-01-19T00:48:09.408Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:48:11.407Z] ---> bf66b547b7df [2021-01-19T00:48:11.407Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:48:11.682Z] ---> Running in cb7e96a23d2b [2021-01-19T00:48:13.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:13.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:13.724Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:48:13.724Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:48:13.724Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:48:13.724Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:48:13.724Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:48:13.724Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:48:13.997Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:48:15.985Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:48:15.985Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:48:15.985Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:48:15.985Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:48:15.985Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:48:15.985Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:48:15.985Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:48:15.985Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:48:15.985Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:48:15.985Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:48:16.258Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:48:16.529Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:48:16.529Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:48:16.529Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:48:16.529Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:48:16.529Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:48:16.529Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:48:16.529Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:48:16.529Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:48:16.529Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:48:16.529Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:48:16.529Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:48:16.807Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:48:16.807Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:48:16.807Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:48:16.807Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:48:16.807Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:16.807Z] OK: 71 MiB in 55 packages [2021-01-19T00:48:29.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:48:29.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:48:29.224Z] ---> a43ce109454f [2021-01-19T00:48:29.224Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> 15269aa9eb34 [2021-01-19T00:48:29.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> 71d551d54d51 [2021-01-19T00:48:29.224Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> 3cf070e5c381 [2021-01-19T00:48:29.224Z] Step 6/22 : COPY go.mod . [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> e45063fdfe1d [2021-01-19T00:48:29.224Z] Step 7/22 : RUN go mod download [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> 8f30fe8c991e [2021-01-19T00:48:29.224Z] Step 8/22 : COPY . . [2021-01-19T00:48:29.224Z] ---> Using cache [2021-01-19T00:48:29.224Z] ---> dc33bb699654 [2021-01-19T00:48:29.224Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:48:29.224Z] Removing intermediate container cb7e96a23d2b [2021-01-19T00:48:29.224Z] ---> 23fee1fd63c0 [2021-01-19T00:48:29.224Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:48:29.224Z] ---> Running in dc742e7396d5 [2021-01-19T00:48:29.224Z] ---> Running in 73f2408bb029 [2021-01-19T00:48:29.499Z] 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-19T00:48:36.263Z] Collecting docker-compose==1.23.2 [2021-01-19T00:48:36.263Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:48:37.706Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:48:37.706Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:48:42.040Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:48:42.040Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:48:43.060Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:48:43.060Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:48:43.671Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:48:43.671Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:48:44.285Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:48:44.285Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:48:45.753Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:48:45.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:48:45.754Z] ---> a43ce109454f [2021-01-19T00:48:45.754Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:48:45.754Z] ---> Using cache [2021-01-19T00:48:45.754Z] ---> 15269aa9eb34 [2021-01-19T00:48:45.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:48:45.754Z] ---> Using cache [2021-01-19T00:48:45.754Z] ---> 71d551d54d51 [2021-01-19T00:48:45.754Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:48:45.754Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> 3cf070e5c381 [2021-01-19T00:48:46.028Z] Step 6/22 : COPY go.mod . [2021-01-19T00:48:46.028Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> e45063fdfe1d [2021-01-19T00:48:46.028Z] Step 7/22 : RUN go mod download [2021-01-19T00:48:46.028Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> 8f30fe8c991e [2021-01-19T00:48:46.028Z] Step 8/22 : COPY . . [2021-01-19T00:48:46.028Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> dc33bb699654 [2021-01-19T00:48:46.028Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:48:46.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:48:46.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:48:46.028Z] ---> a43ce109454f [2021-01-19T00:48:46.028Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:48:46.028Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> 15269aa9eb34 [2021-01-19T00:48:46.028Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:48:46.028Z] ---> Using cache [2021-01-19T00:48:46.028Z] ---> 71d551d54d51 [2021-01-19T00:48:46.028Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:48:48.034Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:48:48.034Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:48:49.018Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:48:49.018Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:48:49.018Z] ---> a43ce109454f [2021-01-19T00:48:49.018Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> 15269aa9eb34 [2021-01-19T00:48:49.018Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> 71d551d54d51 [2021-01-19T00:48:49.018Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> 3cf070e5c381 [2021-01-19T00:48:49.018Z] Step 6/22 : COPY go.mod . [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> e45063fdfe1d [2021-01-19T00:48:49.018Z] Step 7/22 : RUN go mod download [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> 8f30fe8c991e [2021-01-19T00:48:49.018Z] Step 8/22 : COPY . . [2021-01-19T00:48:49.018Z] ---> Using cache [2021-01-19T00:48:49.018Z] ---> dc33bb699654 [2021-01-19T00:48:49.018Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:48:49.432Z] ---> Running in 7740c34415c8 [2021-01-19T00:48:49.432Z] ---> Running in 07ed81f8e728 [2021-01-19T00:48:49.432Z] ---> Running in 9f11f4aa11ea [2021-01-19T00:48:52.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:52.430Z] 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-19T00:48:52.709Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:48:52.709Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:48:52.709Z] 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-19T00:48:52.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:53.978Z] OK: 217 MiB in 51 packages [2021-01-19T00:48:54.626Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:48:54.903Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:48:55.512Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:48:55.512Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:48:55.790Z] Removing intermediate container 7740c34415c8 [2021-01-19T00:48:55.790Z] ---> de6665019562 [2021-01-19T00:48:55.790Z] Step 6/23 : COPY go.mod . [2021-01-19T00:48:56.793Z] ---> d7421b5c54c9 [2021-01-19T00:48:56.793Z] Step 7/23 : RUN go mod download [2021-01-19T00:48:57.067Z] ---> Running in a684fdd34780 [2021-01-19T00:48:59.718Z] 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-19T00:48:59.718Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:48:59.718Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:48:59.718Z] 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-19T00:48:59.996Z] 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-19T00:49:00.991Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:49:00.991Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:49:01.607Z] Removing intermediate container a684fdd34780 [2021-01-19T00:49:01.607Z] ---> 36a171332de8 [2021-01-19T00:49:01.607Z] Step 8/23 : COPY . . [2021-01-19T00:49:01.901Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:49:01.901Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:49:01.901Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:49:02.197Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:49:02.197Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:49:02.197Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:49:04.201Z] Installing collected packages: PyYAML, websocket-client, cached-property, jsonschema, dockerpty, docopt, urllib3, idna, requests, docker-pycreds, docker, texttable, docker-compose [2021-01-19T00:49:04.201Z] Running setup.py install for PyYAML: started [2021-01-19T00:49:08.561Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:49:09.171Z] Running setup.py install for dockerpty: started [2021-01-19T00:49:14.617Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:49:14.617Z] Running setup.py install for docopt: started [2021-01-19T00:49:18.048Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:49:18.048Z] Attempting uninstall: urllib3 [2021-01-19T00:49:18.048Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:49:18.048Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:49:18.328Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:49:21.004Z] Attempting uninstall: idna [2021-01-19T00:49:21.004Z] Found existing installation: idna 2.9 [2021-01-19T00:49:21.004Z] Uninstalling idna-2.9: [2021-01-19T00:49:21.004Z] Successfully uninstalled idna-2.9 [2021-01-19T00:49:21.622Z] ---> 254a3df57429 [2021-01-19T00:49:21.622Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:49:21.622Z] ---> Running in e107ce4e032b [2021-01-19T00:49:22.258Z] Attempting uninstall: requests [2021-01-19T00:49:22.258Z] Found existing installation: requests 2.23.0 [2021-01-19T00:49:22.258Z] Uninstalling requests-2.23.0: [2021-01-19T00:49:22.533Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:49:23.978Z] 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-19T00:49:24.281Z] Running setup.py install for texttable: started [2021-01-19T00:49:27.684Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:49:29.130Z] 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-19T00:49:35.867Z] Removing intermediate container 73f2408bb029 [2021-01-19T00:49:35.867Z] ---> 6e6170f32b6e [2021-01-19T00:49:35.867Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:49:35.867Z] ---> Running in cc749ecf6424 [2021-01-19T00:49:37.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:37.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:37.977Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:49:37.977Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:49:38.256Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:49:38.256Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:49:38.256Z] OK: 71 MiB in 58 packages [2021-01-19T00:49:40.283Z] Removing intermediate container cc749ecf6424 [2021-01-19T00:49:40.283Z] ---> 4c20e4d5c429 [2021-01-19T00:49:40.283Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:49:40.283Z] ---> Running in 643e69ef277a [2021-01-19T00:49:40.903Z] Removing intermediate container 643e69ef277a [2021-01-19T00:49:40.903Z] ---> 5ce2a3acf63a [2021-01-19T00:49:40.903Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:49:41.197Z] ---> Running in 8e02b420b72c [2021-01-19T00:49:41.819Z] Removing intermediate container 8e02b420b72c [2021-01-19T00:49:41.819Z] ---> 6e1c17e8d49a [2021-01-19T00:49:41.819Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T00:49:42.098Z] ---> Running in cc8fb19c3695 [2021-01-19T00:49:42.705Z] Removing intermediate container cc8fb19c3695 [2021-01-19T00:49:42.705Z] ---> ce3a2232ddf5 [2021-01-19T00:49:42.705Z] Step 25/26 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:49:42.989Z] ---> Running in 900aaefc8459 [2021-01-19T00:49:44.001Z] Removing intermediate container 900aaefc8459 [2021-01-19T00:49:44.001Z] ---> ae92fef15707 [2021-01-19T00:49:44.001Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:49:44.001Z] ---> Running in 309bc4d89c88 [2021-01-19T00:49:44.605Z] Removing intermediate container 309bc4d89c88 [2021-01-19T00:49:44.605Z] ---> 7968a3ebb829 [2021-01-19T00:49:44.605Z] [2021-01-19T00:49:45.206Z] Successfully built 7968a3ebb829 [2021-01-19T00:49:45.206Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T00:49:55.374Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container dc742e7396d5 [2021-01-19T00:49:55.374Z] ---> 2b36c504b22d [2021-01-19T00:49:55.374Z] [2021-01-19T00:49:55.374Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:49:55.374Z] ---> afeebe901d6b [2021-01-19T00:49:55.375Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:49:55.375Z] ---> Using cache [2021-01-19T00:49:55.375Z] ---> 68eabd965cc2 [2021-01-19T00:49:55.375Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:49:55.375Z] ---> Running in d4af84b4efe5 [2021-01-19T00:49:55.375Z] Removing intermediate container d4af84b4efe5 [2021-01-19T00:49:55.375Z] ---> 8f46728bff3b [2021-01-19T00:49:55.375Z] Step 13/22 : WORKDIR / [2021-01-19T00:49:55.375Z] ---> Running in 58ecc1e3d4c8 [2021-01-19T00:49:55.654Z] Removing intermediate container 58ecc1e3d4c8 [2021-01-19T00:49:55.654Z] ---> 5bca2d505452 [2021-01-19T00:49:55.654Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:49:56.659Z] ---> c163176de84f [2021-01-19T00:49:56.659Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:49:58.130Z] ---> 8ebba9bb4e4c [2021-01-19T00:49:58.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:49:59.599Z] ---> 6006801eca76 [2021-01-19T00:49:59.599Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:00.585Z] ---> fa7449f038f8 [2021-01-19T00:50:00.585Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:50:00.864Z] ---> Running in d980cd2af2a0 [2021-01-19T00:50:04.284Z] Removing intermediate container d980cd2af2a0 [2021-01-19T00:50:04.284Z] ---> 7f376ff48941 [2021-01-19T00:50:04.284Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:50:04.284Z] ---> Running in a8a483a39d3f [2021-01-19T00:50:04.902Z] Removing intermediate container a8a483a39d3f [2021-01-19T00:50:04.902Z] ---> d373ceb37ced [2021-01-19T00:50:04.902Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:50:05.351Z] ---> Running in 9b271fc67fd5 [2021-01-19T00:50:05.961Z] Removing intermediate container 9b271fc67fd5 [2021-01-19T00:50:05.961Z] ---> ffd7425d9366 [2021-01-19T00:50:05.961Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:50:05.961Z] ---> Running in 923c407fce5d [2021-01-19T00:50:07.034Z] Removing intermediate container 923c407fce5d [2021-01-19T00:50:07.034Z] ---> 7590981e9501 [2021-01-19T00:50:07.034Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:50:07.034Z] ---> Running in b52b8adb5c84 [2021-01-19T00:50:07.623Z] Removing intermediate container b52b8adb5c84 [2021-01-19T00:50:07.623Z] ---> db70eb903c4c [2021-01-19T00:50:07.623Z] [2021-01-19T00:50:08.223Z] Successfully built db70eb903c4c [2021-01-19T00:50:08.223Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T00:50:30.439Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 07ed81f8e728 [2021-01-19T00:50:30.439Z] ---> 38b1f7f9b300 [2021-01-19T00:50:30.439Z] [2021-01-19T00:50:30.439Z] Step 10/22 : FROM scratch [2021-01-19T00:50:30.439Z] ---> [2021-01-19T00:50:30.439Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:50:30.439Z] ---> Using cache [2021-01-19T00:50:30.439Z] ---> 80125b3bb92b [2021-01-19T00:50:30.439Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:50:30.439Z] ---> Running in 26dd0378f178 [2021-01-19T00:50:30.439Z] Removing intermediate container 26dd0378f178 [2021-01-19T00:50:30.439Z] ---> ca1b8cb2fe86 [2021-01-19T00:50:30.439Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:50:30.439Z] ---> Running in 02b0e5e3dc6d [2021-01-19T00:50:30.439Z] Removing intermediate container 02b0e5e3dc6d [2021-01-19T00:50:30.439Z] ---> ab64877b7681 [2021-01-19T00:50:30.439Z] Step 14/22 : WORKDIR / [2021-01-19T00:50:30.439Z] ---> Running in 94368bf5ec94 [2021-01-19T00:50:30.722Z] Removing intermediate container 94368bf5ec94 [2021-01-19T00:50:30.722Z] ---> 96b568fc6177 [2021-01-19T00:50:30.722Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:50:31.722Z] ---> cd2b5981a401 [2021-01-19T00:50:31.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:50:33.716Z] ---> 85feeef0d5ce [2021-01-19T00:50:33.716Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:34.704Z] ---> 337187428627 [2021-01-19T00:50:34.704Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:50:34.981Z] ---> Running in 66aa522b9401 [2021-01-19T00:50:35.584Z] Removing intermediate container 66aa522b9401 [2021-01-19T00:50:35.584Z] ---> dc1b445990b2 [2021-01-19T00:50:35.584Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:50:35.584Z] ---> Running in 24787dda137e [2021-01-19T00:50:36.183Z] Removing intermediate container 24787dda137e [2021-01-19T00:50:36.183Z] ---> 5aa8b43c4e01 [2021-01-19T00:50:36.183Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:50:36.463Z] ---> Running in 48d2a0a63627 [2021-01-19T00:50:37.067Z] Removing intermediate container 48d2a0a63627 [2021-01-19T00:50:37.067Z] ---> 90932b54e9b8 [2021-01-19T00:50:37.067Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:50:37.352Z] ---> Running in 7231ccf17308 [2021-01-19T00:50:37.953Z] Removing intermediate container 7231ccf17308 [2021-01-19T00:50:37.953Z] ---> 968afbf5ee68 [2021-01-19T00:50:37.953Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:50:37.953Z] ---> Running in e26bea723be7 [2021-01-19T00:50:38.558Z] Removing intermediate container e26bea723be7 [2021-01-19T00:50:38.558Z] ---> b9e32e66679b [2021-01-19T00:50:38.558Z] [2021-01-19T00:50:39.159Z] Successfully built b9e32e66679b [2021-01-19T00:50:39.159Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T00:50:45.902Z]  Building docker-core-command-go ... done Removing intermediate container 9f11f4aa11ea [2021-01-19T00:50:45.902Z] ---> 4c6641b6dca5 [2021-01-19T00:50:45.902Z] [2021-01-19T00:50:45.902Z] Step 10/22 : FROM scratch [2021-01-19T00:50:45.902Z] ---> [2021-01-19T00:50:45.902Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:50:45.902Z] ---> Using cache [2021-01-19T00:50:45.902Z] ---> 80125b3bb92b [2021-01-19T00:50:45.902Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:50:45.902Z] ---> Running in 338e24e8071c [2021-01-19T00:50:45.902Z] Removing intermediate container 338e24e8071c [2021-01-19T00:50:45.902Z] ---> 7cd5fd9b3006 [2021-01-19T00:50:45.902Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:50:45.902Z] ---> Running in 18348a116e89 [2021-01-19T00:50:46.173Z] Removing intermediate container 18348a116e89 [2021-01-19T00:50:46.173Z] ---> 4fa308610837 [2021-01-19T00:50:46.173Z] Step 14/22 : WORKDIR / [2021-01-19T00:50:46.173Z] ---> Running in 0478616452b3 [2021-01-19T00:50:46.771Z] Removing intermediate container 0478616452b3 [2021-01-19T00:50:46.771Z] ---> e3f7c89047ba [2021-01-19T00:50:46.771Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:50:47.758Z] ---> f4a8fac1eb08 [2021-01-19T00:50:47.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:50:49.190Z] ---> a6e9f28f664b [2021-01-19T00:50:49.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:50:50.173Z] ---> 88095b4976ff [2021-01-19T00:50:50.173Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:50:50.173Z] ---> Running in 39defd0d9f6f [2021-01-19T00:50:50.763Z] Removing intermediate container 39defd0d9f6f [2021-01-19T00:50:50.764Z] ---> 751b6709a4c1 [2021-01-19T00:50:50.764Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:50:50.764Z] ---> Running in 79940ab5fb86 [2021-01-19T00:50:51.362Z] Removing intermediate container 79940ab5fb86 [2021-01-19T00:50:51.362Z] ---> 9da46ed29071 [2021-01-19T00:50:51.362Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:50:51.362Z] ---> Running in 1eaef7dc4f47 [2021-01-19T00:50:51.961Z] Removing intermediate container 1eaef7dc4f47 [2021-01-19T00:50:51.961Z] ---> 4b61c5515991 [2021-01-19T00:50:51.961Z] Step 21/22 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:50:51.961Z] ---> Running in 23f323a70212 [2021-01-19T00:50:52.576Z] Removing intermediate container 23f323a70212 [2021-01-19T00:50:52.576Z] ---> 375f77af51a2 [2021-01-19T00:50:52.576Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:50:52.576Z] ---> Running in 91b9f77166fa [2021-01-19T00:50:53.205Z] Removing intermediate container 91b9f77166fa [2021-01-19T00:50:53.205Z] ---> 420032476065 [2021-01-19T00:50:53.205Z] [2021-01-19T00:50:53.806Z] Successfully built 420032476065 [2021-01-19T00:50:53.806Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T00:50:57.183Z]  Building docker-core-metadata-go ... done Removing intermediate container e107ce4e032b [2021-01-19T00:50:57.183Z] ---> b3dffd4ceaca [2021-01-19T00:50:57.183Z] [2021-01-19T00:50:57.183Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:50:57.183Z] ---> afeebe901d6b [2021-01-19T00:50:57.183Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:50:57.183Z] ---> Running in 543b38ecf3af [2021-01-19T00:50:57.183Z] Removing intermediate container 543b38ecf3af [2021-01-19T00:50:57.183Z] ---> 709f5cde5182 [2021-01-19T00:50:57.183Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:50:57.456Z] ---> Running in d5aa52b1d446 [2021-01-19T00:50:57.728Z] Removing intermediate container d5aa52b1d446 [2021-01-19T00:50:57.728Z] ---> 19c305bf3870 [2021-01-19T00:50:57.728Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:50:58.007Z] ---> Running in 52df95317c94 [2021-01-19T00:50:58.281Z] Removing intermediate container 52df95317c94 [2021-01-19T00:50:58.281Z] ---> ffaea666d97a [2021-01-19T00:50:58.281Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:50:58.555Z] ---> Running in cebd313bc4a3 [2021-01-19T00:51:00.530Z] Removing intermediate container cebd313bc4a3 [2021-01-19T00:51:00.530Z] ---> f474a59ce362 [2021-01-19T00:51:00.530Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:51:00.804Z] ---> Running in e4400a3c387f [2021-01-19T00:51:02.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:02.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:51:03.446Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:51:03.715Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:51:03.715Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:51:03.987Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:51:03.987Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:51:04.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:51:04.258Z] OK: 8 MiB in 19 packages [2021-01-19T00:51:05.695Z] Removing intermediate container e4400a3c387f [2021-01-19T00:51:05.695Z] ---> d3ef08f7ab3a [2021-01-19T00:51:05.695Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:51:06.288Z] ---> 55bc33e6c64f [2021-01-19T00:51:06.288Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:51:07.715Z] ---> 1a3e96db24f0 [2021-01-19T00:51:07.715Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:51:08.695Z] ---> 966c5330f6e0 [2021-01-19T00:51:08.695Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:51:08.695Z] ---> Running in c3138cf77727 [2021-01-19T00:51:09.288Z] Removing intermediate container c3138cf77727 [2021-01-19T00:51:09.288Z] ---> 22daebb0e2a8 [2021-01-19T00:51:09.288Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:51:09.288Z] ---> Running in 16a283449e04 [2021-01-19T00:51:09.880Z] Removing intermediate container 16a283449e04 [2021-01-19T00:51:09.880Z] ---> 469f8eae319b [2021-01-19T00:51:09.880Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T00:51:09.880Z] ---> Running in 9b0a499f4580 [2021-01-19T00:51:10.477Z] Removing intermediate container 9b0a499f4580 [2021-01-19T00:51:10.477Z] ---> 5ea016560536 [2021-01-19T00:51:10.477Z] Step 22/23 : LABEL git_sha=d452e94e0d7a1ecfb006c329791a579e7fa500aa [2021-01-19T00:51:10.477Z] ---> Running in cabf38d0cfba [2021-01-19T00:51:11.071Z] Removing intermediate container cabf38d0cfba [2021-01-19T00:51:11.071Z] ---> 5d43e364a211 [2021-01-19T00:51:11.071Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:51:11.071Z] ---> Running in a45445047aa3 [2021-01-19T00:51:11.668Z] Removing intermediate container a45445047aa3 [2021-01-19T00:51:11.668Z] ---> 811d750db5cc [2021-01-19T00:51:11.668Z] [2021-01-19T00:51:11.955Z] Successfully built 811d750db5cc [2021-01-19T00:51:11.955Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T00:51:12.563Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T00:51:12.566Z] $ docker stop --time=1 d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 [2021-01-19T00:51:14.588Z] $ docker rm -f d1d2a481be8d9ae1bde11e2217f1d064ca62a5878d3929685b0fc655dc00a646 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:51:15.271Z] + docker images [2021-01-19T00:51:15.271Z] + grep docker [2021-01-19T00:51:15.543Z] docker-core-data-go-arm64 latest 811d750db5cc 4 seconds ago 21MB [2021-01-19T00:51:15.543Z] docker-core-metadata-go-arm64 latest 420032476065 23 seconds ago 12.3MB [2021-01-19T00:51:15.543Z] docker-core-command-go-arm64 latest b9e32e66679b 37 seconds ago 9.98MB [2021-01-19T00:51:15.543Z] docker-security-bootstrap-redis-go-arm64 latest db70eb903c4c About a minute ago 15.1MB [2021-01-19T00:51:15.543Z] docker-sys-mgmt-agent-go-arm64 latest 7968a3ebb829 About a minute ago 300MB [2021-01-19T00:51:15.543Z] docker-security-secretstore-setup-go-arm64 latest 4b9179bfe4cb 3 minutes ago 23.4MB [2021-01-19T00:51:15.543Z] docker-security-proxy-setup-go-arm64 latest da5823cf1306 3 minutes ago 23.2MB [2021-01-19T00:51:15.543Z] docker-support-notifications-go-arm64 latest 476f803b1121 3 minutes ago 11.4MB [2021-01-19T00:51:15.543Z] docker-support-scheduler-go-arm64 latest e9ddb87fff2b 3 minutes ago 10MB [2021-01-19T00:51:15.543Z] docker 20.10.0 eeaf43b92773 5 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-19T00:51:18.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:19.352Z] ---> package-listing.sh [2021-01-19T00:51:19.352Z] ++ facter osfamily [2021-01-19T00:51:19.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T00:51:19.352Z] + OS_FAMILY=redhat [2021-01-19T00:51:19.352Z] + workspace=/w/workspace/edgex-go/43 [2021-01-19T00:51:19.352Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T00:51:19.352Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T00:51:19.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T00:51:19.352Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T00:51:19.352Z] + '[' /w/workspace/edgex-go/43 ']' [2021-01-19T00:51:19.352Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T00:51:19.352Z] + case "${OS_FAMILY}" in [2021-01-19T00:51:19.352Z] + rpm -qa [2021-01-19T00:51:19.352Z] + sort [2021-01-19T00:51:24.695Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T00:51:24.695Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T00:51:24.695Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T00:51:24.695Z] + '[' /w/workspace/edgex-go/43 ']' [2021-01-19T00:51:24.695Z] + mkdir -p /w/workspace/edgex-go/43/archives/ [2021-01-19T00:51:24.695Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo [2021-01-19T00:51:24.729Z] 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T00:51:25.077Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:51:25.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:51:25.433Z] [2021-01-19T00:51:25.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:51:25.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:51:25.859Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T00:51:25.859Z] df20fa9351a1: Pulling fs layer [2021-01-19T00:51:25.859Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T00:51:25.860Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T00:51:25.860Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T00:51:25.860Z] 93b61091891f: Pulling fs layer [2021-01-19T00:51:25.860Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T00:51:25.860Z] 5e14af77c1be: Pulling fs layer [2021-01-19T00:51:25.860Z] 01666e4c0597: Pulling fs layer [2021-01-19T00:51:25.860Z] aa168da1d23b: Pulling fs layer [2021-01-19T00:51:25.860Z] 93b9cdb0e59b: Waiting [2021-01-19T00:51:25.860Z] 5e14af77c1be: Waiting [2021-01-19T00:51:25.860Z] 01666e4c0597: Waiting [2021-01-19T00:51:25.860Z] aa168da1d23b: Waiting [2021-01-19T00:51:25.860Z] 93b61091891f: Waiting [2021-01-19T00:51:25.860Z] 46f8f816bc3b: Waiting [2021-01-19T00:51:25.860Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T00:51:25.860Z] 36b3adc4ff6f: Download complete [2021-01-19T00:51:25.860Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T00:51:25.860Z] 46f8f816bc3b: Download complete [2021-01-19T00:51:26.125Z] df20fa9351a1: Verifying Checksum [2021-01-19T00:51:26.125Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T00:51:26.125Z] 93b9cdb0e59b: Download complete [2021-01-19T00:51:26.125Z] 93b61091891f: Verifying Checksum [2021-01-19T00:51:26.125Z] 93b61091891f: Download complete [2021-01-19T00:51:26.125Z] 5e14af77c1be: Verifying Checksum [2021-01-19T00:51:26.125Z] 5e14af77c1be: Download complete [2021-01-19T00:51:26.125Z] 01666e4c0597: Verifying Checksum [2021-01-19T00:51:26.125Z] 01666e4c0597: Download complete [2021-01-19T00:51:26.125Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T00:51:26.125Z] 8ad3a11d3b57: Download complete [2021-01-19T00:51:26.387Z] df20fa9351a1: Pull complete [2021-01-19T00:51:26.649Z] 36b3adc4ff6f: Pull complete [2021-01-19T00:51:27.612Z] 8ad3a11d3b57: Pull complete [2021-01-19T00:51:27.612Z] 46f8f816bc3b: Pull complete [2021-01-19T00:51:28.564Z] aa168da1d23b: Verifying Checksum [2021-01-19T00:51:28.564Z] aa168da1d23b: Download complete [2021-01-19T00:51:29.509Z] 93b61091891f: Pull complete [2021-01-19T00:51:29.772Z] 93b9cdb0e59b: Pull complete [2021-01-19T00:51:30.035Z] 5e14af77c1be: Pull complete [2021-01-19T00:51:30.035Z] 01666e4c0597: Pull complete [2021-01-19T00:51:38.251Z] aa168da1d23b: Pull complete [2021-01-19T00:51:38.252Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T00:51:38.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:51:38.252Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T00:51:38.500Z] prd-centos7-docker-4c-2g-21016 does not seem to be running inside a container [2021-01-19T00:51:38.556Z] $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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-lftools-log-publisher:alpine cat [2021-01-19T00:51:43.525Z] $ docker top 292377763f50e95814e394d612155fadfdca6da8bb3f2fcf11145d4f251192c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:51:44.129Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T00:51:44.445Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T00:51:44.750Z] + ls /var/log/sa-host [2021-01-19T00:51:44.750Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T00:51:44.750Z] file_magic: OK [2021-01-19T00:51:44.750Z] HZ: Using current value: 100 [2021-01-19T00:51:44.750Z] file_header: OK [2021-01-19T00:51:44.750Z] 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-19T00:51:44.750Z] Statistics: [2021-01-19T00:51:44.750Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T00:51:44.750Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T00:51:44.750Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T00:51:44.750Z] file_magic: OK [2021-01-19T00:51:44.750Z] HZ: Using current value: 100 [2021-01-19T00:51:44.750Z] file_header: OK [2021-01-19T00:51:44.750Z] 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-19T00:51:44.750Z] Statistics: [2021-01-19T00:51:44.750Z] Hnuu...uuuununununu... [2021-01-19T00:51:44.750Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T00:51:44.939Z] provisioning config files... [2021-01-19T00:51:44.956Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config4820427163140850355tmp [Pipeline] { [Pipeline] echo [2021-01-19T00:51:45.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:45.326Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T00:51:45.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T00:51:45.424Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:45.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T00:51:45.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:46.053Z] ---> sudo-logs.sh [2021-01-19T00:51:46.053Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T00:51:46.065Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:46.366Z] ---> job-cost.sh [2021-01-19T00:51:46.366Z] lf-activate-venv: SKIPPING [2021-01-19T00:51:46.366Z] INFO: No Stack... [2021-01-19T00:51:47.778Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T00:51:48.351Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T00:51:48.365Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:51:48.666Z] ---> logs-deploy.sh [2021-01-19T00:51:48.666Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/43 [2021-01-19T00:51:48.666Z] INFO: archiving workspace using pattern(s): [2021-01-19T00:51:50.596Z] Archives upload complete. [2021-01-19T00:51:50.596Z] INFO: archiving logs to Nexus