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+b7d8827467e2539e6b310fa71c30bc6c237cf2c5 (ffa4385e8b14cd2850aee84dba7190e1e404dd5e) 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-13447 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d Merge succeeded, producing 3758903d774cea31f1c2ace130b3712dedad29a7 Checking out Revision 3758903d774cea31f1c2ace130b3712dedad29a7 (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 b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T00:30:35.728Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T00:30:36.040Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T00:30:36.139Z] ========================================================= [2020-11-26T00:30:36.139Z] EdgeX Global Pipelines Version Info [2020-11-26T00:30:36.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T00:30:37.644Z] ------------------- [2020-11-26T00:30:37.645Z] stable info: [2020-11-26T00:30:37.645Z] ------------------- [2020-11-26T00:30:37.645Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T00:30:37.645Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T00:30:37.645Z] Message: update stable to v1.0.167 [2020-11-26T00:30:38.593Z] ------------------- [2020-11-26T00:30:38.593Z] experimental info: [2020-11-26T00:30:38.593Z] ------------------- [2020-11-26T00:30:38.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T00:30:38.593Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T00:30:38.594Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T00:30:38.896Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-26T00:30:38.987Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-26T00:30:39.076Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T00:30:39.160Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T00:30:39.243Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T00:30:39.330Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T00:30:39.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T00:30:39.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-26T00:30:39.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-26T00:30:39.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-26T00:30:39.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T00:30:39.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T00:30:39.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T00:30:40.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T00:30:40.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T00:30:40.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T00:30:40.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T00:30:40.374Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T00:30:40.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-26T00:30:40.656Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T00:30:40.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-26T00:30:40.867Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T00:30:40.974Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo [2020-11-26T00:30:41.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo [2020-11-26T00:30:41.146Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo [2020-11-26T00:30:41.229Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3758903d774cea31f1c2ace130b3712dedad29a7 [Pipeline] echo [2020-11-26T00:30:41.310Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3758903 [Pipeline] echo [2020-11-26T00:30:41.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T00:30:41.557Z] provisioning config files... [2020-11-26T00:30:41.584Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3482785826303494191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T00:30:41.956Z] ---> docker-login.sh [2020-11-26T00:30:41.956Z] nexus3.edgexfoundry.org:10001 [2020-11-26T00:30:42.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:30:42.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:30:42.489Z] Configure a credential helper to remove this warning. See [2020-11-26T00:30:42.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:30:42.489Z] [2020-11-26T00:30:42.489Z] Login Succeeded [2020-11-26T00:30:42.489Z] nexus3.edgexfoundry.org:10002 [2020-11-26T00:30:42.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:30:42.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:30:42.489Z] Configure a credential helper to remove this warning. See [2020-11-26T00:30:42.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:30:42.489Z] [2020-11-26T00:30:42.489Z] Login Succeeded [2020-11-26T00:30:42.489Z] nexus3.edgexfoundry.org:10003 [2020-11-26T00:30:42.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:30:42.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:30:42.756Z] Configure a credential helper to remove this warning. See [2020-11-26T00:30:42.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:30:42.756Z] [2020-11-26T00:30:42.756Z] Login Succeeded [2020-11-26T00:30:42.756Z] nexus3.edgexfoundry.org:10004 [2020-11-26T00:30:43.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:30:43.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:30:43.020Z] Configure a credential helper to remove this warning. See [2020-11-26T00:30:43.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:30:43.020Z] [2020-11-26T00:30:43.020Z] Login Succeeded [2020-11-26T00:30:43.020Z] docker.io [2020-11-26T00:30:43.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:30:43.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:30:43.552Z] Configure a credential helper to remove this warning. See [2020-11-26T00:30:43.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:30:43.552Z] [2020-11-26T00:30:43.552Z] Login Succeeded [2020-11-26T00:30:43.552Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T00:30:43.563Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T00:30:44.060Z] ++ 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-26T00:30:44.060Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.060Z] ++ dirname cmd/core-command/Dockerfile [2020-11-26T00:30:44.060Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/core-data/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-26T00:30:44.061Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T00:30:44.061Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-26T00:30:44.061Z] ++ cut -d/ -f2 [2020-11-26T00:30:44.061Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T00:30:44.153Z] 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-26T00:30:45.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T00:30:45.133Z] [2020-11-26T00:30:45.133Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:30:45.497Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T00:30:45.497Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T00:30:45.497Z] 31603596830f: Pulling fs layer [2020-11-26T00:30:45.497Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T00:30:45.497Z] 6ca5941a6612: Pulling fs layer [2020-11-26T00:30:45.497Z] ecc8261a40a4: Pulling fs layer [2020-11-26T00:30:45.497Z] ecc8261a40a4: Waiting [2020-11-26T00:30:45.497Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T00:30:45.497Z] 2a8b12db71e7: Download complete [2020-11-26T00:30:45.497Z] 31603596830f: Verifying Checksum [2020-11-26T00:30:45.497Z] 31603596830f: Download complete [2020-11-26T00:30:45.767Z] ecc8261a40a4: Verifying Checksum [2020-11-26T00:30:45.767Z] ecc8261a40a4: Download complete [2020-11-26T00:30:45.767Z] 6ca5941a6612: Verifying Checksum [2020-11-26T00:30:45.767Z] 6ca5941a6612: Download complete [2020-11-26T00:30:46.031Z] 31603596830f: Pull complete [2020-11-26T00:30:46.031Z] 2a8b12db71e7: Pull complete [2020-11-26T00:30:46.987Z] 6ca5941a6612: Pull complete [2020-11-26T00:30:47.250Z] ecc8261a40a4: Pull complete [2020-11-26T00:30:47.250Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T00:30:47.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T00:30:47.250Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T00:30:47.354Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T00:30:47.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T00:30:49.938Z] $ docker top 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T00:30:50.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T00:30:50.276Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T00:30:50.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T00:30:50.497Z] $ docker exec 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent [2020-11-26T00:30:50.684Z] SSH_AUTH_SOCK=/tmp/ssh-45PWms0Kls1k/agent.11 [2020-11-26T00:30:50.684Z] SSH_AGENT_PID=17 [2020-11-26T00:30:50.695Z] Running ssh-add (command line suppressed) [2020-11-26T00:30:50.818Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2953622165128857536.key (/w/workspace/edgex-go/2@tmp/private_key_2953622165128857536.key) [2020-11-26T00:30:50.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T00:30:51.204Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T00:30:51.227Z] $ docker exec --env ******** --env ******** 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent -k [2020-11-26T00:30:51.345Z] unset SSH_AUTH_SOCK; [2020-11-26T00:30:51.345Z] unset SSH_AGENT_PID; [2020-11-26T00:30:51.345Z] echo Agent pid 17 killed; [2020-11-26T00:30:51.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T00:30:51.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T00:30:51.569Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T00:30:51.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T00:30:51.749Z] $ docker exec 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent [2020-11-26T00:30:51.914Z] SSH_AUTH_SOCK=/tmp/ssh-wU3LMUU6NKa7/agent.45 [2020-11-26T00:30:51.914Z] SSH_AGENT_PID=50 [2020-11-26T00:30:51.921Z] Running ssh-add (command line suppressed) [2020-11-26T00:30:52.051Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6258032298379174025.key (/w/workspace/edgex-go/2@tmp/private_key_6258032298379174025.key) [2020-11-26T00:30:52.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T00:30:52.442Z] + git semver init [2020-11-26T00:30:52.442Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T00:30:52.442Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-11-26T00:30:52.442Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-11-26T00:30:52.442Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T00:30:52.442Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T00:30:52.442Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T00:30:52.442Z] # $SEMVER_BRANCH = PR-2898 [2020-11-26T00:30:52.442Z] # $SEMVER_TEMP = /tmp/semver-684013341 [2020-11-26T00:30:52.442Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-26T00:31:24.608Z] # '/tmp/semver-684013341' -> '/w/workspace/edgex-go/2/.semver' [2020-11-26T00:31:24.608Z] # -> Force: false [2020-11-26T00:31:24.608Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-11-26T00:31:24.628Z] $ docker exec --env ******** --env ******** 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent -k [2020-11-26T00:31:24.958Z] unset SSH_AUTH_SOCK; [2020-11-26T00:31:24.958Z] unset SSH_AGENT_PID; [2020-11-26T00:31:24.958Z] echo Agent pid 50 killed; [2020-11-26T00:31:25.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T00:31:25.563Z] + git semver [Pipeline] } [2020-11-26T00:31:25.587Z] $ docker stop --time=1 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 [2020-11-26T00:31:27.211Z] $ docker rm -f 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T00:31:27.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T00:31:28.293Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T00:31:28.296Z] [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-26T00:31:29.177Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T00:31:29.484Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T00:31:29.793Z] + sudo service docker restart [2020-11-26T00:31:29.793Z] + true [2020-11-26T00:31:29.793Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-26T00:31:30.388Z] ========================================================= [2020-11-26T00:31:30.388Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T00:31:30.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:31:30.739Z] + 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-26T00:31:36.107Z] Sending build context to Docker daemon 325.9MB [2020-11-26T00:31:36.107Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T00:31:36.107Z] Step 2/7 : FROM ${BASE} [2020-11-26T00:31:36.107Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T00:31:36.107Z] df20fa9351a1: Pulling fs layer [2020-11-26T00:31:36.107Z] ed8968b2872e: Pulling fs layer [2020-11-26T00:31:36.107Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T00:31:36.107Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T00:31:36.107Z] e73272ec9a57: Pulling fs layer [2020-11-26T00:31:36.107Z] 1e910a182e73: Pulling fs layer [2020-11-26T00:31:36.107Z] 4e634b169226: Pulling fs layer [2020-11-26T00:31:36.107Z] e73272ec9a57: Waiting [2020-11-26T00:31:36.107Z] 1e910a182e73: Waiting [2020-11-26T00:31:36.107Z] 4e634b169226: Waiting [2020-11-26T00:31:36.107Z] e871e8e8d7a9: Waiting [2020-11-26T00:31:36.107Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T00:31:36.107Z] a92cc7c5fd73: Download complete [2020-11-26T00:31:36.107Z] ed8968b2872e: Verifying Checksum [2020-11-26T00:31:36.107Z] ed8968b2872e: Download complete [2020-11-26T00:31:36.107Z] e73272ec9a57: Verifying Checksum [2020-11-26T00:31:36.107Z] e73272ec9a57: Download complete [2020-11-26T00:31:36.107Z] 1e910a182e73: Verifying Checksum [2020-11-26T00:31:36.107Z] 1e910a182e73: Download complete [2020-11-26T00:31:36.107Z] df20fa9351a1: Verifying Checksum [2020-11-26T00:31:36.107Z] df20fa9351a1: Download complete [2020-11-26T00:31:36.712Z] df20fa9351a1: Pull complete [2020-11-26T00:31:36.976Z] ed8968b2872e: Pull complete [2020-11-26T00:31:36.976Z] a92cc7c5fd73: Pull complete [2020-11-26T00:31:37.937Z] 4e634b169226: Verifying Checksum [2020-11-26T00:31:37.937Z] 4e634b169226: Download complete [2020-11-26T00:31:38.524Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T00:31:38.524Z] e871e8e8d7a9: Download complete [2020-11-26T00:31:43.667Z] Still waiting to schedule task [2020-11-26T00:31:43.667Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T00:31:43.901Z] e871e8e8d7a9: Pull complete [2020-11-26T00:31:44.170Z] e73272ec9a57: Pull complete [2020-11-26T00:31:44.170Z] 1e910a182e73: Pull complete [2020-11-26T00:31:49.530Z] 4e634b169226: Pull complete [2020-11-26T00:31:49.530Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T00:31:49.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T00:31:49.530Z] ---> f7629b54cfaa [2020-11-26T00:31:49.530Z] 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-26T00:31:49.530Z] ---> Running in ce8b86c68e0c [2020-11-26T00:31:50.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:31:51.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:31:54.387Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T00:31:54.960Z] (2/12) Installing file (5.38-r0) [2020-11-26T00:31:54.960Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T00:31:55.222Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T00:32:17.233Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T00:32:17.233Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T00:32:17.233Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T00:32:17.233Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T00:32:17.233Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T00:32:17.233Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T00:32:17.233Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T00:32:17.233Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T00:32:17.233Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T00:32:17.233Z] OK: 233 MiB in 51 packages [2020-11-26T00:32:21.469Z] Removing intermediate container ce8b86c68e0c [2020-11-26T00:32:21.469Z] ---> d4a4617deeda [2020-11-26T00:32:21.469Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T00:32:21.469Z] ---> Running in 05343d8a2fcf [2020-11-26T00:32:21.469Z] Removing intermediate container 05343d8a2fcf [2020-11-26T00:32:21.469Z] ---> 04ce45ac9457 [2020-11-26T00:32:21.469Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T00:32:21.469Z] latest: Pulling from library/docker [2020-11-26T00:32:22.052Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T00:32:22.052Z] 0c7c675703d6: Pulling fs layer [2020-11-26T00:32:22.052Z] cc8c12a437cb: Pulling fs layer [2020-11-26T00:32:22.052Z] c5dafad2182a: Pulling fs layer [2020-11-26T00:32:22.052Z] 5aa711733414: Pulling fs layer [2020-11-26T00:32:22.052Z] 058f73b55e4b: Pulling fs layer [2020-11-26T00:32:22.052Z] 8c9c664faf12: Pulling fs layer [2020-11-26T00:32:22.052Z] c5dafad2182a: Waiting [2020-11-26T00:32:22.052Z] 5aa711733414: Waiting [2020-11-26T00:32:22.052Z] 058f73b55e4b: Waiting [2020-11-26T00:32:22.052Z] 8c9c664faf12: Waiting [2020-11-26T00:32:22.052Z] cc8c12a437cb: Verifying Checksum [2020-11-26T00:32:22.052Z] cc8c12a437cb: Download complete [2020-11-26T00:32:22.052Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T00:32:22.052Z] 188c0c94c7c5: Download complete [2020-11-26T00:32:22.052Z] 0c7c675703d6: Verifying Checksum [2020-11-26T00:32:22.052Z] 0c7c675703d6: Download complete [2020-11-26T00:32:22.052Z] 5aa711733414: Verifying Checksum [2020-11-26T00:32:22.052Z] 5aa711733414: Download complete [2020-11-26T00:32:22.316Z] 058f73b55e4b: Verifying Checksum [2020-11-26T00:32:22.316Z] 058f73b55e4b: Download complete [2020-11-26T00:32:22.316Z] 8c9c664faf12: Verifying Checksum [2020-11-26T00:32:22.317Z] 8c9c664faf12: Download complete [2020-11-26T00:32:22.317Z] 188c0c94c7c5: Pull complete [2020-11-26T00:32:22.583Z] 0c7c675703d6: Pull complete [2020-11-26T00:32:22.853Z] cc8c12a437cb: Pull complete [2020-11-26T00:32:23.118Z] c5dafad2182a: Verifying Checksum [2020-11-26T00:32:23.118Z] c5dafad2182a: Download complete [2020-11-26T00:32:26.453Z] c5dafad2182a: Pull complete [2020-11-26T00:32:26.453Z] 5aa711733414: Pull complete [2020-11-26T00:32:26.453Z] 058f73b55e4b: Pull complete [2020-11-26T00:32:26.453Z] 8c9c664faf12: Pull complete [2020-11-26T00:32:26.453Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T00:32:26.453Z] Status: Downloaded newer image for docker:latest [2020-11-26T00:32:28.384Z] ---> 278f31e705ff [2020-11-26T00:32:28.384Z] Step 6/7 : COPY go.mod . [2020-11-26T00:32:28.384Z] ---> 948feaa78863 [2020-11-26T00:32:28.384Z] Step 7/7 : RUN go mod download [2020-11-26T00:32:28.384Z] ---> Running in 0bc148e34eac [2020-11-26T00:32:50.406Z] Removing intermediate container 0bc148e34eac [2020-11-26T00:32:50.406Z] ---> abe6d5bf6f64 [2020-11-26T00:32:50.406Z] Successfully built abe6d5bf6f64 [2020-11-26T00:32:50.406Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:32:50.731Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T00:32:50.731Z] . [Pipeline] withDockerContainer [2020-11-26T00:32:50.842Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T00:32:50.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T00:32:51.780Z] $ docker top 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T00:32:52.348Z] + go version [2020-11-26T00:32:52.348Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T00:32:52.364Z] $ docker stop --time=1 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd [2020-11-26T00:32:53.739Z] $ docker rm -f 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:32:54.602Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T00:32:54.602Z] . [Pipeline] withDockerContainer [2020-11-26T00:32:54.702Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T00:32:54.761Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T00:32:55.624Z] $ docker top 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T00:32:55.833Z] ========================================================= [2020-11-26T00:32:55.833Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-26T00:32:55.833Z] ========================================================= [Pipeline] sh [2020-11-26T00:32:56.124Z] + make test [2020-11-26T00:32:56.125Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T00:33:06.343Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-26T00:33:21.378Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-26T00:33:26.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-26T00:33:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-26T00:33:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-26T00:33:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-26T00:33:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-26T00:33:29.698Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s [2020-11-26T00:33:29.698Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-26T00:33:29.698Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-26T00:33:29.971Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-26T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-26T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-26T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-26T00:33:30.558Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-26T00:33:33.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2020-11-26T00:33:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-26T00:33:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-26T00:33:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-26T00:33:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-26T00:33:33.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-26T00:33:37.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-26T00:33:37.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-26T00:33:37.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-26T00:33:37.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 68.4% of statements [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-26T00:33:37.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.095s coverage: 83.3% of statements [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T00:33:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-26T00:33:37.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-26T00:33:39.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.354s coverage: 28.6% of statements [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-26T00:33:39.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-26T00:33:39.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-26T00:33:39.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-26T00:33:39.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2020-11-26T00:33:39.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-26T00:33:39.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 79.0% of statements [2020-11-26T00:33:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-26T00:33:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-26T00:33:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-26T00:33:39.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.304s coverage: 95.7% of statements [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.0% of statements [no tests to run] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.238s coverage: 63.5% of statements [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-26T00:33:41.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2020-11-26T00:33:41.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2020-11-26T00:33:42.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-11-26T00:33:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 55.9% of statements [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-26T00:33:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.328s coverage: 86.3% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.175s coverage: 72.2% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.408s coverage: 72.1% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.2% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.1% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.068s coverage: 42.9% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.1% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.655s coverage: 29.1% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-26T00:34:05.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-11-26T00:34:05.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-11-26T00:34:05.651Z] GO111MODULE=on go vet ./... [2020-11-26T00:34:32.400Z] gofmt -l . [2020-11-26T00:34:32.400Z] [ "`gofmt -l .`" = "" ] [2020-11-26T00:34:32.400Z] ./bin/test-go-mod-tidy.sh [2020-11-26T00:34:32.400Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-26T00:34:32.980Z] + ls -al . [2020-11-26T00:34:32.980Z] total 644 [2020-11-26T00:34:32.980Z] drwxrwxr-x 10 1001 1001 4096 Nov 26 00:34 . [2020-11-26T00:34:32.980Z] drwxr-xr-x 4 root root 28 Nov 26 00:32 .. [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 00:30 .dockerignore [2020-11-26T00:34:32.980Z] drwxrwxr-x 8 1001 1001 179 Nov 26 00:30 .git [2020-11-26T00:34:32.980Z] drwxrwxr-x 3 1001 1001 125 Nov 26 00:30 .github [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 971 Nov 26 00:30 .gitignore [2020-11-26T00:34:32.980Z] drwx------ 3 1001 1001 47 Nov 26 00:31 .semver [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 166 Nov 26 00:30 .sonarcloud.properties [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 3804 Nov 26 00:30 CONTRIBUTING.md [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 1035 Nov 26 00:30 Dockerfile.build [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 943 Nov 26 00:30 Jenkinsfile [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 10775 Nov 26 00:30 LICENSE [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 6581 Nov 26 00:30 Makefile [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 6447 Nov 26 00:30 README.md [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 259 Nov 26 00:30 SECURITY.md [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 5 Nov 26 00:31 VERSION [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 4131 Nov 26 00:30 ZMQWindows.md [2020-11-26T00:34:32.980Z] drwxrwxr-x 2 1001 1001 117 Nov 26 00:30 bin [2020-11-26T00:34:32.980Z] drwxrwxr-x 15 1001 1001 4096 Nov 26 00:30 cmd [2020-11-26T00:34:32.980Z] -rw-r--r-- 1 root root 549148 Nov 26 00:34 coverage.out [2020-11-26T00:34:32.980Z] -rw-r--r-- 1 root root 1041 Nov 26 00:34 go.mod [2020-11-26T00:34:32.980Z] -rw-r--r-- 1 root root 18692 Nov 26 00:34 go.sum [2020-11-26T00:34:32.980Z] drwxrwxr-x 8 1001 1001 127 Nov 26 00:30 internal [2020-11-26T00:34:32.980Z] drwxrwxr-x 4 1001 1001 26 Nov 26 00:30 openapi [2020-11-26T00:34:32.980Z] drwxrwxr-x 4 1001 1001 71 Nov 26 00:30 snap [2020-11-26T00:34:32.980Z] -rw-rw-r-- 1 1001 1001 168 Nov 26 00:30 version.go [Pipeline] sh [2020-11-26T00:34:33.286Z] + '[' -e coverage.out ] [2020-11-26T00:34:33.286Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-26T00:34:34.148Z] Stashed 1 file(s) [Pipeline] sh [2020-11-26T00:34:34.457Z] + make build [2020-11-26T00:34:34.457Z] 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-26T00:34:39.696Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13456 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-26T00:34:39.747Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-11-26T00:34:44.603Z] 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-26T00:34:45.774Z] using credential edgex-jenkins-ssh [2020-11-26T00:34:45.840Z] Cloning the remote Git repository [2020-11-26T00:34:45.906Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:34:46.024Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-11-26T00:34:46.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:34:46.148Z] > git --version # timeout=10 [2020-11-26T00:34:46.172Z] > git --version # 'git version 2.17.1' [2020-11-26T00:34:46.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:34:46.300Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:34:47.946Z] 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-26T00:34:48.897Z] 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-26T00:34:50.310Z] 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-26T00:34:51.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-26T00:34:51.965Z] 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-26T00:34:53.363Z] 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-26T00:34:55.290Z] 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-26T00:34:55.866Z] 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-26T00:34:57.277Z] 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-26T00:34:58.234Z] 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-26T00:34:59.629Z] 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-26T00:35:00.593Z] $ docker stop --time=1 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 [2020-11-26T00:35:02.405Z] $ docker rm -f 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:35:04.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T00:35:04.364Z] [2020-11-26T00:35:04.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:35:04.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T00:35:04.713Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-26T00:35:04.713Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-26T00:35:04.713Z] ca9280d653b3: Pulling fs layer [2020-11-26T00:35:04.713Z] 7e9c9ca2126c: Pulling fs layer [2020-11-26T00:35:04.713Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-26T00:35:04.713Z] cbdbe7a5bc2a: Download complete [2020-11-26T00:35:05.298Z] cbdbe7a5bc2a: Pull complete [2020-11-26T00:35:05.298Z] ca9280d653b3: Download complete [2020-11-26T00:35:06.260Z] 7e9c9ca2126c: Download complete [2020-11-26T00:35:06.260Z] ca9280d653b3: Pull complete [2020-11-26T00:35:08.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:35:08.434Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:35:08.457Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:35:08.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:35:08.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:35:08.509Z] > 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-26T00:35:09.513Z] Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-26T00:35:10.451Z] Merge succeeded, producing 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 [2020-11-26T00:35:10.452Z] Checking out Revision 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 (PR-2898) [2020-11-26T00:35:09.541Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:35:09.599Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-26T00:35:09.975Z] > git remote # timeout=10 [2020-11-26T00:35:10.005Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T00:35:10.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:35:10.043Z] > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 [2020-11-26T00:35:10.432Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T00:35:10.462Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:35:10.485Z] > git checkout -f 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 # timeout=10 [2020-11-26T00:35:14.442Z] 7e9c9ca2126c: Pull complete [2020-11-26T00:35:14.442Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-26T00:35:14.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T00:35:14.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-26T00:35:14.650Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T00:35:14.707Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T00:35:14.989Z] Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" [2020-11-26T00:35:15.002Z] > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-26T00:35:15.747Z] $ docker top 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-11-26T00:35:16.305Z] + docker-compose build --help [2020-11-26T00:35:16.305Z] + grep parallel [Pipeline] sh [2020-11-26T00:35:17.238Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-11-26T00:35:17.318Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T00:35:17.336Z] $ docker stop --time=1 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc [2020-11-26T00:35:18.729Z] $ docker rm -f 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:35:19.240Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T00:35:19.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T00:35:19.477Z] . [Pipeline] withDockerContainer [2020-11-26T00:35:19.582Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T00:35:19.598Z] + sudo service docker+ restart [2020-11-26T00:35:19.598Z] true [2020-11-26T00:35:19.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T00:35:20.296Z] $ docker top 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T00:35:20.779Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T00:35:21.649Z] provisioning config files... [2020-11-26T00:35:21.695Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2326560722541297191tmp [Pipeline] { [2020-11-26T00:35:21.725Z] Building docker-core-command-go ... [2020-11-26T00:35:21.725Z] Building docker-core-data-go ... [2020-11-26T00:35:21.725Z] Building docker-core-metadata-go ... [2020-11-26T00:35:21.725Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T00:35:21.725Z] Building docker-security-proxy-setup-go ... [2020-11-26T00:35:21.725Z] Building docker-security-secrets-setup-go ... [2020-11-26T00:35:21.725Z] Building docker-security-secretstore-setup-go ... [2020-11-26T00:35:21.725Z] Building docker-support-logging-go ... [2020-11-26T00:35:21.725Z] Building docker-support-notifications-go ... [2020-11-26T00:35:21.725Z] Building docker-support-scheduler-go ... [2020-11-26T00:35:21.725Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T00:35:21.725Z] Building docker-security-secrets-setup-go [2020-11-26T00:35:21.725Z] Building docker-core-data-go [2020-11-26T00:35:21.725Z] Building docker-security-secretstore-setup-go [2020-11-26T00:35:21.725Z] Building docker-support-notifications-go [2020-11-26T00:35:21.725Z] Building docker-core-command-go [Pipeline] libraryResource [Pipeline] sh [2020-11-26T00:35:22.119Z] ---> docker-login.sh [2020-11-26T00:35:22.119Z] nexus3.edgexfoundry.org:10001 [2020-11-26T00:35:23.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:35:24.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:35:24.096Z] Configure a credential helper to remove this warning. See [2020-11-26T00:35:24.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:35:24.096Z] [2020-11-26T00:35:24.096Z] Login Succeeded [2020-11-26T00:35:24.096Z] nexus3.edgexfoundry.org:10002 [2020-11-26T00:35:24.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:35:24.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:35:24.649Z] Configure a credential helper to remove this warning. See [2020-11-26T00:35:24.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:35:24.649Z] [2020-11-26T00:35:24.649Z] Login Succeeded [2020-11-26T00:35:24.649Z] nexus3.edgexfoundry.org:10003 [2020-11-26T00:35:25.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:35:25.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:35:25.257Z] Configure a credential helper to remove this warning. See [2020-11-26T00:35:25.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:35:25.257Z] [2020-11-26T00:35:25.257Z] Login Succeeded [2020-11-26T00:35:25.257Z] nexus3.edgexfoundry.org:10004 [2020-11-26T00:35:25.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:35:25.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:35:25.843Z] Configure a credential helper to remove this warning. See [2020-11-26T00:35:25.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:35:25.843Z] [2020-11-26T00:35:25.843Z] Login Succeeded [2020-11-26T00:35:25.843Z] docker.io [2020-11-26T00:35:26.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T00:35:26.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T00:35:26.713Z] Configure a credential helper to remove this warning. See [2020-11-26T00:35:26.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T00:35:26.713Z] [2020-11-26T00:35:26.713Z] Login Succeeded [2020-11-26T00:35:26.713Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T00:35:26.730Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T00:35:27.321Z] ========================================================= [2020-11-26T00:35:27.321Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T00:35:27.321Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:35:27.744Z] + 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-26T00:35:30.417Z] Sending build context to Docker daemon 165.4MB [2020-11-26T00:35:30.417Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T00:35:30.417Z] Step 2/7 : FROM ${BASE} [2020-11-26T00:35:30.417Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T00:35:30.417Z] b538f80385f9: Pulling fs layer [2020-11-26T00:35:30.417Z] 74f711af9a0d: Pulling fs layer [2020-11-26T00:35:30.417Z] 99f96fe45779: Pulling fs layer [2020-11-26T00:35:30.417Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T00:35:30.417Z] 45590311c82a: Pulling fs layer [2020-11-26T00:35:30.417Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T00:35:30.417Z] 209524e5b208: Pulling fs layer [2020-11-26T00:35:30.417Z] 45590311c82a: Waiting [2020-11-26T00:35:30.417Z] 69ca0ff8b7b3: Waiting [2020-11-26T00:35:30.417Z] 8529a6b9a6be: Waiting [2020-11-26T00:35:30.417Z] 209524e5b208: Waiting [2020-11-26T00:35:30.417Z] 99f96fe45779: Download complete [2020-11-26T00:35:30.417Z] 74f711af9a0d: Verifying Checksum [2020-11-26T00:35:30.417Z] 74f711af9a0d: Download complete [2020-11-26T00:35:30.417Z] 45590311c82a: Verifying Checksum [2020-11-26T00:35:30.417Z] 45590311c82a: Download complete [2020-11-26T00:35:30.417Z] 69ca0ff8b7b3: Download complete [2020-11-26T00:35:30.417Z] b538f80385f9: Verifying Checksum [2020-11-26T00:35:30.417Z] b538f80385f9: Download complete [2020-11-26T00:35:30.693Z] b538f80385f9: Pull complete [2020-11-26T00:35:31.292Z] 74f711af9a0d: Pull complete [2020-11-26T00:35:31.897Z] 99f96fe45779: Pull complete [2020-11-26T00:35:32.885Z] 209524e5b208: Download complete [2020-11-26T00:35:33.872Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T00:35:33.872Z] 8529a6b9a6be: Download complete [2020-11-26T00:35:44.047Z] 8529a6b9a6be: Pull complete [2020-11-26T00:35:44.047Z] 45590311c82a: Pull complete [2020-11-26T00:35:44.047Z] 69ca0ff8b7b3: Pull complete [2020-11-26T00:35:48.432Z] 209524e5b208: Pull complete [2020-11-26T00:35:48.432Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T00:35:48.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T00:35:48.432Z] ---> 5bddaf1c2fca [2020-11-26T00:35:48.432Z] 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-26T00:35:52.059Z] ---> Running in 9d5a8683bad9 [2020-11-26T00:35:53.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:35:54.017Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:35:54.017Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:35:54.017Z] ---> abe6d5bf6f64 [2020-11-26T00:35:54.017Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T00:35:54.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:35:54.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:35:54.017Z] ---> abe6d5bf6f64 [2020-11-26T00:35:54.017Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:35:54.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:35:54.283Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:35:54.283Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:35:54.283Z] ---> abe6d5bf6f64 [2020-11-26T00:35:54.283Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T00:35:54.283Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:35:54.283Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T00:35:54.283Z] ---> abe6d5bf6f64 [2020-11-26T00:35:54.283Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T00:35:54.546Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:35:54.546Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:35:54.546Z] ---> abe6d5bf6f64 [2020-11-26T00:35:54.546Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T00:35:55.120Z] ---> Running in ec6e7bc8fe68 [2020-11-26T00:35:55.120Z] ---> Running in 9987e8328906 [2020-11-26T00:35:55.394Z] ---> Running in 7cd68aa10b38 [2020-11-26T00:35:55.394Z] ---> Running in 5b71b18bc6d8 [2020-11-26T00:35:55.394Z] ---> Running in 9ea5274d20d2 [2020-11-26T00:35:55.442Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T00:35:55.660Z] Removing intermediate container 5b71b18bc6d8 [2020-11-26T00:35:55.660Z] ---> 3793b576aba3 [2020-11-26T00:35:55.660Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T00:35:55.660Z] Removing intermediate container ec6e7bc8fe68 [2020-11-26T00:35:55.660Z] ---> 7197cb1d9c31 [2020-11-26T00:35:55.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:35:55.660Z] Removing intermediate container 9987e8328906 [2020-11-26T00:35:55.660Z] ---> 2363a444b905 [2020-11-26T00:35:55.660Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:35:55.660Z] Removing intermediate container 7cd68aa10b38 [2020-11-26T00:35:55.660Z] ---> 85a0258e7751 [2020-11-26T00:35:55.660Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:35:55.714Z] (2/12) Installing file (5.38-r0) [2020-11-26T00:35:55.714Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T00:35:55.714Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T00:35:55.922Z] Removing intermediate container 9ea5274d20d2 [2020-11-26T00:35:55.922Z] ---> 98d0b02e096d [2020-11-26T00:35:55.922Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:35:56.199Z] ---> Running in e6afc20fe1e0 [2020-11-26T00:35:56.199Z] ---> Running in 5c16b1b0d2c0 [2020-11-26T00:35:56.199Z] ---> Running in 965a9826661d [2020-11-26T00:35:56.199Z] ---> Running in 2742e8eb53a1 [2020-11-26T00:35:56.199Z] ---> Running in e7ddbafb6297 [2020-11-26T00:35:57.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:35:58.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:35:58.191Z] Removing intermediate container 5c16b1b0d2c0 [2020-11-26T00:35:58.191Z] ---> 121dfe19b7f6 [2020-11-26T00:35:58.191Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T00:35:58.191Z] Removing intermediate container 965a9826661d [2020-11-26T00:35:58.191Z] ---> 37915f0352a0 [2020-11-26T00:35:58.191Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T00:35:58.458Z] Removing intermediate container 2742e8eb53a1 [2020-11-26T00:35:58.458Z] ---> 3ee86cb6cf36 [2020-11-26T00:35:58.458Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:35:58.458Z] ---> Running in 9935d7052961 [2020-11-26T00:35:58.458Z] Removing intermediate container e7ddbafb6297 [2020-11-26T00:35:58.458Z] ---> f9c4f7b6393e [2020-11-26T00:35:58.458Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T00:35:58.458Z] ---> Running in d2109d3571cc [2020-11-26T00:35:58.731Z] ---> Running in b2e55426ed07 [2020-11-26T00:35:58.731Z] ---> Running in c8152110fd89 [2020-11-26T00:35:58.731Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:35:58.731Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:35:58.731Z] OK: 12754 distinct packages available [2020-11-26T00:35:58.997Z] OK: 233 MiB in 51 packages [2020-11-26T00:35:59.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:35:59.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:35:59.793Z] Removing intermediate container e6afc20fe1e0 [2020-11-26T00:35:59.793Z] ---> 45bfb180b9e2 [2020-11-26T00:35:59.794Z] Step 5/29 : COPY go.mod . [2020-11-26T00:35:59.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:35:59.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:36:00.060Z] ---> f55d0bbbcf4b [2020-11-26T00:36:00.060Z] Step 6/29 : RUN go mod download [2020-11-26T00:36:00.060Z] ---> Running in 71ca3f84c3da [2020-11-26T00:36:00.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:36:00.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:36:00.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:36:00.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:36:01.544Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:36:01.544Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:36:01.544Z] OK: 12754 distinct packages available [2020-11-26T00:36:01.826Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:36:01.826Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:36:01.826Z] OK: 12754 distinct packages available [2020-11-26T00:36:01.826Z] Removing intermediate container 71ca3f84c3da [2020-11-26T00:36:01.826Z] ---> b8d29100a3b1 [2020-11-26T00:36:01.826Z] Step 7/29 : COPY . . [2020-11-26T00:36:01.826Z] OK: 233 MiB in 51 packages [2020-11-26T00:36:01.826Z] OK: 233 MiB in 51 packages [2020-11-26T00:36:02.097Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:36:02.097Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:36:02.097Z] OK: 12754 distinct packages available [2020-11-26T00:36:02.363Z] OK: 233 MiB in 51 packages [2020-11-26T00:36:03.768Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:36:03.768Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:36:03.768Z] OK: 12754 distinct packages available [2020-11-26T00:36:04.044Z] OK: 233 MiB in 51 packages [2020-11-26T00:36:05.998Z] Removing intermediate container 9935d7052961 [2020-11-26T00:36:05.998Z] ---> f712263a91b3 [2020-11-26T00:36:05.998Z] Step 6/23 : COPY go.mod . [2020-11-26T00:36:06.960Z] Removing intermediate container b2e55426ed07 [2020-11-26T00:36:06.960Z] ---> 8c758a496a38 [2020-11-26T00:36:06.960Z] Step 6/22 : COPY go.mod . [2020-11-26T00:36:06.960Z] Removing intermediate container c8152110fd89 [2020-11-26T00:36:06.960Z] ---> c2005d0544ad [2020-11-26T00:36:06.960Z] Step 6/24 : COPY go.mod . [2020-11-26T00:36:07.224Z] ---> 747c3d3aef40 [2020-11-26T00:36:07.224Z] Step 7/23 : RUN go mod download [2020-11-26T00:36:07.804Z] Removing intermediate container d2109d3571cc [2020-11-26T00:36:07.804Z] ---> 705df5cfa24e [2020-11-26T00:36:07.804Z] Step 6/24 : COPY go.mod . [2020-11-26T00:36:09.370Z] ---> Running in 0208c9558b73 [2020-11-26T00:36:09.370Z] ---> 6c62fd31afce [2020-11-26T00:36:09.370Z] Step 7/24 : RUN go mod download [2020-11-26T00:36:09.370Z] ---> 5081e6523950 [2020-11-26T00:36:09.370Z] Step 7/22 : RUN go mod download [2020-11-26T00:36:09.370Z] ---> 693ee23f81b3 [2020-11-26T00:36:09.370Z] Step 7/24 : RUN go mod download [2020-11-26T00:36:10.335Z] ---> Running in 4f4ff73c098d [2020-11-26T00:36:10.335Z] ---> Running in 35bd58d567dc [2020-11-26T00:36:10.335Z] ---> Running in 788be2e3fbad [2020-11-26T00:36:13.722Z] Removing intermediate container 0208c9558b73 [2020-11-26T00:36:13.722Z] ---> b01e505b4b55 [2020-11-26T00:36:13.722Z] Step 8/23 : COPY . . [2020-11-26T00:36:13.722Z] Removing intermediate container 4f4ff73c098d [2020-11-26T00:36:13.722Z] ---> 467321d7f7e5 [2020-11-26T00:36:13.722Z] Step 8/22 : COPY . . [2020-11-26T00:36:14.075Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T00:36:14.075Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T00:36:14.075Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T00:36:14.075Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T00:36:14.075Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T00:36:14.075Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T00:36:14.075Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T00:36:14.075Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T00:36:14.075Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T00:36:14.075Z] OK: 217 MiB in 51 packages [2020-11-26T00:36:15.129Z] Removing intermediate container 35bd58d567dc [2020-11-26T00:36:15.129Z] ---> 58b31e6d11b2 [2020-11-26T00:36:15.129Z] Step 8/24 : COPY . . [2020-11-26T00:36:16.736Z] Removing intermediate container 9d5a8683bad9 [2020-11-26T00:36:16.736Z] ---> 8b8dbfee1871 [2020-11-26T00:36:16.736Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T00:36:16.736Z] ---> Running in 0bfc60e7232a [2020-11-26T00:36:17.337Z] Removing intermediate container 0bfc60e7232a [2020-11-26T00:36:17.337Z] ---> c1d7adec4c34 [2020-11-26T00:36:17.337Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T00:36:17.708Z] Removing intermediate container 788be2e3fbad [2020-11-26T00:36:17.708Z] ---> 04f8dfd0e2be [2020-11-26T00:36:17.708Z] Step 8/24 : COPY . . [2020-11-26T00:36:17.944Z] latest: Pulling from library/docker [2020-11-26T00:36:17.944Z] 5f621e34cdf4: Pulling fs layer [2020-11-26T00:36:17.944Z] 85db56a05063: Pulling fs layer [2020-11-26T00:36:17.944Z] ccb67d6aeaaa: Pulling fs layer [2020-11-26T00:36:17.944Z] a0b19fc83503: Pulling fs layer [2020-11-26T00:36:17.944Z] 8eb508b41278: Pulling fs layer [2020-11-26T00:36:17.944Z] 37236713561e: Pulling fs layer [2020-11-26T00:36:17.944Z] 07c93f2b1b56: Pulling fs layer [2020-11-26T00:36:17.944Z] a0b19fc83503: Waiting [2020-11-26T00:36:17.944Z] 37236713561e: Waiting [2020-11-26T00:36:17.944Z] 07c93f2b1b56: Waiting [2020-11-26T00:36:17.944Z] 8eb508b41278: Waiting [2020-11-26T00:36:18.227Z] 85db56a05063: Download complete [2020-11-26T00:36:18.227Z] 5f621e34cdf4: Download complete [2020-11-26T00:36:18.227Z] ccb67d6aeaaa: Verifying Checksum [2020-11-26T00:36:18.227Z] ccb67d6aeaaa: Download complete [2020-11-26T00:36:18.227Z] 8eb508b41278: Verifying Checksum [2020-11-26T00:36:18.227Z] 8eb508b41278: Download complete [2020-11-26T00:36:18.512Z] 37236713561e: Verifying Checksum [2020-11-26T00:36:18.512Z] 37236713561e: Download complete [2020-11-26T00:36:18.512Z] 07c93f2b1b56: Download complete [2020-11-26T00:36:19.121Z] 5f621e34cdf4: Pull complete [2020-11-26T00:36:19.725Z] 85db56a05063: Pull complete [2020-11-26T00:36:20.000Z] a0b19fc83503: Verifying Checksum [2020-11-26T00:36:20.000Z] a0b19fc83503: Download complete [2020-11-26T00:36:20.277Z] ccb67d6aeaaa: Pull complete [2020-11-26T00:36:23.700Z] a0b19fc83503: Pull complete [2020-11-26T00:36:23.976Z] 8eb508b41278: Pull complete [2020-11-26T00:36:24.575Z] 37236713561e: Pull complete [2020-11-26T00:36:24.848Z] 07c93f2b1b56: Pull complete [2020-11-26T00:36:24.848Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T00:36:24.848Z] Status: Downloaded newer image for docker:latest [2020-11-26T00:36:29.216Z] ---> c8f189967f50 [2020-11-26T00:36:29.216Z] Step 6/7 : COPY go.mod . [2020-11-26T00:36:29.216Z] ---> 4783cfc41214 [2020-11-26T00:36:29.216Z] Step 7/7 : RUN go mod download [2020-11-26T00:36:29.491Z] ---> Running in 37da70857862 [2020-11-26T00:36:32.912Z] ---> 5d62a99b0ff3 [2020-11-26T00:36:32.912Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T00:36:36.279Z] ---> Running in 374837789b79 [2020-11-26T00:36:39.667Z] 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-26T00:36:52.173Z] ---> 78826a426e18 [2020-11-26T00:36:52.173Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T00:36:52.173Z] ---> 2ad8834457e7 [2020-11-26T00:36:52.173Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T00:36:52.173Z] ---> 986eb931236f [2020-11-26T00:36:52.173Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T00:36:52.173Z] ---> Running in 28edafd12fe6 [2020-11-26T00:36:52.173Z] ---> Running in 6c8348732f0c [2020-11-26T00:36:52.173Z] ---> Running in cb190443f33c [2020-11-26T00:36:52.437Z] ---> bb3268838261 [2020-11-26T00:36:52.437Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T00:36:52.701Z] ---> Running in 12243820ebe6 [2020-11-26T00:36:53.681Z] 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-26T00:36:53.681Z] 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-26T00:36:53.681Z] 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-26T00:36:53.681Z] 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-26T00:36:56.297Z] Removing intermediate container 37da70857862 [2020-11-26T00:36:56.297Z] ---> 5362f402c75c [2020-11-26T00:36:56.297Z] Successfully built 5362f402c75c [2020-11-26T00:36:56.297Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:36:56.642Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T00:36:56.642Z] . [Pipeline] withDockerContainer [2020-11-26T00:36:56.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container [2020-11-26T00:36:56.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T00:36:57.006Z] Removing intermediate container 374837789b79 [2020-11-26T00:36:57.006Z] ---> 919d690b105e [2020-11-26T00:36:57.006Z] [2020-11-26T00:36:57.006Z] Step 9/29 : FROM alpine:latest [2020-11-26T00:36:57.006Z] latest: Pulling from library/alpine [2020-11-26T00:36:57.006Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T00:36:57.006Z] Status: Downloaded newer image for alpine:latest [2020-11-26T00:36:57.006Z] ---> d6e46aa2470d [2020-11-26T00:36:57.006Z] 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-26T00:36:58.396Z] $ docker top d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 -eo pid,comm [2020-11-26T00:36:58.424Z] ---> Running in 50e59a445bd1 [Pipeline] { [2020-11-26T00:36:58.693Z] Removing intermediate container 50e59a445bd1 [2020-11-26T00:36:58.693Z] ---> 05c48104bb24 [2020-11-26T00:36:58.693Z] Step 11/29 : USER root [2020-11-26T00:36:58.693Z] ---> Running in 955cd8894c14 [Pipeline] sh [2020-11-26T00:36:58.963Z] Removing intermediate container 955cd8894c14 [2020-11-26T00:36:58.963Z] ---> b288fe8cecea [2020-11-26T00:36:58.963Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T00:36:59.230Z] ---> Running in cc83951d5f05 [2020-11-26T00:36:59.381Z] + go version [2020-11-26T00:36:59.381Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T00:36:59.408Z] $ docker stop --time=1 d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 [2020-11-26T00:37:01.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:01.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:01.194Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:37:01.194Z] v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:37:01.194Z] OK: 12746 distinct packages available [2020-11-26T00:37:01.359Z] $ docker rm -f d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-26T00:37:01.791Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T00:37:01.791Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T00:37:01.791Z] Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-11-26T00:37:02.068Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T00:37:02.068Z] OK: 6 MiB in 16 packages [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:37:02.513Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T00:37:02.513Z] . [Pipeline] withDockerContainer [2020-11-26T00:37:02.761Z] prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container [2020-11-26T00:37:02.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T00:37:04.228Z] $ docker top 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T00:37:04.582Z] ========================================================= [2020-11-26T00:37:04.582Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-26T00:37:04.582Z] ========================================================= [Pipeline] sh [2020-11-26T00:37:05.233Z] + make test [2020-11-26T00:37:05.233Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T00:37:05.432Z] Removing intermediate container cc83951d5f05 [2020-11-26T00:37:05.432Z] ---> 35e4eaa6e329 [2020-11-26T00:37:05.432Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T00:37:05.432Z] ---> Running in 328297f57fdd [2020-11-26T00:37:05.698Z] Removing intermediate container 328297f57fdd [2020-11-26T00:37:05.698Z] ---> a6b2b7b7f131 [2020-11-26T00:37:05.698Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T00:37:05.964Z] ---> Running in 1b2437017d23 [2020-11-26T00:37:06.239Z] Removing intermediate container 1b2437017d23 [2020-11-26T00:37:06.239Z] ---> 18e880a55f8e [2020-11-26T00:37:06.239Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T00:37:06.508Z] ---> Running in cc626b61b7f4 [2020-11-26T00:37:09.109Z] Removing intermediate container cc626b61b7f4 [2020-11-26T00:37:09.109Z] ---> 7c19bd04caed [2020-11-26T00:37:09.109Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T00:37:10.079Z] ---> 91a8a90e8c20 [2020-11-26T00:37:10.079Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T00:37:10.674Z] ---> 8a07cd029726 [2020-11-26T00:37:10.674Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T00:37:11.274Z] ---> 0c8ceb62d1ba [2020-11-26T00:37:11.274Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T00:37:11.559Z] ---> fbb95b0a2e84 [2020-11-26T00:37:11.559Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T00:37:12.156Z] ---> 330d3d8c3aeb [2020-11-26T00:37:12.156Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T00:37:12.156Z] ---> Running in 6fab1906395b [2020-11-26T00:37:15.544Z] Removing intermediate container 6fab1906395b [2020-11-26T00:37:15.544Z] ---> 49e533ec8e70 [2020-11-26T00:37:15.544Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T00:37:15.544Z] ---> 65ec8e41ee14 [2020-11-26T00:37:15.544Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T00:37:15.816Z] ---> Running in 5b816025bb53 [2020-11-26T00:37:18.871Z] 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-26T00:37:18.871Z] Removing intermediate container 5b816025bb53 [2020-11-26T00:37:18.871Z] ---> f5f1c4918a87 [2020-11-26T00:37:18.871Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T00:37:18.871Z] ---> Running in e95b70598c23 [2020-11-26T00:37:21.151Z] Removing intermediate container e95b70598c23 [2020-11-26T00:37:21.151Z] ---> d1c7e3c2f8fe [2020-11-26T00:37:21.151Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T00:37:21.418Z] ---> Running in 9e62492b96fd [2020-11-26T00:37:21.694Z] Removing intermediate container 9e62492b96fd [2020-11-26T00:37:21.694Z] ---> 11e27e2f9267 [2020-11-26T00:37:21.694Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T00:37:21.962Z] ---> Running in ea4f87372146 [2020-11-26T00:37:22.228Z] Removing intermediate container ea4f87372146 [2020-11-26T00:37:22.228Z] ---> b4312f0d3e34 [2020-11-26T00:37:22.228Z] Step 27/29 : LABEL arch=x86_64 [2020-11-26T00:37:22.228Z] ---> Running in dd4d07caf2fa [2020-11-26T00:37:22.496Z] Removing intermediate container dd4d07caf2fa [2020-11-26T00:37:22.496Z] ---> 81cd715f4c23 [2020-11-26T00:37:22.496Z] Step 28/29 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:37:22.768Z] ---> Running in 90b80ea0bd44 [2020-11-26T00:37:23.051Z] Removing intermediate container 90b80ea0bd44 [2020-11-26T00:37:23.051Z] ---> ea33048c35b7 [2020-11-26T00:37:23.051Z] Step 29/29 : LABEL version=0.0.0 [2020-11-26T00:37:23.051Z] ---> Running in a765a010d37b [2020-11-26T00:37:23.630Z] Removing intermediate container a765a010d37b [2020-11-26T00:37:23.630Z] ---> d73a3dbe8126 [2020-11-26T00:37:23.630Z] [2020-11-26T00:37:23.922Z] Successfully built d73a3dbe8126 [2020-11-26T00:37:23.922Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-26T00:37:23.922Z] Building docker-core-metadata-go [2020-11-26T00:37:30.566Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container cb190443f33c [2020-11-26T00:37:30.566Z] ---> ef67bba46f83 [2020-11-26T00:37:30.566Z] [2020-11-26T00:37:30.566Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T00:37:30.566Z] 3.10: Pulling from library/alpine [2020-11-26T00:37:31.969Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T00:37:31.969Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T00:37:31.969Z] ---> be4e4bea2c2e [2020-11-26T00:37:31.969Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T00:37:32.118Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-26T00:37:32.927Z] ---> Running in aba4b654c856 [2020-11-26T00:37:37.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:37.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:37.264Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T00:37:37.264Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T00:37:37.264Z] OK: 10348 distinct packages available [2020-11-26T00:37:37.264Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T00:37:37.264Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T00:37:37.264Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T00:37:37.531Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T00:37:37.531Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T00:37:37.531Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T00:37:37.531Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T00:37:37.531Z] OK: 7 MiB in 19 packages [2020-11-26T00:37:41.783Z] Removing intermediate container 12243820ebe6 [2020-11-26T00:37:41.783Z] ---> 6c9482016b0a [2020-11-26T00:37:41.784Z] [2020-11-26T00:37:41.784Z] Step 10/22 : FROM scratch [2020-11-26T00:37:41.784Z] ---> [2020-11-26T00:37:41.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:37:41.784Z] Removing intermediate container 28edafd12fe6 [2020-11-26T00:37:41.784Z] ---> a3484d6de9cb [2020-11-26T00:37:41.784Z] [2020-11-26T00:37:41.784Z] Step 10/24 : FROM scratch [2020-11-26T00:37:41.784Z] ---> [2020-11-26T00:37:41.784Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T00:37:43.356Z] ---> Running in 6e66c2bbd238 [2020-11-26T00:37:43.356Z] ---> Running in d506412c2d41 [2020-11-26T00:37:44.045Z] Removing intermediate container aba4b654c856 [2020-11-26T00:37:44.045Z] ---> 0b37432d4a59 [2020-11-26T00:37:44.045Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T00:37:45.562Z] Removing intermediate container d506412c2d41 [2020-11-26T00:37:45.562Z] ---> ce9d469e1f28 [2020-11-26T00:37:45.562Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T00:37:45.826Z] Removing intermediate container 6e66c2bbd238 [2020-11-26T00:37:45.826Z] ---> 2e34f6af982a [2020-11-26T00:37:45.826Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T00:37:46.774Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:37:46.774Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:37:46.774Z] ---> abe6d5bf6f64 [2020-11-26T00:37:46.774Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:37:46.774Z] ---> Using cache [2020-11-26T00:37:46.774Z] ---> 98d0b02e096d [2020-11-26T00:37:46.774Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:37:46.774Z] ---> Using cache [2020-11-26T00:37:46.774Z] ---> f9c4f7b6393e [2020-11-26T00:37:46.774Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:37:48.192Z] ---> Running in d368553f748f [2020-11-26T00:37:48.192Z] ---> Running in a5e19d8761cb [2020-11-26T00:37:48.192Z] ---> Running in c65e510a3ce9 [2020-11-26T00:37:48.768Z] ---> Running in ccfd08004df4 [2020-11-26T00:37:49.030Z] Removing intermediate container d368553f748f [2020-11-26T00:37:49.030Z] ---> 92039ec9f3d4 [2020-11-26T00:37:49.030Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:37:49.030Z] Removing intermediate container c65e510a3ce9 [2020-11-26T00:37:49.030Z] ---> d4521db61b22 [2020-11-26T00:37:49.030Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T00:37:49.030Z] Removing intermediate container 6c8348732f0c [2020-11-26T00:37:49.030Z] ---> 0264a5ce3b14 [2020-11-26T00:37:49.030Z] [2020-11-26T00:37:49.030Z] Step 10/23 : FROM alpine [2020-11-26T00:37:49.030Z] ---> d6e46aa2470d [2020-11-26T00:37:49.030Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:37:49.297Z] Removing intermediate container a5e19d8761cb [2020-11-26T00:37:49.297Z] ---> a03c8ee5d9bc [2020-11-26T00:37:49.297Z] Step 13/24 : WORKDIR / [2020-11-26T00:37:49.297Z] ---> Running in 6cd034ecb08d [2020-11-26T00:37:49.297Z] ---> Running in b3997510e9bc [2020-11-26T00:37:49.297Z] ---> Running in f30be0c79e4a [2020-11-26T00:37:49.297Z] ---> Running in c9869c702165 [2020-11-26T00:37:49.558Z] Removing intermediate container 6cd034ecb08d [2020-11-26T00:37:49.558Z] ---> ae5beef1e721 [2020-11-26T00:37:49.559Z] Step 14/22 : WORKDIR / [2020-11-26T00:37:49.559Z] Removing intermediate container b3997510e9bc [2020-11-26T00:37:49.559Z] ---> 59cea519c89a [2020-11-26T00:37:49.559Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T00:37:49.559Z] ---> Running in ae60ea2985b8 [2020-11-26T00:37:49.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:49.822Z] Removing intermediate container f30be0c79e4a [2020-11-26T00:37:49.822Z] ---> 68a6641a8058 [2020-11-26T00:37:49.822Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T00:37:49.822Z] Removing intermediate container c9869c702165 [2020-11-26T00:37:49.822Z] ---> bd67ee35dd5c [2020-11-26T00:37:49.822Z] 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-26T00:37:49.822Z] ---> Running in d1645ad61158 [2020-11-26T00:37:50.093Z] Removing intermediate container ae60ea2985b8 [2020-11-26T00:37:50.093Z] ---> 8196fb86b475 [2020-11-26T00:37:50.093Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T00:37:50.093Z] ---> ea2d4ca2ae20 [2020-11-26T00:37:50.093Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T00:37:50.093Z] ---> 4fa086c60c5d [2020-11-26T00:37:50.093Z] 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-26T00:37:50.093Z] Removing intermediate container d1645ad61158 [2020-11-26T00:37:50.093Z] ---> 534b51bb2a31 [2020-11-26T00:37:50.093Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T00:37:50.360Z] ---> Running in 11266c272bba [2020-11-26T00:37:50.360Z] ---> a4d09e56a04c [2020-11-26T00:37:50.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T00:37:50.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:51.581Z] ---> a235e67d00bc [2020-11-26T00:37:51.581Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T00:37:51.581Z] Removing intermediate container 11266c272bba [2020-11-26T00:37:51.581Z] ---> 8e3419c83558 [2020-11-26T00:37:51.581Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:37:51.581Z] ---> adb2f1d8c958 [2020-11-26T00:37:51.581Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T00:37:51.581Z] ---> Running in 7dc1dd8e45f7 [2020-11-26T00:37:51.581Z] ---> c364f0d899b7 [2020-11-26T00:37:51.581Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T00:37:51.581Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:37:51.581Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:37:51.581Z] OK: 12754 distinct packages available [2020-11-26T00:37:51.853Z] ---> 16320053a87e [2020-11-26T00:37:51.853Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T00:37:51.853Z] OK: 233 MiB in 51 packages [2020-11-26T00:37:52.126Z] ---> 3729dfa48ef5 [2020-11-26T00:37:52.126Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T00:37:52.391Z] ---> 5a6c01264184 [2020-11-26T00:37:52.391Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T00:37:52.660Z] ---> Running in d0a917dcfe23 [2020-11-26T00:37:52.660Z] ---> a5a290fa329f [2020-11-26T00:37:52.660Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T00:37:52.925Z] ---> e510bf2e35cc [2020-11-26T00:37:52.925Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T00:37:53.187Z] Removing intermediate container d0a917dcfe23 [2020-11-26T00:37:53.187Z] ---> 2a538b401676 [2020-11-26T00:37:53.187Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:37:54.139Z] Removing intermediate container ccfd08004df4 [2020-11-26T00:37:54.139Z] ---> d39697b109e6 [2020-11-26T00:37:54.139Z] Step 6/22 : COPY go.mod . [2020-11-26T00:37:54.139Z] ---> 2180414333a5 [2020-11-26T00:37:54.139Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T00:37:54.139Z] ---> Running in 57173684e6cd [2020-11-26T00:37:54.401Z] ---> c36b0fae1701 [2020-11-26T00:37:54.401Z] Step 7/22 : RUN go mod download [2020-11-26T00:37:54.401Z] Removing intermediate container 7dc1dd8e45f7 [2020-11-26T00:37:54.401Z] ---> ec4c3873b75e [2020-11-26T00:37:54.401Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T00:37:54.401Z] ---> 9f52d7533203 [2020-11-26T00:37:54.401Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T00:37:54.677Z] ---> Running in e72546ab6afc [2020-11-26T00:37:54.677Z] ---> Running in 01a98c89c0f3 [2020-11-26T00:37:54.677Z] ---> de53d2fb6a03 [2020-11-26T00:37:54.677Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T00:37:54.677Z] Removing intermediate container 57173684e6cd [2020-11-26T00:37:54.677Z] ---> 75e6f40f17ee [2020-11-26T00:37:54.677Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T00:37:54.947Z] ---> Running in e2e451a7629c [2020-11-26T00:37:54.947Z] ---> d0095c7103e3 [2020-11-26T00:37:54.947Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T00:37:54.947Z] ---> Running in 79b22d68b1ff [2020-11-26T00:37:55.210Z] ---> Running in 41a64cba18a1 [2020-11-26T00:37:55.471Z] Removing intermediate container e2e451a7629c [2020-11-26T00:37:55.471Z] ---> a5d6e5eaeddd [2020-11-26T00:37:55.471Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:37:55.736Z] Removing intermediate container 41a64cba18a1 [2020-11-26T00:37:55.736Z] ---> 15d5dbafc8fb [2020-11-26T00:37:55.736Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:37:55.736Z] ---> Running in 830b8d8b6159 [2020-11-26T00:37:55.736Z] ---> Running in 7e0cea27cf8f [2020-11-26T00:37:56.003Z] Removing intermediate container 830b8d8b6159 [2020-11-26T00:37:56.003Z] ---> dce25ffba534 [2020-11-26T00:37:56.003Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:37:56.003Z] ---> Running in 81581613ee2f [2020-11-26T00:37:56.003Z] Removing intermediate container 7e0cea27cf8f [2020-11-26T00:37:56.003Z] ---> 430300d1a065 [2020-11-26T00:37:56.003Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T00:37:56.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:56.280Z] ---> Running in 89f935170f25 [2020-11-26T00:37:56.280Z] Removing intermediate container 81581613ee2f [2020-11-26T00:37:56.280Z] ---> bdb77adc2c3d [2020-11-26T00:37:56.280Z] [2020-11-26T00:37:56.541Z] Successfully built bdb77adc2c3d [2020-11-26T00:37:56.541Z] Successfully tagged docker-core-command-go:latest [2020-11-26T00:37:56.541Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-11-26T00:37:56.541Z] Removing intermediate container 89f935170f25 [2020-11-26T00:37:56.541Z] ---> 0b7f99e6fa66 [2020-11-26T00:37:56.541Z] Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:37:56.804Z] ---> Running in acc67c401f20 [2020-11-26T00:37:57.068Z] Removing intermediate container e72546ab6afc [2020-11-26T00:37:57.068Z] ---> 5d508b6287db [2020-11-26T00:37:57.068Z] Step 8/22 : COPY . . [2020-11-26T00:37:57.068Z] Removing intermediate container acc67c401f20 [2020-11-26T00:37:57.068Z] ---> 13b9a62d10dd [2020-11-26T00:37:57.068Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T00:37:57.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:37:57.341Z] Removing intermediate container 79b22d68b1ff [2020-11-26T00:37:57.341Z] ---> 83ad7753f63a [2020-11-26T00:37:57.341Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T00:37:57.341Z] ---> Running in 5984ac5cbcbc [2020-11-26T00:37:58.760Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T00:37:58.760Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T00:37:59.024Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T00:37:59.602Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T00:38:00.554Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T00:38:00.554Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:38:00.554Z] OK: 8 MiB in 19 packages [2020-11-26T00:38:01.146Z] ---> Running in 5b081eeb1de0 [2020-11-26T00:38:04.515Z] Removing intermediate container 5984ac5cbcbc [2020-11-26T00:38:04.515Z] ---> 96eafaa0a170 [2020-11-26T00:38:04.515Z] [2020-11-26T00:38:04.515Z] Successfully built 96eafaa0a170 [2020-11-26T00:38:04.787Z] Successfully tagged docker-support-notifications-go:latest [2020-11-26T00:38:04.787Z] Building docker-sys-mgmt-agent-go [2020-11-26T00:38:04.787Z]  Building docker-support-notifications-go ... done Removing intermediate container 5b081eeb1de0 [2020-11-26T00:38:04.787Z] ---> 230dcd56d1b1 [2020-11-26T00:38:04.787Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T00:38:10.177Z] ---> Running in 0b5a5dc4fde7 [2020-11-26T00:38:10.177Z] Removing intermediate container 01a98c89c0f3 [2020-11-26T00:38:10.177Z] ---> 74c506e81292 [2020-11-26T00:38:10.177Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T00:38:11.595Z] Removing intermediate container 0b5a5dc4fde7 [2020-11-26T00:38:11.595Z] ---> 0c06755eb5e7 [2020-11-26T00:38:11.595Z] Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:38:13.010Z] ---> 36d130f69872 [2020-11-26T00:38:13.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T00:38:13.599Z] ---> Running in 7a31234c974f [2020-11-26T00:38:15.019Z] Removing intermediate container 7a31234c974f [2020-11-26T00:38:15.019Z] ---> b2d368cdc113 [2020-11-26T00:38:15.019Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T00:38:16.430Z] ---> eecb54420b0f [2020-11-26T00:38:16.430Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T00:38:16.430Z] ---> Running in 3e60be13e192 [2020-11-26T00:38:18.389Z] Removing intermediate container 3e60be13e192 [2020-11-26T00:38:18.389Z] ---> 68bb59e2991b [2020-11-26T00:38:18.389Z] [2020-11-26T00:38:18.389Z] ---> ab6821cc8315 [2020-11-26T00:38:18.389Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T00:38:18.663Z] Successfully built 68bb59e2991b [2020-11-26T00:38:18.930Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-26T00:38:18.931Z] Building docker-security-proxy-setup-go [2020-11-26T00:38:19.212Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 8e245f9e32c1 [2020-11-26T00:38:19.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:38:19.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:38:19.212Z] ---> abe6d5bf6f64 [2020-11-26T00:38:19.212Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:38:19.212Z] ---> Using cache [2020-11-26T00:38:19.212Z] ---> 98d0b02e096d [2020-11-26T00:38:19.212Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:38:19.212Z] ---> Using cache [2020-11-26T00:38:19.212Z] ---> f9c4f7b6393e [2020-11-26T00:38:19.212Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:38:19.212Z] ---> Using cache [2020-11-26T00:38:19.212Z] ---> d39697b109e6 [2020-11-26T00:38:19.212Z] Step 6/22 : COPY go.mod . [2020-11-26T00:38:19.212Z] ---> Using cache [2020-11-26T00:38:19.212Z] ---> c36b0fae1701 [2020-11-26T00:38:19.212Z] Step 7/22 : RUN go mod download [2020-11-26T00:38:19.212Z] ---> Using cache [2020-11-26T00:38:19.212Z] ---> 5d508b6287db [2020-11-26T00:38:19.212Z] Step 8/22 : COPY . . [2020-11-26T00:38:23.242Z] Removing intermediate container 8e245f9e32c1 [2020-11-26T00:38:23.242Z] ---> a07e68d8e629 [2020-11-26T00:38:23.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:38:23.849Z] ---> Running in 80ab7003a926 [2020-11-26T00:38:28.149Z] Removing intermediate container 80ab7003a926 [2020-11-26T00:38:28.149Z] ---> a38c1e0f4ce0 [2020-11-26T00:38:28.149Z] Step 21/23 : LABEL arch=x86_64 [2020-11-26T00:38:28.417Z] ---> cde8acde3b3f [2020-11-26T00:38:28.417Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T00:38:28.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-26T00:38:29.002Z] ---> Running in 88c5faa71650 [2020-11-26T00:38:30.449Z] ---> Running in c6c13633d20e [2020-11-26T00:38:31.407Z] Removing intermediate container 88c5faa71650 [2020-11-26T00:38:31.407Z] ---> 57c52a417e87 [2020-11-26T00:38:31.407Z] Step 22/23 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:38:31.997Z] ---> Running in 841fa28238ab [2020-11-26T00:38:32.587Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:38:32.587Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:38:32.587Z] ---> abe6d5bf6f64 [2020-11-26T00:38:32.587Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T00:38:32.587Z] ---> Using cache [2020-11-26T00:38:32.587Z] ---> 98d0b02e096d [2020-11-26T00:38:32.587Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:38:32.587Z] ---> Using cache [2020-11-26T00:38:32.587Z] ---> f9c4f7b6393e [2020-11-26T00:38:32.587Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T00:38:34.533Z] ---> Running in d9528d4f0db0 [2020-11-26T00:38:34.533Z] Removing intermediate container 841fa28238ab [2020-11-26T00:38:34.533Z] ---> 6ef944b93788 [2020-11-26T00:38:34.533Z] Step 23/23 : LABEL version=0.0.0 [2020-11-26T00:38:34.533Z] 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-26T00:38:34.533Z] ---> Running in 51f0f69f6972 [2020-11-26T00:38:35.132Z] Removing intermediate container 51f0f69f6972 [2020-11-26T00:38:35.132Z] ---> 12a32219860b [2020-11-26T00:38:35.132Z] [2020-11-26T00:38:35.745Z] Successfully built 12a32219860b [2020-11-26T00:38:35.745Z] Successfully tagged docker-core-data-go:latest [2020-11-26T00:38:35.745Z] Building docker-support-scheduler-go [2020-11-26T00:38:36.019Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:38:37.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:38:37.988Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:38:37.988Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:38:37.988Z] OK: 12754 distinct packages available [2020-11-26T00:38:38.282Z] OK: 233 MiB in 51 packages [2020-11-26T00:38:43.798Z] Removing intermediate container d9528d4f0db0 [2020-11-26T00:38:43.798Z] ---> f6e154f2710f [2020-11-26T00:38:43.798Z] Step 6/27 : COPY go.mod . [2020-11-26T00:38:44.800Z] ---> 1907189b9c2f [2020-11-26T00:38:44.800Z] Step 7/27 : RUN go mod download [2020-11-26T00:38:44.800Z] ---> Running in 94c9e23802df [2020-11-26T00:38:51.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-26T00:38:51.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-26T00:38:51.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-26T00:38:51.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-26T00:38:51.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-26T00:38:51.688Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.051s [2020-11-26T00:38:51.688Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-26T00:38:51.688Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-26T00:38:52.045Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:38:52.045Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:38:52.045Z] ---> abe6d5bf6f64 [2020-11-26T00:38:52.045Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> 98d0b02e096d [2020-11-26T00:38:52.045Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> f9c4f7b6393e [2020-11-26T00:38:52.045Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> d39697b109e6 [2020-11-26T00:38:52.045Z] Step 6/20 : COPY go.mod . [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> c36b0fae1701 [2020-11-26T00:38:52.045Z] Step 7/20 : RUN go mod download [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> 5d508b6287db [2020-11-26T00:38:52.045Z] Step 8/20 : COPY . . [2020-11-26T00:38:52.045Z] ---> Using cache [2020-11-26T00:38:52.045Z] ---> cde8acde3b3f [2020-11-26T00:38:52.045Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T00:38:52.651Z] Removing intermediate container 94c9e23802df [2020-11-26T00:38:52.651Z] ---> c408e8d36e39 [2020-11-26T00:38:52.651Z] Step 8/27 : COPY . . [2020-11-26T00:38:53.032Z] ---> Running in a01a26fd2f47 [2020-11-26T00:38:53.687Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-26T00:38:55.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-26T00:38:55.140Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-26T00:38:55.140Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-26T00:38:55.140Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-26T00:38:56.398Z] ---> 436febe85249 [2020-11-26T00:38:56.398Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T00:38:57.367Z] 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-26T00:38:58.351Z] ---> Running in 3aa891731647 [2020-11-26T00:39:02.706Z] 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-26T00:39:04.161Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:39:04.161Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:39:04.161Z] ---> abe6d5bf6f64 [2020-11-26T00:39:04.161Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> 98d0b02e096d [2020-11-26T00:39:04.161Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> f9c4f7b6393e [2020-11-26T00:39:04.161Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> d39697b109e6 [2020-11-26T00:39:04.161Z] Step 6/21 : COPY go.mod . [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> c36b0fae1701 [2020-11-26T00:39:04.161Z] Step 7/21 : RUN go mod download [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> 5d508b6287db [2020-11-26T00:39:04.161Z] Step 8/21 : COPY . . [2020-11-26T00:39:04.161Z] ---> Using cache [2020-11-26T00:39:04.161Z] ---> 436febe85249 [2020-11-26T00:39:04.161Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T00:39:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.244s coverage: 46.6% of statements [2020-11-26T00:39:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-26T00:39:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-26T00:39:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-26T00:39:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-26T00:39:05.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-26T00:39:06.179Z] ---> Running in e2ef059d878a [2020-11-26T00:39:07.150Z] 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-26T00:39:13.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.1% of statements [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-26T00:39:13.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-26T00:39:13.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.122s coverage: 100.0% of statements [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-26T00:39:13.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.504s coverage: 69.3% of statements [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-26T00:39:13.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-26T00:39:15.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 83.3% of statements [2020-11-26T00:39:15.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-26T00:39:15.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T00:39:15.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-26T00:39:15.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-26T00:39:19.601Z] Removing intermediate container c6c13633d20e [2020-11-26T00:39:19.601Z] ---> 0f3ad4b68386 [2020-11-26T00:39:19.601Z] [2020-11-26T00:39:19.601Z] Step 10/22 : FROM scratch [2020-11-26T00:39:19.601Z] ---> [2020-11-26T00:39:19.601Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:39:19.601Z] ---> Using cache [2020-11-26T00:39:19.601Z] ---> ce9d469e1f28 [2020-11-26T00:39:19.601Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T00:39:20.220Z] ---> Running in 04f7be724ab2 [2020-11-26T00:39:22.205Z] ---> f96166c9fd49 [2020-11-26T00:39:22.205Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T00:39:22.205Z] Removing intermediate container 04f7be724ab2 [2020-11-26T00:39:22.205Z] ---> 7e77d949568a [2020-11-26T00:39:22.205Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:39:22.479Z] ---> Running in 41fb53ff3a8e [2020-11-26T00:39:22.479Z] ---> Running in 3b01cde9d8b0 [2020-11-26T00:39:23.095Z] Removing intermediate container 3b01cde9d8b0 [2020-11-26T00:39:23.095Z] ---> 7ffabd269632 [2020-11-26T00:39:23.095Z] Step 14/22 : WORKDIR / [2020-11-26T00:39:23.364Z] ---> Running in 3a64c5620b65 [2020-11-26T00:39:23.364Z] 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-26T00:39:23.639Z] Removing intermediate container 3a64c5620b65 [2020-11-26T00:39:23.639Z] ---> fc759b78a306 [2020-11-26T00:39:23.639Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T00:39:23.910Z] ---> 74a38ff3c903 [2020-11-26T00:39:23.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-26T00:39:23.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.492s coverage: 28.6% of statements [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-26T00:39:23.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-26T00:39:23.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-26T00:39:23.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements [2020-11-26T00:39:23.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-26T00:39:25.363Z] ---> b6004d0bb9b2 [2020-11-26T00:39:25.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T00:39:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.533s coverage: 97.5% of statements [2020-11-26T00:39:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-26T00:39:25.635Z] ---> 8434cecc80b4 [2020-11-26T00:39:25.635Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T00:39:25.909Z] ---> Running in cfce4b92d948 [2020-11-26T00:39:25.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 79.0% of statements [2020-11-26T00:39:25.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-26T00:39:25.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-26T00:39:25.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-26T00:39:25.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-26T00:39:26.499Z] Removing intermediate container cfce4b92d948 [2020-11-26T00:39:26.500Z] ---> 1eee055124c9 [2020-11-26T00:39:26.500Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:39:26.783Z] ---> Running in 1d81ccec41c8 [2020-11-26T00:39:27.062Z] Removing intermediate container 1d81ccec41c8 [2020-11-26T00:39:27.062Z] ---> 9dba9db1aa87 [2020-11-26T00:39:27.062Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T00:39:29.013Z] ---> Running in 98b40dd71c87 [2020-11-26T00:39:30.006Z] Removing intermediate container a01a26fd2f47 [2020-11-26T00:39:30.006Z] ---> ce6eef3a62bd [2020-11-26T00:39:30.006Z] [2020-11-26T00:39:30.006Z] Step 10/20 : FROM alpine [2020-11-26T00:39:30.006Z] ---> d6e46aa2470d [2020-11-26T00:39:30.006Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T00:39:30.006Z] Removing intermediate container 3aa891731647 [2020-11-26T00:39:30.006Z] ---> f08d3d093ae1 [2020-11-26T00:39:30.006Z] [2020-11-26T00:39:30.006Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T00:39:30.006Z] ---> be4e4bea2c2e [2020-11-26T00:39:30.006Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T00:39:30.006Z] ---> Using cache [2020-11-26T00:39:30.006Z] ---> 0b37432d4a59 [2020-11-26T00:39:30.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T00:39:30.006Z] Removing intermediate container 98b40dd71c87 [2020-11-26T00:39:30.006Z] ---> e902a523a46a [2020-11-26T00:39:30.006Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:39:30.279Z] ---> Running in 684eeb1ec408 [2020-11-26T00:39:30.279Z] ---> Running in 062fb0a55687 [2020-11-26T00:39:30.279Z] ---> Running in f26c5c817667 [2020-11-26T00:39:30.877Z] Removing intermediate container 062fb0a55687 [2020-11-26T00:39:30.877Z] ---> dbaa4408832a [2020-11-26T00:39:30.877Z] Step 13/22 : WORKDIR / [2020-11-26T00:39:31.469Z] Removing intermediate container f26c5c817667 [2020-11-26T00:39:31.469Z] ---> 54ee0fa93440 [2020-11-26T00:39:31.470Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:39:31.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:32.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:32.276Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:39:32.276Z] v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:39:32.276Z] OK: 12746 distinct packages available [2020-11-26T00:39:32.543Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T00:39:32.543Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T00:39:32.543Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T00:39:32.543Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T00:39:32.543Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:39:32.544Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T00:39:32.544Z] OK: 7 MiB in 18 packages [2020-11-26T00:39:32.544Z] ---> Running in bfc05eb01953 [2020-11-26T00:39:32.544Z] ---> Running in bd11a14ee972 [2020-11-26T00:39:33.950Z] Removing intermediate container e2ef059d878a [2020-11-26T00:39:33.950Z] ---> d8a9cefa248f [2020-11-26T00:39:33.950Z] [2020-11-26T00:39:33.950Z] Step 10/21 : FROM scratch [2020-11-26T00:39:33.950Z] ---> [2020-11-26T00:39:33.950Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:39:33.950Z] ---> Using cache [2020-11-26T00:39:33.950Z] ---> ce9d469e1f28 [2020-11-26T00:39:33.950Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T00:39:34.228Z] Removing intermediate container bfc05eb01953 [2020-11-26T00:39:34.228Z] ---> 498a5a8dac1d [2020-11-26T00:39:34.228Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T00:39:34.228Z] Removing intermediate container bd11a14ee972 [2020-11-26T00:39:34.228Z] ---> ec9d03b1569c [2020-11-26T00:39:34.228Z] [2020-11-26T00:39:34.228Z] ---> Running in a073d7cbdf8d [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.226s coverage: 95.7% of statements [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.0% of statements [no tests to run] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.833s coverage: 63.5% of statements [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-26T00:39:34.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements [2020-11-26T00:39:34.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2020-11-26T00:39:34.498Z] Successfully built ec9d03b1569c [2020-11-26T00:39:34.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2020-11-26T00:39:35.083Z] Successfully tagged docker-core-metadata-go:latest [2020-11-26T00:39:35.083Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-11-26T00:39:35.083Z] Removing intermediate container a073d7cbdf8d [2020-11-26T00:39:35.083Z] ---> 736651b6f468 [2020-11-26T00:39:35.083Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T00:39:35.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.116s coverage: 73.7% of statements [2020-11-26T00:39:35.350Z] ---> Running in 9e42aa95e5ae [2020-11-26T00:39:36.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2020-11-26T00:39:37.919Z] ---> b1692a54239e [2020-11-26T00:39:37.919Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T00:39:38.870Z] Removing intermediate container 684eeb1ec408 [2020-11-26T00:39:38.870Z] ---> 11d66d408559 [2020-11-26T00:39:38.870Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T00:39:41.457Z] Removing intermediate container 9e42aa95e5ae [2020-11-26T00:39:41.457Z] ---> ca00475d159a [2020-11-26T00:39:41.457Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T00:39:42.413Z] ---> Running in 5c2f988ea150 [2020-11-26T00:39:42.413Z] ---> aba3e6ae27f3 [2020-11-26T00:39:42.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T00:39:43.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.089s coverage: 55.9% of statements [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-26T00:39:43.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-26T00:39:43.369Z] ---> 9fa681f2be7e [2020-11-26T00:39:43.369Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T00:39:45.303Z] ---> 65b0c9009a4c [2020-11-26T00:39:45.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T00:39:45.303Z] Removing intermediate container 5c2f988ea150 [2020-11-26T00:39:45.303Z] ---> 9d9b6eae41a9 [2020-11-26T00:39:45.303Z] Step 13/20 : WORKDIR /edgex [2020-11-26T00:39:49.564Z] ---> Running in 8d7555065e0a [2020-11-26T00:39:49.564Z] ---> e8c85cd4dd1b [2020-11-26T00:39:49.564Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T00:39:50.143Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:39:50.143Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:39:50.408Z] ---> abe6d5bf6f64 [2020-11-26T00:39:50.408Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:39:50.408Z] ---> Using cache [2020-11-26T00:39:50.408Z] ---> 98d0b02e096d [2020-11-26T00:39:50.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:39:50.408Z] ---> Using cache [2020-11-26T00:39:50.408Z] ---> f9c4f7b6393e [2020-11-26T00:39:50.408Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T00:39:51.372Z] ---> e9910ef58b71 [2020-11-26T00:39:51.372Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T00:39:51.649Z] ---> 311b68edb32e [2020-11-26T00:39:51.649Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T00:39:51.649Z] ---> Running in f81a9d40f714 [2020-11-26T00:39:51.649Z] ---> Running in b239bf46c46e [2020-11-26T00:39:51.649Z] Removing intermediate container 41fb53ff3a8e [2020-11-26T00:39:51.649Z] ---> fe0041c3adcc [2020-11-26T00:39:51.649Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T00:39:51.649Z] Removing intermediate container 8d7555065e0a [2020-11-26T00:39:51.649Z] ---> 025631617ac6 [2020-11-26T00:39:51.649Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T00:39:51.916Z] ---> Running in d0f69db65b25 [2020-11-26T00:39:51.916Z] ---> Running in 1e434272256c [2020-11-26T00:39:52.188Z] ---> 204a61151d89 [2020-11-26T00:39:52.188Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T00:39:52.456Z] Removing intermediate container 1e434272256c [2020-11-26T00:39:52.456Z] ---> 71cdf58b5537 [2020-11-26T00:39:52.456Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:39:52.723Z] ---> Running in b25381f61196 [2020-11-26T00:39:52.723Z] ---> 08840e78fd5f [2020-11-26T00:39:52.723Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T00:39:52.987Z] ---> Running in c62c219bff41 [2020-11-26T00:39:52.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:52.987Z] Removing intermediate container b25381f61196 [2020-11-26T00:39:52.987Z] ---> 1e0e802b1d0c [2020-11-26T00:39:52.987Z] Step 19/21 : LABEL arch=x86_64 [2020-11-26T00:39:52.987Z] ---> Running in d6cbe1b19606 [2020-11-26T00:39:53.251Z] 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-26T00:39:53.251Z] Removing intermediate container c62c219bff41 [2020-11-26T00:39:53.251Z] ---> ce8d2bba0c7a [2020-11-26T00:39:53.251Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T00:39:53.251Z] ---> Running in 5fc3dca86a99 [2020-11-26T00:39:53.251Z] Removing intermediate container d6cbe1b19606 [2020-11-26T00:39:53.251Z] ---> 4fe8b99a6822 [2020-11-26T00:39:53.251Z] Step 20/21 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:39:53.517Z] ---> Running in 51b9a5894993 [2020-11-26T00:39:53.517Z] Removing intermediate container 5fc3dca86a99 [2020-11-26T00:39:53.517Z] ---> dafe7a0710ea [2020-11-26T00:39:53.517Z] Step 18/20 : LABEL arch=x86_64 [2020-11-26T00:39:53.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:53.786Z] ---> Running in 8898296b9bbd [2020-11-26T00:39:53.786Z] Removing intermediate container 51b9a5894993 [2020-11-26T00:39:53.786Z] ---> b0f0e4f6da5d [2020-11-26T00:39:53.786Z] Step 21/21 : LABEL version=0.0.0 [2020-11-26T00:39:53.786Z] ---> Running in a470f8f7a29a [2020-11-26T00:39:54.053Z] Removing intermediate container b239bf46c46e [2020-11-26T00:39:54.053Z] ---> e427cee81fc9 [2020-11-26T00:39:54.053Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T00:39:54.053Z] Removing intermediate container 8898296b9bbd [2020-11-26T00:39:54.053Z] ---> 08f76f5f1153 [2020-11-26T00:39:54.053Z] Step 19/20 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:39:54.053Z] ---> Running in d362956a474d [2020-11-26T00:39:54.318Z] ---> Running in 1c35879a9fde [2020-11-26T00:39:54.318Z] Removing intermediate container a470f8f7a29a [2020-11-26T00:39:54.318Z] ---> 398d987aede2 [2020-11-26T00:39:54.318Z] [2020-11-26T00:39:54.318Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:39:54.318Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:39:54.318Z] OK: 12754 distinct packages available [2020-11-26T00:39:54.318Z] Successfully built 398d987aede2 [2020-11-26T00:39:54.597Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-26T00:39:54.597Z]  Building docker-support-scheduler-go ... done Removing intermediate container d362956a474d [2020-11-26T00:39:54.597Z] ---> 5d3d2251c50b [2020-11-26T00:39:54.597Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T00:39:54.597Z] Removing intermediate container 1c35879a9fde [2020-11-26T00:39:54.597Z] ---> 8498290083c0 [2020-11-26T00:39:54.597Z] Step 20/20 : LABEL version=0.0.0 [2020-11-26T00:39:54.597Z] OK: 233 MiB in 51 packages [2020-11-26T00:39:54.597Z] ---> Running in 90006b184d86 [2020-11-26T00:39:54.597Z] ---> Running in 13b8d29d27b6 [2020-11-26T00:39:54.863Z] OK: 233 MiB in 51 packages [2020-11-26T00:39:54.863Z] Removing intermediate container 90006b184d86 [2020-11-26T00:39:54.863Z] ---> 172f4144ba67 [2020-11-26T00:39:54.863Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:39:55.130Z] Removing intermediate container 13b8d29d27b6 [2020-11-26T00:39:55.130Z] ---> 9742069294e3 [2020-11-26T00:39:55.130Z] [2020-11-26T00:39:55.130Z] ---> Running in d74d75e1f373 [2020-11-26T00:39:55.130Z] Successfully built 9742069294e3 [2020-11-26T00:39:55.130Z] Removing intermediate container d0f69db65b25 [2020-11-26T00:39:55.130Z] ---> e2446763bc69 [2020-11-26T00:39:55.130Z] [2020-11-26T00:39:55.130Z] Step 11/27 : FROM docker:latest [2020-11-26T00:39:55.130Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-26T00:39:55.130Z]  Building docker-security-proxy-setup-go ... done  ---> 6972c414f322 [2020-11-26T00:39:55.130Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T00:39:55.402Z] ---> Running in dc31e93b812a [2020-11-26T00:39:55.402Z] Removing intermediate container d74d75e1f373 [2020-11-26T00:39:55.402Z] ---> 7aa1495bfc54 [2020-11-26T00:39:55.402Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:39:55.670Z] ---> Running in 59a23fb5b5f0 [2020-11-26T00:39:55.670Z] Removing intermediate container f81a9d40f714 [2020-11-26T00:39:55.670Z] ---> 1353f231876e [2020-11-26T00:39:55.670Z] Step 6/22 : COPY go.mod . [2020-11-26T00:39:55.940Z] Removing intermediate container 59a23fb5b5f0 [2020-11-26T00:39:55.940Z] ---> 1362a031db03 [2020-11-26T00:39:55.940Z] [2020-11-26T00:39:56.898Z] Successfully built 1362a031db03 [2020-11-26T00:39:56.898Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-26T00:39:56.898Z]  Building docker-security-bootstrap-redis-go ... done  ---> d179dbbfaea4 [2020-11-26T00:39:56.898Z] Step 7/22 : RUN go mod download [2020-11-26T00:39:56.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:56.898Z] ---> Running in c62cebd20e2f [2020-11-26T00:39:56.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:39:57.171Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T00:39:57.171Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T00:39:57.171Z] Executing bash-5.0.17-r0.post-install [2020-11-26T00:39:57.171Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:39:57.171Z] OK: 12 MiB in 22 packages [2020-11-26T00:39:57.751Z] Removing intermediate container dc31e93b812a [2020-11-26T00:39:57.751Z] ---> 2b7182e41a4c [2020-11-26T00:39:57.751Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T00:39:57.751Z] ---> Running in 95b241259db4 [2020-11-26T00:39:58.331Z] Removing intermediate container c62cebd20e2f [2020-11-26T00:39:58.331Z] ---> 78f0a254ab70 [2020-11-26T00:39:58.331Z] Step 8/22 : COPY . . [2020-11-26T00:40:00.271Z] Removing intermediate container 95b241259db4 [2020-11-26T00:40:00.271Z] ---> b63f9148eb07 [2020-11-26T00:40:00.271Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T00:40:00.539Z] ---> Running in 113d21097f0e [2020-11-26T00:40:01.946Z] Removing intermediate container 113d21097f0e [2020-11-26T00:40:01.946Z] ---> 89d217a7078c [2020-11-26T00:40:01.946Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T00:40:03.894Z] ---> Running in 7af52c8d956a [2020-11-26T00:40:04.474Z] Removing intermediate container 7af52c8d956a [2020-11-26T00:40:04.474Z] ---> 872ebdacaf34 [2020-11-26T00:40:04.474Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T00:40:05.890Z] ---> Running in dffa924db532 [2020-11-26T00:40:07.834Z] Removing intermediate container dffa924db532 [2020-11-26T00:40:07.834Z] ---> 0c4f30f50837 [2020-11-26T00:40:07.834Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T00:40:09.796Z] ---> 5bdff334401e [2020-11-26T00:40:09.796Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T00:40:10.383Z] ---> fc655f71f6dc [2020-11-26T00:40:10.383Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T00:40:12.334Z] ---> c454e07ea1cc [2020-11-26T00:40:12.334Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T00:40:13.285Z] ---> Running in 3c26c32ae5ec [2020-11-26T00:40:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:40:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:40:15.486Z] ---> 2e7aa307f759 [2020-11-26T00:40:15.486Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T00:40:15.486Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T00:40:15.820Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T00:40:15.820Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T00:40:15.820Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T00:40:15.820Z] ---> Running in 19ab44fc7ada [2020-11-26T00:40:15.820Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T00:40:15.820Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T00:40:15.820Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T00:40:16.441Z] 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-26T00:40:17.069Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T00:40:17.069Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T00:40:17.069Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T00:40:17.069Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T00:40:17.069Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T00:40:17.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T00:40:17.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T00:40:17.069Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-26T00:40:17.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T00:40:17.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T00:40:17.069Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T00:40:17.069Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T00:40:17.350Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T00:40:17.350Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T00:40:17.350Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T00:40:17.350Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T00:40:17.350Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T00:40:17.350Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T00:40:17.350Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T00:40:17.350Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T00:40:17.350Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T00:40:17.350Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T00:40:17.350Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T00:40:17.350Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T00:40:17.650Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T00:40:17.650Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T00:40:17.650Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:40:17.650Z] OK: 71 MiB in 55 packages [2020-11-26T00:40:30.555Z] Removing intermediate container 3c26c32ae5ec [2020-11-26T00:40:30.555Z] ---> b366fa597b99 [2020-11-26T00:40:30.555Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T00:40:30.555Z] ---> Running in 190738ad6c39 [2020-11-26T00:40:31.134Z] Collecting docker-compose==1.23.2 [2020-11-26T00:40:31.397Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T00:40:31.397Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T00:40:31.397Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T00:40:32.351Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T00:40:32.351Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T00:40:32.351Z] Collecting PyYAML<4,>=3.10 [2020-11-26T00:40:32.351Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T00:40:34.282Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T00:40:34.282Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T00:40:34.282Z] Removing intermediate container 19ab44fc7ada [2020-11-26T00:40:34.282Z] ---> 1cfc8e506426 [2020-11-26T00:40:34.282Z] [2020-11-26T00:40:34.282Z] Step 10/22 : FROM scratch [2020-11-26T00:40:34.282Z] ---> [2020-11-26T00:40:34.282Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T00:40:34.545Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T00:40:34.545Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T00:40:34.807Z] ---> Using cache [2020-11-26T00:40:34.807Z] ---> 2e34f6af982a [2020-11-26T00:40:34.807Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T00:40:35.068Z] ---> Running in c84c8483a1e1 [2020-11-26T00:40:35.068Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T00:40:35.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T00:40:35.330Z] Removing intermediate container c84c8483a1e1 [2020-11-26T00:40:35.330Z] ---> 73bc8de83c39 [2020-11-26T00:40:35.330Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:40:35.330Z] ---> Running in df573d907776 [2020-11-26T00:40:35.592Z] Removing intermediate container df573d907776 [2020-11-26T00:40:35.592Z] ---> 022394d336fe [2020-11-26T00:40:35.592Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T00:40:35.592Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T00:40:35.592Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T00:40:35.854Z] ---> 3ffb4c485c23 [2020-11-26T00:40:35.854Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T00:40:35.854Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T00:40:35.854Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T00:40:35.854Z] ---> 9331500f59b2 [2020-11-26T00:40:35.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T00:40:36.115Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T00:40:36.115Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T00:40:36.115Z] 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-26T00:40:36.115Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T00:40:36.378Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T00:40:36.378Z] 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-26T00:40:36.378Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T00:40:36.378Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T00:40:36.640Z] ---> 47b3f0ecd57a [2020-11-26T00:40:36.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T00:40:36.640Z] Collecting idna<2.8,>=2.5 [2020-11-26T00:40:36.640Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T00:40:36.640Z] 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-26T00:40:36.640Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T00:40:36.640Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T00:40:36.640Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T00:40:36.640Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T00:40:36.902Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, dockerpty, docopt, cached-property, docker-compose [2020-11-26T00:40:36.902Z] Running setup.py install for texttable: started [2020-11-26T00:40:36.902Z] ---> 12da14811236 [2020-11-26T00:40:36.902Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T00:40:36.902Z] ---> Running in e2ad83f2ff2d [2020-11-26T00:40:37.163Z] Removing intermediate container e2ad83f2ff2d [2020-11-26T00:40:37.164Z] ---> 4a1eb3e0d395 [2020-11-26T00:40:37.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:40:37.164Z] ---> Running in 1c1898b767b9 [2020-11-26T00:40:37.164Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T00:40:37.164Z] Removing intermediate container 1c1898b767b9 [2020-11-26T00:40:37.164Z] ---> c07c8cd3ee1c [2020-11-26T00:40:37.164Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T00:40:37.424Z] ---> Running in 8803c5e1f7ff [2020-11-26T00:40:37.424Z] Attempting uninstall: urllib3 [2020-11-26T00:40:37.424Z] Found existing installation: urllib3 1.25.9 [2020-11-26T00:40:37.424Z] Uninstalling urllib3-1.25.9: [2020-11-26T00:40:37.424Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T00:40:38.815Z] Removing intermediate container 8803c5e1f7ff [2020-11-26T00:40:38.815Z] ---> 7eb86da435f3 [2020-11-26T00:40:38.815Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:40:38.815Z] Attempting uninstall: idna [2020-11-26T00:40:38.815Z] Found existing installation: idna 2.9 [2020-11-26T00:40:38.815Z] Uninstalling idna-2.9: [2020-11-26T00:40:38.815Z] Successfully uninstalled idna-2.9 [2020-11-26T00:40:38.815Z] ---> Running in b444cf9a80e3 [2020-11-26T00:40:39.078Z] Attempting uninstall: requests [2020-11-26T00:40:39.078Z] Found existing installation: requests 2.23.0 [2020-11-26T00:40:39.078Z] Uninstalling requests-2.23.0: [2020-11-26T00:40:39.078Z] Successfully uninstalled requests-2.23.0 [2020-11-26T00:40:39.078Z] Removing intermediate container b444cf9a80e3 [2020-11-26T00:40:39.078Z] ---> 32bd620a0cb0 [2020-11-26T00:40:39.078Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:40:39.343Z] ---> Running in d5310de05f5d [2020-11-26T00:40:39.916Z] Running setup.py install for PyYAML: started [2020-11-26T00:40:40.178Z] Removing intermediate container d5310de05f5d [2020-11-26T00:40:40.178Z] ---> 3ca419b7aa11 [2020-11-26T00:40:40.178Z] [2020-11-26T00:40:40.178Z] Successfully built 3ca419b7aa11 [2020-11-26T00:40:40.178Z] Successfully tagged docker-support-logging-go:latest [2020-11-26T00:40:40.178Z]  Building docker-support-logging-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T00:40:40.439Z] Running setup.py install for dockerpty: started [2020-11-26T00:40:41.013Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T00:40:41.013Z] Running setup.py install for docopt: started [2020-11-26T00:40:41.275Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T00:40:41.537Z] 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-26T00:40:44.869Z] Removing intermediate container 190738ad6c39 [2020-11-26T00:40:44.869Z] ---> 54ec393560fa [2020-11-26T00:40:44.869Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T00:40:44.869Z] ---> Running in 8cc04288286e [2020-11-26T00:40:46.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T00:40:46.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T00:40:46.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T00:40:46.793Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T00:40:46.793Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T00:40:47.055Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:40:47.055Z] OK: 72 MiB in 58 packages [2020-11-26T00:40:47.332Z] Removing intermediate container 8cc04288286e [2020-11-26T00:40:47.332Z] ---> 4fb6cd5b4e96 [2020-11-26T00:40:47.332Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T00:40:47.603Z] ---> Running in a97106134741 [2020-11-26T00:40:47.603Z] Removing intermediate container a97106134741 [2020-11-26T00:40:47.603Z] ---> a12c6337f17f [2020-11-26T00:40:47.603Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:40:47.876Z] ---> Running in 01eb7e3a3e66 [2020-11-26T00:40:47.876Z] Removing intermediate container 01eb7e3a3e66 [2020-11-26T00:40:47.876Z] ---> be92336b45e3 [2020-11-26T00:40:47.876Z] Step 25/27 : LABEL arch=x86_64 [2020-11-26T00:40:47.876Z] ---> Running in 139b88dfe6ac [2020-11-26T00:40:48.141Z] Removing intermediate container 139b88dfe6ac [2020-11-26T00:40:48.141Z] ---> 0185f78030bf [2020-11-26T00:40:48.141Z] Step 26/27 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:40:48.141Z] ---> Running in 52302b3395a8 [2020-11-26T00:40:48.403Z] Removing intermediate container 52302b3395a8 [2020-11-26T00:40:48.403Z] ---> d1492de512f9 [2020-11-26T00:40:48.403Z] Step 27/27 : LABEL version=0.0.0 [2020-11-26T00:40:48.403Z] ---> Running in 2dd301b383b7 [2020-11-26T00:40:48.666Z] Removing intermediate container 2dd301b383b7 [2020-11-26T00:40:48.666Z] ---> 0c2d19d0ee64 [2020-11-26T00:40:48.666Z] [2020-11-26T00:40:48.666Z] Successfully built 0c2d19d0ee64 [2020-11-26T00:40:48.666Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-26T00:40:48.955Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-26T00:40:48.993Z] $ docker stop --time=1 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 [2020-11-26T00:40:50.665Z] $ docker rm -f 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T00:40:51.274Z] + docker images [2020-11-26T00:40:51.274Z] + grep docker [2020-11-26T00:40:51.274Z] docker-sys-mgmt-agent-go latest 0c2d19d0ee64 3 seconds ago 290MB [2020-11-26T00:40:51.274Z] docker-support-logging-go latest 3ca419b7aa11 12 seconds ago 11.1MB [2020-11-26T00:40:51.274Z] docker-security-bootstrap-redis-go latest 1362a031db03 56 seconds ago 15.9MB [2020-11-26T00:40:51.274Z] docker-security-proxy-setup-go latest 9742069294e3 57 seconds ago 15.8MB [2020-11-26T00:40:51.274Z] docker-support-scheduler-go latest 398d987aede2 58 seconds ago 12.3MB [2020-11-26T00:40:51.274Z] docker-core-metadata-go latest ec9d03b1569c About a minute ago 14.5MB [2020-11-26T00:40:51.274Z] docker-core-data-go latest 12a32219860b 2 minutes ago 23.7MB [2020-11-26T00:40:51.274Z] docker-security-secretstore-setup-go latest 68bb59e2991b 2 minutes ago 24.8MB [2020-11-26T00:40:51.274Z] docker-support-notifications-go latest 96eafaa0a170 2 minutes ago 13.6MB [2020-11-26T00:40:51.274Z] docker-core-command-go latest bdb77adc2c3d 2 minutes ago 12.2MB [2020-11-26T00:40:51.274Z] docker-security-secrets-setup-go latest d73a3dbe8126 3 minutes ago 24MB [2020-11-26T00:40:51.274Z] docker latest 6972c414f322 4 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-26T00:41:04.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 84.480s coverage: 86.3% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 6.130s coverage: 72.2% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 2.045s coverage: 72.1% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.083s coverage: 82.4% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.079s coverage: 48.4% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.093s coverage: 28.8% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.089s coverage: 96.8% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.441s coverage: 37.2% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.827s coverage: 84.1% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.136s coverage: 42.9% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.087s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.118s coverage: 83.8% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.1% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.199s coverage: 29.1% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.274s coverage: 99.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-26T00:41:04.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2020-11-26T00:41:04.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements [2020-11-26T00:41:04.903Z] GO111MODULE=on go vet ./... [2020-11-26T00:41:07.601Z] Still waiting to schedule task [2020-11-26T00:41:07.601Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-11-26T00:42:03.320Z] Running on prd-ubuntu18.04-docker-8c-8g-13465 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-26T00:42:03.388Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-11-26T00:42:05.636Z] using credential edgex-jenkins-ssh [2020-11-26T00:42:05.693Z] Cloning the remote Git repository [2020-11-26T00:42:05.719Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:42:05.780Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-11-26T00:42:05.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:42:05.814Z] > git --version # timeout=10 [2020-11-26T00:42:05.819Z] > git --version # 'git version 2.17.1' [2020-11-26T00:42:05.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:42:05.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:42:11.243Z] Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-26T00:42:11.453Z] Merge succeeded, producing e34d1d209c780203b04cd08137468db05b059f1c [2020-11-26T00:42:11.454Z] Checking out Revision e34d1d209c780203b04cd08137468db05b059f1c (PR-2898) [2020-11-26T00:42:10.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:42:10.683Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:42:10.691Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:42:10.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:42:10.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:42:10.704Z] > 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-26T00:42:11.254Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:42:11.257Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-26T00:42:11.356Z] > git remote # timeout=10 [2020-11-26T00:42:11.361Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T00:42:11.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:42:11.370Z] > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 [2020-11-26T00:42:11.452Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T00:42:11.460Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:42:11.463Z] > git checkout -f e34d1d209c780203b04cd08137468db05b059f1c # timeout=10 [2020-11-26T00:42:15.096Z] Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" [2020-11-26T00:42:15.102Z] > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T00:42:16.117Z] + echo snap-build.sh [2020-11-26T00:42:16.117Z] snap-build.sh [2020-11-26T00:42:16.117Z] + SNAP_BASE_DIR=. [2020-11-26T00:42:16.117Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-11-26T00:42:16.117Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-11-26T00:42:16.117Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-11-26T00:42:16.117Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-11-26T00:42:16.117Z] + cd /w/workspace/edgex-go/2 [2020-11-26T00:42:16.117Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-11-26T00:42:16.117Z] Reading package lists... [2020-11-26T00:42:16.378Z] Building dependency tree... [2020-11-26T00:42:16.378Z] Reading state information... [2020-11-26T00:42:16.378Z] The following packages were automatically installed and are no longer required: [2020-11-26T00:42:16.378Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-11-26T00:42:16.378Z] uidmap xdelta3 [2020-11-26T00:42:16.378Z] Use 'sudo apt autoremove' to remove them. [2020-11-26T00:42:16.378Z] The following packages will be REMOVED: [2020-11-26T00:42:16.378Z] lxd* lxd-client* [2020-11-26T00:42:16.949Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-11-26T00:42:16.949Z] After this operation, 31.7 MB disk space will be freed. [2020-11-26T00:42:18.000Z] (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-26T00:42:18.000Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:42:18.941Z] Removing lxd dnsmasq configuration [2020-11-26T00:42:18.941Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:42:19.203Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-11-26T00:42:19.774Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-11-26T00:42:20.048Z] (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-26T00:42:20.048Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:42:21.437Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-11-26T00:42:21.437Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-11-26T00:42:22.820Z] + sudo snap remove --purge lxd [2020-11-26T00:42:22.820Z] snap "lxd" is not installed [2020-11-26T00:42:22.820Z] + sudo groupadd --force --system lxd [2020-11-26T00:42:22.820Z] ++ whoami [2020-11-26T00:42:22.820Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-11-26T00:42:22.820Z] + newgrp - lxd [2020-11-26T00:42:22.820Z] + sudo snap install lxd [2020-11-26T00:42:26.765Z] gofmt -l . [2020-11-26T00:42:26.766Z] [ "`gofmt -l .`" = "" ] [2020-11-26T00:42:28.745Z] ./bin/test-go-mod-tidy.sh [2020-11-26T00:42:29.733Z] ./bin/test-attribution-txt.sh [2020-11-26T00:42:30.956Z] 2020-11-26T00:42:30Z INFO Waiting for automatic snapd restart... [Pipeline] sh [2020-11-26T00:42:34.855Z] + ls -al . [2020-11-26T00:42:34.855Z] total 672 [2020-11-26T00:42:34.855Z] drwxrwxr-x 9 1001 1001 4096 Nov 26 00:42 . [2020-11-26T00:42:34.855Z] drwxr-xr-x 4 root root 4096 Nov 26 00:37 .. [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 00:35 .dockerignore [2020-11-26T00:42:34.855Z] drwxrwxr-x 8 1001 1001 4096 Nov 26 00:35 .git [2020-11-26T00:42:34.855Z] drwxrwxr-x 3 1001 1001 4096 Nov 26 00:35 .github [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 971 Nov 26 00:35 .gitignore [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 166 Nov 26 00:35 .sonarcloud.properties [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 3804 Nov 26 00:35 CONTRIBUTING.md [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 1035 Nov 26 00:35 Dockerfile.build [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 943 Nov 26 00:35 Jenkinsfile [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 10775 Nov 26 00:35 LICENSE [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 6581 Nov 26 00:35 Makefile [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 6447 Nov 26 00:35 README.md [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 259 Nov 26 00:35 SECURITY.md [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 5 Nov 26 00:31 VERSION [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 4131 Nov 26 00:35 ZMQWindows.md [2020-11-26T00:42:34.855Z] drwxrwxr-x 2 1001 1001 4096 Nov 26 00:35 bin [2020-11-26T00:42:34.855Z] drwxrwxr-x 15 1001 1001 4096 Nov 26 00:35 cmd [2020-11-26T00:42:34.855Z] -rw-r--r-- 1 root root 549148 Nov 26 00:41 coverage.out [2020-11-26T00:42:34.855Z] -rw-r--r-- 1 root root 1041 Nov 26 00:42 go.mod [2020-11-26T00:42:34.855Z] -rw-r--r-- 1 root root 18692 Nov 26 00:42 go.sum [2020-11-26T00:42:34.855Z] drwxrwxr-x 8 1001 1001 4096 Nov 26 00:35 internal [2020-11-26T00:42:34.855Z] drwxrwxr-x 4 1001 1001 4096 Nov 26 00:35 openapi [2020-11-26T00:42:34.855Z] drwxrwxr-x 4 1001 1001 4096 Nov 26 00:35 snap [2020-11-26T00:42:34.855Z] -rw-rw-r-- 1 1001 1001 168 Nov 26 00:35 version.go [Pipeline] sh [2020-11-26T00:42:35.609Z] + '[' -e coverage.out ] [2020-11-26T00:42:35.609Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-26T00:42:35.635Z] Warning: overwriting stash ‘coverage-report’ [2020-11-26T00:42:36.983Z] Stashed 1 file(s) [Pipeline] sh [2020-11-26T00:42:37.643Z] + make build [2020-11-26T00:42:37.643Z] 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-26T00:42:52.921Z] lxd 4.8 from Canonical* installed [2020-11-26T00:42:52.921Z] + sudo lxd init --auto [2020-11-26T00:42:57.134Z] + sudo snap install --classic snapcraft [2020-11-26T00:43:05.316Z] snapcraft 4.4.2 from Canonical* installed [2020-11-26T00:43:05.316Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-11-26T00:43:05.316Z] + patch --verbose -p1 [2020-11-26T00:43:05.316Z] Hmm... Looks like a unified diff to me... [2020-11-26T00:43:05.316Z] The text leading up to this was: [2020-11-26T00:43:05.316Z] -------------------------- [2020-11-26T00:43:05.316Z] |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 [2020-11-26T00:43:05.316Z] |From: Tony Espy [2020-11-26T00:43:05.316Z] |Date: Wed, 28 Oct 2020 12:14:21 -0400 [2020-11-26T00:43:05.316Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2020-11-26T00:43:05.316Z] | [2020-11-26T00:43:05.316Z] |--- [2020-11-26T00:43:05.316Z] | snap/snapcraft.yaml | 465 +------------------------------------------- [2020-11-26T00:43:05.316Z] | 1 file changed, 2 insertions(+), 463 deletions(-) [2020-11-26T00:43:05.316Z] | [2020-11-26T00:43:05.316Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-11-26T00:43:05.316Z] |index 7d1e8c7c..24aef30d 100644 [2020-11-26T00:43:05.316Z] |--- a/snap/snapcraft.yaml [2020-11-26T00:43:05.316Z] |+++ b/snap/snapcraft.yaml [2020-11-26T00:43:05.316Z] -------------------------- [2020-11-26T00:43:05.316Z] patching file snap/snapcraft.yaml [2020-11-26T00:43:05.316Z] Using Plan A... [2020-11-26T00:43:05.316Z] Hunk #1 succeeded at 75. [2020-11-26T00:43:05.316Z] Hunk #2 succeeded at 84. [2020-11-26T00:43:05.316Z] Hunk #3 succeeded at 218 (offset -1 lines). [2020-11-26T00:43:05.316Z] Hunk #4 succeeded at 226 (offset -1 lines). [2020-11-26T00:43:05.316Z] Hunk #5 succeeded at 233 (offset -1 lines). [2020-11-26T00:43:05.316Z] Hunk #6 succeeded at 260 (offset -1 lines). [2020-11-26T00:43:05.316Z] Hunk #7 succeeded at 294 (offset -1 lines). [2020-11-26T00:43:05.316Z] Hunk #8 FAILED at 342. [2020-11-26T00:43:05.316Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-11-26T00:43:05.316Z] Hmm... Ignoring the trailing garbage. [2020-11-26T00:43:05.316Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T00:43:06.061Z] Failed in branch amd64 [2020-11-26T00:43:16.772Z] 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-26T00:43:29.300Z] 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-26T00:43:34.742Z] 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-26T00:43:41.490Z] 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-26T00:43:48.307Z] 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-26T00:43:49.772Z] 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-26T00:43:56.489Z] 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-26T00:44:03.178Z] 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-26T00:44:06.561Z] 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-26T00:44:10.856Z] 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-26T00:44:17.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T00:44:21.602Z] 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-26T00:44:25.943Z] $ docker stop --time=1 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d [2020-11-26T00:44:28.763Z] $ docker rm -f 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:44:31.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T00:44:31.539Z] [2020-11-26T00:44:31.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:44:31.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T00:44:32.215Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-26T00:44:32.215Z] 29e5d40040c1: Pulling fs layer [2020-11-26T00:44:32.215Z] 1ce36da41761: Pulling fs layer [2020-11-26T00:44:32.215Z] 25b303627fd3: Pulling fs layer [2020-11-26T00:44:32.215Z] 29e5d40040c1: Verifying Checksum [2020-11-26T00:44:32.215Z] 29e5d40040c1: Download complete [2020-11-26T00:44:32.823Z] 1ce36da41761: Verifying Checksum [2020-11-26T00:44:32.823Z] 1ce36da41761: Download complete [2020-11-26T00:44:33.101Z] 29e5d40040c1: Pull complete [2020-11-26T00:44:34.546Z] 1ce36da41761: Pull complete [2020-11-26T00:44:34.546Z] 25b303627fd3: Verifying Checksum [2020-11-26T00:44:34.546Z] 25b303627fd3: Download complete [2020-11-26T00:44:44.736Z] 25b303627fd3: Pull complete [2020-11-26T00:44:44.736Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-26T00:44:44.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T00:44:44.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-26T00:44:45.074Z] prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container [2020-11-26T00:44:45.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T00:44:49.104Z] $ docker top 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T00:44:50.244Z] + grep parallel [2020-11-26T00:44:50.244Z] + docker-compose build --help [2020-11-26T00:44:56.972Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T00:44:57.605Z] $ docker stop --time=1 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 [2020-11-26T00:44:59.616Z] $ docker rm -f 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T00:45:00.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T00:45:00.537Z] . [Pipeline] withDockerContainer [2020-11-26T00:45:00.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container [2020-11-26T00:45:00.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T00:45:02.442Z] $ docker top b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T00:45:03.613Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-26T00:45:10.323Z] Building docker-core-command-go ... [2020-11-26T00:45:10.323Z] Building docker-core-data-go ... [2020-11-26T00:45:10.323Z] Building docker-core-metadata-go ... [2020-11-26T00:45:10.323Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T00:45:10.323Z] Building docker-security-proxy-setup-go ... [2020-11-26T00:45:10.323Z] Building docker-security-secrets-setup-go ... [2020-11-26T00:45:10.323Z] Building docker-security-secretstore-setup-go ... [2020-11-26T00:45:10.323Z] Building docker-support-logging-go ... [2020-11-26T00:45:10.323Z] Building docker-support-notifications-go ... [2020-11-26T00:45:10.323Z] Building docker-support-scheduler-go ... [2020-11-26T00:45:10.323Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T00:45:10.323Z] Building docker-security-secretstore-setup-go [2020-11-26T00:45:10.323Z] Building docker-core-metadata-go [2020-11-26T00:45:10.323Z] Building docker-security-secrets-setup-go [2020-11-26T00:45:10.323Z] Building docker-core-data-go [2020-11-26T00:45:10.323Z] Building docker-support-scheduler-go [2020-11-26T00:46:32.154Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:46:32.154Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:46:32.154Z] ---> 5362f402c75c [2020-11-26T00:46:32.154Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:46:32.154Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:46:32.154Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:46:32.154Z] [2020-11-26T00:46:32.154Z] ---> 5362f402c75c [2020-11-26T00:46:32.154Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 3/23 : WORKDIR /edgex-go [2020-11-26T00:46:32.154Z] [2020-11-26T00:46:32.154Z] ---> 5362f402c75c [2020-11-26T00:46:32.154Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T00:46:32.154Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:46:32.154Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:46:32.154Z] ---> 5362f402c75c [2020-11-26T00:46:32.154Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T00:46:32.154Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:46:32.154Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:46:32.154Z] ---> 5362f402c75c [2020-11-26T00:46:32.154Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T00:46:32.154Z] ---> Running in 5d41689bc2bd [2020-11-26T00:46:32.154Z] ---> Running in ae8d4dd14c32 [2020-11-26T00:46:32.154Z] ---> Running in 1756cf04e734 [2020-11-26T00:46:32.154Z] ---> Running in 91c935b6a7af [2020-11-26T00:46:32.154Z] ---> Running in a27376985759 [2020-11-26T00:46:32.154Z] Removing intermediate container 1756cf04e734 [2020-11-26T00:46:32.154Z] ---> e1fd1c2846f8 [2020-11-26T00:46:32.154Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T00:46:32.154Z] Removing intermediate container 91c935b6a7af [2020-11-26T00:46:32.154Z] ---> eb92584c2590 [2020-11-26T00:46:32.154Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:46:32.154Z] Removing intermediate container 5d41689bc2bd [2020-11-26T00:46:32.154Z] ---> 41d33f6bf5bd [2020-11-26T00:46:32.154Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:46:32.154Z] Removing intermediate container ae8d4dd14c32 [2020-11-26T00:46:32.154Z] ---> b72e21c3dd4b [2020-11-26T00:46:32.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:46:32.154Z] Removing intermediate container a27376985759 [2020-11-26T00:46:32.154Z] ---> eec8097e4aba [2020-11-26T00:46:32.154Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:46:32.154Z] ---> Running in 9f63f90d35ca [2020-11-26T00:46:32.154Z] ---> Running in 9007bd582465 [2020-11-26T00:46:32.154Z] ---> Running in 6285d4aac233 [2020-11-26T00:46:32.154Z] ---> Running in 649563c6b081 [2020-11-26T00:46:32.154Z] ---> Running in ecd2f9020115 [2020-11-26T00:46:32.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:32.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:32.154Z] Removing intermediate container 6285d4aac233 [2020-11-26T00:46:32.154Z] ---> b7ef42ebe35d [2020-11-26T00:46:32.154Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T00:46:32.154Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:46:32.154Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:46:32.154Z] OK: 12625 distinct packages available [2020-11-26T00:46:32.154Z] Removing intermediate container 649563c6b081 [2020-11-26T00:46:32.154Z] ---> 6374ebc892e8 [2020-11-26T00:46:32.154Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T00:46:32.154Z] ---> Running in 3f5467fae584 [2020-11-26T00:46:32.154Z] ---> Running in 5c6d2b5f8f84 [2020-11-26T00:46:32.154Z] Removing intermediate container ecd2f9020115 [2020-11-26T00:46:32.154Z] ---> 8ca781d58591 [2020-11-26T00:46:32.154Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:46:32.154Z] Removing intermediate container 9007bd582465 [2020-11-26T00:46:32.154Z] ---> 13ad591f8632 [2020-11-26T00:46:32.154Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T00:46:32.154Z] ---> Running in 6dec079fbf0b [2020-11-26T00:46:32.154Z] ---> Running in 4d4c65fcb051 [2020-11-26T00:46:32.154Z] OK: 217 MiB in 51 packages [2020-11-26T00:46:32.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:33.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:33.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:33.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:33.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:33.600Z] Removing intermediate container 9f63f90d35ca [2020-11-26T00:46:33.600Z] ---> 14beb1818fbd [2020-11-26T00:46:33.600Z] Step 5/29 : COPY go.mod . [2020-11-26T00:46:34.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:34.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:34.482Z] ---> f9b9b16d1d39 [2020-11-26T00:46:34.482Z] Step 6/29 : RUN go mod download [2020-11-26T00:46:34.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:46:34.768Z] ---> Running in 18a2c4afd040 [2020-11-26T00:46:35.071Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:46:35.071Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:46:35.071Z] OK: 12625 distinct packages available [2020-11-26T00:46:35.368Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:46:35.368Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:46:35.368Z] OK: 12625 distinct packages available [2020-11-26T00:46:35.666Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:46:35.666Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:46:35.666Z] OK: 12625 distinct packages available [2020-11-26T00:46:36.719Z] OK: 217 MiB in 51 packages [2020-11-26T00:46:36.719Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:46:36.719Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:46:36.719Z] OK: 12625 distinct packages available [2020-11-26T00:46:37.022Z] OK: 217 MiB in 51 packages [2020-11-26T00:46:37.316Z] OK: 217 MiB in 51 packages [2020-11-26T00:46:38.339Z] OK: 217 MiB in 51 packages [2020-11-26T00:46:39.354Z] Removing intermediate container 3f5467fae584 [2020-11-26T00:46:39.354Z] ---> ea71db1b6183 [2020-11-26T00:46:39.354Z] Step 6/21 : COPY go.mod . [2020-11-26T00:46:39.640Z] Removing intermediate container 5c6d2b5f8f84 [2020-11-26T00:46:39.640Z] ---> b9cb147565ba [2020-11-26T00:46:39.640Z] Step 6/24 : COPY go.mod . [2020-11-26T00:46:40.259Z] Removing intermediate container 4d4c65fcb051 [2020-11-26T00:46:40.259Z] ---> 0249afcdc558 [2020-11-26T00:46:40.541Z] Step 6/23 : COPY go.mod . [2020-11-26T00:46:40.541Z] ---> 66b856eeac14 [2020-11-26T00:46:40.541Z] Step 7/21 : RUN go mod download [2020-11-26T00:46:40.838Z] Removing intermediate container 6dec079fbf0b [2020-11-26T00:46:40.838Z] ---> 88d3715ccaa3 [2020-11-26T00:46:40.838Z] Step 6/22 : COPY go.mod . [2020-11-26T00:46:40.838Z] Removing intermediate container 18a2c4afd040 [2020-11-26T00:46:40.838Z] ---> e89c014aee8f [2020-11-26T00:46:40.838Z] Step 7/29 : COPY . . [2020-11-26T00:46:40.838Z] ---> 626b59005a36 [2020-11-26T00:46:40.838Z] Step 7/24 : RUN go mod download [2020-11-26T00:46:41.120Z] ---> Running in d3fb285aa5ea [2020-11-26T00:46:41.418Z] ---> Running in 1d1b24d2c571 [2020-11-26T00:46:41.700Z] ---> 958e4c64a346 [2020-11-26T00:46:41.700Z] Step 7/23 : RUN go mod download [2020-11-26T00:46:42.320Z] ---> Running in a9d3088b55d2 [2020-11-26T00:46:42.633Z] ---> a200c51d1760 [2020-11-26T00:46:42.633Z] Step 7/22 : RUN go mod download [2020-11-26T00:46:43.706Z] ---> Running in e7627a882317 [2020-11-26T00:46:48.057Z] Removing intermediate container d3fb285aa5ea [2020-11-26T00:46:48.058Z] ---> 4bcbeb7f25c3 [2020-11-26T00:46:48.058Z] Step 8/21 : COPY . . [2020-11-26T00:46:48.058Z] Removing intermediate container 1d1b24d2c571 [2020-11-26T00:46:48.058Z] ---> 5231bc07d565 [2020-11-26T00:46:48.058Z] Step 8/24 : COPY . . [2020-11-26T00:46:48.671Z] Removing intermediate container a9d3088b55d2 [2020-11-26T00:46:48.671Z] ---> 59ab64c84988 [2020-11-26T00:46:48.671Z] Step 8/23 : COPY . . [2020-11-26T00:46:49.315Z] Removing intermediate container e7627a882317 [2020-11-26T00:46:49.315Z] ---> 226b89acd596 [2020-11-26T00:46:49.315Z] Step 8/22 : COPY . . [2020-11-26T00:47:16.334Z] ---> 878490933c10 [2020-11-26T00:47:16.334Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T00:47:16.334Z] ---> Running in e16d1f5551f4 [2020-11-26T00:47:16.334Z] ---> d526261ddb54 [2020-11-26T00:47:16.334Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T00:47:16.334Z] ---> ad2c4cd31667 [2020-11-26T00:47:16.334Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T00:47:16.334Z] ---> 3e686a0e501f [2020-11-26T00:47:16.334Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T00:47:16.334Z] ---> 7c11790d9462 [2020-11-26T00:47:16.334Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T00:47:16.612Z] ---> Running in e09651488970 [2020-11-26T00:47:16.612Z] ---> Running in 5e92b090800c [2020-11-26T00:47:16.612Z] ---> Running in 0526b2000304 [2020-11-26T00:47:16.612Z] ---> Running in b2bca7630a9b [2020-11-26T00:47:17.224Z] 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-26T00:47:18.735Z] 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-26T00:47:19.029Z] 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-26T00:47:19.309Z] 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-26T00:47:19.309Z] 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-26T00:48:56.301Z] 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-26T00:48:57.842Z] Removing intermediate container e16d1f5551f4 [2020-11-26T00:48:57.842Z] ---> 6ae98b71acd2 [2020-11-26T00:48:57.842Z] [2020-11-26T00:48:57.842Z] Step 9/29 : FROM alpine:latest [2020-11-26T00:48:58.122Z] latest: Pulling from library/alpine [2020-11-26T00:48:58.122Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T00:48:58.122Z] Status: Downloaded newer image for alpine:latest [2020-11-26T00:48:58.122Z] ---> 2e77e061c27f [2020-11-26T00:48:58.122Z] 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-26T00:48:58.418Z] ---> Running in 180ae2bfd16d [2020-11-26T00:48:59.057Z] Removing intermediate container 180ae2bfd16d [2020-11-26T00:48:59.057Z] ---> e94897043689 [2020-11-26T00:48:59.057Z] Step 11/29 : USER root [2020-11-26T00:48:59.362Z] ---> Running in ee81bead86c3 [2020-11-26T00:48:59.973Z] Removing intermediate container ee81bead86c3 [2020-11-26T00:48:59.973Z] ---> cf2a5d3bf5bf [2020-11-26T00:48:59.973Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T00:48:59.973Z] ---> Running in c294b612102f [2020-11-26T00:49:01.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:49:02.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:49:03.233Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:49:03.233Z] v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:49:03.233Z] OK: 12617 distinct packages available [2020-11-26T00:49:04.711Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T00:49:04.711Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T00:49:04.711Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:49:04.711Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T00:49:05.001Z] OK: 6 MiB in 16 packages [2020-11-26T00:49:08.056Z] Removing intermediate container c294b612102f [2020-11-26T00:49:08.056Z] ---> eb552d20366b [2020-11-26T00:49:08.056Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T00:49:08.358Z] ---> Running in 8e9af0723b0f [2020-11-26T00:49:09.361Z] Removing intermediate container 8e9af0723b0f [2020-11-26T00:49:09.361Z] ---> f04036e974fc [2020-11-26T00:49:09.361Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T00:49:09.361Z] ---> Running in 4184b0460336 [2020-11-26T00:49:10.376Z] Removing intermediate container 4184b0460336 [2020-11-26T00:49:10.376Z] ---> a0435ff76f1b [2020-11-26T00:49:10.376Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T00:49:10.664Z] ---> Running in 999ba948bfc0 [2020-11-26T00:49:16.205Z] Removing intermediate container 999ba948bfc0 [2020-11-26T00:49:16.205Z] ---> 603074524769 [2020-11-26T00:49:16.205Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T00:49:17.701Z] Removing intermediate container 0526b2000304 [2020-11-26T00:49:17.701Z] ---> 9d419adf05a2 [2020-11-26T00:49:17.701Z] [2020-11-26T00:49:17.701Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T00:49:17.701Z] 3.10: Pulling from library/alpine [2020-11-26T00:49:17.701Z] ---> 1349aeb7219a [2020-11-26T00:49:17.701Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T00:49:19.762Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T00:49:19.762Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T00:49:19.762Z] ---> 536a684cf733 [2020-11-26T00:49:19.762Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T00:49:19.762Z] ---> 19d4e5dcab94 [2020-11-26T00:49:19.762Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T00:49:19.762Z] ---> Running in 45deb9c9148c [2020-11-26T00:49:21.771Z] ---> a4c775f44add [2020-11-26T00:49:21.771Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T00:49:22.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:49:22.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:49:22.954Z] ---> 0dddb580fc9c [2020-11-26T00:49:22.954Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T00:49:23.571Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T00:49:23.571Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T00:49:23.571Z] OK: 10169 distinct packages available [2020-11-26T00:49:24.577Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T00:49:24.577Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T00:49:24.577Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T00:49:24.577Z] ---> 25adc4a5f5bf [2020-11-26T00:49:24.577Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T00:49:24.577Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T00:49:24.577Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T00:49:24.577Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T00:49:24.577Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T00:49:24.856Z] ---> Running in cef53cd2b9ec [2020-11-26T00:49:25.147Z] OK: 7 MiB in 19 packages [2020-11-26T00:49:29.503Z] Removing intermediate container 45deb9c9148c [2020-11-26T00:49:29.503Z] ---> 1421b596828a [2020-11-26T00:49:29.503Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T00:49:29.503Z] ---> Running in 1f1ce5418ed2 [2020-11-26T00:49:29.789Z] Removing intermediate container cef53cd2b9ec [2020-11-26T00:49:29.789Z] ---> bc65dce31e0b [2020-11-26T00:49:29.789Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T00:49:30.406Z] Removing intermediate container 1f1ce5418ed2 [2020-11-26T00:49:30.406Z] ---> c307f85046a4 [2020-11-26T00:49:30.406Z] Step 13/24 : WORKDIR / [2020-11-26T00:49:30.406Z] ---> Running in 23105d846ed9 [2020-11-26T00:49:31.424Z] ---> 61b3600b2fd8 [2020-11-26T00:49:31.424Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T00:49:31.424Z] ---> Running in 3eee4fb56270 [2020-11-26T00:49:31.719Z] Removing intermediate container 23105d846ed9 [2020-11-26T00:49:31.719Z] ---> b78fc190c694 [2020-11-26T00:49:31.719Z] 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-26T00:49:33.757Z] ---> 60615e5160f1 [2020-11-26T00:49:33.757Z] 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-26T00:49:35.240Z] ---> fd2c71ab6d90 [2020-11-26T00:49:35.240Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T00:49:36.246Z] Removing intermediate container 3eee4fb56270 [2020-11-26T00:49:36.246Z] ---> 49316c7123e7 [2020-11-26T00:49:36.246Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T00:49:36.531Z] ---> Running in ce600c8520b7 [2020-11-26T00:49:37.158Z] ---> 6610f78968f4 [2020-11-26T00:49:37.158Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T00:49:39.839Z] ---> 87695b6a1e8d [2020-11-26T00:49:39.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T00:49:44.234Z] ---> 127e5844635a [2020-11-26T00:49:44.234Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T00:49:44.234Z] Removing intermediate container ce600c8520b7 [2020-11-26T00:49:44.234Z] ---> fa701635d341 [2020-11-26T00:49:44.234Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T00:49:44.530Z] ---> Running in 517645fced3e [2020-11-26T00:49:46.534Z] Removing intermediate container 517645fced3e [2020-11-26T00:49:46.534Z] ---> 6c2ca7428872 [2020-11-26T00:49:46.534Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T00:49:46.534Z] ---> Running in a43c4f2388dd [2020-11-26T00:49:46.534Z] ---> b58f578aaa3f [2020-11-26T00:49:46.534Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T00:49:46.534Z] ---> Running in 8c5bf813e24f [2020-11-26T00:49:46.833Z] Removing intermediate container e09651488970 [2020-11-26T00:49:46.833Z] ---> 672a7f23fe1d [2020-11-26T00:49:46.833Z] [2020-11-26T00:49:46.833Z] Step 10/21 : FROM scratch [2020-11-26T00:49:46.833Z] ---> [2020-11-26T00:49:46.833Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:49:47.449Z] Removing intermediate container a43c4f2388dd [2020-11-26T00:49:47.449Z] ---> 0cd43a949c28 [2020-11-26T00:49:47.449Z] Step 27/29 : LABEL arch=arm64 [2020-11-26T00:49:47.449Z] ---> Running in 5f6c5fcafbe7 [2020-11-26T00:49:48.079Z] ---> Running in f7316abe8bc4 [2020-11-26T00:49:48.711Z] Removing intermediate container 5f6c5fcafbe7 [2020-11-26T00:49:48.711Z] ---> 52300e3ddfbf [2020-11-26T00:49:48.711Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T00:49:49.000Z] ---> Running in 7afc4dfcb08c [2020-11-26T00:49:49.291Z] Removing intermediate container f7316abe8bc4 [2020-11-26T00:49:49.575Z] ---> 45c796d9a337 [2020-11-26T00:49:49.575Z] Step 28/29 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:49:49.871Z] ---> Running in 5c22c218feb7 [2020-11-26T00:49:49.871Z] Removing intermediate container 7afc4dfcb08c [2020-11-26T00:49:49.871Z] ---> cbd747e9c453 [2020-11-26T00:49:49.871Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T00:49:50.170Z] ---> Running in 397afc16136f [2020-11-26T00:49:51.192Z] Removing intermediate container 5c22c218feb7 [2020-11-26T00:49:51.192Z] ---> a33679209488 [2020-11-26T00:49:51.192Z] Step 29/29 : LABEL version=0.0.0 [2020-11-26T00:49:51.192Z] Removing intermediate container 397afc16136f [2020-11-26T00:49:51.192Z] ---> 843c98eefb92 [2020-11-26T00:49:51.192Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T00:49:51.486Z] ---> Running in d7a758ebaf3a [2020-11-26T00:49:51.771Z] Removing intermediate container 8c5bf813e24f [2020-11-26T00:49:51.771Z] ---> b79aebf14e3f [2020-11-26T00:49:51.771Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T00:49:52.052Z] ---> Running in 66ecb33d0ba0 [2020-11-26T00:49:52.666Z] Removing intermediate container d7a758ebaf3a [2020-11-26T00:49:52.666Z] ---> 83c8d8ad0d0f [2020-11-26T00:49:52.666Z] [2020-11-26T00:49:52.952Z] ---> 35f53caf274a [2020-11-26T00:49:52.952Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T00:49:53.236Z] Removing intermediate container 66ecb33d0ba0 [2020-11-26T00:49:53.236Z] ---> 4c8d7d65c009 [2020-11-26T00:49:53.236Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T00:49:53.545Z] Successfully built 83c8d8ad0d0f [2020-11-26T00:49:53.545Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-26T00:49:53.545Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-11-26T00:49:53.831Z] ---> Running in 5887d0c4911a [2020-11-26T00:49:55.309Z] Removing intermediate container 5887d0c4911a [2020-11-26T00:49:55.309Z] ---> d77fe6da8000 [2020-11-26T00:49:55.309Z] Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:49:55.590Z] ---> 8914de9793e7 [2020-11-26T00:49:55.590Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T00:49:55.590Z] ---> Running in 8998b935d1e5 [2020-11-26T00:49:57.049Z] Removing intermediate container 8998b935d1e5 [2020-11-26T00:49:57.049Z] ---> bd018fdc18ee [2020-11-26T00:49:57.049Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T00:49:58.065Z] ---> 189ab9669736 [2020-11-26T00:49:58.065Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T00:49:58.065Z] ---> Running in e24b0ee86c4f [2020-11-26T00:49:58.347Z] ---> Running in 2116b6434437 [2020-11-26T00:49:58.962Z] Removing intermediate container e24b0ee86c4f [2020-11-26T00:49:58.962Z] ---> ba446d57eecc [2020-11-26T00:49:58.962Z] [2020-11-26T00:49:59.575Z] Removing intermediate container 2116b6434437 [2020-11-26T00:49:59.575Z] ---> 34a862770259 [2020-11-26T00:49:59.575Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:49:59.854Z] Successfully built ba446d57eecc [2020-11-26T00:49:59.854Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-26T00:49:59.854Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-26T00:50:00.135Z] ---> Running in ad6283f8f226 [2020-11-26T00:50:01.153Z] Removing intermediate container ad6283f8f226 [2020-11-26T00:50:01.153Z] ---> b6474e1cadbc [2020-11-26T00:50:01.153Z] Step 19/21 : LABEL arch=arm64 [2020-11-26T00:50:01.433Z] ---> Running in aabfb8f6ccc3 [2020-11-26T00:50:02.443Z] Removing intermediate container aabfb8f6ccc3 [2020-11-26T00:50:02.443Z] ---> 843704bd7c4b [2020-11-26T00:50:02.444Z] Step 20/21 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:50:03.065Z] ---> Running in 567b6ad64c31 [2020-11-26T00:50:05.107Z] Removing intermediate container 567b6ad64c31 [2020-11-26T00:50:05.107Z] ---> 5415daae6dbb [2020-11-26T00:50:05.107Z] Step 21/21 : LABEL version=0.0.0 [2020-11-26T00:50:05.387Z] ---> Running in 5a5d08952dc0 [2020-11-26T00:50:06.385Z] Removing intermediate container 5a5d08952dc0 [2020-11-26T00:50:06.385Z] ---> f1b36e97dd10 [2020-11-26T00:50:06.385Z] [2020-11-26T00:50:06.991Z] Successfully built f1b36e97dd10 [2020-11-26T00:50:06.991Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-26T00:50:06.991Z] Building docker-security-bootstrap-redis-go [2020-11-26T00:50:11.368Z]  Building docker-support-scheduler-go ... done Removing intermediate container b2bca7630a9b [2020-11-26T00:50:11.368Z] ---> c64d4bd3b958 [2020-11-26T00:50:11.368Z] [2020-11-26T00:50:11.368Z] Step 10/22 : FROM scratch [2020-11-26T00:50:11.368Z] ---> [2020-11-26T00:50:11.368Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:50:11.368Z] ---> Using cache [2020-11-26T00:50:11.368Z] ---> 52300e3ddfbf [2020-11-26T00:50:11.368Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T00:50:11.654Z] ---> Running in abfc602fa2ea [2020-11-26T00:50:13.653Z] Removing intermediate container abfc602fa2ea [2020-11-26T00:50:13.653Z] ---> 55661d1b9196 [2020-11-26T00:50:13.653Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:50:14.262Z] ---> Running in b3a963f4c83c [2020-11-26T00:50:15.710Z] Removing intermediate container b3a963f4c83c [2020-11-26T00:50:15.710Z] ---> f67a39ffef2a [2020-11-26T00:50:15.710Z] Step 14/22 : WORKDIR / [2020-11-26T00:50:15.994Z] ---> Running in 153827dca4e0 [2020-11-26T00:50:18.230Z] Removing intermediate container 153827dca4e0 [2020-11-26T00:50:18.230Z] ---> 2a766d6a622e [2020-11-26T00:50:18.230Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T00:50:20.265Z] ---> 7f3778331103 [2020-11-26T00:50:20.265Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-26T00:50:23.687Z] Removing intermediate container 5e92b090800c [2020-11-26T00:50:23.687Z] ---> 72d6663bfea1 [2020-11-26T00:50:23.966Z] [2020-11-26T00:50:23.966Z] Step 10/23 : FROM alpine [2020-11-26T00:50:23.966Z] ---> 2e77e061c27f [2020-11-26T00:50:23.966Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:50:24.241Z] ---> d34a8f1be0e1 [2020-11-26T00:50:24.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T00:50:24.517Z] ---> Running in edc94f8c9be6 [2020-11-26T00:50:25.951Z] Removing intermediate container edc94f8c9be6 [2020-11-26T00:50:25.951Z] ---> ee06dd542c43 [2020-11-26T00:50:25.951Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T00:50:26.545Z] ---> 525ae09313f3 [2020-11-26T00:50:26.545Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T00:50:26.545Z] ---> Running in 0ac74d8be98d [2020-11-26T00:50:26.817Z] ---> Running in fb64323050e1 [2020-11-26T00:50:27.412Z] Removing intermediate container 0ac74d8be98d [2020-11-26T00:50:27.412Z] ---> 6e5ccfe98759 [2020-11-26T00:50:27.412Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T00:50:27.412Z] Removing intermediate container fb64323050e1 [2020-11-26T00:50:27.412Z] ---> a7bdab7ad622 [2020-11-26T00:50:27.412Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:50:27.686Z] ---> Running in 948cd5719a6f [2020-11-26T00:50:27.958Z] ---> Running in 032de0a01445 [2020-11-26T00:50:28.558Z] Removing intermediate container 948cd5719a6f [2020-11-26T00:50:28.558Z] ---> 61f49a7f3853 [2020-11-26T00:50:28.558Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:50:28.847Z] Removing intermediate container 032de0a01445 [2020-11-26T00:50:28.847Z] ---> 913959dd3256 [2020-11-26T00:50:28.847Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T00:50:28.847Z] ---> Running in 3eee122566b2 [2020-11-26T00:50:29.129Z] ---> Running in 3f3c9102a68a [2020-11-26T00:50:30.121Z] Removing intermediate container 3f3c9102a68a [2020-11-26T00:50:30.121Z] ---> a66c799b6e5f [2020-11-26T00:50:30.121Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:50:30.395Z] ---> Running in 64714c5da40d [2020-11-26T00:50:31.843Z] Removing intermediate container 64714c5da40d [2020-11-26T00:50:31.843Z] ---> 067ef94048ea [2020-11-26T00:50:31.843Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:50:32.119Z] ---> Running in 8af03db31a93 [2020-11-26T00:50:33.582Z] Removing intermediate container 3eee122566b2 [2020-11-26T00:50:33.582Z] ---> fb8813c49e2b [2020-11-26T00:50:33.582Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T00:50:33.582Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:50:33.582Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:50:33.582Z] ---> 5362f402c75c [2020-11-26T00:50:33.582Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T00:50:33.582Z] ---> Using cache [2020-11-26T00:50:33.582Z] ---> eec8097e4aba [2020-11-26T00:50:33.582Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:50:33.582Z] ---> Using cache [2020-11-26T00:50:33.582Z] ---> 8ca781d58591 [2020-11-26T00:50:33.582Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T00:50:33.869Z] Removing intermediate container 8af03db31a93 [2020-11-26T00:50:33.869Z] ---> d6a8c89e8cc3 [2020-11-26T00:50:33.869Z] [2020-11-26T00:50:34.144Z] ---> Running in 14ab3541817b [2020-11-26T00:50:34.144Z] ---> Running in 927720b00241 [2020-11-26T00:50:34.417Z] Successfully built d6a8c89e8cc3 [2020-11-26T00:50:34.417Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-26T00:50:34.417Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-11-26T00:50:35.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:36.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:36.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:36.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:37.755Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T00:50:37.755Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T00:50:37.755Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T00:50:38.035Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:50:38.035Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:50:38.035Z] OK: 12625 distinct packages available [2020-11-26T00:50:38.035Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T00:50:38.316Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T00:50:38.316Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:50:38.316Z] OK: 8 MiB in 19 packages [2020-11-26T00:50:38.917Z] OK: 217 MiB in 51 packages [2020-11-26T00:50:43.260Z] Removing intermediate container 927720b00241 [2020-11-26T00:50:43.260Z] ---> f068faf48e28 [2020-11-26T00:50:43.260Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T00:50:43.862Z] Removing intermediate container 14ab3541817b [2020-11-26T00:50:43.863Z] ---> 041eed79388c [2020-11-26T00:50:44.139Z] Step 6/24 : COPY go.mod . [2020-11-26T00:50:45.137Z] ---> 51c8bcd1f219 [2020-11-26T00:50:45.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T00:50:45.137Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:50:45.137Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:50:45.137Z] ---> 5362f402c75c [2020-11-26T00:50:45.137Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T00:50:45.137Z] ---> Using cache [2020-11-26T00:50:45.137Z] ---> eec8097e4aba [2020-11-26T00:50:45.137Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:50:45.137Z] ---> Using cache [2020-11-26T00:50:45.137Z] ---> 8ca781d58591 [2020-11-26T00:50:45.137Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T00:50:45.137Z] ---> Running in ee461b9b5bfe [2020-11-26T00:50:45.412Z] ---> 909b330cec5c [2020-11-26T00:50:45.412Z] Step 7/24 : RUN go mod download [2020-11-26T00:50:46.412Z] ---> Running in b4d07a47332f [2020-11-26T00:50:47.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:48.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:50:49.468Z] ---> 1575a13bc43d [2020-11-26T00:50:49.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T00:50:50.462Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:50:50.462Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:50:50.462Z] OK: 12625 distinct packages available [2020-11-26T00:50:51.072Z] ---> d8eaafb9e4b0 [2020-11-26T00:50:51.072Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T00:50:51.350Z] ---> Running in 33265d02b94f [2020-11-26T00:50:51.350Z] OK: 217 MiB in 51 packages [2020-11-26T00:50:51.631Z] Removing intermediate container b4d07a47332f [2020-11-26T00:50:51.632Z] ---> 02d649931f18 [2020-11-26T00:50:51.632Z] Step 8/24 : COPY . . [2020-11-26T00:50:52.639Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:50:52.639Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:50:52.639Z] ---> 5362f402c75c [2020-11-26T00:50:52.639Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> eec8097e4aba [2020-11-26T00:50:52.639Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> 8ca781d58591 [2020-11-26T00:50:52.639Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> 88d3715ccaa3 [2020-11-26T00:50:52.639Z] Step 6/22 : COPY go.mod . [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> a200c51d1760 [2020-11-26T00:50:52.639Z] Step 7/22 : RUN go mod download [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> 226b89acd596 [2020-11-26T00:50:52.639Z] Step 8/22 : COPY . . [2020-11-26T00:50:52.639Z] ---> Using cache [2020-11-26T00:50:52.639Z] ---> ad2c4cd31667 [2020-11-26T00:50:52.639Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T00:50:52.639Z] Removing intermediate container 33265d02b94f [2020-11-26T00:50:52.639Z] ---> fdde43ae58b3 [2020-11-26T00:50:52.639Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:50:53.248Z] ---> Running in 41d66494250d [2020-11-26T00:50:53.248Z] ---> Running in 51eb23bfbde4 [2020-11-26T00:50:53.864Z] Removing intermediate container ee461b9b5bfe [2020-11-26T00:50:53.864Z] ---> 9a510bd4e9e6 [2020-11-26T00:50:53.864Z] Step 6/27 : COPY go.mod . [2020-11-26T00:50:54.144Z] Removing intermediate container 51eb23bfbde4 [2020-11-26T00:50:54.420Z] ---> cb371c58b223 [2020-11-26T00:50:54.420Z] Step 21/23 : LABEL arch=arm64 [2020-11-26T00:50:55.025Z] ---> Running in a1d2ecb98eee [2020-11-26T00:50:55.309Z] ---> fc46956e858c [2020-11-26T00:50:55.309Z] Step 7/27 : RUN go mod download [2020-11-26T00:50:55.916Z] 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-26T00:50:56.540Z] ---> Running in baead8676a4f [2020-11-26T00:50:56.540Z] Removing intermediate container a1d2ecb98eee [2020-11-26T00:50:56.540Z] ---> 80243125e407 [2020-11-26T00:50:56.540Z] Step 22/23 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:50:57.532Z] ---> Running in 9013ea61c48a [2020-11-26T00:50:59.007Z] Removing intermediate container 9013ea61c48a [2020-11-26T00:50:59.007Z] ---> 70611d44ae6f [2020-11-26T00:50:59.007Z] Step 23/23 : LABEL version=0.0.0 [2020-11-26T00:51:00.017Z] ---> Running in 8135baa30729 [2020-11-26T00:51:01.506Z] Removing intermediate container 8135baa30729 [2020-11-26T00:51:01.506Z] ---> e4e3de2629f9 [2020-11-26T00:51:01.506Z] [2020-11-26T00:51:02.963Z] Successfully built e4e3de2629f9 [2020-11-26T00:51:02.963Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-26T00:51:02.963Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-11-26T00:51:04.417Z] Removing intermediate container baead8676a4f [2020-11-26T00:51:04.417Z] ---> f0047571e07f [2020-11-26T00:51:04.417Z] Step 8/27 : COPY . . [2020-11-26T00:51:12.784Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:51:12.784Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:51:12.784Z] ---> 5362f402c75c [2020-11-26T00:51:12.784Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> eec8097e4aba [2020-11-26T00:51:12.784Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> 8ca781d58591 [2020-11-26T00:51:12.784Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> 88d3715ccaa3 [2020-11-26T00:51:12.784Z] Step 6/20 : COPY go.mod . [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> a200c51d1760 [2020-11-26T00:51:12.784Z] Step 7/20 : RUN go mod download [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> 226b89acd596 [2020-11-26T00:51:12.784Z] Step 8/20 : COPY . . [2020-11-26T00:51:12.784Z] ---> Using cache [2020-11-26T00:51:12.784Z] ---> ad2c4cd31667 [2020-11-26T00:51:12.784Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T00:51:19.625Z] ---> Running in 686db56d0f53 [2020-11-26T00:51:21.093Z] 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-26T00:51:36.441Z] ---> a5d96b017a97 [2020-11-26T00:51:36.441Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T00:51:36.441Z] ---> Running in a40903362aab [2020-11-26T00:51:39.912Z] 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-26T00:51:40.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:51:40.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:51:40.920Z] ---> 5362f402c75c [2020-11-26T00:51:40.920Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:51:40.920Z] ---> Using cache [2020-11-26T00:51:40.920Z] ---> eec8097e4aba [2020-11-26T00:51:40.920Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:51:40.920Z] ---> Using cache [2020-11-26T00:51:40.920Z] ---> 8ca781d58591 [2020-11-26T00:51:40.920Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T00:51:41.535Z] ---> Running in 9ed04c9fda0b [2020-11-26T00:51:44.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:51:45.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:51:45.703Z] ---> 4aeb972c10d7 [2020-11-26T00:51:45.703Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T00:51:46.026Z] ---> Running in 73c92f58e20b [2020-11-26T00:51:47.034Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:51:47.034Z] v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:51:47.034Z] OK: 12625 distinct packages available [2020-11-26T00:51:48.503Z] 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-26T00:51:48.787Z] OK: 217 MiB in 51 packages [2020-11-26T00:51:50.248Z] OK: 217 MiB in 51 packages [2020-11-26T00:51:52.268Z] Removing intermediate container 9ed04c9fda0b [2020-11-26T00:51:52.268Z] ---> 4f5bada9ec8e [2020-11-26T00:51:52.268Z] Step 6/22 : COPY go.mod . [2020-11-26T00:51:53.736Z] ---> d6a7e654209f [2020-11-26T00:51:53.736Z] Step 7/22 : RUN go mod download [2020-11-26T00:51:53.736Z] ---> Running in 286b5d216224 [2020-11-26T00:51:59.190Z] Removing intermediate container 286b5d216224 [2020-11-26T00:51:59.190Z] ---> 0ef4be1f9e09 [2020-11-26T00:51:59.190Z] Step 8/22 : COPY . . [2020-11-26T00:52:26.223Z] ---> 868c4ff1a973 [2020-11-26T00:52:26.223Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T00:52:26.223Z] ---> Running in fc3184bbddd8 [2020-11-26T00:52:26.223Z] 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-26T00:52:33.063Z] Removing intermediate container 41d66494250d [2020-11-26T00:52:33.063Z] ---> b9acad907983 [2020-11-26T00:52:33.063Z] [2020-11-26T00:52:33.063Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T00:52:33.063Z] ---> 536a684cf733 [2020-11-26T00:52:33.063Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T00:52:33.063Z] ---> Using cache [2020-11-26T00:52:33.063Z] ---> 1421b596828a [2020-11-26T00:52:33.063Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T00:52:33.353Z] ---> Running in 6ef6aaf97f44 [2020-11-26T00:52:33.983Z] Removing intermediate container 6ef6aaf97f44 [2020-11-26T00:52:33.983Z] ---> b258dd1c4e7f [2020-11-26T00:52:33.983Z] Step 13/22 : WORKDIR / [2020-11-26T00:52:34.274Z] ---> Running in 5aad5cad6928 [2020-11-26T00:52:35.289Z] Removing intermediate container 5aad5cad6928 [2020-11-26T00:52:35.289Z] ---> 3c0d5f205860 [2020-11-26T00:52:35.289Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T00:52:36.773Z] ---> 353e1c3c5424 [2020-11-26T00:52:36.773Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T00:52:38.811Z] ---> bce978d08a74 [2020-11-26T00:52:38.811Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T00:52:40.279Z] ---> 94f287fc4654 [2020-11-26T00:52:40.279Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T00:52:41.739Z] ---> dc00b85a0ae9 [2020-11-26T00:52:41.739Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T00:52:41.739Z] ---> Running in c22ddfb7d728 [2020-11-26T00:52:46.094Z] Removing intermediate container c22ddfb7d728 [2020-11-26T00:52:46.094Z] ---> 382a0e7e146d [2020-11-26T00:52:46.094Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T00:52:46.094Z] ---> Running in fe824ef0ded3 [2020-11-26T00:52:46.709Z] Removing intermediate container fe824ef0ded3 [2020-11-26T00:52:46.709Z] ---> 3ce3559f76f4 [2020-11-26T00:52:46.709Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T00:52:47.001Z] ---> Running in 0b1078438bfb [2020-11-26T00:52:48.047Z] Removing intermediate container 0b1078438bfb [2020-11-26T00:52:48.047Z] ---> 6c479e33d297 [2020-11-26T00:52:48.047Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:52:48.047Z] ---> Running in f5e28036afb6 [2020-11-26T00:52:49.054Z] Removing intermediate container f5e28036afb6 [2020-11-26T00:52:49.054Z] ---> f35d905edb3c [2020-11-26T00:52:49.054Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:52:49.054Z] ---> Running in a1074beb3252 [2020-11-26T00:52:50.097Z] Removing intermediate container a1074beb3252 [2020-11-26T00:52:50.097Z] ---> 065be2d10efc [2020-11-26T00:52:50.097Z] [2020-11-26T00:52:50.723Z] Successfully built 065be2d10efc [2020-11-26T00:52:50.723Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-26T00:52:50.723Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-11-26T00:53:18.314Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T00:53:18.314Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T00:53:18.314Z] ---> 5362f402c75c [2020-11-26T00:53:18.314Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> eec8097e4aba [2020-11-26T00:53:18.314Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> 8ca781d58591 [2020-11-26T00:53:18.314Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> 88d3715ccaa3 [2020-11-26T00:53:18.314Z] Step 6/22 : COPY go.mod . [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> a200c51d1760 [2020-11-26T00:53:18.314Z] Step 7/22 : RUN go mod download [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> 226b89acd596 [2020-11-26T00:53:18.314Z] Step 8/22 : COPY . . [2020-11-26T00:53:18.314Z] ---> Using cache [2020-11-26T00:53:18.314Z] ---> ad2c4cd31667 [2020-11-26T00:53:18.314Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T00:53:18.314Z] ---> Running in c235d307a2b6 [2020-11-26T00:53:20.333Z] Removing intermediate container 686db56d0f53 [2020-11-26T00:53:20.333Z] ---> 1894947a35f5 [2020-11-26T00:53:20.333Z] [2020-11-26T00:53:20.333Z] Step 10/20 : FROM alpine [2020-11-26T00:53:20.333Z] ---> 2e77e061c27f [2020-11-26T00:53:20.333Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T00:53:20.619Z] ---> Running in f13104a342ab [2020-11-26T00:53:20.901Z] 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-26T00:53:22.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:53:23.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:53:24.496Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T00:53:24.496Z] v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T00:53:24.496Z] OK: 12617 distinct packages available [2020-11-26T00:53:25.982Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T00:53:25.982Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T00:53:25.982Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T00:53:25.982Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T00:53:25.982Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:53:25.982Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T00:53:26.265Z] OK: 7 MiB in 18 packages [2020-11-26T00:53:29.745Z] Removing intermediate container f13104a342ab [2020-11-26T00:53:29.745Z] ---> a43f94b20c68 [2020-11-26T00:53:29.745Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T00:53:29.745Z] ---> Running in 6cba9a66a696 [2020-11-26T00:53:30.771Z] Removing intermediate container 6cba9a66a696 [2020-11-26T00:53:30.771Z] ---> 34507bc736bc [2020-11-26T00:53:30.771Z] Step 13/20 : WORKDIR /edgex [2020-11-26T00:53:31.063Z] ---> Running in d855455a7874 [2020-11-26T00:53:32.087Z] Removing intermediate container d855455a7874 [2020-11-26T00:53:32.087Z] ---> 926d9aae326f [2020-11-26T00:53:32.087Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T00:53:33.574Z] ---> 7914865f8296 [2020-11-26T00:53:33.574Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T00:53:35.599Z] ---> 4f973668c3ab [2020-11-26T00:53:35.599Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T00:53:35.599Z] ---> Running in 79aeab7aab9b [2020-11-26T00:53:36.226Z] Removing intermediate container 79aeab7aab9b [2020-11-26T00:53:36.226Z] ---> 502658bedbbf [2020-11-26T00:53:36.226Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T00:53:36.518Z] ---> Running in b701a72e2946 [2020-11-26T00:53:37.536Z] Removing intermediate container b701a72e2946 [2020-11-26T00:53:37.536Z] ---> f28d0c76b886 [2020-11-26T00:53:37.536Z] Step 18/20 : LABEL arch=arm64 [2020-11-26T00:53:37.536Z] ---> Running in 0946f69ad7db [2020-11-26T00:53:38.565Z] Removing intermediate container 0946f69ad7db [2020-11-26T00:53:38.565Z] ---> 289cda152dc8 [2020-11-26T00:53:38.565Z] Step 19/20 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:53:38.565Z] ---> Running in 4a81364242c0 [2020-11-26T00:53:39.570Z] Removing intermediate container 4a81364242c0 [2020-11-26T00:53:39.570Z] ---> e5e371521819 [2020-11-26T00:53:39.570Z] Step 20/20 : LABEL version=0.0.0 [2020-11-26T00:53:39.570Z] ---> Running in 5ef22edb7e13 [2020-11-26T00:53:40.578Z] Removing intermediate container 5ef22edb7e13 [2020-11-26T00:53:40.578Z] ---> b5c68c61e470 [2020-11-26T00:53:40.578Z] [2020-11-26T00:53:41.195Z] Successfully built b5c68c61e470 [2020-11-26T00:53:41.195Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-26T00:54:03.480Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 73c92f58e20b [2020-11-26T00:54:03.480Z] ---> a9ea31a7b2d5 [2020-11-26T00:54:03.481Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T00:54:03.481Z] ---> Running in f511763faf4d [2020-11-26T00:54:05.495Z] 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-26T00:54:12.338Z] Removing intermediate container f511763faf4d [2020-11-26T00:54:12.338Z] ---> da874d73b211 [2020-11-26T00:54:12.338Z] [2020-11-26T00:54:12.338Z] Step 11/27 : FROM docker:latest [2020-11-26T00:54:12.338Z] ---> 5d4db4dc0692 [2020-11-26T00:54:12.338Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T00:54:12.338Z] ---> Running in 62dd2f17b5b4 [2020-11-26T00:54:14.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:54:14.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:54:15.633Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T00:54:15.633Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T00:54:15.633Z] Executing bash-5.0.17-r0.post-install [2020-11-26T00:54:15.633Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:54:15.914Z] OK: 12 MiB in 22 packages [2020-11-26T00:54:19.381Z] Removing intermediate container 62dd2f17b5b4 [2020-11-26T00:54:19.381Z] ---> 50d388d64710 [2020-11-26T00:54:19.381Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T00:54:19.381Z] ---> Running in bae4b8b5e275 [2020-11-26T00:54:19.381Z] Removing intermediate container a40903362aab [2020-11-26T00:54:19.381Z] ---> 5630688a43d7 [2020-11-26T00:54:19.381Z] [2020-11-26T00:54:19.381Z] Step 10/24 : FROM scratch [2020-11-26T00:54:19.381Z] ---> [2020-11-26T00:54:19.381Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T00:54:19.990Z] ---> Running in cd2795dbfa5c [2020-11-26T00:54:21.006Z] Removing intermediate container cd2795dbfa5c [2020-11-26T00:54:21.006Z] ---> 951984190fae [2020-11-26T00:54:21.006Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T00:54:21.291Z] ---> Running in bd6382ea6f74 [2020-11-26T00:54:21.904Z] Removing intermediate container bd6382ea6f74 [2020-11-26T00:54:21.904Z] ---> 862df9d94dd7 [2020-11-26T00:54:21.904Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T00:54:22.186Z] ---> Running in a2f94c9734d2 [2020-11-26T00:54:23.204Z] Removing intermediate container a2f94c9734d2 [2020-11-26T00:54:23.204Z] ---> 7a8e37ebc0e1 [2020-11-26T00:54:23.204Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T00:54:23.204Z] Removing intermediate container bae4b8b5e275 [2020-11-26T00:54:23.486Z] ---> bc0028bfaf7f [2020-11-26T00:54:23.486Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T00:54:23.771Z] ---> Running in 16e5a3134b8e [2020-11-26T00:54:24.784Z] ---> b36acfb8a627 [2020-11-26T00:54:24.784Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T00:54:24.784Z] Removing intermediate container 16e5a3134b8e [2020-11-26T00:54:24.784Z] ---> fe9b856ab452 [2020-11-26T00:54:24.784Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T00:54:25.065Z] ---> Running in 9d598061c204 [2020-11-26T00:54:26.070Z] Removing intermediate container 9d598061c204 [2020-11-26T00:54:26.070Z] ---> 0efcc2627494 [2020-11-26T00:54:26.070Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T00:54:26.357Z] ---> Running in 9466a2e910d8 [2020-11-26T00:54:26.641Z] ---> 51620c8525ef [2020-11-26T00:54:26.641Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T00:54:27.262Z] Removing intermediate container 9466a2e910d8 [2020-11-26T00:54:27.262Z] ---> 7a803730eab0 [2020-11-26T00:54:27.262Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T00:54:30.698Z] ---> 2f854f1509bc [2020-11-26T00:54:30.698Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T00:54:30.698Z] ---> 9feb9db2de1c [2020-11-26T00:54:30.698Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T00:54:30.978Z] Removing intermediate container fc3184bbddd8 [2020-11-26T00:54:30.978Z] ---> 126b61aebebf [2020-11-26T00:54:30.978Z] [2020-11-26T00:54:30.978Z] Step 10/22 : FROM scratch [2020-11-26T00:54:30.978Z] ---> [2020-11-26T00:54:30.978Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T00:54:31.595Z] ---> Using cache [2020-11-26T00:54:31.595Z] ---> 951984190fae [2020-11-26T00:54:31.595Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T00:54:31.884Z] ---> Running in 44e92d2e4e3e [2020-11-26T00:54:32.159Z] ---> bb01ea5686c4 [2020-11-26T00:54:32.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T00:54:32.765Z] Removing intermediate container 44e92d2e4e3e [2020-11-26T00:54:32.765Z] ---> 52f4caf68405 [2020-11-26T00:54:32.765Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:54:32.765Z] ---> 8f115498717a [2020-11-26T00:54:32.765Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T00:54:33.055Z] ---> Running in 0d5a32bbaac3 [2020-11-26T00:54:34.068Z] Removing intermediate container 0d5a32bbaac3 [2020-11-26T00:54:34.068Z] ---> d6d513a4ec4a [2020-11-26T00:54:34.068Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T00:54:35.085Z] ---> b01bf02ba101 [2020-11-26T00:54:35.085Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T00:54:35.375Z] ---> Running in 7195332c9901 [2020-11-26T00:54:35.658Z] ---> a9af90d23279 [2020-11-26T00:54:35.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T00:54:35.658Z] ---> ba7f959cf0ef [2020-11-26T00:54:35.658Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T00:54:37.689Z] ---> 010a152ef8cc [2020-11-26T00:54:37.689Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T00:54:37.689Z] ---> f0e9e4f8eaa8 [2020-11-26T00:54:37.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T00:54:37.972Z] ---> Running in f3c06083f1eb [2020-11-26T00:54:37.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:54:38.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:54:38.904Z] Removing intermediate container f3c06083f1eb [2020-11-26T00:54:38.904Z] ---> 46591489380a [2020-11-26T00:54:38.904Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:54:39.190Z] ---> Running in 94f95daf285d [2020-11-26T00:54:39.472Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T00:54:39.472Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T00:54:39.472Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T00:54:39.472Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T00:54:39.472Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T00:54:39.472Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T00:54:39.472Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T00:54:39.765Z] ---> 88d99734aa5b [2020-11-26T00:54:39.765Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T00:54:40.378Z] Removing intermediate container 94f95daf285d [2020-11-26T00:54:40.378Z] ---> c37689a9c1c4 [2020-11-26T00:54:40.378Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T00:54:40.677Z] ---> Running in 9234c20cf40f [2020-11-26T00:54:41.299Z] ---> a31faf58f12b [2020-11-26T00:54:41.299Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T00:54:41.576Z] ---> Running in 034a6886dc47 [2020-11-26T00:54:41.980Z] Removing intermediate container 9234c20cf40f [2020-11-26T00:54:41.980Z] ---> 0f4d3dec6d10 [2020-11-26T00:54:41.980Z] Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:54:41.980Z] ---> Running in 12e15f8bddbe [2020-11-26T00:54:42.327Z] Removing intermediate container 034a6886dc47 [2020-11-26T00:54:42.327Z] ---> ad3dbf87e293 [2020-11-26T00:54:42.327Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:54:42.622Z] ---> Running in fed52dd66da5 [2020-11-26T00:54:42.942Z] Removing intermediate container 12e15f8bddbe [2020-11-26T00:54:42.942Z] ---> ae4c38814a99 [2020-11-26T00:54:42.942Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T00:54:42.942Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T00:54:42.942Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T00:54:42.942Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T00:54:42.942Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T00:54:42.942Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T00:54:42.942Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T00:54:43.239Z] ---> Running in ee227acfa911 [2020-11-26T00:54:43.239Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T00:54:43.239Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-26T00:54:43.239Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T00:54:43.239Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T00:54:43.569Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T00:54:43.569Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T00:54:43.569Z] Removing intermediate container fed52dd66da5 [2020-11-26T00:54:43.569Z] ---> d14509c865bb [2020-11-26T00:54:43.569Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T00:54:43.569Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T00:54:43.569Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T00:54:43.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T00:54:43.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T00:54:43.876Z] ---> Running in 5b9b74d758dd [2020-11-26T00:54:43.876Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T00:54:43.876Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T00:54:43.876Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T00:54:43.876Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T00:54:43.876Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T00:54:43.876Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T00:54:44.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T00:54:44.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T00:54:44.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T00:54:44.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T00:54:44.194Z] Removing intermediate container ee227acfa911 [2020-11-26T00:54:44.194Z] ---> cef0c2ae26ce [2020-11-26T00:54:44.194Z] [2020-11-26T00:54:44.194Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:54:44.475Z] OK: 71 MiB in 55 packages [2020-11-26T00:54:44.756Z] Removing intermediate container 5b9b74d758dd [2020-11-26T00:54:44.756Z] ---> 8c8a3c269195 [2020-11-26T00:54:44.756Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:54:44.756Z] Successfully built cef0c2ae26ce [2020-11-26T00:54:44.756Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-26T00:54:45.042Z]  Building docker-support-notifications-go ... done  ---> Running in 6a0ecec546ee [2020-11-26T00:54:46.057Z] Removing intermediate container 6a0ecec546ee [2020-11-26T00:54:46.057Z] ---> 94a1dbfc8da8 [2020-11-26T00:54:46.057Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:54:46.682Z] ---> Running in 14530e607b96 [2020-11-26T00:54:47.681Z] Removing intermediate container 14530e607b96 [2020-11-26T00:54:47.681Z] ---> 4ebd37fc12ab [2020-11-26T00:54:47.681Z] [2020-11-26T00:54:48.287Z] Successfully built 4ebd37fc12ab [2020-11-26T00:54:48.287Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-26T00:54:52.715Z]  Building docker-support-logging-go ... done Removing intermediate container 7195332c9901 [2020-11-26T00:54:52.715Z] ---> ceab06302802 [2020-11-26T00:54:52.715Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T00:54:53.322Z] ---> Running in 7575651682da [2020-11-26T00:54:57.680Z] Removing intermediate container c235d307a2b6 [2020-11-26T00:54:57.680Z] ---> 796a1ebfab28 [2020-11-26T00:54:57.680Z] [2020-11-26T00:54:57.680Z] Step 10/22 : FROM scratch [2020-11-26T00:54:57.680Z] ---> [2020-11-26T00:54:57.680Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T00:54:57.680Z] ---> Using cache [2020-11-26T00:54:57.680Z] ---> 52300e3ddfbf [2020-11-26T00:54:57.680Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T00:54:57.680Z] ---> Running in 243ce6105fc2 [2020-11-26T00:54:57.960Z] Removing intermediate container 243ce6105fc2 [2020-11-26T00:54:57.960Z] ---> beb7d689814d [2020-11-26T00:54:57.960Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T00:54:57.960Z] ---> Running in 547a6ac2bb5e [2020-11-26T00:54:58.563Z] Removing intermediate container 547a6ac2bb5e [2020-11-26T00:54:58.563Z] ---> d63763c20e35 [2020-11-26T00:54:58.563Z] Step 14/22 : WORKDIR / [2020-11-26T00:54:58.563Z] ---> Running in 522a42a3f8a9 [2020-11-26T00:54:59.185Z] Removing intermediate container 522a42a3f8a9 [2020-11-26T00:54:59.185Z] ---> d3675a8bda58 [2020-11-26T00:54:59.185Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T00:55:00.182Z] ---> 142b8afed02f [2020-11-26T00:55:00.182Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T00:55:01.654Z] ---> fc958858c230 [2020-11-26T00:55:01.654Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T00:55:01.932Z] Collecting docker-compose==1.23.2 [2020-11-26T00:55:02.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T00:55:02.492Z] ---> 351ad6365484 [2020-11-26T00:55:02.492Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T00:55:02.768Z] ---> Running in c53cd56b0810 [2020-11-26T00:55:03.366Z] Removing intermediate container c53cd56b0810 [2020-11-26T00:55:03.366Z] ---> 4d1c872436d4 [2020-11-26T00:55:03.366Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:55:03.366Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T00:55:03.366Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T00:55:03.366Z] ---> Running in 45fec11a0302 [2020-11-26T00:55:03.976Z] Removing intermediate container 45fec11a0302 [2020-11-26T00:55:03.976Z] ---> d6515aa37e5f [2020-11-26T00:55:03.976Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T00:55:03.976Z] ---> Running in bc00a960c287 [2020-11-26T00:55:04.581Z] Collecting PyYAML<4,>=3.10 [2020-11-26T00:55:04.581Z] Removing intermediate container bc00a960c287 [2020-11-26T00:55:04.581Z] ---> 8a8ab61c6746 [2020-11-26T00:55:04.581Z] Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:55:04.581Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T00:55:04.581Z] ---> Running in 1a7e706682a4 [2020-11-26T00:55:05.184Z] Removing intermediate container 1a7e706682a4 [2020-11-26T00:55:05.184Z] ---> 42d30b398d35 [2020-11-26T00:55:05.184Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T00:55:05.463Z] ---> Running in 96577af5a1a8 [2020-11-26T00:55:06.066Z] Removing intermediate container 96577af5a1a8 [2020-11-26T00:55:06.066Z] ---> 58a88c7a4a20 [2020-11-26T00:55:06.066Z] [2020-11-26T00:55:06.675Z] Successfully built 58a88c7a4a20 [2020-11-26T00:55:06.675Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-26T00:55:10.088Z]  Building docker-core-command-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T00:55:10.088Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T00:55:15.511Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T00:55:15.511Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T00:55:16.113Z] 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-26T00:55:16.389Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T00:55:16.389Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T00:55:20.713Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T00:55:20.713Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T00:55:24.121Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T00:55:24.121Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T00:55:25.109Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T00:55:25.109Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T00:55:26.560Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T00:55:26.560Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T00:55:27.160Z] 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-26T00:55:27.437Z] Collecting idna<2.8,>=2.5 [2020-11-26T00:55:27.437Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T00:55:27.437Z] 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-26T00:55:28.426Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T00:55:28.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T00:55:29.414Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T00:55:29.414Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T00:55:29.414Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T00:55:29.414Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T00:55:29.414Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T00:55:29.414Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T00:55:31.411Z] Installing collected packages: cached-property, PyYAML, dockerpty, idna, urllib3, requests, docopt, texttable, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2020-11-26T00:55:31.411Z] Running setup.py install for PyYAML: started [2020-11-26T00:55:35.733Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T00:55:35.733Z] Running setup.py install for dockerpty: started [2020-11-26T00:55:39.125Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T00:55:39.125Z] Attempting uninstall: idna [2020-11-26T00:55:39.125Z] Found existing installation: idna 2.9 [2020-11-26T00:55:39.125Z] Uninstalling idna-2.9: [2020-11-26T00:55:39.125Z] Successfully uninstalled idna-2.9 [2020-11-26T00:55:39.718Z] Attempting uninstall: urllib3 [2020-11-26T00:55:39.718Z] Found existing installation: urllib3 1.25.9 [2020-11-26T00:55:39.718Z] Uninstalling urllib3-1.25.9: [2020-11-26T00:55:39.991Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T00:55:40.971Z] Attempting uninstall: requests [2020-11-26T00:55:40.971Z] Found existing installation: requests 2.23.0 [2020-11-26T00:55:40.971Z] Uninstalling requests-2.23.0: [2020-11-26T00:55:41.245Z] Successfully uninstalled requests-2.23.0 [2020-11-26T00:55:41.519Z] Running setup.py install for docopt: started [2020-11-26T00:55:44.902Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T00:55:44.902Z] Running setup.py install for texttable: started [2020-11-26T00:55:48.325Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T00:55:51.704Z] 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-26T00:55:57.095Z] Removing intermediate container 7575651682da [2020-11-26T00:55:57.095Z] ---> ad1d35f75409 [2020-11-26T00:55:57.095Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T00:55:57.095Z] ---> Running in 8c5a73ef5952 [2020-11-26T00:55:57.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T00:55:57.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T00:55:58.563Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T00:55:58.563Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T00:55:58.563Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T00:55:58.563Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T00:55:58.838Z] OK: 71 MiB in 58 packages [2020-11-26T00:56:00.269Z] Removing intermediate container 8c5a73ef5952 [2020-11-26T00:56:00.269Z] ---> 1b7dcd4ddb3d [2020-11-26T00:56:00.269Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T00:56:00.269Z] ---> Running in b70d6ffe7cf1 [2020-11-26T00:56:00.864Z] Removing intermediate container b70d6ffe7cf1 [2020-11-26T00:56:00.864Z] ---> 7b1a02d8cde4 [2020-11-26T00:56:00.864Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T00:56:00.864Z] ---> Running in a133016507af [2020-11-26T00:56:01.461Z] Removing intermediate container a133016507af [2020-11-26T00:56:01.461Z] ---> e2aa7417adba [2020-11-26T00:56:01.461Z] Step 25/27 : LABEL arch=arm64 [2020-11-26T00:56:01.461Z] ---> Running in bae5f4a02f46 [2020-11-26T00:56:02.069Z] Removing intermediate container bae5f4a02f46 [2020-11-26T00:56:02.069Z] ---> ac048704b248 [2020-11-26T00:56:02.069Z] Step 26/27 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 [2020-11-26T00:56:02.069Z] ---> Running in 4bf802394b5f [2020-11-26T00:56:02.669Z] Removing intermediate container 4bf802394b5f [2020-11-26T00:56:02.669Z] ---> 4ffbd1d46c6d [2020-11-26T00:56:02.669Z] Step 27/27 : LABEL version=0.0.0 [2020-11-26T00:56:02.669Z] ---> Running in 6e03aee4c3f6 [2020-11-26T00:56:03.262Z] Removing intermediate container 6e03aee4c3f6 [2020-11-26T00:56:03.262Z] ---> 44691ceda149 [2020-11-26T00:56:03.262Z] [2020-11-26T00:56:03.855Z] Successfully built 44691ceda149 [2020-11-26T00:56:03.855Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-26T00:56:04.142Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-26T00:56:04.154Z] $ docker stop --time=1 b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 [2020-11-26T00:56:06.175Z] $ docker rm -f b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T00:56:06.893Z] + + docker imagesgrep [2020-11-26T00:56:06.893Z] docker [2020-11-26T00:56:07.165Z] docker-sys-mgmt-agent-go-arm64 latest 44691ceda149 4 seconds ago 270MB [2020-11-26T00:56:07.165Z] docker-core-command-go-arm64 latest 58a88c7a4a20 About a minute ago 11.4MB [2020-11-26T00:56:07.165Z] docker-support-logging-go-arm64 latest 4ebd37fc12ab About a minute ago 10.6MB [2020-11-26T00:56:07.165Z] docker-support-notifications-go-arm64 latest cef0c2ae26ce About a minute ago 12.9MB [2020-11-26T00:56:07.165Z] docker-security-proxy-setup-go-arm64 latest b5c68c61e470 2 minutes ago 15.1MB [2020-11-26T00:56:07.165Z] docker-security-bootstrap-redis-go-arm64 latest 065be2d10efc 3 minutes ago 15.2MB [2020-11-26T00:56:07.165Z] docker-core-data-go-arm64 latest e4e3de2629f9 5 minutes ago 22.3MB [2020-11-26T00:56:07.165Z] docker-core-metadata-go-arm64 latest d6a8c89e8cc3 5 minutes ago 13.6MB [2020-11-26T00:56:07.165Z] docker-support-scheduler-go-arm64 latest f1b36e97dd10 6 minutes ago 11.5MB [2020-11-26T00:56:07.165Z] docker-security-secretstore-setup-go-arm64 latest ba446d57eecc 6 minutes ago 23.5MB [2020-11-26T00:56:07.165Z] docker-security-secrets-setup-go-arm64 latest 83c8d8ad0d0f 6 minutes ago 22.7MB [2020-11-26T00:56:07.165Z] docker latest 5d4db4dc0692 4 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-26T00:56:23.054Z] Still waiting to schedule task [2020-11-26T00:56:23.055Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-11-26T00:58:15.530Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-13471 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-11-26T00:58:15.620Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-11-26T00:58:19.802Z] using credential edgex-jenkins-ssh [2020-11-26T00:58:19.857Z] Cloning the remote Git repository [2020-11-26T00:58:19.915Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:58:20.026Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-11-26T00:58:20.092Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:58:20.092Z] > git --version # timeout=10 [2020-11-26T00:58:20.107Z] > git --version # 'git version 2.17.1' [2020-11-26T00:58:20.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:58:20.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:58:35.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:58:35.101Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T00:58:35.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T00:58:35.153Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T00:58:35.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:58:35.164Z] > 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-26T00:58:35.845Z] Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d [2020-11-26T00:58:36.445Z] Merge succeeded, producing 5053aa20f740872e251a93ed0cd5788a7a3d5514 [2020-11-26T00:58:36.445Z] Checking out Revision 5053aa20f740872e251a93ed0cd5788a7a3d5514 (PR-2898) [2020-11-26T00:58:35.867Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:58:35.878Z] > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [2020-11-26T00:58:36.182Z] > git remote # timeout=10 [2020-11-26T00:58:36.214Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T00:58:36.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T00:58:36.235Z] > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 [2020-11-26T00:58:36.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T00:58:36.457Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T00:58:36.467Z] > git checkout -f 5053aa20f740872e251a93ed0cd5788a7a3d5514 # timeout=10 [2020-11-26T00:58:40.745Z] Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" [2020-11-26T00:58:40.759Z] > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T00:58:42.062Z] + echo snap-build.sh [2020-11-26T00:58:42.062Z] snap-build.sh [2020-11-26T00:58:42.062Z] + SNAP_BASE_DIR=. [2020-11-26T00:58:42.062Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-11-26T00:58:42.062Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-11-26T00:58:42.062Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-11-26T00:58:42.062Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-11-26T00:58:42.062Z] + cd /w/workspace/edgex-go/2 [2020-11-26T00:58:42.062Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-11-26T00:58:42.062Z] Reading package lists... [2020-11-26T00:58:42.940Z] Building dependency tree... [2020-11-26T00:58:42.940Z] Reading state information... [2020-11-26T00:58:43.533Z] The following packages were automatically installed and are no longer required: [2020-11-26T00:58:43.533Z] dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap [2020-11-26T00:58:43.533Z] xdelta3 [2020-11-26T00:58:43.533Z] Use 'sudo apt autoremove' to remove them. [2020-11-26T00:58:43.533Z] The following packages will be REMOVED: [2020-11-26T00:58:43.533Z] lxd* lxd-client* [2020-11-26T00:58:45.516Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-11-26T00:58:45.516Z] After this operation, 29.1 MB disk space will be freed. [2020-11-26T00:58:47.434Z] (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-26T00:58:47.434Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:58:50.830Z] Removing lxd dnsmasq configuration [2020-11-26T00:58:50.831Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:58:51.104Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-11-26T00:58:52.089Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-11-26T00:58:52.964Z] (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-26T00:58:52.964Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-11-26T00:58:58.379Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-11-26T00:58:58.379Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-11-26T00:59:05.091Z] + sudo snap remove --purge lxd [2020-11-26T00:59:05.091Z] snap "lxd" is not installed [2020-11-26T00:59:05.091Z] + sudo groupadd --force --system lxd [2020-11-26T00:59:05.091Z] ++ whoami [2020-11-26T00:59:05.091Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-11-26T00:59:05.367Z] + newgrp - lxd [2020-11-26T00:59:05.367Z] + sudo snap install lxd [2020-11-26T00:59:23.712Z] 2020-11-26T00:59:21Z INFO Waiting for automatic snapd restart... [2020-11-26T01:00:02.677Z] lxd 4.8 from Canonical* installed [2020-11-26T01:00:02.677Z] + sudo lxd init --auto [2020-11-26T01:00:12.841Z] + sudo snap install --classic snapcraft [2020-11-26T01:00:31.119Z] snapcraft 4.4.2 from Canonical* installed [2020-11-26T01:00:31.119Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-11-26T01:00:31.119Z] + patch --verbose -p1 [2020-11-26T01:00:31.119Z] Hmm... Looks like a unified diff to me... [2020-11-26T01:00:31.119Z] The text leading up to this was: [2020-11-26T01:00:31.119Z] -------------------------- [2020-11-26T01:00:31.119Z] |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 [2020-11-26T01:00:31.119Z] |From: Tony Espy [2020-11-26T01:00:31.119Z] |Date: Wed, 28 Oct 2020 12:14:21 -0400 [2020-11-26T01:00:31.119Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2020-11-26T01:00:31.119Z] | [2020-11-26T01:00:31.119Z] |--- [2020-11-26T01:00:31.119Z] | snap/snapcraft.yaml | 465 +------------------------------------------- [2020-11-26T01:00:31.119Z] | 1 file changed, 2 insertions(+), 463 deletions(-) [2020-11-26T01:00:31.119Z] | [2020-11-26T01:00:31.119Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-11-26T01:00:31.119Z] |index 7d1e8c7c..24aef30d 100644 [2020-11-26T01:00:31.119Z] |--- a/snap/snapcraft.yaml [2020-11-26T01:00:31.119Z] |+++ b/snap/snapcraft.yaml [2020-11-26T01:00:31.119Z] -------------------------- [2020-11-26T01:00:31.119Z] patching file snap/snapcraft.yaml [2020-11-26T01:00:31.119Z] Using Plan A... [2020-11-26T01:00:31.119Z] Hunk #1 succeeded at 75. [2020-11-26T01:00:31.119Z] Hunk #2 succeeded at 84. [2020-11-26T01:00:31.119Z] Hunk #3 succeeded at 218 (offset -1 lines). [2020-11-26T01:00:31.119Z] Hunk #4 succeeded at 226 (offset -1 lines). [2020-11-26T01:00:31.119Z] Hunk #5 succeeded at 233 (offset -1 lines). [2020-11-26T01:00:31.119Z] Hunk #6 succeeded at 260 (offset -1 lines). [2020-11-26T01:00:31.119Z] Hunk #7 succeeded at 294 (offset -1 lines). [2020-11-26T01:00:31.119Z] Hunk #8 FAILED at 342. [2020-11-26T01:00:31.119Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-11-26T01:00:31.119Z] Hmm... Ignoring the trailing garbage. [2020-11-26T01:00:31.119Z] 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-26T01:00:32.600Z] 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-26T01:00:35.151Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:00:36.039Z] ---> package-listing.sh [2020-11-26T01:00:36.039Z] ++ facter osfamily [2020-11-26T01:00:36.039Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T01:00:36.039Z] + OS_FAMILY=redhat [2020-11-26T01:00:36.039Z] + workspace=/w/workspace/edgex-go/2 [2020-11-26T01:00:36.039Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T01:00:36.039Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T01:00:36.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T01:00:36.039Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T01:00:36.039Z] + '[' /w/workspace/edgex-go/2 ']' [2020-11-26T01:00:36.039Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T01:00:36.039Z] + case "${OS_FAMILY}" in [2020-11-26T01:00:36.039Z] + rpm -qa [2020-11-26T01:00:36.039Z] + sort [2020-11-26T01:00:41.353Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T01:00:41.353Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T01:00:41.353Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T01:00:41.353Z] + '[' /w/workspace/edgex-go/2 ']' [2020-11-26T01:00:41.353Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-11-26T01:00:41.353Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-11-26T01:00:41.367Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T01:00:41.680Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T01:00:41.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T01:00:41.991Z] [2020-11-26T01:00:41.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T01:00:42.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T01:00:42.354Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T01:00:42.354Z] df20fa9351a1: Already exists [2020-11-26T01:00:42.354Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T01:00:42.354Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T01:00:42.354Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T01:00:42.354Z] 93b61091891f: Pulling fs layer [2020-11-26T01:00:42.354Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T01:00:42.354Z] 5e14af77c1be: Pulling fs layer [2020-11-26T01:00:42.354Z] 01666e4c0597: Pulling fs layer [2020-11-26T01:00:42.354Z] aa168da1d23b: Pulling fs layer [2020-11-26T01:00:42.354Z] 93b9cdb0e59b: Waiting [2020-11-26T01:00:42.354Z] aa168da1d23b: Waiting [2020-11-26T01:00:42.354Z] 01666e4c0597: Waiting [2020-11-26T01:00:42.354Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T01:00:42.354Z] 46f8f816bc3b: Download complete [2020-11-26T01:00:42.354Z] 36b3adc4ff6f: Download complete [2020-11-26T01:00:42.354Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T01:00:42.354Z] 93b9cdb0e59b: Download complete [2020-11-26T01:00:42.617Z] 5e14af77c1be: Download complete [2020-11-26T01:00:42.617Z] 93b61091891f: Verifying Checksum [2020-11-26T01:00:42.617Z] 93b61091891f: Download complete [2020-11-26T01:00:42.617Z] 01666e4c0597: Verifying Checksum [2020-11-26T01:00:42.617Z] 01666e4c0597: Download complete [2020-11-26T01:00:42.882Z] 36b3adc4ff6f: Pull complete [2020-11-26T01:00:42.882Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T01:00:42.882Z] 8ad3a11d3b57: Download complete [2020-11-26T01:00:43.837Z] 8ad3a11d3b57: Pull complete [2020-11-26T01:00:43.837Z] 46f8f816bc3b: Pull complete [2020-11-26T01:00:44.789Z] aa168da1d23b: Verifying Checksum [2020-11-26T01:00:44.789Z] aa168da1d23b: Download complete [2020-11-26T01:00:45.736Z] 93b61091891f: Pull complete [2020-11-26T01:00:46.000Z] 93b9cdb0e59b: Pull complete [2020-11-26T01:00:46.000Z] 5e14af77c1be: Pull complete [2020-11-26T01:00:46.264Z] 01666e4c0597: Pull complete [2020-11-26T01:00:56.321Z] aa168da1d23b: Pull complete [2020-11-26T01:00:56.321Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T01:00:56.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T01:00:56.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T01:00:56.585Z] prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container [2020-11-26T01:00:56.645Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T01:01:04.281Z] $ docker top dc72a94edaa30a9c7c3ae585c584920dd8295e1c8a6044064b348fb6e0d5f193 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T01:01:05.062Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T01:01:05.400Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T01:01:05.712Z] + ls /var/log/sa-host [2020-11-26T01:01:05.712Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T01:01:05.712Z] file_magic: OK [2020-11-26T01:01:05.712Z] HZ: Using current value: 100 [2020-11-26T01:01:05.712Z] file_header: OK [2020-11-26T01:01:05.712Z] 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-26T01:01:05.712Z] Statistics: [2020-11-26T01:01:05.712Z] Hnuu...uuuununununu... [2020-11-26T01:01:05.712Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T01:01:05.712Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T01:01:05.712Z] file_magic: OK [2020-11-26T01:01:05.712Z] HZ: Using current value: 100 [2020-11-26T01:01:05.712Z] file_header: OK [2020-11-26T01:01:05.712Z] 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-26T01:01:05.712Z] Statistics: [2020-11-26T01:01:05.712Z] 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... [2020-11-26T01:01:05.712Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T01:01:05.930Z] provisioning config files... [2020-11-26T01:01:05.952Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8886039932818212311tmp [Pipeline] { [Pipeline] echo [2020-11-26T01:01:06.042Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:01:06.343Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T01:01:06.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T01:01:06.511Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:01:06.814Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T01:01:06.826Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:01:07.134Z] ---> sudo-logs.sh [2020-11-26T01:01:07.134Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T01:01:07.150Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:01:07.475Z] ---> job-cost.sh [2020-11-26T01:01:07.475Z] lf-activate-venv: SKIPPING [2020-11-26T01:01:07.475Z] INFO: No Stack... [2020-11-26T01:01:08.916Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T01:01:09.183Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T01:01:09.197Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T01:01:09.511Z] ---> logs-deploy.sh [2020-11-26T01:01:09.511Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/2 [2020-11-26T01:01:09.511Z] INFO: archiving workspace using pattern(s): [2020-11-26T01:01:10.960Z] Archives upload complete. [2020-11-26T01:01:10.960Z] INFO: archiving logs to Nexus