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 fc096e9ec0f95dbc625a498b2feb9840babc6219 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from fc096e9ec0f95dbc625a498b2feb9840babc6219 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-20856 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/42 [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/42 # 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 > 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 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing ac9e835e32bc094112624517220fbb749d467adb Checking out Revision ac9e835e32bc094112624517220fbb749d467adb (PR-2858) > 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ac9e835e32bc094112624517220fbb749d467adb # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T00:37:31.791Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk c3b36e1b877475d0e12c8a17be8f4c558acd2d9e # timeout=10 [Pipeline] withCredentials [2021-01-18T00:37:32.047Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T00:37:32.156Z] ========================================================= [2021-01-18T00:37:32.156Z] EdgeX Global Pipelines Version Info [2021-01-18T00:37:32.156Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:37:34.125Z] ------------------- [2021-01-18T00:37:34.125Z] stable info: [2021-01-18T00:37:34.125Z] ------------------- [2021-01-18T00:37:34.125Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T00:37:34.125Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T00:37:34.125Z] Message: update stable to v1.0.177 [2021-01-18T00:37:35.077Z] ------------------- [2021-01-18T00:37:35.077Z] experimental info: [2021-01-18T00:37:35.077Z] ------------------- [2021-01-18T00:37:35.077Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T00:37:35.077Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T00:37:35.077Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T00:37:35.346Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T00:37:35.441Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T00:37:35.535Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T00:37:35.619Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T00:37:35.763Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T00:37:35.854Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T00:37:35.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T00:37:36.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T00:37:36.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T00:37:36.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T00:37:36.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T00:37:36.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T00:37:36.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T00:37:36.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T00:37:36.689Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:37:36.769Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:37:36.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T00:37:36.946Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T00:37:37.057Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T00:37:37.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T00:37:37.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T00:37:37.323Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T00:37:37.421Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T00:37:37.752Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-18T00:37:37.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-18T00:37:37.952Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-18T00:37:38.044Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac9e835e32bc094112624517220fbb749d467adb [Pipeline] echo [2021-01-18T00:37:38.147Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac9e835 [Pipeline] echo [2021-01-18T00:37:38.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:37:38.404Z] provisioning config files... [2021-01-18T00:37:38.433Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/42@tmp/config1681355077473190251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:37:38.788Z] ---> docker-login.sh [2021-01-18T00:37:38.789Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:37:39.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:37:39.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:37:39.323Z] Configure a credential helper to remove this warning. See [2021-01-18T00:37:39.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:37:39.323Z] [2021-01-18T00:37:39.323Z] Login Succeeded [2021-01-18T00:37:39.323Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:37:39.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:37:39.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:37:39.592Z] Configure a credential helper to remove this warning. See [2021-01-18T00:37:39.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:37:39.592Z] [2021-01-18T00:37:39.592Z] Login Succeeded [2021-01-18T00:37:39.592Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:37:39.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:37:39.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:37:39.861Z] Configure a credential helper to remove this warning. See [2021-01-18T00:37:39.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:37:39.861Z] [2021-01-18T00:37:39.861Z] Login Succeeded [2021-01-18T00:37:39.861Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:37:40.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:37:40.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:37:40.124Z] Configure a credential helper to remove this warning. See [2021-01-18T00:37:40.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:37:40.124Z] [2021-01-18T00:37:40.124Z] Login Succeeded [2021-01-18T00:37:40.124Z] docker.io [2021-01-18T00:37:40.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:37:40.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:37:40.388Z] Configure a credential helper to remove this warning. See [2021-01-18T00:37:40.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:37:40.388Z] [2021-01-18T00:37:40.388Z] Login Succeeded [2021-01-18T00:37:40.388Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:37:40.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:37:40.929Z] ++ 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-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T00:37:40.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:37:40.929Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T00:37:40.929Z] ++ cut -d/ -f2 [2021-01-18T00:37:40.929Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T00:37:41.008Z] 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-18T00:37:41.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:37:41.892Z] [2021-01-18T00:37:41.892Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:37:42.259Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:37:42.259Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T00:37:42.259Z] 31603596830f: Pulling fs layer [2021-01-18T00:37:42.259Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T00:37:42.259Z] 6ca5941a6612: Pulling fs layer [2021-01-18T00:37:42.259Z] ecc8261a40a4: Pulling fs layer [2021-01-18T00:37:42.259Z] ecc8261a40a4: Waiting [2021-01-18T00:37:42.259Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T00:37:42.259Z] 2a8b12db71e7: Download complete [2021-01-18T00:37:42.259Z] 31603596830f: Verifying Checksum [2021-01-18T00:37:42.259Z] 31603596830f: Download complete [2021-01-18T00:37:42.537Z] ecc8261a40a4: Verifying Checksum [2021-01-18T00:37:42.537Z] ecc8261a40a4: Download complete [2021-01-18T00:37:42.803Z] 6ca5941a6612: Verifying Checksum [2021-01-18T00:37:42.803Z] 6ca5941a6612: Download complete [2021-01-18T00:37:42.803Z] 31603596830f: Pull complete [2021-01-18T00:37:43.077Z] 2a8b12db71e7: Pull complete [2021-01-18T00:37:44.497Z] 6ca5941a6612: Pull complete [2021-01-18T00:37:44.760Z] ecc8261a40a4: Pull complete [2021-01-18T00:37:44.760Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T00:37:44.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:37:44.760Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T00:37:44.893Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:37:44.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T00:37:48.201Z] $ docker top ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T00:37:48.768Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:37:48.768Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:37:49.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:37:49.208Z] $ docker exec ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a ssh-agent [2021-01-18T00:37:49.496Z] SSH_AUTH_SOCK=/tmp/ssh-H5YKZaJr74sh/agent.12 [2021-01-18T00:37:49.496Z] SSH_AGENT_PID=18 [2021-01-18T00:37:49.515Z] Running ssh-add (command line suppressed) [2021-01-18T00:37:49.682Z] Identity added: /w/workspace/edgex-go/42@tmp/private_key_8038635617184982668.key (/w/workspace/edgex-go/42@tmp/private_key_8038635617184982668.key) [2021-01-18T00:37:49.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:37:50.106Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T00:37:50.142Z] $ docker exec --env ******** --env ******** ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a ssh-agent -k [2021-01-18T00:37:50.296Z] unset SSH_AUTH_SOCK; [2021-01-18T00:37:50.296Z] unset SSH_AGENT_PID; [2021-01-18T00:37:50.296Z] echo Agent pid 18 killed; [2021-01-18T00:37:50.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T00:37:50.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:37:50.518Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:37:50.734Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:37:50.739Z] $ docker exec ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a ssh-agent [2021-01-18T00:37:50.958Z] SSH_AUTH_SOCK=/tmp/ssh-N9HH9Ju1GpAk/agent.48 [2021-01-18T00:37:50.958Z] SSH_AGENT_PID=53 [2021-01-18T00:37:50.965Z] Running ssh-add (command line suppressed) [2021-01-18T00:37:51.105Z] Identity added: /w/workspace/edgex-go/42@tmp/private_key_1216106577263601754.key (/w/workspace/edgex-go/42@tmp/private_key_1216106577263601754.key) [2021-01-18T00:37:51.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:37:51.528Z] + git semver init [2021-01-18T00:37:51.528Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T00:37:51.528Z] # $GIT_DIR = /w/workspace/edgex-go/42/.git [2021-01-18T00:37:51.528Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/42 [2021-01-18T00:37:51.528Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T00:37:51.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T00:37:51.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T00:37:51.528Z] # $SEMVER_BRANCH = PR-2858 [2021-01-18T00:37:51.528Z] # $SEMVER_TEMP = /tmp/semver-017851342 [2021-01-18T00:37:51.528Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T00:38:18.334Z] # '/tmp/semver-017851342' -> '/w/workspace/edgex-go/42/.semver' [2021-01-18T00:38:18.334Z] # -> Force: false [2021-01-18T00:38:18.334Z] # $SEMVER_DIR = /w/workspace/edgex-go/42/.semver [Pipeline] } [2021-01-18T00:38:18.348Z] $ docker exec --env ******** --env ******** ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a ssh-agent -k [2021-01-18T00:38:18.666Z] unset SSH_AUTH_SOCK; [2021-01-18T00:38:18.666Z] unset SSH_AGENT_PID; [2021-01-18T00:38:18.666Z] echo Agent pid 53 killed; [2021-01-18T00:38:18.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:38:19.385Z] + git semver [Pipeline] } [2021-01-18T00:38:19.682Z] $ docker stop --time=1 ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a [2021-01-18T00:38:21.625Z] $ docker rm -f ed97c9a2f495b05fb2c8f4627297ece8d031ac71ff52feff75ab1d59ebbb610a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:38:22.237Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T00:38:23.190Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T00:38:23.193Z] [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-18T00:38:23.822Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20855 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-18T00:38:23.958Z] Running in /w/workspace/edgex-go/42 [Pipeline] { [Pipeline] checkout [2021-01-18T00:38:24.132Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:38:24.462Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:38:24.793Z] + sudo service docker restart [2021-01-18T00:38:24.793Z] + true [2021-01-18T00:38:24.793Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T00:38:25.797Z] ========================================================= [2021-01-18T00:38:25.797Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T00:38:25.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:26.157Z] + 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-18T00:38:29.654Z] using credential edgex-jenkins-ssh [2021-01-18T00:38:29.711Z] Cloning the remote Git repository [2021-01-18T00:38:29.791Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:38:29.929Z] > git init /w/workspace/edgex-go/42 # timeout=10 [2021-01-18T00:38:30.069Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:38:30.070Z] > git --version # timeout=10 [2021-01-18T00:38:30.090Z] > git --version # 'git version 2.17.1' [2021-01-18T00:38:30.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:38:30.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:38:31.551Z] Sending build context to Docker daemon 326.6MB [2021-01-18T00:38:31.551Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:38:31.551Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:38:31.551Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T00:38:31.551Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T00:38:31.551Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T00:38:31.551Z] de9db76c5a1d: Pulling fs layer [2021-01-18T00:38:31.551Z] bca2f99d35d6: Pulling fs layer [2021-01-18T00:38:31.551Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T00:38:31.551Z] 7c6f9722023f: Pulling fs layer [2021-01-18T00:38:31.551Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T00:38:31.551Z] 93359f2a8cfa: Waiting [2021-01-18T00:38:31.551Z] 7c6f9722023f: Waiting [2021-01-18T00:38:31.551Z] a35cf1a2eb13: Waiting [2021-01-18T00:38:31.551Z] bca2f99d35d6: Waiting [2021-01-18T00:38:31.551Z] de9db76c5a1d: Verifying Checksum [2021-01-18T00:38:31.551Z] de9db76c5a1d: Download complete [2021-01-18T00:38:31.551Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T00:38:31.551Z] 0ef7d3d256c8: Download complete [2021-01-18T00:38:31.551Z] 93359f2a8cfa: Download complete [2021-01-18T00:38:31.551Z] 7c6f9722023f: Verifying Checksum [2021-01-18T00:38:31.551Z] 7c6f9722023f: Download complete [2021-01-18T00:38:31.822Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T00:38:31.822Z] 188c0c94c7c5: Download complete [2021-01-18T00:38:32.402Z] 188c0c94c7c5: Pull complete [2021-01-18T00:38:32.993Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T00:38:32.994Z] a35cf1a2eb13: Download complete [2021-01-18T00:38:33.575Z] 0ef7d3d256c8: Pull complete [2021-01-18T00:38:33.575Z] de9db76c5a1d: Pull complete [2021-01-18T00:38:33.840Z] bca2f99d35d6: Verifying Checksum [2021-01-18T00:38:33.840Z] bca2f99d35d6: Download complete [2021-01-18T00:38:43.945Z] bca2f99d35d6: Pull complete [2021-01-18T00:38:43.945Z] 93359f2a8cfa: Pull complete [2021-01-18T00:38:43.945Z] 7c6f9722023f: Pull complete [2021-01-18T00:38:50.610Z] a35cf1a2eb13: Pull complete [2021-01-18T00:38:50.610Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T00:38:50.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T00:38:50.610Z] ---> a62c8e92a672 [2021-01-18T00:38:50.610Z] 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-18T00:38:50.610Z] ---> Running in e479a7f77800 [2021-01-18T00:38:50.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:38:51.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:38:52.407Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:38:52.407Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:38:52.670Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:38:52.670Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:38:55.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:38:55.216Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:38:56.147Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-18T00:38:56.888Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:38:56.888Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:38:56.888Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:38:56.888Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:38:57.178Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:38:57.178Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:38:57.286Z] Merge succeeded, producing 77b99f7796e0e5f9cfb4a4dae8ef4f7a4a70e512 [2021-01-18T00:38:57.286Z] Checking out Revision 77b99f7796e0e5f9cfb4a4dae8ef4f7a4a70e512 (PR-2858) [2021-01-18T00:38:57.458Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:38:57.458Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:38:57.458Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:38:57.458Z] OK: 233 MiB in 51 packages [2021-01-18T00:38:55.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:38:55.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:38:55.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:38:55.303Z] > 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-18T00:38:56.170Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:38:56.190Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-18T00:38:56.556Z] > git remote # timeout=10 [2021-01-18T00:38:56.580Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:38:56.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:38:56.610Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:38:57.268Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:38:57.295Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:38:57.310Z] > git checkout -f 77b99f7796e0e5f9cfb4a4dae8ef4f7a4a70e512 # timeout=10 [2021-01-18T00:39:01.759Z] Removing intermediate container e479a7f77800 [2021-01-18T00:39:01.759Z] ---> 5be4f2cabe0e [2021-01-18T00:39:01.759Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:39:01.759Z] ---> Running in 5da45e435c49 [2021-01-18T00:39:01.854Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:39:01.885Z] First time build. Skipping changelog. [2021-01-18T00:39:02.036Z] Removing intermediate container 5da45e435c49 [2021-01-18T00:39:02.036Z] ---> dcdb1ca6a02e [2021-01-18T00:39:02.036Z] Step 5/6 : COPY go.mod . [2021-01-18T00:39:02.308Z] ---> 766b0cf8dcfb [2021-01-18T00:39:02.308Z] Step 6/6 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T00:39:02.604Z] ---> Running in 376153a85adf [2021-01-18T00:39:01.865Z] > git rev-list --no-walk c3b36e1b877475d0e12c8a17be8f4c558acd2d9e # timeout=10 [2021-01-18T00:39:03.508Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:39:03.937Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:39:04.288Z] + + sudotrue service [2021-01-18T00:39:04.288Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:39:06.345Z] provisioning config files... [2021-01-18T00:39:06.387Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/42@tmp/config6534635639720179344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:39:06.844Z] ---> docker-login.sh [2021-01-18T00:39:06.844Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:39:07.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:39:08.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:39:08.100Z] Configure a credential helper to remove this warning. See [2021-01-18T00:39:08.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:39:08.100Z] [2021-01-18T00:39:08.100Z] Login Succeeded [2021-01-18T00:39:08.100Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:39:08.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:39:08.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:39:08.699Z] Configure a credential helper to remove this warning. See [2021-01-18T00:39:08.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:39:08.699Z] [2021-01-18T00:39:08.699Z] Login Succeeded [2021-01-18T00:39:08.699Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:39:09.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:39:09.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:39:09.297Z] Configure a credential helper to remove this warning. See [2021-01-18T00:39:09.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:39:09.297Z] [2021-01-18T00:39:09.297Z] Login Succeeded [2021-01-18T00:39:09.297Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:39:09.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:39:09.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:39:09.901Z] Configure a credential helper to remove this warning. See [2021-01-18T00:39:09.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:39:09.901Z] [2021-01-18T00:39:09.901Z] Login Succeeded [2021-01-18T00:39:09.901Z] docker.io [2021-01-18T00:39:10.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:39:10.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:39:10.777Z] Configure a credential helper to remove this warning. See [2021-01-18T00:39:10.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:39:10.777Z] [2021-01-18T00:39:10.777Z] Login Succeeded [2021-01-18T00:39:10.777Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:39:10.797Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T00:39:11.260Z] ========================================================= [2021-01-18T00:39:11.260Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T00:39:11.260Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:39:11.647Z] + 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-18T00:39:14.310Z] Sending build context to Docker daemon 165.6MB [2021-01-18T00:39:14.310Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:14.310Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:39:14.310Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T00:39:14.310Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T00:39:14.310Z] a4357932f1b6: Pulling fs layer [2021-01-18T00:39:14.310Z] 18c013af1878: Pulling fs layer [2021-01-18T00:39:14.310Z] 00ac8860ef70: Pulling fs layer [2021-01-18T00:39:14.310Z] 63d7cb157983: Pulling fs layer [2021-01-18T00:39:14.310Z] b116817d02f9: Pulling fs layer [2021-01-18T00:39:14.310Z] 745a02a5169b: Pulling fs layer [2021-01-18T00:39:14.310Z] b116817d02f9: Waiting [2021-01-18T00:39:14.310Z] 00ac8860ef70: Waiting [2021-01-18T00:39:14.310Z] 63d7cb157983: Waiting [2021-01-18T00:39:14.310Z] 745a02a5169b: Waiting [2021-01-18T00:39:14.310Z] 18c013af1878: Verifying Checksum [2021-01-18T00:39:14.310Z] 18c013af1878: Download complete [2021-01-18T00:39:14.310Z] a4357932f1b6: Verifying Checksum [2021-01-18T00:39:14.310Z] a4357932f1b6: Download complete [2021-01-18T00:39:14.310Z] 63d7cb157983: Verifying Checksum [2021-01-18T00:39:14.310Z] 63d7cb157983: Download complete [2021-01-18T00:39:14.310Z] b116817d02f9: Verifying Checksum [2021-01-18T00:39:14.310Z] b116817d02f9: Download complete [2021-01-18T00:39:14.310Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T00:39:14.310Z] 5f621e34cdf4: Download complete [2021-01-18T00:39:14.927Z] 5f621e34cdf4: Pull complete [2021-01-18T00:39:15.529Z] a4357932f1b6: Pull complete [2021-01-18T00:39:15.807Z] 18c013af1878: Pull complete [2021-01-18T00:39:16.414Z] 745a02a5169b: Download complete [2021-01-18T00:39:18.394Z] 00ac8860ef70: Verifying Checksum [2021-01-18T00:39:18.394Z] 00ac8860ef70: Download complete [2021-01-18T00:39:24.989Z] Removing intermediate container 376153a85adf [2021-01-18T00:39:24.989Z] ---> 364f9fd65fbd [2021-01-18T00:39:24.989Z] Successfully built 364f9fd65fbd [2021-01-18T00:39:24.989Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:39:25.326Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:39:25.326Z] . [Pipeline] withDockerContainer [2021-01-18T00:39:25.451Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:39:25.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:39:26.605Z] $ docker top db2ceb857791176dec3df0699e13cc923c6fb97829b3fbbb4b68dfe8a0e9e7fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:39:27.150Z] + go version [2021-01-18T00:39:27.151Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T00:39:27.175Z] $ docker stop --time=1 db2ceb857791176dec3df0699e13cc923c6fb97829b3fbbb4b68dfe8a0e9e7fa [2021-01-18T00:39:27.870Z] 00ac8860ef70: Pull complete [2021-01-18T00:39:27.870Z] 63d7cb157983: Pull complete [2021-01-18T00:39:28.146Z] b116817d02f9: Pull complete [2021-01-18T00:39:28.631Z] $ docker rm -f db2ceb857791176dec3df0699e13cc923c6fb97829b3fbbb4b68dfe8a0e9e7fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:39:29.501Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:39:29.501Z] . [Pipeline] withDockerContainer [2021-01-18T00:39:29.598Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:39:29.649Z] $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:39:30.418Z] $ docker top fe8873041ac36ccdffd5ad78b8c76a440229833c3695c8ca3a57009c842bc8cb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:39:30.702Z] ========================================================= [2021-01-18T00:39:30.703Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:39:30.703Z] ========================================================= [Pipeline] sh [2021-01-18T00:39:31.001Z] + make test [2021-01-18T00:39:31.001Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:39:32.471Z] 745a02a5169b: Pull complete [2021-01-18T00:39:32.471Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T00:39:32.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T00:39:32.471Z] ---> b7e6874047d6 [2021-01-18T00:39:32.471Z] 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-18T00:39:35.900Z] ---> Running in 3aedc37b6f22 [2021-01-18T00:39:36.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:39:38.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:39:39.281Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:39:39.874Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:39:39.874Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:39:39.874Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:39:41.057Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:39:52.472Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:39:52.472Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:39:52.472Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:39:52.472Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:39:52.472Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:39:52.472Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:39:52.472Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:39:52.472Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:39:52.472Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:52.472Z] OK: 217 MiB in 51 packages [2021-01-18T00:39:55.870Z] Removing intermediate container 3aedc37b6f22 [2021-01-18T00:39:55.870Z] ---> 9c3f89528837 [2021-01-18T00:39:55.870Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:39:55.870Z] ---> Running in caa125593a68 [2021-01-18T00:39:56.105Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:39:56.144Z] Removing intermediate container caa125593a68 [2021-01-18T00:39:56.144Z] ---> 63cf5fce0106 [2021-01-18T00:39:56.144Z] Step 5/6 : COPY go.mod . [2021-01-18T00:39:57.125Z] ---> 8d422243ee70 [2021-01-18T00:39:57.125Z] Step 6/6 : RUN go mod download [2021-01-18T00:39:57.125Z] ---> Running in 349d054893ab [2021-01-18T00:40:04.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:40:04.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:40:04.652Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:40:05.250Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:40:07.210Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:40:07.210Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:40:07.210Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:40:09.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2021-01-18T00:40:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:40:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:40:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:40:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:40:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:40:13.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.0% of statements [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:40:13.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:40:13.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:40:13.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 67.9% of statements [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:40:13.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 82.3% of statements [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:40:13.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:40:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.423s coverage: 28.6% of statements [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:40:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:40:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:40:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:40:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-18T00:40:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:40:16.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-18T00:40:16.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:40:16.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:40:16.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:40:16.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-01-18T00:40:19.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2021-01-18T00:40:19.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-18T00:40:19.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.4% of statements [2021-01-18T00:40:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:40:20.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 63.5% of statements [2021-01-18T00:40:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:40:20.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:40:20.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-01-18T00:40:20.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-18T00:40:20.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-18T00:40:20.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-18T00:40:21.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-18T00:40:22.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.385s coverage: 68.9% of statements [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:40:22.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:40:22.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:40:22.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-01-18T00:40:22.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements [2021-01-18T00:40:23.952Z] Removing intermediate container 349d054893ab [2021-01-18T00:40:23.952Z] ---> 85275a95d5b7 [2021-01-18T00:40:23.952Z] Successfully built 85275a95d5b7 [2021-01-18T00:40:23.952Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:40:24.307Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:40:24.307Z] . [Pipeline] withDockerContainer [2021-01-18T00:40:24.567Z] prd-ubuntu18.04-docker-arm64-4c-16g-20855 does not seem to be running inside a container [2021-01-18T00:40:24.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:40:24.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:40:24.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.087s coverage: 100.0% of statements [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:40:24.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-01-18T00:40:24.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:40:26.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:40:26.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:40:26.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-01-18T00:40:26.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:40:26.255Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:40:26.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:40:26.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:40:26.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:40:26.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-01-18T00:40:26.291Z] $ docker top 01938f5efda0b57597be84bce69bd255ea54817b8a38518baf9078a58ddb18c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:40:26.837Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-18T00:40:27.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-18T00:40:27.367Z] GO111MODULE=on go vet ./... [2021-01-18T00:40:27.393Z] + go version [2021-01-18T00:40:27.393Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T00:40:27.420Z] $ docker stop --time=1 01938f5efda0b57597be84bce69bd255ea54817b8a38518baf9078a58ddb18c9 [2021-01-18T00:40:29.423Z] $ docker rm -f 01938f5efda0b57597be84bce69bd255ea54817b8a38518baf9078a58ddb18c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:40:30.489Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:40:30.489Z] . [Pipeline] withDockerContainer [2021-01-18T00:40:30.730Z] prd-ubuntu18.04-docker-arm64-4c-16g-20855 does not seem to be running inside a container [2021-01-18T00:40:30.816Z] $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:40:32.145Z] $ docker top aed7adfe0b26f33ea46ad45000cd43291b375aa0f1bf44bd1d75493fe79354fc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:40:32.491Z] ========================================================= [2021-01-18T00:40:32.491Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:40:32.491Z] ========================================================= [Pipeline] sh [2021-01-18T00:40:33.134Z] + make test [2021-01-18T00:40:33.134Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:40:54.156Z] gofmt -l . [2021-01-18T00:40:54.156Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:40:54.156Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:40:54.156Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:40:54.478Z] + ls -al . [2021-01-18T00:40:54.478Z] total 656 [2021-01-18T00:40:54.478Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 00:40 . [2021-01-18T00:40:54.478Z] drwxr-xr-x 4 root root 30 Jan 18 00:39 .. [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:37 .dockerignore [2021-01-18T00:40:54.478Z] drwxrwxr-x 8 1001 1001 179 Jan 18 00:37 .git [2021-01-18T00:40:54.478Z] drwxrwxr-x 3 1001 1001 125 Jan 18 00:37 .github [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:37 .gitignore [2021-01-18T00:40:54.478Z] drwx------ 3 1001 1001 47 Jan 18 00:38 .semver [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:37 .sonarcloud.properties [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:37 Attribution.txt [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:37 CONTRIBUTING.md [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:37 Dockerfile.build [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:37 Jenkinsfile [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:37 LICENSE [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:37 Makefile [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:37 README.md [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:37 SECURITY.md [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:38 VERSION [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:37 ZMQWindows.md [2021-01-18T00:40:54.478Z] drwxrwxr-x 2 1001 1001 117 Jan 18 00:37 bin [2021-01-18T00:40:54.478Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:37 cmd [2021-01-18T00:40:54.478Z] -rw-r--r-- 1 root root 550280 Jan 18 00:40 coverage.out [2021-01-18T00:40:54.478Z] -rw-r--r-- 1 root root 981 Jan 18 00:40 go.mod [2021-01-18T00:40:54.478Z] -rw-r--r-- 1 root root 19241 Jan 18 00:40 go.sum [2021-01-18T00:40:54.478Z] drwxrwxr-x 8 1001 1001 127 Jan 18 00:37 internal [2021-01-18T00:40:54.478Z] drwxrwxr-x 4 1001 1001 26 Jan 18 00:37 openapi [2021-01-18T00:40:54.478Z] drwxrwxr-x 4 1001 1001 71 Jan 18 00:37 snap [2021-01-18T00:40:54.478Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:37 version.go [Pipeline] sh [2021-01-18T00:40:54.789Z] + '[' -e coverage.out ] [2021-01-18T00:40:54.789Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:40:54.987Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:40:55.290Z] + make build [2021-01-18T00:40:55.290Z] 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-18T00:40:58.612Z] 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-18T00:40:59.948Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:41:06.864Z] 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-18T00:41:06.864Z] 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-18T00:41:08.271Z] 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-18T00:41:08.848Z] 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-18T00:41:10.251Z] 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-18T00:41:11.666Z] 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-18T00:41:12.618Z] 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-18T00:41:14.020Z] 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-18T00:41:14.966Z] 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-18T00:41:15.914Z] 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-18T00:41:17.336Z] $ docker stop --time=1 fe8873041ac36ccdffd5ad78b8c76a440229833c3695c8ca3a57009c842bc8cb [2021-01-18T00:41:20.219Z] $ docker rm -f fe8873041ac36ccdffd5ad78b8c76a440229833c3695c8ca3a57009c842bc8cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:41:22.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:41:22.005Z] [2021-01-18T00:41:22.005Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:41:22.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:41:22.353Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T00:41:22.353Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T00:41:22.353Z] ca9280d653b3: Pulling fs layer [2021-01-18T00:41:22.353Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T00:41:22.618Z] cbdbe7a5bc2a: Download complete [2021-01-18T00:41:22.884Z] cbdbe7a5bc2a: Pull complete [2021-01-18T00:41:23.147Z] ca9280d653b3: Verifying Checksum [2021-01-18T00:41:23.147Z] ca9280d653b3: Download complete [2021-01-18T00:41:24.118Z] ca9280d653b3: Pull complete [2021-01-18T00:41:25.517Z] 7e9c9ca2126c: Verifying Checksum [2021-01-18T00:41:25.517Z] 7e9c9ca2126c: Download complete [2021-01-18T00:41:32.149Z] 7e9c9ca2126c: Pull complete [2021-01-18T00:41:32.149Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T00:41:32.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:41:32.149Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T00:41:32.273Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:41:32.327Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@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-18T00:41:35.435Z] $ docker top 63e1c947dd02176a400330c88791aec7c3bece944cd1f0f88cc6fe39ef617c85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:41:35.961Z] + docker-compose build --help [2021-01-18T00:41:35.961Z] + grep parallel [2021-01-18T00:41:36.912Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:41:36.933Z] $ docker stop --time=1 63e1c947dd02176a400330c88791aec7c3bece944cd1f0f88cc6fe39ef617c85 [2021-01-18T00:41:38.400Z] $ docker rm -f 63e1c947dd02176a400330c88791aec7c3bece944cd1f0f88cc6fe39ef617c85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:41:39.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:41:39.049Z] . [Pipeline] withDockerContainer [2021-01-18T00:41:39.162Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:41:39.212Z] $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T00:41:40.114Z] $ docker top f0ecbdb75a8fdc9c3163495e6bdaa4f5fc06a923fd79875c338535cb0c338753 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:41:40.695Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:41:41.641Z] Building docker-core-command-go ... [2021-01-18T00:41:41.641Z] Building docker-core-data-go ... [2021-01-18T00:41:41.641Z] Building docker-core-metadata-go ... [2021-01-18T00:41:41.641Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:41:41.641Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:41:41.641Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:41:41.641Z] Building docker-support-notifications-go ... [2021-01-18T00:41:41.641Z] Building docker-support-scheduler-go ... [2021-01-18T00:41:41.641Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:41:41.641Z] Building docker-support-scheduler-go [2021-01-18T00:41:41.641Z] Building docker-core-command-go [2021-01-18T00:41:41.641Z] Building docker-security-proxy-setup-go [2021-01-18T00:41:41.641Z] Building docker-support-notifications-go [2021-01-18T00:41:41.641Z] Building docker-core-data-go [2021-01-18T00:41:47.034Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:41:55.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:41:59.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:41:59.676Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:41:59.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:41:59.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:41:59.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:41:59.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:42:02.319Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:42:03.763Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:42:12.073Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:42:12.073Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:42:12.073Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:42:13.913Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:13.913Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:13.913Z] ---> 364f9fd65fbd [2021-01-18T00:42:13.913Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:42:14.263Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:14.263Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:14.263Z] ---> 364f9fd65fbd [2021-01-18T00:42:14.263Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:42:14.263Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:14.263Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:14.263Z] ---> 364f9fd65fbd [2021-01-18T00:42:14.263Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:42:14.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:14.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:14.263Z] ---> 364f9fd65fbd [2021-01-18T00:42:14.263Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:42:14.881Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:14.881Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:14.881Z] ---> 364f9fd65fbd [2021-01-18T00:42:14.881Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:42:15.605Z] ---> Running in 4fb7d93a899d [2021-01-18T00:42:15.605Z] ---> Running in b7a0b4e5a778 [2021-01-18T00:42:15.605Z] ---> Running in 64af411dabf0 [2021-01-18T00:42:15.605Z] ---> Running in 5d4658d397a8 [2021-01-18T00:42:15.605Z] ---> Running in 4095bc6c9290 [2021-01-18T00:42:15.874Z] Removing intermediate container 4095bc6c9290 [2021-01-18T00:42:15.874Z] ---> 0093a06b15fc [2021-01-18T00:42:15.874Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:16.140Z] Removing intermediate container b7a0b4e5a778 [2021-01-18T00:42:16.140Z] ---> 471e04ec0b4f [2021-01-18T00:42:16.140Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:16.140Z] Removing intermediate container 5d4658d397a8 [2021-01-18T00:42:16.140Z] ---> 960244a63e3c [2021-01-18T00:42:16.140Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:16.140Z] Removing intermediate container 4fb7d93a899d [2021-01-18T00:42:16.140Z] ---> 63332f99d7be [2021-01-18T00:42:16.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:16.140Z] Removing intermediate container 64af411dabf0 [2021-01-18T00:42:16.140Z] ---> 18c2932e0d06 [2021-01-18T00:42:16.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:16.140Z] ---> Running in 023293866a00 [2021-01-18T00:42:16.140Z] ---> Running in f94de8d34eb0 [2021-01-18T00:42:16.140Z] ---> Running in d9cc10a25052 [2021-01-18T00:42:16.140Z] ---> Running in 62960ec0fe80 [2021-01-18T00:42:16.141Z] ---> Running in c25cec618586 [2021-01-18T00:42:18.722Z] Removing intermediate container d9cc10a25052 [2021-01-18T00:42:18.722Z] ---> 5c5bb430d49b [2021-01-18T00:42:18.722Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:42:18.722Z] Removing intermediate container f94de8d34eb0 [2021-01-18T00:42:18.722Z] ---> 72242419a5f4 [2021-01-18T00:42:18.722Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:42:18.722Z] ---> Running in c0cea1e822b0 [2021-01-18T00:42:18.722Z] Removing intermediate container 023293866a00 [2021-01-18T00:42:18.722Z] ---> 711cd77fa081 [2021-01-18T00:42:18.722Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:42:18.722Z] ---> Running in d4262dc94682 [2021-01-18T00:42:18.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 46.6% of statements [2021-01-18T00:42:18.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:42:18.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:42:18.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:42:18.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:42:18.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:42:19.301Z] Removing intermediate container 62960ec0fe80 [2021-01-18T00:42:19.301Z] ---> 0548cbc54347 [2021-01-18T00:42:19.301Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:42:19.566Z] ---> Running in a2b9a2f6c94a [2021-01-18T00:42:19.566Z] ---> Running in 65373b2541d1 [2021-01-18T00:42:19.833Z] Removing intermediate container c25cec618586 [2021-01-18T00:42:19.833Z] ---> 7dfcc2d54afc [2021-01-18T00:42:19.833Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:42:19.833Z] ---> Running in 1cec551c061d [2021-01-18T00:42:20.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:20.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:20.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:20.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:20.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:20.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:21.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:21.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:21.440Z] OK: 233 MiB in 51 packages [2021-01-18T00:42:21.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:21.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:21.717Z] OK: 233 MiB in 51 packages [2021-01-18T00:42:21.988Z] Removing intermediate container c0cea1e822b0 [2021-01-18T00:42:21.988Z] ---> bfdc347364a3 [2021-01-18T00:42:21.988Z] Step 6/23 : COPY go.mod . [2021-01-18T00:42:22.263Z] ---> cabb5fe979e8 [2021-01-18T00:42:22.263Z] Step 7/23 : RUN go mod download [2021-01-18T00:42:22.263Z] Removing intermediate container d4262dc94682 [2021-01-18T00:42:22.263Z] ---> bc3a47c2567b [2021-01-18T00:42:22.263Z] Step 6/24 : COPY go.mod . [2021-01-18T00:42:22.263Z] OK: 233 MiB in 51 packages [2021-01-18T00:42:22.263Z] ---> Running in 4f9048ec2282 [2021-01-18T00:42:22.532Z] OK: 233 MiB in 51 packages [2021-01-18T00:42:22.532Z] OK: 233 MiB in 51 packages [2021-01-18T00:42:22.532Z] ---> 94e2c0ba7222 [2021-01-18T00:42:22.532Z] Step 7/24 : RUN go mod download [2021-01-18T00:42:22.796Z] ---> Running in b52b79bee5ef [2021-01-18T00:42:23.061Z] Removing intermediate container a2b9a2f6c94a [2021-01-18T00:42:23.061Z] ---> 5165f792d795 [2021-01-18T00:42:23.061Z] Step 6/21 : COPY go.mod . [2021-01-18T00:42:23.324Z] ---> e73878a636a2 [2021-01-18T00:42:23.324Z] Step 7/21 : RUN go mod download [2021-01-18T00:42:23.593Z] ---> Running in 6324d9f419b5 [2021-01-18T00:42:23.593Z] Removing intermediate container 65373b2541d1 [2021-01-18T00:42:23.593Z] ---> ebecadb5d2ba [2021-01-18T00:42:23.593Z] Step 6/21 : COPY go.mod . [2021-01-18T00:42:23.593Z] Removing intermediate container 1cec551c061d [2021-01-18T00:42:23.593Z] ---> 2974dae41aeb [2021-01-18T00:42:23.593Z] Step 6/22 : COPY go.mod . [2021-01-18T00:42:23.860Z] ---> 2620ee6232a7 [2021-01-18T00:42:23.860Z] Step 7/22 : RUN go mod download [2021-01-18T00:42:24.122Z] ---> edb783fd71ae [2021-01-18T00:42:24.122Z] Step 7/21 : RUN go mod download [2021-01-18T00:42:24.122Z] ---> Running in ef45def230ce [2021-01-18T00:42:24.122Z] ---> Running in 3625e1734afe [2021-01-18T00:42:24.706Z] Removing intermediate container 4f9048ec2282 [2021-01-18T00:42:24.706Z] ---> 31fc583b8a7b [2021-01-18T00:42:24.706Z] Step 8/23 : COPY . . [2021-01-18T00:42:24.994Z] Removing intermediate container b52b79bee5ef [2021-01-18T00:42:24.994Z] ---> a007d48db382 [2021-01-18T00:42:24.994Z] Step 8/24 : COPY . . [2021-01-18T00:42:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.0% of statements [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:42:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:42:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:42:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 67.9% of statements [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:42:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.3% of statements [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:42:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:42:27.594Z] Removing intermediate container 6324d9f419b5 [2021-01-18T00:42:27.594Z] ---> 601a34a38c73 [2021-01-18T00:42:27.594Z] Step 8/21 : COPY . . [2021-01-18T00:42:35.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.457s coverage: 28.6% of statements [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:42:35.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:42:35.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:42:35.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements [2021-01-18T00:42:35.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:42:36.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.407s coverage: 97.5% of statements [2021-01-18T00:42:36.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:42:36.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements [2021-01-18T00:42:36.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:42:36.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:42:36.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:42:36.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:42:37.656Z] Removing intermediate container ef45def230ce [2021-01-18T00:42:37.657Z] ---> e1b531e0201d [2021-01-18T00:42:37.657Z] Step 8/22 : COPY . . [2021-01-18T00:42:37.925Z] Removing intermediate container 3625e1734afe [2021-01-18T00:42:37.925Z] ---> 3e105a94b193 [2021-01-18T00:42:37.925Z] Step 8/21 : COPY . . [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.467s coverage: 92.8% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.174s coverage: 0.1% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.098s coverage: 80.8% of statements [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-01-18T00:42:48.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-01-18T00:42:48.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:42:52.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.713s coverage: 63.5% of statements [2021-01-18T00:42:52.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:42:52.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:42:52.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-18T00:42:52.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-01-18T00:42:52.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2021-01-18T00:42:53.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-01-18T00:42:53.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-01-18T00:42:57.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.801s coverage: 68.9% of statements [2021-01-18T00:42:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:42:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:42:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:42:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:42:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:42:59.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-01-18T00:42:59.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:42:59.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:42:59.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.830s coverage: 84.0% of statements [2021-01-18T00:42:59.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2021-01-18T00:43:05.072Z] ---> 5192c78eab77 [2021-01-18T00:43:05.072Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:43:05.345Z] ---> Running in 8c4ec0a16c00 [2021-01-18T00:43:05.940Z] ---> bb3957fecf48 [2021-01-18T00:43:05.940Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:43:05.940Z] ---> 08e8a3269298 [2021-01-18T00:43:05.940Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:43:06.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.388s coverage: 47.1% of statements [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:43:06.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:43:06.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-18T00:43:06.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:43:07.891Z] ---> Running in 1b699296ca9d [2021-01-18T00:43:07.891Z] ---> Running in 3c42e2d2cc65 [2021-01-18T00:43:08.469Z] 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-18T00:43:08.736Z] ---> 4308945e02c7 [2021-01-18T00:43:08.736Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:43:08.736Z] ---> 45bc33621409 [2021-01-18T00:43:08.736Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:43:09.007Z] ---> Running in ef0ea84711b5 [2021-01-18T00:43:09.007Z] ---> Running in 83fb261ec382 [2021-01-18T00:43:09.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T00:43:09.604Z] 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-18T00:43:10.227Z] 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-18T00:43:10.227Z] 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-18T00:43:11.994Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.073s coverage: 29.1% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:43:11.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:43:11.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-18T00:43:12.268Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-18T00:43:13.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-18T00:43:13.841Z] GO111MODULE=on go vet ./... [2021-01-18T00:43:36.972Z] 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-18T00:43:43.640Z] Removing intermediate container 3c42e2d2cc65 [2021-01-18T00:43:43.640Z] ---> 76ec1c09e614 [2021-01-18T00:43:43.640Z] [2021-01-18T00:43:43.640Z] Step 10/24 : FROM scratch [2021-01-18T00:43:43.640Z] ---> [2021-01-18T00:43:43.640Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:43:43.640Z] Removing intermediate container ef0ea84711b5 [2021-01-18T00:43:43.640Z] ---> 4f2b9ce1f8f3 [2021-01-18T00:43:43.640Z] [2021-01-18T00:43:43.640Z] Step 10/21 : FROM scratch [2021-01-18T00:43:43.640Z] ---> [2021-01-18T00:43:43.640Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:43:43.640Z] Removing intermediate container 83fb261ec382 [2021-01-18T00:43:43.640Z] ---> 0e93ea038155 [2021-01-18T00:43:43.640Z] [2021-01-18T00:43:43.640Z] Step 10/22 : FROM scratch [2021-01-18T00:43:43.640Z] ---> [2021-01-18T00:43:43.640Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:43:43.640Z] ---> Running in 3c885bf3616e [2021-01-18T00:43:43.640Z] ---> Running in f4aa8c05531f [2021-01-18T00:43:43.640Z] ---> Running in 0f788d953959 [2021-01-18T00:43:46.205Z] Removing intermediate container 0f788d953959 [2021-01-18T00:43:46.205Z] ---> 5a5fccde00a7 [2021-01-18T00:43:46.205Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:43:46.780Z] Removing intermediate container 3c885bf3616e [2021-01-18T00:43:46.780Z] ---> 956fe3d721ef [2021-01-18T00:43:46.780Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:43:47.733Z] Removing intermediate container f4aa8c05531f [2021-01-18T00:43:47.733Z] ---> c3c0bb3de510 [2021-01-18T00:43:47.733Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:43:47.995Z] ---> Running in 2a0b1f11a496 [2021-01-18T00:43:47.995Z] ---> Running in 588e094a5a12 [2021-01-18T00:43:47.995Z] ---> Running in cd3b5dc74f28 [2021-01-18T00:43:47.995Z] Removing intermediate container 1b699296ca9d [2021-01-18T00:43:47.995Z] ---> 66712eff7aae [2021-01-18T00:43:47.995Z] [2021-01-18T00:43:47.995Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:43:47.995Z] Removing intermediate container 8c4ec0a16c00 [2021-01-18T00:43:47.995Z] ---> af9c48d37292 [2021-01-18T00:43:47.995Z] [2021-01-18T00:43:47.995Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:43:48.259Z] 3.12: Pulling from library/alpine [2021-01-18T00:43:48.259Z] 3.12: Pulling from library/alpine [2021-01-18T00:43:48.259Z] Removing intermediate container 2a0b1f11a496 [2021-01-18T00:43:48.259Z] ---> 6acd6628a5f4 [2021-01-18T00:43:48.259Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:43:48.259Z] Removing intermediate container 588e094a5a12 [2021-01-18T00:43:48.259Z] ---> da34aa299a1b [2021-01-18T00:43:48.259Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:43:48.259Z] Removing intermediate container cd3b5dc74f28 [2021-01-18T00:43:48.259Z] ---> 3e48bd8eaaa5 [2021-01-18T00:43:48.259Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:43:48.526Z] ---> Running in 8fd7a1e4e387 [2021-01-18T00:43:48.526Z] ---> Running in 167b40ea5305 [2021-01-18T00:43:48.526Z] ---> Running in ebfd7072cf62 [2021-01-18T00:43:48.791Z] Removing intermediate container 8fd7a1e4e387 [2021-01-18T00:43:48.791Z] ---> 309dd5985b8e [2021-01-18T00:43:48.791Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:43:48.791Z] Removing intermediate container ebfd7072cf62 [2021-01-18T00:43:48.791Z] ---> 4518b15b7f44 [2021-01-18T00:43:48.791Z] Step 14/22 : WORKDIR / [2021-01-18T00:43:48.791Z] Removing intermediate container 167b40ea5305 [2021-01-18T00:43:48.791Z] ---> f98c2ea60145 [2021-01-18T00:43:48.791Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:43:49.054Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:43:49.054Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:43:49.628Z] ---> Running in 7e14ed5e6026 [2021-01-18T00:43:50.223Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:43:50.224Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:43:50.224Z] ---> 389fef711851 [2021-01-18T00:43:50.224Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:43:50.224Z] ---> 389fef711851 [2021-01-18T00:43:50.224Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:43:50.224Z] ---> 299b2d5c2db8 [2021-01-18T00:43:50.224Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:43:50.224Z] ---> Running in 89727ecb37fb [2021-01-18T00:43:50.224Z] ---> c2ce916974b0 [2021-01-18T00:43:50.224Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:43:50.224Z] ---> Running in 80a04b709e4d [2021-01-18T00:43:50.498Z] Removing intermediate container 7e14ed5e6026 [2021-01-18T00:43:50.498Z] ---> 2da35b003368 [2021-01-18T00:43:50.498Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:43:51.075Z] Removing intermediate container 80a04b709e4d [2021-01-18T00:43:51.075Z] ---> 3933082bb978 [2021-01-18T00:43:51.075Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:43:51.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:51.652Z] ---> 51bfdccb9a80 [2021-01-18T00:43:51.652Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:43:51.652Z] ---> Running in 3a4c1d10e561 [2021-01-18T00:43:51.652Z] ---> 99ea1b11f268 [2021-01-18T00:43:51.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:43:51.920Z] ---> d50d3af5c221 [2021-01-18T00:43:51.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:43:51.920Z] Removing intermediate container 3a4c1d10e561 [2021-01-18T00:43:51.920Z] ---> fab68c45517e [2021-01-18T00:43:51.920Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:43:52.183Z] ---> Running in daa5f8debc91 [2021-01-18T00:43:52.183Z] ---> 4fa285e35bc3 [2021-01-18T00:43:52.183Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:43:52.452Z] ---> acfee102ccb4 [2021-01-18T00:43:52.452Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:43:52.452Z] ---> Running in 300c9139813b [2021-01-18T00:43:52.452Z] ---> ea3c7ae3bd5d [2021-01-18T00:43:52.452Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:43:52.452Z] Removing intermediate container daa5f8debc91 [2021-01-18T00:43:52.452Z] ---> fd279fff2fb7 [2021-01-18T00:43:52.452Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:43:52.714Z] ---> Running in ff8174895ebf [2021-01-18T00:43:52.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:52.714Z] Removing intermediate container 300c9139813b [2021-01-18T00:43:52.714Z] ---> 69293a612d19 [2021-01-18T00:43:52.714Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:43:52.714Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:43:52.976Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:43:52.976Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:43:52.976Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:43:52.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:43:52.976Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:43:52.976Z] OK: 7 MiB in 18 packages [2021-01-18T00:43:53.555Z] ---> Running in 43205ba5a7cb [2021-01-18T00:43:53.555Z] ---> 470ed9a302be [2021-01-18T00:43:53.555Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:43:53.555Z] ---> c11b4220ed16 [2021-01-18T00:43:53.555Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:43:53.555Z] ---> Running in 4e9d8cd8790e [2021-01-18T00:43:53.817Z] Removing intermediate container 43205ba5a7cb [2021-01-18T00:43:53.817Z] ---> c411cc78f4f1 [2021-01-18T00:43:53.817Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:43:54.400Z] ---> Running in 91cfb4c1a2c2 [2021-01-18T00:43:54.400Z] Removing intermediate container 4e9d8cd8790e [2021-01-18T00:43:54.400Z] ---> 5393faad8e92 [2021-01-18T00:43:54.400Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:43:54.664Z] ---> 807ce1bc365b [2021-01-18T00:43:54.664Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:43:54.664Z] ---> Running in df29ff2bd696 [2021-01-18T00:43:54.664Z] Removing intermediate container 89727ecb37fb [2021-01-18T00:43:54.664Z] ---> 01f067bb8d62 [2021-01-18T00:43:54.664Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:43:54.664Z] Removing intermediate container 91cfb4c1a2c2 [2021-01-18T00:43:54.664Z] ---> 0cb8b5e2f984 [2021-01-18T00:43:54.664Z] Step 20/21 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:43:54.664Z] ---> Running in 0cf6c580cc8a [2021-01-18T00:43:54.926Z] ---> Running in 12141b50f8dc [2021-01-18T00:43:54.926Z] ---> 6d9b6340acd1 [2021-01-18T00:43:54.926Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:43:54.926Z] Removing intermediate container ff8174895ebf [2021-01-18T00:43:54.926Z] ---> 0474e6596fa9 [2021-01-18T00:43:54.926Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:43:54.926Z] Removing intermediate container df29ff2bd696 [2021-01-18T00:43:54.926Z] ---> 41e86ab987fe [2021-01-18T00:43:54.926Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:43:55.190Z] ---> Running in 5f4263478858 [2021-01-18T00:43:55.190Z] ---> Running in a0810803eea7 [2021-01-18T00:43:55.190Z] ---> Running in 7c311abfeb36 [2021-01-18T00:43:55.190Z] Removing intermediate container 0cf6c580cc8a [2021-01-18T00:43:55.190Z] ---> cfb0685591a6 [2021-01-18T00:43:55.190Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:43:55.454Z] Removing intermediate container 12141b50f8dc [2021-01-18T00:43:55.454Z] ---> 2788e208ebd0 [2021-01-18T00:43:55.454Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:43:55.454Z] ---> Running in 544c74a4b4ae [2021-01-18T00:43:55.717Z] ---> Running in 56b5225402c0 [2021-01-18T00:43:55.717Z] Removing intermediate container 5f4263478858 [2021-01-18T00:43:55.717Z] ---> 1959a66b5c85 [2021-01-18T00:43:55.717Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:43:55.717Z] Removing intermediate container 7c311abfeb36 [2021-01-18T00:43:55.717Z] ---> c380766e408f [2021-01-18T00:43:55.717Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:43:55.983Z] ---> Running in 9c926385b6bc [2021-01-18T00:43:55.983Z] ---> Running in 3f2f8608876a [2021-01-18T00:43:55.983Z] Removing intermediate container 544c74a4b4ae [2021-01-18T00:43:55.983Z] ---> 7668fcf8e628 [2021-01-18T00:43:55.983Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:43:55.983Z] Removing intermediate container 56b5225402c0 [2021-01-18T00:43:55.983Z] ---> bb9686b84991 [2021-01-18T00:43:55.983Z] [2021-01-18T00:43:55.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:56.245Z] Removing intermediate container 9c926385b6bc [2021-01-18T00:43:56.245Z] ---> dae9ce4560ef [2021-01-18T00:43:56.245Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:43:56.510Z] Successfully built bb9686b84991 [2021-01-18T00:43:56.510Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T00:43:56.510Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3f2f8608876a [2021-01-18T00:43:56.510Z] ---> 2682885c5495 [2021-01-18T00:43:56.510Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:43:56.510Z] Building docker-security-bootstrap-redis-go [2021-01-18T00:43:56.510Z] ---> Running in e58b1188ec55 [2021-01-18T00:43:56.775Z] ---> ed24f7a94b2d [2021-01-18T00:43:56.775Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:43:56.775Z] ---> Running in 2ed8e9309663 [2021-01-18T00:43:56.775Z] Removing intermediate container e58b1188ec55 [2021-01-18T00:43:56.775Z] ---> c5ebc374bc35 [2021-01-18T00:43:56.775Z] Step 23/24 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:43:56.775Z] Removing intermediate container 2ed8e9309663 [2021-01-18T00:43:56.775Z] ---> a2615ffc5b4b [2021-01-18T00:43:56.775Z] [2021-01-18T00:43:57.038Z] ---> Running in 659be2514347 [2021-01-18T00:43:57.038Z] Successfully built a2615ffc5b4b [2021-01-18T00:43:57.301Z] Successfully tagged docker-core-command-go:latest [2021-01-18T00:43:57.301Z] Building docker-core-metadata-go [2021-01-18T00:43:57.301Z]  Building docker-core-command-go ... done  ---> 7b43ad6bf581 [2021-01-18T00:43:57.301Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:43:57.301Z] Removing intermediate container 659be2514347 [2021-01-18T00:43:57.301Z] ---> 18a508ca2048 [2021-01-18T00:43:57.301Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:43:57.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:57.566Z] ---> Running in 1b0730fc8652 [2021-01-18T00:43:58.142Z] Removing intermediate container 1b0730fc8652 [2021-01-18T00:43:58.142Z] ---> 86851d1bcd1c [2021-01-18T00:43:58.142Z] [2021-01-18T00:44:00.701Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:44:00.701Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:44:00.701Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:44:01.281Z] Successfully built 86851d1bcd1c [2021-01-18T00:44:01.281Z] ---> 5050fc8e89a2 [2021-01-18T00:44:01.281Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:44:01.281Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T00:44:01.281Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-18T00:44:01.544Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:44:02.498Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:44:02.498Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:02.498Z] OK: 8 MiB in 19 packages [2021-01-18T00:44:05.074Z] ---> Running in 3d59548edd0f [2021-01-18T00:44:07.650Z] Removing intermediate container 3d59548edd0f [2021-01-18T00:44:07.650Z] ---> c2fbb8e521ab [2021-01-18T00:44:07.650Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:44:10.229Z] ---> Running in bd00c176d5b8 [2021-01-18T00:44:10.229Z] Removing intermediate container a0810803eea7 [2021-01-18T00:44:10.229Z] ---> a19f8ce0f14b [2021-01-18T00:44:10.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:44:15.605Z] Removing intermediate container bd00c176d5b8 [2021-01-18T00:44:15.605Z] ---> 34212e02aa54 [2021-01-18T00:44:15.605Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:44:15.605Z] ---> 0383b0c9aa13 [2021-01-18T00:44:15.605Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:44:15.874Z] ---> Running in b9e89b1f0ccd [2021-01-18T00:44:16.145Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:44:16.145Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:44:16.145Z] ---> 364f9fd65fbd [2021-01-18T00:44:16.145Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> 18c2932e0d06 [2021-01-18T00:44:16.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> 7dfcc2d54afc [2021-01-18T00:44:16.145Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> 2974dae41aeb [2021-01-18T00:44:16.145Z] Step 6/22 : COPY go.mod . [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> 2620ee6232a7 [2021-01-18T00:44:16.145Z] Step 7/22 : RUN go mod download [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> e1b531e0201d [2021-01-18T00:44:16.145Z] Step 8/22 : COPY . . [2021-01-18T00:44:16.145Z] ---> Using cache [2021-01-18T00:44:16.145Z] ---> 45bc33621409 [2021-01-18T00:44:16.145Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:44:18.093Z] ---> Running in 4eab2661b0f0 [2021-01-18T00:44:18.366Z] Removing intermediate container b9e89b1f0ccd [2021-01-18T00:44:18.366Z] ---> 5c857fbc0d5f [2021-01-18T00:44:18.366Z] Step 20/21 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:44:18.366Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:44:18.366Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:44:18.366Z] ---> 364f9fd65fbd [2021-01-18T00:44:18.366Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:44:18.366Z] ---> Using cache [2021-01-18T00:44:18.366Z] ---> 18c2932e0d06 [2021-01-18T00:44:18.366Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:44:18.366Z] ---> Using cache [2021-01-18T00:44:18.366Z] ---> 7dfcc2d54afc [2021-01-18T00:44:18.366Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:44:18.366Z] ---> Using cache [2021-01-18T00:44:18.366Z] ---> 2974dae41aeb [2021-01-18T00:44:18.366Z] Step 6/22 : COPY go.mod . [2021-01-18T00:44:18.366Z] ---> Using cache [2021-01-18T00:44:18.366Z] ---> 2620ee6232a7 [2021-01-18T00:44:18.366Z] Step 7/22 : RUN go mod download [2021-01-18T00:44:18.366Z] ---> Using cache [2021-01-18T00:44:18.366Z] ---> e1b531e0201d [2021-01-18T00:44:18.366Z] Step 8/22 : COPY . . [2021-01-18T00:44:18.633Z] ---> Using cache [2021-01-18T00:44:18.633Z] ---> 45bc33621409 [2021-01-18T00:44:18.633Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:44:19.224Z] ---> efbc264de0f9 [2021-01-18T00:44:19.224Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:44:20.177Z] ---> Running in ebdcf03fda4d [2021-01-18T00:44:20.177Z] ---> Running in 361458fd88a7 [2021-01-18T00:44:21.577Z] ---> 4e01fb599d25 [2021-01-18T00:44:21.577Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:44:22.170Z] 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-18T00:44:22.170Z] ---> Running in e5937ea0ffc9 [2021-01-18T00:44:22.750Z] Removing intermediate container ebdcf03fda4d [2021-01-18T00:44:22.750Z] ---> 5bcf0cd30c12 [2021-01-18T00:44:22.750Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:44:23.327Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:44:23.327Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:44:23.327Z] 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-18T00:44:23.596Z] ---> 364f9fd65fbd [2021-01-18T00:44:23.596Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:44:23.596Z] ---> Using cache [2021-01-18T00:44:23.596Z] ---> 18c2932e0d06 [2021-01-18T00:44:23.596Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:44:23.596Z] ---> Using cache [2021-01-18T00:44:23.597Z] ---> 7dfcc2d54afc [2021-01-18T00:44:23.597Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:44:23.597Z] ---> Using cache [2021-01-18T00:44:23.597Z] ---> 2974dae41aeb [2021-01-18T00:44:23.597Z] Step 6/24 : COPY go.mod . [2021-01-18T00:44:23.597Z] ---> Using cache [2021-01-18T00:44:23.597Z] ---> 2620ee6232a7 [2021-01-18T00:44:23.597Z] Step 7/24 : RUN go mod download [2021-01-18T00:44:23.597Z] ---> Using cache [2021-01-18T00:44:23.597Z] ---> e1b531e0201d [2021-01-18T00:44:23.597Z] Step 8/24 : COPY . . [2021-01-18T00:44:23.864Z] ---> Running in 5a9a8ccedb76 [2021-01-18T00:44:23.864Z] Removing intermediate container e5937ea0ffc9 [2021-01-18T00:44:23.864Z] ---> aaf78a474e40 [2021-01-18T00:44:23.864Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:44:23.864Z] ---> Using cache [2021-01-18T00:44:23.864Z] ---> 45bc33621409 [2021-01-18T00:44:23.864Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:44:23.864Z] ---> Running in 19453e7d2df8 [2021-01-18T00:44:23.864Z] ---> Running in 00efa4c95d98 [2021-01-18T00:44:24.452Z] Removing intermediate container 5a9a8ccedb76 [2021-01-18T00:44:24.452Z] ---> 90b55214e409 [2021-01-18T00:44:24.452Z] [2021-01-18T00:44:24.452Z] Removing intermediate container 19453e7d2df8 [2021-01-18T00:44:24.452Z] ---> 1276a94117f4 [2021-01-18T00:44:24.452Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:44:24.452Z] Successfully built 90b55214e409 [2021-01-18T00:44:24.722Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T00:44:24.722Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-18T00:44:24.722Z] ---> Running in 8b3854560c60 [2021-01-18T00:44:24.995Z] Removing intermediate container 8b3854560c60 [2021-01-18T00:44:24.995Z] ---> 8eeaa6202768 [2021-01-18T00:44:24.995Z] Step 22/23 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:44:25.281Z] 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-18T00:44:25.281Z] ---> Running in ec541a7e7412 [2021-01-18T00:44:28.666Z] Removing intermediate container ec541a7e7412 [2021-01-18T00:44:28.666Z] ---> f70ab0594a20 [2021-01-18T00:44:28.666Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:44:28.952Z] ---> Running in c5d65b5f2d1c [2021-01-18T00:44:29.943Z] Removing intermediate container c5d65b5f2d1c [2021-01-18T00:44:29.943Z] ---> e8c9b9cc53eb [2021-01-18T00:44:29.943Z] [2021-01-18T00:44:30.212Z] Successfully built e8c9b9cc53eb [2021-01-18T00:44:30.212Z] Successfully tagged docker-core-data-go:latest [2021-01-18T00:44:35.719Z] gofmt -l . [2021-01-18T00:44:35.719Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:44:35.719Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:44:35.719Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:44:36.383Z] + ls -al . [2021-01-18T00:44:36.383Z] total 684 [2021-01-18T00:44:36.383Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 00:44 . [2021-01-18T00:44:36.383Z] drwxr-xr-x 4 root root 4096 Jan 18 00:40 .. [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:38 .dockerignore [2021-01-18T00:44:36.383Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:39 .git [2021-01-18T00:44:36.383Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 00:38 .github [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:38 .gitignore [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:38 .sonarcloud.properties [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:38 Attribution.txt [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:38 CONTRIBUTING.md [2021-01-18T00:44:36.383Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:38 Dockerfile.build [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:38 Jenkinsfile [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:38 LICENSE [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:38 Makefile [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:38 README.md [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:38 SECURITY.md [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:38 VERSION [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:38 ZMQWindows.md [2021-01-18T00:44:36.384Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 00:38 bin [2021-01-18T00:44:36.384Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:38 cmd [2021-01-18T00:44:36.384Z] -rw-r--r-- 1 root root 550280 Jan 18 00:43 coverage.out [2021-01-18T00:44:36.384Z] -rw-r--r-- 1 root root 981 Jan 18 00:44 go.mod [2021-01-18T00:44:36.384Z] -rw-r--r-- 1 root root 19241 Jan 18 00:44 go.sum [2021-01-18T00:44:36.384Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:38 internal [2021-01-18T00:44:36.384Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:38 openapi [2021-01-18T00:44:36.384Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:38 snap [2021-01-18T00:44:36.384Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:38 version.go [Pipeline] sh [2021-01-18T00:44:37.055Z] + '[' -e coverage.out ] [2021-01-18T00:44:37.055Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:44:37.121Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T00:44:38.333Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:44:39.045Z] + make build [2021-01-18T00:44:39.045Z] 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-18T00:44:43.460Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:44:43.461Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:44:43.461Z] ---> 364f9fd65fbd [2021-01-18T00:44:43.461Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:44:43.461Z] ---> Using cache [2021-01-18T00:44:43.461Z] ---> 18c2932e0d06 [2021-01-18T00:44:43.461Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:44:43.461Z] ---> Using cache [2021-01-18T00:44:43.461Z] ---> 7dfcc2d54afc [2021-01-18T00:44:43.461Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:44:44.047Z] ---> Running in 659a5a869ce7 [2021-01-18T00:44:45.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:46.082Z] 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-18T00:44:47.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:48.897Z] Removing intermediate container 361458fd88a7 [2021-01-18T00:44:48.897Z] ---> bfacccc27e12 [2021-01-18T00:44:48.897Z] [2021-01-18T00:44:48.897Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:44:49.168Z] ---> 389fef711851 [2021-01-18T00:44:49.168Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:44:49.168Z] ---> Running in 32be80deaa4f [2021-01-18T00:44:50.115Z] OK: 233 MiB in 51 packages [2021-01-18T00:44:51.429Z] 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-18T00:44:52.041Z] Removing intermediate container 00efa4c95d98 [2021-01-18T00:44:52.041Z] ---> e2cd4517e775 [2021-01-18T00:44:52.041Z] [2021-01-18T00:44:52.041Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:44:52.041Z] ---> 389fef711851 [2021-01-18T00:44:52.041Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:44:52.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:52.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:52.886Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:44:53.152Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:44:53.152Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:44:53.152Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:44:53.152Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:44:53.152Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:53.152Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:44:53.152Z] OK: 7 MiB in 19 packages [2021-01-18T00:44:53.726Z] Removing intermediate container 659a5a869ce7 [2021-01-18T00:44:53.726Z] ---> f3ad1faea182 [2021-01-18T00:44:53.726Z] Step 6/26 : COPY go.mod . [2021-01-18T00:44:53.726Z] ---> Running in 4cebb1128fbd [2021-01-18T00:44:53.989Z] Removing intermediate container 4eab2661b0f0 [2021-01-18T00:44:53.989Z] ---> c95c7b6f32d1 [2021-01-18T00:44:53.989Z] [2021-01-18T00:44:53.989Z] Step 10/22 : FROM scratch [2021-01-18T00:44:53.989Z] ---> [2021-01-18T00:44:53.989Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:44:53.989Z] ---> 055b93003156 [2021-01-18T00:44:53.989Z] Step 7/26 : RUN go mod download [2021-01-18T00:44:54.251Z] ---> Running in f4839ac25037 [2021-01-18T00:44:54.251Z] ---> Using cache [2021-01-18T00:44:54.251Z] ---> c3c0bb3de510 [2021-01-18T00:44:54.251Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:44:54.825Z] Removing intermediate container 32be80deaa4f [2021-01-18T00:44:54.825Z] ---> 07d3fb4fd71e [2021-01-18T00:44:54.825Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:44:54.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:55.090Z] ---> Running in 8a00fa1f29e2 [2021-01-18T00:44:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:55.090Z] ---> Running in 14a65f394f3c [2021-01-18T00:44:55.090Z] Removing intermediate container 8a00fa1f29e2 [2021-01-18T00:44:55.090Z] ---> bb2492df5f40 [2021-01-18T00:44:55.090Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:44:55.090Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:44:55.352Z] ---> Running in 3fac777a5cfb [2021-01-18T00:44:55.352Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:44:55.352Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:44:55.352Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:44:55.352Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:44:55.352Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:55.352Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:44:55.352Z] OK: 7 MiB in 19 packages [2021-01-18T00:44:55.615Z] Removing intermediate container 14a65f394f3c [2021-01-18T00:44:55.615Z] ---> 5ffacc239e83 [2021-01-18T00:44:55.615Z] Step 13/22 : WORKDIR / [2021-01-18T00:44:55.879Z] ---> Running in f87b427fb606 [2021-01-18T00:44:55.879Z] Removing intermediate container 3fac777a5cfb [2021-01-18T00:44:55.879Z] ---> 46c0b362fc6d [2021-01-18T00:44:55.879Z] Step 14/22 : WORKDIR / [2021-01-18T00:44:56.142Z] ---> Running in 2a8df6c042ea [2021-01-18T00:44:56.717Z] Removing intermediate container f87b427fb606 [2021-01-18T00:44:56.717Z] ---> 831e5cff09f6 [2021-01-18T00:44:56.717Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:44:56.717Z] Removing intermediate container 2a8df6c042ea [2021-01-18T00:44:56.717Z] ---> 11a16b13b0ca [2021-01-18T00:44:56.717Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:44:56.717Z] Removing intermediate container 4cebb1128fbd [2021-01-18T00:44:56.717Z] ---> 82c74e3c72cb [2021-01-18T00:44:56.717Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:44:56.979Z] Removing intermediate container f4839ac25037 [2021-01-18T00:44:56.979Z] ---> 626930b11788 [2021-01-18T00:44:56.979Z] Step 8/26 : COPY . . [2021-01-18T00:44:56.979Z] ---> Running in 6080ee71c43a [2021-01-18T00:44:56.979Z] ---> 6b7d2c93d275 [2021-01-18T00:44:56.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:44:57.245Z] ---> ea2346f067e3 [2021-01-18T00:44:57.245Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:44:58.202Z] Removing intermediate container 6080ee71c43a [2021-01-18T00:44:58.202Z] ---> f9e5d3a303fd [2021-01-18T00:44:58.202Z] Step 13/24 : WORKDIR / [2021-01-18T00:45:02.440Z] ---> Running in cb219b77b4b2 [2021-01-18T00:45:02.440Z] ---> c59c400c6ab0 [2021-01-18T00:45:02.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T00:45:03.392Z] ---> aaa032581765 [2021-01-18T00:45:03.392Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:04.339Z] ---> 6110a16c6cef [2021-01-18T00:45:04.339Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:05.742Z] ---> 827d8b90a8ff [2021-01-18T00:45:05.742Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:45:05.742Z] Removing intermediate container cb219b77b4b2 [2021-01-18T00:45:05.742Z] ---> da17719551ac [2021-01-18T00:45:05.742Z] 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-18T00:45:11.059Z] ---> Running in 62efdace6f5b [2021-01-18T00:45:11.059Z] ---> 72dea4ebda83 [2021-01-18T00:45:11.059Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:45:11.059Z] ---> 566804bb3cd2 [2021-01-18T00:45:11.059Z] 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-18T00:45:12.012Z] ---> Running in 2a7101632bbb [2021-01-18T00:45:12.275Z] Removing intermediate container 62efdace6f5b [2021-01-18T00:45:12.275Z] ---> 7616630153d0 [2021-01-18T00:45:12.275Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:13.668Z] ---> 4d97bd856f67 [2021-01-18T00:45:13.668Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:13.668Z] ---> Running in 940dd4184811 [2021-01-18T00:45:13.668Z] ---> 69a7d7061d6e [2021-01-18T00:45:13.668Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:45:13.935Z] ---> Running in fad83c693c71 [2021-01-18T00:45:13.935Z] Removing intermediate container 940dd4184811 [2021-01-18T00:45:13.935Z] ---> 78c8908e9ccd [2021-01-18T00:45:13.935Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:45:13.935Z] ---> f5e33f106312 [2021-01-18T00:45:13.935Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:45:13.935Z] ---> Running in fe29203cac30 [2021-01-18T00:45:14.204Z] Removing intermediate container fe29203cac30 [2021-01-18T00:45:14.204Z] ---> a1a3600915a5 [2021-01-18T00:45:14.204Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:45:14.470Z] ---> Running in fbb7e5b16065 [2021-01-18T00:45:14.470Z] 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-18T00:45:14.734Z] ---> aec227ba59da [2021-01-18T00:45:14.734Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:45:14.734Z] Removing intermediate container 2a7101632bbb [2021-01-18T00:45:14.734Z] ---> f2234ac92107 [2021-01-18T00:45:14.734Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:45:14.734Z] Removing intermediate container fbb7e5b16065 [2021-01-18T00:45:14.734Z] ---> 6a6e7a113501 [2021-01-18T00:45:14.734Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:45:15.006Z] ---> Running in 77df3acf0617 [2021-01-18T00:45:15.006Z] ---> Running in 1ca91c551b19 [2021-01-18T00:45:15.279Z] Removing intermediate container 77df3acf0617 [2021-01-18T00:45:15.279Z] ---> 41eac6ce96da [2021-01-18T00:45:15.279Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:45:15.279Z] ---> 555c381103fa [2021-01-18T00:45:15.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:45:15.279Z] Removing intermediate container 1ca91c551b19 [2021-01-18T00:45:15.279Z] ---> a2f44ceacbe9 [2021-01-18T00:45:15.279Z] [2021-01-18T00:45:15.279Z] ---> Running in 65712ea5e1d6 [2021-01-18T00:45:15.549Z] Successfully built a2f44ceacbe9 [2021-01-18T00:45:15.549Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T00:45:15.549Z]  Building docker-core-metadata-go ... done  ---> d749dccf77a2 [2021-01-18T00:45:15.549Z] 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-18T00:45:15.549Z] Removing intermediate container 65712ea5e1d6 [2021-01-18T00:45:15.549Z] ---> 797fd985ecf3 [2021-01-18T00:45:15.549Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:45:15.815Z] ---> Running in 6df378f854be [2021-01-18T00:45:15.815Z] ---> Running in 26d445f37d5f [2021-01-18T00:45:16.398Z] Removing intermediate container 26d445f37d5f [2021-01-18T00:45:16.398Z] ---> ea49c2e57b81 [2021-01-18T00:45:16.398Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:45:16.398Z] ---> Running in 9ed2449e4f7e [2021-01-18T00:45:16.666Z] Removing intermediate container 9ed2449e4f7e [2021-01-18T00:45:16.666Z] ---> 7b1d5d3e56ea [2021-01-18T00:45:16.666Z] [2021-01-18T00:45:16.937Z] Successfully built 7b1d5d3e56ea [2021-01-18T00:45:16.937Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T00:45:17.202Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6df378f854be [2021-01-18T00:45:17.202Z] ---> 7d8e95cb4925 [2021-01-18T00:45:17.202Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:45:17.475Z] ---> Running in 92f479cc0ed0 [2021-01-18T00:45:17.748Z] Removing intermediate container 92f479cc0ed0 [2021-01-18T00:45:17.748Z] ---> aa6fd005924e [2021-01-18T00:45:17.748Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:45:17.748Z] ---> Running in 8fda91ff0a09 [2021-01-18T00:45:18.018Z] Removing intermediate container 8fda91ff0a09 [2021-01-18T00:45:18.018Z] ---> 142c22d68aa0 [2021-01-18T00:45:18.018Z] Step 23/24 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:45:18.018Z] ---> Running in b9bc04190e99 [2021-01-18T00:45:18.240Z] 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-18T00:45:18.295Z] Removing intermediate container b9bc04190e99 [2021-01-18T00:45:18.295Z] ---> 5670f1176a5a [2021-01-18T00:45:18.295Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:45:18.563Z] ---> Running in 16f3523416da [2021-01-18T00:45:18.825Z] Removing intermediate container 16f3523416da [2021-01-18T00:45:18.825Z] ---> 56edd17a7a7a [2021-01-18T00:45:18.825Z] [2021-01-18T00:45:19.404Z] Successfully built 56edd17a7a7a [2021-01-18T00:45:19.706Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T00:45:22.567Z] 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-18T00:45:26.390Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container fad83c693c71 [2021-01-18T00:45:26.390Z] ---> 70bc979e019c [2021-01-18T00:45:26.390Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:45:26.390Z] ---> Running in bad658405ff9 [2021-01-18T00:45:26.390Z] 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-18T00:45:26.963Z] Removing intermediate container bad658405ff9 [2021-01-18T00:45:26.963Z] ---> 7fb1fb813be8 [2021-01-18T00:45:26.963Z] [2021-01-18T00:45:26.963Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:45:26.963Z] 20.10.0: Pulling from library/docker [2021-01-18T00:45:27.985Z] 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-18T00:45:29.422Z] 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-18T00:45:32.273Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:45:32.273Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:45:32.273Z] ---> aefe523efa57 [2021-01-18T00:45:32.273Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:45:32.273Z] ---> Running in 8fd56a08fff2 [2021-01-18T00:45:32.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:32.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:32.798Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:45:32.798Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:45:32.798Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:45:32.798Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:32.798Z] OK: 12 MiB in 22 packages [2021-01-18T00:45:33.371Z] Removing intermediate container 8fd56a08fff2 [2021-01-18T00:45:33.372Z] ---> 78b01dc0f3d5 [2021-01-18T00:45:33.372Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:45:33.372Z] ---> Running in 38a6ab2ebc80 [2021-01-18T00:45:33.633Z] Removing intermediate container 38a6ab2ebc80 [2021-01-18T00:45:33.633Z] ---> 9e733795aae3 [2021-01-18T00:45:33.633Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:45:33.633Z] ---> Running in a844c0dd473d [2021-01-18T00:45:33.898Z] Removing intermediate container a844c0dd473d [2021-01-18T00:45:33.898Z] ---> 5d878669a451 [2021-01-18T00:45:33.898Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:45:33.898Z] ---> Running in 6f72f797bac4 [2021-01-18T00:45:34.164Z] Removing intermediate container 6f72f797bac4 [2021-01-18T00:45:34.164Z] ---> 6d26dcecaa3f [2021-01-18T00:45:34.164Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:45:34.426Z] ---> af45ffc944e7 [2021-01-18T00:45:34.426Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:34.688Z] ---> 382fb59230ce [2021-01-18T00:45:34.688Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:45:34.824Z] 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-18T00:45:35.265Z] ---> 0b86064f8502 [2021-01-18T00:45:35.265Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:45:35.265Z] ---> Running in 7241e295e049 [2021-01-18T00:45:35.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:35.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:35.791Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:45:35.791Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:45:35.791Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:45:36.055Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:45:36.055Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:45:36.055Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:45:36.055Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:45:37.009Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:45:37.009Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:45:37.009Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:45:37.009Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:45:37.009Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:45:37.009Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:45:37.009Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:45:37.009Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:45:37.009Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:45:37.009Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:45:37.271Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:45:37.271Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:45:37.271Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:45:37.271Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:45:37.271Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:45:37.271Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:45:37.271Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:45:37.271Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:45:37.271Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:45:37.533Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:45:37.533Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:45:37.533Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:45:37.533Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:45:37.533Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:45:37.533Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:45:37.533Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:45:37.533Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:37.533Z] OK: 71 MiB in 55 packages [2021-01-18T00:45:40.215Z] 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-18T00:45:44.517Z] 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-18T00:45:45.697Z] Removing intermediate container 7241e295e049 [2021-01-18T00:45:45.697Z] ---> 9f8fc78d7c1c [2021-01-18T00:45:45.697Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:45:45.697Z] ---> Running in 824e818669db [2021-01-18T00:45:47.083Z] Collecting docker-compose==1.23.2 [2021-01-18T00:45:47.083Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:45:47.083Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:45:47.083Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:45:48.028Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:45:48.028Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:45:48.028Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:45:48.028Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:45:48.028Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:45:48.028Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:45:48.289Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:45:48.289Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:45:48.824Z] 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-18T00:45:48.861Z] 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-18T00:45:48.861Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:45:48.861Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:45:48.861Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:45:48.861Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:45:49.124Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:45:49.124Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:45:50.516Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:45:50.516Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:45:50.778Z] 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-18T00:45:51.039Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:45:51.039Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:45:51.039Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:45:51.039Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:45:51.302Z] 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-18T00:45:51.302Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:45:51.302Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:45:51.302Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:45:51.302Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:45:51.302Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:45:51.302Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:45:51.563Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, jsonschema, dockerpty, cached-property, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-01-18T00:45:51.563Z] Running setup.py install for texttable: started [2021-01-18T00:45:51.825Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:45:51.826Z] Attempting uninstall: urllib3 [2021-01-18T00:45:51.826Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:45:51.826Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:45:51.826Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:45:52.087Z] Attempting uninstall: idna [2021-01-18T00:45:52.088Z] Found existing installation: idna 2.9 [2021-01-18T00:45:52.088Z] Uninstalling idna-2.9: [2021-01-18T00:45:52.088Z] Successfully uninstalled idna-2.9 [2021-01-18T00:45:52.349Z] Attempting uninstall: requests [2021-01-18T00:45:52.349Z] Found existing installation: requests 2.23.0 [2021-01-18T00:45:52.349Z] Uninstalling requests-2.23.0: [2021-01-18T00:45:52.349Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:45:52.610Z] Running setup.py install for dockerpty: started [2021-01-18T00:45:53.182Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:45:53.443Z] Running setup.py install for PyYAML: started [2021-01-18T00:45:54.016Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:45:54.016Z] Running setup.py install for docopt: started [2021-01-18T00:45:54.219Z] 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-18T00:45:54.278Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:45:54.540Z] 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-18T00:45:56.834Z] 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-18T00:45:57.091Z] Removing intermediate container 824e818669db [2021-01-18T00:45:57.091Z] ---> b5ed2537f386 [2021-01-18T00:45:57.091Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:45:57.353Z] ---> Running in 8914553a6916 [2021-01-18T00:45:57.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:57.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:57.927Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:45:57.927Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:45:57.927Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:45:58.191Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:58.191Z] OK: 72 MiB in 58 packages [2021-01-18T00:45:58.453Z] Removing intermediate container 8914553a6916 [2021-01-18T00:45:58.453Z] ---> 5f3685fd264c [2021-01-18T00:45:58.453Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:45:58.715Z] ---> Running in 0a206cf5c7b6 [2021-01-18T00:45:58.715Z] Removing intermediate container 0a206cf5c7b6 [2021-01-18T00:45:58.715Z] ---> 0523d9154d76 [2021-01-18T00:45:58.715Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:58.977Z] ---> Running in 6d798a61164a [2021-01-18T00:45:58.977Z] Removing intermediate container 6d798a61164a [2021-01-18T00:45:58.977Z] ---> fdefe0a48fbe [2021-01-18T00:45:58.977Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T00:45:58.977Z] ---> Running in a6ffae419e4e [2021-01-18T00:45:59.241Z] Removing intermediate container a6ffae419e4e [2021-01-18T00:45:59.241Z] ---> 6043e896b27d [2021-01-18T00:45:59.241Z] Step 25/26 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:45:59.241Z] ---> Running in 8f949aa7fb7a [2021-01-18T00:45:59.504Z] Removing intermediate container 8f949aa7fb7a [2021-01-18T00:45:59.504Z] ---> f208ecaf71f1 [2021-01-18T00:45:59.504Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:45:59.504Z] ---> Running in ea3a4e787d92 [2021-01-18T00:45:59.766Z] Removing intermediate container ea3a4e787d92 [2021-01-18T00:45:59.766Z] ---> 000d01b1d81d [2021-01-18T00:45:59.766Z] [2021-01-18T00:45:59.766Z] Successfully built 000d01b1d81d [2021-01-18T00:45:59.766Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T00:46:00.103Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T00:46:00.113Z] $ docker stop --time=1 f0ecbdb75a8fdc9c3163495e6bdaa4f5fc06a923fd79875c338535cb0c338753 [2021-01-18T00:46:01.758Z] $ docker rm -f f0ecbdb75a8fdc9c3163495e6bdaa4f5fc06a923fd79875c338535cb0c338753 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-18T00:46:02.101Z] $ docker stop --time=1 aed7adfe0b26f33ea46ad45000cd43291b375aa0f1bf44bd1d75493fe79354fc [2021-01-18T00:46:04.629Z] $ docker rm -f aed7adfe0b26f33ea46ad45000cd43291b375aa0f1bf44bd1d75493fe79354fc [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-18T00:46:06.304Z] + docker images [2021-01-18T00:46:06.304Z] + grep docker [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:46:06.599Z] docker-sys-mgmt-agent-go latest 000d01b1d81d 7 seconds ago 313MB [2021-01-18T00:46:06.599Z] docker-security-secretstore-setup-go latest 56edd17a7a7a 48 seconds ago 24.6MB [2021-01-18T00:46:06.599Z] docker-security-bootstrap-redis-go latest 7b1d5d3e56ea 50 seconds ago 15.8MB [2021-01-18T00:46:06.599Z] docker-core-metadata-go latest a2f44ceacbe9 52 seconds ago 13.1MB [2021-01-18T00:46:06.599Z] docker-core-data-go latest e8c9b9cc53eb About a minute ago 22.3MB [2021-01-18T00:46:06.599Z] docker-security-proxy-setup-go latest 90b55214e409 About a minute ago 24.4MB [2021-01-18T00:46:06.599Z] docker-support-notifications-go latest 86851d1bcd1c 2 minutes ago 12MB [2021-01-18T00:46:06.599Z] docker-core-command-go latest a2615ffc5b4b 2 minutes ago 10.6MB [2021-01-18T00:46:06.599Z] docker-support-scheduler-go latest bb9686b84991 2 minutes ago 10.7MB [2021-01-18T00:46:06.599Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-01-18T00:46:06.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-18T00:46:07.057Z] [2021-01-18T00:46:07.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh [Pipeline] findFiles [Pipeline] node [2021-01-18T00:46:07.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:46:07.790Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T00:46:07.790Z] 29e5d40040c1: Pulling fs layer [2021-01-18T00:46:07.790Z] 1ce36da41761: Pulling fs layer [2021-01-18T00:46:07.790Z] 25b303627fd3: Pulling fs layer [2021-01-18T00:46:07.790Z] 29e5d40040c1: Verifying Checksum [2021-01-18T00:46:07.790Z] 29e5d40040c1: Download complete [2021-01-18T00:46:08.382Z] 1ce36da41761: Verifying Checksum [2021-01-18T00:46:08.382Z] 1ce36da41761: Download complete [2021-01-18T00:46:08.382Z] 29e5d40040c1: Pull complete [2021-01-18T00:46:09.818Z] 1ce36da41761: Pull complete [2021-01-18T00:46:10.414Z] 25b303627fd3: Verifying Checksum [2021-01-18T00:46:10.414Z] 25b303627fd3: Download complete [2021-01-18T00:46:20.965Z] 25b303627fd3: Pull complete [2021-01-18T00:46:20.965Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T00:46:20.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:46:20.965Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T00:46:21.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-20855 does not seem to be running inside a container [2021-01-18T00:46:21.301Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T00:46:22.386Z] Still waiting to schedule task [2021-01-18T00:46:22.386Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-18T00:46:24.900Z] $ docker top 0400003d05b045dbdb9e62cef6e990bd8503d222b05f9aa9f8920d89c0fbcdc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:46:26.042Z] + docker-compose build --help [2021-01-18T00:46:26.042Z] + grep parallel [2021-01-18T00:46:32.766Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:46:32.794Z] $ docker stop --time=1 0400003d05b045dbdb9e62cef6e990bd8503d222b05f9aa9f8920d89c0fbcdc7 [2021-01-18T00:46:34.858Z] $ docker rm -f 0400003d05b045dbdb9e62cef6e990bd8503d222b05f9aa9f8920d89c0fbcdc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:46:35.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:46:35.765Z] . [Pipeline] withDockerContainer [2021-01-18T00:46:36.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-20855 does not seem to be running inside a container [2021-01-18T00:46:36.202Z] $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@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-18T00:46:37.960Z] $ docker top e6fd937322e4a6b565b1972b26384daa1af1f5fb46545e4ab5136c6ccd029035 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:46:39.092Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:46:44.494Z] Building docker-core-command-go ... [2021-01-18T00:46:44.494Z] Building docker-core-data-go ... [2021-01-18T00:46:44.494Z] Building docker-core-metadata-go ... [2021-01-18T00:46:44.494Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:46:44.494Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:46:44.494Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:46:44.494Z] Building docker-support-notifications-go ... [2021-01-18T00:46:44.494Z] Building docker-support-scheduler-go ... [2021-01-18T00:46:44.494Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:46:44.494Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:46:44.494Z] Building docker-support-notifications-go [2021-01-18T00:46:44.494Z] Building docker-security-bootstrap-redis-go [2021-01-18T00:46:44.494Z] Building docker-security-proxy-setup-go [2021-01-18T00:46:44.494Z] Building docker-core-data-go [2021-01-18T00:47:52.462Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:47:52.462Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:47:52.462Z] ---> 85275a95d5b7 [2021-01-18T00:47:52.462Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:47:52.462Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:47:52.462Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:47:52.462Z] ---> 85275a95d5b7 [2021-01-18T00:47:52.462Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:47:52.462Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:47:52.462Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:47:52.462Z] ---> 85275a95d5b7 [2021-01-18T00:47:52.462Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:47:52.462Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:47:52.462Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:47:52.462Z] ---> 85275a95d5b7 [2021-01-18T00:47:52.463Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:47:52.463Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:47:52.463Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:47:52.463Z] ---> 85275a95d5b7 [2021-01-18T00:47:52.463Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:47:53.465Z] ---> Running in 2d00d20e2dec [2021-01-18T00:47:53.465Z] ---> Running in b17fd9e88e48 [2021-01-18T00:47:53.465Z] ---> Running in 5e8c70e601f1 [2021-01-18T00:47:53.465Z] ---> Running in a9ca858869bd [2021-01-18T00:47:53.465Z] ---> Running in 54227440c3bf [2021-01-18T00:47:54.063Z] Removing intermediate container b17fd9e88e48 [2021-01-18T00:47:54.063Z] ---> 6c9ba546ef42 [2021-01-18T00:47:54.063Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:47:54.063Z] Removing intermediate container 2d00d20e2dec [2021-01-18T00:47:54.063Z] ---> d7ee7e521451 [2021-01-18T00:47:54.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:47:54.063Z] Removing intermediate container 54227440c3bf [2021-01-18T00:47:54.063Z] ---> 541b5a0a1c0b [2021-01-18T00:47:54.063Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:47:54.063Z] Removing intermediate container a9ca858869bd [2021-01-18T00:47:54.063Z] ---> a9148f4d84c5 [2021-01-18T00:47:54.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:47:54.063Z] Removing intermediate container 5e8c70e601f1 [2021-01-18T00:47:54.063Z] ---> 5c07f832fff8 [2021-01-18T00:47:54.063Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:47:54.063Z] ---> Running in 54b7cc7bd5a0 [2021-01-18T00:47:54.360Z] ---> Running in 46caccc216bb [2021-01-18T00:47:54.360Z] ---> Running in d1b6e4d38083 [2021-01-18T00:47:54.360Z] ---> Running in 07c135db9449 [2021-01-18T00:47:54.360Z] ---> Running in 33c01ab87e3f [2021-01-18T00:47:58.725Z] Removing intermediate container d1b6e4d38083 [2021-01-18T00:47:58.725Z] ---> e55dcd13f60b [2021-01-18T00:47:58.725Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:47:58.725Z] Removing intermediate container 54b7cc7bd5a0 [2021-01-18T00:47:58.725Z] ---> 6a85c7fd8e30 [2021-01-18T00:47:58.725Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:47:58.725Z] ---> Running in e458091540b9 [2021-01-18T00:47:58.725Z] Removing intermediate container 46caccc216bb [2021-01-18T00:47:58.725Z] ---> 041c9a411209 [2021-01-18T00:47:58.725Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:47:58.725Z] ---> Running in 3d98ceec3fc3 [2021-01-18T00:47:58.999Z] Removing intermediate container 07c135db9449 [2021-01-18T00:47:58.999Z] ---> 551fddd47ab2 [2021-01-18T00:47:58.999Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:47:58.999Z] ---> Running in 6de3e3a47cd3 [2021-01-18T00:47:58.999Z] Removing intermediate container 33c01ab87e3f [2021-01-18T00:47:58.999Z] ---> 92b574e17849 [2021-01-18T00:47:58.999Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:47:59.273Z] ---> Running in 75ab1cf45d29 [2021-01-18T00:47:59.550Z] ---> Running in 26281a2c0c6f [2021-01-18T00:48:00.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:00.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:01.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:01.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:01.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:01.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:01.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:02.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:02.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:02.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:03.023Z] OK: 217 MiB in 51 packages [2021-01-18T00:48:03.023Z] OK: 217 MiB in 51 packages [2021-01-18T00:48:03.304Z] OK: 217 MiB in 51 packages [2021-01-18T00:48:03.908Z] OK: 217 MiB in 51 packages [2021-01-18T00:48:04.903Z] Removing intermediate container 6de3e3a47cd3 [2021-01-18T00:48:04.903Z] ---> b9faaf04fe9c [2021-01-18T00:48:04.903Z] Step 6/22 : COPY go.mod . [2021-01-18T00:48:04.903Z] Removing intermediate container 75ab1cf45d29 [2021-01-18T00:48:04.903Z] Removing intermediate container e458091540b9 [2021-01-18T00:48:04.903Z] ---> 8fff4bed5ee8 [2021-01-18T00:48:04.903Z] Step 6/26 : COPY go.mod . [2021-01-18T00:48:04.904Z] ---> d5d2af27e55b [2021-01-18T00:48:04.904Z] Step 6/24 : COPY go.mod . [2021-01-18T00:48:05.499Z] OK: 217 MiB in 51 packages [2021-01-18T00:48:05.499Z] Removing intermediate container 26281a2c0c6f [2021-01-18T00:48:05.499Z] ---> 43a2af76a5a9 [2021-01-18T00:48:05.499Z] Step 6/23 : COPY go.mod . [2021-01-18T00:48:05.770Z] ---> cbacf41941e9 [2021-01-18T00:48:05.770Z] Step 7/22 : RUN go mod download [2021-01-18T00:48:06.047Z] ---> Running in 61a90dcb5895 [2021-01-18T00:48:06.047Z] ---> ceda1cfae612 [2021-01-18T00:48:06.047Z] Step 7/24 : RUN go mod download [2021-01-18T00:48:06.319Z] ---> b342433749f3 [2021-01-18T00:48:06.319Z] Step 7/26 : RUN go mod download [2021-01-18T00:48:06.600Z] ---> Running in fcbdf7442986 [2021-01-18T00:48:06.600Z] ---> Running in e6d1f288786e [2021-01-18T00:48:06.600Z] ---> 1e15384cb2a4 [2021-01-18T00:48:06.600Z] Step 7/23 : RUN go mod download [2021-01-18T00:48:06.880Z] ---> Running in e19ba2b4c0dd [2021-01-18T00:48:07.156Z] Removing intermediate container 3d98ceec3fc3 [2021-01-18T00:48:07.156Z] ---> 643a3c7972fb [2021-01-18T00:48:07.156Z] Step 6/21 : COPY go.mod . [2021-01-18T00:48:08.595Z] ---> 05dd4410314b [2021-01-18T00:48:08.595Z] Step 7/21 : RUN go mod download [2021-01-18T00:48:08.595Z] ---> Running in c4d56ea9ab2a [2021-01-18T00:48:10.026Z] Removing intermediate container 61a90dcb5895 [2021-01-18T00:48:10.026Z] ---> 61e8fa493007 [2021-01-18T00:48:10.026Z] Step 8/22 : COPY . . [2021-01-18T00:48:12.684Z] Removing intermediate container e19ba2b4c0dd [2021-01-18T00:48:12.684Z] ---> 5e4f02b77d41 [2021-01-18T00:48:12.684Z] Step 8/23 : COPY . . [2021-01-18T00:48:12.684Z] Removing intermediate container e6d1f288786e [2021-01-18T00:48:12.684Z] Removing intermediate container fcbdf7442986 [2021-01-18T00:48:12.684Z] ---> 6faa2137dc38 [2021-01-18T00:48:12.684Z] Step 8/26 : COPY . . ---> 6bdce9d77a6f [2021-01-18T00:48:12.684Z] Step 8/24 : COPY . . [2021-01-18T00:48:12.684Z] [2021-01-18T00:48:12.957Z] Removing intermediate container c4d56ea9ab2a [2021-01-18T00:48:12.957Z] ---> 858011a2df35 [2021-01-18T00:48:12.957Z] Step 8/21 : COPY . . [2021-01-18T00:48:30.994Z] Running on prd-ubuntu18.04-docker-8c-8g-20864 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-18T00:48:31.050Z] Running in /w/workspace/edgex-go/42 [Pipeline] { [Pipeline] checkout [2021-01-18T00:48:33.408Z] using credential edgex-jenkins-ssh [2021-01-18T00:48:33.460Z] Cloning the remote Git repository [2021-01-18T00:48:33.485Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:48:33.547Z] > git init /w/workspace/edgex-go/42 # timeout=10 [2021-01-18T00:48:33.574Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:48:33.574Z] > git --version # timeout=10 [2021-01-18T00:48:33.582Z] > git --version # 'git version 2.17.1' [2021-01-18T00:48:33.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:48:33.620Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:48:35.119Z] ---> 4c5e891c8e7d [2021-01-18T00:48:35.120Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:48:35.120Z] ---> 533074b15b87 [2021-01-18T00:48:35.120Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:48:35.120Z] ---> 38ffae4da4dd [2021-01-18T00:48:35.120Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:48:35.120Z] ---> 239ff888d892 [2021-01-18T00:48:35.120Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:48:35.120Z] ---> 54b972fb09a5 [2021-01-18T00:48:35.120Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:48:35.120Z] ---> Running in c04009859fa3 [2021-01-18T00:48:35.120Z] ---> Running in b9f0f1ee6d03 [2021-01-18T00:48:35.120Z] ---> Running in 2737042f5568 [2021-01-18T00:48:35.120Z] ---> Running in d9a81684570e [2021-01-18T00:48:35.120Z] ---> Running in aa433dd229ae [2021-01-18T00:48:36.582Z] 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-18T00:48:36.869Z] 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-18T00:48:37.144Z] 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-18T00:48:37.144Z] 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-18T00:48:37.419Z] 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-18T00:49:01.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:49:01.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:49:01.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:49:01.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:49:01.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:49:01.251Z] > 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-18T00:49:02.289Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-18T00:49:02.539Z] Merge succeeded, producing 36a394c390b48e50ae7b2986a459f49ea6d587f5 [2021-01-18T00:49:02.540Z] Checking out Revision 36a394c390b48e50ae7b2986a459f49ea6d587f5 (PR-2858) [2021-01-18T00:49:02.298Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:49:02.305Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-18T00:49:02.391Z] > git remote # timeout=10 [2021-01-18T00:49:02.398Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:49:02.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:49:02.408Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:49:02.531Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:49:02.540Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:49:02.546Z] > git checkout -f 36a394c390b48e50ae7b2986a459f49ea6d587f5 # timeout=10 [2021-01-18T00:49:06.257Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:49:06.272Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:06.258Z] > git rev-list --no-walk c3b36e1b877475d0e12c8a17be8f4c558acd2d9e # timeout=10 [2021-01-18T00:49:07.373Z] + echo snap-build.sh [2021-01-18T00:49:07.373Z] snap-build.sh [2021-01-18T00:49:07.373Z] + SNAP_BASE_DIR=. [2021-01-18T00:49:07.373Z] + '[' '!' -z /w/workspace/edgex-go/42 ']' [2021-01-18T00:49:07.373Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/42 [2021-01-18T00:49:07.373Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/42]' [2021-01-18T00:49:07.373Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/42] [2021-01-18T00:49:07.373Z] + cd /w/workspace/edgex-go/42 [2021-01-18T00:49:07.373Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T00:49:07.373Z] Reading package lists... [2021-01-18T00:49:07.373Z] Building dependency tree... [2021-01-18T00:49:07.373Z] Reading state information... [2021-01-18T00:49:07.636Z] The following packages were automatically installed and are no longer required: [2021-01-18T00:49:07.636Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T00:49:07.636Z] uidmap xdelta3 [2021-01-18T00:49:07.636Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T00:49:07.636Z] The following packages will be REMOVED: [2021-01-18T00:49:07.636Z] lxd* lxd-client* [2021-01-18T00:49:07.899Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T00:49:07.899Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T00:49:08.947Z] (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-18T00:49:08.947Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:49:09.895Z] Removing lxd dnsmasq configuration [2021-01-18T00:49:09.895Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:49:09.895Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T00:49:10.853Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T00:49:11.115Z] (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-18T00:49:11.116Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:49:12.514Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T00:49:12.514Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T00:49:13.911Z] + sudo snap remove --purge lxd [2021-01-18T00:49:13.911Z] snap "lxd" is not installed [2021-01-18T00:49:13.911Z] + sudo groupadd --force --system lxd [2021-01-18T00:49:13.911Z] ++ whoami [2021-01-18T00:49:13.911Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T00:49:13.911Z] + newgrp - lxd [2021-01-18T00:49:13.911Z] + sudo snap install lxd [2021-01-18T00:49:22.081Z] 2021-01-18T00:49:20Z INFO Waiting for automatic snapd restart... [2021-01-18T00:49:37.000Z] lxd 4.10 from Canonical* installed [2021-01-18T00:49:37.000Z] + sudo lxd init --auto [2021-01-18T00:49:47.025Z] + sudo snap install --classic snapcraft [2021-01-18T00:49:53.622Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:49:53.622Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T00:49:53.622Z] + patch --verbose -p1 [2021-01-18T00:49:53.622Z] Hmm... Looks like a unified diff to me... [2021-01-18T00:49:53.622Z] The text leading up to this was: [2021-01-18T00:49:53.622Z] -------------------------- [2021-01-18T00:49:53.622Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T00:49:53.622Z] |From: Tony Espy [2021-01-18T00:49:53.622Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T00:49:53.622Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T00:49:53.622Z] | [2021-01-18T00:49:53.622Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T00:49:53.622Z] |optimize the snap CI check run for pull requests. When [2021-01-18T00:49:53.622Z] |applied, it essentially strips out everything (apps and [2021-01-18T00:49:53.622Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T00:49:53.622Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T00:49:53.622Z] |catch changes to edgex-go that break the snap build. [2021-01-18T00:49:53.622Z] | [2021-01-18T00:49:53.622Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T00:49:53.622Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T00:49:53.622Z] |resulting in a failed snap build CI check in the associated [2021-01-18T00:49:53.622Z] |pull request. [2021-01-18T00:49:53.622Z] | [2021-01-18T00:49:53.622Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T00:49:53.622Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T00:49:53.622Z] |need to build the finally binary .snap file (and it won't [2021-01-18T00:49:53.622Z] |work with the patch applied). This further reduces the build [2021-01-18T00:49:53.622Z] |time. [2021-01-18T00:49:53.622Z] |--- [2021-01-18T00:49:53.622Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T00:49:53.622Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T00:49:53.622Z] | [2021-01-18T00:49:53.622Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T00:49:53.622Z] |index 1e537489..faf42425 100644 [2021-01-18T00:49:53.622Z] |--- a/snap/snapcraft.yaml [2021-01-18T00:49:53.622Z] |+++ b/snap/snapcraft.yaml [2021-01-18T00:49:53.622Z] -------------------------- [2021-01-18T00:49:53.622Z] patching file snap/snapcraft.yaml [2021-01-18T00:49:53.622Z] Using Plan A... [2021-01-18T00:49:53.622Z] Hunk #1 succeeded at 73. [2021-01-18T00:49:53.622Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T00:49:53.622Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T00:49:53.622Z] Hunk #4 FAILED at 225. [2021-01-18T00:49:53.622Z] Hunk #5 succeeded at 300 (offset -2 lines). [2021-01-18T00:49:53.622Z] Hunk #6 succeeded at 327 (offset -2 lines). [2021-01-18T00:49:53.622Z] Hunk #7 succeeded at 361 (offset -2 lines). [2021-01-18T00:49:53.622Z] Hunk #8 FAILED at 414. [2021-01-18T00:49:53.622Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-18T00:49:53.622Z] Hmm... Ignoring the trailing garbage. [2021-01-18T00:49:53.622Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-18T00:49:54.327Z] Failed in branch amd64 [2021-01-18T00:50:14.271Z] 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-18T00:50:19.433Z] Removing intermediate container c04009859fa3 [2021-01-18T00:50:19.433Z] ---> 7e2e44d61967 [2021-01-18T00:50:19.433Z] [2021-01-18T00:50:19.433Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:50:19.433Z] 3.12: Pulling from library/alpine [2021-01-18T00:50:22.081Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:50:22.081Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:50:22.081Z] ---> afeebe901d6b [2021-01-18T00:50:22.081Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:50:22.687Z] ---> Running in d039f51313ce [2021-01-18T00:50:26.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:26.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:26.800Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:50:27.140Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:50:27.140Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:50:27.140Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:50:27.140Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:50:27.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:50:27.140Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:50:27.428Z] OK: 7 MiB in 19 packages [2021-01-18T00:50:28.975Z] Removing intermediate container b9f0f1ee6d03 [2021-01-18T00:50:28.975Z] ---> 33d5cf5fdcf1 [2021-01-18T00:50:28.975Z] [2021-01-18T00:50:28.975Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:50:28.975Z] ---> afeebe901d6b [2021-01-18T00:50:28.975Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:50:29.600Z] ---> Running in 5e11ff7ce352 [2021-01-18T00:50:29.600Z] Removing intermediate container aa433dd229ae [2021-01-18T00:50:29.600Z] ---> a5ac27f62e49 [2021-01-18T00:50:29.600Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:50:30.200Z] ---> Running in 21d255786c52 [2021-01-18T00:50:32.185Z] Removing intermediate container d039f51313ce [2021-01-18T00:50:32.185Z] ---> a44856822322 [2021-01-18T00:50:32.185Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:50:32.468Z] Removing intermediate container 2737042f5568 [2021-01-18T00:50:32.468Z] ---> 9f8440afeb54 [2021-01-18T00:50:32.468Z] [2021-01-18T00:50:32.468Z] Step 10/24 : FROM scratch [2021-01-18T00:50:32.468Z] ---> [2021-01-18T00:50:32.468Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:50:32.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:32.468Z] ---> Running in 8601eb7d0d35 [2021-01-18T00:50:32.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:32.739Z] 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-18T00:50:32.739Z] ---> Running in 707d2db52666 [2021-01-18T00:50:33.349Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:50:33.349Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:50:33.350Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:50:33.350Z] Removing intermediate container 8601eb7d0d35 [2021-01-18T00:50:33.350Z] ---> f96be37d90ca [2021-01-18T00:50:33.350Z] Step 13/22 : WORKDIR / [2021-01-18T00:50:33.350Z] Removing intermediate container 707d2db52666 [2021-01-18T00:50:33.350Z] ---> 15eec8b1c270 [2021-01-18T00:50:33.350Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:50:33.350Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:50:33.350Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:50:33.350Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:50:33.628Z] ---> Running in 9c46c53ba6a0 [2021-01-18T00:50:33.904Z] ---> Running in b4c5feee7435 [2021-01-18T00:50:33.904Z] OK: 7 MiB in 18 packages [2021-01-18T00:50:34.514Z] Removing intermediate container 9c46c53ba6a0 [2021-01-18T00:50:34.514Z] ---> 5131eb5451ce [2021-01-18T00:50:34.514Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:50:34.787Z] ---> Running in 43c7994e4576 [2021-01-18T00:50:35.066Z] Removing intermediate container b4c5feee7435 [2021-01-18T00:50:35.066Z] ---> b03883dc90cb [2021-01-18T00:50:35.066Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:50:35.679Z] Removing intermediate container 43c7994e4576 [2021-01-18T00:50:35.679Z] ---> a46a09b0dec1 [2021-01-18T00:50:35.679Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:50:36.278Z] ---> 09010dcfaf5a [2021-01-18T00:50:36.278Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:50:36.552Z] Removing intermediate container 5e11ff7ce352 [2021-01-18T00:50:36.552Z] ---> a1632b2d4bf7 [2021-01-18T00:50:36.552Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:50:36.848Z] ---> Running in 68a515ece27c [2021-01-18T00:50:37.126Z] ---> 4bee0dccc9c3 [2021-01-18T00:50:37.126Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:50:37.729Z] Removing intermediate container 68a515ece27c [2021-01-18T00:50:37.729Z] ---> 9ab25d64d006 [2021-01-18T00:50:37.729Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:50:37.729Z] Removing intermediate container 21d255786c52 [2021-01-18T00:50:37.729Z] ---> 3b4e017adaa4 [2021-01-18T00:50:37.729Z] [2021-01-18T00:50:37.729Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:50:38.006Z] ---> caca38ae0b26 [2021-01-18T00:50:38.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / ---> Running in 5540587f8d27 [2021-01-18T00:50:38.006Z] [2021-01-18T00:50:38.006Z] 20.10.0: Pulling from library/docker [2021-01-18T00:50:40.002Z] Removing intermediate container 5540587f8d27 [2021-01-18T00:50:40.003Z] ---> 797f58701ea5 [2021-01-18T00:50:40.003Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:50:40.003Z] ---> a3ace9b0e7e8 [2021-01-18T00:50:40.003Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:50:40.003Z] ---> 20fbcd160a3c [2021-01-18T00:50:40.003Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:50:41.440Z] ---> 8c4fa0f9511d [2021-01-18T00:50:41.440Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:50:42.078Z] ---> 5e0b08dfd294 [2021-01-18T00:50:42.078Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:50:42.355Z] ---> Running in 5fec9d2c69bd [2021-01-18T00:50:42.976Z] ---> 02f0cfe6e511 [2021-01-18T00:50:42.976Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:50:43.259Z] ---> fdcab84eeb9b [2021-01-18T00:50:43.259Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:50:45.269Z] ---> af9c5f5dc336 [2021-01-18T00:50:45.269Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:50:46.085Z] ---> 049a5bb8656a [2021-01-18T00:50:46.085Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:50:46.682Z] ---> Running in 424283cdf251 [2021-01-18T00:50:46.955Z] Removing intermediate container 5fec9d2c69bd [2021-01-18T00:50:46.955Z] ---> fab4467cb1eb [2021-01-18T00:50:46.955Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:50:47.235Z] ---> c862a856ec69 [2021-01-18T00:50:47.235Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:50:47.235Z] ---> Running in cb714f9537bd [2021-01-18T00:50:47.510Z] Removing intermediate container 424283cdf251 [2021-01-18T00:50:47.510Z] ---> 9c3dac88eceb [2021-01-18T00:50:47.510Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:50:48.950Z] ---> Running in 665d61d64a47 [2021-01-18T00:50:48.950Z] Removing intermediate container cb714f9537bd [2021-01-18T00:50:48.950Z] ---> ef2b1bcb2748 [2021-01-18T00:50:48.950Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:50:49.552Z] ---> 8ba23ee612a2 [2021-01-18T00:50:49.552Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:50:49.552Z] ---> Running in 71a6ca51efec [2021-01-18T00:50:50.147Z] ---> Running in e05e3ec1aeea [2021-01-18T00:50:50.147Z] Removing intermediate container 665d61d64a47 [2021-01-18T00:50:50.147Z] ---> ab850591806d [2021-01-18T00:50:50.147Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:50:50.746Z] Removing intermediate container d9a81684570e [2021-01-18T00:50:50.746Z] ---> d159508e2a4a [2021-01-18T00:50:50.746Z] [2021-01-18T00:50:50.746Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:50:50.746Z] ---> afeebe901d6b [2021-01-18T00:50:50.746Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:50:50.746Z] ---> Running in ebd895fef8e9 [2021-01-18T00:50:51.343Z] ---> Running in 565b4130d85f [2021-01-18T00:50:51.624Z] Removing intermediate container 71a6ca51efec [2021-01-18T00:50:51.624Z] ---> f7091d0096ea [2021-01-18T00:50:51.624Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:50:51.624Z] Removing intermediate container e05e3ec1aeea [2021-01-18T00:50:51.624Z] ---> a9f63229b369 [2021-01-18T00:50:51.624Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:50:51.624Z] Removing intermediate container ebd895fef8e9 [2021-01-18T00:50:51.624Z] ---> 56128a153bd3 [2021-01-18T00:50:51.624Z] Step 20/21 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:50:51.898Z] ---> Running in 5173702b7cad [2021-01-18T00:50:51.898Z] ---> Running in 8993ea7eeca9 [2021-01-18T00:50:51.898Z] ---> Running in e95d44051b76 [2021-01-18T00:50:52.172Z] Removing intermediate container 565b4130d85f [2021-01-18T00:50:52.172Z] ---> 779ebca694ff [2021-01-18T00:50:52.172Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:50:52.446Z] ---> Running in 76bdece25cd5 [2021-01-18T00:50:52.446Z] Removing intermediate container 5173702b7cad [2021-01-18T00:50:52.446Z] ---> 6d1c4a1b8e13 [2021-01-18T00:50:52.446Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:50:52.718Z] Removing intermediate container 8993ea7eeca9 [2021-01-18T00:50:52.718Z] ---> c02409c986f3 [2021-01-18T00:50:52.718Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:50:52.718Z] Removing intermediate container e95d44051b76 [2021-01-18T00:50:52.718Z] ---> b99cea024847 [2021-01-18T00:50:52.718Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:50:52.718Z] ---> Running in 7950eb02f171 [2021-01-18T00:50:52.989Z] ---> Running in f379c182d0b9 [2021-01-18T00:50:52.989Z] ---> Running in bea55e7ff6c0 [2021-01-18T00:50:52.989Z] Removing intermediate container 76bdece25cd5 [2021-01-18T00:50:52.989Z] ---> 946cc0c9f6e5 [2021-01-18T00:50:52.989Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:50:53.261Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:50:53.261Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:50:53.261Z] ---> Running in eba1479c8035 [2021-01-18T00:50:53.261Z] ---> eeaf43b92773 [2021-01-18T00:50:53.261Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:50:53.261Z] Removing intermediate container 7950eb02f171 [2021-01-18T00:50:53.261Z] ---> fa4dfb20db6e [2021-01-18T00:50:53.261Z] [2021-01-18T00:50:53.551Z] ---> Running in bd953cee84a4 [2021-01-18T00:50:53.551Z] Removing intermediate container bea55e7ff6c0 [2021-01-18T00:50:53.551Z] ---> 10b34e6385fc [2021-01-18T00:50:53.551Z] Step 23/24 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:50:53.551Z] Removing intermediate container f379c182d0b9 [2021-01-18T00:50:53.827Z] ---> f66a9c4bcecd [2021-01-18T00:50:53.827Z] [2021-01-18T00:50:53.827Z] Successfully built fa4dfb20db6e [2021-01-18T00:50:54.103Z] ---> Running in f516cc30e395 [2021-01-18T00:50:54.103Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T00:50:54.103Z] Building docker-support-scheduler-go [2021-01-18T00:50:54.103Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container eba1479c8035 [2021-01-18T00:50:54.103Z] ---> c7dee895bc4d [2021-01-18T00:50:54.103Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:50:54.378Z] Successfully built f66a9c4bcecd [2021-01-18T00:50:54.378Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T00:50:54.378Z] Building docker-security-secretstore-setup-go [2021-01-18T00:50:54.378Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 1db2b65d57af [2021-01-18T00:50:54.650Z] Removing intermediate container f516cc30e395 [2021-01-18T00:50:54.650Z] ---> 546fd36c71bf [2021-01-18T00:50:54.650Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:50:54.927Z] ---> Running in 88a40266fbf6 [2021-01-18T00:50:55.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:55.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:55.473Z] Removing intermediate container 88a40266fbf6 [2021-01-18T00:50:55.473Z] ---> 02944564aacf [2021-01-18T00:50:55.473Z] [2021-01-18T00:50:56.068Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:50:56.068Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:50:56.068Z] Successfully built 02944564aacf [2021-01-18T00:50:56.068Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T00:50:56.068Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:50:56.068Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-18T00:50:56.068Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:50:56.068Z] OK: 12 MiB in 22 packages [2021-01-18T00:50:57.510Z] Removing intermediate container 1db2b65d57af [2021-01-18T00:50:57.511Z] ---> ba8940567278 [2021-01-18T00:50:57.511Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:50:57.801Z] Removing intermediate container bd953cee84a4 [2021-01-18T00:50:57.801Z] ---> add3c2b27720 [2021-01-18T00:50:57.801Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:50:57.801Z] ---> Running in 9ce76f32d71e [2021-01-18T00:50:57.801Z] ---> Running in 77e0410aff24 [2021-01-18T00:50:58.826Z] Removing intermediate container 77e0410aff24 [2021-01-18T00:50:58.826Z] ---> 49e45cb6d9ee [2021-01-18T00:50:58.826Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:50:59.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:59.710Z] ---> Running in 7e491db5fd4b [2021-01-18T00:51:00.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:01.396Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:51:01.396Z] Removing intermediate container 7e491db5fd4b [2021-01-18T00:51:01.396Z] ---> a5bfb304e8f8 [2021-01-18T00:51:01.396Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:51:01.396Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:51:01.396Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:51:01.674Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:51:01.674Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:51:01.949Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:51:01.949Z] OK: 8 MiB in 19 packages [2021-01-18T00:51:02.233Z] ---> Running in 6948d303a287 [2021-01-18T00:51:03.680Z] Removing intermediate container 6948d303a287 [2021-01-18T00:51:03.680Z] ---> 4dc826845db1 [2021-01-18T00:51:03.680Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:51:03.953Z] Removing intermediate container 9ce76f32d71e [2021-01-18T00:51:03.953Z] ---> c094d7bc0fbc [2021-01-18T00:51:03.953Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:51:04.931Z] ---> c1d51eb99117 [2021-01-18T00:51:04.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:51:05.205Z] ---> a327ba0c9264 [2021-01-18T00:51:05.205Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:51:07.841Z] ---> d15bbe291b62 [2021-01-18T00:51:07.841Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:51:08.116Z] ---> bf8777234866 [2021-01-18T00:51:08.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:51:09.096Z] ---> 0792042f01e9 [2021-01-18T00:51:09.096Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:51:09.373Z] ---> Running in 2aa2712bffb8 [2021-01-18T00:51:09.373Z] ---> dd781e25a05c [2021-01-18T00:51:09.373Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:51:09.647Z] ---> Running in 718a81e3e157 [2021-01-18T00:51:10.249Z] Removing intermediate container 718a81e3e157 [2021-01-18T00:51:10.249Z] ---> 36db55ea78f0 [2021-01-18T00:51:10.249Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:51:10.520Z] ---> Running in ea540d5ce7d1 [2021-01-18T00:51:10.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:11.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:11.073Z] Removing intermediate container ea540d5ce7d1 [2021-01-18T00:51:11.073Z] ---> eddb5b06c012 [2021-01-18T00:51:11.073Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:51:11.348Z] ---> Running in d0d584a9a956 [2021-01-18T00:51:11.628Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:51:11.628Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:51:11.628Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:51:11.628Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:51:11.628Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:51:11.628Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:51:11.628Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:51:11.910Z] Removing intermediate container d0d584a9a956 [2021-01-18T00:51:11.910Z] ---> cb81714af595 [2021-01-18T00:51:11.910Z] Step 22/23 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:51:12.184Z] ---> Running in 0585d77e5060 [2021-01-18T00:51:13.163Z] Removing intermediate container 0585d77e5060 [2021-01-18T00:51:13.163Z] ---> fcb60e687c72 [2021-01-18T00:51:13.163Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:51:13.433Z] ---> Running in 4b35b1879d5e [2021-01-18T00:51:13.709Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:51:13.709Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:51:13.709Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:51:13.709Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:51:13.709Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:51:13.709Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:51:13.981Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:51:13.981Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:51:13.981Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:51:13.981Z] Removing intermediate container 4b35b1879d5e [2021-01-18T00:51:13.981Z] ---> 8c88532bda22 [2021-01-18T00:51:13.981Z] [2021-01-18T00:51:13.981Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:51:13.981Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:51:14.257Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:51:14.257Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:51:14.257Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:51:14.257Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:51:14.257Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:51:14.257Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:51:14.257Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:51:14.257Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:51:14.257Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:51:14.533Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:51:14.533Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:51:14.533Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:51:14.533Z] Successfully built 8c88532bda22 [2021-01-18T00:51:14.533Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:51:14.533Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:51:14.533Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T00:51:14.533Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:51:14.533Z] Building docker-core-command-go [2021-01-18T00:51:14.805Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-18T00:51:14.805Z] OK: 71 MiB in 55 packages [2021-01-18T00:51:24.973Z] Removing intermediate container 2aa2712bffb8 [2021-01-18T00:51:24.973Z] ---> d74630d41f83 [2021-01-18T00:51:24.973Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:51:24.973Z] ---> Running in 199ff8dfb045 [2021-01-18T00:51:31.713Z] Collecting docker-compose==1.23.2 [2021-01-18T00:51:31.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:51:31.987Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:51:31.987Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:51:35.498Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:51:35.498Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:51:36.953Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:51:36.953Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:51:41.279Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:51:41.279Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:51:41.279Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:51:41.279Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:51:41.879Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:51:41.879Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:51:42.505Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:51:42.505Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:51:42.798Z] ---> 85275a95d5b7 [2021-01-18T00:51:42.798Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:51:42.798Z] ---> Using cache [2021-01-18T00:51:42.798Z] ---> 5c07f832fff8 [2021-01-18T00:51:42.798Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:51:42.798Z] ---> Using cache [2021-01-18T00:51:42.798Z] ---> 551fddd47ab2 [2021-01-18T00:51:42.798Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:51:42.798Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:51:42.798Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:51:42.798Z] ---> 85275a95d5b7 [2021-01-18T00:51:42.798Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:51:42.798Z] ---> Using cache [2021-01-18T00:51:42.798Z] ---> 5c07f832fff8 [2021-01-18T00:51:42.798Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:51:42.798Z] ---> Using cache [2021-01-18T00:51:42.798Z] ---> 551fddd47ab2 [2021-01-18T00:51:42.798Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:51:43.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:51:43.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:51:43.407Z] ---> 85275a95d5b7 [2021-01-18T00:51:43.407Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:51:43.407Z] ---> Using cache [2021-01-18T00:51:43.407Z] ---> 5c07f832fff8 [2021-01-18T00:51:43.688Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:51:43.688Z] ---> Using cache [2021-01-18T00:51:43.688Z] ---> 551fddd47ab2 [2021-01-18T00:51:43.688Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:51:44.479Z] 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-18T00:51:45.085Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:51:45.085Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:51:46.536Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:51:46.536Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:51:47.978Z] ---> Running in f03199793b1c [2021-01-18T00:51:47.978Z] ---> Running in fbf8597f4f47 [2021-01-18T00:51:47.978Z] ---> Running in ae88f81cc817 [2021-01-18T00:51:48.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:51:48.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:51:48.254Z] ---> 85275a95d5b7 [2021-01-18T00:51:48.254Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:51:48.254Z] ---> Using cache [2021-01-18T00:51:48.254Z] ---> 5c07f832fff8 [2021-01-18T00:51:48.254Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:51:48.254Z] ---> Using cache [2021-01-18T00:51:48.254Z] ---> 551fddd47ab2 [2021-01-18T00:51:48.254Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:51:48.254Z] ---> Running in 57a3c77d665b [2021-01-18T00:51:50.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:50.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:50.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:50.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:50.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:51.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:51.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:51.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:51.646Z] OK: 217 MiB in 51 packages [2021-01-18T00:51:51.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:51:51.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:51:51.926Z] OK: 217 MiB in 51 packages [2021-01-18T00:51:52.208Z] OK: 217 MiB in 51 packages [2021-01-18T00:51:52.208Z] OK: 217 MiB in 51 packages [2021-01-18T00:51:52.487Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:51:52.487Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:51:52.763Z] 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-18T00:51:53.045Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:51:53.045Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:51:53.319Z] Removing intermediate container fbf8597f4f47 [2021-01-18T00:51:53.319Z] ---> 94ef11087b0e [2021-01-18T00:51:53.319Z] Step 6/22 : COPY go.mod . [2021-01-18T00:51:53.596Z] Removing intermediate container f03199793b1c [2021-01-18T00:51:53.596Z] ---> 6b82118f3bec [2021-01-18T00:51:53.596Z] Step 6/21 : COPY go.mod . [2021-01-18T00:51:54.195Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:51:54.195Z] Removing intermediate container ae88f81cc817 [2021-01-18T00:51:54.195Z] ---> f9df0bafcd57 [2021-01-18T00:51:54.195Z] Step 6/24 : COPY go.mod . [2021-01-18T00:51:54.195Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:51:54.196Z] Removing intermediate container 57a3c77d665b [2021-01-18T00:51:54.196Z] ---> a9402529679b [2021-01-18T00:51:54.196Z] Step 6/22 : COPY go.mod . [2021-01-18T00:51:54.472Z] 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-18T00:51:54.472Z] ---> f68f33523869 [2021-01-18T00:51:54.472Z] Step 7/22 : RUN go mod download [2021-01-18T00:51:54.472Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:51:54.472Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:51:54.472Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:51:54.472Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:51:54.746Z] ---> Running in e4c0ede4547d [2021-01-18T00:51:54.746Z] ---> 5b8137838df6 [2021-01-18T00:51:54.746Z] Step 7/21 : RUN go mod download [2021-01-18T00:51:55.033Z] ---> Running in b0a81298e9d1 [2021-01-18T00:51:55.314Z] ---> 809e3e067702 [2021-01-18T00:51:55.314Z] Step 7/24 : RUN go mod download [2021-01-18T00:51:55.599Z] ---> Running in ff648cc36971 [2021-01-18T00:51:55.599Z] ---> ea20c25672a6 [2021-01-18T00:51:55.599Z] Step 7/22 : RUN go mod download [2021-01-18T00:51:55.880Z] Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, texttable, cached-property, dockerpty, docker-compose [2021-01-18T00:51:55.880Z] Running setup.py install for docopt: started [2021-01-18T00:51:55.880Z] ---> Running in 8835f1588893 [2021-01-18T00:51:59.313Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:51:59.313Z] Attempting uninstall: idna [2021-01-18T00:51:59.313Z] Found existing installation: idna 2.9 [2021-01-18T00:51:59.313Z] Uninstalling idna-2.9: [2021-01-18T00:51:59.313Z] Successfully uninstalled idna-2.9 [2021-01-18T00:51:59.313Z] Removing intermediate container e4c0ede4547d [2021-01-18T00:51:59.313Z] ---> 181077ad5c53 [2021-01-18T00:51:59.313Z] Step 8/22 : COPY . . [2021-01-18T00:51:59.923Z] Attempting uninstall: urllib3 [2021-01-18T00:51:59.923Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:51:59.923Z] Removing intermediate container b0a81298e9d1 [2021-01-18T00:51:59.923Z] ---> 27689f7711c7 [2021-01-18T00:51:59.923Z] Step 8/21 : COPY . . [2021-01-18T00:51:59.923Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:51:59.923Z] Removing intermediate container ff648cc36971 [2021-01-18T00:51:59.923Z] ---> 42f640df9543 [2021-01-18T00:51:59.923Z] Step 8/24 : COPY . . [2021-01-18T00:52:00.203Z] Removing intermediate container 8835f1588893 [2021-01-18T00:52:00.203Z] ---> 1f670704768c [2021-01-18T00:52:00.203Z] Step 8/22 : COPY . . [2021-01-18T00:52:00.203Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:52:00.811Z] Attempting uninstall: requests [2021-01-18T00:52:00.811Z] Found existing installation: requests 2.23.0 [2021-01-18T00:52:00.811Z] Uninstalling requests-2.23.0: [2021-01-18T00:52:01.092Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:52:03.100Z] Running setup.py install for PyYAML: started [2021-01-18T00:52:05.808Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:52:06.082Z] Running setup.py install for texttable: started [2021-01-18T00:52:08.726Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:52:08.726Z] Running setup.py install for dockerpty: started [2021-01-18T00:52:12.150Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:52:12.762Z] 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-18T00:52:25.235Z] ---> a9faa0a32efb [2021-01-18T00:52:25.235Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:52:25.235Z] ---> 73565af84f22 [2021-01-18T00:52:25.235Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:52:25.235Z] ---> 8b4e141097ae [2021-01-18T00:52:25.235Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:52:25.235Z] ---> fd33a88fd471 [2021-01-18T00:52:25.235Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:52:25.235Z] ---> Running in 1ff871cab49e [2021-01-18T00:52:25.235Z] ---> Running in 7b6f6a176b63 [2021-01-18T00:52:25.235Z] ---> Running in 3e8457475882 [2021-01-18T00:52:25.235Z] ---> Running in 02b16e9c5269 [2021-01-18T00:52:25.235Z] Removing intermediate container 199ff8dfb045 [2021-01-18T00:52:25.235Z] ---> 896e85387e77 [2021-01-18T00:52:25.235Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:52:25.235Z] ---> Running in 5f88a657c06e [2021-01-18T00:52:26.711Z] 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-18T00:52:26.997Z] 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-18T00:52:27.278Z] 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-18T00:52:27.278Z] 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-18T00:52:27.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:27.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:28.446Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:52:28.727Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:52:28.727Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:52:28.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:52:28.727Z] OK: 71 MiB in 58 packages [2021-01-18T00:52:30.197Z] Removing intermediate container 5f88a657c06e [2021-01-18T00:52:30.197Z] ---> a7a1e9151872 [2021-01-18T00:52:30.197Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:52:30.474Z] ---> Running in b76fdf7737bf [2021-01-18T00:52:31.082Z] Removing intermediate container b76fdf7737bf [2021-01-18T00:52:31.082Z] ---> 796c48af49de [2021-01-18T00:52:31.082Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:52:31.363Z] ---> Running in 138dae74f6bb [2021-01-18T00:52:31.970Z] Removing intermediate container 138dae74f6bb [2021-01-18T00:52:31.970Z] ---> ad174a65a791 [2021-01-18T00:52:31.970Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T00:52:32.248Z] ---> Running in e06483f8484d [2021-01-18T00:52:32.863Z] Removing intermediate container e06483f8484d [2021-01-18T00:52:32.863Z] ---> 6ecbe5375cfa [2021-01-18T00:52:32.863Z] Step 25/26 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:52:33.137Z] ---> Running in a193d2e1ddf4 [2021-01-18T00:52:33.753Z] Removing intermediate container a193d2e1ddf4 [2021-01-18T00:52:33.753Z] ---> 63d5faa7a983 [2021-01-18T00:52:33.753Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:52:34.032Z] ---> Running in fdb5a2fe806f [2021-01-18T00:52:34.637Z] Removing intermediate container fdb5a2fe806f [2021-01-18T00:52:34.637Z] ---> 47232a0d984a [2021-01-18T00:52:34.637Z] [2021-01-18T00:52:35.246Z] Successfully built 47232a0d984a [2021-01-18T00:52:35.246Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T00:53:31.916Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-18T00:53:50.371Z] Removing intermediate container 02b16e9c5269 [2021-01-18T00:53:50.371Z] ---> 257c9faced2c [2021-01-18T00:53:50.371Z] [2021-01-18T00:53:50.371Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:53:50.371Z] ---> afeebe901d6b [2021-01-18T00:53:50.371Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:53:50.371Z] ---> Using cache [2021-01-18T00:53:50.371Z] ---> a44856822322 [2021-01-18T00:53:50.371Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:53:50.371Z] Removing intermediate container 7b6f6a176b63 [2021-01-18T00:53:50.371Z] ---> 796b2636b443 [2021-01-18T00:53:50.371Z] [2021-01-18T00:53:50.371Z] Step 10/21 : FROM scratch [2021-01-18T00:53:50.371Z] ---> [2021-01-18T00:53:50.371Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:53:50.371Z] Removing intermediate container 3e8457475882 [2021-01-18T00:53:50.371Z] ---> fd502440ea0c [2021-01-18T00:53:50.371Z] [2021-01-18T00:53:50.371Z] Step 10/22 : FROM scratch [2021-01-18T00:53:50.371Z] ---> [2021-01-18T00:53:50.371Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:53:50.371Z] ---> Running in 45a878c71fbd [2021-01-18T00:53:50.371Z] ---> Running in a9403047b1d4 [2021-01-18T00:53:50.371Z] ---> Running in ba1026805646 [2021-01-18T00:53:50.371Z] Removing intermediate container 45a878c71fbd [2021-01-18T00:53:50.371Z] ---> 8227a0f83827 [2021-01-18T00:53:50.371Z] Step 13/24 : WORKDIR / [2021-01-18T00:53:50.371Z] Removing intermediate container a9403047b1d4 [2021-01-18T00:53:50.371Z] ---> c9372601678b [2021-01-18T00:53:50.371Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:53:50.371Z] Removing intermediate container ba1026805646 [2021-01-18T00:53:50.371Z] ---> 01b387d14883 [2021-01-18T00:53:50.371Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:53:50.371Z] ---> Running in e656ddbadfe9 [2021-01-18T00:53:50.371Z] ---> Running in c9e4628c3514 [2021-01-18T00:53:50.371Z] ---> Running in 900f279965cb [2021-01-18T00:53:50.371Z] Removing intermediate container c9e4628c3514 [2021-01-18T00:53:50.371Z] ---> 75b20f57db6d [2021-01-18T00:53:50.371Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:53:50.371Z] Removing intermediate container e656ddbadfe9 [2021-01-18T00:53:50.371Z] ---> f5e20a6a5228 [2021-01-18T00:53:50.371Z] 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-18T00:53:50.371Z] Removing intermediate container 900f279965cb [2021-01-18T00:53:50.371Z] ---> e74dcb4f04c4 [2021-01-18T00:53:50.371Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:53:50.371Z] ---> Running in dccf3ca18c9a [2021-01-18T00:53:50.371Z] ---> Running in 897e22128a90 [2021-01-18T00:53:50.651Z] Removing intermediate container dccf3ca18c9a [2021-01-18T00:53:50.651Z] ---> edb041730d1a [2021-01-18T00:53:50.651Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:53:50.651Z] Removing intermediate container 897e22128a90 [2021-01-18T00:53:50.651Z] ---> 86cd119e5cb5 [2021-01-18T00:53:50.651Z] Step 14/22 : WORKDIR / [2021-01-18T00:53:50.928Z] ---> Running in 17d5abfa1422 [2021-01-18T00:53:50.928Z] ---> 6c1dc9066bf6 [2021-01-18T00:53:50.928Z] 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-18T00:53:51.915Z] Removing intermediate container 17d5abfa1422 [2021-01-18T00:53:51.915Z] ---> 7aedc6eee549 [2021-01-18T00:53:51.915Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:53:51.915Z] ---> 2e957261739c [2021-01-18T00:53:51.915Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:53:52.189Z] ---> eafb4bad1859 [2021-01-18T00:53:52.189Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:53:52.798Z] ---> f5f015920e45 [2021-01-18T00:53:52.798Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:53:53.400Z] ---> 8da0aee5a989 [2021-01-18T00:53:53.400Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:53:53.400Z] ---> 7cca0cc280d3 [2021-01-18T00:53:53.400Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:53:54.388Z] ---> 7f73b420c75d [2021-01-18T00:53:54.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:53:54.673Z] ---> 14d55eb95811 [2021-01-18T00:53:54.673Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:53:54.953Z] ---> ceadfc7b85b1 [2021-01-18T00:53:54.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:53:54.953Z] ---> Running in ee1023e8cbea [2021-01-18T00:53:55.236Z] ---> aeac5eb15c07 [2021-01-18T00:53:55.236Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:53:55.513Z] ---> Running in 12d789341c6a [2021-01-18T00:53:56.112Z] Removing intermediate container ee1023e8cbea [2021-01-18T00:53:56.112Z] ---> d2b9b87d7196 [2021-01-18T00:53:56.112Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:53:56.390Z] ---> Running in a09311afd43e [2021-01-18T00:53:56.390Z] ---> 43987c5d2cfe [2021-01-18T00:53:56.390Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:53:56.390Z] Removing intermediate container 12d789341c6a [2021-01-18T00:53:56.390Z] ---> 24fabcb921ab [2021-01-18T00:53:56.390Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:53:56.668Z] Removing intermediate container 1ff871cab49e [2021-01-18T00:53:56.668Z] ---> 4b8280f5c028 [2021-01-18T00:53:56.668Z] [2021-01-18T00:53:56.668Z] Step 10/22 : FROM scratch [2021-01-18T00:53:56.668Z] ---> [2021-01-18T00:53:56.668Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:53:56.668Z] ---> Running in 4056f76a5785 [2021-01-18T00:53:56.668Z] ---> Using cache [2021-01-18T00:53:56.668Z] ---> 01b387d14883 [2021-01-18T00:53:56.668Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:53:56.942Z] Removing intermediate container a09311afd43e [2021-01-18T00:53:56.942Z] ---> 1b54b0664182 [2021-01-18T00:53:56.942Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:53:56.942Z] ---> Running in 274e902d946c [2021-01-18T00:53:57.219Z] ---> Running in 60a2b1957113 [2021-01-18T00:53:57.219Z] ---> 5a4e59bff867 [2021-01-18T00:53:57.219Z] 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-18T00:53:57.509Z] Removing intermediate container 4056f76a5785 [2021-01-18T00:53:57.509Z] ---> 217a80b29ed2 [2021-01-18T00:53:57.509Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:53:57.509Z] ---> Running in 960071953dcb [2021-01-18T00:53:57.789Z] Removing intermediate container 274e902d946c [2021-01-18T00:53:57.789Z] ---> be3a69679a48 [2021-01-18T00:53:57.789Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:53:57.789Z] ---> Running in dbbcb6daa7da [2021-01-18T00:53:57.789Z] ---> Running in dece9c3e9ed8 [2021-01-18T00:53:58.066Z] Removing intermediate container 60a2b1957113 [2021-01-18T00:53:58.066Z] ---> f1aa5cc63345 [2021-01-18T00:53:58.066Z] Step 20/21 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:53:58.066Z] ---> Running in 3f43b7b21757 [2021-01-18T00:53:58.342Z] Removing intermediate container dbbcb6daa7da [2021-01-18T00:53:58.342Z] ---> 0bf65e6bb3f0 [2021-01-18T00:53:58.342Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:53:58.627Z] Removing intermediate container dece9c3e9ed8 [2021-01-18T00:53:58.627Z] ---> 7d21647aabcb [2021-01-18T00:53:58.627Z] Step 14/22 : WORKDIR / [2021-01-18T00:53:58.627Z] ---> Running in 9fd6e25176dc [2021-01-18T00:53:58.627Z] ---> Running in 3ad11994b546 [2021-01-18T00:53:58.906Z] Removing intermediate container 3f43b7b21757 [2021-01-18T00:53:58.906Z] ---> 6e9bd9ca6197 [2021-01-18T00:53:58.906Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:53:59.183Z] ---> Running in 830519d17272 [2021-01-18T00:53:59.183Z] Removing intermediate container 9fd6e25176dc [2021-01-18T00:53:59.183Z] ---> 0a8927c4b9b1 [2021-01-18T00:53:59.183Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:53:59.460Z] Removing intermediate container 3ad11994b546 [2021-01-18T00:53:59.460Z] ---> ae1cd8ba9993 [2021-01-18T00:53:59.460Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:53:59.460Z] ---> Running in 3b18532ee3ec [2021-01-18T00:53:59.738Z] Removing intermediate container 830519d17272 [2021-01-18T00:53:59.738Z] ---> 9b816206a9eb [2021-01-18T00:53:59.738Z] [2021-01-18T00:54:00.019Z] Removing intermediate container 3b18532ee3ec [2021-01-18T00:54:00.019Z] ---> 46a83ba194d1 [2021-01-18T00:54:00.019Z] [2021-01-18T00:54:00.299Z] Successfully built 9b816206a9eb [2021-01-18T00:54:00.299Z] ---> 8c109d95d455 [2021-01-18T00:54:00.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:54:00.299Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T00:54:00.580Z]  Building docker-support-scheduler-go ... done Removing intermediate container 960071953dcb [2021-01-18T00:54:00.580Z] ---> e77ddf0f8b09 [2021-01-18T00:54:00.580Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:54:00.580Z] Successfully built 46a83ba194d1 [2021-01-18T00:54:00.580Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T00:54:00.854Z]  Building docker-core-command-go ... done  ---> Running in 15b13df73a1e [2021-01-18T00:54:01.455Z] ---> 2571c6ac1278 [2021-01-18T00:54:01.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:54:01.455Z] Removing intermediate container 15b13df73a1e [2021-01-18T00:54:01.455Z] ---> 2bb258757c9f [2021-01-18T00:54:01.455Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:54:01.729Z] ---> Running in a83ae7b52166 [2021-01-18T00:54:02.328Z] Removing intermediate container a83ae7b52166 [2021-01-18T00:54:02.328Z] ---> 9f5654d3ed5b [2021-01-18T00:54:02.328Z] Step 23/24 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:54:02.328Z] ---> Running in 6419e6146e2d [2021-01-18T00:54:02.328Z] ---> 7ac6ebde2995 [2021-01-18T00:54:02.328Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:54:02.601Z] ---> Running in 6457aa48336d [2021-01-18T00:54:02.877Z] Removing intermediate container 6419e6146e2d [2021-01-18T00:54:02.877Z] ---> 754ffa2d6b0b [2021-01-18T00:54:02.877Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:54:02.877Z] ---> Running in 75111a9fd274 [2021-01-18T00:54:03.151Z] Removing intermediate container 6457aa48336d [2021-01-18T00:54:03.151Z] ---> e7dcd24f66d4 [2021-01-18T00:54:03.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:54:03.424Z] ---> Running in 44c1d2b91629 [2021-01-18T00:54:03.701Z] Removing intermediate container 75111a9fd274 [2021-01-18T00:54:03.701Z] ---> 068423b5c351 [2021-01-18T00:54:03.701Z] [2021-01-18T00:54:03.976Z] Successfully built 068423b5c351 [2021-01-18T00:54:03.976Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T00:54:03.976Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 44c1d2b91629 [2021-01-18T00:54:03.976Z] ---> 4d228f1cf63f [2021-01-18T00:54:03.976Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:54:04.251Z] ---> Running in 8640d9c9f45e [2021-01-18T00:54:04.851Z] Removing intermediate container 8640d9c9f45e [2021-01-18T00:54:04.851Z] ---> f9d5be6073c3 [2021-01-18T00:54:04.851Z] Step 21/22 : LABEL git_sha=ac9e835e32bc094112624517220fbb749d467adb [2021-01-18T00:54:04.851Z] ---> Running in af4bf24979c1 [2021-01-18T00:54:05.127Z] Removing intermediate container af4bf24979c1 [2021-01-18T00:54:05.127Z] ---> c37b3e92e37a [2021-01-18T00:54:05.127Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:54:05.406Z] ---> Running in 3f85884201ab [2021-01-18T00:54:05.681Z] Removing intermediate container 3f85884201ab [2021-01-18T00:54:05.681Z] ---> d75f7a9c40ac [2021-01-18T00:54:05.681Z] [2021-01-18T00:54:06.286Z] Successfully built d75f7a9c40ac [2021-01-18T00:54:06.286Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T00:54:06.579Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-18T00:54:06.584Z] $ docker stop --time=1 e6fd937322e4a6b565b1972b26384daa1af1f5fb46545e4ab5136c6ccd029035 [2021-01-18T00:54:08.510Z] $ docker rm -f e6fd937322e4a6b565b1972b26384daa1af1f5fb46545e4ab5136c6ccd029035 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:54:09.182Z] + docker images [2021-01-18T00:54:09.182Z] + grep docker [2021-01-18T00:54:09.453Z] docker-core-metadata-go-arm64 latest d75f7a9c40ac 4 seconds ago 12.3MB [2021-01-18T00:54:09.453Z] docker-security-secretstore-setup-go-arm64 latest 068423b5c351 6 seconds ago 23.4MB [2021-01-18T00:54:09.453Z] docker-support-scheduler-go-arm64 latest 9b816206a9eb 10 seconds ago 10MB [2021-01-18T00:54:09.453Z] docker-core-command-go-arm64 latest 46a83ba194d1 10 seconds ago 9.98MB [2021-01-18T00:54:09.453Z] docker-sys-mgmt-agent-go-arm64 latest 47232a0d984a About a minute ago 300MB [2021-01-18T00:54:09.453Z] docker-core-data-go-arm64 latest 8c88532bda22 2 minutes ago 21MB [2021-01-18T00:54:09.453Z] docker-support-notifications-go-arm64 latest 02944564aacf 3 minutes ago 11.4MB [2021-01-18T00:54:09.453Z] docker-security-proxy-setup-go-arm64 latest f66a9c4bcecd 3 minutes ago 23.2MB [2021-01-18T00:54:09.453Z] docker-security-bootstrap-redis-go-arm64 latest fa4dfb20db6e 3 minutes ago 15.1MB [2021-01-18T00:54:09.453Z] 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-18T00:54:12.421Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:13.306Z] ---> package-listing.sh [2021-01-18T00:54:13.306Z] ++ facter osfamily [2021-01-18T00:54:13.306Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T00:54:13.306Z] + OS_FAMILY=redhat [2021-01-18T00:54:13.306Z] + workspace=/w/workspace/edgex-go/42 [2021-01-18T00:54:13.306Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T00:54:13.306Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T00:54:13.306Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T00:54:13.306Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T00:54:13.306Z] + '[' /w/workspace/edgex-go/42 ']' [2021-01-18T00:54:13.306Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T00:54:13.306Z] + case "${OS_FAMILY}" in [2021-01-18T00:54:13.306Z] + rpm -qa [2021-01-18T00:54:13.306Z] + sort [2021-01-18T00:54:18.618Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T00:54:18.618Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T00:54:18.618Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T00:54:18.618Z] + '[' /w/workspace/edgex-go/42 ']' [2021-01-18T00:54:18.618Z] + mkdir -p /w/workspace/edgex-go/42/archives/ [2021-01-18T00:54:18.618Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/42/archives/ [Pipeline] echo [2021-01-18T00:54:18.634Z] 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/42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T00:54:18.931Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:54:19.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:54:19.241Z] [2021-01-18T00:54:19.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:54:19.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:54:19.585Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T00:54:19.585Z] df20fa9351a1: Pulling fs layer [2021-01-18T00:54:19.585Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T00:54:19.585Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T00:54:19.585Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T00:54:19.585Z] 93b61091891f: Pulling fs layer [2021-01-18T00:54:19.585Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T00:54:19.585Z] 5e14af77c1be: Pulling fs layer [2021-01-18T00:54:19.585Z] 01666e4c0597: Pulling fs layer [2021-01-18T00:54:19.585Z] aa168da1d23b: Pulling fs layer [2021-01-18T00:54:19.585Z] 46f8f816bc3b: Waiting [2021-01-18T00:54:19.585Z] 93b9cdb0e59b: Waiting [2021-01-18T00:54:19.585Z] 93b61091891f: Waiting [2021-01-18T00:54:19.585Z] 5e14af77c1be: Waiting [2021-01-18T00:54:19.585Z] 01666e4c0597: Waiting [2021-01-18T00:54:19.585Z] aa168da1d23b: Waiting [2021-01-18T00:54:19.585Z] 36b3adc4ff6f: Verifying Checksum [2021-01-18T00:54:19.585Z] 36b3adc4ff6f: Download complete [2021-01-18T00:54:19.585Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T00:54:19.585Z] 46f8f816bc3b: Download complete [2021-01-18T00:54:19.585Z] df20fa9351a1: Verifying Checksum [2021-01-18T00:54:19.585Z] df20fa9351a1: Download complete [2021-01-18T00:54:19.849Z] 93b9cdb0e59b: Verifying Checksum [2021-01-18T00:54:19.849Z] 93b9cdb0e59b: Download complete [2021-01-18T00:54:19.849Z] 5e14af77c1be: Verifying Checksum [2021-01-18T00:54:19.849Z] 5e14af77c1be: Download complete [2021-01-18T00:54:19.849Z] 93b61091891f: Download complete [2021-01-18T00:54:19.849Z] 01666e4c0597: Verifying Checksum [2021-01-18T00:54:19.849Z] 01666e4c0597: Download complete [2021-01-18T00:54:20.117Z] df20fa9351a1: Pull complete [2021-01-18T00:54:20.387Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T00:54:20.387Z] 8ad3a11d3b57: Download complete [2021-01-18T00:54:20.387Z] 36b3adc4ff6f: Pull complete [2021-01-18T00:54:21.360Z] 8ad3a11d3b57: Pull complete [2021-01-18T00:54:21.360Z] 46f8f816bc3b: Pull complete [2021-01-18T00:54:21.934Z] aa168da1d23b: Verifying Checksum [2021-01-18T00:54:21.934Z] aa168da1d23b: Download complete [2021-01-18T00:54:22.883Z] 93b61091891f: Pull complete [2021-01-18T00:54:23.456Z] 93b9cdb0e59b: Pull complete [2021-01-18T00:54:23.725Z] 5e14af77c1be: Pull complete [2021-01-18T00:54:23.725Z] 01666e4c0597: Pull complete [2021-01-18T00:54:31.892Z] aa168da1d23b: Pull complete [2021-01-18T00:54:31.892Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T00:54:31.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:54:31.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T00:54:32.101Z] prd-centos7-docker-4c-2g-20856 does not seem to be running inside a container [2021-01-18T00:54:32.156Z] $ 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/42/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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T00:54:36.093Z] $ docker top a76e039d1c6381f6d2fa1a62446bc801d7eb452f6735772b785bf8f827cde00b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:54:36.682Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T00:54:36.988Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T00:54:37.292Z] + ls /var/log/sa-host [2021-01-18T00:54:37.292Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T00:54:37.292Z] file_magic: OK [2021-01-18T00:54:37.292Z] HZ: Using current value: 100 [2021-01-18T00:54:37.292Z] file_header: OK [2021-01-18T00:54:37.292Z] 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-18T00:54:37.292Z] Statistics: [2021-01-18T00:54:37.292Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-18T00:54:37.292Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T00:54:37.292Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T00:54:37.292Z] file_magic: OK [2021-01-18T00:54:37.292Z] HZ: Using current value: 100 [2021-01-18T00:54:37.292Z] file_header: OK [2021-01-18T00:54:37.292Z] 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-18T00:54:37.292Z] Statistics: [2021-01-18T00:54:37.292Z] Hnuu...uuuununununu... [2021-01-18T00:54:37.292Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T00:54:37.504Z] provisioning config files... [2021-01-18T00:54:37.526Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/42@tmp/config2608532871719786671tmp [Pipeline] { [Pipeline] echo [2021-01-18T00:54:37.597Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:37.895Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T00:54:37.906Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T00:54:37.993Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:38.290Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T00:54:38.301Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:38.603Z] ---> sudo-logs.sh [2021-01-18T00:54:38.603Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T00:54:38.615Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:38.912Z] ---> job-cost.sh [2021-01-18T00:54:38.912Z] lf-activate-venv: SKIPPING [2021-01-18T00:54:38.912Z] INFO: No Stack... [2021-01-18T00:54:39.863Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T00:54:40.438Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T00:54:40.453Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:54:40.757Z] ---> logs-deploy.sh [2021-01-18T00:54:40.757Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/42 [2021-01-18T00:54:40.757Z] INFO: archiving workspace using pattern(s): [2021-01-18T00:54:42.154Z] Archives upload complete. [2021-01-18T00:54:42.154Z] INFO: archiving logs to Nexus