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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d+ea5d7be70bf78d25df2f442b65fefbdc258c073e (1815584b0a1e47e3e2520abd40b3ab3e0141db4f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@a0a4852ea43f8cb2a740401713355780602d9fc2 Attempting to resolve a0a4852ea43f8cb2a740401713355780602d9fc2 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 Could not find a0a4852ea43f8cb2a740401713355780602d9fc2 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse a0a4852ea43f8cb2a740401713355780602d9fc2^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Selected match: pr/264/merge revision a0a4852ea43f8cb2a740401713355780602d9fc2 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0a4852ea43f8cb2a740401713355780602d9fc2 (pr/264/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Commit message: "feat(snap): Use new native build script" > 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13611 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d Merge succeeded, producing 67887218c7d024fac04a160424dde9a372b97d38 Checking out Revision 67887218c7d024fac04a160424dde9a372b97d38 (PR-2898) > git config core.sparsecheckout # timeout=10 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67887218c7d024fac04a160424dde9a372b97d38 # timeout=10 Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-27T00:30:10.574Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-27T00:30:10.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-27T00:30:11.001Z] ========================================================= [2020-11-27T00:30:11.001Z] EdgeX Global Pipelines Version Info [2020-11-27T00:30:11.001Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 [2020-11-27T00:30:12.492Z] ------------------- [2020-11-27T00:30:12.492Z] stable info: [2020-11-27T00:30:12.492Z] ------------------- [2020-11-27T00:30:12.492Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-27T00:30:12.492Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-27T00:30:12.492Z] Message: update stable to v1.0.167 [2020-11-27T00:30:13.445Z] ------------------- [2020-11-27T00:30:13.445Z] experimental info: [2020-11-27T00:30:13.445Z] ------------------- [2020-11-27T00:30:13.445Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-27T00:30:13.445Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-27T00:30:13.445Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-27T00:30:13.724Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-27T00:30:13.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-27T00:30:13.931Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-27T00:30:14.032Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-27T00:30:14.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-27T00:30:14.255Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-27T00:30:14.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-27T00:30:14.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-27T00:30:14.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-27T00:30:14.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-27T00:30:14.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-27T00:30:14.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-27T00:30:14.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-27T00:30:15.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-27T00:30:15.239Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-27T00:30:15.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-27T00:30:15.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-27T00:30:15.535Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-27T00:30:15.655Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-27T00:30:15.766Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-27T00:30:15.883Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-27T00:30:15.970Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-27T00:30:16.058Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo [2020-11-27T00:30:16.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo [2020-11-27T00:30:16.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo [2020-11-27T00:30:16.380Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67887218c7d024fac04a160424dde9a372b97d38 [Pipeline] echo [2020-11-27T00:30:16.497Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6788721 [Pipeline] echo [2020-11-27T00:30:16.585Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T00:30:16.791Z] provisioning config files... [2020-11-27T00:30:16.826Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1059241982202575921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T00:30:17.226Z] ---> docker-login.sh [2020-11-27T00:30:17.226Z] nexus3.edgexfoundry.org:10001 [2020-11-27T00:30:17.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:30:17.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:30:17.756Z] Configure a credential helper to remove this warning. See [2020-11-27T00:30:17.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:30:17.756Z] [2020-11-27T00:30:17.756Z] Login Succeeded [2020-11-27T00:30:17.756Z] nexus3.edgexfoundry.org:10002 [2020-11-27T00:30:18.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:30:18.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:30:18.018Z] Configure a credential helper to remove this warning. See [2020-11-27T00:30:18.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:30:18.018Z] [2020-11-27T00:30:18.018Z] Login Succeeded [2020-11-27T00:30:18.018Z] nexus3.edgexfoundry.org:10003 [2020-11-27T00:30:18.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:30:18.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:30:18.285Z] Configure a credential helper to remove this warning. See [2020-11-27T00:30:18.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:30:18.285Z] [2020-11-27T00:30:18.285Z] Login Succeeded [2020-11-27T00:30:18.285Z] nexus3.edgexfoundry.org:10004 [2020-11-27T00:30:18.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:30:18.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:30:18.285Z] Configure a credential helper to remove this warning. See [2020-11-27T00:30:18.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:30:18.285Z] [2020-11-27T00:30:18.285Z] Login Succeeded [2020-11-27T00:30:18.285Z] docker.io [2020-11-27T00:30:18.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:30:18.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:30:18.814Z] Configure a credential helper to remove this warning. See [2020-11-27T00:30:18.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:30:18.814Z] [2020-11-27T00:30:18.814Z] Login Succeeded [2020-11-27T00:30:18.814Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T00:30:18.824Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T00:30:19.308Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/core-command/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/core-data/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-27T00:30:19.308Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-27T00:30:19.308Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-27T00:30:19.308Z] ++ cut -d/ -f2 [2020-11-27T00:30:19.308Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-27T00:30:19.394Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:30:20.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T00:30:20.952Z] [2020-11-27T00:30:20.952Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:30:21.301Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T00:30:21.301Z] latest: Pulling from edgex-devops/git-semver [2020-11-27T00:30:21.301Z] 31603596830f: Pulling fs layer [2020-11-27T00:30:21.301Z] 2a8b12db71e7: Pulling fs layer [2020-11-27T00:30:21.301Z] 6ca5941a6612: Pulling fs layer [2020-11-27T00:30:21.301Z] ecc8261a40a4: Pulling fs layer [2020-11-27T00:30:21.301Z] ecc8261a40a4: Waiting [2020-11-27T00:30:21.301Z] 2a8b12db71e7: Verifying Checksum [2020-11-27T00:30:21.301Z] 2a8b12db71e7: Download complete [2020-11-27T00:30:21.566Z] 31603596830f: Verifying Checksum [2020-11-27T00:30:21.566Z] 31603596830f: Download complete [2020-11-27T00:30:21.566Z] ecc8261a40a4: Verifying Checksum [2020-11-27T00:30:21.566Z] ecc8261a40a4: Download complete [2020-11-27T00:30:21.566Z] 6ca5941a6612: Verifying Checksum [2020-11-27T00:30:21.566Z] 6ca5941a6612: Download complete [2020-11-27T00:30:21.837Z] 31603596830f: Pull complete [2020-11-27T00:30:21.837Z] 2a8b12db71e7: Pull complete [2020-11-27T00:30:22.795Z] 6ca5941a6612: Pull complete [2020-11-27T00:30:23.058Z] ecc8261a40a4: Pull complete [2020-11-27T00:30:23.058Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-27T00:30:23.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-27T00:30:23.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-27T00:30:23.232Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T00:30:23.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-27T00:30:25.918Z] $ docker top d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-27T00:30:26.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T00:30:26.302Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T00:30:26.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T00:30:26.569Z] $ docker exec d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent [2020-11-27T00:30:26.742Z] SSH_AUTH_SOCK=/tmp/ssh-9zb6S9cfZd6s/agent.11 [2020-11-27T00:30:26.742Z] SSH_AGENT_PID=16 [2020-11-27T00:30:26.755Z] Running ssh-add (command line suppressed) [2020-11-27T00:30:26.889Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7673204096953881262.key (/w/workspace/edgex-go/3@tmp/private_key_7673204096953881262.key) [2020-11-27T00:30:26.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T00:30:27.296Z] + git tag --points-at HEAD [Pipeline] } [2020-11-27T00:30:27.325Z] $ docker exec --env ******** --env ******** d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent -k [2020-11-27T00:30:27.484Z] unset SSH_AUTH_SOCK; [2020-11-27T00:30:27.484Z] unset SSH_AGENT_PID; [2020-11-27T00:30:27.485Z] echo Agent pid 16 killed; [2020-11-27T00:30:27.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-27T00:30:27.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-27T00:30:27.683Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-27T00:30:27.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-27T00:30:27.897Z] $ docker exec d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent [2020-11-27T00:30:28.095Z] SSH_AUTH_SOCK=/tmp/ssh-kYAlqyO8eL9C/agent.47 [2020-11-27T00:30:28.095Z] SSH_AGENT_PID=52 [2020-11-27T00:30:28.105Z] Running ssh-add (command line suppressed) [2020-11-27T00:30:28.245Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5598415340681755136.key (/w/workspace/edgex-go/3@tmp/private_key_5598415340681755136.key) [2020-11-27T00:30:28.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-27T00:30:28.650Z] + git semver init [2020-11-27T00:30:28.650Z] # -> Open(): unable to determine branch for HEAD [2020-11-27T00:30:28.650Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-11-27T00:30:28.650Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-11-27T00:30:28.650Z] # $SEMVER_REMOTE_NAME = origin [2020-11-27T00:30:28.650Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-27T00:30:28.650Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-27T00:30:28.650Z] # $SEMVER_BRANCH = PR-2898 [2020-11-27T00:30:28.650Z] # $SEMVER_TEMP = /tmp/semver-101217087 [2020-11-27T00:30:28.650Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-27T00:30:50.695Z] # '/tmp/semver-101217087' -> '/w/workspace/edgex-go/3/.semver' [2020-11-27T00:30:50.695Z] # -> Force: false [2020-11-27T00:30:50.695Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-11-27T00:30:50.716Z] $ docker exec --env ******** --env ******** d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent -k [2020-11-27T00:30:50.966Z] unset SSH_AUTH_SOCK; [2020-11-27T00:30:50.966Z] unset SSH_AGENT_PID; [2020-11-27T00:30:50.966Z] echo Agent pid 52 killed; [2020-11-27T00:30:51.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-27T00:30:51.596Z] + git semver [Pipeline] } [2020-11-27T00:30:51.630Z] $ docker stop --time=1 d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 [2020-11-27T00:30:53.246Z] $ docker rm -f d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-27T00:30:53.822Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-27T00:30:54.390Z] Stashed 1 file(s) [Pipeline] echo [2020-11-27T00:30:54.393Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-27T00:30:55.450Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-27T00:30:55.767Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-27T00:30:56.085Z] + sudo service docker restart [2020-11-27T00:30:56.085Z] + true [2020-11-27T00:30:56.085Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-27T00:30:56.697Z] ========================================================= [2020-11-27T00:30:56.697Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-27T00:30:56.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:30:57.086Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-27T00:31:01.370Z] Sending build context to Docker daemon 326MB [2020-11-27T00:31:01.370Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-27T00:31:01.370Z] Step 2/7 : FROM ${BASE} [2020-11-27T00:31:01.370Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-27T00:31:01.370Z] df20fa9351a1: Pulling fs layer [2020-11-27T00:31:01.370Z] ed8968b2872e: Pulling fs layer [2020-11-27T00:31:01.370Z] a92cc7c5fd73: Pulling fs layer [2020-11-27T00:31:01.370Z] e871e8e8d7a9: Pulling fs layer [2020-11-27T00:31:01.370Z] e73272ec9a57: Pulling fs layer [2020-11-27T00:31:01.370Z] 1e910a182e73: Pulling fs layer [2020-11-27T00:31:01.370Z] 4e634b169226: Pulling fs layer [2020-11-27T00:31:01.370Z] e871e8e8d7a9: Waiting [2020-11-27T00:31:01.370Z] e73272ec9a57: Waiting [2020-11-27T00:31:01.370Z] 1e910a182e73: Waiting [2020-11-27T00:31:01.370Z] 4e634b169226: Waiting [2020-11-27T00:31:01.370Z] a92cc7c5fd73: Verifying Checksum [2020-11-27T00:31:01.370Z] a92cc7c5fd73: Download complete [2020-11-27T00:31:01.370Z] ed8968b2872e: Verifying Checksum [2020-11-27T00:31:01.370Z] ed8968b2872e: Download complete [2020-11-27T00:31:01.370Z] e73272ec9a57: Verifying Checksum [2020-11-27T00:31:01.370Z] e73272ec9a57: Download complete [2020-11-27T00:31:01.370Z] 1e910a182e73: Verifying Checksum [2020-11-27T00:31:01.370Z] 1e910a182e73: Download complete [2020-11-27T00:31:01.370Z] df20fa9351a1: Verifying Checksum [2020-11-27T00:31:01.370Z] df20fa9351a1: Download complete [2020-11-27T00:31:01.989Z] df20fa9351a1: Pull complete [2020-11-27T00:31:02.573Z] ed8968b2872e: Pull complete [2020-11-27T00:31:02.842Z] a92cc7c5fd73: Pull complete [2020-11-27T00:31:03.428Z] 4e634b169226: Download complete [2020-11-27T00:31:04.398Z] e871e8e8d7a9: Verifying Checksum [2020-11-27T00:31:04.398Z] e871e8e8d7a9: Download complete [2020-11-27T00:31:09.828Z] Still waiting to schedule task [2020-11-27T00:31:09.829Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-27T00:31:11.081Z] e871e8e8d7a9: Pull complete [2020-11-27T00:31:11.081Z] e73272ec9a57: Pull complete [2020-11-27T00:31:11.081Z] 1e910a182e73: Pull complete [2020-11-27T00:31:17.769Z] 4e634b169226: Pull complete [2020-11-27T00:31:17.769Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-27T00:31:17.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-27T00:31:17.769Z] ---> f7629b54cfaa [2020-11-27T00:31:17.769Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-27T00:31:17.769Z] ---> Running in c061ebf0b27c [2020-11-27T00:31:18.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:31:18.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:31:19.935Z] (1/12) Installing libmagic (5.38-r0) [2020-11-27T00:31:20.516Z] (2/12) Installing file (5.38-r0) [2020-11-27T00:31:20.516Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-27T00:31:20.516Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-27T00:31:35.489Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-27T00:31:35.489Z] (6/12) Installing patch (2.7.6-r6) [2020-11-27T00:31:35.489Z] (7/12) Installing build-base (0.5-r2) [2020-11-27T00:31:35.489Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-27T00:31:35.489Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-27T00:31:35.489Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-27T00:31:35.489Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-27T00:31:35.489Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-27T00:31:35.489Z] Executing busybox-1.31.1-r16.trigger [2020-11-27T00:31:35.489Z] OK: 233 MiB in 51 packages [2020-11-27T00:31:38.077Z] Removing intermediate container c061ebf0b27c [2020-11-27T00:31:38.077Z] ---> cb09832328f7 [2020-11-27T00:31:38.077Z] Step 4/7 : WORKDIR /edgex-go [2020-11-27T00:31:38.077Z] ---> Running in 1833884c8f39 [2020-11-27T00:31:38.345Z] Removing intermediate container 1833884c8f39 [2020-11-27T00:31:38.345Z] ---> d74565b6e808 [2020-11-27T00:31:38.345Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-27T00:31:39.309Z] latest: Pulling from library/docker [2020-11-27T00:31:39.574Z] 188c0c94c7c5: Pulling fs layer [2020-11-27T00:31:39.574Z] 0c7c675703d6: Pulling fs layer [2020-11-27T00:31:39.574Z] cc8c12a437cb: Pulling fs layer [2020-11-27T00:31:39.574Z] c5dafad2182a: Pulling fs layer [2020-11-27T00:31:39.574Z] 5aa711733414: Pulling fs layer [2020-11-27T00:31:39.574Z] 058f73b55e4b: Pulling fs layer [2020-11-27T00:31:39.574Z] 8c9c664faf12: Pulling fs layer [2020-11-27T00:31:39.574Z] 5aa711733414: Waiting [2020-11-27T00:31:39.574Z] 058f73b55e4b: Waiting [2020-11-27T00:31:39.574Z] 8c9c664faf12: Waiting [2020-11-27T00:31:39.574Z] c5dafad2182a: Waiting [2020-11-27T00:31:39.574Z] cc8c12a437cb: Verifying Checksum [2020-11-27T00:31:39.574Z] cc8c12a437cb: Download complete [2020-11-27T00:31:39.574Z] 0c7c675703d6: Verifying Checksum [2020-11-27T00:31:39.574Z] 0c7c675703d6: Download complete [2020-11-27T00:31:39.846Z] 188c0c94c7c5: Download complete [2020-11-27T00:31:39.846Z] 5aa711733414: Verifying Checksum [2020-11-27T00:31:39.846Z] 5aa711733414: Download complete [2020-11-27T00:31:40.114Z] 8c9c664faf12: Verifying Checksum [2020-11-27T00:31:40.114Z] 8c9c664faf12: Download complete [2020-11-27T00:31:40.114Z] 188c0c94c7c5: Pull complete [2020-11-27T00:31:40.393Z] 0c7c675703d6: Pull complete [2020-11-27T00:31:40.660Z] cc8c12a437cb: Pull complete [2020-11-27T00:31:40.660Z] c5dafad2182a: Verifying Checksum [2020-11-27T00:31:40.660Z] c5dafad2182a: Download complete [2020-11-27T00:31:40.930Z] 058f73b55e4b: Verifying Checksum [2020-11-27T00:31:40.930Z] 058f73b55e4b: Download complete [2020-11-27T00:31:44.293Z] c5dafad2182a: Pull complete [2020-11-27T00:31:44.293Z] 5aa711733414: Pull complete [2020-11-27T00:31:44.293Z] 058f73b55e4b: Pull complete [2020-11-27T00:31:44.293Z] 8c9c664faf12: Pull complete [2020-11-27T00:31:44.293Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-27T00:31:44.293Z] Status: Downloaded newer image for docker:latest [2020-11-27T00:31:46.277Z] ---> 21f5f1cd4dd4 [2020-11-27T00:31:46.277Z] Step 6/7 : COPY go.mod . [2020-11-27T00:31:46.542Z] ---> 1c3051439911 [2020-11-27T00:31:46.542Z] Step 7/7 : RUN go mod download [2020-11-27T00:31:46.542Z] ---> Running in 8125b979c4f2 [2020-11-27T00:32:08.766Z] Removing intermediate container 8125b979c4f2 [2020-11-27T00:32:08.766Z] ---> fd69410f3dc0 [2020-11-27T00:32:08.766Z] Successfully built fd69410f3dc0 [2020-11-27T00:32:08.766Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:32:09.171Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-27T00:32:09.171Z] . [Pipeline] withDockerContainer [2020-11-27T00:32:09.338Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T00:32:09.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-27T00:32:10.371Z] $ docker top ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T00:32:10.922Z] + go version [2020-11-27T00:32:10.922Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-27T00:32:10.938Z] $ docker stop --time=1 ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a [2020-11-27T00:32:12.344Z] $ docker rm -f ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:32:13.274Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-27T00:32:13.274Z] . [Pipeline] withDockerContainer [2020-11-27T00:32:13.376Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T00:32:13.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-27T00:32:14.097Z] $ docker top 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-27T00:32:14.293Z] ========================================================= [2020-11-27T00:32:14.293Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-27T00:32:14.293Z] ========================================================= [Pipeline] sh [2020-11-27T00:32:14.588Z] + make test [2020-11-27T00:32:14.588Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-27T00:32:24.666Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-27T00:32:42.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-27T00:32:49.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-27T00:32:49.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-27T00:32:49.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-27T00:32:49.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-27T00:32:49.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-27T00:32:51.103Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-11-27T00:32:51.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-27T00:32:51.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-27T00:32:51.695Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-27T00:32:52.285Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-27T00:32:52.285Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-27T00:32:52.285Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-27T00:32:52.285Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-27T00:32:55.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2020-11-27T00:32:55.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-27T00:32:55.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-27T00:32:55.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-27T00:32:55.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-27T00:32:55.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-27T00:32:59.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.257s coverage: 27.1% of statements [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-27T00:32:59.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-27T00:32:59.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-27T00:32:59.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 68.4% of statements [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-27T00:32:59.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 83.3% of statements [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-27T00:32:59.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-27T00:33:02.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.605s coverage: 28.6% of statements [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-27T00:33:02.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-27T00:33:02.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-27T00:33:02.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-27T00:33:02.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.180s coverage: 97.5% of statements [2020-11-27T00:33:02.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-27T00:33:03.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 79.0% of statements [2020-11-27T00:33:03.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-27T00:33:03.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-27T00:33:03.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-27T00:33:03.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-27T00:33:04.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 95.7% of statements [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-27T00:33:04.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-27T00:33:04.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.0% of statements [no tests to run] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-27T00:33:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-27T00:33:04.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.258s coverage: 63.5% of statements [2020-11-27T00:33:04.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-27T00:33:04.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-27T00:33:04.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2020-11-27T00:33:04.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2020-11-27T00:33:04.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2020-11-27T00:33:05.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2020-11-27T00:33:05.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2020-11-27T00:33:07.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.432s coverage: 55.9% of statements [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-27T00:33:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.824s coverage: 86.3% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.429s coverage: 72.2% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.510s coverage: 72.1% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.047s coverage: 48.4% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.2% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.369s coverage: 84.1% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.061s coverage: 83.8% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-27T00:33:19.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-11-27T00:33:19.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-11-27T00:33:19.419Z] GO111MODULE=on go vet ./... [2020-11-27T00:33:46.119Z] gofmt -l . [2020-11-27T00:33:46.119Z] [ "`gofmt -l .`" = "" ] [2020-11-27T00:33:46.119Z] ./bin/test-go-mod-tidy.sh [2020-11-27T00:33:46.119Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-27T00:33:48.716Z] + ls -al . [2020-11-27T00:33:48.716Z] total 644 [2020-11-27T00:33:48.716Z] drwxrwxr-x 10 1001 1001 4096 Nov 27 00:33 . [2020-11-27T00:33:48.716Z] drwxr-xr-x 4 root root 28 Nov 27 00:32 .. [2020-11-27T00:33:48.716Z] -rw-rw-r-- 1 1001 1001 11 Nov 27 00:30 .dockerignore [2020-11-27T00:33:48.716Z] drwxrwxr-x 8 1001 1001 179 Nov 27 00:30 .git [2020-11-27T00:33:48.716Z] drwxrwxr-x 3 1001 1001 125 Nov 27 00:30 .github [2020-11-27T00:33:48.716Z] -rw-rw-r-- 1 1001 1001 971 Nov 27 00:30 .gitignore [2020-11-27T00:33:48.716Z] drwx------ 3 1001 1001 47 Nov 27 00:30 .semver [2020-11-27T00:33:48.716Z] -rw-rw-r-- 1 1001 1001 166 Nov 27 00:30 .sonarcloud.properties [2020-11-27T00:33:48.716Z] -rw-rw-r-- 1 1001 1001 3804 Nov 27 00:30 CONTRIBUTING.md [2020-11-27T00:33:48.716Z] -rw-rw-r-- 1 1001 1001 1035 Nov 27 00:30 Dockerfile.build [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 943 Nov 27 00:30 Jenkinsfile [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 10775 Nov 27 00:30 LICENSE [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 6581 Nov 27 00:30 Makefile [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 6447 Nov 27 00:30 README.md [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 259 Nov 27 00:30 SECURITY.md [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 5 Nov 27 00:30 VERSION [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 4131 Nov 27 00:30 ZMQWindows.md [2020-11-27T00:33:48.717Z] drwxrwxr-x 2 1001 1001 117 Nov 27 00:30 bin [2020-11-27T00:33:48.717Z] drwxrwxr-x 15 1001 1001 4096 Nov 27 00:30 cmd [2020-11-27T00:33:48.717Z] -rw-r--r-- 1 root root 549148 Nov 27 00:33 coverage.out [2020-11-27T00:33:48.717Z] -rw-r--r-- 1 root root 1041 Nov 27 00:33 go.mod [2020-11-27T00:33:48.717Z] -rw-r--r-- 1 root root 18746 Nov 27 00:33 go.sum [2020-11-27T00:33:48.717Z] drwxrwxr-x 8 1001 1001 127 Nov 27 00:30 internal [2020-11-27T00:33:48.717Z] drwxrwxr-x 4 1001 1001 26 Nov 27 00:30 openapi [2020-11-27T00:33:48.717Z] drwxrwxr-x 4 1001 1001 71 Nov 27 00:30 snap [2020-11-27T00:33:48.717Z] -rw-rw-r-- 1 1001 1001 168 Nov 27 00:30 version.go [Pipeline] sh [2020-11-27T00:33:49.026Z] + '[' -e coverage.out ] [2020-11-27T00:33:49.026Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-27T00:33:49.305Z] Stashed 1 file(s) [Pipeline] sh [2020-11-27T00:33:49.600Z] + make build [2020-11-27T00:33:49.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-27T00:33:49.766Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13623 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-27T00:33:49.831Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-11-27T00:33:54.937Z] using credential edgex-jenkins-ssh [2020-11-27T00:33:55.013Z] Cloning the remote Git repository [2020-11-27T00:33:55.076Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:33:55.204Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-11-27T00:33:55.308Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:33:55.309Z] > git --version # timeout=10 [2020-11-27T00:33:55.325Z] > git --version # 'git version 2.17.1' [2020-11-27T00:33:55.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:33:55.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:33:59.745Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-27T00:34:02.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-27T00:34:04.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-27T00:34:05.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-27T00:34:07.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-27T00:34:07.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-27T00:34:08.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-27T00:34:10.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-27T00:34: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 [2020-11-27T00:34:13.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-27T00:34:13.178Z] Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-27T00:34:13.912Z] Merge succeeded, producing 1ccf636817e8529a39c872b160bd85646a331472 [2020-11-27T00:34:13.913Z] Checking out Revision 1ccf636817e8529a39c872b160bd85646a331472 (PR-2898) [2020-11-27T00:34:12.302Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:34:12.319Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:34:12.375Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:34:12.440Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:34:12.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:34:12.465Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-27T00:34:13.200Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:34:13.220Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-27T00:34:13.529Z] > git remote # timeout=10 [2020-11-27T00:34:13.548Z] > git config --get remote.origin.url # timeout=10 [2020-11-27T00:34:13.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:34:13.578Z] > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 [2020-11-27T00:34:13.899Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-27T00:34:13.927Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:34:13.946Z] > git checkout -f 1ccf636817e8529a39c872b160bd85646a331472 # timeout=10 [2020-11-27T00:34:14.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-27T00:34:15.427Z] 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 [Pipeline] } [2020-11-27T00:34:16.843Z] $ docker stop --time=1 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c [2020-11-27T00:34:18.443Z] Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" [2020-11-27T00:34:18.473Z] First time build. Skipping changelog. [2020-11-27T00:34:18.564Z] $ docker rm -f 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c [2020-11-27T00:34:18.457Z] > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-27T00:34:22.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-27T00:34:22.500Z] [2020-11-27T00:34:22.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:34:23.162Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-11-27T00:34:23.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-27T00:34:23.208Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-27T00:34:23.208Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-27T00:34:23.208Z] ca9280d653b3: Pulling fs layer [2020-11-27T00:34:23.208Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2020-11-27T00:34:23.559Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-27T00:34:23.559Z] cbdbe7a5bc2a: Download complete [2020-11-27T00:34:23.639Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-27T00:34:23.866Z] ca9280d653b3: Verifying Checksum [2020-11-27T00:34:23.867Z] ca9280d653b3: Download complete [2020-11-27T00:34:23.983Z] + true [2020-11-27T00:34:23.983Z] + sudo service docker restart [2020-11-27T00:34:24.168Z] cbdbe7a5bc2a: Pull complete [2020-11-27T00:34:25.135Z] 7e9c9ca2126c: Verifying Checksum [2020-11-27T00:34:25.135Z] 7e9c9ca2126c: Download complete [2020-11-27T00:34:25.135Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-27T00:34:26.039Z] provisioning config files... [2020-11-27T00:34:26.080Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4585628371208306843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T00:34:26.494Z] ---> docker-login.sh [2020-11-27T00:34:26.494Z] nexus3.edgexfoundry.org:10001 [2020-11-27T00:34:27.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:34:27.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:34:27.758Z] Configure a credential helper to remove this warning. See [2020-11-27T00:34:27.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:34:27.758Z] [2020-11-27T00:34:27.758Z] Login Succeeded [2020-11-27T00:34:27.758Z] nexus3.edgexfoundry.org:10002 [2020-11-27T00:34:28.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:34:28.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:34:28.307Z] Configure a credential helper to remove this warning. See [2020-11-27T00:34:28.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:34:28.307Z] [2020-11-27T00:34:28.307Z] Login Succeeded [2020-11-27T00:34:28.307Z] nexus3.edgexfoundry.org:10003 [2020-11-27T00:34:28.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:34:28.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:34:28.858Z] Configure a credential helper to remove this warning. See [2020-11-27T00:34:28.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:34:28.858Z] [2020-11-27T00:34:28.858Z] Login Succeeded [2020-11-27T00:34:28.858Z] nexus3.edgexfoundry.org:10004 [2020-11-27T00:34:29.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:34:29.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:34:29.408Z] Configure a credential helper to remove this warning. See [2020-11-27T00:34:29.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:34:29.408Z] [2020-11-27T00:34:29.408Z] Login Succeeded [2020-11-27T00:34:29.408Z] docker.io [2020-11-27T00:34:29.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-27T00:34:30.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-27T00:34:30.278Z] Configure a credential helper to remove this warning. See [2020-11-27T00:34:30.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-27T00:34:30.278Z] [2020-11-27T00:34:30.278Z] Login Succeeded [2020-11-27T00:34:30.278Z] ---> docker-login.sh ends [Pipeline] } [2020-11-27T00:34:30.296Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-27T00:34:30.797Z] ========================================================= [2020-11-27T00:34:30.798Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-27T00:34:30.798Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:34:31.187Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-27T00:34:31.762Z] 7e9c9ca2126c: Pull complete [2020-11-27T00:34:31.762Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-27T00:34:31.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-27T00:34:31.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-27T00:34:31.913Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T00:34:31.967Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-27T00:34:33.833Z] Sending build context to Docker daemon 165.4MB [2020-11-27T00:34:33.833Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-27T00:34:33.833Z] Step 2/7 : FROM ${BASE} [2020-11-27T00:34:33.833Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-27T00:34:33.833Z] b538f80385f9: Pulling fs layer [2020-11-27T00:34:33.833Z] 74f711af9a0d: Pulling fs layer [2020-11-27T00:34:33.833Z] 99f96fe45779: Pulling fs layer [2020-11-27T00:34:33.833Z] 8529a6b9a6be: Pulling fs layer [2020-11-27T00:34:33.833Z] 45590311c82a: Pulling fs layer [2020-11-27T00:34:33.833Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-27T00:34:33.833Z] 209524e5b208: Pulling fs layer [2020-11-27T00:34:33.833Z] 45590311c82a: Waiting [2020-11-27T00:34:33.833Z] 209524e5b208: Waiting [2020-11-27T00:34:33.833Z] 69ca0ff8b7b3: Waiting [2020-11-27T00:34:33.833Z] 8529a6b9a6be: Waiting [2020-11-27T00:34:33.833Z] 99f96fe45779: Verifying Checksum [2020-11-27T00:34:33.833Z] 99f96fe45779: Download complete [2020-11-27T00:34:33.833Z] 74f711af9a0d: Download complete [2020-11-27T00:34:33.833Z] 45590311c82a: Verifying Checksum [2020-11-27T00:34:33.833Z] 45590311c82a: Download complete [2020-11-27T00:34:33.833Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-27T00:34:33.833Z] 69ca0ff8b7b3: Download complete [2020-11-27T00:34:33.833Z] b538f80385f9: Verifying Checksum [2020-11-27T00:34:33.833Z] b538f80385f9: Download complete [2020-11-27T00:34:34.108Z] b538f80385f9: Pull complete [2020-11-27T00:34:34.711Z] 74f711af9a0d: Pull complete [2020-11-27T00:34:35.079Z] $ docker top c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 -eo pid,comm [Pipeline] { [2020-11-27T00:34:35.312Z] 99f96fe45779: Pull complete [Pipeline] sh [2020-11-27T00:34:35.647Z] + docker-compose build --help [2020-11-27T00:34:35.648Z] + grep parallel [2020-11-27T00:34:36.311Z] 209524e5b208: Verifying Checksum [2020-11-27T00:34:36.311Z] 209524e5b208: Download complete [2020-11-27T00:34:37.048Z] --parallel Build images in parallel. [Pipeline] } [2020-11-27T00:34:37.065Z] $ docker stop --time=1 c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 [2020-11-27T00:34:37.296Z] 8529a6b9a6be: Verifying Checksum [2020-11-27T00:34:37.296Z] 8529a6b9a6be: Download complete [2020-11-27T00:34:38.531Z] $ docker rm -f c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:34:39.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-27T00:34:39.171Z] . [Pipeline] withDockerContainer [2020-11-27T00:34:39.294Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T00:34:39.364Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-27T00:34:40.223Z] $ docker top bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T00:34:40.756Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-27T00:34:42.154Z] Building docker-core-command-go ... [2020-11-27T00:34:42.155Z] Building docker-core-data-go ... [2020-11-27T00:34:42.155Z] Building docker-core-metadata-go ... [2020-11-27T00:34:42.155Z] Building docker-security-bootstrap-redis-go ... [2020-11-27T00:34:42.155Z] Building docker-security-proxy-setup-go ... [2020-11-27T00:34:42.155Z] Building docker-security-secrets-setup-go ... [2020-11-27T00:34:42.155Z] Building docker-security-secretstore-setup-go ... [2020-11-27T00:34:42.155Z] Building docker-support-logging-go ... [2020-11-27T00:34:42.155Z] Building docker-support-notifications-go ... [2020-11-27T00:34:42.155Z] Building docker-support-scheduler-go ... [2020-11-27T00:34:42.155Z] Building docker-sys-mgmt-agent-go ... [2020-11-27T00:34:42.155Z] Building docker-support-logging-go [2020-11-27T00:34:42.155Z] Building docker-support-notifications-go [2020-11-27T00:34:42.155Z] Building docker-support-scheduler-go [2020-11-27T00:34:42.155Z] Building docker-security-bootstrap-redis-go [2020-11-27T00:34:42.155Z] Building docker-core-data-go [2020-11-27T00:34:48.031Z] 8529a6b9a6be: Pull complete [2020-11-27T00:34:48.031Z] 45590311c82a: Pull complete [2020-11-27T00:34:48.031Z] 69ca0ff8b7b3: Pull complete [2020-11-27T00:34:51.445Z] 209524e5b208: Pull complete [2020-11-27T00:34:51.445Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-27T00:34:51.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-27T00:34:51.445Z] ---> 5bddaf1c2fca [2020-11-27T00:34:51.446Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-27T00:34:54.880Z] ---> Running in 6590126aee3f [2020-11-27T00:34:55.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:34:57.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:34:58.286Z] (1/12) Installing libmagic (5.38-r0) [2020-11-27T00:34:58.881Z] (2/12) Installing file (5.38-r0) [2020-11-27T00:34:58.881Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-27T00:34:58.881Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-27T00:35:03.196Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-27T00:35:03.196Z] (6/12) Installing patch (2.7.6-r6) [2020-11-27T00:35:03.196Z] (7/12) Installing build-base (0.5-r2) [2020-11-27T00:35:03.196Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-27T00:35:03.196Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-27T00:35:03.196Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-27T00:35:03.469Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-27T00:35:03.469Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-27T00:35:03.469Z] Executing busybox-1.31.1-r16.trigger [2020-11-27T00:35:03.469Z] OK: 217 MiB in 51 packages [2020-11-27T00:35:07.780Z] Removing intermediate container 6590126aee3f [2020-11-27T00:35:07.780Z] ---> 3c51793d57bb [2020-11-27T00:35:07.780Z] Step 4/7 : WORKDIR /edgex-go [2020-11-27T00:35:07.780Z] ---> Running in cddd3746682c [2020-11-27T00:35:08.376Z] Removing intermediate container cddd3746682c [2020-11-27T00:35:08.376Z] ---> a510a972c799 [2020-11-27T00:35:08.376Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-27T00:35:08.975Z] latest: Pulling from library/docker [2020-11-27T00:35:09.255Z] 5f621e34cdf4: Pulling fs layer [2020-11-27T00:35:09.255Z] 85db56a05063: Pulling fs layer [2020-11-27T00:35:09.255Z] ccb67d6aeaaa: Pulling fs layer [2020-11-27T00:35:09.255Z] a0b19fc83503: Pulling fs layer [2020-11-27T00:35:09.255Z] 8eb508b41278: Pulling fs layer [2020-11-27T00:35:09.255Z] 37236713561e: Pulling fs layer [2020-11-27T00:35:09.255Z] 07c93f2b1b56: Pulling fs layer [2020-11-27T00:35:09.255Z] 8eb508b41278: Waiting [2020-11-27T00:35:09.255Z] 37236713561e: Waiting [2020-11-27T00:35:09.255Z] 07c93f2b1b56: Waiting [2020-11-27T00:35:09.255Z] a0b19fc83503: Waiting [2020-11-27T00:35:09.544Z] ccb67d6aeaaa: Verifying Checksum [2020-11-27T00:35:09.544Z] ccb67d6aeaaa: Download complete [2020-11-27T00:35:09.544Z] 5f621e34cdf4: Verifying Checksum [2020-11-27T00:35:09.544Z] 5f621e34cdf4: Download complete [2020-11-27T00:35:09.544Z] 85db56a05063: Verifying Checksum [2020-11-27T00:35:09.544Z] 85db56a05063: Download complete [2020-11-27T00:35:09.544Z] 8eb508b41278: Verifying Checksum [2020-11-27T00:35:09.544Z] 8eb508b41278: Download complete [2020-11-27T00:35:09.544Z] 37236713561e: Verifying Checksum [2020-11-27T00:35:09.544Z] 37236713561e: Download complete [2020-11-27T00:35:09.824Z] 07c93f2b1b56: Verifying Checksum [2020-11-27T00:35:09.824Z] 07c93f2b1b56: Download complete [2020-11-27T00:35:10.102Z] 5f621e34cdf4: Pull complete [2020-11-27T00:35:10.761Z] 85db56a05063: Pull complete [2020-11-27T00:35:11.041Z] ccb67d6aeaaa: Pull complete [2020-11-27T00:35:11.314Z] a0b19fc83503: Verifying Checksum [2020-11-27T00:35:11.314Z] a0b19fc83503: Download complete [2020-11-27T00:35:14.716Z] a0b19fc83503: Pull complete [2020-11-27T00:35:14.990Z] 8eb508b41278: Pull complete [2020-11-27T00:35:15.265Z] 37236713561e: Pull complete [2020-11-27T00:35:15.538Z] 07c93f2b1b56: Pull complete [2020-11-27T00:35:15.817Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-27T00:35:15.817Z] Status: Downloaded newer image for docker:latest [2020-11-27T00:35:19.214Z] ---> d22910ed0e55 [2020-11-27T00:35:19.214Z] Step 6/7 : COPY go.mod . [2020-11-27T00:35:19.486Z] ---> ff335c5a7e93 [2020-11-27T00:35:19.486Z] Step 7/7 : RUN go mod download [2020-11-27T00:35:19.762Z] ---> Running in 16e94c37f5be [2020-11-27T00:35:21.677Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:35:21.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:35:21.677Z] ---> fd69410f3dc0 [2020-11-27T00:35:21.677Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:35:21.677Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:35:21.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:35:21.677Z] ---> fd69410f3dc0 [2020-11-27T00:35:21.677Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:35:21.677Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:35:21.677Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:35:21.677Z] ---> fd69410f3dc0 [2020-11-27T00:35:21.677Z] Step 3/21 : WORKDIR /edgex-go [2020-11-27T00:35:21.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:35:21.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:35:21.677Z] ---> fd69410f3dc0 [2020-11-27T00:35:21.677Z] Step 3/23 : WORKDIR /edgex-go [2020-11-27T00:35:21.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:35:21.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:35:21.677Z] ---> fd69410f3dc0 [2020-11-27T00:35:21.677Z] Step 3/24 : WORKDIR /edgex-go [2020-11-27T00:35:21.677Z] ---> Running in 515e918507a3 [2020-11-27T00:35:21.677Z] ---> Running in c3537d395374 [2020-11-27T00:35:21.677Z] ---> Running in 8ece86654da5 [2020-11-27T00:35:21.677Z] ---> Running in 61ce59290327 [2020-11-27T00:35:21.677Z] ---> Running in c6ed1e5543de [2020-11-27T00:35:21.677Z] Removing intermediate container c6ed1e5543de [2020-11-27T00:35:21.677Z] ---> 67b655ec7804 [2020-11-27T00:35:21.677Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:35:21.677Z] Removing intermediate container 8ece86654da5 [2020-11-27T00:35:21.677Z] ---> 94cb8772dd96 [2020-11-27T00:35:21.677Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:35:21.677Z] Removing intermediate container 515e918507a3 [2020-11-27T00:35:21.677Z] ---> bb2bf653f93b [2020-11-27T00:35:21.677Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:35:21.678Z] Removing intermediate container c3537d395374 [2020-11-27T00:35:21.678Z] ---> 1c5cb9c3c109 [2020-11-27T00:35:21.678Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:35:21.678Z] Removing intermediate container 61ce59290327 [2020-11-27T00:35:21.678Z] ---> 9e345d031d91 [2020-11-27T00:35:21.678Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:35:21.678Z] ---> Running in b01bfa562f9f [2020-11-27T00:35:21.678Z] ---> Running in 294b0393fc4a [2020-11-27T00:35:21.678Z] ---> Running in a439de425c4e [2020-11-27T00:35:21.678Z] ---> Running in 1c18c9b9611e [2020-11-27T00:35:21.678Z] ---> Running in 309db7106321 [2020-11-27T00:35:23.104Z] Removing intermediate container 294b0393fc4a [2020-11-27T00:35:23.104Z] ---> 49a8a9e72729 [2020-11-27T00:35:23.104Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:35:23.104Z] Removing intermediate container a439de425c4e [2020-11-27T00:35:23.104Z] ---> 282dd1043a9d [2020-11-27T00:35:23.104Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-27T00:35:23.104Z] Removing intermediate container b01bfa562f9f [2020-11-27T00:35:23.104Z] ---> 931171260b93 [2020-11-27T00:35:23.104Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-27T00:35:23.104Z] ---> Running in 0746b3960f01 [2020-11-27T00:35:23.104Z] ---> Running in 7f4ed4fcf929 [2020-11-27T00:35:23.104Z] ---> Running in abf161b6fb63 [2020-11-27T00:35:23.368Z] Removing intermediate container 1c18c9b9611e [2020-11-27T00:35:23.368Z] ---> 75db158d3f02 [2020-11-27T00:35:23.368Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-27T00:35:23.368Z] Removing intermediate container 309db7106321 [2020-11-27T00:35:23.368Z] ---> fb790a16ee5c [2020-11-27T00:35:23.368Z] Step 5/21 : RUN apk update && apk add make git [2020-11-27T00:35:23.643Z] ---> Running in 7eeb44c82394 [2020-11-27T00:35:23.643Z] ---> Running in 6969491d9c1b [2020-11-27T00:35:24.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:24.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:24.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:24.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:24.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:25.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:26.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:26.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:26.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:26.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:35:27.428Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:35:27.428Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:35:27.428Z] OK: 12754 distinct packages available [2020-11-27T00:35:27.697Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:28.352Z] Removing intermediate container 6969491d9c1b [2020-11-27T00:35:28.352Z] ---> 26486b27cefe [2020-11-27T00:35:28.352Z] Step 6/21 : COPY go.mod . [2020-11-27T00:35:28.677Z] ---> 524ca615f373 [2020-11-27T00:35:28.677Z] Step 7/21 : RUN go mod download [2020-11-27T00:35:28.677Z] ---> Running in a85e2010aad2 [2020-11-27T00:35:29.273Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:35:29.273Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:35:29.273Z] OK: 12754 distinct packages available [2020-11-27T00:35:29.273Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:35:29.273Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:35:29.273Z] OK: 12754 distinct packages available [2020-11-27T00:35:29.564Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:29.847Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:35:29.847Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:35:29.847Z] OK: 12754 distinct packages available [2020-11-27T00:35:29.847Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:30.126Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:35:30.126Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:35:30.126Z] OK: 12754 distinct packages available [2020-11-27T00:35:30.126Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:30.126Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:30.392Z] OK: 233 MiB in 51 packages [2020-11-27T00:35:30.663Z] Removing intermediate container 7eeb44c82394 [2020-11-27T00:35:30.663Z] ---> 18de61bc2129 [2020-11-27T00:35:30.663Z] Step 6/24 : COPY go.mod . [2020-11-27T00:35:31.633Z] ---> b2322aecb386 [2020-11-27T00:35:31.633Z] Step 7/24 : RUN go mod download [2020-11-27T00:35:31.633Z] Removing intermediate container 7f4ed4fcf929 [2020-11-27T00:35:31.633Z] ---> f1254d1d2660 [2020-11-27T00:35:31.633Z] Step 6/22 : COPY go.mod . [2020-11-27T00:35:31.633Z] Removing intermediate container 0746b3960f01 [2020-11-27T00:35:31.633Z] ---> 2f03e29ddc9a [2020-11-27T00:35:31.633Z] Step 6/22 : COPY go.mod . [2020-11-27T00:35:31.633Z] Removing intermediate container abf161b6fb63 [2020-11-27T00:35:31.633Z] ---> 957a6307de67 [2020-11-27T00:35:31.633Z] Step 6/23 : COPY go.mod . [2020-11-27T00:35:31.633Z] ---> Running in e1ac56f9dac9 [2020-11-27T00:35:31.905Z] Removing intermediate container a85e2010aad2 [2020-11-27T00:35:31.905Z] ---> b70283208ee6 [2020-11-27T00:35:31.905Z] Step 8/21 : COPY . . [2020-11-27T00:35:32.179Z] ---> b9541d9acda5 [2020-11-27T00:35:32.180Z] Step 7/22 : RUN go mod download [2020-11-27T00:35:32.180Z] ---> 57f9e67e9cff [2020-11-27T00:35:32.180Z] Step 7/22 : RUN go mod download [2020-11-27T00:35:32.180Z] ---> 0e601d7fa130 [2020-11-27T00:35:32.180Z] Step 7/23 : RUN go mod download [2020-11-27T00:35:32.776Z] ---> Running in 0d9fd77a335d [2020-11-27T00:35:32.776Z] ---> Running in f22bce2c82dc [2020-11-27T00:35:33.369Z] ---> Running in ecbf9cd4b862 [2020-11-27T00:35:36.767Z] Removing intermediate container e1ac56f9dac9 [2020-11-27T00:35:36.767Z] ---> 44aee56c4c2c [2020-11-27T00:35:36.767Z] Step 8/24 : COPY . . [2020-11-27T00:35:45.039Z] Removing intermediate container 0d9fd77a335d [2020-11-27T00:35:45.039Z] ---> 9570c8db31a3 [2020-11-27T00:35:45.039Z] Step 8/22 : COPY . . [2020-11-27T00:35:45.039Z] Removing intermediate container ecbf9cd4b862 [2020-11-27T00:35:45.039Z] ---> 5fa97ab16b85 [2020-11-27T00:35:45.039Z] Step 8/23 : COPY . . [2020-11-27T00:35:45.039Z] Removing intermediate container f22bce2c82dc [2020-11-27T00:35:45.039Z] ---> 13ffde176bec [2020-11-27T00:35:45.039Z] Step 8/22 : COPY . . [2020-11-27T00:35:46.603Z] Removing intermediate container 16e94c37f5be [2020-11-27T00:35:46.603Z] ---> 6ade605ce546 [2020-11-27T00:35:46.603Z] Successfully built 6ade605ce546 [2020-11-27T00:35:46.603Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:35:46.959Z] + docker inspect -f . ci-base-image-arm64 [2020-11-27T00:35:46.959Z] . [Pipeline] withDockerContainer [2020-11-27T00:35:47.217Z] prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container [2020-11-27T00:35:47.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-27T00:35:48.662Z] $ docker top 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T00:35:49.663Z] + go version [2020-11-27T00:35:49.663Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-27T00:35:49.688Z] $ docker stop --time=1 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 [2020-11-27T00:35:51.655Z] $ docker rm -f 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:35:52.837Z] + docker inspect -f . ci-base-image-arm64 [2020-11-27T00:35:52.837Z] . [Pipeline] withDockerContainer [2020-11-27T00:35:53.114Z] prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container [2020-11-27T00:35:53.195Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-27T00:35:54.503Z] $ docker top f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-27T00:35:54.840Z] ========================================================= [2020-11-27T00:35:54.840Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-27T00:35:54.840Z] ========================================================= [Pipeline] sh [2020-11-27T00:35:55.476Z] + make test [2020-11-27T00:35:55.476Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-27T00:36:03.718Z] ---> 816d45d16f87 [2020-11-27T00:36:03.718Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-27T00:36:04.311Z] ---> Running in b59665d55bfe [2020-11-27T00:36:06.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-27T00:36:08.911Z] ---> 8d779d9803d2 [2020-11-27T00:36:08.911Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-27T00:36:09.941Z] ---> Running in 252ec87e2efa [2020-11-27T00:36:11.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-27T00:36:17.659Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-27T00:36:22.222Z] ---> 81036093e883 [2020-11-27T00:36:22.222Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-27T00:36:22.222Z] ---> Running in 147ecaccf494 [2020-11-27T00:36:22.222Z] ---> c40981c6ef8d [2020-11-27T00:36:22.222Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-27T00:36:22.222Z] ---> f387694b02bd [2020-11-27T00:36:22.222Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-27T00:36:22.222Z] ---> Running in a9ff81511c2a [2020-11-27T00:36:22.222Z] ---> Running in 5cfd9d99b12e [2020-11-27T00:36:23.218Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-27T00:36:23.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-27T00:36:23.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-27T00:36:45.381Z] Removing intermediate container b59665d55bfe [2020-11-27T00:36:45.381Z] ---> e040349f8c74 [2020-11-27T00:36:45.381Z] [2020-11-27T00:36:45.381Z] Step 10/21 : FROM scratch [2020-11-27T00:36:45.381Z] ---> [2020-11-27T00:36:45.381Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:36:45.381Z] ---> Running in 6c4fef8a72c7 [2020-11-27T00:36:45.381Z] Removing intermediate container 6c4fef8a72c7 [2020-11-27T00:36:45.381Z] ---> 6586f9ae1829 [2020-11-27T00:36:45.381Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-27T00:36:45.381Z] ---> Running in 1cf480b3e495 [2020-11-27T00:36:45.381Z] Removing intermediate container 1cf480b3e495 [2020-11-27T00:36:45.381Z] ---> b152b74ec463 [2020-11-27T00:36:45.381Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-27T00:36:45.381Z] ---> Running in 98206ca80f94 [2020-11-27T00:36:45.657Z] Removing intermediate container 98206ca80f94 [2020-11-27T00:36:45.657Z] ---> 356a6dc654dd [2020-11-27T00:36:45.657Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-27T00:36:46.255Z] ---> e39ba632fd3d [2020-11-27T00:36:46.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-27T00:36:47.286Z] ---> 54a968a7f3ef [2020-11-27T00:36:47.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-27T00:36:49.254Z] ---> 4716fd1b023b [2020-11-27T00:36:49.254Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-27T00:36:49.254Z] ---> Running in 9d1d86b1b88f [2020-11-27T00:36:49.862Z] Removing intermediate container 9d1d86b1b88f [2020-11-27T00:36:49.862Z] ---> 89ec929fc4b8 [2020-11-27T00:36:49.862Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:36:49.862Z] ---> Running in 20130989bfb0 [2020-11-27T00:36:50.479Z] Removing intermediate container 20130989bfb0 [2020-11-27T00:36:50.479Z] ---> a5d0a81a5aa1 [2020-11-27T00:36:50.479Z] Step 19/21 : LABEL arch=x86_64 [2020-11-27T00:36:50.755Z] ---> Running in dc80c4eed0d8 [2020-11-27T00:36:51.773Z] Removing intermediate container dc80c4eed0d8 [2020-11-27T00:36:51.773Z] ---> 2d9acf673f00 [2020-11-27T00:36:51.773Z] Step 20/21 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:36:52.748Z] ---> Running in 0dfcfb81e4d9 [2020-11-27T00:36:53.028Z] Removing intermediate container 252ec87e2efa [2020-11-27T00:36:53.028Z] ---> f5de6f2febb1 [2020-11-27T00:36:53.028Z] [2020-11-27T00:36:53.028Z] Step 10/24 : FROM scratch [2020-11-27T00:36:53.028Z] ---> [2020-11-27T00:36:53.028Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-27T00:36:53.308Z] Removing intermediate container 0dfcfb81e4d9 [2020-11-27T00:36:53.308Z] ---> 35aceed064ee [2020-11-27T00:36:53.308Z] Step 21/21 : LABEL version=0.0.0 [2020-11-27T00:36:53.308Z] ---> Running in a5a612b8b70d [2020-11-27T00:36:53.601Z] ---> Running in fbf192bb48b4 [2020-11-27T00:36:53.601Z] Removing intermediate container a5a612b8b70d [2020-11-27T00:36:53.601Z] ---> b0fa52b4db76 [2020-11-27T00:36:53.601Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-27T00:36:53.871Z] ---> Running in 86809b5141e6 [2020-11-27T00:36:54.139Z] Removing intermediate container fbf192bb48b4 [2020-11-27T00:36:54.139Z] ---> 597515e20540 [2020-11-27T00:36:54.139Z] [2020-11-27T00:36:54.139Z] Removing intermediate container 86809b5141e6 [2020-11-27T00:36:54.139Z] ---> ddc418d6cf9d [2020-11-27T00:36:54.139Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-27T00:36:54.421Z] ---> Running in 8c0185f9b682 [2020-11-27T00:36:54.712Z] Successfully built 597515e20540 [2020-11-27T00:36:55.004Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-27T00:36:55.283Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-11-27T00:36:55.283Z] Removing intermediate container 8c0185f9b682 [2020-11-27T00:36:55.283Z] ---> 25143b267903 [2020-11-27T00:36:55.283Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-27T00:36:56.727Z] ---> b8bc0f31d483 [2020-11-27T00:36:56.728Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-27T00:36:56.728Z] Removing intermediate container 5cfd9d99b12e [2020-11-27T00:36:56.728Z] ---> e5b27e131c00 [2020-11-27T00:36:56.728Z] [2020-11-27T00:36:56.728Z] Step 10/22 : FROM alpine:3.10 [2020-11-27T00:36:56.728Z] 3.10: Pulling from library/alpine [2020-11-27T00:37:04.126Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-27T00:37:04.399Z] Status: Downloaded newer image for alpine:3.10 [2020-11-27T00:37:04.399Z] ---> be4e4bea2c2e [2020-11-27T00:37:04.399Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-27T00:37:05.499Z] Removing intermediate container 147ecaccf494 [2020-11-27T00:37:05.499Z] ---> 7795793fa654 [2020-11-27T00:37:05.499Z] [2020-11-27T00:37:05.499Z] Step 10/22 : FROM scratch [2020-11-27T00:37:05.499Z] ---> [2020-11-27T00:37:05.499Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-27T00:37:05.499Z] ---> Using cache [2020-11-27T00:37:05.499Z] ---> b0fa52b4db76 [2020-11-27T00:37:05.499Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-27T00:37:05.499Z] ---> b1ad13ae1c1f [2020-11-27T00:37:05.499Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-27T00:37:05.500Z] ---> Running in 00f0ec49232e [2020-11-27T00:37:06.470Z] ---> Running in 353aeef6b2ef [2020-11-27T00:37:07.452Z] ---> d7efb9802ad6 [2020-11-27T00:37:07.452Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-27T00:37:08.421Z] Removing intermediate container 353aeef6b2ef [2020-11-27T00:37:08.421Z] ---> ed310823ad40 [2020-11-27T00:37:08.421Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:37:10.379Z] ---> Running in 11d06ffaf04e [2020-11-27T00:37:10.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:10.924Z] ---> 8c4572728ff7 [2020-11-27T00:37:10.924Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-27T00:37:10.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:11.198Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-27T00:37:11.198Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-27T00:37:11.198Z] OK: 10348 distinct packages available [2020-11-27T00:37:11.198Z] Removing intermediate container 11d06ffaf04e [2020-11-27T00:37:11.198Z] ---> 75c7ec4e6c40 [2020-11-27T00:37:11.198Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-27T00:37:11.470Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-27T00:37:11.470Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-27T00:37:11.470Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-27T00:37:11.470Z] (4/5) Installing curl (7.66.0-r1) [2020-11-27T00:37:11.470Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-27T00:37:11.470Z] Executing busybox-1.30.1-r3.trigger [2020-11-27T00:37:11.470Z] Executing ca-certificates-20191127-r2.trigger [2020-11-27T00:37:11.777Z] OK: 7 MiB in 19 packages [2020-11-27T00:37:11.777Z] ---> 6fdd2ed93ece [2020-11-27T00:37:11.777Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-27T00:37:12.385Z] ---> 9b2497654a9a [2020-11-27T00:37:12.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-27T00:37:12.662Z] ---> cfe1a1de4178 [2020-11-27T00:37:12.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-27T00:37:14.100Z] Removing intermediate container 00f0ec49232e [2020-11-27T00:37:14.101Z] ---> 8bcab8970ad8 [2020-11-27T00:37:14.101Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-27T00:37:15.072Z] ---> 334b082337d1 [2020-11-27T00:37:15.072Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-27T00:37:15.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-27T00:37:16.046Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:37:16.047Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-27T00:37:16.047Z] ---> fd69410f3dc0 [2020-11-27T00:37:16.047Z] Step 3/29 : WORKDIR /edgex-go [2020-11-27T00:37:16.047Z] ---> Using cache [2020-11-27T00:37:16.047Z] ---> 9e345d031d91 [2020-11-27T00:37:16.047Z] Step 4/29 : RUN apk update && apk add make git [2020-11-27T00:37:17.018Z] ---> Running in 464bce88278a [2020-11-27T00:37:17.018Z] ---> eae4fa5ac1e9 [2020-11-27T00:37:17.018Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-27T00:37:17.018Z] ---> Running in 95663bfe6ab5 [2020-11-27T00:37:17.310Z] ---> Running in df907324c784 [2020-11-27T00:37:18.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-27T00:37:18.725Z] Removing intermediate container 95663bfe6ab5 [2020-11-27T00:37:18.725Z] ---> e5e28bc0e26d [2020-11-27T00:37:18.725Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:37:18.725Z] Removing intermediate container a9ff81511c2a [2020-11-27T00:37:18.725Z] ---> f4e92054426a [2020-11-27T00:37:18.725Z] [2020-11-27T00:37:18.725Z] Step 10/23 : FROM alpine [2020-11-27T00:37:18.725Z] Removing intermediate container 464bce88278a [2020-11-27T00:37:18.725Z] ---> 16db80bc8ae4 [2020-11-27T00:37:18.725Z] Step 13/22 : WORKDIR / [2020-11-27T00:37:18.725Z] latest: Pulling from library/alpine [2020-11-27T00:37:18.725Z] ---> Running in 0faa10f1fdd5 [2020-11-27T00:37:18.725Z] ---> Running in 2b3977c22e7e [2020-11-27T00:37:18.725Z] ---> 8830470bd100 [2020-11-27T00:37:18.725Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-27T00:37:18.996Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-27T00:37:18.996Z] Status: Downloaded newer image for alpine:latest [2020-11-27T00:37:18.996Z] ---> d6e46aa2470d [2020-11-27T00:37:18.996Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:37:18.996Z] ---> Running in c87c20f4dc90 [2020-11-27T00:37:18.996Z] ---> Running in c81e7742eea0 [2020-11-27T00:37:19.262Z] Removing intermediate container 0faa10f1fdd5 [2020-11-27T00:37:19.262Z] ---> eaf0938bab27 [2020-11-27T00:37:19.262Z] Step 22/24 : LABEL arch=x86_64 [2020-11-27T00:37:19.262Z] Removing intermediate container 2b3977c22e7e [2020-11-27T00:37:19.262Z] ---> decff12d2a6e [2020-11-27T00:37:19.262Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-27T00:37:19.262Z] ---> Running in c5357de91088 [2020-11-27T00:37:19.528Z] Removing intermediate container c87c20f4dc90 [2020-11-27T00:37:19.528Z] ---> 74fb8d5312b2 [2020-11-27T00:37:19.528Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:37:19.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:19.528Z] Removing intermediate container c81e7742eea0 [2020-11-27T00:37:19.528Z] ---> ea12daf309ce [2020-11-27T00:37:19.528Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-27T00:37:19.528Z] ---> Running in 3e952c96b894 [2020-11-27T00:37:19.795Z] ---> Running in e03f2d13f6c8 [2020-11-27T00:37:19.795Z] Removing intermediate container c5357de91088 [2020-11-27T00:37:19.795Z] ---> 4a73dafed189 [2020-11-27T00:37:19.795Z] Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:37:19.795Z] ---> de95ac80b99a [2020-11-27T00:37:19.795Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-27T00:37:19.795Z] ---> Running in 992fcd40bc30 [2020-11-27T00:37:20.071Z] Removing intermediate container 3e952c96b894 [2020-11-27T00:37:20.071Z] ---> 29420a2d64bd [2020-11-27T00:37:20.071Z] Step 20/22 : LABEL arch=x86_64 [2020-11-27T00:37:20.071Z] Removing intermediate container e03f2d13f6c8 [2020-11-27T00:37:20.071Z] ---> 7aacd977c897 [2020-11-27T00:37:20.071Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-27T00:37:20.071Z] ---> Running in 93f88f1ab77c [2020-11-27T00:37:20.343Z] Removing intermediate container 992fcd40bc30 [2020-11-27T00:37:20.343Z] ---> 73feb5656433 [2020-11-27T00:37:20.343Z] Step 24/24 : LABEL version=0.0.0 [2020-11-27T00:37:20.343Z] ---> Running in ae5a81c3f27d [2020-11-27T00:37:20.343Z] ---> Running in 4de637d44624 [2020-11-27T00:37:20.343Z] ---> 1c5b3d4475d3 [2020-11-27T00:37:20.343Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-27T00:37:20.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:20.609Z] Removing intermediate container 93f88f1ab77c [2020-11-27T00:37:20.609Z] ---> bb398ba036a3 [2020-11-27T00:37:20.609Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:37:20.609Z] Removing intermediate container ae5a81c3f27d [2020-11-27T00:37:20.609Z] ---> 118f4962f6e6 [2020-11-27T00:37:20.609Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:37:20.876Z] ---> Running in 10922b94073b [2020-11-27T00:37:20.876Z] ---> Running in d961277fa669 [2020-11-27T00:37:20.876Z] Removing intermediate container 4de637d44624 [2020-11-27T00:37:20.876Z] ---> ab85be953493 [2020-11-27T00:37:20.876Z] [2020-11-27T00:37:20.876Z] ---> 758f87995831 [2020-11-27T00:37:20.876Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-27T00:37:21.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-27T00:37:21.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-27T00:37:21.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-27T00:37:21.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-27T00:37:21.158Z] Successfully built ab85be953493 [2020-11-27T00:37:21.158Z] Successfully tagged docker-support-notifications-go:latest [2020-11-27T00:37:21.158Z] Building docker-security-secretstore-setup-go [2020-11-27T00:37:21.158Z]  Building docker-support-notifications-go ... done Removing intermediate container 10922b94073b [2020-11-27T00:37:21.158Z] ---> 4757fb509387 [2020-11-27T00:37:21.158Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:37:21.432Z] ---> Running in d7aae41081e4 [2020-11-27T00:37:21.432Z] ---> 0c87afbf19ac [2020-11-27T00:37:21.432Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-27T00:37:21.432Z] ---> Running in 1f22b9350c89 [2020-11-27T00:37:21.718Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:37:21.718Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:37:21.718Z] OK: 12754 distinct packages available [2020-11-27T00:37:21.718Z] Removing intermediate container d7aae41081e4 [2020-11-27T00:37:21.718Z] ---> 2f58f23a99ac [2020-11-27T00:37:21.718Z] [2020-11-27T00:37:22.007Z] Successfully built 2f58f23a99ac [2020-11-27T00:37:22.284Z] OK: 233 MiB in 51 packages [2020-11-27T00:37:22.284Z] Successfully tagged docker-support-logging-go:latest [2020-11-27T00:37:22.284Z] Building docker-sys-mgmt-agent-go [2020-11-27T00:37:22.553Z]  Building docker-support-logging-go ... done Removing intermediate container d961277fa669 [2020-11-27T00:37:22.553Z] ---> fbb082bdd550 [2020-11-27T00:37:22.553Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-27T00:37:22.839Z] ---> Running in 1015a1de5671 [2020-11-27T00:37:27.095Z] Removing intermediate container df907324c784 [2020-11-27T00:37:27.095Z] ---> 214d4a36b132 [2020-11-27T00:37:27.095Z] Step 5/29 : COPY go.mod . [2020-11-27T00:37:27.881Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.076s [2020-11-27T00:37:27.881Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-27T00:37:27.881Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-27T00:37:28.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:28.155Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-27T00:37:28.383Z] Removing intermediate container 1f22b9350c89 [2020-11-27T00:37:28.383Z] ---> 5906e04c7e70 [2020-11-27T00:37:28.383Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-27T00:37:29.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-27T00:37:29.148Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-27T00:37:29.148Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-27T00:37:29.148Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-27T00:37:29.359Z] ---> 9a9ca2a5ac5d [2020-11-27T00:37:29.359Z] Step 6/29 : RUN go mod download [2020-11-27T00:37:29.359Z] ---> Running in 23c20f096536 [2020-11-27T00:37:29.359Z] ---> Running in 8a136c9a3371 [2020-11-27T00:37:29.980Z] Removing intermediate container 23c20f096536 [2020-11-27T00:37:29.980Z] ---> 59324aef65f3 [2020-11-27T00:37:29.980Z] Step 20/22 : LABEL arch=x86_64 [2020-11-27T00:37:29.980Z] ---> Running in 337d95d35026 [2020-11-27T00:37:30.580Z] Removing intermediate container 337d95d35026 [2020-11-27T00:37:30.580Z] ---> 3ca289ec2aec [2020-11-27T00:37:30.580Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:37:30.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:30.580Z] ---> Running in b81fa13df1e2 [2020-11-27T00:37:30.852Z] Removing intermediate container b81fa13df1e2 [2020-11-27T00:37:30.852Z] ---> 012cb43263af [2020-11-27T00:37:30.852Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:37:32.871Z] ---> Running in b40fc92f6916 [2020-11-27T00:37:33.143Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-27T00:37:33.143Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-27T00:37:33.412Z] Removing intermediate container b40fc92f6916 [2020-11-27T00:37:33.412Z] ---> ce2b670dae06 [2020-11-27T00:37:33.412Z] [2020-11-27T00:37:33.412Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-27T00:37:33.680Z] Successfully built ce2b670dae06 [2020-11-27T00:37:33.955Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-27T00:37:33.955Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-11-27T00:37:34.227Z] Removing intermediate container 8a136c9a3371 [2020-11-27T00:37:34.227Z] ---> b9b67af445c1 [2020-11-27T00:37:34.227Z] Step 7/29 : COPY . . [2020-11-27T00:37:34.227Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-27T00:37:34.819Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-27T00:37:34.819Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:37:35.095Z] OK: 8 MiB in 19 packages [2020-11-27T00:37:39.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 46.6% of statements [2020-11-27T00:37:39.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-27T00:37:39.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-27T00:37:39.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-27T00:37:39.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-27T00:37:39.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-27T00:37:40.573Z] Removing intermediate container 1015a1de5671 [2020-11-27T00:37:40.573Z] ---> e505d0f0ea14 [2020-11-27T00:37:40.573Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-27T00:37:42.121Z] ---> 75f984890dee [2020-11-27T00:37:42.121Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-27T00:37:44.971Z] ---> c8db60001918 [2020-11-27T00:37:44.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-27T00:37:45.245Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:37:45.245Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:37:45.245Z] ---> fd69410f3dc0 [2020-11-27T00:37:45.245Z] Step 3/27 : WORKDIR /edgex-go [2020-11-27T00:37:45.245Z] ---> Using cache [2020-11-27T00:37:45.245Z] ---> 9e345d031d91 [2020-11-27T00:37:45.245Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:37:45.245Z] ---> Using cache [2020-11-27T00:37:45.245Z] ---> fb790a16ee5c [2020-11-27T00:37:45.245Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-27T00:37:45.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:37:45.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:37:45.510Z] ---> fd69410f3dc0 [2020-11-27T00:37:45.510Z] Step 3/24 : WORKDIR /edgex-go [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> 9e345d031d91 [2020-11-27T00:37:45.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> fb790a16ee5c [2020-11-27T00:37:45.510Z] Step 5/24 : RUN apk update && apk add make git [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> 26486b27cefe [2020-11-27T00:37:45.510Z] Step 6/24 : COPY go.mod . [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> 524ca615f373 [2020-11-27T00:37:45.510Z] Step 7/24 : RUN go mod download [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> b70283208ee6 [2020-11-27T00:37:45.510Z] Step 8/24 : COPY . . [2020-11-27T00:37:45.510Z] ---> Using cache [2020-11-27T00:37:45.510Z] ---> 816d45d16f87 [2020-11-27T00:37:45.510Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-27T00:37:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.1% of statements [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-27T00:37:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-27T00:37:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-27T00:37:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.541s coverage: 69.3% of statements [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-27T00:37:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.301s coverage: 83.3% of statements [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-27T00:37:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-27T00:37:47.476Z] ---> Running in 9a8af60aa387 [2020-11-27T00:37:47.476Z] ---> e438a7627044 [2020-11-27T00:37:47.476Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-27T00:37:47.476Z] ---> Running in d08e0aa2fe8f [2020-11-27T00:37:48.065Z] ---> Running in 1ed7469d983d [2020-11-27T00:37:50.047Z] Removing intermediate container 1ed7469d983d [2020-11-27T00:37:50.047Z] ---> d4c1806804f1 [2020-11-27T00:37:50.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:37:50.324Z] ---> Running in 3df32730da34 [2020-11-27T00:37:50.916Z] Removing intermediate container 3df32730da34 [2020-11-27T00:37:50.916Z] ---> dce5d4d2cf6e [2020-11-27T00:37:50.916Z] Step 21/23 : LABEL arch=x86_64 [2020-11-27T00:37:50.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-27T00:37:50.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:51.182Z] ---> Running in cb8a14c349f3 [2020-11-27T00:37:52.601Z] Removing intermediate container cb8a14c349f3 [2020-11-27T00:37:52.601Z] ---> 00277cf4eddc [2020-11-27T00:37:52.601Z] Step 22/23 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:37:52.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:37:52.877Z] ---> Running in 0c562bcd05d5 [2020-11-27T00:37:53.471Z] Removing intermediate container 0c562bcd05d5 [2020-11-27T00:37:53.471Z] ---> 7360ca32792f [2020-11-27T00:37:53.471Z] Step 23/23 : LABEL version=0.0.0 [2020-11-27T00:37:54.096Z] ---> Running in 78f0b0b1cafe [2020-11-27T00:37:54.096Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:37:54.096Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:37:54.096Z] OK: 12754 distinct packages available [2020-11-27T00:37:54.375Z] OK: 233 MiB in 51 packages [2020-11-27T00:37:54.973Z] Removing intermediate container 78f0b0b1cafe [2020-11-27T00:37:54.973Z] ---> 1224bc29d198 [2020-11-27T00:37:54.973Z] [2020-11-27T00:37:55.985Z] Successfully built 1224bc29d198 [2020-11-27T00:37:56.265Z] Successfully tagged docker-core-data-go:latest [2020-11-27T00:37:56.265Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.468s coverage: 28.6% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.211s coverage: 100.0% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.114s coverage: 100.0% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-27T00:37:56.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 79.0% of statements [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-27T00:37:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-27T00:37:56.887Z] Removing intermediate container 9a8af60aa387 [2020-11-27T00:37:56.887Z] ---> 3c8654e23bb9 [2020-11-27T00:37:56.887Z] Step 6/27 : COPY go.mod . [2020-11-27T00:37:59.572Z] ---> 372241c04974 [2020-11-27T00:37:59.572Z] Step 7/27 : RUN go mod download [2020-11-27T00:38:00.220Z] ---> Running in 7756c463df93 [2020-11-27T00:38:01.705Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:38:01.705Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:38:01.705Z] ---> fd69410f3dc0 [2020-11-27T00:38:01.705Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> 9e345d031d91 [2020-11-27T00:38:01.705Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> fb790a16ee5c [2020-11-27T00:38:01.705Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> 26486b27cefe [2020-11-27T00:38:01.705Z] Step 6/22 : COPY go.mod . [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> 524ca615f373 [2020-11-27T00:38:01.705Z] Step 7/22 : RUN go mod download [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> b70283208ee6 [2020-11-27T00:38:01.705Z] Step 8/22 : COPY . . [2020-11-27T00:38:01.705Z] ---> Using cache [2020-11-27T00:38:01.705Z] ---> 816d45d16f87 [2020-11-27T00:38:01.705Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-27T00:38:01.984Z] ---> Running in 4c708ee761ab [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.036s coverage: 95.7% of statements [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.0% of statements [no tests to run] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.730s coverage: 63.5% of statements [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-27T00:38:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2020-11-27T00:38:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2020-11-27T00:38:04.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-27T00:38:05.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-11-27T00:38:05.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2020-11-27T00:38:05.638Z] Removing intermediate container 7756c463df93 [2020-11-27T00:38:05.638Z] ---> 443035037034 [2020-11-27T00:38:05.638Z] Step 8/27 : COPY . . [2020-11-27T00:38:05.638Z] ---> 46bff1babbf7 [2020-11-27T00:38:05.638Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-27T00:38:05.638Z] ---> Running in 7f501f65be6e [2020-11-27T00:38:09.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-27T00:38:09.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.945s coverage: 55.9% of statements [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-27T00:38:09.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-27T00:38:17.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-27T00:38:27.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:38:27.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:38:27.695Z] ---> fd69410f3dc0 [2020-11-27T00:38:27.695Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> 9e345d031d91 [2020-11-27T00:38:27.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> fb790a16ee5c [2020-11-27T00:38:27.695Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> 26486b27cefe [2020-11-27T00:38:27.695Z] Step 6/22 : COPY go.mod . [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> 524ca615f373 [2020-11-27T00:38:27.695Z] Step 7/22 : RUN go mod download [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> b70283208ee6 [2020-11-27T00:38:27.695Z] Step 8/22 : COPY . . [2020-11-27T00:38:27.695Z] ---> Using cache [2020-11-27T00:38:27.695Z] ---> 816d45d16f87 [2020-11-27T00:38:27.695Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-27T00:38:27.695Z] ---> Running in 93057d70404c [2020-11-27T00:38:28.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-27T00:38:34.152Z] Removing intermediate container d08e0aa2fe8f [2020-11-27T00:38:34.152Z] ---> fa5132cc8af9 [2020-11-27T00:38:34.152Z] [2020-11-27T00:38:34.152Z] Step 10/24 : FROM alpine:3.10 [2020-11-27T00:38:34.152Z] ---> be4e4bea2c2e [2020-11-27T00:38:34.152Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-27T00:38:34.152Z] ---> Using cache [2020-11-27T00:38:34.152Z] ---> 8bcab8970ad8 [2020-11-27T00:38:34.152Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-27T00:38:35.608Z] ---> Running in 4ce09264e67d [2020-11-27T00:38:36.610Z] Removing intermediate container 4ce09264e67d [2020-11-27T00:38:36.610Z] ---> e40c73e6660f [2020-11-27T00:38:36.610Z] Step 13/24 : WORKDIR / [2020-11-27T00:38:37.224Z] ---> Running in 738edd322eec [2020-11-27T00:38:37.841Z] ---> da70cac55c25 [2020-11-27T00:38:37.841Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-27T00:38:37.841Z] ---> Running in 513ee3ad7fe1 [2020-11-27T00:38:38.126Z] Removing intermediate container 738edd322eec [2020-11-27T00:38:38.126Z] ---> 510ae1026981 [2020-11-27T00:38:38.126Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-27T00:38:40.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-27T00:38:40.328Z] ---> d58dad73f754 [2020-11-27T00:38:40.328Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-27T00:38:40.883Z] Removing intermediate container 7f501f65be6e [2020-11-27T00:38:40.883Z] ---> 5e782df18917 [2020-11-27T00:38:40.883Z] [2020-11-27T00:38:40.883Z] Step 9/29 : FROM alpine:latest [2020-11-27T00:38:40.883Z] ---> d6e46aa2470d [2020-11-27T00:38:40.883Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-27T00:38:40.883Z] ---> Running in f6ed09f48e14 [2020-11-27T00:38:41.215Z] ---> 562c81f3492a [2020-11-27T00:38:41.215Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-27T00:38:41.215Z] Removing intermediate container f6ed09f48e14 [2020-11-27T00:38:41.215Z] ---> 9457fcef0957 [2020-11-27T00:38:41.215Z] Step 11/29 : USER root [2020-11-27T00:38:41.529Z] ---> Running in 0df4e1b45f96 [2020-11-27T00:38:41.529Z] ---> 62a3c8618ef7 [2020-11-27T00:38:41.529Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-27T00:38:41.858Z] Removing intermediate container 0df4e1b45f96 [2020-11-27T00:38:41.858Z] ---> 9a1505708f0c [2020-11-27T00:38:41.859Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-27T00:38:41.859Z] ---> Running in 50d6c0d7effa [2020-11-27T00:38:43.317Z] ---> 61ea29734d2c [2020-11-27T00:38:43.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-27T00:38:43.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:38:43.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:38:43.869Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:38:43.869Z] v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:38:43.869Z] OK: 12746 distinct packages available [2020-11-27T00:38:44.143Z] ---> f51bd7ffcf10 [2020-11-27T00:38:44.143Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-27T00:38:44.424Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-27T00:38:44.424Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-27T00:38:44.424Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:38:44.424Z] Executing ca-certificates-20191127-r4.trigger [2020-11-27T00:38:45.009Z] OK: 6 MiB in 16 packages [2020-11-27T00:38:45.989Z] ---> 9385324a682f [2020-11-27T00:38:45.989Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-27T00:38:46.277Z] ---> Running in 342cda079c94 [2020-11-27T00:38:47.770Z] Removing intermediate container 50d6c0d7effa [2020-11-27T00:38:47.770Z] ---> 455dd5187669 [2020-11-27T00:38:47.770Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-27T00:38:49.745Z] ---> Running in dfbb15569a98 [2020-11-27T00:38:50.751Z] Removing intermediate container 4c708ee761ab [2020-11-27T00:38:50.751Z] ---> 685deb64206b [2020-11-27T00:38:50.751Z] [2020-11-27T00:38:50.751Z] Step 10/22 : FROM scratch [2020-11-27T00:38:50.751Z] ---> [2020-11-27T00:38:50.751Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:38:50.751Z] Removing intermediate container dfbb15569a98 [2020-11-27T00:38:50.751Z] ---> c89babe1503b [2020-11-27T00:38:50.751Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-27T00:38:51.026Z] ---> Running in 9e0d29854527 [2020-11-27T00:38:51.621Z] ---> Using cache [2020-11-27T00:38:51.621Z] ---> 6586f9ae1829 [2020-11-27T00:38:51.621Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-27T00:38:51.903Z] Removing intermediate container 342cda079c94 [2020-11-27T00:38:51.903Z] ---> 15d860d42ac3 [2020-11-27T00:38:51.903Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-27T00:38:51.903Z] ---> Running in d965d0f4f36b [2020-11-27T00:38:51.903Z] Removing intermediate container 9e0d29854527 [2020-11-27T00:38:51.903Z] ---> de6fce619adf [2020-11-27T00:38:51.903Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-27T00:38:52.177Z] ---> Running in 960d28690c47 [2020-11-27T00:38:52.177Z] ---> Running in 399e68e62236 [2020-11-27T00:38:52.177Z] Removing intermediate container d965d0f4f36b [2020-11-27T00:38:52.177Z] ---> 205908507629 [2020-11-27T00:38:52.177Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:38:52.473Z] ---> Running in 4ea3c085f4e8 [2020-11-27T00:38:52.474Z] Removing intermediate container 960d28690c47 [2020-11-27T00:38:52.474Z] ---> 9e944ffead4f [2020-11-27T00:38:52.474Z] Step 22/24 : LABEL arch=x86_64 [2020-11-27T00:38:52.763Z] ---> Running in a38932b213f1 [2020-11-27T00:38:52.763Z] Removing intermediate container 4ea3c085f4e8 [2020-11-27T00:38:52.763Z] ---> 169cd2772f11 [2020-11-27T00:38:52.763Z] Step 14/22 : WORKDIR / [2020-11-27T00:38:53.049Z] ---> Running in 5d7d19ceafb5 [2020-11-27T00:38:53.329Z] Removing intermediate container a38932b213f1 [2020-11-27T00:38:53.329Z] ---> 869bb15c99ea [2020-11-27T00:38:53.329Z] Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:38:53.329Z] ---> Running in e37275ff658e [2020-11-27T00:38:53.607Z] Removing intermediate container 5d7d19ceafb5 [2020-11-27T00:38:53.607Z] ---> b3957cae12d7 [2020-11-27T00:38:53.607Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-27T00:38:53.885Z] Removing intermediate container e37275ff658e [2020-11-27T00:38:53.885Z] ---> 224705252f81 [2020-11-27T00:38:53.885Z] Step 24/24 : LABEL version=0.0.0 [2020-11-27T00:38:54.166Z] ---> Running in 46f97bc5dd4e [2020-11-27T00:38:54.166Z] ---> 85e801a57c01 [2020-11-27T00:38:54.166Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-27T00:38:54.781Z] Removing intermediate container 399e68e62236 [2020-11-27T00:38:54.782Z] ---> 9916a0c730d8 [2020-11-27T00:38:54.782Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-27T00:38:54.782Z] Removing intermediate container 46f97bc5dd4e [2020-11-27T00:38:54.782Z] ---> 3a375e0bf519 [2020-11-27T00:38:54.782Z] [2020-11-27T00:38:55.415Z] Successfully built 3a375e0bf519 [2020-11-27T00:38:55.415Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-27T00:38:55.415Z] Building docker-security-proxy-setup-go [2020-11-27T00:38:55.683Z]  Building docker-security-secretstore-setup-go ... done  ---> ddc0dfd2143b [2020-11-27T00:38:55.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-27T00:38:55.956Z] ---> e6d8350ab453 [2020-11-27T00:38:55.956Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-27T00:38:56.561Z] ---> c41610857333 [2020-11-27T00:38:56.561Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-27T00:38:56.852Z] ---> 63e0042fa97a [2020-11-27T00:38:56.852Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-27T00:38:56.852Z] ---> Running in 1bb4ad2399d3 [2020-11-27T00:39:03.599Z] ---> ede64581e9c0 [2020-11-27T00:39:03.599Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-27T00:39:03.600Z] Removing intermediate container 1bb4ad2399d3 [2020-11-27T00:39:03.600Z] ---> 38743ea7a51d [2020-11-27T00:39:03.600Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:39:03.600Z] ---> Running in 9f0273040e79 [2020-11-27T00:39:03.866Z] Removing intermediate container 9f0273040e79 [2020-11-27T00:39:03.866Z] ---> da9c756afdbe [2020-11-27T00:39:03.866Z] Step 20/22 : LABEL arch=x86_64 [2020-11-27T00:39:03.866Z] ---> 3ee1fd7631e2 [2020-11-27T00:39:03.866Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-27T00:39:05.865Z] ---> Running in 9b44d3e6935d [2020-11-27T00:39:05.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 51.482s coverage: 86.3% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.870s coverage: 72.2% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.641s coverage: 72.1% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.095s coverage: 82.4% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.077s coverage: 48.4% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.088s coverage: 96.8% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 37.2% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.511s coverage: 84.1% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.092s coverage: 42.9% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.097s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.094s coverage: 83.8% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.422s coverage: 29.1% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-27T00:39:05.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-11-27T00:39:05.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-11-27T00:39:05.976Z] GO111MODULE=on go vet ./... [2020-11-27T00:39:08.442Z] ---> 5d025fc268c7 [2020-11-27T00:39:08.442Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-27T00:39:11.040Z] ---> Running in dce7c3fa7f43 [2020-11-27T00:39:11.040Z] Removing intermediate container 9b44d3e6935d [2020-11-27T00:39:11.040Z] ---> 14cd82c1edaa [2020-11-27T00:39:11.040Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:39:11.040Z] Removing intermediate container 93057d70404c [2020-11-27T00:39:11.040Z] ---> 101c5a3f0e37 [2020-11-27T00:39:11.040Z] [2020-11-27T00:39:11.040Z] Step 10/22 : FROM scratch [2020-11-27T00:39:11.040Z] ---> [2020-11-27T00:39:11.040Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:39:11.040Z] ---> Running in bcb30bd92a78 [2020-11-27T00:39:11.628Z] ---> Using cache [2020-11-27T00:39:11.628Z] ---> 6586f9ae1829 [2020-11-27T00:39:11.628Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-27T00:39:13.060Z] ---> Running in 468f6d6be917 [2020-11-27T00:39:14.027Z] Removing intermediate container bcb30bd92a78 [2020-11-27T00:39:14.027Z] ---> 6b2e46b4090d [2020-11-27T00:39:14.027Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:39:15.435Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:39:15.435Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:39:15.701Z] ---> fd69410f3dc0 [2020-11-27T00:39:15.701Z] Step 3/20 : WORKDIR /edgex-go [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> 9e345d031d91 [2020-11-27T00:39:17.107Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> fb790a16ee5c [2020-11-27T00:39:17.107Z] Step 5/20 : RUN apk update && apk add make git [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> 26486b27cefe [2020-11-27T00:39:17.107Z] Step 6/20 : COPY go.mod . [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> 524ca615f373 [2020-11-27T00:39:17.107Z] Step 7/20 : RUN go mod download [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> b70283208ee6 [2020-11-27T00:39:17.107Z] Step 8/20 : COPY . . [2020-11-27T00:39:17.107Z] ---> Running in eebe35fbd684 [2020-11-27T00:39:17.107Z] Removing intermediate container 468f6d6be917 [2020-11-27T00:39:17.107Z] ---> 498af7103278 [2020-11-27T00:39:17.107Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:39:17.107Z] ---> Using cache [2020-11-27T00:39:17.107Z] ---> 816d45d16f87 [2020-11-27T00:39:17.107Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-27T00:39:17.107Z] Removing intermediate container 513ee3ad7fe1 [2020-11-27T00:39:17.107Z] ---> ee1db8d9a29b [2020-11-27T00:39:17.107Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-27T00:39:17.107Z] ---> Running in 854e69f14e39 [2020-11-27T00:39:17.107Z] ---> Running in 2e0636406ebd [2020-11-27T00:39:17.107Z] ---> Running in ac032cb7d1ec [2020-11-27T00:39:17.371Z] Removing intermediate container eebe35fbd684 [2020-11-27T00:39:17.371Z] ---> 9b848911e9b2 [2020-11-27T00:39:17.371Z] [2020-11-27T00:39:17.371Z] Removing intermediate container 854e69f14e39 [2020-11-27T00:39:17.371Z] ---> 2ea9cba023e1 [2020-11-27T00:39:17.371Z] Step 14/22 : WORKDIR / [2020-11-27T00:39:17.371Z] Successfully built 9b848911e9b2 [2020-11-27T00:39:17.638Z] Removing intermediate container dce7c3fa7f43 [2020-11-27T00:39:17.638Z] ---> 5e4581fa5b25 [2020-11-27T00:39:17.638Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-27T00:39:17.638Z] Successfully tagged docker-core-metadata-go:latest [2020-11-27T00:39:17.638Z]  Building docker-core-metadata-go ... done  ---> Running in e620ed510a89 [2020-11-27T00:39:17.957Z] Removing intermediate container e620ed510a89 [2020-11-27T00:39:17.957Z] ---> 1dc1b1b399c8 [2020-11-27T00:39:17.957Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-27T00:39:17.957Z] ---> e6498f9176ff [2020-11-27T00:39:17.957Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-27T00:39:17.957Z] ---> Running in b3498ed79b54 [2020-11-27T00:39:19.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-27T00:39:19.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-27T00:39:19.365Z] ---> 4ea85f71c35c [2020-11-27T00:39:19.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-27T00:39:20.363Z] ---> 201f77925cdd [2020-11-27T00:39:20.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-27T00:39:20.953Z] Removing intermediate container b3498ed79b54 [2020-11-27T00:39:20.953Z] ---> 7789d35b726d [2020-11-27T00:39:20.953Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-27T00:39:20.953Z] ---> 50b1c7032603 [2020-11-27T00:39:20.953Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-27T00:39:20.953Z] ---> Running in 5fb81f46766b [2020-11-27T00:39:20.953Z] ---> Running in bd2ddea6ed54 [2020-11-27T00:39:21.674Z] Removing intermediate container bd2ddea6ed54 [2020-11-27T00:39:21.674Z] ---> 334567d3b463 [2020-11-27T00:39:21.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:39:21.674Z] ---> Running in bfb342881cf4 [2020-11-27T00:39:22.321Z] Removing intermediate container bfb342881cf4 [2020-11-27T00:39:22.321Z] ---> fe669c1b2608 [2020-11-27T00:39:22.321Z] Step 20/22 : LABEL arch=x86_64 [2020-11-27T00:39:22.610Z] ---> Running in a1e7b320088a [2020-11-27T00:39:22.610Z] Removing intermediate container 2e0636406ebd [2020-11-27T00:39:22.610Z] ---> e7c4995216d6 [2020-11-27T00:39:22.610Z] [2020-11-27T00:39:22.610Z] Step 11/27 : FROM docker:latest [2020-11-27T00:39:22.610Z] ---> 6972c414f322 [2020-11-27T00:39:22.610Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-27T00:39:22.610Z] ---> Running in 667c6f158841 [2020-11-27T00:39:23.228Z] Removing intermediate container a1e7b320088a [2020-11-27T00:39:23.228Z] ---> 4b15ee2e219f [2020-11-27T00:39:23.228Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:39:23.499Z] ---> Running in 81f96fb6e0d4 [2020-11-27T00:39:24.102Z] Removing intermediate container 81f96fb6e0d4 [2020-11-27T00:39:24.102Z] ---> c7f7d0f4c164 [2020-11-27T00:39:24.102Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:39:24.102Z] Removing intermediate container 5fb81f46766b [2020-11-27T00:39:24.102Z] ---> 93ab79593590 [2020-11-27T00:39:24.102Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-27T00:39:24.102Z] ---> Running in 9bc6a784bfec [2020-11-27T00:39:24.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:24.102Z] ---> Running in cf5b0864ff36 [2020-11-27T00:39:24.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:24.372Z] Removing intermediate container cf5b0864ff36 [2020-11-27T00:39:24.372Z] ---> 3c6dcb775aaf [2020-11-27T00:39:24.372Z] Step 26/29 : CMD [ "generate" ] [2020-11-27T00:39:24.372Z] Removing intermediate container 9bc6a784bfec [2020-11-27T00:39:24.372Z] ---> ae84e20f4cc8 [2020-11-27T00:39:24.372Z] [2020-11-27T00:39:24.372Z] (1/2) Installing readline (8.0.4-r0) [2020-11-27T00:39:24.372Z] (2/2) Installing bash (5.0.17-r0) [2020-11-27T00:39:24.372Z] Executing bash-5.0.17-r0.post-install [2020-11-27T00:39:24.372Z] ---> Running in aa2170d5c1bb [2020-11-27T00:39:24.372Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:39:24.372Z] OK: 12 MiB in 22 packages [2020-11-27T00:39:24.646Z] Successfully built ae84e20f4cc8 [2020-11-27T00:39:24.646Z] Successfully tagged docker-core-command-go:latest [2020-11-27T00:39:24.646Z]  Building docker-core-command-go ... done Removing intermediate container aa2170d5c1bb [2020-11-27T00:39:24.646Z] ---> 2264d73920cc [2020-11-27T00:39:24.646Z] Step 27/29 : LABEL arch=x86_64 [2020-11-27T00:39:24.917Z] ---> Running in 24576f0ad17c [2020-11-27T00:39:24.917Z] Removing intermediate container 24576f0ad17c [2020-11-27T00:39:24.917Z] ---> 5341daab08b0 [2020-11-27T00:39:24.917Z] Step 28/29 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:39:25.180Z] ---> Running in 1c26ea5a989b [2020-11-27T00:39:25.180Z] Removing intermediate container 667c6f158841 [2020-11-27T00:39:25.180Z] ---> a1fd2be4f6a8 [2020-11-27T00:39:25.180Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-27T00:39:25.452Z] ---> Running in 8b50962d95ee [2020-11-27T00:39:25.452Z] Removing intermediate container 1c26ea5a989b [2020-11-27T00:39:25.452Z] ---> 4f1acdfe39f4 [2020-11-27T00:39:25.452Z] Step 29/29 : LABEL version=0.0.0 [2020-11-27T00:39:25.729Z] ---> Running in 9cbbe1394c8a [2020-11-27T00:39:26.020Z] Removing intermediate container 9cbbe1394c8a [2020-11-27T00:39:26.021Z] ---> 281f26c49425 [2020-11-27T00:39:26.021Z] [2020-11-27T00:39:26.653Z] Successfully built 281f26c49425 [2020-11-27T00:39:26.653Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-27T00:39:27.242Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 8b50962d95ee [2020-11-27T00:39:27.242Z] ---> 6e8773f4db40 [2020-11-27T00:39:27.242Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-27T00:39:27.511Z] ---> Running in 681d57e482e6 [2020-11-27T00:39:27.787Z] Removing intermediate container 681d57e482e6 [2020-11-27T00:39:27.787Z] ---> 05d9d275ddc2 [2020-11-27T00:39:27.787Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-27T00:39:27.787Z] ---> Running in 5f104c9dad7e [2020-11-27T00:39:28.054Z] Removing intermediate container 5f104c9dad7e [2020-11-27T00:39:28.054Z] ---> e15db25efd19 [2020-11-27T00:39:28.054Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-27T00:39:28.322Z] ---> Running in ccee0095d224 [2020-11-27T00:39:28.597Z] Removing intermediate container ccee0095d224 [2020-11-27T00:39:28.597Z] ---> e09befc219e7 [2020-11-27T00:39:28.597Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-27T00:39:29.198Z] ---> eb36cb59df81 [2020-11-27T00:39:29.198Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-27T00:39:29.463Z] ---> 3ec1a9e87b65 [2020-11-27T00:39:29.463Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-27T00:39:30.041Z] ---> 647698e04131 [2020-11-27T00:39:30.041Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-27T00:39:30.041Z] ---> Running in 077ca6a4dd1e [2020-11-27T00:39:30.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:30.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:30.905Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-27T00:39:30.905Z] (2/33) Installing expat (2.2.9-r1) [2020-11-27T00:39:30.905Z] (3/33) Installing libffi (3.3-r2) [2020-11-27T00:39:30.905Z] (4/33) Installing gdbm (1.13-r1) [2020-11-27T00:39:30.905Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-27T00:39:30.905Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-27T00:39:30.905Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-27T00:39:36.658Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-27T00:39:36.658Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-27T00:39:36.658Z] Removing intermediate container ac032cb7d1ec [2020-11-27T00:39:36.658Z] ---> 75b776756a25 [2020-11-27T00:39:36.658Z] [2020-11-27T00:39:36.658Z] Step 10/20 : FROM alpine [2020-11-27T00:39:36.658Z] ---> d6e46aa2470d [2020-11-27T00:39:36.658Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-27T00:39:36.658Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-27T00:39:36.658Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-27T00:39:36.658Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-27T00:39:36.658Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-27T00:39:36.658Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-27T00:39:36.658Z] ---> Running in 753b37d0c59e [2020-11-27T00:39:36.658Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-27T00:39:36.658Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-27T00:39:36.658Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-27T00:39:36.658Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-27T00:39:36.658Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-27T00:39:36.658Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-27T00:39:36.658Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-27T00:39:36.658Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-27T00:39:36.658Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-27T00:39:36.658Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-27T00:39:36.658Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-27T00:39:36.658Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-27T00:39:36.658Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-27T00:39:36.658Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-27T00:39:36.658Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-27T00:39:36.658Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-27T00:39:36.928Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-27T00:39:36.928Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-27T00:39:36.928Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-27T00:39:36.928Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:39:36.928Z] OK: 71 MiB in 55 packages [2020-11-27T00:39:37.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:37.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:39:37.458Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:39:37.458Z] v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:39:37.458Z] OK: 12746 distinct packages available [2020-11-27T00:39:37.722Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-27T00:39:37.722Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-27T00:39:37.722Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-27T00:39:37.722Z] (4/4) Installing curl (7.69.1-r1) [2020-11-27T00:39:37.722Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:39:37.722Z] Executing ca-certificates-20191127-r4.trigger [2020-11-27T00:39:37.984Z] OK: 7 MiB in 18 packages [2020-11-27T00:39:40.544Z] Removing intermediate container 753b37d0c59e [2020-11-27T00:39:40.544Z] ---> a2162ca68fce [2020-11-27T00:39:40.544Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-27T00:39:42.650Z] ---> Running in b1df903a708c [2020-11-27T00:39:44.578Z] Removing intermediate container b1df903a708c [2020-11-27T00:39:44.578Z] ---> 05ee553576e9 [2020-11-27T00:39:44.578Z] Step 13/20 : WORKDIR /edgex [2020-11-27T00:39:44.578Z] ---> Running in f03086b5aa8b [2020-11-27T00:39:44.578Z] Removing intermediate container 077ca6a4dd1e [2020-11-27T00:39:44.578Z] ---> 7d6ff68ff2b0 [2020-11-27T00:39:44.578Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-27T00:39:44.578Z] ---> Running in 9f090d7cbbf0 [2020-11-27T00:39:44.845Z] Removing intermediate container f03086b5aa8b [2020-11-27T00:39:44.845Z] ---> c9e125c41e8b [2020-11-27T00:39:44.845Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-27T00:39:45.109Z] ---> 93dc5046d995 [2020-11-27T00:39:45.109Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-27T00:39:45.705Z] ---> f6ba8e586cc7 [2020-11-27T00:39:45.705Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-27T00:39:45.705Z] ---> Running in bd23051fb9e3 [2020-11-27T00:39:45.967Z] Removing intermediate container bd23051fb9e3 [2020-11-27T00:39:45.968Z] ---> 2431d5026e83 [2020-11-27T00:39:45.968Z] Step 17/20 : CMD ["--init=true"] [2020-11-27T00:39:45.968Z] ---> Running in 1adb1225055a [2020-11-27T00:39:46.229Z] Collecting docker-compose==1.23.2 [2020-11-27T00:39:46.229Z] Removing intermediate container 1adb1225055a [2020-11-27T00:39:46.229Z] ---> 94200da25be9 [2020-11-27T00:39:46.229Z] Step 18/20 : LABEL arch=x86_64 [2020-11-27T00:39:46.229Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-27T00:39:46.229Z] ---> Running in f79ffb32e835 [2020-11-27T00:39:46.493Z] Removing intermediate container f79ffb32e835 [2020-11-27T00:39:46.493Z] ---> c7b1b75121fd [2020-11-27T00:39:46.493Z] Step 19/20 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:39:46.493Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-27T00:39:46.493Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-27T00:39:46.493Z] ---> Running in 37fdbb019d8e [2020-11-27T00:39:46.763Z] Removing intermediate container 37fdbb019d8e [2020-11-27T00:39:46.763Z] ---> 0f497af8a640 [2020-11-27T00:39:46.763Z] Step 20/20 : LABEL version=0.0.0 [2020-11-27T00:39:46.763Z] ---> Running in 720199f8f038 [2020-11-27T00:39:47.025Z] Removing intermediate container 720199f8f038 [2020-11-27T00:39:47.025Z] ---> 05ab15727a46 [2020-11-27T00:39:47.026Z] [2020-11-27T00:39:47.605Z] Successfully built 05ab15727a46 [2020-11-27T00:39:47.605Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-27T00:39:47.605Z]  Building docker-security-proxy-setup-go ... done Collecting cached-property<2,>=1.2.0 [2020-11-27T00:39:47.605Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-27T00:39:47.605Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-27T00:39:47.605Z] Collecting texttable<0.10,>=0.9.0 [2020-11-27T00:39:47.605Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-27T00:39:49.532Z] Collecting jsonschema<3,>=2.5.1 [2020-11-27T00:39:49.532Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-27T00:39:49.796Z] Collecting docker<4.0,>=3.6.0 [2020-11-27T00:39:49.796Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-27T00:39:49.796Z] Collecting docopt<0.7,>=0.6.1 [2020-11-27T00:39:49.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-27T00:39:50.776Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-27T00:39:50.776Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-27T00:39:50.776Z] Collecting PyYAML<4,>=3.10 [2020-11-27T00:39:50.776Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-27T00:39:51.722Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-27T00:39:51.722Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-27T00:39:51.992Z] Collecting docker-pycreds>=0.4.0 [2020-11-27T00:39:51.992Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-27T00:39:51.992Z] Collecting idna<2.8,>=2.5 [2020-11-27T00:39:51.992Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-27T00:39:52.258Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-27T00:39:52.258Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-27T00:39:52.258Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-27T00:39:52.258Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-27T00:39:52.258Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-27T00:39:52.258Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-27T00:39:52.258Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-27T00:39:52.258Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-27T00:39:52.524Z] Installing collected packages: dockerpty, cached-property, texttable, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, docker-compose [2020-11-27T00:39:52.524Z] Running setup.py install for dockerpty: started [2020-11-27T00:39:53.105Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-27T00:39:53.105Z] Running setup.py install for texttable: started [2020-11-27T00:39:53.684Z] Running setup.py install for texttable: finished with status 'done' [2020-11-27T00:39:53.947Z] Attempting uninstall: idna [2020-11-27T00:39:53.947Z] Found existing installation: idna 2.9 [2020-11-27T00:39:53.947Z] Uninstalling idna-2.9: [2020-11-27T00:39:53.947Z] Successfully uninstalled idna-2.9 [2020-11-27T00:39:54.209Z] Attempting uninstall: urllib3 [2020-11-27T00:39:54.209Z] Found existing installation: urllib3 1.25.9 [2020-11-27T00:39:54.209Z] Uninstalling urllib3-1.25.9: [2020-11-27T00:39:54.209Z] Successfully uninstalled urllib3-1.25.9 [2020-11-27T00:39:54.471Z] Attempting uninstall: requests [2020-11-27T00:39:54.471Z] Found existing installation: requests 2.23.0 [2020-11-27T00:39:54.471Z] Uninstalling requests-2.23.0: [2020-11-27T00:39:54.471Z] Successfully uninstalled requests-2.23.0 [2020-11-27T00:39:54.735Z] Running setup.py install for docopt: started [2020-11-27T00:39:55.313Z] Running setup.py install for docopt: finished with status 'done' [2020-11-27T00:39:55.313Z] Running setup.py install for PyYAML: started [2020-11-27T00:39:55.889Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-27T00:39:56.155Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-27T00:40:00.427Z] Removing intermediate container 9f090d7cbbf0 [2020-11-27T00:40:00.427Z] ---> b528cfa0a5f7 [2020-11-27T00:40:00.427Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-27T00:40:00.427Z] ---> Running in 215a52313bda [2020-11-27T00:40:00.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-27T00:40:00.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-27T00:40:00.801Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-27T00:40:00.801Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-27T00:40:00.801Z] (3/3) Installing curl (7.69.1-r1) [2020-11-27T00:40:00.801Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:40:00.801Z] OK: 72 MiB in 58 packages [2020-11-27T00:40:01.773Z] Removing intermediate container 215a52313bda [2020-11-27T00:40:01.773Z] ---> e45c6bfbaa15 [2020-11-27T00:40:01.773Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-27T00:40:01.773Z] ---> Running in 2febf7ce9403 [2020-11-27T00:40:01.773Z] Removing intermediate container 2febf7ce9403 [2020-11-27T00:40:01.773Z] ---> a99b188da881 [2020-11-27T00:40:01.773Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:40:01.773Z] ---> Running in ee51b7bf6706 [2020-11-27T00:40:02.036Z] Removing intermediate container ee51b7bf6706 [2020-11-27T00:40:02.036Z] ---> ad1316351772 [2020-11-27T00:40:02.036Z] Step 25/27 : LABEL arch=x86_64 [2020-11-27T00:40:02.036Z] ---> Running in 6a83c75dde6e [2020-11-27T00:40:02.299Z] Removing intermediate container 6a83c75dde6e [2020-11-27T00:40:02.299Z] ---> db469b89c276 [2020-11-27T00:40:02.299Z] Step 26/27 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:40:02.299Z] ---> Running in fa9971c49509 [2020-11-27T00:40:02.299Z] Removing intermediate container fa9971c49509 [2020-11-27T00:40:02.299Z] ---> 98770444f90f [2020-11-27T00:40:02.299Z] Step 27/27 : LABEL version=0.0.0 [2020-11-27T00:40:02.562Z] ---> Running in 41e096eb8f24 [2020-11-27T00:40:02.562Z] Removing intermediate container 41e096eb8f24 [2020-11-27T00:40:02.562Z] ---> 8d619a740cab [2020-11-27T00:40:02.562Z] [2020-11-27T00:40:02.823Z] Successfully built 8d619a740cab [2020-11-27T00:40:02.823Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-27T00:40:03.099Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-27T00:40:03.109Z] $ docker stop --time=1 bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d [2020-11-27T00:40:04.747Z] $ docker rm -f bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-27T00:40:05.383Z] + docker images [2020-11-27T00:40:05.383Z] + grep docker [2020-11-27T00:40:05.383Z] docker-sys-mgmt-agent-go latest 8d619a740cab 3 seconds ago 290MB [2020-11-27T00:40:05.383Z] docker-security-proxy-setup-go latest 05ab15727a46 19 seconds ago 15.8MB [2020-11-27T00:40:05.383Z] docker-security-secrets-setup-go latest 281f26c49425 40 seconds ago 24MB [2020-11-27T00:40:05.383Z] docker-core-command-go latest ae84e20f4cc8 41 seconds ago 12.2MB [2020-11-27T00:40:05.383Z] docker-core-metadata-go latest 9b848911e9b2 49 seconds ago 14.5MB [2020-11-27T00:40:05.383Z] docker-security-secretstore-setup-go latest 3a375e0bf519 About a minute ago 24.8MB [2020-11-27T00:40:05.383Z] docker-core-data-go latest 1224bc29d198 2 minutes ago 23.7MB [2020-11-27T00:40:05.383Z] docker-security-bootstrap-redis-go latest ce2b670dae06 2 minutes ago 15.9MB [2020-11-27T00:40:05.383Z] docker-support-logging-go latest 2f58f23a99ac 2 minutes ago 11.1MB [2020-11-27T00:40:05.383Z] docker-support-notifications-go latest ab85be953493 2 minutes ago 13.6MB [2020-11-27T00:40:05.383Z] docker-support-scheduler-go latest 597515e20540 3 minutes ago 12.3MB [2020-11-27T00:40:05.383Z] docker latest 6972c414f322 5 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-11-27T00:40:14.010Z] gofmt -l . [2020-11-27T00:40:14.010Z] [ "`gofmt -l .`" = "" ] [2020-11-27T00:40:15.454Z] ./bin/test-go-mod-tidy.sh [2020-11-27T00:40:16.442Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-27T00:40:21.235Z] Still waiting to schedule task [2020-11-27T00:40:21.236Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-11-27T00:40:21.415Z] + ls -al . [2020-11-27T00:40:21.415Z] total 672 [2020-11-27T00:40:21.415Z] drwxrwxr-x 9 1001 1001 4096 Nov 27 00:40 . [2020-11-27T00:40:21.415Z] drwxr-xr-x 4 root root 4096 Nov 27 00:35 .. [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 11 Nov 27 00:34 .dockerignore [2020-11-27T00:40:21.415Z] drwxrwxr-x 8 1001 1001 4096 Nov 27 00:34 .git [2020-11-27T00:40:21.415Z] drwxrwxr-x 3 1001 1001 4096 Nov 27 00:34 .github [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 971 Nov 27 00:34 .gitignore [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 166 Nov 27 00:34 .sonarcloud.properties [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 3804 Nov 27 00:34 CONTRIBUTING.md [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 1035 Nov 27 00:34 Dockerfile.build [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 943 Nov 27 00:34 Jenkinsfile [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 10775 Nov 27 00:34 LICENSE [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 6581 Nov 27 00:34 Makefile [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 6447 Nov 27 00:34 README.md [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 259 Nov 27 00:34 SECURITY.md [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 5 Nov 27 00:30 VERSION [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 4131 Nov 27 00:34 ZMQWindows.md [2020-11-27T00:40:21.415Z] drwxrwxr-x 2 1001 1001 4096 Nov 27 00:34 bin [2020-11-27T00:40:21.415Z] drwxrwxr-x 15 1001 1001 4096 Nov 27 00:34 cmd [2020-11-27T00:40:21.415Z] -rw-r--r-- 1 root root 549148 Nov 27 00:38 coverage.out [2020-11-27T00:40:21.415Z] -rw-r--r-- 1 root root 1041 Nov 27 00:40 go.mod [2020-11-27T00:40:21.415Z] -rw-r--r-- 1 root root 18746 Nov 27 00:40 go.sum [2020-11-27T00:40:21.415Z] drwxrwxr-x 8 1001 1001 4096 Nov 27 00:34 internal [2020-11-27T00:40:21.415Z] drwxrwxr-x 4 1001 1001 4096 Nov 27 00:34 openapi [2020-11-27T00:40:21.415Z] drwxrwxr-x 4 1001 1001 4096 Nov 27 00:34 snap [2020-11-27T00:40:21.415Z] -rw-rw-r-- 1 1001 1001 168 Nov 27 00:34 version.go [Pipeline] sh [2020-11-27T00:40:22.087Z] + '[' -e coverage.out ] [2020-11-27T00:40:22.087Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-27T00:40:22.108Z] Warning: overwriting stash ‘coverage-report’ [2020-11-27T00:40:23.514Z] Stashed 1 file(s) [Pipeline] sh [2020-11-27T00:40:24.248Z] + make build [2020-11-27T00:40:24.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-27T00:40:56.627Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-27T00:41:06.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-27T00:41:12.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-27T00:41:18.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-27T00:41:25.604Z] Running on prd-ubuntu18.04-docker-8c-8g-13635 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-27T00:41:25.665Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-11-27T00:41:27.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-27T00:41:28.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-27T00:41:28.628Z] using credential edgex-jenkins-ssh [2020-11-27T00:41:28.725Z] Cloning the remote Git repository [2020-11-27T00:41:28.768Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:41:28.866Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-11-27T00:41:28.909Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:41:28.910Z] > git --version # timeout=10 [2020-11-27T00:41:28.922Z] > git --version # 'git version 2.17.1' [2020-11-27T00:41:28.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:41:28.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:41:34.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-27T00:41:45.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-27T00:41:49.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-27T00:41:56.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-27T00:42:01.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-27T00:42:05.845Z] 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 [Pipeline] } [2020-11-27T00:42:11.917Z] $ docker stop --time=1 f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 [2020-11-27T00:42:13.035Z] Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-27T00:42:13.415Z] Merge succeeded, producing 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 [2020-11-27T00:42:13.415Z] Checking out Revision 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 (PR-2898) [2020-11-27T00:42:12.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:42:12.421Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:42:12.435Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:42:12.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:42:12.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:42:12.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-27T00:42:13.050Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:42:13.057Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-27T00:42:13.229Z] > git remote # timeout=10 [2020-11-27T00:42:13.240Z] > git config --get remote.origin.url # timeout=10 [2020-11-27T00:42:13.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:42:13.256Z] > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 [2020-11-27T00:42:13.411Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-27T00:42:13.433Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:42:13.440Z] > git checkout -f 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 # timeout=10 [2020-11-27T00:42:14.493Z] $ docker rm -f f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:42:16.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-27T00:42:16.683Z] [2020-11-27T00:42:16.683Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:42:17.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-27T00:42:17.354Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-27T00:42:17.354Z] 29e5d40040c1: Pulling fs layer [2020-11-27T00:42:17.354Z] 1ce36da41761: Pulling fs layer [2020-11-27T00:42:17.354Z] 25b303627fd3: Pulling fs layer [2020-11-27T00:42:17.354Z] 29e5d40040c1: Download complete [2020-11-27T00:42:17.598Z] Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" [2020-11-27T00:42:17.615Z] First time build. Skipping changelog. [2020-11-27T00:42:17.956Z] 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T00:42:18.571Z] 1ce36da41761: Verifying Checksum [2020-11-27T00:42:18.571Z] 1ce36da41761: Download complete [2020-11-27T00:42:19.043Z] + echo snap-build.sh [2020-11-27T00:42:19.043Z] snap-build.sh [2020-11-27T00:42:19.043Z] + SNAP_BASE_DIR=. [2020-11-27T00:42:19.043Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-11-27T00:42:19.043Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-11-27T00:42:19.043Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-11-27T00:42:19.043Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-11-27T00:42:19.043Z] + cd /w/workspace/edgex-go/3 [2020-11-27T00:42:19.043Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-11-27T00:42:19.043Z] Reading package lists... [2020-11-27T00:42:19.318Z] Building dependency tree... [2020-11-27T00:42:19.318Z] Reading state information... [2020-11-27T00:42:19.550Z] 1ce36da41761: Pull complete [2020-11-27T00:42:19.587Z] The following packages were automatically installed and are no longer required: [2020-11-27T00:42:19.587Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-11-27T00:42:19.587Z] uidmap xdelta3 [2020-11-27T00:42:19.588Z] Use 'sudo apt autoremove' to remove them. [2020-11-27T00:42:19.588Z] The following packages will be REMOVED: [2020-11-27T00:42:19.588Z] lxd* lxd-client* [2020-11-27T00:42:19.822Z] 25b303627fd3: Verifying Checksum [2020-11-27T00:42:19.823Z] 25b303627fd3: Download complete [2020-11-27T00:42:20.583Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-11-27T00:42:20.583Z] After this operation, 31.7 MB disk space will be freed. [2020-11-27T00:42:17.609Z] > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 [2020-11-27T00:42:22.184Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-11-27T00:42:22.184Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:42:23.583Z] Removing lxd dnsmasq configuration [2020-11-27T00:42:23.583Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:42:23.848Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-11-27T00:42:24.803Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-11-27T00:42:25.067Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-11-27T00:42:25.067Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:42:27.633Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-11-27T00:42:27.633Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-11-27T00:42:29.572Z] + sudo snap remove --purge lxd [2020-11-27T00:42:29.572Z] snap "lxd" is not installed [2020-11-27T00:42:29.572Z] + sudo groupadd --force --system lxd [2020-11-27T00:42:29.572Z] ++ whoami [2020-11-27T00:42:29.572Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-11-27T00:42:29.572Z] + newgrp - lxd [2020-11-27T00:42:29.572Z] + sudo snap install lxd [2020-11-27T00:42:29.963Z] 25b303627fd3: Pull complete [2020-11-27T00:42:29.963Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-27T00:42:29.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-27T00:42:29.963Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-27T00:42:30.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container [2020-11-27T00:42:30.320Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-27T00:42:33.667Z] $ docker top 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T00:42:34.752Z] + docker-compose build --help [2020-11-27T00:42:34.752Z] + grep parallel [2020-11-27T00:42:39.626Z] 2020-11-27T00:42:37Z INFO Waiting for automatic snapd restart... [2020-11-27T00:42:40.156Z] --parallel Build images in parallel. [Pipeline] } [2020-11-27T00:42:40.174Z] $ docker stop --time=1 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 [2020-11-27T00:42:42.147Z] $ docker rm -f 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-27T00:42:43.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-27T00:42:43.068Z] . [Pipeline] withDockerContainer [2020-11-27T00:42:43.343Z] prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container [2020-11-27T00:42:43.460Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 [2020-11-27T00:42:44.914Z] $ docker top 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T00:42:46.009Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-27T00:42:52.727Z] Building docker-core-command-go ... [2020-11-27T00:42:52.727Z] Building docker-core-data-go ... [2020-11-27T00:42:52.727Z] Building docker-core-metadata-go ... [2020-11-27T00:42:52.727Z] Building docker-security-bootstrap-redis-go ... [2020-11-27T00:42:52.727Z] Building docker-security-proxy-setup-go ... [2020-11-27T00:42:52.727Z] Building docker-security-secrets-setup-go ... [2020-11-27T00:42:52.727Z] Building docker-security-secretstore-setup-go ... [2020-11-27T00:42:52.727Z] Building docker-support-logging-go ... [2020-11-27T00:42:52.727Z] Building docker-support-notifications-go ... [2020-11-27T00:42:52.727Z] Building docker-support-scheduler-go ... [2020-11-27T00:42:52.727Z] Building docker-sys-mgmt-agent-go ... [2020-11-27T00:42:52.727Z] Building docker-security-secretstore-setup-go [2020-11-27T00:42:52.727Z] Building docker-support-scheduler-go [2020-11-27T00:42:52.727Z] Building docker-core-command-go [2020-11-27T00:42:52.727Z] Building docker-core-data-go [2020-11-27T00:42:52.727Z] Building docker-security-bootstrap-redis-go [2020-11-27T00:42:54.601Z] lxd 4.8 from Canonical* installed [2020-11-27T00:42:54.601Z] + sudo lxd init --auto [2020-11-27T00:43:04.680Z] + sudo snap install --classic snapcraft [2020-11-27T00:43:12.900Z] snapcraft 4.4.2 from Canonical* installed [2020-11-27T00:43:12.900Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-11-27T00:43:12.900Z] + patch --verbose -p1 [2020-11-27T00:43:12.900Z] Hmm... Looks like a unified diff to me... [2020-11-27T00:43:12.900Z] The text leading up to this was: [2020-11-27T00:43:12.900Z] -------------------------- [2020-11-27T00:43:12.900Z] |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 [2020-11-27T00:43:12.900Z] |From: Tony Espy [2020-11-27T00:43:12.900Z] |Date: Wed, 28 Oct 2020 12:14:21 -0400 [2020-11-27T00:43:12.900Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2020-11-27T00:43:12.900Z] | [2020-11-27T00:43:12.900Z] |--- [2020-11-27T00:43:12.900Z] | snap/snapcraft.yaml | 465 +------------------------------------------- [2020-11-27T00:43:12.900Z] | 1 file changed, 2 insertions(+), 463 deletions(-) [2020-11-27T00:43:12.900Z] | [2020-11-27T00:43:12.900Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-11-27T00:43:12.900Z] |index 7d1e8c7c..24aef30d 100644 [2020-11-27T00:43:12.900Z] |--- a/snap/snapcraft.yaml [2020-11-27T00:43:12.900Z] |+++ b/snap/snapcraft.yaml [2020-11-27T00:43:12.900Z] -------------------------- [2020-11-27T00:43:12.900Z] patching file snap/snapcraft.yaml [2020-11-27T00:43:12.900Z] Using Plan A... [2020-11-27T00:43:12.900Z] Hunk #1 succeeded at 75. [2020-11-27T00:43:12.900Z] Hunk #2 succeeded at 84. [2020-11-27T00:43:12.900Z] Hunk #3 succeeded at 218 (offset -1 lines). [2020-11-27T00:43:12.900Z] Hunk #4 succeeded at 226 (offset -1 lines). [2020-11-27T00:43:12.900Z] Hunk #5 succeeded at 233 (offset -1 lines). [2020-11-27T00:43:12.900Z] Hunk #6 succeeded at 260 (offset -1 lines). [2020-11-27T00:43:12.900Z] Hunk #7 succeeded at 294 (offset -1 lines). [2020-11-27T00:43:12.900Z] Hunk #8 FAILED at 342. [2020-11-27T00:43:12.900Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-11-27T00:43:12.900Z] Hmm... Ignoring the trailing garbage. [2020-11-27T00:43:12.900Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-27T00:43:13.732Z] Failed in branch amd64 [2020-11-27T00:44:14.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:44:14.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:44:14.515Z] ---> 6ade605ce546 [2020-11-27T00:44:14.515Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:44:14.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:44:14.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:44:14.515Z] ---> 6ade605ce546 [2020-11-27T00:44:14.515Z] Step 3/24 : WORKDIR /edgex-go [2020-11-27T00:44:14.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:44:14.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:44:14.515Z] ---> 6ade605ce546 [2020-11-27T00:44:14.515Z] Step 3/23 : WORKDIR /edgex-go [2020-11-27T00:44:14.515Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:44:14.515Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:44:14.515Z] ---> 6ade605ce546 [2020-11-27T00:44:14.515Z] Step 3/21 : WORKDIR /edgex-go [2020-11-27T00:44:14.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:44:14.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:44:14.515Z] ---> 6ade605ce546 [2020-11-27T00:44:14.515Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:44:14.515Z] ---> Running in 9ce0e02d0ea9 [2020-11-27T00:44:14.515Z] ---> Running in 11de547d181c [2020-11-27T00:44:14.515Z] ---> Running in 3541301e1c41 [2020-11-27T00:44:14.515Z] ---> Running in a0267bd05fe4 [2020-11-27T00:44:14.515Z] ---> Running in f17502b65632 [2020-11-27T00:44:14.515Z] Removing intermediate container 9ce0e02d0ea9 [2020-11-27T00:44:14.515Z] ---> bef3d3400835 [2020-11-27T00:44:14.515Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:44:14.515Z] Removing intermediate container 3541301e1c41 [2020-11-27T00:44:14.515Z] ---> 890eae64e396 [2020-11-27T00:44:14.515Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:44:14.515Z] Removing intermediate container 11de547d181c [2020-11-27T00:44:14.515Z] ---> 91061f5d133a [2020-11-27T00:44:14.515Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:44:14.515Z] ---> Running in ead0c071dc44 [2020-11-27T00:44:14.515Z] ---> Running in d388e6477304 [2020-11-27T00:44:14.515Z] Removing intermediate container a0267bd05fe4 [2020-11-27T00:44:14.515Z] ---> 2c3c5fbc273a [2020-11-27T00:44:14.515Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:44:14.515Z] Removing intermediate container f17502b65632 [2020-11-27T00:44:14.515Z] ---> ee27e3974cf3 [2020-11-27T00:44:14.515Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:44:14.515Z] ---> Running in 18ae0816e896 [2020-11-27T00:44:14.515Z] ---> Running in 2ad8cf0c7b6f [2020-11-27T00:44:14.515Z] ---> Running in 2f9ad094cf50 [2020-11-27T00:44:14.515Z] Removing intermediate container ead0c071dc44 [2020-11-27T00:44:14.515Z] ---> eb3c7ac25551 [2020-11-27T00:44:14.515Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:44:14.515Z] ---> Running in d8279934a2ce [2020-11-27T00:44:14.515Z] Removing intermediate container d388e6477304 [2020-11-27T00:44:14.515Z] ---> a854f23b1ff4 [2020-11-27T00:44:14.515Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:44:14.515Z] Removing intermediate container 18ae0816e896 [2020-11-27T00:44:14.515Z] ---> ddefa50faf13 [2020-11-27T00:44:14.515Z] Step 5/24 : RUN apk update && apk add make git [2020-11-27T00:44:14.515Z] ---> Running in 58a5f4456fa6 [2020-11-27T00:44:14.515Z] Removing intermediate container 2f9ad094cf50 [2020-11-27T00:44:14.515Z] ---> 0831ec568409 [2020-11-27T00:44:14.515Z] Step 5/21 : RUN apk update && apk add make git [2020-11-27T00:44:14.515Z] ---> Running in 8a750454d17e [2020-11-27T00:44:14.515Z] Removing intermediate container 2ad8cf0c7b6f [2020-11-27T00:44:14.515Z] ---> 9b5ddb93c380 [2020-11-27T00:44:14.515Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-27T00:44:14.515Z] ---> Running in c13464cf10d1 [2020-11-27T00:44:14.515Z] ---> Running in b77e714ae9eb [2020-11-27T00:44:14.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:14.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:15.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:15.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:15.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:15.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:16.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:16.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:17.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:17.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:44:17.707Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:44:17.707Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:44:17.707Z] OK: 12625 distinct packages available [2020-11-27T00:44:17.988Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:44:17.988Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:44:17.988Z] OK: 12625 distinct packages available [2020-11-27T00:44:18.597Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:44:18.597Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:44:18.597Z] OK: 12625 distinct packages available [2020-11-27T00:44:18.597Z] OK: 217 MiB in 51 packages [2020-11-27T00:44:18.883Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:44:18.883Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:44:18.883Z] OK: 12625 distinct packages available [2020-11-27T00:44:19.166Z] OK: 217 MiB in 51 packages [2020-11-27T00:44:19.780Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:44:19.780Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:44:19.780Z] OK: 12625 distinct packages available [2020-11-27T00:44:19.780Z] OK: 217 MiB in 51 packages [2020-11-27T00:44:20.069Z] OK: 217 MiB in 51 packages [2020-11-27T00:44:20.679Z] Removing intermediate container d8279934a2ce [2020-11-27T00:44:20.679Z] ---> 60d531f23d9d [2020-11-27T00:44:20.679Z] Step 6/22 : COPY go.mod . [2020-11-27T00:44:20.963Z] OK: 217 MiB in 51 packages [2020-11-27T00:44:21.240Z] Removing intermediate container 58a5f4456fa6 [2020-11-27T00:44:21.240Z] ---> e64983d17f4a [2020-11-27T00:44:21.240Z] Step 6/22 : COPY go.mod . [2020-11-27T00:44:22.232Z] Removing intermediate container 8a750454d17e [2020-11-27T00:44:22.232Z] ---> c91ea5f65c41 [2020-11-27T00:44:22.232Z] Step 6/24 : COPY go.mod . [2020-11-27T00:44:22.232Z] ---> 5b8fae5c0f8e [2020-11-27T00:44:22.232Z] Step 7/22 : RUN go mod download [2020-11-27T00:44:22.232Z] Removing intermediate container b77e714ae9eb [2020-11-27T00:44:22.232Z] ---> 8cb9f119bbb8 [2020-11-27T00:44:22.232Z] Step 6/23 : COPY go.mod . [2020-11-27T00:44:22.511Z] ---> Running in 4057e7d222f9 [2020-11-27T00:44:22.793Z] ---> cf3f0d61c823 [2020-11-27T00:44:22.793Z] Step 7/22 : RUN go mod download [2020-11-27T00:44:22.793Z] ---> Running in 98667d9790d5 [2020-11-27T00:44:22.793Z] Removing intermediate container c13464cf10d1 [2020-11-27T00:44:22.793Z] ---> b4ae1c5c0d6b [2020-11-27T00:44:22.793Z] Step 6/21 : COPY go.mod . [2020-11-27T00:44:23.815Z] ---> adfeb76bca47 [2020-11-27T00:44:23.815Z] Step 7/24 : RUN go mod download [2020-11-27T00:44:23.815Z] ---> 8fd5395df68c [2020-11-27T00:44:23.815Z] Step 7/23 : RUN go mod download [2020-11-27T00:44:23.815Z] ---> Running in 259e9869d2d9 [2020-11-27T00:44:24.118Z] ---> Running in e0a550f34235 [2020-11-27T00:44:24.421Z] ---> f40deb087c70 [2020-11-27T00:44:24.421Z] Step 7/21 : RUN go mod download [2020-11-27T00:44:24.421Z] ---> Running in 91df23520c19 [2020-11-27T00:44:28.300Z] Removing intermediate container 98667d9790d5 [2020-11-27T00:44:28.300Z] ---> b11a98636627 [2020-11-27T00:44:28.300Z] Step 8/22 : COPY . .Removing intermediate container 4057e7d222f9 [2020-11-27T00:44:28.300Z] [2020-11-27T00:44:28.300Z] ---> 26f3ce14dcae [2020-11-27T00:44:28.300Z] Step 8/22 : COPY . . [2020-11-27T00:44:28.912Z] Removing intermediate container 259e9869d2d9 [2020-11-27T00:44:28.912Z] ---> b744c608561d [2020-11-27T00:44:28.912Z] Step 8/24 : COPY . . [2020-11-27T00:44:29.190Z] Removing intermediate container e0a550f34235 [2020-11-27T00:44:29.190Z] ---> 18d1e31975b6 [2020-11-27T00:44:29.190Z] Step 8/23 : COPY . . [2020-11-27T00:44:29.796Z] Removing intermediate container 91df23520c19 [2020-11-27T00:44:29.796Z] ---> ef1c1c9f37bb [2020-11-27T00:44:29.796Z] Step 8/21 : COPY . . [2020-11-27T00:44:56.705Z] ---> 43616dba2442 [2020-11-27T00:44:56.705Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-27T00:44:56.705Z] ---> 172e73595d9a [2020-11-27T00:44:56.705Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-27T00:44:56.705Z] ---> c5477ec78669 [2020-11-27T00:44:56.705Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-27T00:44:56.705Z] ---> cf0c6585fac3 [2020-11-27T00:44:56.705Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-27T00:44:56.705Z] ---> Running in fa3437520be1 [2020-11-27T00:44:56.705Z] ---> 5a5aabb2a2fb [2020-11-27T00:44:56.705Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-27T00:44:56.705Z] ---> Running in 67fe5a823504 [2020-11-27T00:44:56.705Z] ---> Running in b1a7441c39d0 [2020-11-27T00:44:56.705Z] ---> Running in c4245122d80f [2020-11-27T00:44:56.705Z] ---> Running in 6ded9cc43cdb [2020-11-27T00:44:58.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-27T00:44:58.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-27T00:44:58.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-27T00:44:58.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-27T00:44:59.291Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-27T00:46:36.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-27T00:46:41.920Z] Removing intermediate container fa3437520be1 [2020-11-27T00:46:41.920Z] ---> fe67c0fb5e30 [2020-11-27T00:46:41.920Z] [2020-11-27T00:46:41.920Z] Step 10/22 : FROM alpine:3.10 [2020-11-27T00:46:41.920Z] 3.10: Pulling from library/alpine [2020-11-27T00:46:42.916Z] Removing intermediate container 67fe5a823504 [2020-11-27T00:46:42.916Z] ---> 799756ac0f2e [2020-11-27T00:46:42.916Z] [2020-11-27T00:46:42.916Z] Step 10/24 : FROM alpine:3.10 [2020-11-27T00:46:42.916Z] 3.10: Pulling from library/alpine [2020-11-27T00:46:43.193Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-27T00:46:43.193Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-27T00:46:43.193Z] Status: Image is up to date for alpine:3.10 [2020-11-27T00:46:43.193Z] ---> 536a684cf733 [2020-11-27T00:46:43.193Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-27T00:46:43.193Z] Status: Downloaded newer image for alpine:3.10 [2020-11-27T00:46:43.193Z] ---> 536a684cf733 [2020-11-27T00:46:43.193Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-27T00:46:43.479Z] ---> Running in 3d078c854ff7 [2020-11-27T00:46:43.479Z] ---> Running in 67e9ef6032ad [2020-11-27T00:46:46.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:46:46.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:46:46.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:46:46.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:46:47.000Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-27T00:46:47.000Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-27T00:46:47.000Z] OK: 10169 distinct packages available [2020-11-27T00:46:47.000Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-27T00:46:47.000Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-27T00:46:47.000Z] OK: 10169 distinct packages available [2020-11-27T00:46:47.603Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-27T00:46:47.603Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-27T00:46:47.883Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-27T00:46:47.883Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-27T00:46:47.883Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-27T00:46:47.883Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-27T00:46:47.883Z] (4/5) Installing curl (7.66.0-r1) [2020-11-27T00:46:47.883Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-27T00:46:47.883Z] (4/5) Installing curl (7.66.0-r1) [2020-11-27T00:46:47.883Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-27T00:46:47.883Z] Executing busybox-1.30.1-r3.trigger [2020-11-27T00:46:47.883Z] Executing busybox-1.30.1-r3.trigger [2020-11-27T00:46:47.883Z] Executing ca-certificates-20191127-r2.trigger [2020-11-27T00:46:47.883Z] Executing ca-certificates-20191127-r2.trigger [2020-11-27T00:46:48.491Z] OK: 7 MiB in 19 packages [2020-11-27T00:46:48.491Z] OK: 7 MiB in 19 packages [2020-11-27T00:46:51.942Z] Removing intermediate container 3d078c854ff7 [2020-11-27T00:46:51.942Z] ---> 6137f2e45de5 [2020-11-27T00:46:51.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-27T00:46:52.219Z] ---> Running in 55e97d5349e4 [2020-11-27T00:46:52.499Z] Removing intermediate container 67e9ef6032ad [2020-11-27T00:46:52.499Z] ---> 5be95bf7fc1e [2020-11-27T00:46:52.499Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-27T00:46:52.784Z] ---> Running in ca06a001679b [2020-11-27T00:46:53.066Z] Removing intermediate container 55e97d5349e4 [2020-11-27T00:46:53.066Z] ---> 4971264eeedb [2020-11-27T00:46:53.066Z] Step 13/22 : WORKDIR / [2020-11-27T00:46:53.350Z] ---> Running in 8c62a0ecfbb9 [2020-11-27T00:46:53.633Z] Removing intermediate container ca06a001679b [2020-11-27T00:46:53.633Z] ---> a1e9e5e238cc [2020-11-27T00:46:53.633Z] Step 13/24 : WORKDIR / [2020-11-27T00:46:53.918Z] ---> Running in 310fd1d45ab1 [2020-11-27T00:46:54.204Z] Removing intermediate container 8c62a0ecfbb9 [2020-11-27T00:46:54.204Z] ---> 276f488aaaa3 [2020-11-27T00:46:54.204Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-27T00:46:54.818Z] Removing intermediate container 310fd1d45ab1 [2020-11-27T00:46:54.818Z] ---> 1f40c62e01d8 [2020-11-27T00:46:54.818Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-27T00:46:55.445Z] ---> 585855638566 [2020-11-27T00:46:55.445Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-27T00:46:56.917Z] ---> 3407bc208150 [2020-11-27T00:46:56.917Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-27T00:46:57.531Z] ---> 0bc89ac3ee5b [2020-11-27T00:46:57.531Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-27T00:46:58.147Z] ---> 49d298193622 [2020-11-27T00:46:58.147Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-27T00:46:58.760Z] ---> 5adf17cda225 [2020-11-27T00:46:58.760Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-27T00:46:59.367Z] ---> cf203a78e7fd [2020-11-27T00:46:59.367Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-27T00:47:00.855Z] ---> 287fbe3cfabb [2020-11-27T00:47:00.855Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-27T00:47:01.137Z] ---> Running in d02265ed581f [2020-11-27T00:47:01.751Z] ---> c74469edf1c8 [2020-11-27T00:47:01.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-27T00:47:04.444Z] ---> b01b616c7002 [2020-11-27T00:47:04.444Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-27T00:47:07.900Z] ---> 736621dd6651 [2020-11-27T00:47:07.900Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-27T00:47:07.900Z] Removing intermediate container d02265ed581f [2020-11-27T00:47:07.900Z] ---> df886cc8a3d1 [2020-11-27T00:47:07.900Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-27T00:47:07.900Z] ---> Running in 14f8ae72f515 [2020-11-27T00:47:08.189Z] ---> Running in 1ebb39d29dc1 [2020-11-27T00:47:10.206Z] Removing intermediate container 1ebb39d29dc1 [2020-11-27T00:47:10.207Z] ---> e2d98b8d7bd6 [2020-11-27T00:47:10.207Z] Step 20/22 : LABEL arch=arm64 [2020-11-27T00:47:11.200Z] ---> Running in a568dae0a95f [2020-11-27T00:47:12.193Z] Removing intermediate container b1a7441c39d0 [2020-11-27T00:47:12.193Z] ---> dfdf300f89f7 [2020-11-27T00:47:12.193Z] [2020-11-27T00:47:12.193Z] Step 10/22 : FROM scratch [2020-11-27T00:47:12.193Z] ---> [2020-11-27T00:47:12.193Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:47:12.193Z] Removing intermediate container a568dae0a95f [2020-11-27T00:47:12.193Z] ---> d0d6e0081dd0 [2020-11-27T00:47:12.193Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:47:12.469Z] Removing intermediate container 6ded9cc43cdb [2020-11-27T00:47:12.469Z] ---> dc3b0ac6c402 [2020-11-27T00:47:12.469Z] [2020-11-27T00:47:12.469Z] Step 10/21 : FROM scratch [2020-11-27T00:47:12.469Z] ---> [2020-11-27T00:47:12.469Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:47:12.469Z] ---> Running in 571ef8fe1072 [2020-11-27T00:47:12.469Z] ---> Running in df40ced026a2 [2020-11-27T00:47:12.748Z] Removing intermediate container 14f8ae72f515 [2020-11-27T00:47:12.748Z] ---> 0d13c35bf947 [2020-11-27T00:47:12.748Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-27T00:47:12.748Z] ---> Running in 4f5e005e2a7a [2020-11-27T00:47:13.027Z] ---> Running in 3d15707331cc [2020-11-27T00:47:13.631Z] Removing intermediate container df40ced026a2 [2020-11-27T00:47:13.631Z] ---> 36f05202e139 [2020-11-27T00:47:13.631Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:47:13.631Z] Removing intermediate container 571ef8fe1072 [2020-11-27T00:47:13.631Z] ---> 5beb32c0c74a [2020-11-27T00:47:13.631Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-27T00:47:13.631Z] ---> Running in d42c5bdd3b86 [2020-11-27T00:47:13.631Z] ---> Running in 5a86d6bf8856 [2020-11-27T00:47:13.915Z] Removing intermediate container 3d15707331cc [2020-11-27T00:47:13.915Z] ---> 571b40b82459 [2020-11-27T00:47:13.915Z] Step 22/24 : LABEL arch=arm64 [2020-11-27T00:47:13.915Z] Removing intermediate container 4f5e005e2a7a [2020-11-27T00:47:13.915Z] ---> 63c2e53a3565 [2020-11-27T00:47:13.915Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-27T00:47:14.191Z] ---> Running in 538efd7514d4 [2020-11-27T00:47:14.191Z] ---> Running in 40bcdaff35e8 [2020-11-27T00:47:14.471Z] Removing intermediate container d42c5bdd3b86 [2020-11-27T00:47:14.471Z] Removing intermediate container 5a86d6bf8856 [2020-11-27T00:47:14.471Z] ---> 86a412669be3 [2020-11-27T00:47:14.471Z] ---> edd395a00188 [2020-11-27T00:47:14.471Z] [2020-11-27T00:47:14.471Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:47:14.759Z] ---> Running in 150927afa7c8 [2020-11-27T00:47:15.035Z] Removing intermediate container 40bcdaff35e8 [2020-11-27T00:47:15.035Z] ---> a6545d3a5e51 [2020-11-27T00:47:15.035Z] Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:47:15.035Z] Removing intermediate container 538efd7514d4 [2020-11-27T00:47:15.035Z] ---> 20a43286f6cf [2020-11-27T00:47:15.035Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-27T00:47:15.035Z] ---> Running in 4600b0e56e61 [2020-11-27T00:47:15.309Z] ---> Running in e417fe8b136f [2020-11-27T00:47:15.309Z] Successfully built 86a412669be3 [2020-11-27T00:47:15.309Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-27T00:47:15.309Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-11-27T00:47:15.585Z] Removing intermediate container 150927afa7c8 [2020-11-27T00:47:15.585Z] ---> dd1d03632133 [2020-11-27T00:47:15.585Z] Step 14/22 : WORKDIR / [2020-11-27T00:47:15.585Z] ---> Running in af42c8e219c0 [2020-11-27T00:47:15.864Z] Removing intermediate container 4600b0e56e61 [2020-11-27T00:47:15.864Z] ---> 1e40e9240e06 [2020-11-27T00:47:15.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-27T00:47:16.140Z] Removing intermediate container e417fe8b136f [2020-11-27T00:47:16.140Z] ---> 45e54b2777e1 [2020-11-27T00:47:16.140Z] Step 24/24 : LABEL version=0.0.0 [2020-11-27T00:47:16.422Z] ---> Running in 4a8596b02e13 [2020-11-27T00:47:16.702Z] Removing intermediate container af42c8e219c0 [2020-11-27T00:47:16.702Z] ---> 3e17b2d8aa23 [2020-11-27T00:47:16.702Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-27T00:47:17.703Z] Removing intermediate container 4a8596b02e13 [2020-11-27T00:47:17.703Z] ---> 3fd151e93d8f [2020-11-27T00:47:17.703Z] [2020-11-27T00:47:17.983Z] ---> d8be698624eb [2020-11-27T00:47:17.983Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-27T00:47:17.983Z] Successfully built 3fd151e93d8f [2020-11-27T00:47:18.262Z] ---> 315df7dd846d [2020-11-27T00:47:18.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-27T00:47:18.262Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-27T00:47:18.262Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-27T00:47:21.682Z] ---> d599a46df148 [2020-11-27T00:47:21.682Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-27T00:47:21.979Z] ---> 70184ff76126 [2020-11-27T00:47:21.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-27T00:47:24.027Z] ---> fab87b8f8de7 [2020-11-27T00:47:24.027Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-27T00:47:25.035Z] ---> 7eaf02087895 [2020-11-27T00:47:25.035Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-27T00:47:25.035Z] ---> Running in ffaf2cd60510 [2020-11-27T00:47:25.035Z] ---> Running in 4d66c461da9e [2020-11-27T00:47:25.647Z] Removing intermediate container ffaf2cd60510 [2020-11-27T00:47:25.648Z] ---> 75e6680dbc07 [2020-11-27T00:47:25.648Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:47:25.943Z] Removing intermediate container 4d66c461da9e [2020-11-27T00:47:25.943Z] ---> 18329bc3dfee [2020-11-27T00:47:25.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:47:25.943Z] ---> Running in a6f62ef63cdf [2020-11-27T00:47:26.559Z] ---> Running in 7e033f8c8705 [2020-11-27T00:47:26.835Z] Removing intermediate container a6f62ef63cdf [2020-11-27T00:47:26.835Z] ---> a96bb4b5f1dc [2020-11-27T00:47:26.835Z] Step 19/21 : LABEL arch=arm64 [2020-11-27T00:47:27.116Z] ---> Running in a19726d30c55 [2020-11-27T00:47:27.116Z] Removing intermediate container 7e033f8c8705 [2020-11-27T00:47:27.116Z] ---> bbc9d3c71c54 [2020-11-27T00:47:27.116Z] Step 20/22 : LABEL arch=arm64 [2020-11-27T00:47:27.399Z] ---> Running in e4adb87912fa [2020-11-27T00:47:28.003Z] Removing intermediate container a19726d30c55 [2020-11-27T00:47:28.004Z] ---> dc37e466afcf [2020-11-27T00:47:28.004Z] Step 20/21 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:47:29.008Z] ---> Running in 7d3c4b3be946 [2020-11-27T00:47:29.287Z] Removing intermediate container e4adb87912fa [2020-11-27T00:47:29.287Z] ---> 53f68575a1a3 [2020-11-27T00:47:29.287Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:47:30.276Z] ---> Running in 3fc491e4c92d [2020-11-27T00:47:30.552Z] Removing intermediate container 7d3c4b3be946 [2020-11-27T00:47:30.552Z] ---> d8395bd99518 [2020-11-27T00:47:30.552Z] Step 21/21 : LABEL version=0.0.0 [2020-11-27T00:47:31.158Z] Removing intermediate container 3fc491e4c92d [2020-11-27T00:47:31.158Z] ---> 4e26aa852fe7 [2020-11-27T00:47:31.158Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:47:31.445Z] ---> Running in 709780c04468 [2020-11-27T00:47:31.725Z] ---> Running in 01a829f6c010 [2020-11-27T00:47:32.350Z] Removing intermediate container 709780c04468 [2020-11-27T00:47:32.350Z] ---> 8b3aad5cb435 [2020-11-27T00:47:32.350Z] [2020-11-27T00:47:33.350Z] Removing intermediate container 01a829f6c010 [2020-11-27T00:47:33.350Z] ---> c10c2732197a [2020-11-27T00:47:33.350Z] [2020-11-27T00:47:33.350Z] Successfully built 8b3aad5cb435 [2020-11-27T00:47:33.350Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-27T00:47:33.350Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-11-27T00:47:33.626Z] Successfully built c10c2732197a [2020-11-27T00:47:33.626Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-27T00:47:33.626Z] Building docker-security-secrets-setup-go [2020-11-27T00:47:33.899Z]  Building docker-core-command-go ... done Removing intermediate container c4245122d80f [2020-11-27T00:47:33.899Z] ---> 6be85b80df22 [2020-11-27T00:47:33.899Z] [2020-11-27T00:47:33.899Z] Step 10/23 : FROM alpine [2020-11-27T00:47:34.173Z] latest: Pulling from library/alpine [2020-11-27T00:47:34.173Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-27T00:47:34.173Z] Status: Downloaded newer image for alpine:latest [2020-11-27T00:47:34.173Z] ---> 2e77e061c27f [2020-11-27T00:47:34.173Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:47:34.451Z] ---> Running in cf61cc04b943 [2020-11-27T00:47:35.054Z] Removing intermediate container cf61cc04b943 [2020-11-27T00:47:35.054Z] ---> c28c3e823c6b [2020-11-27T00:47:35.054Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-27T00:47:35.054Z] ---> Running in 3cbaab228074 [2020-11-27T00:47:35.651Z] Removing intermediate container 3cbaab228074 [2020-11-27T00:47:35.651Z] ---> dec13a01fd1c [2020-11-27T00:47:35.651Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-27T00:47:35.925Z] ---> Running in a5dd0ea4f6e0 [2020-11-27T00:47:36.556Z] Removing intermediate container a5dd0ea4f6e0 [2020-11-27T00:47:36.556Z] ---> 4edae1aab48e [2020-11-27T00:47:36.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:47:36.835Z] ---> Running in 1ae826d310d8 [2020-11-27T00:47:41.180Z] Removing intermediate container 1ae826d310d8 [2020-11-27T00:47:41.180Z] ---> 8cc6b30c5d11 [2020-11-27T00:47:41.180Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-27T00:47:41.462Z] ---> Running in 74583e6fcc88 [2020-11-27T00:47:42.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:47:43.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:47:44.528Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-27T00:47:44.528Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-27T00:47:44.804Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-27T00:47:45.079Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-27T00:47:45.079Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-27T00:47:45.355Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:47:45.355Z] OK: 8 MiB in 19 packages [2020-11-27T00:47:48.775Z] Removing intermediate container 74583e6fcc88 [2020-11-27T00:47:48.775Z] ---> 33ec651833cb [2020-11-27T00:47:48.775Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-27T00:47:50.224Z] ---> ebd429b49c7f [2020-11-27T00:47:50.224Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-27T00:47:52.860Z] ---> 17a4fc6ae578 [2020-11-27T00:47:52.860Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-27T00:47:54.840Z] ---> 4dea3644dc3b [2020-11-27T00:47:54.840Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-27T00:47:55.115Z] ---> Running in 93431ad41d12 [2020-11-27T00:47:56.100Z] Removing intermediate container 93431ad41d12 [2020-11-27T00:47:56.100Z] ---> 65a4f6cb97c1 [2020-11-27T00:47:56.100Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:47:56.705Z] ---> Running in 5a33ec614ac0 [2020-11-27T00:47:57.683Z] Removing intermediate container 5a33ec614ac0 [2020-11-27T00:47:57.683Z] ---> 2a0667bb885e [2020-11-27T00:47:57.683Z] Step 21/23 : LABEL arch=arm64 [2020-11-27T00:47:57.958Z] ---> Running in 7e5efd87de29 [2020-11-27T00:47:58.561Z] Removing intermediate container 7e5efd87de29 [2020-11-27T00:47:58.561Z] ---> fb3774fbdffc [2020-11-27T00:47:58.561Z] Step 22/23 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:47:58.835Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:47:58.835Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:47:58.835Z] ---> 6ade605ce546 [2020-11-27T00:47:58.835Z] Step 3/24 : WORKDIR /edgex-go [2020-11-27T00:47:58.835Z] ---> Using cache [2020-11-27T00:47:58.835Z] ---> ee27e3974cf3 [2020-11-27T00:47:58.835Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:47:58.835Z] ---> Using cache [2020-11-27T00:47:58.835Z] ---> 9b5ddb93c380 [2020-11-27T00:47:58.835Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-27T00:47:58.835Z] ---> Running in 0e77b3160632 [2020-11-27T00:47:58.835Z] ---> Running in 6b36d4e193e5 [2020-11-27T00:47:59.817Z] Removing intermediate container 6b36d4e193e5 [2020-11-27T00:47:59.817Z] ---> 345c1019398b [2020-11-27T00:47:59.817Z] Step 23/23 : LABEL version=0.0.0 [2020-11-27T00:47:59.817Z] ---> Running in d06eb56610d9 [2020-11-27T00:48:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:00.412Z] Removing intermediate container d06eb56610d9 [2020-11-27T00:48:00.412Z] ---> 67e0787f6f94 [2020-11-27T00:48:00.412Z] [2020-11-27T00:48:01.024Z] Successfully built 67e0787f6f94 [2020-11-27T00:48:01.024Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-27T00:48:01.024Z] Building docker-support-logging-go [2020-11-27T00:48:01.304Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:02.745Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:48:02.745Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:48:02.745Z] OK: 12625 distinct packages available [2020-11-27T00:48:03.366Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:06.044Z] Removing intermediate container 0e77b3160632 [2020-11-27T00:48:06.044Z] ---> 352253f6332c [2020-11-27T00:48:06.044Z] Step 6/24 : COPY go.mod . [2020-11-27T00:48:08.055Z] ---> 559ea1459a6f [2020-11-27T00:48:08.055Z] Step 7/24 : RUN go mod download [2020-11-27T00:48:08.055Z] ---> Running in 14f6e2cf9746 [2020-11-27T00:48:10.355Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:48:10.355Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:48:10.355Z] ---> 6ade605ce546 [2020-11-27T00:48:10.355Z] Step 3/27 : WORKDIR /edgex-go [2020-11-27T00:48:10.355Z] ---> Using cache [2020-11-27T00:48:10.355Z] ---> ee27e3974cf3 [2020-11-27T00:48:10.355Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:48:10.355Z] ---> Using cache [2020-11-27T00:48:10.355Z] ---> 9b5ddb93c380 [2020-11-27T00:48:10.355Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-27T00:48:11.353Z] ---> Running in a963337058a4 [2020-11-27T00:48:13.353Z] Removing intermediate container 14f6e2cf9746 [2020-11-27T00:48:13.353Z] ---> d45f7b57c6b3 [2020-11-27T00:48:13.353Z] Step 8/24 : COPY . . [2020-11-27T00:48:13.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:14.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:15.786Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:48:15.786Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:48:15.786Z] OK: 12625 distinct packages available [2020-11-27T00:48:16.385Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:21.827Z] Removing intermediate container a963337058a4 [2020-11-27T00:48:21.827Z] ---> 91d341b9326e [2020-11-27T00:48:21.827Z] Step 6/27 : COPY go.mod . [2020-11-27T00:48:23.292Z] ---> bc789d8be99f [2020-11-27T00:48:23.292Z] Step 7/27 : RUN go mod download [2020-11-27T00:48:24.763Z] ---> Running in 429005bdb956 [2020-11-27T00:48:26.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:48:26.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:48:26.228Z] ---> 6ade605ce546 [2020-11-27T00:48:26.228Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:48:26.228Z] ---> Using cache [2020-11-27T00:48:26.228Z] ---> ee27e3974cf3 [2020-11-27T00:48:26.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:48:26.228Z] ---> Using cache [2020-11-27T00:48:26.228Z] ---> 9b5ddb93c380 [2020-11-27T00:48:26.228Z] Step 5/22 : RUN apk update && apk add make git [2020-11-27T00:48:27.218Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:48:27.218Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-27T00:48:27.218Z] ---> 6ade605ce546 [2020-11-27T00:48:27.218Z] Step 3/29 : WORKDIR /edgex-go [2020-11-27T00:48:27.218Z] ---> Using cache [2020-11-27T00:48:27.218Z] ---> ee27e3974cf3 [2020-11-27T00:48:27.218Z] Step 4/29 : RUN apk update && apk add make git [2020-11-27T00:48:28.212Z] ---> Running in 605be220d72e [2020-11-27T00:48:28.212Z] ---> Running in ccc5c6db6adc [2020-11-27T00:48:30.865Z] Removing intermediate container 429005bdb956 [2020-11-27T00:48:30.865Z] ---> c5bebf03495f [2020-11-27T00:48:30.865Z] Step 8/27 : COPY . . [2020-11-27T00:48:31.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:31.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:31.768Z] ---> ce15fcb5b567 [2020-11-27T00:48:31.768Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-27T00:48:32.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:32.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:33.835Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:48:33.835Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:48:33.835Z] OK: 12625 distinct packages available [2020-11-27T00:48:33.835Z] ---> Running in ec4ab9979276 [2020-11-27T00:48:33.835Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:48:33.835Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:48:33.835Z] OK: 12625 distinct packages available [2020-11-27T00:48:34.838Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:34.838Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:35.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-27T00:48:35.839Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:48:35.839Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:48:35.839Z] ---> 6ade605ce546 [2020-11-27T00:48:35.839Z] Step 3/22 : WORKDIR /edgex-go [2020-11-27T00:48:35.839Z] ---> Using cache [2020-11-27T00:48:35.839Z] ---> ee27e3974cf3 [2020-11-27T00:48:35.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:48:35.839Z] ---> Using cache [2020-11-27T00:48:35.839Z] ---> 9b5ddb93c380 [2020-11-27T00:48:35.839Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-27T00:48:38.516Z] ---> Running in 262f5fab0108 [2020-11-27T00:48:39.529Z] Removing intermediate container 605be220d72e [2020-11-27T00:48:39.529Z] ---> 0c8676d618ff [2020-11-27T00:48:39.529Z] Step 5/29 : COPY go.mod . [2020-11-27T00:48:39.529Z] Removing intermediate container ccc5c6db6adc [2020-11-27T00:48:39.529Z] ---> 5bd512a44987 [2020-11-27T00:48:39.529Z] Step 6/22 : COPY go.mod . [2020-11-27T00:48:41.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:41.291Z] ---> f56d4ce10108 [2020-11-27T00:48:41.292Z] Step 6/29 : RUN go mod download [2020-11-27T00:48:41.577Z] ---> 880465e38364 [2020-11-27T00:48:41.577Z] Step 7/22 : RUN go mod download [2020-11-27T00:48:41.577Z] ---> Running in 7d2e4216a978 [2020-11-27T00:48:41.856Z] ---> Running in 239f45b7b0c7 [2020-11-27T00:48:42.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:48:43.582Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:48:43.582Z] v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:48:43.582Z] OK: 12625 distinct packages available [2020-11-27T00:48:45.034Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:46.029Z] OK: 217 MiB in 51 packages [2020-11-27T00:48:48.719Z] Removing intermediate container 7d2e4216a978 [2020-11-27T00:48:48.719Z] ---> 121bf19366a3 [2020-11-27T00:48:48.719Z] Step 7/29 : COPY . . [2020-11-27T00:48:49.033Z] Removing intermediate container 239f45b7b0c7 [2020-11-27T00:48:49.033Z] ---> 36ef6500ab92 [2020-11-27T00:48:49.033Z] Step 8/22 : COPY . . [2020-11-27T00:48:49.320Z] Removing intermediate container 262f5fab0108 [2020-11-27T00:48:49.320Z] ---> fc2a4132071a [2020-11-27T00:48:49.320Z] Step 6/22 : COPY go.mod . [2020-11-27T00:48:52.768Z] ---> b297aaca5df1 [2020-11-27T00:48:52.768Z] Step 7/22 : RUN go mod download [2020-11-27T00:48:53.048Z] ---> Running in 5d456ff9bb76 [2020-11-27T00:48:59.856Z] ---> d2eabd0c8871 [2020-11-27T00:48:59.856Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-27T00:49:00.518Z] ---> Running in 4c7bcea4a027 [2020-11-27T00:49:01.135Z] Removing intermediate container 5d456ff9bb76 [2020-11-27T00:49:01.135Z] ---> 226075060f65 [2020-11-27T00:49:01.135Z] Step 8/22 : COPY . . [2020-11-27T00:49:03.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-27T00:49:36.294Z] ---> 420f0de46586 [2020-11-27T00:49:36.294Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-27T00:49:36.294Z] ---> 2ca61c66673a [2020-11-27T00:49:36.294Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-27T00:49:36.294Z] ---> Running in 4e7ba4b8c015 [2020-11-27T00:49:36.294Z] ---> Running in 5920ad14b5b4 [2020-11-27T00:49:36.294Z] ---> 6899fb1f73b0 [2020-11-27T00:49:36.294Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-27T00:49:36.294Z] ---> Running in fbc6e6daa608 [2020-11-27T00:49:36.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-27T00:49:37.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-27T00:49:37.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-27T00:49:46.262Z] Removing intermediate container ec4ab9979276 [2020-11-27T00:49:46.262Z] ---> 2124ffcdefc7 [2020-11-27T00:49:46.262Z] [2020-11-27T00:49:46.262Z] Step 10/24 : FROM scratch [2020-11-27T00:49:46.262Z] ---> [2020-11-27T00:49:46.262Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-27T00:49:46.262Z] ---> Running in 1c90481e48d9 [2020-11-27T00:49:46.262Z] Removing intermediate container 1c90481e48d9 [2020-11-27T00:49:46.262Z] ---> 12f48c78e8cc [2020-11-27T00:49:46.262Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-27T00:49:46.262Z] ---> Running in 4595257f5212 [2020-11-27T00:49:46.915Z] Removing intermediate container 4595257f5212 [2020-11-27T00:49:46.915Z] ---> e7d83a2d795d [2020-11-27T00:49:46.915Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-27T00:49:46.915Z] ---> Running in f79cf4f9808a [2020-11-27T00:49:47.575Z] Removing intermediate container f79cf4f9808a [2020-11-27T00:49:47.575Z] ---> ddb0f76a8243 [2020-11-27T00:49:47.575Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-27T00:49:48.697Z] ---> 423a3ec70c50 [2020-11-27T00:49:48.697Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-27T00:49:50.240Z] ---> 55e14403d648 [2020-11-27T00:49:50.240Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-27T00:49:52.963Z] ---> 44c5478efd6d [2020-11-27T00:49:52.963Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-27T00:49:53.982Z] ---> 2df7fd57992a [2020-11-27T00:49:53.982Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-27T00:49:55.997Z] ---> e13284e54ae2 [2020-11-27T00:49:55.997Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-27T00:49:57.029Z] ---> 95b58fa0c2dc [2020-11-27T00:49:57.029Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-27T00:49:57.029Z] ---> Running in ac39c2071b92 [2020-11-27T00:49:58.043Z] Removing intermediate container ac39c2071b92 [2020-11-27T00:49:58.043Z] ---> 1f1239b5c862 [2020-11-27T00:49:58.043Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:49:58.043Z] ---> Running in b40ef798305f [2020-11-27T00:49:58.666Z] Removing intermediate container b40ef798305f [2020-11-27T00:49:58.666Z] ---> 13daea7d0e50 [2020-11-27T00:49:58.666Z] Step 22/24 : LABEL arch=arm64 [2020-11-27T00:49:58.954Z] ---> Running in 4b09adf11797 [2020-11-27T00:49:59.573Z] Removing intermediate container 4b09adf11797 [2020-11-27T00:49:59.573Z] ---> 3f0ba5c04cf7 [2020-11-27T00:49:59.573Z] Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:49:59.859Z] ---> Running in 5bd563425a1d [2020-11-27T00:50:00.480Z] Removing intermediate container 5bd563425a1d [2020-11-27T00:50:00.480Z] ---> 724af2019622 [2020-11-27T00:50:00.834Z] Step 24/24 : LABEL version=0.0.0 [2020-11-27T00:50:00.834Z] ---> Running in 9319bc62f911 [2020-11-27T00:50:01.446Z] Removing intermediate container 9319bc62f911 [2020-11-27T00:50:01.446Z] ---> f57b82595167 [2020-11-27T00:50:01.446Z] [2020-11-27T00:50:02.066Z] Successfully built f57b82595167 [2020-11-27T00:50:02.066Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-27T00:50:02.066Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-11-27T00:50:28.933Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-27T00:50:28.933Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-27T00:50:28.933Z] ---> 6ade605ce546 [2020-11-27T00:50:28.933Z] Step 3/20 : WORKDIR /edgex-go [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> ee27e3974cf3 [2020-11-27T00:50:28.933Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> 9b5ddb93c380 [2020-11-27T00:50:28.933Z] Step 5/20 : RUN apk update && apk add make git [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> 5bd512a44987 [2020-11-27T00:50:28.933Z] Step 6/20 : COPY go.mod . [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> 880465e38364 [2020-11-27T00:50:28.933Z] Step 7/20 : RUN go mod download [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> 36ef6500ab92 [2020-11-27T00:50:28.933Z] Step 8/20 : COPY . . [2020-11-27T00:50:28.933Z] ---> Using cache [2020-11-27T00:50:28.933Z] ---> 420f0de46586 [2020-11-27T00:50:28.933Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-27T00:50:28.933Z] ---> Running in 0b85fb34f994 [2020-11-27T00:50:28.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-27T00:50:33.257Z] Removing intermediate container 4c7bcea4a027 [2020-11-27T00:50:33.257Z] ---> 30e1cc73ff2e [2020-11-27T00:50:33.257Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-27T00:50:33.257Z] ---> Running in 6b6efe68f67f [2020-11-27T00:50:34.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-27T00:50:41.442Z] Removing intermediate container 6b6efe68f67f [2020-11-27T00:50:41.442Z] ---> cc066ca14c0c [2020-11-27T00:50:41.442Z] [2020-11-27T00:50:41.442Z] Step 11/27 : FROM docker:latest [2020-11-27T00:50:41.442Z] ---> 5d4db4dc0692 [2020-11-27T00:50:41.442Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-27T00:50:41.442Z] ---> Running in 05a620afe3e5 [2020-11-27T00:50:42.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:50:42.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:50:43.876Z] (1/2) Installing readline (8.0.4-r0) [2020-11-27T00:50:43.876Z] (2/2) Installing bash (5.0.17-r0) [2020-11-27T00:50:43.876Z] Executing bash-5.0.17-r0.post-install [2020-11-27T00:50:43.876Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:50:43.876Z] OK: 12 MiB in 22 packages [2020-11-27T00:50:45.877Z] Removing intermediate container 05a620afe3e5 [2020-11-27T00:50:45.877Z] ---> cce1fbf32095 [2020-11-27T00:50:45.877Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-27T00:50:45.877Z] ---> Running in 393ae3a6dfd4 [2020-11-27T00:50:50.221Z] Removing intermediate container 393ae3a6dfd4 [2020-11-27T00:50:50.221Z] ---> ecbf58ddaa10 [2020-11-27T00:50:50.221Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-27T00:50:50.221Z] ---> Running in 1fef5b5a99e2 [2020-11-27T00:50:50.499Z] Removing intermediate container 1fef5b5a99e2 [2020-11-27T00:50:50.499Z] ---> 18789bb43b16 [2020-11-27T00:50:50.499Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-27T00:50:50.776Z] ---> Running in bddce13f646f [2020-11-27T00:50:51.375Z] Removing intermediate container bddce13f646f [2020-11-27T00:50:51.375Z] ---> 583732c7bcb9 [2020-11-27T00:50:51.375Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-27T00:50:51.650Z] ---> Running in 34d9b3366278 [2020-11-27T00:50:52.255Z] Removing intermediate container 34d9b3366278 [2020-11-27T00:50:52.255Z] ---> 641313a77d0f [2020-11-27T00:50:52.255Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-27T00:50:54.247Z] ---> 0277e5b97839 [2020-11-27T00:50:54.248Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-27T00:50:55.234Z] ---> 8b82721bfead [2020-11-27T00:50:55.234Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-27T00:50:56.684Z] ---> de3923cd1a58 [2020-11-27T00:50:56.684Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-27T00:50:56.684Z] ---> Running in d1d8ffc73f66 [2020-11-27T00:50:58.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:50:58.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:50:59.934Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-27T00:50:59.934Z] (2/33) Installing expat (2.2.9-r1) [2020-11-27T00:50:59.934Z] (3/33) Installing libffi (3.3-r2) [2020-11-27T00:50:59.934Z] (4/33) Installing gdbm (1.13-r1) [2020-11-27T00:50:59.934Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-27T00:50:59.934Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-27T00:50:59.934Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-27T00:51:02.591Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-27T00:51:02.591Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-27T00:51:02.591Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-27T00:51:02.591Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-27T00:51:02.591Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-27T00:51:02.591Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-27T00:51:02.591Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-27T00:51:02.591Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-27T00:51:02.591Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-27T00:51:02.591Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-27T00:51:02.869Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-27T00:51:02.869Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-27T00:51:02.869Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-27T00:51:02.869Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-27T00:51:02.869Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-27T00:51:02.869Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-27T00:51:03.146Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-27T00:51:03.146Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-27T00:51:03.146Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-27T00:51:03.146Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-27T00:51:03.146Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-27T00:51:03.146Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-27T00:51:03.146Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-27T00:51:03.146Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-27T00:51:03.146Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-27T00:51:03.146Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-27T00:51:03.422Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:51:03.700Z] OK: 71 MiB in 55 packages [2020-11-27T00:51:13.883Z] Removing intermediate container d1d8ffc73f66 [2020-11-27T00:51:13.883Z] ---> 6dcb115d184b [2020-11-27T00:51:13.883Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-27T00:51:13.883Z] ---> Running in 3acf2755368f [2020-11-27T00:51:19.317Z] Removing intermediate container 5920ad14b5b4 [2020-11-27T00:51:19.317Z] ---> c0c83bf43224 [2020-11-27T00:51:19.317Z] [2020-11-27T00:51:19.317Z] Step 9/29 : FROM alpine:latest [2020-11-27T00:51:19.317Z] ---> 2e77e061c27f [2020-11-27T00:51:19.317Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-27T00:51:19.317Z] ---> Running in f572d2d2ed19 [2020-11-27T00:51:19.917Z] Removing intermediate container f572d2d2ed19 [2020-11-27T00:51:19.917Z] ---> 1e580f6a2670 [2020-11-27T00:51:19.917Z] Step 11/29 : USER root [2020-11-27T00:51:20.213Z] ---> Running in fe9dac1be94b [2020-11-27T00:51:20.817Z] Removing intermediate container fe9dac1be94b [2020-11-27T00:51:20.817Z] ---> d4135651e74e [2020-11-27T00:51:20.817Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-27T00:51:21.092Z] ---> Running in 5e8f1b026eef [2020-11-27T00:51:23.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:51:23.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:51:23.973Z] Collecting docker-compose==1.23.2 [2020-11-27T00:51:23.973Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-27T00:51:24.250Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:51:24.250Z] v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:51:24.250Z] OK: 12617 distinct packages available [2020-11-27T00:51:25.234Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-27T00:51:25.509Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-27T00:51:25.509Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:51:25.509Z] Executing ca-certificates-20191127-r4.trigger [2020-11-27T00:51:25.783Z] Collecting PyYAML<4,>=3.10 [2020-11-27T00:51:26.059Z] OK: 6 MiB in 16 packages [2020-11-27T00:51:26.059Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-27T00:51:28.715Z] Removing intermediate container 5e8f1b026eef [2020-11-27T00:51:28.715Z] ---> bc0340d24ec4 [2020-11-27T00:51:28.715Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-27T00:51:28.715Z] ---> Running in 0a6b589b886e [2020-11-27T00:51:29.334Z] Removing intermediate container 0a6b589b886e [2020-11-27T00:51:29.334Z] ---> 8ca307c85b5a [2020-11-27T00:51:29.334Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-27T00:51:29.615Z] ---> Running in a4612e091363 [2020-11-27T00:51:30.612Z] Removing intermediate container a4612e091363 [2020-11-27T00:51:30.612Z] ---> 81f1641a8fce [2020-11-27T00:51:30.612Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-27T00:51:30.612Z] ---> Running in 30c2c8b86bfb [2020-11-27T00:51:33.260Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-27T00:51:33.260Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-27T00:51:34.256Z] Collecting docopt<0.7,>=0.6.1 [2020-11-27T00:51:34.256Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-27T00:51:35.244Z] Removing intermediate container 30c2c8b86bfb [2020-11-27T00:51:35.244Z] ---> 4648e8d6e067 [2020-11-27T00:51:35.244Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-27T00:51:35.522Z] Removing intermediate container fbc6e6daa608 [2020-11-27T00:51:35.522Z] ---> 561508e44923 [2020-11-27T00:51:35.522Z] [2020-11-27T00:51:35.522Z] Step 10/22 : FROM scratch [2020-11-27T00:51:35.522Z] ---> [2020-11-27T00:51:35.522Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-27T00:51:35.796Z] ---> Using cache [2020-11-27T00:51:35.796Z] ---> 12f48c78e8cc [2020-11-27T00:51:35.796Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-27T00:51:36.080Z] ---> Running in 92f5fd3432f2 [2020-11-27T00:51:37.065Z] Removing intermediate container 92f5fd3432f2 [2020-11-27T00:51:37.065Z] ---> c34aea6e3ca6 [2020-11-27T00:51:37.065Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:51:37.339Z] ---> Running in 0b0584e2c13d [2020-11-27T00:51:37.339Z] ---> 51194235229b [2020-11-27T00:51:37.340Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-27T00:51:38.334Z] Removing intermediate container 0b0584e2c13d [2020-11-27T00:51:38.334Z] ---> a418ee635794 [2020-11-27T00:51:38.334Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-27T00:51:38.607Z] Collecting docker<4.0,>=3.6.0 [2020-11-27T00:51:38.607Z] ---> 343d6a4538df [2020-11-27T00:51:38.607Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-27T00:51:38.607Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-27T00:51:39.604Z] ---> d29fd08a4547 [2020-11-27T00:51:39.604Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-27T00:51:39.878Z] ---> 7d83e6a6cf0e [2020-11-27T00:51:39.878Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-27T00:51:39.878Z] Collecting texttable<0.10,>=0.9.0 [2020-11-27T00:51:39.878Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-27T00:51:40.873Z] ---> e85acb9f5802 [2020-11-27T00:51:40.873Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-27T00:51:41.147Z] ---> 79c55a637687 [2020-11-27T00:51:41.147Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-27T00:51:43.150Z] ---> e535aca79599 [2020-11-27T00:51:43.150Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-27T00:51:43.150Z] ---> efc8f8076d54 [2020-11-27T00:51:43.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-27T00:51:43.150Z] ---> Running in a13e1ef221a4 [2020-11-27T00:51:43.749Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-27T00:51:44.350Z] ---> 1d799886c3f7 [2020-11-27T00:51:44.350Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-27T00:51:44.624Z] Collecting jsonschema<3,>=2.5.1 [2020-11-27T00:51:44.624Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-27T00:51:44.624Z] ---> Running in ee10e96acb84 [2020-11-27T00:51:45.612Z] Removing intermediate container ee10e96acb84 [2020-11-27T00:51:45.612Z] ---> d5ec7881a0ed [2020-11-27T00:51:45.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:51:45.612Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-27T00:51:45.612Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-27T00:51:45.612Z] ---> Running in 4b286f9df937 [2020-11-27T00:51:46.614Z] Removing intermediate container 4b286f9df937 [2020-11-27T00:51:46.614Z] ---> f053dac91b71 [2020-11-27T00:51:46.614Z] Step 20/22 : LABEL arch=arm64 [2020-11-27T00:51:46.614Z] ---> Running in 6c5c114d03a7 [2020-11-27T00:51:47.232Z] Removing intermediate container a13e1ef221a4 [2020-11-27T00:51:47.232Z] ---> 636282e2aa9d [2020-11-27T00:51:47.232Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-27T00:51:47.519Z] Removing intermediate container 6c5c114d03a7 [2020-11-27T00:51:47.519Z] ---> 0f296b7756cd [2020-11-27T00:51:47.519Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:51:47.798Z] ---> Running in 9693fc56a6cd [2020-11-27T00:51:48.407Z] Removing intermediate container 9693fc56a6cd [2020-11-27T00:51:48.407Z] ---> adb19340c452 [2020-11-27T00:51:48.407Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:51:48.696Z] ---> 228c8642467b [2020-11-27T00:51:48.696Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-27T00:51:48.696Z] ---> Running in 7d2a73203b4f [2020-11-27T00:51:48.991Z] ---> Running in 358489f72182 [2020-11-27T00:51:49.604Z] Removing intermediate container 7d2a73203b4f [2020-11-27T00:51:49.604Z] ---> 65a4f657518f [2020-11-27T00:51:49.604Z] [2020-11-27T00:51:50.205Z] Successfully built 65a4f657518f [2020-11-27T00:51:50.205Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-27T00:51:51.663Z]  Building docker-support-logging-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-27T00:51:51.663Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-27T00:51:52.652Z] Collecting cached-property<2,>=1.2.0 [2020-11-27T00:51:52.652Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-27T00:51:52.652Z] Removing intermediate container 358489f72182 [2020-11-27T00:51:52.652Z] ---> af4040f58d97 [2020-11-27T00:51:52.652Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-27T00:51:52.932Z] ---> Running in 8d2af967c945 [2020-11-27T00:51:52.932Z] Collecting docker-pycreds>=0.4.0 [2020-11-27T00:51:52.932Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-27T00:51:54.375Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-27T00:51:54.375Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-27T00:51:54.650Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-27T00:51:54.650Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-27T00:51:55.252Z] Collecting idna<2.8,>=2.5 [2020-11-27T00:51:55.252Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-27T00:51:55.252Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-27T00:51:55.252Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-27T00:51:55.252Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-27T00:51:55.252Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-27T00:51:56.702Z] Removing intermediate container 8d2af967c945 [2020-11-27T00:51:56.702Z] ---> e8d9bf19dc54 [2020-11-27T00:51:56.702Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-27T00:51:56.702Z] ---> Running in b88d4357d4a4 [2020-11-27T00:51:56.989Z] Installing collected packages: PyYAML, websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, dockerpty, cached-property, docker-compose [2020-11-27T00:51:56.989Z] Running setup.py install for PyYAML: started [2020-11-27T00:51:57.272Z] Removing intermediate container b88d4357d4a4 [2020-11-27T00:51:57.272Z] ---> 39316e69e3e9 [2020-11-27T00:51:57.272Z] Step 26/29 : CMD [ "generate" ] [2020-11-27T00:51:57.551Z] ---> Running in 25036b8cc1fb [2020-11-27T00:51:58.538Z] Removing intermediate container 25036b8cc1fb [2020-11-27T00:51:58.538Z] ---> 3cb003ede84c [2020-11-27T00:51:58.538Z] Step 27/29 : LABEL arch=arm64 [2020-11-27T00:51:58.538Z] ---> Running in 0abf4ccf1739 [2020-11-27T00:51:59.515Z] Removing intermediate container 0abf4ccf1739 [2020-11-27T00:51:59.515Z] ---> 4501b284e566 [2020-11-27T00:51:59.515Z] Step 28/29 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:51:59.788Z] ---> Running in 1554a5a422f7 [2020-11-27T00:52:00.389Z] Removing intermediate container 1554a5a422f7 [2020-11-27T00:52:00.389Z] ---> 603d7a84a87b [2020-11-27T00:52:00.389Z] Step 29/29 : LABEL version=0.0.0 [2020-11-27T00:52:00.389Z] Removing intermediate container 0b85fb34f994 [2020-11-27T00:52:00.389Z] ---> 741d56aa9f71 [2020-11-27T00:52:00.389Z] [2020-11-27T00:52:00.389Z] Step 10/20 : FROM alpine [2020-11-27T00:52:00.389Z] ---> 2e77e061c27f [2020-11-27T00:52:00.389Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-27T00:52:00.669Z] ---> Running in dccf0aaf232d [2020-11-27T00:52:00.669Z] ---> Running in 14eeed7fb411 [2020-11-27T00:52:00.669Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-27T00:52:01.268Z] Running setup.py install for docopt: started [2020-11-27T00:52:01.539Z] Removing intermediate container dccf0aaf232d [2020-11-27T00:52:01.539Z] ---> de225f96189b [2020-11-27T00:52:01.539Z] [2020-11-27T00:52:02.146Z] Successfully built de225f96189b [2020-11-27T00:52:02.146Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-27T00:52:02.146Z]  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:52:02.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:52:03.405Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-27T00:52:03.405Z] v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-27T00:52:03.405Z] OK: 12617 distinct packages available [2020-11-27T00:52:04.014Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-27T00:52:04.014Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-27T00:52:04.286Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-27T00:52:04.286Z] (4/4) Installing curl (7.69.1-r1) [2020-11-27T00:52:04.286Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:52:04.286Z] Executing ca-certificates-20191127-r4.trigger [2020-11-27T00:52:04.561Z] OK: 7 MiB in 18 packages [2020-11-27T00:52:04.561Z] Running setup.py install for docopt: finished with status 'done' [2020-11-27T00:52:04.836Z] Attempting uninstall: urllib3 [2020-11-27T00:52:04.836Z] Found existing installation: urllib3 1.25.9 [2020-11-27T00:52:04.836Z] Uninstalling urllib3-1.25.9: [2020-11-27T00:52:05.117Z] Successfully uninstalled urllib3-1.25.9 [2020-11-27T00:52:06.127Z] Attempting uninstall: idna [2020-11-27T00:52:06.127Z] Found existing installation: idna 2.9 [2020-11-27T00:52:06.127Z] Uninstalling idna-2.9: [2020-11-27T00:52:06.404Z] Successfully uninstalled idna-2.9 [2020-11-27T00:52:06.674Z] Removing intermediate container 14eeed7fb411 [2020-11-27T00:52:06.674Z] ---> f585c06a7217 [2020-11-27T00:52:06.674Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-27T00:52:06.949Z] ---> Running in 7c23c93d0aa8 [2020-11-27T00:52:06.949Z] Attempting uninstall: requests [2020-11-27T00:52:07.223Z] Found existing installation: requests 2.23.0 [2020-11-27T00:52:07.223Z] Uninstalling requests-2.23.0: [2020-11-27T00:52:07.223Z] Successfully uninstalled requests-2.23.0 [2020-11-27T00:52:07.495Z] Removing intermediate container 4e7ba4b8c015 [2020-11-27T00:52:07.495Z] ---> e41b880f0a6f [2020-11-27T00:52:07.495Z] [2020-11-27T00:52:07.495Z] Step 10/22 : FROM scratch [2020-11-27T00:52:07.495Z] ---> [2020-11-27T00:52:07.495Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-27T00:52:07.765Z] Removing intermediate container 7c23c93d0aa8 [2020-11-27T00:52:07.765Z] ---> c13517574893 [2020-11-27T00:52:07.765Z] Step 13/20 : WORKDIR /edgex [2020-11-27T00:52:07.765Z] ---> Using cache [2020-11-27T00:52:07.765Z] ---> 63c2e53a3565 [2020-11-27T00:52:07.765Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-27T00:52:08.036Z] ---> Running in d1a629207e50 [2020-11-27T00:52:08.036Z] ---> Running in c1602f45abf7 [2020-11-27T00:52:08.632Z] Removing intermediate container c1602f45abf7 [2020-11-27T00:52:08.632Z] ---> 51290ebd8ab9 [2020-11-27T00:52:08.632Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-27T00:52:08.632Z] ---> Running in 1b65fb80a1ef [2020-11-27T00:52:08.632Z] Removing intermediate container d1a629207e50 [2020-11-27T00:52:08.632Z] ---> b25102f6de8e [2020-11-27T00:52:08.632Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-27T00:52:08.915Z] Running setup.py install for texttable: started [2020-11-27T00:52:09.193Z] Removing intermediate container 1b65fb80a1ef [2020-11-27T00:52:09.193Z] ---> 6c967cc397d9 [2020-11-27T00:52:09.193Z] Step 14/22 : WORKDIR / [2020-11-27T00:52:09.468Z] ---> Running in 52836937d135 [2020-11-27T00:52:09.468Z] ---> 31e1d6519889 [2020-11-27T00:52:09.468Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-27T00:52:10.068Z] Removing intermediate container 52836937d135 [2020-11-27T00:52:10.068Z] ---> c5d065559d3f [2020-11-27T00:52:10.068Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-27T00:52:11.047Z] ---> 1c3355ac9ef8 [2020-11-27T00:52:11.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-27T00:52:11.047Z] ---> 58117bbfc258 [2020-11-27T00:52:11.047Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-27T00:52:11.047Z] ---> Running in e08384e5e5de [2020-11-27T00:52:12.030Z] Removing intermediate container e08384e5e5de [2020-11-27T00:52:12.030Z] ---> 9415ec9efeda [2020-11-27T00:52:12.030Z] Running setup.py install for texttable: finished with status 'done' [2020-11-27T00:52:12.030Z] Step 17/20 : CMD ["--init=true"] [2020-11-27T00:52:12.304Z] ---> Running in ee5c95cf6816 [2020-11-27T00:52:12.583Z] Running setup.py install for dockerpty: started [2020-11-27T00:52:12.583Z] ---> da1cf50b05b0 [2020-11-27T00:52:12.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-27T00:52:12.858Z] Removing intermediate container ee5c95cf6816 [2020-11-27T00:52:12.858Z] ---> cc7bf696e8c8 [2020-11-27T00:52:12.858Z] Step 18/20 : LABEL arch=arm64 [2020-11-27T00:52:13.133Z] ---> Running in f7939ca911b2 [2020-11-27T00:52:13.415Z] ---> 0025f3f388e2 [2020-11-27T00:52:13.415Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-27T00:52:13.693Z] ---> Running in 9951158ccd06 [2020-11-27T00:52:13.693Z] Removing intermediate container f7939ca911b2 [2020-11-27T00:52:13.693Z] ---> 6bddb24719a4 [2020-11-27T00:52:13.693Z] Step 19/20 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:52:13.693Z] ---> Running in 30a2da093e63 [2020-11-27T00:52:14.298Z] Removing intermediate container 9951158ccd06 [2020-11-27T00:52:14.298Z] ---> 26973630aefe [2020-11-27T00:52:14.298Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:52:14.298Z] ---> Running in 6745e6dbb2b0 [2020-11-27T00:52:14.298Z] Removing intermediate container 30a2da093e63 [2020-11-27T00:52:14.298Z] ---> fd53ac54c995 [2020-11-27T00:52:14.298Z] Step 20/20 : LABEL version=0.0.0 [2020-11-27T00:52:14.573Z] ---> Running in 19976ab36824 [2020-11-27T00:52:15.173Z] Removing intermediate container 6745e6dbb2b0 [2020-11-27T00:52:15.173Z] ---> 7a522f14915a [2020-11-27T00:52:15.173Z] Step 20/22 : LABEL arch=arm64 [2020-11-27T00:52:15.173Z] ---> Running in 315059f34bbc [2020-11-27T00:52:15.173Z] Removing intermediate container 19976ab36824 [2020-11-27T00:52:15.173Z] ---> 25ec2f59445b [2020-11-27T00:52:15.173Z] [2020-11-27T00:52:15.454Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-27T00:52:15.726Z] Successfully built 25ec2f59445b [2020-11-27T00:52:15.726Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-27T00:52:15.726Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 315059f34bbc [2020-11-27T00:52:15.726Z] ---> e3795647a3ac [2020-11-27T00:52:15.726Z] Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:52:15.998Z] ---> Running in 68c4840cda26 [2020-11-27T00:52:16.594Z] Removing intermediate container 68c4840cda26 [2020-11-27T00:52:16.594Z] ---> dcb818dc47e6 [2020-11-27T00:52:16.594Z] Step 22/22 : LABEL version=0.0.0 [2020-11-27T00:52:16.594Z] ---> Running in 3290cfdb7de5 [2020-11-27T00:52:16.869Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-27T00:52:17.141Z] Removing intermediate container 3290cfdb7de5 [2020-11-27T00:52:17.141Z] ---> 5060d433e1ac [2020-11-27T00:52:17.141Z] [2020-11-27T00:52:17.738Z] Successfully built 5060d433e1ac [2020-11-27T00:52:17.738Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-27T00:52:22.043Z]  Building docker-core-metadata-go ... done Removing intermediate container 3acf2755368f [2020-11-27T00:52:22.044Z] ---> 6fe9e68d9581 [2020-11-27T00:52:22.044Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-27T00:52:22.044Z] ---> Running in 122bfd712929 [2020-11-27T00:52:23.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-27T00:52:23.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-27T00:52:23.889Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-27T00:52:23.889Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-27T00:52:24.161Z] (3/3) Installing curl (7.69.1-r1) [2020-11-27T00:52:24.161Z] Executing busybox-1.31.1-r19.trigger [2020-11-27T00:52:24.161Z] OK: 71 MiB in 58 packages [2020-11-27T00:52:25.604Z] Removing intermediate container 122bfd712929 [2020-11-27T00:52:25.604Z] ---> 6d8bad672519 [2020-11-27T00:52:25.604Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-27T00:52:25.604Z] ---> Running in 8a169c3e57f3 [2020-11-27T00:52:26.202Z] Removing intermediate container 8a169c3e57f3 [2020-11-27T00:52:26.202Z] ---> 27d15a26d229 [2020-11-27T00:52:26.202Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-27T00:52:26.202Z] ---> Running in b91b820ade7e [2020-11-27T00:52:26.799Z] Removing intermediate container b91b820ade7e [2020-11-27T00:52:26.799Z] ---> 3985e1b98691 [2020-11-27T00:52:26.799Z] Step 25/27 : LABEL arch=arm64 [2020-11-27T00:52:26.799Z] ---> Running in 9aa07058b22f [2020-11-27T00:52:27.399Z] Removing intermediate container 9aa07058b22f [2020-11-27T00:52:27.399Z] ---> d9bcc52524d6 [2020-11-27T00:52:27.399Z] Step 26/27 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 [2020-11-27T00:52:27.399Z] ---> Running in 0e0644c43338 [2020-11-27T00:52:28.008Z] Removing intermediate container 0e0644c43338 [2020-11-27T00:52:28.008Z] ---> 2f71814e1d1a [2020-11-27T00:52:28.008Z] Step 27/27 : LABEL version=0.0.0 [2020-11-27T00:52:28.008Z] ---> Running in 5144deb61604 [2020-11-27T00:52:28.602Z] Removing intermediate container 5144deb61604 [2020-11-27T00:52:28.602Z] ---> 735f96223424 [2020-11-27T00:52:28.603Z] [2020-11-27T00:52:29.197Z] Successfully built 735f96223424 [2020-11-27T00:52:29.197Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-27T00:52:29.809Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-27T00:52:29.807Z] $ docker stop --time=1 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 [2020-11-27T00:52:31.820Z] $ docker rm -f 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-27T00:52:32.661Z] + docker images [2020-11-27T00:52:32.661Z] + grep docker [2020-11-27T00:52:32.938Z] docker-sys-mgmt-agent-go-arm64 latest 735f96223424 4 seconds ago 270MB [2020-11-27T00:52:32.938Z] docker-core-metadata-go-arm64 latest 5060d433e1ac 16 seconds ago 13.6MB [2020-11-27T00:52:32.938Z] docker-security-proxy-setup-go-arm64 latest 25ec2f59445b 18 seconds ago 15.1MB [2020-11-27T00:52:32.938Z] docker-security-secrets-setup-go-arm64 latest de225f96189b 31 seconds ago 22.7MB [2020-11-27T00:52:32.938Z] docker-support-logging-go-arm64 latest 65a4f657518f 43 seconds ago 10.6MB [2020-11-27T00:52:32.938Z] docker-support-notifications-go-arm64 latest f57b82595167 2 minutes ago 12.9MB [2020-11-27T00:52:32.938Z] docker-core-data-go-arm64 latest 67e0787f6f94 4 minutes ago 22.3MB [2020-11-27T00:52:32.938Z] docker-core-command-go-arm64 latest c10c2732197a 5 minutes ago 11.4MB [2020-11-27T00:52:32.938Z] docker-support-scheduler-go-arm64 latest 8b3aad5cb435 5 minutes ago 11.5MB [2020-11-27T00:52:32.938Z] docker-security-secretstore-setup-go-arm64 latest 3fd151e93d8f 5 minutes ago 23.5MB [2020-11-27T00:52:32.938Z] docker-security-bootstrap-redis-go-arm64 latest 86a412669be3 5 minutes ago 15.2MB [2020-11-27T00:52:32.938Z] docker latest 5d4db4dc0692 5 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-11-27T00:52:48.800Z] Still waiting to schedule task [2020-11-27T00:52:48.800Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-11-27T00:54:50.988Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-13643 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-27T00:54:51.043Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-11-27T00:54:55.361Z] using credential edgex-jenkins-ssh [2020-11-27T00:54:55.419Z] Cloning the remote Git repository [2020-11-27T00:54:55.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:54:55.593Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-11-27T00:54:55.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:54:55.665Z] > git --version # timeout=10 [2020-11-27T00:54:55.691Z] > git --version # 'git version 2.17.1' [2020-11-27T00:54:55.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:54:55.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:55:11.191Z] Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-27T00:55:10.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:55:10.406Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-27T00:55:10.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-27T00:55:10.455Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-27T00:55:10.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:55:10.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-27T00:55:11.210Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:55:11.221Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-27T00:55:11.904Z] Merge succeeded, producing 97f05d1838213a7820d8cc8be4aeae5d4371429d [2020-11-27T00:55:11.904Z] Checking out Revision 97f05d1838213a7820d8cc8be4aeae5d4371429d (PR-2898) [2020-11-27T00:55:11.519Z] > git remote # timeout=10 [2020-11-27T00:55:11.533Z] > git config --get remote.origin.url # timeout=10 [2020-11-27T00:55:11.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-27T00:55:11.566Z] > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 [2020-11-27T00:55:11.895Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-27T00:55:11.913Z] > git config core.sparsecheckout # timeout=10 [2020-11-27T00:55:11.923Z] > git checkout -f 97f05d1838213a7820d8cc8be4aeae5d4371429d # timeout=10 [2020-11-27T00:55:16.215Z] Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" [2020-11-27T00:55:16.235Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-27T00:55:17.437Z] + echo snap-build.sh [2020-11-27T00:55:17.437Z] snap-build.sh [2020-11-27T00:55:17.437Z] + SNAP_BASE_DIR=. [2020-11-27T00:55:17.437Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-11-27T00:55:17.437Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-11-27T00:55:17.437Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-11-27T00:55:17.437Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-11-27T00:55:17.437Z] + cd /w/workspace/edgex-go/3 [2020-11-27T00:55:17.437Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-11-27T00:55:17.437Z] Reading package lists... [2020-11-27T00:55:16.226Z] > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 [2020-11-27T00:55:18.040Z] Building dependency tree... [2020-11-27T00:55:18.040Z] Reading state information... [2020-11-27T00:55:18.634Z] The following packages were automatically installed and are no longer required: [2020-11-27T00:55:18.634Z] dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap [2020-11-27T00:55:18.634Z] xdelta3 [2020-11-27T00:55:18.634Z] Use 'sudo apt autoremove' to remove them. [2020-11-27T00:55:18.910Z] The following packages will be REMOVED: [2020-11-27T00:55:18.910Z] lxd* lxd-client* [2020-11-27T00:55:20.346Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-11-27T00:55:20.346Z] After this operation, 29.1 MB disk space will be freed. [2020-11-27T00:55:21.996Z] (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 ... 171801 files and directories currently installed.) [2020-11-27T00:55:21.996Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:55:25.397Z] Removing lxd dnsmasq configuration [2020-11-27T00:55:25.397Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:55:25.671Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-11-27T00:55:27.109Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-11-27T00:55:27.662Z] (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 ... 171626 files and directories currently installed.) [2020-11-27T00:55:27.663Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-27T00:55:33.079Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-11-27T00:55:33.079Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-11-27T00:55:39.803Z] + sudo snap remove --purge lxd [2020-11-27T00:55:39.803Z] snap "lxd" is not installed [2020-11-27T00:55:39.803Z] + sudo groupadd --force --system lxd [2020-11-27T00:55:39.803Z] ++ whoami [2020-11-27T00:55:39.803Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-11-27T00:55:39.803Z] + newgrp - lxd [2020-11-27T00:55:39.803Z] + sudo snap install lxd [2020-11-27T00:55:58.091Z] 2020-11-27T00:55:54Z INFO Waiting for automatic snapd restart... [2020-11-27T01:02:20.305Z] lxd 4.8 from Canonical* installed [2020-11-27T01:02:20.305Z] + sudo lxd init --auto [2020-11-27T01:02:30.453Z] + sudo snap install --classic snapcraft [2020-11-27T01:02:48.739Z] snapcraft 4.4.2 from Canonical* installed [2020-11-27T01:02:48.739Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-11-27T01:02:48.739Z] + patch --verbose -p1 [2020-11-27T01:02:48.739Z] Hmm... Looks like a unified diff to me... [2020-11-27T01:02:48.739Z] The text leading up to this was: [2020-11-27T01:02:48.739Z] -------------------------- [2020-11-27T01:02:48.739Z] |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 [2020-11-27T01:02:48.739Z] |From: Tony Espy [2020-11-27T01:02:48.739Z] |Date: Wed, 28 Oct 2020 12:14:21 -0400 [2020-11-27T01:02:48.739Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2020-11-27T01:02:48.739Z] | [2020-11-27T01:02:48.739Z] |--- [2020-11-27T01:02:48.739Z] | snap/snapcraft.yaml | 465 +------------------------------------------- [2020-11-27T01:02:48.739Z] | 1 file changed, 2 insertions(+), 463 deletions(-) [2020-11-27T01:02:48.739Z] | [2020-11-27T01:02:48.739Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-11-27T01:02:48.739Z] |index 7d1e8c7c..24aef30d 100644 [2020-11-27T01:02:48.739Z] |--- a/snap/snapcraft.yaml [2020-11-27T01:02:48.739Z] |+++ b/snap/snapcraft.yaml [2020-11-27T01:02:48.739Z] -------------------------- [2020-11-27T01:02:48.739Z] patching file snap/snapcraft.yaml [2020-11-27T01:02:48.739Z] Using Plan A... [2020-11-27T01:02:48.739Z] Hunk #1 succeeded at 75. [2020-11-27T01:02:48.739Z] Hunk #2 succeeded at 84. [2020-11-27T01:02:48.739Z] Hunk #3 succeeded at 218 (offset -1 lines). [2020-11-27T01:02:48.739Z] Hunk #4 succeeded at 226 (offset -1 lines). [2020-11-27T01:02:48.739Z] Hunk #5 succeeded at 233 (offset -1 lines). [2020-11-27T01:02:48.739Z] Hunk #6 succeeded at 260 (offset -1 lines). [2020-11-27T01:02:48.739Z] Hunk #7 succeeded at 294 (offset -1 lines). [2020-11-27T01:02:48.739Z] Hunk #8 FAILED at 342. [2020-11-27T01:02:48.739Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-11-27T01:02:48.739Z] Hmm... Ignoring the trailing garbage. [2020-11-27T01:02:48.739Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-27T01:02:50.226Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:02:52.855Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:02:53.744Z] ---> package-listing.sh [2020-11-27T01:02:53.744Z] ++ facter osfamily [2020-11-27T01:02:53.744Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-27T01:02:53.744Z] + OS_FAMILY=redhat [2020-11-27T01:02:53.744Z] + workspace=/w/workspace/edgex-go/3 [2020-11-27T01:02:53.744Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-27T01:02:53.744Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-27T01:02:53.744Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-27T01:02:53.744Z] + PACKAGES=/tmp/packages_start.txt [2020-11-27T01:02:53.744Z] + '[' /w/workspace/edgex-go/3 ']' [2020-11-27T01:02:53.744Z] + PACKAGES=/tmp/packages_end.txt [2020-11-27T01:02:53.744Z] + case "${OS_FAMILY}" in [2020-11-27T01:02:53.744Z] + rpm -qa [2020-11-27T01:02:53.744Z] + sort [2020-11-27T01:02:59.052Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-27T01:02:59.052Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-27T01:02:59.052Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-27T01:02:59.052Z] + '[' /w/workspace/edgex-go/3 ']' [2020-11-27T01:02:59.053Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-11-27T01:02:59.053Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-11-27T01:02:59.067Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-27T01:02:59.359Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-27T01:02:59.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T01:02:59.675Z] [2020-11-27T01:02:59.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-27T01:03:00.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T01:03:00.167Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-27T01:03:00.167Z] df20fa9351a1: Already exists [2020-11-27T01:03:00.167Z] 36b3adc4ff6f: Pulling fs layer [2020-11-27T01:03:00.167Z] 8ad3a11d3b57: Pulling fs layer [2020-11-27T01:03:00.167Z] 46f8f816bc3b: Pulling fs layer [2020-11-27T01:03:00.167Z] 93b61091891f: Pulling fs layer [2020-11-27T01:03:00.167Z] 93b9cdb0e59b: Pulling fs layer [2020-11-27T01:03:00.167Z] 5e14af77c1be: Pulling fs layer [2020-11-27T01:03:00.167Z] 01666e4c0597: Pulling fs layer [2020-11-27T01:03:00.167Z] aa168da1d23b: Pulling fs layer [2020-11-27T01:03:00.167Z] 01666e4c0597: Waiting [2020-11-27T01:03:00.167Z] 93b61091891f: Waiting [2020-11-27T01:03:00.167Z] aa168da1d23b: Waiting [2020-11-27T01:03:00.167Z] 93b9cdb0e59b: Waiting [2020-11-27T01:03:00.167Z] 5e14af77c1be: Waiting [2020-11-27T01:03:00.167Z] 46f8f816bc3b: Download complete [2020-11-27T01:03:00.167Z] 36b3adc4ff6f: Verifying Checksum [2020-11-27T01:03:00.167Z] 36b3adc4ff6f: Download complete [2020-11-27T01:03:00.444Z] 93b9cdb0e59b: Download complete [2020-11-27T01:03:00.444Z] 5e14af77c1be: Verifying Checksum [2020-11-27T01:03:00.444Z] 5e14af77c1be: Download complete [2020-11-27T01:03:00.444Z] 93b61091891f: Verifying Checksum [2020-11-27T01:03:00.444Z] 93b61091891f: Download complete [2020-11-27T01:03:00.444Z] 01666e4c0597: Verifying Checksum [2020-11-27T01:03:00.444Z] 01666e4c0597: Download complete [2020-11-27T01:03:00.717Z] 36b3adc4ff6f: Pull complete [2020-11-27T01:03:00.717Z] 8ad3a11d3b57: Verifying Checksum [2020-11-27T01:03:00.717Z] 8ad3a11d3b57: Download complete [2020-11-27T01:03:01.685Z] 8ad3a11d3b57: Pull complete [2020-11-27T01:03:01.685Z] 46f8f816bc3b: Pull complete [2020-11-27T01:03:01.957Z] 93b61091891f: Pull complete [2020-11-27T01:03:02.912Z] aa168da1d23b: Verifying Checksum [2020-11-27T01:03:02.912Z] aa168da1d23b: Download complete [2020-11-27T01:03:05.470Z] 93b9cdb0e59b: Pull complete [2020-11-27T01:03:05.470Z] 5e14af77c1be: Pull complete [2020-11-27T01:03:05.470Z] 01666e4c0597: Pull complete [2020-11-27T01:03:20.481Z] aa168da1d23b: Pull complete [2020-11-27T01:03:20.481Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-27T01:03:20.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-27T01:03:20.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-27T01:03:20.746Z] prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container [2020-11-27T01:03:20.803Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-27T01:03:24.741Z] $ docker top 5500c5f6c9bbb1adb6e06574d0b912147eb2633711a633ddf171eff9a7b84836 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-27T01:03:25.322Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-27T01:03:25.624Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-27T01:03:25.927Z] + ls /var/log/sa-host [2020-11-27T01:03:25.927Z] + sadf -c /var/log/sa-host/sa23 [2020-11-27T01:03:25.927Z] file_magic: OK [2020-11-27T01:03:25.927Z] HZ: Using current value: 100 [2020-11-27T01:03:25.927Z] file_header: OK [2020-11-27T01:03:25.927Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-27T01:03:25.927Z] Statistics: [2020-11-27T01:03:25.927Z] Hnuu...uuuununununu... [2020-11-27T01:03:25.927Z] File successfully converted to sysstat format version 12.2.1 [2020-11-27T01:03:25.927Z] + sadf -c /var/log/sa-host/sa27 [2020-11-27T01:03:25.927Z] file_magic: OK [2020-11-27T01:03:25.927Z] HZ: Using current value: 100 [2020-11-27T01:03:25.927Z] file_header: OK [2020-11-27T01:03:25.927Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-27T01:03:25.927Z] Statistics: [2020-11-27T01:03:25.927Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-27T01:03:25.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-27T01:03:26.132Z] provisioning config files... [2020-11-27T01:03:26.148Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3536634338559626835tmp [Pipeline] { [Pipeline] echo [2020-11-27T01:03:26.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:03:26.536Z] ---> create-netrc.sh [Pipeline] } [2020-11-27T01:03:26.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-27T01:03:26.651Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:03:26.952Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-27T01:03:26.963Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:03:27.263Z] ---> sudo-logs.sh [2020-11-27T01:03:27.263Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-27T01:03:27.275Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:03:27.578Z] ---> job-cost.sh [2020-11-27T01:03:27.579Z] lf-activate-venv: SKIPPING [2020-11-27T01:03:27.579Z] INFO: No Stack... [2020-11-27T01:03:29.502Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-27T01:03:29.765Z] INFO: Archiving Costs [Pipeline] echo [2020-11-27T01:03:29.779Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-27T01:03:30.077Z] ---> logs-deploy.sh [2020-11-27T01:03:30.077Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/3 [2020-11-27T01:03:30.077Z] INFO: archiving workspace using pattern(s): [2020-11-27T01:03:32.001Z] Archives upload complete. [2020-11-27T01:03:32.001Z] INFO: archiving logs to Nexus