Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at c2d5dc167efdba7037e3dd944aa45209cd29109f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c2d5dc167efdba7037e3dd944aa45209cd29109f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20709 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/41 [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/41 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing c3b36e1b877475d0e12c8a17be8f4c558acd2d9e Checking out Revision c3b36e1b877475d0e12c8a17be8f4c558acd2d9e (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3b36e1b877475d0e12c8a17be8f4c558acd2d9e # timeout=10 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-16T00:31:13.230Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-16T00:31:13.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-16T00:31:13.520Z] ========================================================= [2021-01-16T00:31:13.520Z] EdgeX Global Pipelines Version Info [2021-01-16T00:31:13.520Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:31:15.038Z] ------------------- [2021-01-16T00:31:15.038Z] stable info: [2021-01-16T00:31:15.038Z] ------------------- [2021-01-16T00:31:15.038Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-16T00:31:15.038Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-16T00:31:15.038Z] Message: update stable to v1.0.177 [2021-01-16T00:31:15.987Z] ------------------- [2021-01-16T00:31:15.987Z] experimental info: [2021-01-16T00:31:15.987Z] ------------------- [2021-01-16T00:31:15.987Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-16T00:31:15.987Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-16T00:31:15.987Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-16T00:31:16.256Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-16T00:31:16.348Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-16T00:31:16.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-16T00:31:16.525Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-16T00:31:16.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-16T00:31:16.694Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-16T00:31:16.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-16T00:31:16.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-16T00:31:16.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-16T00:31:17.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-16T00:31:17.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-16T00:31:17.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-16T00:31:17.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-16T00:31:17.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-16T00:31:17.487Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:31:17.587Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:31:17.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-16T00:31:17.795Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-16T00:31:17.881Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-16T00:31:17.969Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-16T00:31:18.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-16T00:31:18.129Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-16T00:31:18.227Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-16T00:31:18.318Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-16T00:31:18.426Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-16T00:31:18.509Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-16T00:31:18.591Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [Pipeline] echo [2021-01-16T00:31:18.707Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3b36e1 [Pipeline] echo [2021-01-16T00:31:18.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:31:18.975Z] provisioning config files... [2021-01-16T00:31:19.007Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/41@tmp/config8616522891205161113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:31:19.371Z] ---> docker-login.sh [2021-01-16T00:31:19.371Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:31:19.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:19.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:19.639Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:19.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:19.639Z] [2021-01-16T00:31:19.639Z] Login Succeeded [2021-01-16T00:31:19.639Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:31:19.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:19.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:19.910Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:19.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:19.910Z] [2021-01-16T00:31:19.910Z] Login Succeeded [2021-01-16T00:31:19.910Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:31:20.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:20.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:20.173Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:20.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:20.173Z] [2021-01-16T00:31:20.173Z] Login Succeeded [2021-01-16T00:31:20.173Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:31:20.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:20.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:20.435Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:20.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:20.435Z] [2021-01-16T00:31:20.435Z] Login Succeeded [2021-01-16T00:31:20.435Z] docker.io [2021-01-16T00:31:20.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:20.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:20.698Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:20.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:20.698Z] [2021-01-16T00:31:20.698Z] Login Succeeded [2021-01-16T00:31:20.698Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:31:20.708Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:31:21.178Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/core-command/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/core-data/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-16T00:31:21.178Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.178Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:31:21.178Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.178Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:31:21.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.179Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-16T00:31:21.179Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.179Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-16T00:31:21.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.179Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-16T00:31:21.179Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.179Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-16T00:31:21.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:21.179Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-16T00:31:21.179Z] ++ cut -d/ -f2 [2021-01-16T00:31:21.179Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-16T00:31:21.264Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:22.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:22.148Z] [2021-01-16T00:31:22.148Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:22.593Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:22.593Z] latest: Pulling from edgex-devops/git-semver [2021-01-16T00:31:22.593Z] 31603596830f: Pulling fs layer [2021-01-16T00:31:22.593Z] 2a8b12db71e7: Pulling fs layer [2021-01-16T00:31:22.593Z] 6ca5941a6612: Pulling fs layer [2021-01-16T00:31:22.593Z] ecc8261a40a4: Pulling fs layer [2021-01-16T00:31:22.593Z] ecc8261a40a4: Waiting [2021-01-16T00:31:22.593Z] 2a8b12db71e7: Verifying Checksum [2021-01-16T00:31:22.593Z] 2a8b12db71e7: Download complete [2021-01-16T00:31:22.593Z] 31603596830f: Verifying Checksum [2021-01-16T00:31:22.593Z] 31603596830f: Download complete [2021-01-16T00:31:22.854Z] ecc8261a40a4: Verifying Checksum [2021-01-16T00:31:22.854Z] ecc8261a40a4: Download complete [2021-01-16T00:31:22.854Z] 6ca5941a6612: Verifying Checksum [2021-01-16T00:31:22.854Z] 6ca5941a6612: Download complete [2021-01-16T00:31:23.116Z] 31603596830f: Pull complete [2021-01-16T00:31:23.116Z] 2a8b12db71e7: Pull complete [2021-01-16T00:31:24.069Z] 6ca5941a6612: Pull complete [2021-01-16T00:31:24.069Z] ecc8261a40a4: Pull complete [2021-01-16T00:31:24.069Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-16T00:31:24.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:24.069Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-16T00:31:24.169Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:31:24.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-16T00:31:26.486Z] $ docker top e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-16T00:31:26.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:31:26.806Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:31:27.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:31:27.036Z] $ docker exec e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent [2021-01-16T00:31:27.208Z] SSH_AUTH_SOCK=/tmp/ssh-GuaEVP6KMd7O/agent.13 [2021-01-16T00:31:27.208Z] SSH_AGENT_PID=18 [2021-01-16T00:31:27.218Z] Running ssh-add (command line suppressed) [2021-01-16T00:31:27.350Z] Identity added: /w/workspace/edgex-go/41@tmp/private_key_7401553524043184093.key (/w/workspace/edgex-go/41@tmp/private_key_7401553524043184093.key) [2021-01-16T00:31:27.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:31:27.744Z] + git tag --points-at HEAD [Pipeline] } [2021-01-16T00:31:27.765Z] $ docker exec --env ******** --env ******** e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent -k [2021-01-16T00:31:27.877Z] unset SSH_AUTH_SOCK; [2021-01-16T00:31:27.877Z] unset SSH_AGENT_PID; [2021-01-16T00:31:27.877Z] echo Agent pid 18 killed; [2021-01-16T00:31:27.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-16T00:31:28.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:31:28.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:31:28.244Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:31:28.247Z] $ docker exec e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent [2021-01-16T00:31:28.406Z] SSH_AUTH_SOCK=/tmp/ssh-1GmRsiv8LxeA/agent.47 [2021-01-16T00:31:28.406Z] SSH_AGENT_PID=52 [2021-01-16T00:31:28.412Z] Running ssh-add (command line suppressed) [2021-01-16T00:31:28.533Z] Identity added: /w/workspace/edgex-go/41@tmp/private_key_2223377253118138603.key (/w/workspace/edgex-go/41@tmp/private_key_2223377253118138603.key) [2021-01-16T00:31:28.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:31:28.973Z] + git semver init [2021-01-16T00:31:28.973Z] # -> Open(): unable to determine branch for HEAD [2021-01-16T00:31:28.973Z] # $GIT_DIR = /w/workspace/edgex-go/41/.git [2021-01-16T00:31:28.973Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/41 [2021-01-16T00:31:28.973Z] # $SEMVER_REMOTE_NAME = origin [2021-01-16T00:31:28.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-16T00:31:28.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-16T00:31:28.973Z] # $SEMVER_BRANCH = PR-2858 [2021-01-16T00:31:28.973Z] # $SEMVER_TEMP = /tmp/semver-478794345 [2021-01-16T00:31:28.973Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-16T00:31:55.650Z] # '/tmp/semver-478794345' -> '/w/workspace/edgex-go/41/.semver' [2021-01-16T00:31:55.911Z] # -> Force: false [2021-01-16T00:31:55.911Z] # $SEMVER_DIR = /w/workspace/edgex-go/41/.semver [Pipeline] } [2021-01-16T00:31:55.925Z] $ docker exec --env ******** --env ******** e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent -k [2021-01-16T00:31:56.120Z] unset SSH_AUTH_SOCK; [2021-01-16T00:31:56.121Z] unset SSH_AGENT_PID; [2021-01-16T00:31:56.121Z] echo Agent pid 52 killed; [2021-01-16T00:31:56.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:31:56.649Z] + git semver [Pipeline] } [2021-01-16T00:31:56.668Z] $ docker stop --time=1 e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 [2021-01-16T00:31:58.327Z] $ docker rm -f e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:31:58.852Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-16T00:31:59.309Z] Stashed 1 file(s) [Pipeline] echo [2021-01-16T00:31:59.312Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-16T00:32:00.128Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:32:00.426Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:32:00.718Z] + sudo service docker restart [2021-01-16T00:32:00.718Z] + true [2021-01-16T00:32:00.718Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-16T00:32:01.306Z] ========================================================= [2021-01-16T00:32:01.306Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-16T00:32:01.306Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:01.656Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-16T00:32:05.887Z] Sending build context to Docker daemon 326.6MB [2021-01-16T00:32:05.887Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:32:05.887Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:32:05.887Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-16T00:32:05.887Z] 188c0c94c7c5: Pulling fs layer [2021-01-16T00:32:05.887Z] 0ef7d3d256c8: Pulling fs layer [2021-01-16T00:32:05.887Z] de9db76c5a1d: Pulling fs layer [2021-01-16T00:32:05.887Z] bca2f99d35d6: Pulling fs layer [2021-01-16T00:32:05.887Z] 93359f2a8cfa: Pulling fs layer [2021-01-16T00:32:05.887Z] 7c6f9722023f: Pulling fs layer [2021-01-16T00:32:05.887Z] a35cf1a2eb13: Pulling fs layer [2021-01-16T00:32:05.887Z] 93359f2a8cfa: Waiting [2021-01-16T00:32:05.887Z] 7c6f9722023f: Waiting [2021-01-16T00:32:05.887Z] a35cf1a2eb13: Waiting [2021-01-16T00:32:05.887Z] bca2f99d35d6: Waiting [2021-01-16T00:32:05.887Z] de9db76c5a1d: Verifying Checksum [2021-01-16T00:32:05.887Z] de9db76c5a1d: Download complete [2021-01-16T00:32:05.887Z] 0ef7d3d256c8: Verifying Checksum [2021-01-16T00:32:05.887Z] 0ef7d3d256c8: Download complete [2021-01-16T00:32:05.887Z] 93359f2a8cfa: Verifying Checksum [2021-01-16T00:32:05.887Z] 93359f2a8cfa: Download complete [2021-01-16T00:32:05.887Z] 188c0c94c7c5: Verifying Checksum [2021-01-16T00:32:05.887Z] 188c0c94c7c5: Download complete [2021-01-16T00:32:05.887Z] 188c0c94c7c5: Pull complete [2021-01-16T00:32:05.887Z] 0ef7d3d256c8: Pull complete [2021-01-16T00:32:06.834Z] a35cf1a2eb13: Verifying Checksum [2021-01-16T00:32:06.834Z] a35cf1a2eb13: Download complete [2021-01-16T00:32:07.407Z] de9db76c5a1d: Pull complete [2021-01-16T00:32:07.671Z] bca2f99d35d6: Verifying Checksum [2021-01-16T00:32:07.671Z] bca2f99d35d6: Download complete [2021-01-16T00:32:12.998Z] bca2f99d35d6: Pull complete [2021-01-16T00:32:12.998Z] 93359f2a8cfa: Pull complete [2021-01-16T00:32:12.998Z] 7c6f9722023f: Pull complete [2021-01-16T00:32:14.644Z] Still waiting to schedule task [2021-01-16T00:32:14.644Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-16T00:32:18.303Z] a35cf1a2eb13: Pull complete [2021-01-16T00:32:18.303Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-16T00:32:18.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-16T00:32:18.303Z] ---> a62c8e92a672 [2021-01-16T00:32:18.303Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-16T00:32:18.303Z] ---> Running in 6b2788e7bab0 [2021-01-16T00:32:18.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:32:18.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:32:19.446Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:32:19.707Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:32:19.707Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:32:19.969Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:32:25.274Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:32:25.274Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:32:25.540Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:32:25.540Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:32:25.540Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:32:25.801Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:32:25.802Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:32:25.802Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:32:26.069Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:32:26.069Z] OK: 233 MiB in 51 packages [2021-01-16T00:32:29.377Z] Removing intermediate container 6b2788e7bab0 [2021-01-16T00:32:29.377Z] ---> 23f21b49f636 [2021-01-16T00:32:29.377Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:32:29.377Z] ---> Running in 18b0ecfc535a [2021-01-16T00:32:29.377Z] Removing intermediate container 18b0ecfc535a [2021-01-16T00:32:29.377Z] ---> ca4fa5bfc333 [2021-01-16T00:32:29.377Z] Step 5/6 : COPY go.mod . [2021-01-16T00:32:29.640Z] ---> 90454b50a078 [2021-01-16T00:32:29.640Z] Step 6/6 : RUN go mod download [2021-01-16T00:32:29.640Z] ---> Running in a96573cebade [2021-01-16T00:32:51.643Z] Removing intermediate container a96573cebade [2021-01-16T00:32:51.643Z] ---> be3bda83cefb [2021-01-16T00:32:51.643Z] Successfully built be3bda83cefb [2021-01-16T00:32:51.643Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:51.956Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:51.956Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:52.059Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:32:52.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:52.752Z] $ docker top 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:32:53.220Z] + go version [2021-01-16T00:32:53.220Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-16T00:32:53.234Z] $ docker stop --time=1 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 [2021-01-16T00:32:54.585Z] $ docker rm -f 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:55.449Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:55.449Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:55.550Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:32:55.591Z] $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:56.189Z] $ docker top 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T00:32:56.361Z] ========================================================= [2021-01-16T00:32:56.361Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:32:56.361Z] ========================================================= [Pipeline] sh [2021-01-16T00:32:56.652Z] + make test [2021-01-16T00:32:56.652Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:33:06.755Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:33:21.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:33:32.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:33:32.391Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:33:32.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:33:33.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:33:36.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:33:36.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:33:36.191Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:33:38.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2021-01-16T00:33:38.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:33:38.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:33:38.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:33:38.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:33:38.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:33:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.0% of statements [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:33:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:33:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:33:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:33:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:33:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:33:45.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.511s coverage: 28.6% of statements [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:33:45.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:33:45.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:33:45.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:33:45.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements [2021-01-16T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:33:45.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements [2021-01-16T00:33:45.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:33:45.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:33:45.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:33:45.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:33:48.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.475s coverage: 92.8% of statements [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:33:48.862Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.082s coverage: 100.0% of statements [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-16T00:33:48.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-01-16T00:33:48.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-16T00:33:49.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2021-01-16T00:33:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements [2021-01-16T00:33:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:33:50.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements [2021-01-16T00:33:50.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:33:50.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:33:50.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-16T00:33:50.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-01-16T00:33:50.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-16T00:33:50.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-16T00:33:50.965Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-01-16T00:33:52.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.395s coverage: 68.9% of statements [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:33:52.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 37.0% of statements [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:33:52.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:33:52.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.385s coverage: 84.0% of statements [2021-01-16T00:33:52.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-16T00:33:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:33:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.090s coverage: 100.0% of statements [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:33:55.580Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-01-16T00:33:55.580Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.987s coverage: 29.1% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:33:57.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:33:57.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-16T00:33:57.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-01-16T00:33:57.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-16T00:33:58.059Z] GO111MODULE=on go vet ./... [2021-01-16T00:34:25.994Z] gofmt -l . [2021-01-16T00:34:25.994Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:34:26.571Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:34:26.835Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-16T00:34:27.709Z] + ls -al . [2021-01-16T00:34:27.709Z] total 656 [2021-01-16T00:34:27.710Z] drwxrwxr-x 10 1001 1001 4096 Jan 16 00:34 . [2021-01-16T00:34:27.710Z] drwxr-xr-x 4 root root 30 Jan 16 00:32 .. [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:31 .dockerignore [2021-01-16T00:34:27.710Z] drwxrwxr-x 8 1001 1001 179 Jan 16 00:31 .git [2021-01-16T00:34:27.710Z] drwxrwxr-x 3 1001 1001 125 Jan 16 00:31 .github [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:31 .gitignore [2021-01-16T00:34:27.710Z] drwx------ 3 1001 1001 47 Jan 16 00:31 .semver [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:31 .sonarcloud.properties [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:31 Attribution.txt [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:31 CONTRIBUTING.md [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:31 Dockerfile.build [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:31 Jenkinsfile [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:31 LICENSE [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:31 Makefile [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:31 README.md [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:31 SECURITY.md [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:31 ZMQWindows.md [2021-01-16T00:34:27.710Z] drwxrwxr-x 2 1001 1001 117 Jan 16 00:31 bin [2021-01-16T00:34:27.710Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:31 cmd [2021-01-16T00:34:27.710Z] -rw-r--r-- 1 root root 550280 Jan 16 00:33 coverage.out [2021-01-16T00:34:27.710Z] -rw-r--r-- 1 root root 981 Jan 16 00:34 go.mod [2021-01-16T00:34:27.710Z] -rw-r--r-- 1 root root 19241 Jan 16 00:34 go.sum [2021-01-16T00:34:27.710Z] drwxrwxr-x 8 1001 1001 127 Jan 16 00:31 internal [2021-01-16T00:34:27.710Z] drwxrwxr-x 4 1001 1001 26 Jan 16 00:31 openapi [2021-01-16T00:34:27.710Z] drwxrwxr-x 4 1001 1001 71 Jan 16 00:31 snap [2021-01-16T00:34:27.710Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:31 version.go [Pipeline] sh [2021-01-16T00:34:28.010Z] + '[' -e coverage.out ] [2021-01-16T00:34:28.010Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:34:28.235Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:34:28.528Z] + make build [2021-01-16T00:34:28.529Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-16T00:34:31.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-16T00:34:39.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-16T00:34:40.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-16T00:34:42.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-16T00:34:42.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-16T00:34:44.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-16T00:34:45.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-16T00:34:46.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-16T00:34:47.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-16T00:34:49.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-16T00:34:50.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-16T00:34:52.255Z] $ docker stop --time=1 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 [2021-01-16T00:34:53.847Z] $ docker rm -f 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:34:55.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:55.627Z] [2021-01-16T00:34:55.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:34:55.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:55.990Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-16T00:34:55.990Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-16T00:34:55.990Z] ca9280d653b3: Pulling fs layer [2021-01-16T00:34:55.990Z] 7e9c9ca2126c: Pulling fs layer [2021-01-16T00:34:56.256Z] cbdbe7a5bc2a: Download complete [2021-01-16T00:34:56.525Z] cbdbe7a5bc2a: Pull complete [2021-01-16T00:34:56.792Z] ca9280d653b3: Verifying Checksum [2021-01-16T00:34:56.792Z] ca9280d653b3: Download complete [2021-01-16T00:34:57.743Z] ca9280d653b3: Pull complete [2021-01-16T00:34:57.743Z] 7e9c9ca2126c: Download complete [2021-01-16T00:35:04.376Z] 7e9c9ca2126c: Pull complete [2021-01-16T00:35:04.376Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-16T00:35:04.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:04.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-16T00:35:04.529Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:35:04.722Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T00:35:06.629Z] $ docker top 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:35:07.199Z] + docker-compose build --help [2021-01-16T00:35:07.199Z] + grep parallel [2021-01-16T00:35:08.590Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:35:08.606Z] $ docker stop --time=1 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 [2021-01-16T00:35:09.962Z] $ docker rm -f 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:10.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:10.629Z] . [Pipeline] withDockerContainer [2021-01-16T00:35:10.720Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:35:10.763Z] $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T00:35:11.310Z] $ docker top 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:35:11.781Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T00:35:12.723Z] Building docker-core-command-go ... [2021-01-16T00:35:12.723Z] Building docker-core-data-go ... [2021-01-16T00:35:12.723Z] Building docker-core-metadata-go ... [2021-01-16T00:35:12.723Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:35:12.723Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:35:12.723Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:35:12.723Z] Building docker-support-notifications-go ... [2021-01-16T00:35:12.723Z] Building docker-support-scheduler-go ... [2021-01-16T00:35:12.723Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:35:12.723Z] Building docker-core-data-go [2021-01-16T00:35:12.723Z] Building docker-security-bootstrap-redis-go [2021-01-16T00:35:12.723Z] Building docker-security-secretstore-setup-go [2021-01-16T00:35:12.723Z] Building docker-security-proxy-setup-go [2021-01-16T00:35:12.723Z] Building docker-core-metadata-go [2021-01-16T00:35:42.707Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20716 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-16T00:35:42.775Z] Running in /w/workspace/edgex-go/41 [Pipeline] { [Pipeline] checkout [2021-01-16T00:35:44.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:44.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:44.966Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:44.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:44.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:44.966Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:44.966Z] ---> be3bda83cefb [2021-01-16T00:35:44.966Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:44.966Z] ---> be3bda83cefb [2021-01-16T00:35:44.966Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:44.966Z] ---> be3bda83cefb [2021-01-16T00:35:44.966Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:35:44.966Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:44.966Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:44.967Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:44.967Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:44.967Z] ---> be3bda83cefb [2021-01-16T00:35:44.967Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:35:44.967Z] ---> be3bda83cefb [2021-01-16T00:35:44.967Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:35:45.547Z] ---> Running in c7dda151c871 [2021-01-16T00:35:45.547Z] ---> Running in 11734bac0b58 [2021-01-16T00:35:45.547Z] ---> Running in a26203d12652 [2021-01-16T00:35:45.547Z] ---> Running in 58799cfa4a2f [2021-01-16T00:35:45.547Z] ---> Running in 4f160515d096 [2021-01-16T00:35:46.163Z] Removing intermediate container 11734bac0b58 [2021-01-16T00:35:46.163Z] ---> 721613767c4a [2021-01-16T00:35:46.163Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:46.163Z] Removing intermediate container 58799cfa4a2f [2021-01-16T00:35:46.163Z] ---> 6138e162f92a [2021-01-16T00:35:46.163Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:46.163Z] Removing intermediate container 4f160515d096 [2021-01-16T00:35:46.163Z] ---> 8751f24355f4 [2021-01-16T00:35:46.163Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:46.163Z] Removing intermediate container a26203d12652 [2021-01-16T00:35:46.163Z] ---> 74cfee45460b [2021-01-16T00:35:46.163Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:46.163Z] Removing intermediate container c7dda151c871 [2021-01-16T00:35:46.163Z] ---> 60bb60584036 [2021-01-16T00:35:46.163Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:46.426Z] ---> Running in a7f2ab05c5f3 [2021-01-16T00:35:46.426Z] ---> Running in fcf2be722b2f [2021-01-16T00:35:46.426Z] ---> Running in 13422a1bb5fa [2021-01-16T00:35:46.426Z] ---> Running in 87bec4b3e45f [2021-01-16T00:35:46.426Z] ---> Running in 8190e88fcf8e [2021-01-16T00:35:48.229Z] using credential edgex-jenkins-ssh [2021-01-16T00:35:48.288Z] Cloning the remote Git repository [2021-01-16T00:35:48.371Z] Removing intermediate container 13422a1bb5fa [2021-01-16T00:35:48.640Z] ---> ce5cf62302b8 [2021-01-16T00:35:48.640Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:35:48.353Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:35:48.471Z] > git init /w/workspace/edgex-go/41 # timeout=10 [2021-01-16T00:35:48.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:35:48.558Z] > git --version # timeout=10 [2021-01-16T00:35:48.576Z] > git --version # 'git version 2.17.1' [2021-01-16T00:35:48.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:35:48.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:35:49.231Z] ---> Running in 7eac1140501c [2021-01-16T00:35:49.497Z] Removing intermediate container fcf2be722b2f [2021-01-16T00:35:49.497Z] ---> f3ad777f4e5e [2021-01-16T00:35:49.497Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:35:49.497Z] Removing intermediate container 87bec4b3e45f [2021-01-16T00:35:49.497Z] ---> adee0cdb88c7 [2021-01-16T00:35:49.497Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:35:49.767Z] ---> Running in dbe9bd542836 [2021-01-16T00:35:49.767Z] Removing intermediate container a7f2ab05c5f3 [2021-01-16T00:35:49.767Z] ---> b28c04e78ff2 [2021-01-16T00:35:49.767Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:35:49.767Z] ---> Running in 2e771227729f [2021-01-16T00:35:50.036Z] Removing intermediate container 8190e88fcf8e [2021-01-16T00:35:50.036Z] ---> bb27236bac1f [2021-01-16T00:35:50.036Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:35:50.036Z] ---> Running in 1258a5ebb8db [2021-01-16T00:35:50.319Z] ---> Running in 96acdf4be529 [2021-01-16T00:35:50.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:50.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:50.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:51.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:52.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:52.510Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:52.776Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:53.364Z] Removing intermediate container dbe9bd542836 [2021-01-16T00:35:53.364Z] ---> 06eba2dd7bf5 [2021-01-16T00:35:53.364Z] Step 6/22 : COPY go.mod . [2021-01-16T00:35:53.364Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:53.364Z] Removing intermediate container 1258a5ebb8db [2021-01-16T00:35:53.364Z] ---> 0360b5ee86a5 [2021-01-16T00:35:53.364Z] Step 6/24 : COPY go.mod . [2021-01-16T00:35:53.639Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:53.639Z] ---> 3b4efc8d2b80 [2021-01-16T00:35:53.639Z] Step 7/22 : RUN go mod download [2021-01-16T00:35:53.923Z] ---> Running in 3076ef836035 [2021-01-16T00:35:53.923Z] ---> 2203de2cc0b9 [2021-01-16T00:35:53.923Z] Step 7/24 : RUN go mod download [2021-01-16T00:35:53.923Z] ---> Running in 9498fc91201b [2021-01-16T00:35:54.185Z] Removing intermediate container 7eac1140501c [2021-01-16T00:35:54.185Z] ---> 19aa41172c1f [2021-01-16T00:35:54.185Z] Step 6/23 : COPY go.mod . [2021-01-16T00:35:54.449Z] Removing intermediate container 96acdf4be529 [2021-01-16T00:35:54.449Z] ---> 09dc59305496 [2021-01-16T00:35:54.449Z] Step 6/22 : COPY go.mod . [2021-01-16T00:35:54.449Z] ---> 42e7e3f42eb3 [2021-01-16T00:35:54.449Z] Step 7/23 : RUN go mod download [2021-01-16T00:35:54.720Z] ---> Running in 40580366f6c1 [2021-01-16T00:35:54.989Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:54.989Z] ---> c21523fbb56b [2021-01-16T00:35:54.989Z] Step 7/22 : RUN go mod download [2021-01-16T00:35:54.989Z] ---> Running in 2bd23c896899 [2021-01-16T00:35:55.990Z] Removing intermediate container 2e771227729f [2021-01-16T00:35:55.990Z] ---> 0533a36f328f [2021-01-16T00:35:55.990Z] Step 6/21 : COPY go.mod . [2021-01-16T00:35:56.261Z] ---> 72299a1cc98f [2021-01-16T00:35:56.261Z] Step 7/21 : RUN go mod download [2021-01-16T00:35:56.261Z] ---> Running in 074d57c13194 [2021-01-16T00:35:56.847Z] Removing intermediate container 40580366f6c1 [2021-01-16T00:35:56.847Z] ---> 1c823c653f1e [2021-01-16T00:35:56.847Z] Step 8/23 : COPY . . [2021-01-16T00:35:56.847Z] Removing intermediate container 9498fc91201b [2021-01-16T00:35:56.847Z] ---> fbc50af8696f [2021-01-16T00:35:56.847Z] Step 8/24 : COPY . . [2021-01-16T00:35:57.428Z] Removing intermediate container 3076ef836035 [2021-01-16T00:35:57.428Z] ---> 8eb72aa8b8fe [2021-01-16T00:35:57.428Z] Step 8/22 : COPY . . [2021-01-16T00:35:58.399Z] Removing intermediate container 2bd23c896899 [2021-01-16T00:35:58.399Z] ---> 9e57d6425ba8 [2021-01-16T00:35:58.399Z] Step 8/22 : COPY . . [2021-01-16T00:36:05.126Z] Removing intermediate container 074d57c13194 [2021-01-16T00:36:05.126Z] ---> 4856ae852240 [2021-01-16T00:36:05.126Z] Step 8/21 : COPY . . [2021-01-16T00:36:17.928Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-16T00:36:19.054Z] Merge succeeded, producing 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 [2021-01-16T00:36:19.054Z] Checking out Revision 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 (PR-2858) [2021-01-16T00:36:16.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:36:17.003Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:36:17.038Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:36:17.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:36:17.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:36:17.089Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:36:17.946Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:36:17.965Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-16T00:36:18.282Z] > git remote # timeout=10 [2021-01-16T00:36:18.355Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:36:18.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:36:18.416Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:36:19.040Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:36:19.061Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:36:19.082Z] > git checkout -f 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 # timeout=10 [2021-01-16T00:36:23.454Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [2021-01-16T00:36:23.477Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-16T00:36:24.841Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:36:23.462Z] > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 [2021-01-16T00:36:25.305Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:36:25.646Z] + sudo service docker restart [2021-01-16T00:36:25.646Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:36:27.695Z] provisioning config files... [2021-01-16T00:36:27.736Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/41@tmp/config1928345140956960402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:36:28.135Z] ---> docker-login.sh [2021-01-16T00:36:28.135Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:36:29.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:36:29.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:36:29.707Z] Configure a credential helper to remove this warning. See [2021-01-16T00:36:29.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:36:29.707Z] [2021-01-16T00:36:29.707Z] Login Succeeded [2021-01-16T00:36:29.707Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:36:29.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:36:30.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:36:30.255Z] Configure a credential helper to remove this warning. See [2021-01-16T00:36:30.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:36:30.255Z] [2021-01-16T00:36:30.255Z] Login Succeeded [2021-01-16T00:36:30.255Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:36:30.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:36:30.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:36:30.527Z] Configure a credential helper to remove this warning. See [2021-01-16T00:36:30.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:36:30.527Z] [2021-01-16T00:36:30.527Z] Login Succeeded [2021-01-16T00:36:30.527Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:36:31.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:36:31.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:36:31.119Z] Configure a credential helper to remove this warning. See [2021-01-16T00:36:31.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:36:31.119Z] [2021-01-16T00:36:31.119Z] Login Succeeded [2021-01-16T00:36:31.119Z] docker.io [2021-01-16T00:36:31.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:36:31.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:36:31.661Z] Configure a credential helper to remove this warning. See [2021-01-16T00:36:31.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:36:31.661Z] [2021-01-16T00:36:31.661Z] Login Succeeded [2021-01-16T00:36:31.661Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:36:31.677Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-16T00:36:32.113Z] ========================================================= [2021-01-16T00:36:32.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-16T00:36:32.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:36:32.503Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-16T00:36:34.496Z] Sending build context to Docker daemon 165.6MB [2021-01-16T00:36:34.769Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:36:34.769Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:36:34.769Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-16T00:36:34.769Z] 5f621e34cdf4: Pulling fs layer [2021-01-16T00:36:34.769Z] a4357932f1b6: Pulling fs layer [2021-01-16T00:36:34.769Z] 18c013af1878: Pulling fs layer [2021-01-16T00:36:34.769Z] 00ac8860ef70: Pulling fs layer [2021-01-16T00:36:34.769Z] 63d7cb157983: Pulling fs layer [2021-01-16T00:36:34.769Z] b116817d02f9: Pulling fs layer [2021-01-16T00:36:34.769Z] 745a02a5169b: Pulling fs layer [2021-01-16T00:36:34.769Z] 00ac8860ef70: Waiting [2021-01-16T00:36:34.769Z] 63d7cb157983: Waiting [2021-01-16T00:36:34.769Z] b116817d02f9: Waiting [2021-01-16T00:36:34.769Z] 745a02a5169b: Waiting [2021-01-16T00:36:34.769Z] 18c013af1878: Verifying Checksum [2021-01-16T00:36:34.769Z] 18c013af1878: Download complete [2021-01-16T00:36:34.769Z] a4357932f1b6: Verifying Checksum [2021-01-16T00:36:34.769Z] a4357932f1b6: Download complete [2021-01-16T00:36:34.769Z] 63d7cb157983: Verifying Checksum [2021-01-16T00:36:34.769Z] 63d7cb157983: Download complete [2021-01-16T00:36:34.769Z] b116817d02f9: Verifying Checksum [2021-01-16T00:36:34.769Z] b116817d02f9: Download complete [2021-01-16T00:36:34.769Z] 5f621e34cdf4: Download complete [2021-01-16T00:36:35.369Z] 5f621e34cdf4: Pull complete [2021-01-16T00:36:35.974Z] a4357932f1b6: Pull complete [2021-01-16T00:36:36.250Z] 18c013af1878: Pull complete [2021-01-16T00:36:37.232Z] 745a02a5169b: Verifying Checksum [2021-01-16T00:36:37.232Z] 745a02a5169b: Download complete [2021-01-16T00:36:37.702Z] ---> e5f117583a0c [2021-01-16T00:36:37.703Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:36:37.703Z] ---> c83bd1770e2e [2021-01-16T00:36:37.703Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:36:37.703Z] ---> 035528231422 [2021-01-16T00:36:37.703Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:36:37.703Z] ---> Running in d569f7de5b3b [2021-01-16T00:36:37.703Z] ---> Running in fcbd7bf80f86 [2021-01-16T00:36:37.703Z] ---> Running in 98584507761f [2021-01-16T00:36:37.703Z] ---> bfb4499dd1a4 [2021-01-16T00:36:37.703Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:36:37.703Z] ---> cabfb343f6e7 [2021-01-16T00:36:37.703Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:36:37.703Z] ---> Running in 75f97b14b70e [2021-01-16T00:36:37.703Z] ---> Running in 4f804bd733a0 [2021-01-16T00:36:38.675Z] 00ac8860ef70: Download complete [2021-01-16T00:36:39.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-16T00:36:39.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-16T00:36:39.186Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-16T00:36:39.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-16T00:36:39.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-16T00:36:48.837Z] 00ac8860ef70: Pull complete [2021-01-16T00:36:48.837Z] 63d7cb157983: Pull complete [2021-01-16T00:36:49.115Z] b116817d02f9: Pull complete [2021-01-16T00:36:52.502Z] 745a02a5169b: Pull complete [2021-01-16T00:36:52.502Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-16T00:36:52.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-16T00:36:52.773Z] ---> b7e6874047d6 [2021-01-16T00:36:52.773Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-16T00:36:56.166Z] ---> Running in b0047caa7b48 [2021-01-16T00:36:57.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:36:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:36:58.719Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:36:58.992Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:36:58.992Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:36:58.992Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:37:04.384Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:37:04.384Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:37:04.384Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:37:04.384Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:37:04.384Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:37:04.384Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:37:04.384Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:37:04.384Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:37:04.384Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:04.384Z] OK: 217 MiB in 51 packages [2021-01-16T00:37:08.713Z] Removing intermediate container b0047caa7b48 [2021-01-16T00:37:08.713Z] ---> 2403adc2f199 [2021-01-16T00:37:08.713Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:37:08.713Z] ---> Running in dc6da3cf72c0 [2021-01-16T00:37:08.987Z] Removing intermediate container dc6da3cf72c0 [2021-01-16T00:37:08.987Z] ---> 561e5239d4ea [2021-01-16T00:37:08.987Z] Step 5/6 : COPY go.mod . [2021-01-16T00:37:09.584Z] ---> baf75bfb47cc [2021-01-16T00:37:09.584Z] Step 6/6 : RUN go mod download [2021-01-16T00:37:09.874Z] ---> Running in 6f9bbc6e2fd4 [2021-01-16T00:37:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-16T00:37:11.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-16T00:37:17.096Z] Removing intermediate container 4f804bd733a0 [2021-01-16T00:37:17.096Z] ---> 5d693605bab5 [2021-01-16T00:37:17.096Z] [2021-01-16T00:37:17.096Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:37:17.390Z] 3.12: Pulling from library/alpine [2021-01-16T00:37:20.091Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:37:21.490Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:37:21.759Z] ---> 389fef711851 [2021-01-16T00:37:21.759Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:37:22.376Z] Removing intermediate container 75f97b14b70e [2021-01-16T00:37:22.376Z] ---> 030b61023daa [2021-01-16T00:37:22.376Z] [2021-01-16T00:37:22.376Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:37:22.376Z] ---> 389fef711851 [2021-01-16T00:37:22.376Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:37:22.376Z] Removing intermediate container 98584507761f [2021-01-16T00:37:22.376Z] ---> 6cd5d1b1a0d2 [2021-01-16T00:37:22.376Z] [2021-01-16T00:37:22.376Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:37:22.376Z] ---> 389fef711851 [2021-01-16T00:37:22.376Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:37:22.376Z] ---> Running in 8b2c2b390d9b [2021-01-16T00:37:22.376Z] ---> Running in 9f9be2bb746b [2021-01-16T00:37:22.376Z] ---> Running in d72800db75dd [2021-01-16T00:37:23.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.678Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:23.678Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:23.678Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:23.678Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:37:23.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.678Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:37:23.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:23.678Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:23.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.964Z] OK: 7 MiB in 19 packages [2021-01-16T00:37:23.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:23.964Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:24.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:24.250Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:24.250Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:37:24.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:24.250Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:24.250Z] OK: 7 MiB in 18 packages [2021-01-16T00:37:24.520Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:24.520Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:24.520Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:24.520Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:37:24.520Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:37:24.520Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:24.520Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:24.520Z] OK: 7 MiB in 19 packages [2021-01-16T00:37:28.754Z] Removing intermediate container fcbd7bf80f86 [2021-01-16T00:37:28.754Z] ---> 79f5abdbc6cc [2021-01-16T00:37:28.754Z] [2021-01-16T00:37:28.754Z] Step 10/22 : FROM scratch [2021-01-16T00:37:28.754Z] ---> [2021-01-16T00:37:28.754Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:28.754Z] Removing intermediate container d569f7de5b3b [2021-01-16T00:37:28.754Z] ---> e1d39a2e4a79 [2021-01-16T00:37:28.754Z] [2021-01-16T00:37:28.754Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:37:28.754Z] ---> 389fef711851 [2021-01-16T00:37:28.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:29.344Z] Removing intermediate container 8b2c2b390d9b [2021-01-16T00:37:29.344Z] ---> cc8c19579dac [2021-01-16T00:37:29.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:37:29.344Z] ---> Running in a17b33c37011 [2021-01-16T00:37:29.345Z] Removing intermediate container 9f9be2bb746b [2021-01-16T00:37:29.345Z] ---> ffff4ce4340a [2021-01-16T00:37:29.345Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:37:29.345Z] ---> Running in f2c5d80f1c82 [2021-01-16T00:37:29.345Z] ---> Running in 8174d117df34 [2021-01-16T00:37:29.345Z] Removing intermediate container d72800db75dd [2021-01-16T00:37:29.345Z] ---> 398c4b6e6e24 [2021-01-16T00:37:29.345Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:37:30.297Z] ---> Running in 545cc82987d5 [2021-01-16T00:37:30.297Z] Removing intermediate container a17b33c37011 [2021-01-16T00:37:30.297Z] ---> 7d7874e61631 [2021-01-16T00:37:30.297Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:37:30.297Z] ---> Running in bed65cd61560 [2021-01-16T00:37:30.297Z] ---> Running in eb7173b535e1 [2021-01-16T00:37:30.297Z] Removing intermediate container f2c5d80f1c82 [2021-01-16T00:37:30.297Z] ---> 679e5d171750 [2021-01-16T00:37:30.297Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:37:30.297Z] Removing intermediate container 8174d117df34 [2021-01-16T00:37:30.297Z] ---> 67978b78f080 [2021-01-16T00:37:30.297Z] Step 13/22 : WORKDIR / [2021-01-16T00:37:30.561Z] Removing intermediate container 545cc82987d5 [2021-01-16T00:37:30.561Z] ---> 547be854b721 [2021-01-16T00:37:30.561Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:37:30.561Z] ---> Running in fa554841682b [2021-01-16T00:37:30.561Z] ---> Running in 2071fa20acbe [2021-01-16T00:37:30.561Z] ---> Running in affaa7f49ec1 [2021-01-16T00:37:30.561Z] Removing intermediate container bed65cd61560 [2021-01-16T00:37:30.561Z] ---> b2be27b3634c [2021-01-16T00:37:30.561Z] Step 13/24 : WORKDIR / [2021-01-16T00:37:30.561Z] Removing intermediate container eb7173b535e1 [2021-01-16T00:37:30.561Z] ---> f9d93b2f4378 [2021-01-16T00:37:30.561Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:37:30.828Z] ---> Running in b9b3d0cb40c3 [2021-01-16T00:37:30.828Z] ---> Running in db78ab524992 [2021-01-16T00:37:30.828Z] Removing intermediate container 2071fa20acbe [2021-01-16T00:37:30.828Z] ---> e2830adbfed1 [2021-01-16T00:37:30.828Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:30.828Z] Removing intermediate container fa554841682b [2021-01-16T00:37:30.828Z] ---> cb7c968c80dc [2021-01-16T00:37:30.828Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:37:31.090Z] Removing intermediate container affaa7f49ec1 [2021-01-16T00:37:31.090Z] ---> ad934494032b [2021-01-16T00:37:31.090Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:37:31.090Z] Removing intermediate container db78ab524992 [2021-01-16T00:37:31.090Z] ---> fcf079151e55 [2021-01-16T00:37:31.090Z] Step 14/22 : WORKDIR / [2021-01-16T00:37:31.090Z] ---> Running in cccb85f8d808 [2021-01-16T00:37:31.090Z] Removing intermediate container b9b3d0cb40c3 [2021-01-16T00:37:31.090Z] ---> beed21b8159b [2021-01-16T00:37:31.090Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-16T00:37:31.352Z] ---> Running in 67e4365c7ee1 [2021-01-16T00:37:31.352Z] ---> 6de4ea6ffe00 [2021-01-16T00:37:31.352Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:37:31.624Z] ---> fec49b3419b6 [2021-01-16T00:37:31.625Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:37:31.625Z] Removing intermediate container cccb85f8d808 [2021-01-16T00:37:31.625Z] ---> 8138d925b002 [2021-01-16T00:37:31.625Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:31.625Z] ---> 1dcf2c33ffbc [2021-01-16T00:37:31.625Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-16T00:37:31.625Z] Removing intermediate container 67e4365c7ee1 [2021-01-16T00:37:31.625Z] ---> d8890623dcfc [2021-01-16T00:37:31.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:31.625Z] ---> Running in ae42101f1de6 [2021-01-16T00:37:32.221Z] ---> 6c2c5bd5fb58 [2021-01-16T00:37:32.221Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:32.221Z] ---> 1897b66bea72 [2021-01-16T00:37:32.221Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:37:32.221Z] ---> 18b2762454de [2021-01-16T00:37:32.221Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:37:32.221Z] ---> ba71571f4394 [2021-01-16T00:37:32.221Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:37:33.651Z] ---> d33d9a67e959 [2021-01-16T00:37:33.651Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:37:33.651Z] ---> aefb3a44ee31 [2021-01-16T00:37:33.651Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:33.651Z] ---> 086f7165bbc4 [2021-01-16T00:37:33.651Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:33.651Z] ---> cf815061b0cc [2021-01-16T00:37:33.651Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:37:33.921Z] ---> Running in 887b2e75140e [2021-01-16T00:37:33.921Z] ---> 9e0f7b5295ae [2021-01-16T00:37:33.921Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:37:34.184Z] Removing intermediate container ae42101f1de6 [2021-01-16T00:37:34.184Z] ---> d0911771b246 [2021-01-16T00:37:34.184Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:37:34.184Z] ---> 7164124c0df7 [2021-01-16T00:37:34.184Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:37:34.184Z] ---> Running in cd1a085b50cb [2021-01-16T00:37:34.447Z] ---> 6afb96b00717 [2021-01-16T00:37:34.447Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:37:34.447Z] ---> Running in eea5c664c71b [2021-01-16T00:37:34.447Z] Removing intermediate container 887b2e75140e [2021-01-16T00:37:34.447Z] ---> fd27eaa54391 [2021-01-16T00:37:34.447Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:37:34.447Z] ---> Running in 4ac35eb0b131 [2021-01-16T00:37:34.447Z] ---> Running in 1744ab91770d [2021-01-16T00:37:35.042Z] Removing intermediate container 4ac35eb0b131 [2021-01-16T00:37:35.042Z] ---> b2cab4f99d86 [2021-01-16T00:37:35.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:35.042Z] Removing intermediate container 1744ab91770d [2021-01-16T00:37:35.042Z] ---> 0030e01dcbbf [2021-01-16T00:37:35.042Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:37:35.042Z] ---> 139ee214c62b [2021-01-16T00:37:35.042Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:37:35.042Z] ---> Running in 7464187e00ac [2021-01-16T00:37:35.042Z] ---> Running in 699f8655480a [2021-01-16T00:37:35.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:35.573Z] Removing intermediate container 7464187e00ac [2021-01-16T00:37:35.573Z] ---> d8747e2c2f5a [2021-01-16T00:37:35.573Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:35.573Z] Removing intermediate container 699f8655480a [2021-01-16T00:37:35.573Z] ---> de1df93114dc [2021-01-16T00:37:35.573Z] Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:37:35.841Z] ---> Running in dc5bb4dba230 [2021-01-16T00:37:35.841Z] ---> Running in db6cff26b2f8 [2021-01-16T00:37:35.841Z] ---> 40269487e34b [2021-01-16T00:37:35.841Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-16T00:37:36.105Z] ---> Running in d133e70b740b [2021-01-16T00:37:36.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:36.105Z] Removing intermediate container db6cff26b2f8 [2021-01-16T00:37:36.105Z] ---> 3df49c50a87f [2021-01-16T00:37:36.105Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:37:36.105Z] Removing intermediate container dc5bb4dba230 [2021-01-16T00:37:36.105Z] ---> 0b59c5441eba [2021-01-16T00:37:36.105Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:37:36.375Z] ---> Running in 1813f94c130f [2021-01-16T00:37:36.375Z] ---> Running in 05c7781ab028 [2021-01-16T00:37:36.375Z] Removing intermediate container cd1a085b50cb [2021-01-16T00:37:36.375Z] ---> 833daa617f68 [2021-01-16T00:37:36.375Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:37:36.375Z] ---> Running in 4d4f126cc21c [2021-01-16T00:37:36.649Z] Removing intermediate container 1813f94c130f [2021-01-16T00:37:36.649Z] ---> 8f5aa9c187af [2021-01-16T00:37:36.649Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:36.649Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:37:36.649Z] Removing intermediate container 05c7781ab028 [2021-01-16T00:37:36.649Z] ---> f97439469016 [2021-01-16T00:37:36.649Z] [2021-01-16T00:37:36.649Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:37:36.649Z] ---> Running in 4d9458fbe990 [2021-01-16T00:37:36.718Z] Removing intermediate container 6f9bbc6e2fd4 [2021-01-16T00:37:36.719Z] ---> 9fe8016bffde [2021-01-16T00:37:36.719Z] Successfully built 9fe8016bffde [2021-01-16T00:37:36.719Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:37:36.913Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:37:36.913Z] Removing intermediate container 4d4f126cc21c [2021-01-16T00:37:36.913Z] ---> 1a70f50c860a [2021-01-16T00:37:36.913Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:36.913Z] Successfully built f97439469016 [2021-01-16T00:37:36.913Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:37:36.913Z] ---> Running in 8a1071d1e904 [2021-01-16T00:37:37.068Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:37:37.068Z] . [Pipeline] withDockerContainer [2021-01-16T00:37:37.176Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-16T00:37:37.176Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-16T00:37:37.176Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:37:37.176Z] Removing intermediate container 4d9458fbe990 [2021-01-16T00:37:37.176Z] ---> 3c8dc74a0952 [2021-01-16T00:37:37.176Z] [2021-01-16T00:37:37.176Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:37.176Z] OK: 8 MiB in 19 packages [2021-01-16T00:37:37.176Z] Successfully built 3c8dc74a0952 [2021-01-16T00:37:37.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container [2021-01-16T00:37:37.445Z] Successfully tagged docker-core-metadata-go:latest [2021-01-16T00:37:37.445Z] Building docker-support-scheduler-go [2021-01-16T00:37:37.445Z]  Building docker-core-metadata-go ... done Removing intermediate container 8a1071d1e904 [2021-01-16T00:37:37.445Z] ---> 147c7daa8615 [2021-01-16T00:37:37.445Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:37:37.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:37:37.709Z] ---> Running in ed0f954192ea [2021-01-16T00:37:37.709Z] Removing intermediate container d133e70b740b [2021-01-16T00:37:37.709Z] ---> 135164e47757 [2021-01-16T00:37:37.709Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:37:37.984Z] ---> Running in 169037079e79 [2021-01-16T00:37:37.984Z] Removing intermediate container ed0f954192ea [2021-01-16T00:37:37.984Z] ---> 6c89df08c900 [2021-01-16T00:37:37.984Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:37.984Z] Removing intermediate container eea5c664c71b [2021-01-16T00:37:37.984Z] ---> 864b3dc535b5 [2021-01-16T00:37:37.984Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:38.568Z] Removing intermediate container 169037079e79 [2021-01-16T00:37:38.568Z] ---> de05d8742132 [2021-01-16T00:37:38.568Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:37:38.568Z] ---> Running in 9c6533c9b51a [2021-01-16T00:37:39.047Z] $ docker top 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:37:40.104Z] + go version [2021-01-16T00:37:40.104Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-16T00:37:40.126Z] $ docker stop --time=1 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 [2021-01-16T00:37:40.520Z] ---> Running in 58956c48ed2c [2021-01-16T00:37:41.486Z] Removing intermediate container 9c6533c9b51a [2021-01-16T00:37:41.486Z] ---> d0ba9f3728f5 [2021-01-16T00:37:41.486Z] [2021-01-16T00:37:41.760Z] Successfully built d0ba9f3728f5 [2021-01-16T00:37:42.118Z] $ docker rm -f 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-16T00:37:42.738Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-16T00:37:42.738Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:37:43.188Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:37:43.188Z] . [Pipeline] withDockerContainer [2021-01-16T00:37:43.319Z] ---> 7d370376c503 [2021-01-16T00:37:43.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:37:43.463Z] prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container [2021-01-16T00:37:43.550Z] $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:37:43.589Z] Removing intermediate container 58956c48ed2c [2021-01-16T00:37:43.589Z] ---> abac69f254de [2021-01-16T00:37:43.589Z] Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:37:44.560Z] ---> Running in fa8adb8daa3d [2021-01-16T00:37:44.821Z] ---> a9a654086bc1 [2021-01-16T00:37:44.821Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:45.028Z] $ docker top 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c -eo pid,comm [2021-01-16T00:37:45.086Z] Removing intermediate container fa8adb8daa3d [2021-01-16T00:37:45.086Z] ---> fd54cc97d718 [2021-01-16T00:37:45.086Z] Step 24/24 : LABEL version=0.0.0 [Pipeline] { [Pipeline] echo [2021-01-16T00:37:45.467Z] ========================================================= [2021-01-16T00:37:45.467Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:37:45.467Z] ========================================================= [Pipeline] sh [2021-01-16T00:37:45.677Z] ---> Running in 4fd2caa3a7bd [2021-01-16T00:37:46.115Z] + make test [2021-01-16T00:37:46.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:37:50.285Z] ---> f0ba05df6b62 [2021-01-16T00:37:50.285Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:37:51.523Z] ---> Running in f9314c652b2c [2021-01-16T00:37:51.523Z] Removing intermediate container 4fd2caa3a7bd [2021-01-16T00:37:51.523Z] ---> b6a579c1591c [2021-01-16T00:37:51.523Z] [2021-01-16T00:37:51.787Z] Successfully built b6a579c1591c [2021-01-16T00:37:51.787Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-16T00:37:51.787Z] Building docker-core-command-go [2021-01-16T00:37:52.050Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f9314c652b2c [2021-01-16T00:37:52.050Z] ---> 7beba0e8bae2 [2021-01-16T00:37:52.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:54.632Z] ---> Running in 4738ff4e5d62 [2021-01-16T00:37:55.232Z] Removing intermediate container 4738ff4e5d62 [2021-01-16T00:37:55.232Z] ---> 4aa2d7751650 [2021-01-16T00:37:55.232Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T00:37:55.832Z] ---> Running in 2a367045a475 [2021-01-16T00:37:57.773Z] Removing intermediate container 2a367045a475 [2021-01-16T00:37:57.773Z] ---> 5a58a04bdcf9 [2021-01-16T00:37:57.773Z] Step 22/23 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:37:57.773Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:57.773Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:57.773Z] ---> be3bda83cefb [2021-01-16T00:37:57.773Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:37:57.773Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:57.773Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:57.773Z] ---> be3bda83cefb [2021-01-16T00:37:57.773Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> 60bb60584036 [2021-01-16T00:37:57.773Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> 60bb60584036 [2021-01-16T00:37:57.773Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> adee0cdb88c7 [2021-01-16T00:37:57.773Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:37:57.773Z] ---> adee0cdb88c7 [2021-01-16T00:37:57.773Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> 0533a36f328f [2021-01-16T00:37:57.773Z] Step 6/21 : COPY go.mod . [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> 72299a1cc98f [2021-01-16T00:37:57.773Z] Step 7/21 : RUN go mod download [2021-01-16T00:37:57.773Z] ---> Using cache [2021-01-16T00:37:57.773Z] ---> 4856ae852240 [2021-01-16T00:37:57.773Z] Step 8/21 : COPY . . [2021-01-16T00:37:58.350Z] ---> Using cache [2021-01-16T00:37:58.350Z] ---> bfb4499dd1a4 [2021-01-16T00:37:58.350Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:37:59.357Z] ---> Running in 31d4fd02b70e [2021-01-16T00:37:59.357Z] ---> Running in 86344150b3d5 [2021-01-16T00:37:59.357Z] ---> Running in 208139595c20 [2021-01-16T00:37:59.957Z] Removing intermediate container 86344150b3d5 [2021-01-16T00:37:59.957Z] ---> c096a92a1d0a [2021-01-16T00:37:59.957Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:38:01.919Z] ---> Running in d4aa3f1788da [2021-01-16T00:38:03.365Z] Removing intermediate container d4aa3f1788da [2021-01-16T00:38:03.365Z] ---> fa458f109a55 [2021-01-16T00:38:03.365Z] [2021-01-16T00:38:03.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-16T00:38:03.365Z] Successfully built fa458f109a55 [2021-01-16T00:38:03.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:03.365Z] Successfully tagged docker-core-data-go:latest [2021-01-16T00:38:04.326Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:04.326Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:04.326Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:04.326Z] ---> be3bda83cefb [2021-01-16T00:38:04.326Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:38:04.326Z] ---> Using cache [2021-01-16T00:38:04.326Z] ---> 60bb60584036 [2021-01-16T00:38:04.326Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:04.326Z] ---> Using cache [2021-01-16T00:38:04.326Z] ---> adee0cdb88c7 [2021-01-16T00:38:04.326Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:38:04.589Z] OK: 233 MiB in 51 packages [2021-01-16T00:38:05.573Z] ---> Running in 8c66234f498f [2021-01-16T00:38:06.557Z] Removing intermediate container 208139595c20 [2021-01-16T00:38:06.557Z] ---> 70caba9ee034 [2021-01-16T00:38:06.557Z] Step 6/26 : COPY go.mod . [2021-01-16T00:38:06.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:07.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:08.047Z] ---> 6d834304ea2a [2021-01-16T00:38:08.047Z] Step 7/26 : RUN go mod download [2021-01-16T00:38:08.047Z] OK: 233 MiB in 51 packages [2021-01-16T00:38:08.320Z] ---> Running in 7491f19bf8da [2021-01-16T00:38:10.311Z] Removing intermediate container 8c66234f498f [2021-01-16T00:38:10.311Z] ---> ae49bac4ede7 [2021-01-16T00:38:10.311Z] Step 6/24 : COPY go.mod . [2021-01-16T00:38:10.576Z] ---> dbdb38cbbbc5 [2021-01-16T00:38:10.576Z] Step 7/24 : RUN go mod download [2021-01-16T00:38:10.843Z] ---> Running in 7fb0568efbaa [2021-01-16T00:38:12.290Z] Removing intermediate container 7491f19bf8da [2021-01-16T00:38:12.290Z] ---> d5a78262f00c [2021-01-16T00:38:12.290Z] Step 8/26 : COPY . . [2021-01-16T00:38:12.929Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:38:15.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:15.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:15.703Z] ---> be3bda83cefb [2021-01-16T00:38:15.703Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> 60bb60584036 [2021-01-16T00:38:15.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> adee0cdb88c7 [2021-01-16T00:38:15.703Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> 0533a36f328f [2021-01-16T00:38:15.703Z] Step 6/22 : COPY go.mod . [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> 72299a1cc98f [2021-01-16T00:38:15.703Z] Step 7/22 : RUN go mod download [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> 4856ae852240 [2021-01-16T00:38:15.703Z] Step 8/22 : COPY . . [2021-01-16T00:38:15.703Z] ---> Using cache [2021-01-16T00:38:15.703Z] ---> bfb4499dd1a4 [2021-01-16T00:38:15.703Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:38:15.970Z] Removing intermediate container 7fb0568efbaa [2021-01-16T00:38:15.970Z] ---> 966c7ccba7bb [2021-01-16T00:38:15.970Z] Step 8/24 : COPY . . [2021-01-16T00:38:15.970Z] ---> Running in 32823148e964 [2021-01-16T00:38:17.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-16T00:38:36.264Z] Removing intermediate container 31d4fd02b70e [2021-01-16T00:38:36.264Z] ---> fe282ebd10db [2021-01-16T00:38:36.264Z] [2021-01-16T00:38:36.264Z] Step 10/21 : FROM scratch [2021-01-16T00:38:36.264Z] ---> [2021-01-16T00:38:36.264Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:38:36.264Z] ---> Using cache [2021-01-16T00:38:36.264Z] ---> 7d7874e61631 [2021-01-16T00:38:36.264Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:38:36.856Z] ---> Running in 04b31e7283bc [2021-01-16T00:38:37.902Z] Removing intermediate container 04b31e7283bc [2021-01-16T00:38:37.902Z] ---> 89b48c620f32 [2021-01-16T00:38:37.902Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:38:38.171Z] ---> Running in 48f1221be86c [2021-01-16T00:38:38.761Z] Removing intermediate container 48f1221be86c [2021-01-16T00:38:38.761Z] ---> da5fde4267d7 [2021-01-16T00:38:38.761Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:38:40.185Z] ---> cb0321a30207 [2021-01-16T00:38:40.186Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:38:43.567Z] ---> 6804cf5ba552 [2021-01-16T00:38:43.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:44.520Z] Removing intermediate container 32823148e964 [2021-01-16T00:38:44.520Z] ---> 34c6f9de0121 [2021-01-16T00:38:44.520Z] [2021-01-16T00:38:44.520Z] Step 10/22 : FROM scratch [2021-01-16T00:38:44.520Z] ---> [2021-01-16T00:38:44.520Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:38:44.520Z] ---> 26f8536befb6 [2021-01-16T00:38:44.520Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:38:44.823Z] ---> Using cache [2021-01-16T00:38:44.823Z] ---> 7d7874e61631 [2021-01-16T00:38:44.823Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:38:44.823Z] ---> 0058053f80b5 [2021-01-16T00:38:44.823Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:38:44.823Z] ---> Running in 2365717a13bb [2021-01-16T00:38:44.823Z] ---> Running in a481887422a8 [2021-01-16T00:38:44.823Z] ---> Running in 97035982eb94 [2021-01-16T00:38:45.240Z] ---> 709bdce327c0 [2021-01-16T00:38:45.240Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:38:45.240Z] ---> Running in 8fbe8822103c [2021-01-16T00:38:45.622Z] Removing intermediate container a481887422a8 [2021-01-16T00:38:45.622Z] ---> 8fe54e63b6d8 [2021-01-16T00:38:45.622Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:38:45.622Z] Removing intermediate container 97035982eb94 [2021-01-16T00:38:45.622Z] ---> 23783f0577a0 [2021-01-16T00:38:45.622Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:38:45.622Z] ---> Running in 92a7d384f043 [2021-01-16T00:38:45.622Z] ---> Running in e0cc57ab6d7a [2021-01-16T00:38:45.967Z] Removing intermediate container 92a7d384f043 [2021-01-16T00:38:45.967Z] ---> a64cb815fc10 [2021-01-16T00:38:45.967Z] Step 14/22 : WORKDIR / [2021-01-16T00:38:45.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-16T00:38:45.967Z] ---> Running in d1e47b0d9a12 [2021-01-16T00:38:45.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-16T00:38:45.967Z] Removing intermediate container e0cc57ab6d7a [2021-01-16T00:38:45.967Z] ---> a40bd330abe7 [2021-01-16T00:38:45.967Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:38:46.282Z] ---> Running in 6ee19ebabc28 [2021-01-16T00:38:46.555Z] Removing intermediate container d1e47b0d9a12 [2021-01-16T00:38:46.555Z] ---> 254a13b3fb21 [2021-01-16T00:38:46.555Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:38:46.831Z] Removing intermediate container 6ee19ebabc28 [2021-01-16T00:38:46.831Z] ---> 827a127ec696 [2021-01-16T00:38:46.831Z] Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:38:46.831Z] ---> d93202c0b6cc [2021-01-16T00:38:46.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:38:46.831Z] ---> Running in 88e5aaf18fbd [2021-01-16T00:38:47.108Z] Removing intermediate container 88e5aaf18fbd [2021-01-16T00:38:47.108Z] ---> 1a1504718de4 [2021-01-16T00:38:47.108Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:38:47.378Z] ---> Running in fe04a2c69cbd [2021-01-16T00:38:47.966Z] ---> b55b5347ba05 [2021-01-16T00:38:47.966Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:47.966Z] Removing intermediate container fe04a2c69cbd [2021-01-16T00:38:47.966Z] ---> 167a3cc08993 [2021-01-16T00:38:47.966Z] [2021-01-16T00:38:48.241Z] Successfully built 167a3cc08993 [2021-01-16T00:38:48.241Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-16T00:38:49.476Z]  Building docker-support-scheduler-go ... done  ---> 6e358600f7ea [2021-01-16T00:38:49.476Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:38:49.476Z] ---> Running in 509ee8a4fe50 [2021-01-16T00:38:51.418Z] Removing intermediate container 509ee8a4fe50 [2021-01-16T00:38:51.418Z] ---> 95587a2f78a8 [2021-01-16T00:38:51.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:38:51.418Z] ---> Running in 3a31aa93ec3d [2021-01-16T00:38:51.418Z] Removing intermediate container 3a31aa93ec3d [2021-01-16T00:38:51.418Z] ---> c8513f9a9c74 [2021-01-16T00:38:51.418Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:38:51.418Z] ---> Running in 6582c296cb37 [2021-01-16T00:38:51.418Z] Removing intermediate container 6582c296cb37 [2021-01-16T00:38:51.418Z] ---> ebd26b753bf8 [2021-01-16T00:38:51.418Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:38:51.743Z] ---> Running in 2e24e32ab443 [2021-01-16T00:38:52.021Z] Removing intermediate container 2e24e32ab443 [2021-01-16T00:38:52.021Z] ---> 610e4d14f284 [2021-01-16T00:38:52.021Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:38:52.299Z] ---> Running in dbcef3d01c00 [2021-01-16T00:38:52.638Z] Removing intermediate container dbcef3d01c00 [2021-01-16T00:38:52.638Z] ---> 8e69103425ad [2021-01-16T00:38:52.638Z] [2021-01-16T00:38:52.911Z] Successfully built 8e69103425ad [2021-01-16T00:38:53.185Z] Successfully tagged docker-core-command-go:latest [2021-01-16T00:39:00.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:39:05.553Z]  Building docker-core-command-go ... done Removing intermediate container 2365717a13bb [2021-01-16T00:39:05.553Z] ---> 47b84112c72e [2021-01-16T00:39:05.554Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:39:05.554Z] Removing intermediate container 8fbe8822103c [2021-01-16T00:39:05.554Z] ---> 2e9250083d8f [2021-01-16T00:39:05.554Z] [2021-01-16T00:39:05.554Z] Step 10/24 : FROM scratch [2021-01-16T00:39:05.554Z] ---> [2021-01-16T00:39:05.554Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:39:05.554Z] ---> Running in d702022e6087 [2021-01-16T00:39:05.554Z] ---> Running in 87049c875961 [2021-01-16T00:39:05.554Z] Removing intermediate container 87049c875961 [2021-01-16T00:39:05.554Z] ---> fde6d8c4065f [2021-01-16T00:39:05.554Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:39:05.554Z] ---> Running in 4c627648ae62 [2021-01-16T00:39:05.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-16T00:39:05.554Z] Removing intermediate container 4c627648ae62 [2021-01-16T00:39:05.554Z] ---> 5ba0bf1bc6d5 [2021-01-16T00:39:05.554Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:39:05.554Z] ---> Running in 9e6e6556ea1c [2021-01-16T00:39:05.554Z] Removing intermediate container 9e6e6556ea1c [2021-01-16T00:39:05.554Z] ---> f9b3966ba901 [2021-01-16T00:39:05.554Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:39:05.554Z] ---> de26a9b8ccfe [2021-01-16T00:39:05.554Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:39:06.505Z] Removing intermediate container d702022e6087 [2021-01-16T00:39:06.505Z] ---> d014de66a65c [2021-01-16T00:39:06.505Z] [2021-01-16T00:39:06.505Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:39:06.505Z] 20.10.0: Pulling from library/docker [2021-01-16T00:39:06.767Z] ---> 78ce35f2cd96 [2021-01-16T00:39:06.767Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:39:07.340Z] ---> 04082ef73a1a [2021-01-16T00:39:07.340Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:39:08.284Z] ---> 8a13c2863dfd [2021-01-16T00:39:08.284Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:39:08.394Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:39:08.882Z] ---> 84ebaf5e641a [2021-01-16T00:39:08.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:09.143Z] ---> 24a8a8a6be25 [2021-01-16T00:39:09.143Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:39:09.407Z] ---> Running in bf10f1f0395c [2021-01-16T00:39:09.668Z] Removing intermediate container bf10f1f0395c [2021-01-16T00:39:09.668Z] ---> 48a5b82d179d [2021-01-16T00:39:09.668Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:09.931Z] ---> Running in 134ea75d7083 [2021-01-16T00:39:09.931Z] Removing intermediate container 134ea75d7083 [2021-01-16T00:39:09.931Z] ---> 3e0aa1381ed3 [2021-01-16T00:39:09.931Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:39:10.193Z] ---> Running in 02b6453c7f2c [2021-01-16T00:39:10.455Z] Removing intermediate container 02b6453c7f2c [2021-01-16T00:39:10.455Z] ---> bead7f485f55 [2021-01-16T00:39:10.455Z] Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:39:10.717Z] ---> Running in 66d53cc4f7a6 [2021-01-16T00:39:12.105Z] Removing intermediate container 66d53cc4f7a6 [2021-01-16T00:39:12.105Z] ---> 6fcec19b8e99 [2021-01-16T00:39:12.105Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:39:12.105Z] ---> Running in a3952590f572 [2021-01-16T00:39:12.105Z] Removing intermediate container a3952590f572 [2021-01-16T00:39:12.105Z] ---> dccb4d3eead1 [2021-01-16T00:39:12.105Z] [2021-01-16T00:39:12.105Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:39:12.105Z] Successfully built dccb4d3eead1 [2021-01-16T00:39:12.105Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:39:12.105Z] ---> aefe523efa57 [2021-01-16T00:39:12.105Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:39:12.105Z] Successfully tagged docker-support-notifications-go:latest [2021-01-16T00:39:12.369Z]  Building docker-support-notifications-go ... done  ---> Running in 60b1aeb1cb6f [2021-01-16T00:39:12.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:12.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:12.891Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:39:13.152Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:39:13.152Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:39:13.152Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:13.152Z] OK: 12 MiB in 22 packages [2021-01-16T00:39:13.727Z] Removing intermediate container 60b1aeb1cb6f [2021-01-16T00:39:13.727Z] ---> 51027490bb60 [2021-01-16T00:39:13.727Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:39:13.727Z] ---> Running in 22aaf6f7e04c [2021-01-16T00:39:13.988Z] Removing intermediate container 22aaf6f7e04c [2021-01-16T00:39:13.988Z] ---> c9df1dee22d0 [2021-01-16T00:39:13.988Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:39:13.988Z] ---> Running in 1ddaefde393d [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:39:14.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:39:14.251Z] Removing intermediate container 1ddaefde393d [2021-01-16T00:39:14.251Z] ---> 72532104a1ef [2021-01-16T00:39:14.251Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:39:14.251Z] ---> Running in 821a0f80b506 [2021-01-16T00:39:14.251Z] Removing intermediate container 821a0f80b506 [2021-01-16T00:39:14.251Z] ---> 4a5cd526ee8a [2021-01-16T00:39:14.251Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:39:14.831Z] ---> 2076f7c8ddd9 [2021-01-16T00:39:14.831Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:15.406Z] ---> 81113e03488b [2021-01-16T00:39:15.406Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:39:15.668Z] ---> 45f42fca892c [2021-01-16T00:39:15.668Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:39:15.668Z] ---> Running in 38d3fd5264f3 [2021-01-16T00:39:16.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:39:16.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:16.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:16.505Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:39:16.505Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:39:16.505Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:39:16.505Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:39:16.505Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:39:16.505Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:39:16.505Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:39:17.446Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:39:17.446Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:39:17.446Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:39:17.446Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:39:17.446Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:39:17.446Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:39:17.705Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:39:17.705Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:39:17.705Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:39:17.705Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:39:17.705Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:39:17.705Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:39:17.705Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:39:17.967Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:39:17.967Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:39:17.967Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:39:17.967Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:39:17.967Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:39:17.967Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:39:17.967Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:39:17.967Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:39:17.967Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:39:17.967Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:39:17.967Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:39:18.017Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:39:18.229Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:39:18.229Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:39:18.229Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:18.229Z] OK: 71 MiB in 55 packages [2021-01-16T00:39:24.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:39:24.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:39:24.766Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:39:28.231Z] Removing intermediate container 38d3fd5264f3 [2021-01-16T00:39:28.231Z] ---> 3e9ef6dc7552 [2021-01-16T00:39:28.231Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:39:28.231Z] ---> Running in 96a29bb5015b [2021-01-16T00:39:28.231Z] Collecting docker-compose==1.23.2 [2021-01-16T00:39:28.231Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:39:28.492Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:39:28.492Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:39:28.492Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:39:28.492Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:39:28.752Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:39:28.752Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:39:29.326Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:39:29.326Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:39:29.587Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:39:29.587Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:39:29.587Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:39:29.587Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:39:30.161Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-16T00:39:30.161Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:39:30.161Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:39:30.731Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:39:30.731Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:39:31.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements [2021-01-16T00:39:31.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:39:31.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:39:31.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:39:31.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:39:31.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:39:32.136Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:39:32.136Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:39:32.136Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:39:32.136Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:39:32.136Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:39:32.136Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:39:32.400Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:39:32.400Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:39:32.400Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-16T00:39:32.400Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-16T00:39:32.400Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:39:32.400Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:39:32.400Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:39:32.400Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:39:32.661Z] Installing collected packages: cached-property, jsonschema, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, dockerpty, PyYAML, docker-compose [2021-01-16T00:39:32.661Z] Running setup.py install for docopt: started [2021-01-16T00:39:33.234Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:39:33.234Z] Attempting uninstall: idna [2021-01-16T00:39:33.234Z] Found existing installation: idna 2.9 [2021-01-16T00:39:33.234Z] Uninstalling idna-2.9: [2021-01-16T00:39:33.234Z] Successfully uninstalled idna-2.9 [2021-01-16T00:39:33.494Z] Attempting uninstall: urllib3 [2021-01-16T00:39:33.494Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:39:33.494Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:39:33.494Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:39:33.754Z] Attempting uninstall: requests [2021-01-16T00:39:33.754Z] Found existing installation: requests 2.23.0 [2021-01-16T00:39:33.754Z] Uninstalling requests-2.23.0: [2021-01-16T00:39:33.754Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:39:34.326Z] Running setup.py install for texttable: started [2021-01-16T00:39:34.585Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:39:34.585Z] Running setup.py install for dockerpty: started [2021-01-16T00:39:35.254Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:39:35.254Z] Running setup.py install for PyYAML: started [2021-01-16T00:39:35.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:39:35.784Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-16T00:39:38.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.672s coverage: 27.0% of statements [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:39:38.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:39:38.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:39:38.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 67.9% of statements [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:39:38.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:39:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.698s coverage: 82.3% of statements [2021-01-16T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:39:39.994Z] Removing intermediate container 96a29bb5015b [2021-01-16T00:39:39.994Z] ---> 9515a06694a4 [2021-01-16T00:39:39.994Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:39:39.994Z] ---> Running in 186448d99769 [2021-01-16T00:39:39.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:39.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:40.255Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:39:40.255Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:39:40.255Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:39:40.255Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:40.255Z] OK: 72 MiB in 58 packages [2021-01-16T00:39:40.828Z] Removing intermediate container 186448d99769 [2021-01-16T00:39:40.828Z] ---> bff2372fb741 [2021-01-16T00:39:40.828Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T00:39:40.828Z] ---> Running in 6291cb51ef55 [2021-01-16T00:39:41.093Z] Removing intermediate container 6291cb51ef55 [2021-01-16T00:39:41.093Z] ---> e074227d3577 [2021-01-16T00:39:41.093Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:41.093Z] ---> Running in 07fc14f40f4a [2021-01-16T00:39:41.356Z] Removing intermediate container 07fc14f40f4a [2021-01-16T00:39:41.356Z] ---> f84c1c8ca539 [2021-01-16T00:39:41.356Z] Step 24/26 : LABEL arch=x86_64 [2021-01-16T00:39:41.356Z] ---> Running in d186d605f827 [2021-01-16T00:39:41.356Z] Removing intermediate container d186d605f827 [2021-01-16T00:39:41.356Z] ---> d18a7b833165 [2021-01-16T00:39:41.356Z] Step 25/26 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:39:41.615Z] ---> Running in 6e9a202171e3 [2021-01-16T00:39:41.615Z] Removing intermediate container 6e9a202171e3 [2021-01-16T00:39:41.615Z] ---> dfb6950253b1 [2021-01-16T00:39:41.615Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:39:41.876Z] ---> Running in dbf88c24a723 [2021-01-16T00:39:41.876Z] Removing intermediate container dbf88c24a723 [2021-01-16T00:39:41.876Z] ---> 2e8f6874f80d [2021-01-16T00:39:41.876Z] [2021-01-16T00:39:42.138Z] Successfully built 2e8f6874f80d [2021-01-16T00:39:42.138Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-16T00:39:42.414Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-16T00:39:42.420Z] $ docker stop --time=1 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 [2021-01-16T00:39:43.945Z] $ docker rm -f 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:39:44.456Z] + docker images [2021-01-16T00:39:44.456Z] + grep docker [2021-01-16T00:39:44.456Z] docker-sys-mgmt-agent-go latest 2e8f6874f80d 3 seconds ago 313MB [2021-01-16T00:39:44.456Z] docker-support-notifications-go latest dccb4d3eead1 33 seconds ago 12MB [2021-01-16T00:39:44.456Z] docker-core-command-go latest 8e69103425ad 52 seconds ago 10.6MB [2021-01-16T00:39:44.456Z] docker-support-scheduler-go latest 167a3cc08993 57 seconds ago 10.7MB [2021-01-16T00:39:44.456Z] docker-core-data-go latest fa458f109a55 About a minute ago 22.3MB [2021-01-16T00:39:44.456Z] docker-security-secretstore-setup-go latest b6a579c1591c About a minute ago 24.6MB [2021-01-16T00:39:44.456Z] docker-security-bootstrap-redis-go latest d0ba9f3728f5 2 minutes ago 15.8MB [2021-01-16T00:39:44.456Z] docker-security-proxy-setup-go latest f97439469016 2 minutes ago 24.4MB [2021-01-16T00:39:44.456Z] docker-core-metadata-go latest 3c8dc74a0952 2 minutes ago 13.1MB [2021-01-16T00:39:44.456Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-16T00:39:47.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.235s coverage: 28.6% of statements [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:39:47.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:39:47.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:39:47.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:39:47.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements [2021-01-16T00:39:47.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:39:49.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements [2021-01-16T00:39:49.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:39:49.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:39:49.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:39:49.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.404s coverage: 92.8% of statements [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements [2021-01-16T00:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 80.8% of statements [2021-01-16T00:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.166s coverage: 87.2% of statements [2021-01-16T00:39:58.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2021-01-16T00:40:00.108Z] Still waiting to schedule task [2021-01-16T00:40:00.108Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20718’ [2021-01-16T00:40:01.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2021-01-16T00:40:01.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:40:02.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.671s coverage: 63.5% of statements [2021-01-16T00:40:02.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:40:02.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:40:02.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-01-16T00:40:02.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-01-16T00:40:04.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-16T00:40:04.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-16T00:40:04.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-01-16T00:40:08.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 68.9% of statements [2021-01-16T00:40:08.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:40:08.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:40:08.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:40:08.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:40:08.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:40:10.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.0% of statements [2021-01-16T00:40:10.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:40:10.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:40:10.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.671s coverage: 84.0% of statements [2021-01-16T00:40:10.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-16T00:40:19.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:40:19.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:40:19.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-01-16T00:40:19.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.345s coverage: 29.1% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.150s coverage: 87.9% of statements [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:40:23.627Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:40:23.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-16T00:40:23.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-16T00:40:24.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements [2021-01-16T00:40:25.472Z] GO111MODULE=on go vet ./... [2021-01-16T00:41:21.182Z] Running on prd-ubuntu18.04-docker-8c-8g-20720 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-16T00:41:21.249Z] Running in /w/workspace/edgex-go/41 [Pipeline] { [Pipeline] checkout [2021-01-16T00:41:23.498Z] using credential edgex-jenkins-ssh [2021-01-16T00:41:23.551Z] Cloning the remote Git repository [2021-01-16T00:41:23.579Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:41:23.697Z] > git init /w/workspace/edgex-go/41 # timeout=10 [2021-01-16T00:41:23.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:41:23.759Z] > git --version # timeout=10 [2021-01-16T00:41:23.774Z] > git --version # 'git version 2.17.1' [2021-01-16T00:41:23.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:41:23.804Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:41:30.938Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-16T00:41:31.135Z] Merge succeeded, producing cbc8875e30b6f89077a88e5bf2e0401f97f942d9 [2021-01-16T00:41:31.135Z] Checking out Revision cbc8875e30b6f89077a88e5bf2e0401f97f942d9 (PR-2858) [2021-01-16T00:41:30.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:41:30.262Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:41:30.272Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:41:30.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:41:30.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:41:30.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:41:30.950Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:41:30.956Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-16T00:41:31.032Z] > git remote # timeout=10 [2021-01-16T00:41:31.041Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:41:31.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:41:31.052Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:41:31.132Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:41:31.141Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:41:31.145Z] > git checkout -f cbc8875e30b6f89077a88e5bf2e0401f97f942d9 # timeout=10 [2021-01-16T00:41:33.507Z] gofmt -l . [2021-01-16T00:41:33.781Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:41:34.879Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [2021-01-16T00:41:34.889Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:41:34.886Z] > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 [2021-01-16T00:41:35.923Z] + echo snap-build.sh [2021-01-16T00:41:35.923Z] snap-build.sh [2021-01-16T00:41:35.923Z] + SNAP_BASE_DIR=. [2021-01-16T00:41:35.923Z] + '[' '!' -z /w/workspace/edgex-go/41 ']' [2021-01-16T00:41:35.923Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/41 [2021-01-16T00:41:35.923Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/41]' [2021-01-16T00:41:35.923Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/41] [2021-01-16T00:41:35.923Z] + cd /w/workspace/edgex-go/41 [2021-01-16T00:41:35.923Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-16T00:41:35.923Z] Reading package lists... [2021-01-16T00:41:36.188Z] Building dependency tree... [2021-01-16T00:41:36.188Z] Reading state information... [2021-01-16T00:41:36.188Z] The following packages were automatically installed and are no longer required: [2021-01-16T00:41:36.188Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-16T00:41:36.188Z] uidmap xdelta3 [2021-01-16T00:41:36.188Z] Use 'sudo apt autoremove' to remove them. [2021-01-16T00:41:36.188Z] The following packages will be REMOVED: [2021-01-16T00:41:36.188Z] lxd* lxd-client* [2021-01-16T00:41:36.421Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:41:36.764Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-16T00:41:36.764Z] After this operation, 31.7 MB disk space will be freed. [2021-01-16T00:41:37.021Z] ./bin/test-attribution-txt.sh [2021-01-16T00:41:37.813Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-16T00:41:37.813Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:41:38.389Z] Removing lxd dnsmasq configuration [Pipeline] sh [2021-01-16T00:41:38.655Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:41:38.655Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-16T00:41:39.113Z] + ls -al . [2021-01-16T00:41:39.113Z] total 684 [2021-01-16T00:41:39.113Z] drwxrwxr-x 9 1001 1001 4096 Jan 16 00:41 . [2021-01-16T00:41:39.113Z] drwxr-xr-x 4 root root 4096 Jan 16 00:37 .. [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:36 .dockerignore [2021-01-16T00:41:39.113Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:36 .git [2021-01-16T00:41:39.113Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 00:36 .github [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:36 .gitignore [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:36 .sonarcloud.properties [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:36 Attribution.txt [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:36 CONTRIBUTING.md [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:36 Dockerfile.build [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:36 Jenkinsfile [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:36 LICENSE [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:36 Makefile [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:36 README.md [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:36 SECURITY.md [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:41:39.113Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:36 ZMQWindows.md [2021-01-16T00:41:39.113Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 00:36 bin [2021-01-16T00:41:39.113Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:36 cmd [2021-01-16T00:41:39.113Z] -rw-r--r-- 1 root root 550280 Jan 16 00:40 coverage.out [2021-01-16T00:41:39.114Z] -rw-r--r-- 1 root root 981 Jan 16 00:41 go.mod [2021-01-16T00:41:39.114Z] -rw-r--r-- 1 root root 19241 Jan 16 00:41 go.sum [2021-01-16T00:41:39.114Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:36 internal [2021-01-16T00:41:39.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:36 openapi [2021-01-16T00:41:39.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:36 snap [2021-01-16T00:41:39.114Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:36 version.go [Pipeline] sh [2021-01-16T00:41:39.603Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-16T00:41:39.773Z] + '[' -e coverage.out ] [2021-01-16T00:41:39.773Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:41:39.795Z] Warning: overwriting stash ‘coverage-report’ [2021-01-16T00:41:39.866Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-16T00:41:39.866Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:41:41.158Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:41:41.285Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-16T00:41:41.285Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-16T00:41:41.963Z] + make build [2021-01-16T00:41:41.963Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-16T00:41:42.232Z] + sudo snap remove --purge lxd [2021-01-16T00:41:42.494Z] snap "lxd" is not installed [2021-01-16T00:41:42.494Z] + sudo groupadd --force --system lxd [2021-01-16T00:41:42.494Z] ++ whoami [2021-01-16T00:41:42.494Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-16T00:41:42.494Z] + newgrp - lxd [2021-01-16T00:41:42.756Z] + sudo snap install lxd [2021-01-16T00:41:52.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-16T00:41:52.788Z] 2021-01-16T00:41:49Z INFO Waiting for automatic snapd restart... [2021-01-16T00:42:07.753Z] lxd 4.10 from Canonical* installed [2021-01-16T00:42:07.753Z] + sudo lxd init --auto [2021-01-16T00:42:16.210Z] + sudo snap install --classic snapcraft [2021-01-16T00:42:18.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-16T00:42:20.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-16T00:42:21.506Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T00:42:21.506Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-16T00:42:21.506Z] + patch --verbose -p1 [2021-01-16T00:42:21.506Z] Hmm... Looks like a unified diff to me... [2021-01-16T00:42:21.506Z] The text leading up to this was: [2021-01-16T00:42:21.506Z] -------------------------- [2021-01-16T00:42:21.506Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-16T00:42:21.506Z] |From: Tony Espy [2021-01-16T00:42:21.506Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-16T00:42:21.506Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-16T00:42:21.506Z] | [2021-01-16T00:42:21.506Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-16T00:42:21.506Z] |optimize the snap CI check run for pull requests. When [2021-01-16T00:42:21.506Z] |applied, it essentially strips out everything (apps and [2021-01-16T00:42:21.506Z] |parts) from the snapcraft.yaml file except those required [2021-01-16T00:42:21.506Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-16T00:42:21.506Z] |catch changes to edgex-go that break the snap build. [2021-01-16T00:42:21.506Z] | [2021-01-16T00:42:21.506Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-16T00:42:21.506Z] |to update this patch file, otherwise it may fail to apply, [2021-01-16T00:42:21.506Z] |resulting in a failed snap build CI check in the associated [2021-01-16T00:42:21.506Z] |pull request. [2021-01-16T00:42:21.506Z] | [2021-01-16T00:42:21.506Z] |Note - in addition to applying this patch, the pipeline also [2021-01-16T00:42:21.506Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-16T00:42:21.506Z] |need to build the finally binary .snap file (and it won't [2021-01-16T00:42:21.506Z] |work with the patch applied). This further reduces the build [2021-01-16T00:42:21.506Z] |time. [2021-01-16T00:42:21.506Z] |--- [2021-01-16T00:42:21.506Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-16T00:42:21.506Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-16T00:42:21.506Z] | [2021-01-16T00:42:21.506Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-16T00:42:21.506Z] |index 1e537489..faf42425 100644 [2021-01-16T00:42:21.506Z] |--- a/snap/snapcraft.yaml [2021-01-16T00:42:21.506Z] |+++ b/snap/snapcraft.yaml [2021-01-16T00:42:21.506Z] -------------------------- [2021-01-16T00:42:21.506Z] patching file snap/snapcraft.yaml [2021-01-16T00:42:21.506Z] Using Plan A... [2021-01-16T00:42:21.506Z] Hunk #1 succeeded at 73. [2021-01-16T00:42:21.506Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-16T00:42:21.506Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-16T00:42:21.506Z] Hunk #4 FAILED at 225. [2021-01-16T00:42:21.506Z] Hunk #5 succeeded at 300 (offset -2 lines). [2021-01-16T00:42:21.506Z] Hunk #6 succeeded at 327 (offset -2 lines). [2021-01-16T00:42:21.506Z] Hunk #7 succeeded at 361 (offset -2 lines). [2021-01-16T00:42:21.506Z] Hunk #8 FAILED at 414. [2021-01-16T00:42:21.506Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-16T00:42:21.506Z] Hmm... Ignoring the trailing garbage. [2021-01-16T00:42:21.506Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-16T00:42:22.240Z] Failed in branch amd64 [2021-01-16T00:42:24.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-16T00:42:26.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-16T00:42:30.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-16T00:42:35.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-16T00:42:40.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-16T00:42:44.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-16T00:42:48.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-16T00:42:51.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-16T00:42:55.734Z] $ docker stop --time=1 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c [2021-01-16T00:42:58.172Z] $ docker rm -f 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:43:00.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:43:00.000Z] [2021-01-16T00:43:00.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:43:00.399Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:43:00.692Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-16T00:43:00.692Z] 29e5d40040c1: Pulling fs layer [2021-01-16T00:43:00.692Z] 1ce36da41761: Pulling fs layer [2021-01-16T00:43:00.692Z] 25b303627fd3: Pulling fs layer [2021-01-16T00:43:00.971Z] 29e5d40040c1: Verifying Checksum [2021-01-16T00:43:00.971Z] 29e5d40040c1: Download complete [2021-01-16T00:43:01.585Z] 29e5d40040c1: Pull complete [2021-01-16T00:43:03.017Z] 1ce36da41761: Verifying Checksum [2021-01-16T00:43:03.017Z] 1ce36da41761: Download complete [2021-01-16T00:43:03.992Z] 1ce36da41761: Pull complete [2021-01-16T00:43:04.586Z] 25b303627fd3: Verifying Checksum [2021-01-16T00:43:04.586Z] 25b303627fd3: Download complete [2021-01-16T00:43:14.735Z] 25b303627fd3: Pull complete [2021-01-16T00:43:14.735Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-16T00:43:14.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:43:14.735Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-16T00:43:15.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container [2021-01-16T00:43:15.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T00:43:18.306Z] $ docker top 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:43:19.383Z] + docker-compose build --help [2021-01-16T00:43:19.383Z] + grep parallel [2021-01-16T00:43:23.679Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:43:23.961Z] $ docker stop --time=1 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 [2021-01-16T00:43:25.952Z] $ docker rm -f 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:43:26.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:43:26.878Z] . [Pipeline] withDockerContainer [2021-01-16T00:43:27.170Z] prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container [2021-01-16T00:43:27.281Z] $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T00:43:28.754Z] $ docker top af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:43:29.799Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T00:43:35.189Z] Building docker-core-command-go ... [2021-01-16T00:43:35.189Z] Building docker-core-data-go ... [2021-01-16T00:43:35.189Z] Building docker-core-metadata-go ... [2021-01-16T00:43:35.189Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:43:35.189Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:43:35.189Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:43:35.189Z] Building docker-support-notifications-go ... [2021-01-16T00:43:35.189Z] Building docker-support-scheduler-go ... [2021-01-16T00:43:35.189Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:43:35.189Z] Building docker-security-bootstrap-redis-go [2021-01-16T00:43:35.189Z] Building docker-core-metadata-go [2021-01-16T00:43:35.189Z] Building docker-core-command-go [2021-01-16T00:43:35.189Z] Building docker-sys-mgmt-agent-go [2021-01-16T00:43:35.189Z] Building docker-security-secretstore-setup-go [2021-01-16T00:44:43.215Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:43.215Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:43.215Z] ---> 9fe8016bffde [2021-01-16T00:44:43.215Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:44:43.215Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:43.216Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:43.216Z] ---> 9fe8016bffde [2021-01-16T00:44:43.216Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:44:43.216Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:43.216Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:43.216Z] ---> 9fe8016bffde [2021-01-16T00:44:43.216Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:44:43.216Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:43.216Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:43.216Z] ---> 9fe8016bffde [2021-01-16T00:44:43.216Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:44:43.216Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:43.216Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:43.216Z] ---> 9fe8016bffde [2021-01-16T00:44:43.216Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:44:48.621Z] ---> Running in 8ac0b0df2486 [2021-01-16T00:44:48.621Z] ---> Running in 04905913e4fa [2021-01-16T00:44:48.621Z] ---> Running in 42bc3f4a32ee [2021-01-16T00:44:48.621Z] ---> Running in 629a5137052e [2021-01-16T00:44:48.621Z] ---> Running in 90c2485d3e3c [2021-01-16T00:44:48.896Z] Removing intermediate container 90c2485d3e3c [2021-01-16T00:44:48.896Z] ---> fbd407b27988 [2021-01-16T00:44:48.896Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:48.896Z] Removing intermediate container 42bc3f4a32ee [2021-01-16T00:44:48.896Z] ---> b365d9220406 [2021-01-16T00:44:48.896Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:48.896Z] Removing intermediate container 629a5137052e [2021-01-16T00:44:48.896Z] ---> c811ba54dc4d [2021-01-16T00:44:48.896Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:48.896Z] Removing intermediate container 04905913e4fa [2021-01-16T00:44:48.896Z] ---> dc97bcf3f1c3 [2021-01-16T00:44:48.896Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:49.170Z] Removing intermediate container 8ac0b0df2486 [2021-01-16T00:44:49.170Z] ---> 9b3c960af0d8 [2021-01-16T00:44:49.170Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:49.170Z] ---> Running in 8cc1e1cf8d30 [2021-01-16T00:44:49.170Z] ---> Running in e926fff56ef0 [2021-01-16T00:44:49.170Z] ---> Running in 7dc2c54f2b29 [2021-01-16T00:44:49.170Z] ---> Running in 62b2566c8c6b [2021-01-16T00:44:49.446Z] ---> Running in 7fa1873013d6 [2021-01-16T00:44:52.859Z] Removing intermediate container 8cc1e1cf8d30 [2021-01-16T00:44:52.859Z] ---> df971b6e0676 [2021-01-16T00:44:52.859Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:44:53.144Z] ---> Running in 8e144738a756 [2021-01-16T00:44:53.428Z] Removing intermediate container e926fff56ef0 [2021-01-16T00:44:53.428Z] ---> cec320b3cc07 [2021-01-16T00:44:53.428Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:44:53.701Z] Removing intermediate container 7dc2c54f2b29 [2021-01-16T00:44:53.701Z] ---> 5840d7a21e69 [2021-01-16T00:44:53.701Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:44:53.701Z] ---> Running in ca20ea6bb975 [2021-01-16T00:44:53.978Z] Removing intermediate container 62b2566c8c6b [2021-01-16T00:44:53.978Z] ---> 1ac5a5f2d40a [2021-01-16T00:44:53.978Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:44:53.978Z] ---> Running in d79b9ddac63a [2021-01-16T00:44:54.258Z] Removing intermediate container 7fa1873013d6 [2021-01-16T00:44:54.258Z] ---> 46e2f9880098 [2021-01-16T00:44:54.258Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:44:54.258Z] ---> Running in 827cc0e6a7b5 [2021-01-16T00:44:54.544Z] ---> Running in 8a2fce902baa [2021-01-16T00:44:55.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:55.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:55.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.615Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:56.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:56.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:57.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:57.447Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:57.722Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:58.003Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:58.003Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:58.288Z] Removing intermediate container 8e144738a756 [2021-01-16T00:44:58.288Z] ---> f73816716acc [2021-01-16T00:44:58.288Z] Step 6/24 : COPY go.mod . [2021-01-16T00:44:59.290Z] Removing intermediate container ca20ea6bb975 [2021-01-16T00:44:59.290Z] ---> c9038ac762d8 [2021-01-16T00:44:59.290Z] Step 6/22 : COPY go.mod . [2021-01-16T00:44:59.564Z] ---> 2941b0903d26 [2021-01-16T00:44:59.564Z] Step 7/24 : RUN go mod download [2021-01-16T00:44:59.564Z] Removing intermediate container d79b9ddac63a [2021-01-16T00:44:59.564Z] ---> 22b87aacf7f8 [2021-01-16T00:44:59.564Z] Step 6/22 : COPY go.mod . [2021-01-16T00:44:59.838Z] ---> Running in 98a19ad4d82d [2021-01-16T00:44:59.838Z] Removing intermediate container 827cc0e6a7b5 [2021-01-16T00:44:59.838Z] ---> 00fd4530b4cd [2021-01-16T00:44:59.838Z] Step 6/22 : COPY go.mod . [2021-01-16T00:44:59.838Z] Removing intermediate container 8a2fce902baa [2021-01-16T00:44:59.838Z] ---> 382cefb1e6f7 [2021-01-16T00:44:59.838Z] Step 6/26 : COPY go.mod . [2021-01-16T00:45:00.444Z] ---> 9e19edcd8275 [2021-01-16T00:45:00.444Z] Step 7/22 : RUN go mod download [2021-01-16T00:45:00.716Z] ---> 81069193507f [2021-01-16T00:45:00.716Z] Step 7/22 : RUN go mod download [2021-01-16T00:45:00.716Z] ---> Running in 038bf4f61ac2 [2021-01-16T00:45:00.993Z] ---> Running in 0d07c84feaff [2021-01-16T00:45:01.268Z] ---> 3d907b95331c [2021-01-16T00:45:01.268Z] Step 7/26 : RUN go mod download [2021-01-16T00:45:01.268Z] ---> a8e25cecd01e [2021-01-16T00:45:01.268Z] Step 7/22 : RUN go mod download [2021-01-16T00:45:01.545Z] ---> Running in 8e8d9d36bacf [2021-01-16T00:45:01.545Z] ---> Running in 703a93ec5e78 [2021-01-16T00:45:03.564Z] Removing intermediate container 98a19ad4d82d [2021-01-16T00:45:03.564Z] ---> 76af3eee089e [2021-01-16T00:45:03.564Z] Step 8/24 : COPY . . [2021-01-16T00:45:05.015Z] Removing intermediate container 038bf4f61ac2 [2021-01-16T00:45:05.015Z] ---> 1149bb0e2ed6 [2021-01-16T00:45:05.015Z] Step 8/22 : COPY . . [2021-01-16T00:45:06.456Z] Removing intermediate container 0d07c84feaff [2021-01-16T00:45:06.456Z] ---> 6554f29513bf [2021-01-16T00:45:06.456Z] Step 8/22 : COPY . . [2021-01-16T00:45:06.728Z] Removing intermediate container 8e8d9d36bacf [2021-01-16T00:45:06.728Z] ---> a60b29dd3b65 [2021-01-16T00:45:06.728Z] Step 8/26 : COPY . . [2021-01-16T00:45:07.321Z] Removing intermediate container 703a93ec5e78 [2021-01-16T00:45:07.321Z] ---> 9f2e94e32a76 [2021-01-16T00:45:07.321Z] Step 8/22 : COPY . . [2021-01-16T00:45:34.138Z] ---> 82d565ca751c [2021-01-16T00:45:34.138Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:45:34.138Z] ---> 97f6c2231eb8 [2021-01-16T00:45:34.138Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:45:34.138Z] ---> 7e515da4c6d5 [2021-01-16T00:45:34.138Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:45:34.138Z] ---> 54e89a9b038f [2021-01-16T00:45:34.138Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:45:34.138Z] ---> Running in 62065ff21791 [2021-01-16T00:45:34.138Z] ---> 450e66f9641c [2021-01-16T00:45:34.138Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:45:34.138Z] ---> Running in e0acbdf2cae8 [2021-01-16T00:45:34.138Z] ---> Running in f82d96df1abd [2021-01-16T00:45:34.138Z] ---> Running in 523b188dce36 [2021-01-16T00:45:34.138Z] ---> Running in 76e1fb3742aa [2021-01-16T00:45:34.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-16T00:45:34.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-16T00:45:34.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-16T00:45:34.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-16T00:45:34.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-16T00:46:56.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-16T00:47:14.690Z] Removing intermediate container e0acbdf2cae8 [2021-01-16T00:47:14.690Z] ---> aeafd33cfed9 [2021-01-16T00:47:14.690Z] [2021-01-16T00:47:14.690Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:47:14.690Z] 3.12: Pulling from library/alpine [2021-01-16T00:47:14.690Z] Removing intermediate container f82d96df1abd [2021-01-16T00:47:14.690Z] ---> 0136f230d9d1 [2021-01-16T00:47:14.690Z] [2021-01-16T00:47:14.690Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:47:14.690Z] 3.12: Pulling from library/alpine [2021-01-16T00:47:14.690Z] Removing intermediate container 523b188dce36 [2021-01-16T00:47:14.690Z] ---> 9af2d78d84cb [2021-01-16T00:47:14.690Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:47:15.423Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:47:15.423Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:47:15.423Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:47:15.423Z] ---> afeebe901d6b [2021-01-16T00:47:15.423Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:47:15.423Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:47:15.423Z] ---> afeebe901d6b [2021-01-16T00:47:15.423Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:47:15.423Z] ---> Running in 7f4e66e17e29 [2021-01-16T00:47:15.713Z] ---> Running in bd714568b331 [2021-01-16T00:47:15.713Z] ---> Running in 8d785ea15786 [2021-01-16T00:47:17.815Z] Removing intermediate container 62065ff21791 [2021-01-16T00:47:17.815Z] ---> a69fb239d048 [2021-01-16T00:47:18.097Z] [2021-01-16T00:47:18.097Z] Step 10/22 : FROM scratch [2021-01-16T00:47:18.097Z] ---> [2021-01-16T00:47:18.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:47:18.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-16T00:47:18.375Z] ---> Running in 76869428b5af [2021-01-16T00:47:18.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:18.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:18.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:18.986Z] Removing intermediate container 76869428b5af [2021-01-16T00:47:18.986Z] ---> 954f66e6d1c6 [2021-01-16T00:47:18.986Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:47:19.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:19.265Z] ---> Running in 2866b1c537ab [2021-01-16T00:47:19.545Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:47:19.823Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:47:19.823Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:47:19.823Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:47:19.823Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:47:19.823Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:47:19.823Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:47:19.823Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:47:20.099Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:47:20.099Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:47:20.099Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:47:20.099Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:47:20.099Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:47:20.099Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:47:20.099Z] OK: 7 MiB in 19 packages [2021-01-16T00:47:20.099Z] Removing intermediate container 2866b1c537ab [2021-01-16T00:47:20.099Z] ---> af7e621985ae [2021-01-16T00:47:20.099Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:47:20.376Z] OK: 7 MiB in 19 packages [2021-01-16T00:47:20.376Z] ---> Running in 7d347edb7e81 [2021-01-16T00:47:21.374Z] Removing intermediate container 7d347edb7e81 [2021-01-16T00:47:21.374Z] ---> 59b74299ee23 [2021-01-16T00:47:21.374Z] Step 14/22 : WORKDIR / [2021-01-16T00:47:21.374Z] ---> Running in 7b41670ef847 [2021-01-16T00:47:22.844Z] Removing intermediate container 7b41670ef847 [2021-01-16T00:47:22.844Z] ---> 9079b8244765 [2021-01-16T00:47:22.844Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:47:23.146Z] Removing intermediate container bd714568b331 [2021-01-16T00:47:23.146Z] ---> bd0f311f0cbf [2021-01-16T00:47:23.146Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:47:23.780Z] ---> Running in 39dbf7b2b97c [2021-01-16T00:47:23.780Z] Removing intermediate container 7f4e66e17e29 [2021-01-16T00:47:23.780Z] ---> 39f4644ac7a6 [2021-01-16T00:47:23.780Z] [2021-01-16T00:47:23.780Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:47:23.780Z] Removing intermediate container 8d785ea15786 [2021-01-16T00:47:23.780Z] ---> ede97ffe25c1 [2021-01-16T00:47:23.780Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:47:23.780Z] 20.10.0: Pulling from library/docker [2021-01-16T00:47:23.780Z] ---> 16fe366f3b84 [2021-01-16T00:47:23.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:47:24.382Z] ---> Running in 4d9369b28c0d [2021-01-16T00:47:24.656Z] Removing intermediate container 39dbf7b2b97c [2021-01-16T00:47:24.656Z] ---> fe77ae5d5b32 [2021-01-16T00:47:24.656Z] Step 13/24 : WORKDIR / [2021-01-16T00:47:25.648Z] ---> Running in 3eee9664eaee [2021-01-16T00:47:25.648Z] Removing intermediate container 4d9369b28c0d [2021-01-16T00:47:25.648Z] ---> a7133f9d4e58 [2021-01-16T00:47:25.648Z] Step 13/22 : WORKDIR / [2021-01-16T00:47:26.257Z] ---> Running in 293d024e7a4d [2021-01-16T00:47:26.257Z] ---> 4d7cc55544a2 [2021-01-16T00:47:26.257Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:26.855Z] Removing intermediate container 3eee9664eaee [2021-01-16T00:47:26.855Z] ---> 937444e73543 [2021-01-16T00:47:26.855Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-16T00:47:27.472Z] Removing intermediate container 293d024e7a4d [2021-01-16T00:47:27.472Z] ---> 84224c4aa6ae [2021-01-16T00:47:27.472Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:47:28.077Z] ---> caa13f8b71b3 [2021-01-16T00:47:28.077Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:47:28.680Z] ---> 7ef13923cf6d [2021-01-16T00:47:28.680Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-16T00:47:28.680Z] ---> Running in a10b59db5b5d [2021-01-16T00:47:28.680Z] ---> aeb4673f3770 [2021-01-16T00:47:28.680Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:47:29.673Z] Removing intermediate container a10b59db5b5d [2021-01-16T00:47:29.673Z] ---> 4368ae03bb6d [2021-01-16T00:47:29.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:30.273Z] ---> 2aabb38c2219 [2021-01-16T00:47:30.273Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:30.273Z] ---> Running in a1fb43541770 [2021-01-16T00:47:30.879Z] ---> 5a46ade43ab8 [2021-01-16T00:47:30.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:47:30.879Z] Removing intermediate container 76e1fb3742aa [2021-01-16T00:47:30.879Z] ---> 079c26cdb870 [2021-01-16T00:47:30.879Z] [2021-01-16T00:47:30.879Z] Step 10/22 : FROM scratch [2021-01-16T00:47:30.879Z] ---> [2021-01-16T00:47:30.879Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:47:31.153Z] ---> Using cache [2021-01-16T00:47:31.153Z] ---> 954f66e6d1c6 [2021-01-16T00:47:31.153Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:47:31.153Z] Removing intermediate container a1fb43541770 [2021-01-16T00:47:31.153Z] ---> 5f4546820077 [2021-01-16T00:47:31.153Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:47:31.427Z] ---> Running in ce614263a99f [2021-01-16T00:47:31.702Z] ---> Running in d9a061761b38 [2021-01-16T00:47:31.973Z] ---> eec874a3c4b5 [2021-01-16T00:47:31.973Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:47:32.572Z] ---> 888ea8b6440c [2021-01-16T00:47:32.572Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:32.572Z] Removing intermediate container ce614263a99f [2021-01-16T00:47:32.572Z] ---> 784ddf79d0b7 [2021-01-16T00:47:32.572Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:47:33.179Z] Removing intermediate container d9a061761b38 [2021-01-16T00:47:33.179Z] ---> Running in 1a66d9afeeef [2021-01-16T00:47:33.179Z] ---> 9f6ae90fb168 [2021-01-16T00:47:33.179Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:47:33.769Z] ---> 8101e9391509 [2021-01-16T00:47:33.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:47:33.769Z] ---> Running in cc0d3ecbb151 [2021-01-16T00:47:34.045Z] Removing intermediate container 1a66d9afeeef [2021-01-16T00:47:34.045Z] ---> bbf1be326d53 [2021-01-16T00:47:34.045Z] Step 14/22 : WORKDIR / [2021-01-16T00:47:34.045Z] ---> 0ad175107ebe [2021-01-16T00:47:34.045Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:47:34.328Z] ---> Running in 342f6134ddca [2021-01-16T00:47:34.925Z] ---> Running in 8a25b59c2c9a [2021-01-16T00:47:34.925Z] Removing intermediate container cc0d3ecbb151 [2021-01-16T00:47:34.925Z] ---> 83ced4ca5e3b [2021-01-16T00:47:34.925Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:47:35.937Z] ---> Running in acd1a0388991 [2021-01-16T00:47:35.937Z] Removing intermediate container 342f6134ddca [2021-01-16T00:47:35.937Z] ---> b73ec5a306ef [2021-01-16T00:47:35.937Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:47:35.937Z] ---> 6a208e52f938 [2021-01-16T00:47:35.937Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:47:36.531Z] Removing intermediate container acd1a0388991 [2021-01-16T00:47:36.531Z] ---> e22814612760 [2021-01-16T00:47:36.531Z] [2021-01-16T00:47:36.808Z] Successfully built e22814612760 [2021-01-16T00:47:36.808Z] ---> 5a2e19342a2c [2021-01-16T00:47:36.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:47:37.087Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-16T00:47:37.087Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-16T00:47:37.365Z] ---> d0b5c007c6cc [2021-01-16T00:47:37.365Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-16T00:47:37.642Z] ---> Running in b7f66d11ab4a [2021-01-16T00:47:37.922Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:47:37.922Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:47:37.922Z] ---> eeaf43b92773 [2021-01-16T00:47:37.922Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:47:38.206Z] ---> Running in e76859cc4924 [2021-01-16T00:47:38.491Z] Removing intermediate container 8a25b59c2c9a [2021-01-16T00:47:38.491Z] ---> 650301df562a [2021-01-16T00:47:38.491Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:47:39.485Z] ---> Running in 68aed6d2971e [2021-01-16T00:47:40.092Z] ---> dbf7e1b62bde [2021-01-16T00:47:40.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:41.535Z] Removing intermediate container 68aed6d2971e [2021-01-16T00:47:41.535Z] ---> 1d3a74ae7f53 [2021-01-16T00:47:41.535Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:47:41.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:41.535Z] ---> Running in 308507eb4e53 [2021-01-16T00:47:41.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:41.828Z] ---> 63c2b2f13255 [2021-01-16T00:47:41.828Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:47:42.108Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:47:42.108Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:47:42.384Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:47:42.384Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:47:42.384Z] OK: 12 MiB in 22 packages [2021-01-16T00:47:42.657Z] Removing intermediate container b7f66d11ab4a [2021-01-16T00:47:42.657Z] ---> 1b4000bca29e [2021-01-16T00:47:42.657Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:47:42.989Z] ---> Running in b3c19f099504 [2021-01-16T00:47:43.269Z] ---> Running in efc4499f70a4 [2021-01-16T00:47:43.269Z] Removing intermediate container 308507eb4e53 [2021-01-16T00:47:43.269Z] ---> 3008aae0bdae [2021-01-16T00:47:43.269Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:47:43.872Z] Removing intermediate container b3c19f099504 [2021-01-16T00:47:43.872Z] ---> 33928b8696bd [2021-01-16T00:47:43.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:43.872Z] ---> Running in 05d206556f07 [2021-01-16T00:47:44.150Z] ---> Running in abf8827f19b0 [2021-01-16T00:47:44.150Z] Removing intermediate container efc4499f70a4 [2021-01-16T00:47:44.150Z] ---> 1e53df8683ef [2021-01-16T00:47:44.150Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:47:44.427Z] ---> Running in c6cd43ee02dc [2021-01-16T00:47:44.701Z] Removing intermediate container 05d206556f07 [2021-01-16T00:47:44.701Z] ---> 137a6b215805 [2021-01-16T00:47:44.701Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:47:44.977Z] ---> Running in 6ea02a81fb13 [2021-01-16T00:47:44.977Z] Removing intermediate container abf8827f19b0 [2021-01-16T00:47:44.977Z] ---> 7b1cfb89902a [2021-01-16T00:47:44.977Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:47:44.977Z] Removing intermediate container e76859cc4924 [2021-01-16T00:47:44.977Z] ---> 0c7b8611f40f [2021-01-16T00:47:44.977Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:47:44.977Z] Removing intermediate container c6cd43ee02dc [2021-01-16T00:47:44.977Z] ---> 9d3fb678c9fb [2021-01-16T00:47:44.977Z] Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:47:45.252Z] ---> Running in 93a5044205b6 [2021-01-16T00:47:45.252Z] ---> Running in 72e5d7c00001 [2021-01-16T00:47:45.533Z] ---> Running in 489b59581235 [2021-01-16T00:47:45.533Z] Removing intermediate container 6ea02a81fb13 [2021-01-16T00:47:45.533Z] ---> b075db8bec05 [2021-01-16T00:47:45.533Z] [2021-01-16T00:47:46.150Z] Removing intermediate container 72e5d7c00001 [2021-01-16T00:47:46.150Z] ---> b983c447e144 [2021-01-16T00:47:46.150Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:47:46.150Z] Removing intermediate container 93a5044205b6 [2021-01-16T00:47:46.150Z] ---> 2989e455b3f3 [2021-01-16T00:47:46.150Z] Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:47:46.150Z] Successfully built b075db8bec05 [2021-01-16T00:47:46.432Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-16T00:47:46.432Z] Building docker-support-notifications-go [2021-01-16T00:47:46.721Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 489b59581235 [2021-01-16T00:47:46.721Z] ---> 3ac88d94c8b3 [2021-01-16T00:47:47.010Z] ---> Running in bb04917923fa [2021-01-16T00:47:47.011Z] Step 24/24 : LABEL version=0.0.0 ---> Running in 3f286ea96d36 [2021-01-16T00:47:47.011Z] [2021-01-16T00:47:47.011Z] ---> Running in c71fb48524c6 [2021-01-16T00:47:47.635Z] Removing intermediate container 3f286ea96d36 [2021-01-16T00:47:47.635Z] ---> fdef77b9b299 [2021-01-16T00:47:47.635Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:47:47.635Z] Removing intermediate container bb04917923fa [2021-01-16T00:47:47.635Z] ---> d082cf9d0b04 [2021-01-16T00:47:47.635Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:47:47.912Z] Removing intermediate container c71fb48524c6 [2021-01-16T00:47:47.912Z] ---> 243ed68f01bc [2021-01-16T00:47:47.912Z] [2021-01-16T00:47:47.912Z] ---> Running in 6cbf14759331 [2021-01-16T00:47:47.912Z] ---> Running in c3a4f3d4e75b [2021-01-16T00:47:48.519Z] Successfully built 243ed68f01bc [2021-01-16T00:47:48.519Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-16T00:47:48.519Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-16T00:47:49.120Z] Removing intermediate container 6cbf14759331 [2021-01-16T00:47:49.120Z] ---> e8ebf250f6b1 [2021-01-16T00:47:49.120Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:47:49.399Z] Removing intermediate container c3a4f3d4e75b [2021-01-16T00:47:49.399Z] ---> e98257872ce6 [2021-01-16T00:47:49.399Z] [2021-01-16T00:47:49.670Z] Successfully built e98257872ce6 [2021-01-16T00:47:49.670Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-16T00:47:49.948Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-16T00:47:50.935Z] ---> ca04cd92cb18 [2021-01-16T00:47:50.935Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:52.373Z] ---> e783f2ac29b7 [2021-01-16T00:47:52.373Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:47:54.375Z] ---> cdbc796e0df3 [2021-01-16T00:47:54.375Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:47:54.658Z] ---> Running in 3455bd35282c [2021-01-16T00:47:56.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:56.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:56.700Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:47:56.700Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:47:56.700Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:47:56.700Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:47:56.700Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:47:56.700Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:47:56.700Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:47:59.328Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:47:59.328Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:47:59.328Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:47:59.328Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:47:59.328Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:47:59.328Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:47:59.328Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:47:59.328Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:47:59.328Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:47:59.328Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:47:59.328Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:47:59.328Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:47:59.328Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:47:59.328Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:47:59.328Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:47:59.328Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:47:59.603Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:47:59.603Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:47:59.603Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:47:59.603Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:47:59.603Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:47:59.603Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:47:59.603Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:47:59.603Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:47:59.603Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:47:59.603Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:47:59.881Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:47:59.881Z] OK: 71 MiB in 55 packages [2021-01-16T00:48:12.316Z] Removing intermediate container 3455bd35282c [2021-01-16T00:48:12.316Z] ---> f7d34656b8b0 [2021-01-16T00:48:12.316Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:48:12.316Z] ---> Running in 7b1d44aaa5e0 [2021-01-16T00:48:16.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:16.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:16.624Z] ---> 9fe8016bffde [2021-01-16T00:48:16.624Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:48:16.624Z] ---> Using cache [2021-01-16T00:48:16.624Z] ---> 9b3c960af0d8 [2021-01-16T00:48:16.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:16.624Z] ---> Using cache [2021-01-16T00:48:16.624Z] ---> 46e2f9880098 [2021-01-16T00:48:16.624Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:48:18.082Z] Collecting docker-compose==1.23.2 [2021-01-16T00:48:18.082Z] ---> Running in 27ff7315dbd3 [2021-01-16T00:48:18.082Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:48:19.549Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:48:19.549Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:48:19.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:20.096Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:48:20.096Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:48:20.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:21.300Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:23.529Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:48:23.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:48:25.533Z] Removing intermediate container 27ff7315dbd3 [2021-01-16T00:48:25.533Z] ---> 40661e01e20e [2021-01-16T00:48:25.533Z] Step 6/23 : COPY go.mod . [2021-01-16T00:48:26.986Z] ---> 1a53393c6eff [2021-01-16T00:48:26.986Z] Step 7/23 : RUN go mod download [2021-01-16T00:48:26.986Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:48:26.986Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:48:27.594Z] ---> Running in da354b4430ea [2021-01-16T00:48:31.004Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:48:31.004Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:48:32.451Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:48:32.451Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:48:32.451Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:32.451Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:32.451Z] ---> 9fe8016bffde [2021-01-16T00:48:32.451Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:48:32.451Z] ---> Using cache [2021-01-16T00:48:32.451Z] ---> 9b3c960af0d8 [2021-01-16T00:48:32.451Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:32.451Z] ---> Using cache [2021-01-16T00:48:32.451Z] ---> 46e2f9880098 [2021-01-16T00:48:32.451Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:48:33.050Z] ---> Running in 7f35a6925dee [2021-01-16T00:48:33.050Z] Removing intermediate container da354b4430ea [2021-01-16T00:48:33.050Z] ---> 77fde7da4653 [2021-01-16T00:48:33.050Z] Step 8/23 : COPY . . [2021-01-16T00:48:33.324Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:33.324Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:33.324Z] ---> 9fe8016bffde [2021-01-16T00:48:33.324Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:48:33.324Z] ---> Using cache [2021-01-16T00:48:33.324Z] ---> 9b3c960af0d8 [2021-01-16T00:48:33.324Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:33.324Z] ---> Using cache [2021-01-16T00:48:33.324Z] ---> 46e2f9880098 [2021-01-16T00:48:33.324Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:48:33.599Z] ---> Running in 842ccbea0616 [2021-01-16T00:48:33.878Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:48:33.878Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:48:34.887Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:34.887Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:34.887Z] ---> 9fe8016bffde [2021-01-16T00:48:34.887Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:48:34.887Z] ---> Using cache [2021-01-16T00:48:34.887Z] ---> 9b3c960af0d8 [2021-01-16T00:48:34.887Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:34.887Z] ---> Using cache [2021-01-16T00:48:34.887Z] ---> 46e2f9880098 [2021-01-16T00:48:34.887Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:48:35.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:35.442Z] ---> Running in 56336906c682 [2021-01-16T00:48:35.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:35.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:36.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:36.875Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:37.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:37.433Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:38.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:39.050Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:39.328Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:48:39.328Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:48:39.606Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-16T00:48:40.209Z] Removing intermediate container 7f35a6925dee [2021-01-16T00:48:40.209Z] ---> 2812d09fb65f [2021-01-16T00:48:40.209Z] Step 6/24 : COPY go.mod . [2021-01-16T00:48:40.806Z] Removing intermediate container 842ccbea0616 [2021-01-16T00:48:40.806Z] ---> 68d8c31bf706 [2021-01-16T00:48:41.082Z] Step 6/21 : COPY go.mod . [2021-01-16T00:48:41.354Z] Removing intermediate container 56336906c682 [2021-01-16T00:48:41.354Z] ---> 6891339aab0f [2021-01-16T00:48:41.354Z] Step 6/21 : COPY go.mod . [2021-01-16T00:48:41.354Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:48:41.354Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:48:41.629Z] ---> 8f5f1205eef6 [2021-01-16T00:48:41.629Z] Step 7/24 : RUN go mod download [2021-01-16T00:48:42.224Z] ---> Running in 0166f8198892 [2021-01-16T00:48:42.224Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:48:42.224Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:48:42.224Z] ---> 1ebfb2686b2d [2021-01-16T00:48:42.224Z] Step 7/21 : RUN go mod download [2021-01-16T00:48:42.833Z] ---> Running in 222b161a7332 [2021-01-16T00:48:42.833Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:48:42.833Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:48:43.109Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-16T00:48:43.109Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-16T00:48:43.109Z] ---> 0d16b76649d0 [2021-01-16T00:48:43.109Z] Step 7/21 : RUN go mod download [2021-01-16T00:48:43.386Z] ---> Running in dbeba712094f [2021-01-16T00:48:43.988Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:48:43.988Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:48:44.268Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:48:44.268Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:48:44.268Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:48:44.268Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:48:45.733Z] Installing collected packages: websocket-client, dockerpty, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, PyYAML, cached-property, docker-compose [2021-01-16T00:48:46.335Z] Running setup.py install for dockerpty: started [2021-01-16T00:48:47.344Z] Removing intermediate container 0166f8198892 [2021-01-16T00:48:47.344Z] ---> 7997775577d8 [2021-01-16T00:48:47.344Z] Step 8/24 : COPY . . [2021-01-16T00:48:47.976Z] Removing intermediate container 222b161a7332 [2021-01-16T00:48:47.976Z] ---> c1d13b0413ca [2021-01-16T00:48:47.976Z] Step 8/21 : COPY . . [2021-01-16T00:48:48.983Z] Removing intermediate container dbeba712094f [2021-01-16T00:48:48.983Z] ---> 975dbe7222ca [2021-01-16T00:48:48.983Z] Step 8/21 : COPY . . [2021-01-16T00:48:49.261Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:48:49.261Z] Running setup.py install for texttable: started [2021-01-16T00:48:51.902Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:48:51.902Z] Running setup.py install for docopt: started [2021-01-16T00:48:54.568Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:48:54.568Z] Attempting uninstall: idna [2021-01-16T00:48:54.568Z] Found existing installation: idna 2.9 [2021-01-16T00:48:54.568Z] Uninstalling idna-2.9: [2021-01-16T00:48:54.844Z] Successfully uninstalled idna-2.9 [2021-01-16T00:48:55.835Z] Attempting uninstall: urllib3 [2021-01-16T00:48:55.835Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:48:55.835Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:48:55.835Z] ---> f4f900fabd1e [2021-01-16T00:48:55.835Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:48:55.835Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:48:57.838Z] Attempting uninstall: requests [2021-01-16T00:48:57.838Z] Found existing installation: requests 2.23.0 [2021-01-16T00:48:57.838Z] Uninstalling requests-2.23.0: [2021-01-16T00:48:58.124Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:48:58.736Z] ---> Running in e1bb19a95c25 [2021-01-16T00:49:00.206Z] Running setup.py install for PyYAML: started [2021-01-16T00:49:00.483Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-16T00:49:03.124Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:49:04.134Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-16T00:49:16.636Z] Removing intermediate container 7b1d44aaa5e0 [2021-01-16T00:49:16.636Z] ---> 8cc3a2a8a3b2 [2021-01-16T00:49:16.636Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:49:16.920Z] ---> Running in 58a79d312621 [2021-01-16T00:49:18.928Z] ---> 61e6afe2a403 [2021-01-16T00:49:18.928Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:49:19.215Z] ---> Running in eb696bb90744 [2021-01-16T00:49:19.495Z] ---> 11dc3ef887a1 [2021-01-16T00:49:19.495Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:49:19.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:49:19.792Z] ---> Running in 3db440284ffc [2021-01-16T00:49:19.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:49:20.075Z] ---> 834f6fd8b435 [2021-01-16T00:49:20.075Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:49:20.359Z] ---> Running in f364bbd39e94 [2021-01-16T00:49:20.642Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:49:20.929Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:49:20.929Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:49:20.929Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:49:20.929Z] OK: 71 MiB in 58 packages [2021-01-16T00:49:21.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-16T00:49:22.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-16T00:49:23.198Z] Removing intermediate container 58a79d312621 [2021-01-16T00:49:23.198Z] ---> 656a98430d1e [2021-01-16T00:49:23.198Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"]CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-16T00:49:23.198Z] [2021-01-16T00:49:23.484Z] ---> Running in 26a9910457c6 [2021-01-16T00:49:24.504Z] Removing intermediate container 26a9910457c6 [2021-01-16T00:49:24.504Z] ---> ed21571355e7 [2021-01-16T00:49:24.504Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:49:24.504Z] ---> Running in 4eec1518a433 [2021-01-16T00:49:25.116Z] Removing intermediate container 4eec1518a433 [2021-01-16T00:49:25.116Z] ---> 9fd55e368a03 [2021-01-16T00:49:25.116Z] Step 24/26 : LABEL arch=arm64 [2021-01-16T00:49:25.396Z] ---> Running in f901699ca309 [2021-01-16T00:49:26.010Z] Removing intermediate container f901699ca309 [2021-01-16T00:49:26.010Z] ---> 2b17ce283a43 [2021-01-16T00:49:26.010Z] Step 25/26 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:49:26.290Z] ---> Running in 1456d7ff27ba [2021-01-16T00:49:26.921Z] Removing intermediate container 1456d7ff27ba [2021-01-16T00:49:26.921Z] ---> 9f5bcf00e8fa [2021-01-16T00:49:26.921Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:49:27.282Z] ---> Running in 94a342e08605 [2021-01-16T00:49:27.956Z] Removing intermediate container 94a342e08605 [2021-01-16T00:49:27.956Z] ---> 8abf25d4521f [2021-01-16T00:49:27.956Z] [2021-01-16T00:49:28.594Z] Successfully built 8abf25d4521f [2021-01-16T00:49:28.594Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-16T00:50:37.860Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-16T00:50:48.073Z] Removing intermediate container 3db440284ffc [2021-01-16T00:50:48.073Z] ---> 0c67341778f2 [2021-01-16T00:50:48.073Z] [2021-01-16T00:50:48.073Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:50:48.073Z] ---> afeebe901d6b [2021-01-16T00:50:48.073Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:50:48.073Z] Removing intermediate container eb696bb90744 [2021-01-16T00:50:48.073Z] ---> 91d9bbbe1630 [2021-01-16T00:50:48.073Z] [2021-01-16T00:50:48.073Z] Step 10/24 : FROM scratch [2021-01-16T00:50:48.073Z] ---> [2021-01-16T00:50:48.073Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:50:48.073Z] Removing intermediate container f364bbd39e94 [2021-01-16T00:50:48.073Z] ---> 05bcd7f7e7b2 [2021-01-16T00:50:48.073Z] [2021-01-16T00:50:48.073Z] Step 10/21 : FROM scratch [2021-01-16T00:50:48.073Z] ---> [2021-01-16T00:50:48.073Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:50:48.073Z] ---> Using cache [2021-01-16T00:50:48.073Z] ---> 954f66e6d1c6 [2021-01-16T00:50:48.073Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:50:48.073Z] ---> Running in a96926097576 [2021-01-16T00:50:48.073Z] ---> Running in 7dc8e60e5102 [2021-01-16T00:50:48.073Z] ---> Running in f75db2198a74 [2021-01-16T00:50:48.073Z] Removing intermediate container a96926097576 [2021-01-16T00:50:48.073Z] ---> 8a070230a6c0 [2021-01-16T00:50:48.073Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:50:48.349Z] Removing intermediate container f75db2198a74 [2021-01-16T00:50:48.349Z] ---> 5238e8ee00fe [2021-01-16T00:50:48.349Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:50:48.349Z] ---> Running in 27b3561778bb [2021-01-16T00:50:48.624Z] ---> Running in ca66ce20c02f [2021-01-16T00:50:48.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:48.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:48.901Z] Removing intermediate container e1bb19a95c25 [2021-01-16T00:50:48.901Z] ---> 9b756c4eb350 [2021-01-16T00:50:48.901Z] [2021-01-16T00:50:48.901Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:50:48.901Z] ---> afeebe901d6b [2021-01-16T00:50:48.901Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:50:48.901Z] Removing intermediate container 27b3561778bb [2021-01-16T00:50:48.901Z] ---> 1b2c00c7ede1 [2021-01-16T00:50:48.902Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:50:49.174Z] ---> Running in 130d9a33e7c5 [2021-01-16T00:50:49.174Z] ---> Running in b1106d9ece71 [2021-01-16T00:50:49.174Z] Removing intermediate container ca66ce20c02f [2021-01-16T00:50:49.174Z] ---> a553d8e37206 [2021-01-16T00:50:49.174Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:50:49.449Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:50:49.449Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:50:49.724Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:50:49.724Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:50:49.724Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:50:49.724Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:50:49.724Z] Removing intermediate container 130d9a33e7c5 [2021-01-16T00:50:49.724Z] ---> 7bb53c9ad98b [2021-01-16T00:50:49.724Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:50:50.001Z] OK: 7 MiB in 18 packages [2021-01-16T00:50:50.001Z] Removing intermediate container b1106d9ece71 [2021-01-16T00:50:50.001Z] ---> 4544473e2ce6 [2021-01-16T00:50:50.001Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:50:50.001Z] ---> 12e5964cfee9 [2021-01-16T00:50:50.001Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:50:50.001Z] ---> Running in 26ec8592972c [2021-01-16T00:50:50.979Z] Removing intermediate container 26ec8592972c [2021-01-16T00:50:50.979Z] ---> d3db943278eb [2021-01-16T00:50:50.979Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:50:50.979Z] ---> 192371fa4277 [2021-01-16T00:50:50.979Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:50:51.254Z] ---> Running in 377eadb418e4 [2021-01-16T00:50:51.532Z] ---> 96bb9644a105 [2021-01-16T00:50:51.532Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:50:51.805Z] Removing intermediate container 7dc8e60e5102 [2021-01-16T00:50:51.805Z] ---> 25ae5596e8bc [2021-01-16T00:50:51.805Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:50:52.081Z] Removing intermediate container 377eadb418e4 [2021-01-16T00:50:52.081Z] ---> 098d6a5f9f1b [2021-01-16T00:50:52.081Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:50:52.081Z] ---> Running in a3394a157a4f [2021-01-16T00:50:52.081Z] ---> Running in bc8cb52d29bd [2021-01-16T00:50:52.358Z] ---> 42af1ba0a473 [2021-01-16T00:50:52.358Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:50:52.358Z] ---> dad0a88ee0e3 [2021-01-16T00:50:52.358Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:50:52.636Z] ---> Running in 98fa4ae2549d [2021-01-16T00:50:52.636Z] Removing intermediate container a3394a157a4f [2021-01-16T00:50:52.636Z] ---> 2f28b8fe6180 [2021-01-16T00:50:52.636Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:50:52.913Z] ---> Running in 17bbceaf3053 [2021-01-16T00:50:53.186Z] Removing intermediate container 98fa4ae2549d [2021-01-16T00:50:53.186Z] ---> f8de8a6085ab [2021-01-16T00:50:53.186Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:50:53.461Z] ---> Running in a585aa82570f [2021-01-16T00:50:53.461Z] Removing intermediate container 17bbceaf3053 [2021-01-16T00:50:53.461Z] ---> d4aa37884073 [2021-01-16T00:50:53.461Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:50:53.735Z] ---> 61cf32e82e10 [2021-01-16T00:50:53.735Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:50:54.014Z] Removing intermediate container a585aa82570f [2021-01-16T00:50:54.014Z] ---> 1f8d9e79b14f [2021-01-16T00:50:54.014Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:50:54.289Z] ---> Running in d0ff49da9377 [2021-01-16T00:50:54.563Z] ---> 89b9954c5b7d [2021-01-16T00:50:54.563Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:50:54.837Z] ---> 73fe7221b933 [2021-01-16T00:50:54.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:50:54.837Z] Removing intermediate container d0ff49da9377 [2021-01-16T00:50:54.837Z] ---> ad709b609fdc [2021-01-16T00:50:54.837Z] Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:50:55.439Z] ---> Running in 29748a0fcf87 [2021-01-16T00:50:55.439Z] Removing intermediate container bc8cb52d29bd [2021-01-16T00:50:55.439Z] ---> 5363a824e53d [2021-01-16T00:50:55.439Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:50:55.726Z] ---> Running in 5d6b1f479550 [2021-01-16T00:50:56.007Z] ---> b364d7d0b061 [2021-01-16T00:50:56.007Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:50:56.286Z] Removing intermediate container 29748a0fcf87 [2021-01-16T00:50:56.286Z] ---> 4f50496d4787 [2021-01-16T00:50:56.286Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:50:56.286Z] ---> 8be4f7dfe633 [2021-01-16T00:50:56.286Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:50:56.569Z] ---> Running in 9abaf576ebec [2021-01-16T00:50:57.172Z] Removing intermediate container 9abaf576ebec [2021-01-16T00:50:57.172Z] ---> 6ba0aa06b8f4 [2021-01-16T00:50:57.172Z] [2021-01-16T00:50:57.450Z] ---> 108ec822bcf4 [2021-01-16T00:50:57.450Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:50:57.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:57.450Z] ---> 18acd0517a46 [2021-01-16T00:50:57.450Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:50:57.728Z] Successfully built 6ba0aa06b8f4 [2021-01-16T00:50:57.728Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-16T00:50:57.728Z]  Building docker-support-scheduler-go ... done  ---> Running in 54ae80b28f06 [2021-01-16T00:50:57.728Z] ---> Running in 47ff0fe66ab3 [2021-01-16T00:50:58.334Z] Removing intermediate container 47ff0fe66ab3 [2021-01-16T00:50:58.334Z] ---> 989057670ebc [2021-01-16T00:50:58.334Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:50:58.334Z] Removing intermediate container 54ae80b28f06 [2021-01-16T00:50:58.334Z] ---> 71e49f080c4d [2021-01-16T00:50:58.334Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:50:58.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:58.334Z] ---> Running in 6c9e3d6c8a1c [2021-01-16T00:50:58.334Z] ---> Running in e4498c7616d0 [2021-01-16T00:50:58.940Z] Removing intermediate container e4498c7616d0 [2021-01-16T00:50:58.940Z] ---> b58bb33c74cc [2021-01-16T00:50:58.940Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:50:58.940Z] Removing intermediate container 6c9e3d6c8a1c [2021-01-16T00:50:58.940Z] ---> 919531694ef4 [2021-01-16T00:50:58.940Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:50:58.940Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:50:58.940Z] ---> Running in da8140dc81f1 [2021-01-16T00:50:58.940Z] ---> Running in 79a341e78c8b [2021-01-16T00:50:58.940Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:50:59.220Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:50:59.496Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:50:59.496Z] Removing intermediate container 79a341e78c8b [2021-01-16T00:50:59.496Z] ---> 84dfda10e455 [2021-01-16T00:50:59.496Z] Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:50:59.496Z] Removing intermediate container da8140dc81f1 [2021-01-16T00:50:59.496Z] ---> 5e9bcf0784f7 [2021-01-16T00:50:59.496Z] Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:50:59.496Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:50:59.496Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:50:59.496Z] OK: 8 MiB in 19 packages [2021-01-16T00:50:59.776Z] ---> Running in e2b2e53c2af4 [2021-01-16T00:50:59.776Z] ---> Running in a571f71c3d30 [2021-01-16T00:51:00.054Z] Removing intermediate container a571f71c3d30 [2021-01-16T00:51:00.054Z] ---> d2acd9f90cf7 [2021-01-16T00:51:00.054Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:51:00.328Z] Removing intermediate container e2b2e53c2af4 [2021-01-16T00:51:00.328Z] ---> c5358801fc66 [2021-01-16T00:51:00.328Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:51:00.328Z] ---> Running in 1d2686f1c198 [2021-01-16T00:51:00.606Z] ---> Running in 5b586d4e9124 [2021-01-16T00:51:00.882Z] Removing intermediate container 1d2686f1c198 [2021-01-16T00:51:00.882Z] ---> 6eb85fb68e53 [2021-01-16T00:51:00.882Z] [2021-01-16T00:51:01.157Z] Removing intermediate container 5b586d4e9124 [2021-01-16T00:51:01.157Z] Removing intermediate container 5d6b1f479550 [2021-01-16T00:51:01.157Z] ---> 55b1d76fdc63 [2021-01-16T00:51:01.157Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:51:01.157Z] ---> 0fa654ade092 [2021-01-16T00:51:01.157Z] [2021-01-16T00:51:01.442Z] Successfully built 6eb85fb68e53 [2021-01-16T00:51:01.442Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-16T00:51:01.716Z]  Building docker-security-proxy-setup-go ... done Successfully built 0fa654ade092 [2021-01-16T00:51:01.716Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-16T00:51:01.989Z]  Building docker-support-notifications-go ... done  ---> 11471c50b3ee [2021-01-16T00:51:01.989Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:51:03.427Z] ---> 92ef3ff12861 [2021-01-16T00:51:03.427Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:51:04.025Z] ---> 4d3c6982f18d [2021-01-16T00:51:04.025Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:51:04.025Z] ---> Running in a1b63f256c8a [2021-01-16T00:51:04.626Z] Removing intermediate container a1b63f256c8a [2021-01-16T00:51:04.626Z] ---> fe47cfad1866 [2021-01-16T00:51:04.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:51:04.626Z] ---> Running in dd1a0c574c75 [2021-01-16T00:51:04.898Z] Removing intermediate container dd1a0c574c75 [2021-01-16T00:51:04.898Z] ---> e2a729a6524f [2021-01-16T00:51:04.898Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T00:51:05.176Z] ---> Running in 7eaab62d0c4e [2021-01-16T00:51:05.778Z] Removing intermediate container 7eaab62d0c4e [2021-01-16T00:51:05.778Z] ---> a7f058561e06 [2021-01-16T00:51:05.778Z] Step 22/23 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [2021-01-16T00:51:05.778Z] ---> Running in 22d8a2cfb8d9 [2021-01-16T00:51:06.387Z] Removing intermediate container 22d8a2cfb8d9 [2021-01-16T00:51:06.387Z] ---> 125a92b07f4d [2021-01-16T00:51:06.387Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:51:06.387Z] ---> Running in 90ba4df1a023 [2021-01-16T00:51:06.661Z] Removing intermediate container 90ba4df1a023 [2021-01-16T00:51:06.661Z] ---> bf391a3beb47 [2021-01-16T00:51:06.661Z] [2021-01-16T00:51:07.278Z] Successfully built bf391a3beb47 [2021-01-16T00:51:07.278Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-16T00:51:07.568Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-16T00:51:07.551Z] $ docker stop --time=1 af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 [2021-01-16T00:51:09.386Z] $ docker rm -f af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:51:10.049Z] + docker images [2021-01-16T00:51:10.049Z] + grep docker [2021-01-16T00:51:10.321Z] docker-core-data-go-arm64 latest bf391a3beb47 4 seconds ago 21MB [2021-01-16T00:51:10.321Z] docker-support-notifications-go-arm64 latest 0fa654ade092 10 seconds ago 11.4MB [2021-01-16T00:51:10.321Z] docker-security-proxy-setup-go-arm64 latest 6eb85fb68e53 10 seconds ago 23.2MB [2021-01-16T00:51:10.321Z] docker-support-scheduler-go-arm64 latest 6ba0aa06b8f4 14 seconds ago 10MB [2021-01-16T00:51:10.321Z] docker-sys-mgmt-agent-go-arm64 latest 8abf25d4521f About a minute ago 300MB [2021-01-16T00:51:10.321Z] docker-core-metadata-go-arm64 latest e98257872ce6 3 minutes ago 12.3MB [2021-01-16T00:51:10.321Z] docker-security-secretstore-setup-go-arm64 latest 243ed68f01bc 3 minutes ago 23.4MB [2021-01-16T00:51:10.321Z] docker-security-bootstrap-redis-go-arm64 latest b075db8bec05 3 minutes ago 15.1MB [2021-01-16T00:51:10.321Z] docker-core-command-go-arm64 latest e22814612760 3 minutes ago 9.98MB [2021-01-16T00:51:10.321Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:14.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:15.124Z] ---> package-listing.sh [2021-01-16T00:51:15.124Z] ++ facter osfamily [2021-01-16T00:51:15.124Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-16T00:51:15.385Z] + OS_FAMILY=redhat [2021-01-16T00:51:15.385Z] + workspace=/w/workspace/edgex-go/41 [2021-01-16T00:51:15.385Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-16T00:51:15.385Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-16T00:51:15.385Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-16T00:51:15.385Z] + PACKAGES=/tmp/packages_start.txt [2021-01-16T00:51:15.385Z] + '[' /w/workspace/edgex-go/41 ']' [2021-01-16T00:51:15.385Z] + PACKAGES=/tmp/packages_end.txt [2021-01-16T00:51:15.385Z] + case "${OS_FAMILY}" in [2021-01-16T00:51:15.385Z] + rpm -qa [2021-01-16T00:51:15.385Z] + sort [2021-01-16T00:51:20.726Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-16T00:51:20.726Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-16T00:51:20.726Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-16T00:51:20.726Z] + '[' /w/workspace/edgex-go/41 ']' [2021-01-16T00:51:20.726Z] + mkdir -p /w/workspace/edgex-go/41/archives/ [2021-01-16T00:51:20.726Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/41/archives/ [Pipeline] echo [2021-01-16T00:51:20.801Z] 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/41/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-16T00:51:21.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:51:21.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:21.433Z] [2021-01-16T00:51:21.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:51:21.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:21.784Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-16T00:51:21.784Z] df20fa9351a1: Pulling fs layer [2021-01-16T00:51:21.784Z] 36b3adc4ff6f: Pulling fs layer [2021-01-16T00:51:21.784Z] 8ad3a11d3b57: Pulling fs layer [2021-01-16T00:51:21.784Z] 46f8f816bc3b: Pulling fs layer [2021-01-16T00:51:21.784Z] 93b61091891f: Pulling fs layer [2021-01-16T00:51:21.785Z] 93b9cdb0e59b: Pulling fs layer [2021-01-16T00:51:21.785Z] 5e14af77c1be: Pulling fs layer [2021-01-16T00:51:21.785Z] 01666e4c0597: Pulling fs layer [2021-01-16T00:51:21.785Z] aa168da1d23b: Pulling fs layer [2021-01-16T00:51:21.785Z] 46f8f816bc3b: Waiting [2021-01-16T00:51:21.785Z] 93b61091891f: Waiting [2021-01-16T00:51:21.785Z] 93b9cdb0e59b: Waiting [2021-01-16T00:51:21.785Z] 5e14af77c1be: Waiting [2021-01-16T00:51:21.785Z] 01666e4c0597: Waiting [2021-01-16T00:51:21.785Z] aa168da1d23b: Waiting [2021-01-16T00:51:21.785Z] 36b3adc4ff6f: Verifying Checksum [2021-01-16T00:51:21.785Z] 36b3adc4ff6f: Download complete [2021-01-16T00:51:22.050Z] 46f8f816bc3b: Verifying Checksum [2021-01-16T00:51:22.051Z] 46f8f816bc3b: Download complete [2021-01-16T00:51:22.051Z] df20fa9351a1: Download complete [2021-01-16T00:51:22.051Z] 93b9cdb0e59b: Verifying Checksum [2021-01-16T00:51:22.051Z] 93b9cdb0e59b: Download complete [2021-01-16T00:51:22.051Z] 5e14af77c1be: Verifying Checksum [2021-01-16T00:51:22.051Z] 5e14af77c1be: Download complete [2021-01-16T00:51:22.051Z] 93b61091891f: Download complete [2021-01-16T00:51:22.051Z] 01666e4c0597: Verifying Checksum [2021-01-16T00:51:22.051Z] 01666e4c0597: Download complete [2021-01-16T00:51:22.312Z] df20fa9351a1: Pull complete [2021-01-16T00:51:22.575Z] 36b3adc4ff6f: Pull complete [2021-01-16T00:51:22.840Z] 8ad3a11d3b57: Download complete [2021-01-16T00:51:23.421Z] 8ad3a11d3b57: Pull complete [2021-01-16T00:51:23.686Z] 46f8f816bc3b: Pull complete [2021-01-16T00:51:24.635Z] aa168da1d23b: Verifying Checksum [2021-01-16T00:51:24.635Z] aa168da1d23b: Download complete [2021-01-16T00:51:26.022Z] 93b61091891f: Pull complete [2021-01-16T00:51:26.022Z] 93b9cdb0e59b: Pull complete [2021-01-16T00:51:26.022Z] 5e14af77c1be: Pull complete [2021-01-16T00:51:26.283Z] 01666e4c0597: Pull complete [2021-01-16T00:51:34.585Z] aa168da1d23b: Pull complete [2021-01-16T00:51:34.585Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-16T00:51:34.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:34.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-16T00:51:34.761Z] prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container [2021-01-16T00:51:34.823Z] $ 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/41/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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-16T00:51:38.770Z] $ docker top ea7cfd6d22e61217c22e3cc52e3b7727e09fccc0e177ce28c9c7598ab66e722f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:51:39.287Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-16T00:51:39.586Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-16T00:51:39.880Z] + ls /var/log/sa-host [2021-01-16T00:51:39.880Z] + sadf -c /var/log/sa-host/sa16 [2021-01-16T00:51:39.880Z] file_magic: OK [2021-01-16T00:51:39.880Z] HZ: Using current value: 100 [2021-01-16T00:51:39.880Z] file_header: OK [2021-01-16T00:51:39.880Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-16T00:51:39.881Z] Statistics: [2021-01-16T00:51:39.881Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-16T00:51:39.881Z] File successfully converted to sysstat format version 12.2.1 [2021-01-16T00:51:39.881Z] + sadf -c /var/log/sa-host/sa23 [2021-01-16T00:51:39.881Z] file_magic: OK [2021-01-16T00:51:39.881Z] HZ: Using current value: 100 [2021-01-16T00:51:39.881Z] file_header: OK [2021-01-16T00:51:39.881Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-16T00:51:39.881Z] Statistics: [2021-01-16T00:51:39.881Z] Hnuu...uuuununununu... [2021-01-16T00:51:39.881Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-16T00:51:40.086Z] provisioning config files... [2021-01-16T00:51:40.109Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/41@tmp/config7098069682865219724tmp [Pipeline] { [Pipeline] echo [2021-01-16T00:51:40.180Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:40.474Z] ---> create-netrc.sh [Pipeline] } [2021-01-16T00:51:40.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-16T00:51:40.574Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:40.867Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-16T00:51:40.879Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:41.175Z] ---> sudo-logs.sh [2021-01-16T00:51:41.175Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-16T00:51:41.186Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:41.480Z] ---> job-cost.sh [2021-01-16T00:51:41.480Z] lf-activate-venv: SKIPPING [2021-01-16T00:51:41.480Z] INFO: No Stack... [2021-01-16T00:51:42.423Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-16T00:51:43.000Z] INFO: Archiving Costs [Pipeline] echo [2021-01-16T00:51:43.013Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:43.308Z] ---> logs-deploy.sh [2021-01-16T00:51:43.308Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/41 [2021-01-16T00:51:43.308Z] INFO: archiving workspace using pattern(s): [2021-01-16T00:51:44.693Z] Archives upload complete. [2021-01-16T00:51:44.693Z] INFO: archiving logs to Nexus