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 fa73db002611977724c74faadafd397fb3003e92 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from fa73db002611977724c74faadafd397fb3003e92 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18766 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/34 [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/34 # 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 fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8f10267bcd361eb88b372cd8190b7778f04a985d Checking out Revision 8f10267bcd361eb88b372cd8190b7778f04a985d (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 fa73db002611977724c74faadafd397fb3003e92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f10267bcd361eb88b372cd8190b7778f04a985d # timeout=10 Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T00:31:33.510Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T00:31:33.795Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T00:31:33.896Z] ========================================================= [2021-01-07T00:31:33.897Z] EdgeX Global Pipelines Version Info [2021-01-07T00:31:33.897Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 [2021-01-07T00:31:36.467Z] ------------------- [2021-01-07T00:31:36.467Z] stable info: [2021-01-07T00:31:36.467Z] ------------------- [2021-01-07T00:31:36.467Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T00:31:36.467Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T00:31:36.467Z] Message: update stable to v1.0.173 [2021-01-07T00:31:37.440Z] ------------------- [2021-01-07T00:31:37.440Z] experimental info: [2021-01-07T00:31:37.440Z] ------------------- [2021-01-07T00:31:37.440Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T00:31:37.440Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T00:31:37.440Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T00:31:37.715Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T00:31:37.817Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T00:31:37.910Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T00:31:38.080Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T00:31:38.170Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T00:31:38.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T00:31:38.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T00:31:38.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T00:31:38.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T00:31:38.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T00:31:38.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T00:31:38.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T00:31:39.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T00:31:39.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T00:31:39.177Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T00:31:39.267Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T00:31:39.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T00:31:39.471Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T00:31:39.845Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T00:31:39.952Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T00:31:40.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T00:31:40.206Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T00:31:40.302Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T00:31:40.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-07T00:31:40.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-07T00:31:40.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-07T00:31:40.771Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f10267bcd361eb88b372cd8190b7778f04a985d [Pipeline] echo [2021-01-07T00:31:40.867Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f10267 [Pipeline] echo [2021-01-07T00:31:40.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T00:31:41.184Z] provisioning config files... [2021-01-07T00:31:41.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/34@tmp/config100120877116212783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:31:41.646Z] ---> docker-login.sh [2021-01-07T00:31:41.646Z] nexus3.edgexfoundry.org:10001 [2021-01-07T00:31:42.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:31:42.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:31:42.547Z] Configure a credential helper to remove this warning. See [2021-01-07T00:31:42.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:31:42.547Z] [2021-01-07T00:31:42.547Z] Login Succeeded [2021-01-07T00:31:42.547Z] nexus3.edgexfoundry.org:10002 [2021-01-07T00:31:42.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:31:43.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:31:43.098Z] Configure a credential helper to remove this warning. See [2021-01-07T00:31:43.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:31:43.098Z] [2021-01-07T00:31:43.098Z] Login Succeeded [2021-01-07T00:31:43.098Z] nexus3.edgexfoundry.org:10003 [2021-01-07T00:31:43.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:31:43.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:31:43.368Z] Configure a credential helper to remove this warning. See [2021-01-07T00:31:43.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:31:43.368Z] [2021-01-07T00:31:43.368Z] Login Succeeded [2021-01-07T00:31:43.368Z] nexus3.edgexfoundry.org:10004 [2021-01-07T00:31:43.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:31:43.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:31:43.637Z] Configure a credential helper to remove this warning. See [2021-01-07T00:31:43.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:31:43.637Z] [2021-01-07T00:31:43.637Z] Login Succeeded [2021-01-07T00:31:43.637Z] docker.io [2021-01-07T00:31:43.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:31:44.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:31:44.190Z] Configure a credential helper to remove this warning. See [2021-01-07T00:31:44.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:31:44.190Z] [2021-01-07T00:31:44.190Z] Login Succeeded [2021-01-07T00:31:44.190Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T00:31:44.224Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T00:31:44.758Z] ++ 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-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T00:31:44.758Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T00:31:44.758Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T00:31:44.758Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:31:44.758Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T00:31:44.758Z] ++ cut -d/ -f2 [2021-01-07T00:31:44.758Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T00:31:44.856Z] 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-07T00:31:45.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:31:45.761Z] [2021-01-07T00:31:45.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:31:46.408Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:31:47.004Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T00:31:47.004Z] 31603596830f: Pulling fs layer [2021-01-07T00:31:47.004Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T00:31:47.004Z] 6ca5941a6612: Pulling fs layer [2021-01-07T00:31:47.004Z] ecc8261a40a4: Pulling fs layer [2021-01-07T00:31:47.004Z] ecc8261a40a4: Waiting [2021-01-07T00:31:47.294Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T00:31:47.294Z] 2a8b12db71e7: Download complete [2021-01-07T00:31:47.585Z] 31603596830f: Verifying Checksum [2021-01-07T00:31:47.585Z] 31603596830f: Download complete [2021-01-07T00:31:47.885Z] ecc8261a40a4: Verifying Checksum [2021-01-07T00:31:47.885Z] ecc8261a40a4: Download complete [2021-01-07T00:31:48.547Z] 31603596830f: Pull complete [2021-01-07T00:31:48.856Z] 2a8b12db71e7: Pull complete [2021-01-07T00:31:49.190Z] 6ca5941a6612: Verifying Checksum [2021-01-07T00:31:49.190Z] 6ca5941a6612: Download complete [2021-01-07T00:31:51.175Z] 6ca5941a6612: Pull complete [2021-01-07T00:31:51.771Z] ecc8261a40a4: Pull complete [2021-01-07T00:31:51.771Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T00:31:51.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:31:51.771Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T00:31:51.968Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:31:52.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:31:55.341Z] $ docker top b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T00:31:55.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T00:31:55.798Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T00:31:56.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T00:31:56.424Z] $ docker exec b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent [2021-01-07T00:31:56.827Z] SSH_AUTH_SOCK=/tmp/ssh-SKLI3c8TWDqK/agent.12 [2021-01-07T00:31:56.827Z] SSH_AGENT_PID=18 [2021-01-07T00:31:56.846Z] Running ssh-add (command line suppressed) [2021-01-07T00:31:57.113Z] Identity added: /w/workspace/edgex-go/34@tmp/private_key_5027251348659167456.key (/w/workspace/edgex-go/34@tmp/private_key_5027251348659167456.key) [2021-01-07T00:31:57.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T00:31:57.941Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T00:31:58.070Z] $ docker exec --env ******** --env ******** b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent -k [2021-01-07T00:31:58.322Z] unset SSH_AUTH_SOCK; [2021-01-07T00:31:58.333Z] unset SSH_AGENT_PID; [2021-01-07T00:31:58.333Z] echo Agent pid 18 killed; [2021-01-07T00:31:58.482Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T00:31:58.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T00:31:58.651Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T00:31:59.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T00:31:59.059Z] $ docker exec b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent [2021-01-07T00:31:59.503Z] SSH_AUTH_SOCK=/tmp/ssh-4UbyGWuqO5RY/agent.47 [2021-01-07T00:31:59.503Z] SSH_AGENT_PID=52 [2021-01-07T00:31:59.515Z] Running ssh-add (command line suppressed) [2021-01-07T00:31:59.764Z] Identity added: /w/workspace/edgex-go/34@tmp/private_key_8122669881490686030.key (/w/workspace/edgex-go/34@tmp/private_key_8122669881490686030.key) [2021-01-07T00:31:59.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T00:32:00.273Z] + git semver init [2021-01-07T00:32:00.274Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T00:32:00.274Z] # $GIT_DIR = /w/workspace/edgex-go/34/.git [2021-01-07T00:32:00.274Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/34 [2021-01-07T00:32:00.274Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T00:32:00.274Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T00:32:00.274Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T00:32:00.274Z] # $SEMVER_BRANCH = PR-2858 [2021-01-07T00:32:00.274Z] # $SEMVER_TEMP = /tmp/semver-806945781 [2021-01-07T00:32:00.274Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T00:32:33.125Z] # '/tmp/semver-806945781' -> '/w/workspace/edgex-go/34/.semver' [2021-01-07T00:32:33.125Z] # -> Force: false [2021-01-07T00:32:33.125Z] # $SEMVER_DIR = /w/workspace/edgex-go/34/.semver [Pipeline] } [2021-01-07T00:32:33.154Z] $ docker exec --env ******** --env ******** b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent -k [2021-01-07T00:32:33.514Z] unset SSH_AUTH_SOCK; [2021-01-07T00:32:33.515Z] unset SSH_AGENT_PID; [2021-01-07T00:32:33.515Z] echo Agent pid 52 killed; [2021-01-07T00:32:33.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T00:32:34.196Z] + git semver [Pipeline] } [2021-01-07T00:32:34.223Z] $ docker stop --time=1 b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 [2021-01-07T00:32:35.891Z] $ docker rm -f b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:32:36.559Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T00:32:37.237Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T00:32:37.240Z] [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-07T00:32:38.140Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:32:38.488Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:32:38.858Z] + sudo service docker restart [2021-01-07T00:32:38.858Z] + true [2021-01-07T00:32:38.858Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T00:32:40.312Z] ========================================================= [2021-01-07T00:32:40.312Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T00:32:40.312Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:32:40.695Z] + 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-07T00:32:47.474Z] Sending build context to Docker daemon 326.4MB [2021-01-07T00:32:47.474Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T00:32:47.474Z] Step 2/6 : FROM ${BASE} [2021-01-07T00:32:47.474Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T00:32:47.474Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T00:32:47.474Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T00:32:47.474Z] de9db76c5a1d: Pulling fs layer [2021-01-07T00:32:47.474Z] bca2f99d35d6: Pulling fs layer [2021-01-07T00:32:47.474Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T00:32:47.474Z] 7c6f9722023f: Pulling fs layer [2021-01-07T00:32:47.474Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T00:32:47.474Z] bca2f99d35d6: Waiting [2021-01-07T00:32:47.474Z] 93359f2a8cfa: Waiting [2021-01-07T00:32:47.474Z] 7c6f9722023f: Waiting [2021-01-07T00:32:47.474Z] a35cf1a2eb13: Waiting [2021-01-07T00:32:47.749Z] de9db76c5a1d: Verifying Checksum [2021-01-07T00:32:47.749Z] de9db76c5a1d: Download complete [2021-01-07T00:32:47.749Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T00:32:47.749Z] 0ef7d3d256c8: Download complete [2021-01-07T00:32:47.749Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T00:32:47.749Z] 93359f2a8cfa: Download complete [2021-01-07T00:32:48.353Z] 7c6f9722023f: Verifying Checksum [2021-01-07T00:32:48.353Z] 7c6f9722023f: Download complete [2021-01-07T00:32:48.659Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T00:32:48.659Z] 188c0c94c7c5: Download complete [2021-01-07T00:32:49.312Z] 188c0c94c7c5: Pull complete [2021-01-07T00:32:50.343Z] 0ef7d3d256c8: Pull complete [2021-01-07T00:32:50.343Z] de9db76c5a1d: Pull complete [2021-01-07T00:32:51.804Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T00:32:51.804Z] a35cf1a2eb13: Download complete [2021-01-07T00:32:52.595Z] Still waiting to schedule task [2021-01-07T00:32:52.595Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-07T00:32:54.615Z] bca2f99d35d6: Verifying Checksum [2021-01-07T00:32:54.615Z] bca2f99d35d6: Download complete [2021-01-07T00:33:04.923Z] bca2f99d35d6: Pull complete [2021-01-07T00:33:04.923Z] 93359f2a8cfa: Pull complete [2021-01-07T00:33:04.923Z] 7c6f9722023f: Pull complete [2021-01-07T00:33:11.631Z] a35cf1a2eb13: Pull complete [2021-01-07T00:33:11.631Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T00:33:11.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T00:33:11.631Z] ---> a62c8e92a672 [2021-01-07T00:33:11.631Z] 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-07T00:33:11.631Z] ---> Running in fd201659cb3f [2021-01-07T00:33:12.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:33:13.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:33:13.795Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T00:33:14.061Z] (2/12) Installing file (5.38-r0) [2021-01-07T00:33:14.061Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T00:33:14.326Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T00:33:17.680Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T00:33:17.680Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T00:33:17.680Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T00:33:17.680Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T00:33:17.680Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T00:33:17.946Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T00:33:17.946Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T00:33:18.536Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T00:33:18.536Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:33:18.536Z] OK: 233 MiB in 51 packages [2021-01-07T00:33:22.083Z] Removing intermediate container fd201659cb3f [2021-01-07T00:33:22.083Z] ---> 9ecae8f46c13 [2021-01-07T00:33:22.083Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T00:33:22.083Z] ---> Running in be9142d56515 [2021-01-07T00:33:22.795Z] Removing intermediate container be9142d56515 [2021-01-07T00:33:22.795Z] ---> 371a7d8619eb [2021-01-07T00:33:22.795Z] Step 5/6 : COPY go.mod . [2021-01-07T00:33:23.073Z] ---> 7c685a9df9e5 [2021-01-07T00:33:23.073Z] Step 6/6 : RUN go mod download [2021-01-07T00:33:23.362Z] ---> Running in 3083de0e133b [2021-01-07T00:33:55.931Z] Removing intermediate container 3083de0e133b [2021-01-07T00:33:55.931Z] ---> b3ee19a67476 [2021-01-07T00:33:55.931Z] Successfully built b3ee19a67476 [2021-01-07T00:33:55.931Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:33:56.312Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T00:33:56.577Z] . [Pipeline] withDockerContainer [2021-01-07T00:33:56.775Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:33:56.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:33:58.211Z] $ docker top c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:33:59.812Z] + go version [2021-01-07T00:34:00.106Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T00:34:00.145Z] $ docker stop --time=1 c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 [2021-01-07T00:34:02.000Z] $ docker rm -f c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:34:03.005Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T00:34:03.005Z] . [Pipeline] withDockerContainer [2021-01-07T00:34:03.245Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:34:03.455Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:34:05.599Z] $ docker top c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T00:34:06.390Z] ========================================================= [2021-01-07T00:34:06.390Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T00:34:06.390Z] ========================================================= [Pipeline] sh [2021-01-07T00:34:07.091Z] + make test [2021-01-07T00:34:07.091Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T00:34:25.536Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T00:34:48.002Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T00:34:56.494Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T00:34:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T00:34:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T00:34:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T00:34:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T00:34:59.208Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T00:35:00.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T00:35:00.849Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T00:35:01.859Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T00:35:05.397Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T00:35:05.397Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T00:35:05.397Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T00:35:08.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements [2021-01-07T00:35:08.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T00:35:08.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T00:35:08.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T00:35:08.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T00:35:08.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T00:35:13.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.326s coverage: 27.0% of statements [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T00:35:13.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T00:35:13.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T00:35:13.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 77.1% of statements [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T00:35:13.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.278s coverage: 82.4% of statements [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T00:35:13.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T00:35:16.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.765s coverage: 28.6% of statements [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T00:35:16.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T00:35:16.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-07T00:35:16.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T00:35:18.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T00:35:18.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.239s coverage: 97.5% of statements [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T00:35:18.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T00:35:18.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T00:35:21.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.736s coverage: 93.8% of statements [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T00:35:21.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.107s coverage: 58.8% of statements [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T00:35:21.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T00:35:21.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.079s coverage: 100.0% of statements [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T00:35:21.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-01-07T00:35:21.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T00:35:22.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-01-07T00:35:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-01-07T00:35:23.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.092s coverage: 84.2% of statements [2021-01-07T00:35:24.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-01-07T00:35:24.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T00:35:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 63.5% of statements [2021-01-07T00:35:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T00:35:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T00:35:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-07T00:35:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-07T00:35:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-07T00:35:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-01-07T00:35:26.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-07T00:35:29.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.765s coverage: 55.9% of statements [2021-01-07T00:35:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T00:35:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T00:35:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T00:35:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T00:35:29.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T00:35:30.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 37.0% of statements [2021-01-07T00:35:30.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T00:35:30.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T00:35:30.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.953s coverage: 84.0% of statements [2021-01-07T00:35:30.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements [2021-01-07T00:35:34.990Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18772 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [2021-01-07T00:35:34.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T00:35:34.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T00:35:34.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements [2021-01-07T00:35:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] ws [2021-01-07T00:35:35.045Z] Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout [2021-01-07T00:35:37.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.057s coverage: 29.1% of statements [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T00:35:37.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T00:35:37.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T00:35:37.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T00:35:37.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T00:35:37.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T00:35:37.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.136s coverage: 87.9% of statements [2021-01-07T00:35:37.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T00:35:37.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T00:35:37.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.108s coverage: 100.0% of statements [2021-01-07T00:35:37.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-07T00:35:38.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2021-01-07T00:35:38.946Z] GO111MODULE=on go vet ./... [2021-01-07T00:35:40.652Z] using credential edgex-jenkins-ssh [2021-01-07T00:35:40.825Z] Cloning the remote Git repository [2021-01-07T00:35:40.915Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:35:41.043Z] > git init /w/workspace/edgex-go/34 # timeout=10 [2021-01-07T00:35:41.137Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:35:41.139Z] > git --version # timeout=10 [2021-01-07T00:35:41.161Z] > git --version # 'git version 2.17.1' [2021-01-07T00:35:41.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:35:41.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:35:57.281Z] Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-07T00:35:56.367Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:35:56.383Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:35:56.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:35:56.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:35:56.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:35:56.450Z] > 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-07T00:35:57.308Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:35:57.331Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-07T00:35:58.231Z] Merge succeeded, producing 456697ee8a13550882bb1f426add5c4504be27ae [2021-01-07T00:35:58.231Z] Checking out Revision 456697ee8a13550882bb1f426add5c4504be27ae (PR-2858) [2021-01-07T00:35:57.638Z] > git remote # timeout=10 [2021-01-07T00:35:57.655Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T00:35:57.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:35:57.689Z] > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [2021-01-07T00:35:58.195Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T00:35:58.246Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:35:58.261Z] > git checkout -f 456697ee8a13550882bb1f426add5c4504be27ae # timeout=10 [2021-01-07T00:36:02.667Z] Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" [2021-01-07T00:36:02.696Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T00:36:02.684Z] > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 [2021-01-07T00:36:04.254Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:36:04.677Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:36:05.025Z] + true [2021-01-07T00:36:05.025Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T00:36:07.102Z] provisioning config files... [2021-01-07T00:36:07.151Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/34@tmp/config8708121314567030935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:36:07.563Z] ---> docker-login.sh [2021-01-07T00:36:07.563Z] nexus3.edgexfoundry.org:10001 [2021-01-07T00:36:08.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:36:08.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:36:08.825Z] Configure a credential helper to remove this warning. See [2021-01-07T00:36:08.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:36:08.825Z] [2021-01-07T00:36:08.825Z] Login Succeeded [2021-01-07T00:36:08.825Z] nexus3.edgexfoundry.org:10002 [2021-01-07T00:36:09.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:36:09.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:36:09.376Z] Configure a credential helper to remove this warning. See [2021-01-07T00:36:09.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:36:09.376Z] [2021-01-07T00:36:09.376Z] Login Succeeded [2021-01-07T00:36:09.376Z] nexus3.edgexfoundry.org:10003 [2021-01-07T00:36:09.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:36:09.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:36:09.929Z] Configure a credential helper to remove this warning. See [2021-01-07T00:36:09.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:36:09.929Z] [2021-01-07T00:36:09.929Z] Login Succeeded [2021-01-07T00:36:09.929Z] nexus3.edgexfoundry.org:10004 [2021-01-07T00:36:10.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:36:10.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:36:10.486Z] Configure a credential helper to remove this warning. See [2021-01-07T00:36:10.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:36:10.486Z] [2021-01-07T00:36:10.486Z] Login Succeeded [2021-01-07T00:36:10.486Z] docker.io [2021-01-07T00:36:11.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:36:11.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:36:11.361Z] Configure a credential helper to remove this warning. See [2021-01-07T00:36:11.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:36:11.361Z] [2021-01-07T00:36:11.361Z] Login Succeeded [2021-01-07T00:36:11.361Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T00:36:11.380Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T00:36:11.858Z] ========================================================= [2021-01-07T00:36:11.858Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T00:36:11.858Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:36:12.256Z] + 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-07T00:36:14.908Z] Sending build context to Docker daemon 165.5MB [2021-01-07T00:36:14.908Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T00:36:14.908Z] Step 2/6 : FROM ${BASE} [2021-01-07T00:36:14.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T00:36:14.908Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T00:36:14.908Z] a4357932f1b6: Pulling fs layer [2021-01-07T00:36:14.908Z] 18c013af1878: Pulling fs layer [2021-01-07T00:36:14.908Z] 00ac8860ef70: Pulling fs layer [2021-01-07T00:36:14.908Z] 63d7cb157983: Pulling fs layer [2021-01-07T00:36:14.908Z] b116817d02f9: Pulling fs layer [2021-01-07T00:36:14.908Z] 745a02a5169b: Pulling fs layer [2021-01-07T00:36:14.908Z] 63d7cb157983: Waiting [2021-01-07T00:36:14.908Z] b116817d02f9: Waiting [2021-01-07T00:36:14.908Z] 745a02a5169b: Waiting [2021-01-07T00:36:14.908Z] 00ac8860ef70: Waiting [2021-01-07T00:36:14.908Z] 18c013af1878: Download complete [2021-01-07T00:36:14.908Z] a4357932f1b6: Verifying Checksum [2021-01-07T00:36:14.908Z] a4357932f1b6: Download complete [2021-01-07T00:36:14.908Z] 63d7cb157983: Verifying Checksum [2021-01-07T00:36:14.908Z] 63d7cb157983: Download complete [2021-01-07T00:36:14.908Z] b116817d02f9: Verifying Checksum [2021-01-07T00:36:14.908Z] b116817d02f9: Download complete [2021-01-07T00:36:14.908Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T00:36:15.520Z] 5f621e34cdf4: Pull complete [2021-01-07T00:36:16.123Z] a4357932f1b6: Pull complete [2021-01-07T00:36:16.400Z] 18c013af1878: Pull complete [2021-01-07T00:36:17.437Z] 745a02a5169b: Verifying Checksum [2021-01-07T00:36:17.437Z] 745a02a5169b: Download complete [2021-01-07T00:36:18.895Z] 00ac8860ef70: Verifying Checksum [2021-01-07T00:36:18.895Z] 00ac8860ef70: Download complete [2021-01-07T00:36:26.539Z] gofmt -l . [2021-01-07T00:36:26.539Z] [ "`gofmt -l .`" = "" ] [2021-01-07T00:36:27.526Z] ./bin/test-go-mod-tidy.sh [2021-01-07T00:36:28.119Z] ./bin/test-attribution-txt.sh [2021-01-07T00:36:29.097Z] 00ac8860ef70: Pull complete [2021-01-07T00:36:29.097Z] 63d7cb157983: Pull complete [2021-01-07T00:36:29.097Z] b116817d02f9: Pull complete [Pipeline] sh [2021-01-07T00:36:31.478Z] + ls -al . [2021-01-07T00:36:31.478Z] total 640 [2021-01-07T00:36:31.478Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 00:36 . [2021-01-07T00:36:31.478Z] drwxr-xr-x 4 root root 30 Jan 7 00:34 .. [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 00:31 .dockerignore [2021-01-07T00:36:31.478Z] drwxrwxr-x 8 1001 1001 179 Jan 7 00:31 .git [2021-01-07T00:36:31.478Z] drwxrwxr-x 3 1001 1001 125 Jan 7 00:31 .github [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 00:31 .gitignore [2021-01-07T00:36:31.478Z] drwx------ 3 1001 1001 47 Jan 7 00:32 .semver [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 00:31 .sonarcloud.properties [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:31 CONTRIBUTING.md [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 00:31 Dockerfile.build [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 00:31 Jenkinsfile [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:31 LICENSE [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:31 Makefile [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:31 README.md [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:31 SECURITY.md [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 00:32 VERSION [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:31 ZMQWindows.md [2021-01-07T00:36:31.478Z] drwxrwxr-x 2 1001 1001 117 Jan 7 00:31 bin [2021-01-07T00:36:31.478Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 00:31 cmd [2021-01-07T00:36:31.478Z] -rw-r--r-- 1 root root 541590 Jan 7 00:35 coverage.out [2021-01-07T00:36:31.478Z] -rw-r--r-- 1 root root 979 Jan 7 00:36 go.mod [2021-01-07T00:36:31.478Z] -rw-r--r-- 1 root root 19019 Jan 7 00:36 go.sum [2021-01-07T00:36:31.478Z] drwxrwxr-x 8 1001 1001 127 Jan 7 00:31 internal [2021-01-07T00:36:31.478Z] drwxrwxr-x 4 1001 1001 26 Jan 7 00:31 openapi [2021-01-07T00:36:31.478Z] drwxrwxr-x 4 1001 1001 71 Jan 7 00:31 snap [2021-01-07T00:36:31.478Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 00:31 version.go [Pipeline] sh [2021-01-07T00:36:32.154Z] + '[' -e coverage.out ] [2021-01-07T00:36:32.154Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T00:36:32.440Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T00:36:32.501Z] 745a02a5169b: Pull complete [2021-01-07T00:36:32.501Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T00:36:32.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T00:36:32.501Z] ---> b7e6874047d6 [2021-01-07T00:36:32.501Z] 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-07T00:36:32.757Z] + make build [2021-01-07T00:36:32.757Z] 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-07T00:36:35.920Z] ---> Running in 3da643b76460 [2021-01-07T00:36:36.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:36:37.106Z] 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-07T00:36:37.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:36:38.495Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T00:36:38.771Z] (2/12) Installing file (5.38-r0) [2021-01-07T00:36:39.046Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T00:36:39.046Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T00:36:44.452Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T00:36:44.452Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T00:36:44.452Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T00:36:44.452Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T00:36:44.452Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T00:36:44.452Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T00:36:44.744Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T00:36:44.744Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T00:36:44.744Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:36:44.744Z] OK: 217 MiB in 51 packages [2021-01-07T00:36:49.099Z] Removing intermediate container 3da643b76460 [2021-01-07T00:36:49.099Z] ---> fefa9eb18526 [2021-01-07T00:36:49.099Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T00:36:49.373Z] ---> Running in b2ae12ab4778 [2021-01-07T00:36:49.650Z] Removing intermediate container b2ae12ab4778 [2021-01-07T00:36:49.650Z] ---> 8acdf840aaa5 [2021-01-07T00:36:49.650Z] Step 5/6 : COPY go.mod . [2021-01-07T00:36:50.630Z] ---> e365962979bc [2021-01-07T00:36:50.630Z] Step 6/6 : RUN go mod download [2021-01-07T00:36:50.630Z] ---> Running in 3ce60bc40393 [2021-01-07T00:36:52.491Z] 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-07T00:36:53.948Z] 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-07T00:36:57.637Z] 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-07T00:36:59.747Z] 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-07T00:37:03.306Z] 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-07T00:37:07.036Z] 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-07T00:37:11.568Z] 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-07T00:37:13.549Z] 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-07T00:37:17.109Z] 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-07T00:37:17.557Z] Removing intermediate container 3ce60bc40393 [2021-01-07T00:37:17.558Z] ---> e17be7a3b50d [2021-01-07T00:37:17.558Z] Successfully built e17be7a3b50d [2021-01-07T00:37:17.558Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:37:17.929Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T00:37:17.929Z] . [Pipeline] withDockerContainer [2021-01-07T00:37:18.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container [2021-01-07T00:37:18.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:37:19.104Z] 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-07T00:37:19.796Z] $ docker top f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:37:20.835Z] + go version [2021-01-07T00:37:20.835Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T00:37:20.862Z] $ docker stop --time=1 f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 [2021-01-07T00:37:22.910Z] $ docker rm -f f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-07T00:37:23.188Z] $ docker stop --time=1 c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 [2021-01-07T00:37:25.162Z] $ docker rm -f c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:37:27.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:37:27.983Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T00:37:27.983Z] . [Pipeline] withDockerContainer [2021-01-07T00:37:28.202Z] [2021-01-07T00:37:28.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:37:28.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container [2021-01-07T00:37:28.312Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:37:29.699Z] $ docker top 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T00:37:30.053Z] ========================================================= [2021-01-07T00:37:30.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T00:37:30.053Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:37:30.710Z] + make test [2021-01-07T00:37:30.710Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T00:37:30.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:37:30.728Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T00:37:30.728Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T00:37:30.728Z] ca9280d653b3: Pulling fs layer [2021-01-07T00:37:30.728Z] 7e9c9ca2126c: Pulling fs layer [2021-01-07T00:37:31.478Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-07T00:37:31.478Z] cbdbe7a5bc2a: Download complete [2021-01-07T00:37:32.330Z] ca9280d653b3: Verifying Checksum [2021-01-07T00:37:32.330Z] ca9280d653b3: Download complete [2021-01-07T00:37:32.330Z] cbdbe7a5bc2a: Pull complete [2021-01-07T00:37:35.111Z] ca9280d653b3: Pull complete [2021-01-07T00:37:35.704Z] 7e9c9ca2126c: Verifying Checksum [2021-01-07T00:37:35.704Z] 7e9c9ca2126c: Download complete [2021-01-07T00:37:46.015Z] 7e9c9ca2126c: Pull complete [2021-01-07T00:37:46.016Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T00:37:46.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:37:46.016Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T00:37:46.498Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:37:46.611Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:37:49.506Z] $ docker top 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:37:50.511Z] + + docker-compose build --helpgrep [2021-01-07T00:37:50.511Z] parallel [2021-01-07T00:37:51.620Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T00:37:51.665Z] $ docker stop --time=1 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a [2021-01-07T00:37:53.393Z] $ docker rm -f 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:37:54.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:37:54.169Z] . [Pipeline] withDockerContainer [2021-01-07T00:37:54.472Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:37:54.633Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:37:56.403Z] $ docker top 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:37:57.433Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T00:37:57.552Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T00:37:59.454Z] Building docker-core-command-go ... [2021-01-07T00:37:59.454Z] Building docker-core-data-go ... [2021-01-07T00:37:59.454Z] Building docker-core-metadata-go ... [2021-01-07T00:37:59.454Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T00:37:59.454Z] Building docker-security-proxy-setup-go ... [2021-01-07T00:37:59.454Z] Building docker-security-secretstore-setup-go ... [2021-01-07T00:37:59.454Z] Building docker-support-notifications-go ... [2021-01-07T00:37:59.454Z] Building docker-support-scheduler-go ... [2021-01-07T00:37:59.454Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T00:37:59.454Z] Building docker-security-proxy-setup-go [2021-01-07T00:37:59.454Z] Building docker-support-scheduler-go [2021-01-07T00:37:59.454Z] Building docker-sys-mgmt-agent-go [2021-01-07T00:37:59.454Z] Building docker-core-data-go [2021-01-07T00:37:59.454Z] Building docker-core-command-go [2021-01-07T00:38:36.627Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T00:38:56.491Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:38:56.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:38:56.491Z] ---> b3ee19a67476 [2021-01-07T00:38:56.491Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T00:38:56.491Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:38:56.491Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:38:56.491Z] ---> b3ee19a67476 [2021-01-07T00:38:56.491Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T00:38:56.491Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:38:56.491Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:38:56.491Z] ---> b3ee19a67476 [2021-01-07T00:38:56.491Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:38:56.491Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:38:56.491Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:38:56.491Z] ---> b3ee19a67476 [2021-01-07T00:38:56.491Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:38:56.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:38:56.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:38:56.491Z] ---> b3ee19a67476 [2021-01-07T00:38:56.491Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:38:56.491Z] ---> Running in 8f0824c304de [2021-01-07T00:38:56.491Z] ---> Running in 8ce3da9929cc [2021-01-07T00:38:56.491Z] ---> Running in e066786a7c73 [2021-01-07T00:38:56.491Z] ---> Running in 02fedfdc668f [2021-01-07T00:38:56.491Z] ---> Running in 950bca16fb22 [2021-01-07T00:38:56.491Z] Removing intermediate container 8ce3da9929cc [2021-01-07T00:38:56.491Z] ---> f82bddf6d6b9 [2021-01-07T00:38:56.491Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:56.491Z] Removing intermediate container e066786a7c73 [2021-01-07T00:38:56.491Z] ---> 511e13d82bf5 [2021-01-07T00:38:56.491Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:56.491Z] Removing intermediate container 950bca16fb22 [2021-01-07T00:38:56.491Z] ---> 3af2b559bae0 [2021-01-07T00:38:56.491Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:56.491Z] Removing intermediate container 8f0824c304de [2021-01-07T00:38:56.491Z] ---> 2824e9baef6d [2021-01-07T00:38:56.491Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:56.491Z] Removing intermediate container 02fedfdc668f [2021-01-07T00:38:56.491Z] ---> db6a16aa656d [2021-01-07T00:38:56.491Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:56.491Z] ---> Running in 904dd76829ad [2021-01-07T00:38:56.491Z] ---> Running in d06c9d303bbc [2021-01-07T00:38:56.491Z] ---> Running in b03f49356e81 [2021-01-07T00:38:56.491Z] ---> Running in a1481c307c48 [2021-01-07T00:38:56.491Z] ---> Running in 7ee21eb3c7b9 [2021-01-07T00:38:56.759Z] Removing intermediate container d06c9d303bbc [2021-01-07T00:38:56.759Z] ---> ec505cf96d78 [2021-01-07T00:38:56.759Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T00:38:56.759Z] Removing intermediate container 7ee21eb3c7b9 [2021-01-07T00:38:56.759Z] ---> f605238fe606 [2021-01-07T00:38:56.759Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:38:56.759Z] ---> Running in ca0863cd9714 [2021-01-07T00:38:56.759Z] ---> Running in 9e52b0ad4fa4 [2021-01-07T00:38:57.026Z] Removing intermediate container 904dd76829ad [2021-01-07T00:38:57.026Z] ---> cb60cbcd75b9 [2021-01-07T00:38:57.026Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:38:57.026Z] Removing intermediate container a1481c307c48 [2021-01-07T00:38:57.026Z] ---> 0fdd07e2276f [2021-01-07T00:38:57.026Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T00:38:57.026Z] Removing intermediate container b03f49356e81 [2021-01-07T00:38:57.026Z] ---> f80d966a0e32 [2021-01-07T00:38:57.026Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:38:57.321Z] ---> Running in d288a6351435 [2021-01-07T00:38:57.321Z] ---> Running in 1ded5a136742 [2021-01-07T00:38:57.321Z] ---> Running in eaa078e1cc5c [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T00:38:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T00:38:58.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:58.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:59.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:39:00.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:39:00.685Z] OK: 233 MiB in 51 packages [2021-01-07T00:39:00.685Z] OK: 233 MiB in 51 packages [2021-01-07T00:39:01.307Z] OK: 233 MiB in 51 packages [2021-01-07T00:39:01.307Z] OK: 233 MiB in 51 packages [2021-01-07T00:39:02.371Z] Removing intermediate container ca0863cd9714 [2021-01-07T00:39:02.371Z] ---> 6f741a99710e [2021-01-07T00:39:02.371Z] Step 6/23 : COPY go.mod . [2021-01-07T00:39:02.371Z] Removing intermediate container d288a6351435 [2021-01-07T00:39:02.371Z] ---> 4f3e72077aff [2021-01-07T00:39:02.371Z] Step 6/21 : COPY go.mod . [2021-01-07T00:39:02.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:39:02.680Z] Removing intermediate container 9e52b0ad4fa4 [2021-01-07T00:39:02.680Z] ---> 19cdfed9a5f9 [2021-01-07T00:39:02.680Z] Step 6/22 : COPY go.mod . [2021-01-07T00:39:02.680Z] Removing intermediate container 1ded5a136742 [2021-01-07T00:39:02.680Z] ---> f04434a4ffcc [2021-01-07T00:39:02.680Z] Step 6/26 : COPY go.mod . [2021-01-07T00:39:02.973Z] ---> 35ee814a287c [2021-01-07T00:39:02.973Z] Step 7/23 : RUN go mod download [2021-01-07T00:39:02.973Z] ---> 7d8bd934d7a1 [2021-01-07T00:39:02.973Z] Step 7/21 : RUN go mod download [2021-01-07T00:39:02.973Z] ---> Running in eece1a89eb5c [2021-01-07T00:39:03.249Z] ---> Running in 6a3dae6c7be7 [2021-01-07T00:39:03.249Z] ---> d345521f526a [2021-01-07T00:39:03.249Z] Step 7/22 : RUN go mod download [2021-01-07T00:39:03.249Z] ---> b209c28ee02a [2021-01-07T00:39:03.249Z] Step 7/26 : RUN go mod download [2021-01-07T00:39:03.249Z] ---> Running in 219fdcab8ef9 [2021-01-07T00:39:03.538Z] ---> Running in b91974b2267d [2021-01-07T00:39:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T00:39:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T00:39:04.284Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T00:39:05.605Z] OK: 233 MiB in 51 packages [2021-01-07T00:39:06.273Z] Removing intermediate container eaa078e1cc5c [2021-01-07T00:39:06.273Z] ---> c48242692d68 [2021-01-07T00:39:06.273Z] Step 6/21 : COPY go.mod . [2021-01-07T00:39:06.917Z] ---> 8927c0ce2ba4 [2021-01-07T00:39:06.917Z] Step 7/21 : RUN go mod download [2021-01-07T00:39:07.344Z] Removing intermediate container 219fdcab8ef9 [2021-01-07T00:39:07.344Z] ---> 2c1025dd6021 [2021-01-07T00:39:07.344Z] Step 8/22 : COPY . . [2021-01-07T00:39:07.344Z] ---> Running in fa60bcfb7ac6 [2021-01-07T00:39:07.624Z] Removing intermediate container b91974b2267d [2021-01-07T00:39:07.624Z] ---> a71fdcb65777 [2021-01-07T00:39:07.624Z] Step 8/26 : COPY . . [2021-01-07T00:39:07.624Z] Removing intermediate container 6a3dae6c7be7 [2021-01-07T00:39:07.624Z] ---> 5616e22dda93 [2021-01-07T00:39:07.624Z] Step 8/21 : COPY . . [2021-01-07T00:39:07.624Z] Removing intermediate container eece1a89eb5c [2021-01-07T00:39:07.624Z] ---> c0847de8c3c7 [2021-01-07T00:39:07.624Z] Step 8/23 : COPY . . [2021-01-07T00:39:11.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 46.6% of statements [2021-01-07T00:39:11.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T00:39:11.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T00:39:11.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T00:39:11.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T00:39:11.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T00:39:16.084Z] Removing intermediate container fa60bcfb7ac6 [2021-01-07T00:39:16.084Z] ---> 3f2f66cb5c21 [2021-01-07T00:39:16.084Z] Step 8/21 : COPY . . [2021-01-07T00:39:17.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.0% of statements [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T00:39:17.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T00:39:17.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T00:39:17.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 77.1% of statements [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T00:39:17.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T00:39:19.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.4% of statements [2021-01-07T00:39:19.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T00:39:19.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:39:19.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T00:39:19.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T00:39:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.310s coverage: 28.6% of statements [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T00:39:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T00:39:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T00:39:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.324s coverage: 86.7% of statements [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T00:39:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements [2021-01-07T00:39:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T00:39:29.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements [2021-01-07T00:39:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T00:39:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T00:39:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T00:39:29.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.112s coverage: 93.8% of statements [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements [2021-01-07T00:39:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements [2021-01-07T00:39:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-01-07T00:39:38.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.168s coverage: 84.2% of statements [2021-01-07T00:39:40.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.4% of statements [2021-01-07T00:39:40.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T00:39:43.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 63.5% of statements [2021-01-07T00:39:43.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T00:39:43.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T00:39:43.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-01-07T00:39:43.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-01-07T00:39:43.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.099s coverage: 100.0% of statements [2021-01-07T00:39:43.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-07T00:39:45.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-01-07T00:39:49.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.930s coverage: 55.9% of statements [2021-01-07T00:39:49.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T00:39:49.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T00:39:49.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T00:39:49.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T00:39:49.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T00:39:50.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements [2021-01-07T00:39:50.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T00:39:50.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T00:39:50.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.842s coverage: 84.0% of statements [2021-01-07T00:39:50.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-01-07T00:39:58.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.415s coverage: 47.1% of statements [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T00:39:58.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T00:39:58.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-01-07T00:39:58.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.843s coverage: 29.1% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T00:40:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T00:40:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements [2021-01-07T00:40:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-07T00:40:04.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-07T00:40:05.491Z] GO111MODULE=on go vet ./... [2021-01-07T00:40:13.303Z] ---> f1da13677d29 [2021-01-07T00:40:13.303Z] Step 9/23 : RUN make cmd/core-data/core-data ---> 3c035afaa308 [2021-01-07T00:40:13.303Z] ---> e9ac6e11600f [2021-01-07T00:40:13.303Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T00:40:13.303Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T00:40:13.303Z] [2021-01-07T00:40:13.303Z] ---> 2688ff217c20 [2021-01-07T00:40:13.303Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T00:40:13.303Z] ---> Running in da15a416461d [2021-01-07T00:40:13.303Z] ---> Running in 875f85fd4ce2 [2021-01-07T00:40:13.303Z] ---> Running in d497cf26c10e [2021-01-07T00:40:13.303Z] ---> Running in 508e2a8f364f [2021-01-07T00:40:13.303Z] ---> cb9a958fb400 [2021-01-07T00:40:13.303Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T00:40:13.303Z] ---> Running in f3148947ece0 [2021-01-07T00:40:13.303Z] 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-07T00:40:13.303Z] 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-07T00:40:13.303Z] 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-07T00:40:13.303Z] 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-07T00:40:13.303Z] 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-07T00:40:52.675Z] 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-07T00:41:06.026Z] Removing intermediate container 508e2a8f364f [2021-01-07T00:41:06.026Z] ---> 45e0230c8084 [2021-01-07T00:41:06.026Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T00:41:06.026Z] ---> Running in fb07322cf327 [2021-01-07T00:41:06.026Z] Removing intermediate container d497cf26c10e [2021-01-07T00:41:06.026Z] ---> 2856150b429a [2021-01-07T00:41:06.026Z] [2021-01-07T00:41:06.026Z] Step 10/22 : FROM scratch [2021-01-07T00:41:06.026Z] ---> [2021-01-07T00:41:06.026Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:41:06.026Z] Removing intermediate container 875f85fd4ce2 [2021-01-07T00:41:06.026Z] ---> bde438ad0fb0 [2021-01-07T00:41:06.026Z] [2021-01-07T00:41:06.026Z] Step 10/21 : FROM scratch [2021-01-07T00:41:06.026Z] ---> [2021-01-07T00:41:06.026Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:41:06.026Z] ---> Running in f24bfcc08e60 [2021-01-07T00:41:06.026Z] ---> Running in 6994ee95c852 [2021-01-07T00:41:06.438Z] 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-07T00:41:07.614Z] Removing intermediate container 6994ee95c852 [2021-01-07T00:41:07.614Z] ---> e719e0ee4789 [2021-01-07T00:41:07.614Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T00:41:07.614Z] Removing intermediate container f24bfcc08e60 [2021-01-07T00:41:07.614Z] ---> 38f97dca02dd [2021-01-07T00:41:07.614Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T00:41:07.614Z] ---> Running in 4454097e9e17 [2021-01-07T00:41:07.614Z] ---> Running in 4c819d1717cc [2021-01-07T00:41:08.127Z] Removing intermediate container f3148947ece0 [2021-01-07T00:41:08.127Z] ---> 44448daba5e5 [2021-01-07T00:41:08.127Z] [2021-01-07T00:41:08.127Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T00:41:08.709Z] Removing intermediate container 4454097e9e17 [2021-01-07T00:41:08.709Z] ---> 4373a845fddc [2021-01-07T00:41:08.709Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:41:08.709Z] Removing intermediate container 4c819d1717cc [2021-01-07T00:41:08.709Z] ---> 834a56d305d8 [2021-01-07T00:41:08.709Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T00:41:08.709Z] 3.12: Pulling from library/alpine [2021-01-07T00:41:08.709Z] ---> Running in 2ee3e1494d65 [2021-01-07T00:41:08.709Z] ---> Running in 9ac9bc08173e [2021-01-07T00:41:09.133Z] Removing intermediate container 2ee3e1494d65 [2021-01-07T00:41:09.133Z] Removing intermediate container 9ac9bc08173e [2021-01-07T00:41:09.133Z] ---> f7f703867e39 [2021-01-07T00:41:09.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T00:41:09.133Z] ---> 6f549e55601a [2021-01-07T00:41:09.133Z] Step 14/22 : WORKDIR / [2021-01-07T00:41:09.468Z] ---> Running in 01139a30a056 [2021-01-07T00:41:09.468Z] Removing intermediate container fb07322cf327 [2021-01-07T00:41:09.468Z] ---> 5b47f8d85c1a [2021-01-07T00:41:09.468Z] [2021-01-07T00:41:09.468Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T00:41:09.468Z] 20.10.0: Pulling from library/docker [2021-01-07T00:41:10.220Z] ---> b0daf5aae705 [2021-01-07T00:41:10.220Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T00:41:10.562Z] Removing intermediate container 01139a30a056 [2021-01-07T00:41:10.562Z] ---> 8fdf3ba5945e [2021-01-07T00:41:10.562Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T00:41:11.842Z] ---> 4e08d5a40cca [2021-01-07T00:41:11.842Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T00:41:11.842Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T00:41:11.842Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T00:41:11.842Z] ---> 389fef711851 [2021-01-07T00:41:11.842Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T00:41:12.541Z] ---> Running in 17740a61dd48 [2021-01-07T00:41:13.202Z] ---> 09cc7d5eb240 [2021-01-07T00:41:13.202Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T00:41:13.668Z] gofmt -l . [2021-01-07T00:41:14.855Z] ---> 910ffb8e3c70 [2021-01-07T00:41:14.855Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T00:41:14.855Z] ---> aa7a1be91f41 [2021-01-07T00:41:14.855Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T00:41:14.855Z] Removing intermediate container da15a416461d [2021-01-07T00:41:14.855Z] ---> cef0f6a431fb [2021-01-07T00:41:14.855Z] [2021-01-07T00:41:14.855Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T00:41:14.855Z] ---> 389fef711851 [2021-01-07T00:41:14.855Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:41:15.177Z] ---> Running in 36ed5dd01f17 [2021-01-07T00:41:15.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:15.177Z] ---> Running in 839baac90e2f [2021-01-07T00:41:15.551Z] ---> f89f71e953e5 [2021-01-07T00:41:15.551Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T00:41:15.551Z] Removing intermediate container 36ed5dd01f17 [2021-01-07T00:41:15.551Z] ---> b084be377ae9 [2021-01-07T00:41:15.551Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:41:15.551Z] Removing intermediate container 839baac90e2f [2021-01-07T00:41:15.551Z] ---> c2532c35fbbb [2021-01-07T00:41:15.551Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T00:41:15.551Z] ---> Running in 8daec7a651c5 [2021-01-07T00:41:15.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:15.687Z] [ "`gofmt -l .`" = "" ] [2021-01-07T00:41:15.849Z] ---> Running in 8928b6cb2c93 [2021-01-07T00:41:15.849Z] ---> Running in bf522224ee05 [2021-01-07T00:41:15.849Z] Removing intermediate container 8daec7a651c5 [2021-01-07T00:41:15.849Z] ---> c2639d9bbaa5 [2021-01-07T00:41:15.849Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:41:16.147Z] Removing intermediate container 8928b6cb2c93 [2021-01-07T00:41:16.147Z] ---> d94044172614 [2021-01-07T00:41:16.147Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T00:41:16.147Z] ---> Running in 35ffaba07a13 [2021-01-07T00:41:16.147Z] Removing intermediate container bf522224ee05 [2021-01-07T00:41:16.147Z] ---> 6cafef6bdfea [2021-01-07T00:41:16.147Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T00:41:16.147Z] ---> Running in 017777f87eed [2021-01-07T00:41:16.454Z] ---> Running in 6e9bed131e10 [2021-01-07T00:41:16.454Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T00:41:16.454Z] Removing intermediate container 35ffaba07a13 [2021-01-07T00:41:16.454Z] ---> 4706b41e6946 [2021-01-07T00:41:16.454Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:41:16.454Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:41:16.843Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T00:41:16.843Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T00:41:16.843Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:41:16.843Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:41:17.148Z] Removing intermediate container 017777f87eed [2021-01-07T00:41:17.148Z] ---> bebe6fb0485d [2021-01-07T00:41:17.148Z] Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:41:17.148Z] OK: 7 MiB in 18 packages [2021-01-07T00:41:17.148Z] ---> Running in f5f4e2a1cd78 [2021-01-07T00:41:17.148Z] ---> Running in c2b167866948 [2021-01-07T00:41:17.448Z] Removing intermediate container 6e9bed131e10 [2021-01-07T00:41:17.448Z] ---> 55a1fec45b74 [2021-01-07T00:41:17.448Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:41:17.448Z] ---> Running in 1fce32ed2cbb [2021-01-07T00:41:17.757Z] Removing intermediate container f5f4e2a1cd78 [2021-01-07T00:41:17.757Z] ---> 8575d9730842 [2021-01-07T00:41:17.757Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:41:17.757Z] Removing intermediate container c2b167866948 [2021-01-07T00:41:17.757Z] ---> 4bbf570bbf3d [2021-01-07T00:41:17.757Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:41:17.757Z] ---> Running in a2281253a913 [2021-01-07T00:41:18.104Z] ---> Running in 2583cf59444f [2021-01-07T00:41:18.324Z] ./bin/test-go-mod-tidy.sh [2021-01-07T00:41:18.423Z] Removing intermediate container a2281253a913 [2021-01-07T00:41:18.423Z] ---> f6cef3c94ba0 [2021-01-07T00:41:18.423Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:41:18.423Z] Removing intermediate container 2583cf59444f [2021-01-07T00:41:18.423Z] ---> 2aac1f860227 [2021-01-07T00:41:18.423Z] [2021-01-07T00:41:18.724Z] Removing intermediate container 17740a61dd48 [2021-01-07T00:41:18.724Z] ---> f87de4e7fbe6 [2021-01-07T00:41:18.724Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:41:18.724Z] ---> Running in 36a3e95af8c5 [2021-01-07T00:41:18.724Z] ---> Running in 66f72385f80d [2021-01-07T00:41:18.978Z] ./bin/test-attribution-txt.sh [2021-01-07T00:41:19.393Z] Successfully built 2aac1f860227 [2021-01-07T00:41:19.393Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T00:41:19.393Z] Building docker-support-notifications-go [2021-01-07T00:41:19.393Z]  Building docker-support-scheduler-go ... done Removing intermediate container 66f72385f80d [2021-01-07T00:41:19.393Z] ---> d133cec00286 [2021-01-07T00:41:19.393Z] Step 13/21 : WORKDIR /edgex [2021-01-07T00:41:19.393Z] Removing intermediate container 36a3e95af8c5 [2021-01-07T00:41:19.393Z] ---> 7aad24e0690d [2021-01-07T00:41:19.393Z] [2021-01-07T00:41:19.676Z] ---> Running in 51157ff77ed3 [2021-01-07T00:41:19.969Z] Successfully built 7aad24e0690d [2021-01-07T00:41:19.969Z] Successfully tagged docker-core-command-go:latest [2021-01-07T00:41:19.969Z] Building docker-security-bootstrap-redis-go [2021-01-07T00:41:20.297Z]  Building docker-core-command-go ... done Removing intermediate container 1fce32ed2cbb [2021-01-07T00:41:20.297Z] ---> 43ecb645cf69 [2021-01-07T00:41:20.297Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T00:41:20.297Z] Removing intermediate container 51157ff77ed3 [2021-01-07T00:41:20.297Z] ---> edf02ffdbcf6 [2021-01-07T00:41:20.297Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T00:41:20.297Z] ---> Running in ea298e48e200 [2021-01-07T00:41:21.400Z] ---> 1a4a11874fb9 [2021-01-07T00:41:21.400Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T00:41:23.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-01-07T00:41:24.261Z] + ls -al . [2021-01-07T00:41:24.262Z] total 668 [2021-01-07T00:41:24.262Z] drwxrwxr-x 9 1001 1001 4096 Jan 7 00:41 . [2021-01-07T00:41:24.262Z] drwxr-xr-x 4 root root 4096 Jan 7 00:37 .. [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 00:35 .dockerignore [2021-01-07T00:41:24.262Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 00:36 .git [2021-01-07T00:41:24.262Z] drwxrwxr-x 3 1001 1001 4096 Jan 7 00:35 .github [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 00:35 .gitignore [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 00:35 .sonarcloud.properties [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:35 CONTRIBUTING.md [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 00:35 Dockerfile.build [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 00:35 Jenkinsfile [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:35 LICENSE [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:35 Makefile [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:35 README.md [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:35 SECURITY.md [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 00:32 VERSION [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:35 ZMQWindows.md [2021-01-07T00:41:24.262Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 00:35 bin [2021-01-07T00:41:24.262Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 00:35 cmd [2021-01-07T00:41:24.262Z] -rw-r--r-- 1 root root 541590 Jan 7 00:40 coverage.out [2021-01-07T00:41:24.262Z] -rw-r--r-- 1 root root 979 Jan 7 00:41 go.mod [2021-01-07T00:41:24.262Z] -rw-r--r-- 1 root root 19019 Jan 7 00:41 go.sum [2021-01-07T00:41:24.262Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 00:35 internal [2021-01-07T00:41:24.262Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 00:35 openapi [2021-01-07T00:41:24.262Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 00:35 snap [2021-01-07T00:41:24.262Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 00:35 version.go [Pipeline] sh [2021-01-07T00:41:24.394Z] ---> 48e4802e8cc7 [2021-01-07T00:41:24.394Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T00:41:25.068Z] + '[' -e coverage.out ] [2021-01-07T00:41:25.068Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T00:41:25.094Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T00:41:26.530Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T00:41:26.730Z] ---> 188ef6e616f2 [2021-01-07T00:41:26.730Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T00:41:26.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:26.730Z] ---> Running in 80293041d533 [2021-01-07T00:41:27.286Z] + make build [2021-01-07T00:41:27.287Z] 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-07T00:41:27.609Z] Removing intermediate container 80293041d533 [2021-01-07T00:41:27.609Z] ---> 6ca3becc0d75 [2021-01-07T00:41:27.609Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T00:41:28.442Z] ---> Running in 74d2c399292f [2021-01-07T00:41:29.191Z] Removing intermediate container 74d2c399292f [2021-01-07T00:41:29.191Z] ---> 7ec6d2831c00 [2021-01-07T00:41:29.191Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T00:41:29.498Z] ---> Running in b46d8cc2a2f0 [2021-01-07T00:41:30.191Z] Removing intermediate container b46d8cc2a2f0 [2021-01-07T00:41:30.191Z] ---> 4468722cce01 [2021-01-07T00:41:30.191Z] Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:41:30.191Z] ---> Running in cfa00518dca0 [2021-01-07T00:41:30.512Z] Removing intermediate container cfa00518dca0 [2021-01-07T00:41:30.512Z] ---> 9d2fc85af1b5 [2021-01-07T00:41:30.512Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:41:31.202Z] ---> Running in 63a02938af30 [2021-01-07T00:41:31.202Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T00:41:31.202Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T00:41:31.202Z] ---> aefe523efa57 [2021-01-07T00:41:31.202Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T00:41:31.202Z] ---> Running in 82c8b1942b7b [2021-01-07T00:41:31.513Z] Removing intermediate container 63a02938af30 [2021-01-07T00:41:31.513Z] ---> 0041041208c6 [2021-01-07T00:41:31.513Z] [2021-01-07T00:41:31.836Z] Successfully built 0041041208c6 [2021-01-07T00:41:31.836Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T00:41:31.837Z] Building docker-security-secretstore-setup-go [2021-01-07T00:41:32.993Z]  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T00:41:33.281Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T00:41:34.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:34.086Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T00:41:34.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:35.975Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T00:41:35.975Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T00:41:35.975Z] Executing bash-5.0.17-r0.post-install [2021-01-07T00:41:35.975Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:41:35.975Z] OK: 12 MiB in 22 packages [2021-01-07T00:41:37.013Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T00:41:37.682Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T00:41:37.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:41:37.682Z] OK: 8 MiB in 19 packages [2021-01-07T00:41:38.038Z] 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-07T00:41:38.884Z] Removing intermediate container 82c8b1942b7b [2021-01-07T00:41:38.884Z] ---> aa91e05c700f [2021-01-07T00:41:38.884Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T00:41:39.954Z] ---> Running in ec4605140fd4 [2021-01-07T00:41:41.027Z] Removing intermediate container ec4605140fd4 [2021-01-07T00:41:41.027Z] ---> 478ad55d8380 [2021-01-07T00:41:41.027Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T00:41:41.027Z] Removing intermediate container ea298e48e200 [2021-01-07T00:41:41.027Z] ---> 4ad04ed46e1d [2021-01-07T00:41:41.027Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T00:41:41.791Z] ---> Running in 7700a12d5c4a [2021-01-07T00:41:42.124Z] ---> 00381aa654b9 [2021-01-07T00:41:42.124Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T00:41:42.821Z] Removing intermediate container 7700a12d5c4a [2021-01-07T00:41:42.821Z] ---> e2af8e9d3db2 [2021-01-07T00:41:42.821Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T00:41:42.821Z] ---> Running in 52628adf2c49 [2021-01-07T00:41:43.504Z] Removing intermediate container 52628adf2c49 [2021-01-07T00:41:43.504Z] ---> b9b5ccca946c [2021-01-07T00:41:43.504Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T00:41:44.682Z] ---> 05fb8eda2abd [2021-01-07T00:41:44.682Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T00:41:46.211Z] ---> 140b5be7840b [2021-01-07T00:41:46.211Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T00:41:46.730Z] ---> ae0d692ce5bc [2021-01-07T00:41:46.730Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T00:41:47.346Z] ---> Running in 455aa5530cee [2021-01-07T00:41:49.011Z] Removing intermediate container 455aa5530cee [2021-01-07T00:41:49.011Z] ---> a77f9de87883 [2021-01-07T00:41:49.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:41:49.551Z] ---> dd74784e7e75 [2021-01-07T00:41:49.551Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T00:41:50.171Z] ---> Running in 3a31aaace388 [2021-01-07T00:41:51.109Z] Removing intermediate container 3a31aaace388 [2021-01-07T00:41:51.109Z] ---> ba89a5d354f1 [2021-01-07T00:41:51.109Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T00:41:51.795Z] ---> Running in 6dfeff43e5d7 [2021-01-07T00:41:52.518Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:41:52.518Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:41:52.518Z] ---> b3ee19a67476 [2021-01-07T00:41:52.518Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> db6a16aa656d [2021-01-07T00:41:52.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> f605238fe606 [2021-01-07T00:41:52.518Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> 19cdfed9a5f9 [2021-01-07T00:41:52.518Z] Step 6/22 : COPY go.mod . [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> d345521f526a [2021-01-07T00:41:52.518Z] Step 7/22 : RUN go mod download [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> 2c1025dd6021 [2021-01-07T00:41:52.518Z] Step 8/22 : COPY . . [2021-01-07T00:41:52.518Z] ---> Using cache [2021-01-07T00:41:52.518Z] ---> e9ac6e11600f [2021-01-07T00:41:52.518Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T00:41:52.894Z] ---> d211896ffed2 [2021-01-07T00:41:52.894Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T00:41:53.230Z] Removing intermediate container 6dfeff43e5d7 [2021-01-07T00:41:53.230Z] ---> 49affaf1ea64 [2021-01-07T00:41:53.230Z] Step 22/23 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:41:53.532Z] ---> Running in 13a1eb468be6 [2021-01-07T00:41:53.532Z] ---> Running in 58338d937849 [2021-01-07T00:41:53.882Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:41:53.882Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:41:53.882Z] ---> b3ee19a67476 [2021-01-07T00:41:53.882Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:41:53.882Z] ---> Using cache [2021-01-07T00:41:53.882Z] ---> db6a16aa656d [2021-01-07T00:41:53.882Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:41:53.882Z] ---> Using cache [2021-01-07T00:41:53.882Z] ---> f605238fe606 [2021-01-07T00:41:53.882Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T00:41:54.273Z] ---> Running in c0d80c320114 [2021-01-07T00:41:54.273Z] ---> Running in bf4c5f8ec72d [2021-01-07T00:41:55.347Z] Removing intermediate container c0d80c320114 [2021-01-07T00:41:55.347Z] ---> 6325ddfeb059 [2021-01-07T00:41:55.347Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T00:41:55.347Z] ---> Running in 30353d46f6c0 [2021-01-07T00:41:57.195Z] Removing intermediate container 30353d46f6c0 [2021-01-07T00:41:57.195Z] ---> d090e230b2d1 [2021-01-07T00:41:57.195Z] [2021-01-07T00:41:57.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:57.799Z] 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-07T00:41:57.799Z] Successfully built d090e230b2d1 [2021-01-07T00:41:58.276Z] Successfully tagged docker-core-data-go:latest [2021-01-07T00:41:58.276Z] Building docker-core-metadata-go [2021-01-07T00:41:58.276Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:58.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:41:59.469Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T00:41:59.469Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T00:41:59.469Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T00:41:59.469Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T00:42:00.188Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T00:42:00.188Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T00:42:00.188Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T00:42:00.588Z] 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-07T00:42:02.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:42:04.584Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:42:04.584Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:42:04.584Z] ---> b3ee19a67476 [2021-01-07T00:42:04.584Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:42:04.584Z] ---> Using cache [2021-01-07T00:42:04.584Z] ---> db6a16aa656d [2021-01-07T00:42:04.584Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:42:04.584Z] ---> Using cache [2021-01-07T00:42:04.584Z] ---> f605238fe606 [2021-01-07T00:42:04.584Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T00:42:04.584Z] ---> Using cache [2021-01-07T00:42:04.584Z] ---> 19cdfed9a5f9 [2021-01-07T00:42:04.585Z] Step 6/24 : COPY go.mod . [2021-01-07T00:42:04.585Z] ---> Using cache [2021-01-07T00:42:04.585Z] ---> d345521f526a [2021-01-07T00:42:04.585Z] Step 7/24 : RUN go mod download [2021-01-07T00:42:04.585Z] ---> Using cache [2021-01-07T00:42:04.585Z] ---> 2c1025dd6021 [2021-01-07T00:42:04.585Z] Step 8/24 : COPY . . [2021-01-07T00:42:04.585Z] ---> Using cache [2021-01-07T00:42:04.585Z] ---> e9ac6e11600f [2021-01-07T00:42:04.585Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T00:42:05.171Z] OK: 233 MiB in 51 packages [2021-01-07T00:42:05.191Z] 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-07T00:42:07.424Z] ---> Running in 6eb2b6908cb9 [2021-01-07T00:42:07.424Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T00:42:07.424Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T00:42:07.424Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T00:42:07.776Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T00:42:07.776Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T00:42:07.776Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T00:42:07.776Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T00:42:08.127Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T00:42:09.065Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T00:42:09.065Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T00:42:09.451Z] 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-07T00:42:09.451Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T00:42:09.451Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T00:42:09.786Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T00:42:09.786Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T00:42:09.786Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T00:42:09.786Z] Removing intermediate container bf4c5f8ec72d [2021-01-07T00:42:09.786Z] ---> 0665f040c775 [2021-01-07T00:42:09.786Z] Step 6/24 : COPY go.mod . [2021-01-07T00:42:09.786Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T00:42:10.578Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T00:42:10.578Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T00:42:10.578Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T00:42:10.993Z] ---> 9f1b944b91f4 [2021-01-07T00:42:10.993Z] Step 7/24 : RUN go mod download [2021-01-07T00:42:10.993Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T00:42:10.993Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T00:42:10.993Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T00:42:10.993Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T00:42:11.057Z] 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-07T00:42:11.327Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T00:42:11.327Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T00:42:11.327Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T00:42:11.327Z] ---> Running in fa25ef8eadbd [2021-01-07T00:42:11.645Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:42:11.645Z] OK: 71 MiB in 55 packages [2021-01-07T00:42:12.646Z] 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-07T00:42:20.708Z] 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-07T00:42:20.716Z] Removing intermediate container fa25ef8eadbd [2021-01-07T00:42:20.717Z] ---> 00cbe894dcea [2021-01-07T00:42:20.717Z] Step 8/24 : COPY . . [2021-01-07T00:42:25.230Z] 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-07T00:42:29.679Z] 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-07T00:42:33.527Z] 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-07T00:42:35.223Z] 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-07T00:42:36.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:42:36.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:42:36.097Z] ---> b3ee19a67476 [2021-01-07T00:42:36.097Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> db6a16aa656d [2021-01-07T00:42:36.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> f605238fe606 [2021-01-07T00:42:36.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> 19cdfed9a5f9 [2021-01-07T00:42:36.097Z] Step 6/22 : COPY go.mod . [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> d345521f526a [2021-01-07T00:42:36.097Z] Step 7/22 : RUN go mod download [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> 2c1025dd6021 [2021-01-07T00:42:36.097Z] Step 8/22 : COPY . . [2021-01-07T00:42:36.097Z] ---> Using cache [2021-01-07T00:42:36.097Z] ---> e9ac6e11600f [2021-01-07T00:42:36.097Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T00:42:37.452Z] ---> Running in 2044c410bb2f [2021-01-07T00:42:38.764Z] 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-07T00:42:39.700Z] 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-07T00:42:40.543Z] Removing intermediate container 13a1eb468be6 [2021-01-07T00:42:40.543Z] ---> cec7fda7bfe9 [2021-01-07T00:42:40.543Z] [2021-01-07T00:42:40.543Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T00:42:40.543Z] ---> 389fef711851 [2021-01-07T00:42:40.543Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:42:42.511Z] ---> Running in 5031a3ee7098 [2021-01-07T00:42:44.111Z] 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-07T00:42:46.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:42:46.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:42:47.038Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T00:42:47.038Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:42:47.038Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T00:42:47.038Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T00:42:47.349Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T00:42:47.349Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:42:47.672Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:42:47.672Z] OK: 7 MiB in 19 packages [Pipeline] } [2021-01-07T00:42:47.710Z] $ docker stop --time=1 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 [2021-01-07T00:42:50.193Z] $ docker rm -f 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:42:52.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:42:52.748Z] [2021-01-07T00:42:52.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:42:53.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:42:53.456Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T00:42:53.456Z] 29e5d40040c1: Pulling fs layer [2021-01-07T00:42:53.456Z] 1ce36da41761: Pulling fs layer [2021-01-07T00:42:53.456Z] 25b303627fd3: Pulling fs layer [2021-01-07T00:42:53.731Z] 29e5d40040c1: Verifying Checksum [2021-01-07T00:42:53.732Z] 29e5d40040c1: Download complete [2021-01-07T00:42:54.329Z] 1ce36da41761: Verifying Checksum [2021-01-07T00:42:54.329Z] 1ce36da41761: Download complete [2021-01-07T00:42:54.329Z] 29e5d40040c1: Pull complete [2021-01-07T00:42:54.868Z] Removing intermediate container 5031a3ee7098 [2021-01-07T00:42:54.868Z] ---> f724e3a71ffc [2021-01-07T00:42:54.868Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T00:42:54.868Z] Removing intermediate container 6eb2b6908cb9 [2021-01-07T00:42:54.869Z] ---> 97213f7a270f [2021-01-07T00:42:54.869Z] [2021-01-07T00:42:54.869Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T00:42:54.869Z] ---> 389fef711851 [2021-01-07T00:42:54.869Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:42:54.869Z] ---> Using cache [2021-01-07T00:42:54.869Z] ---> f724e3a71ffc [2021-01-07T00:42:54.869Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:42:54.869Z] ---> Running in 1955b5ed1d2b [2021-01-07T00:42:54.869Z] ---> Running in 2de2b86420ac [2021-01-07T00:42:55.780Z] 1ce36da41761: Pull complete [2021-01-07T00:42:56.520Z] Removing intermediate container 1955b5ed1d2b [2021-01-07T00:42:56.520Z] ---> 41934e07e70b [2021-01-07T00:42:56.520Z] Step 13/22 : WORKDIR / [2021-01-07T00:42:56.520Z] Removing intermediate container 2de2b86420ac [2021-01-07T00:42:56.520Z] ---> 7032db4e7b45 [2021-01-07T00:42:56.520Z] Step 13/24 : WORKDIR / [2021-01-07T00:42:56.812Z] 25b303627fd3: Verifying Checksum [2021-01-07T00:42:56.812Z] 25b303627fd3: Download complete [2021-01-07T00:42:56.838Z] ---> Running in 5d466e524261 [2021-01-07T00:42:57.190Z] ---> Running in 3d42d10cb054 [2021-01-07T00:42:57.190Z] Removing intermediate container 58338d937849 [2021-01-07T00:42:57.190Z] ---> f35f9b4b6a81 [2021-01-07T00:42:57.190Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T00:42:59.258Z] ---> Running in 9e87c8d048e6 [2021-01-07T00:43:00.121Z] Removing intermediate container 3d42d10cb054 [2021-01-07T00:43:00.121Z] ---> 2f82ed7bb785 [2021-01-07T00:43:00.121Z] 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-07T00:43:00.121Z] Removing intermediate container 5d466e524261 [2021-01-07T00:43:00.121Z] ---> c1d83be03d42 [2021-01-07T00:43:00.121Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T00:43:01.921Z] ---> 78a98da76d96 [2021-01-07T00:43:01.921Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T00:43:02.297Z] ---> 7a564be66856 [2021-01-07T00:43:02.297Z] 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-07T00:43:04.657Z] ---> fc76ad95ba9d [2021-01-07T00:43:04.658Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T00:43:04.658Z] ---> b621175ed43a [2021-01-07T00:43:04.658Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T00:43:05.101Z] ---> bbd29f16df02 [2021-01-07T00:43:05.101Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T00:43:05.101Z] ---> Running in 422d7957c07c [2021-01-07T00:43:05.469Z] ---> bdfa4d6f743a [2021-01-07T00:43:05.469Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T00:43:05.756Z] ---> 4df8478abdac [2021-01-07T00:43:05.756Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T00:43:06.776Z] ---> 0368562b0e41 [2021-01-07T00:43:06.776Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T00:43:06.776Z] ---> e2ae88edfe3a [2021-01-07T00:43:06.776Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T00:43:06.776Z] 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-07T00:43:06.776Z] ---> Running in dc671478eeb1 [2021-01-07T00:43:07.277Z] 25b303627fd3: Pull complete [2021-01-07T00:43:07.277Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T00:43:07.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:43:07.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T00:43:07.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container [2021-01-07T00:43:07.586Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:43:08.777Z] ---> e7e36f97c3f4 [2021-01-07T00:43:08.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T00:43:09.065Z] ---> 8bd11c21df74 [2021-01-07T00:43:09.066Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T00:43:09.364Z] ---> Running in caa1d5ccb70d [2021-01-07T00:43:10.423Z] Removing intermediate container dc671478eeb1 [2021-01-07T00:43:10.423Z] ---> 120409660ba3 [2021-01-07T00:43:10.423Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T00:43:10.423Z] ---> Running in 4c1c8e376393 [2021-01-07T00:43:10.820Z] $ docker top 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:43:11.496Z] Collecting docker-compose==1.23.2 [2021-01-07T00:43:11.496Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T00:43:11.496Z] Removing intermediate container 4c1c8e376393 [2021-01-07T00:43:11.496Z] ---> e3efdb0b7b45 [2021-01-07T00:43:11.496Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:43:11.799Z] ---> Running in 03ceafd5a362 [2021-01-07T00:43:11.875Z] + docker-compose build --help [2021-01-07T00:43:11.875Z] + grep parallel [2021-01-07T00:43:12.142Z] Collecting PyYAML<4,>=3.10 [2021-01-07T00:43:12.142Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T00:43:13.272Z] Removing intermediate container 03ceafd5a362 [2021-01-07T00:43:13.273Z] ---> 30447e5251e7 [2021-01-07T00:43:13.273Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:43:13.273Z] Removing intermediate container caa1d5ccb70d [2021-01-07T00:43:13.273Z] ---> b0a72e387489 [2021-01-07T00:43:13.273Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T00:43:13.273Z] ---> Running in 21a4bf5422fa [2021-01-07T00:43:13.611Z] ---> Running in e1416a3663ef [2021-01-07T00:43:13.912Z] Removing intermediate container 21a4bf5422fa [2021-01-07T00:43:13.912Z] ---> 025d3b23d513 [2021-01-07T00:43:13.912Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:43:13.912Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T00:43:13.912Z] Removing intermediate container e1416a3663ef [2021-01-07T00:43:13.912Z] ---> 777024fb8acd [2021-01-07T00:43:13.912Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T00:43:13.912Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T00:43:13.912Z] ---> Running in 32c31aa7f7f7 [2021-01-07T00:43:14.216Z] ---> Running in a261d75be74f [2021-01-07T00:43:14.997Z] Removing intermediate container 32c31aa7f7f7 [2021-01-07T00:43:14.997Z] ---> 693f20e347dd [2021-01-07T00:43:14.997Z] [2021-01-07T00:43:14.997Z] Removing intermediate container a261d75be74f [2021-01-07T00:43:14.997Z] ---> b98aba31b813 [2021-01-07T00:43:14.997Z] Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:43:15.377Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T00:43:15.377Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T00:43:16.473Z] Successfully built 693f20e347dd [2021-01-07T00:43:16.473Z] ---> Running in 1edddccad28e [2021-01-07T00:43:16.473Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T00:43:16.778Z]  Building docker-security-bootstrap-redis-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T00:43:16.778Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T00:43:17.068Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T00:43:17.068Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T00:43:17.724Z] Removing intermediate container 1edddccad28e [2021-01-07T00:43:17.724Z] ---> 09ed9aa63999 [2021-01-07T00:43:17.724Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:43:17.724Z] 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-07T00:43:18.009Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T00:43:18.009Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T00:43:18.312Z] ---> Running in fdb1bfedd5c5 [2021-01-07T00:43:18.312Z] Removing intermediate container 2044c410bb2f [2021-01-07T00:43:18.312Z] ---> eb2853199ae3 [2021-01-07T00:43:18.312Z] [2021-01-07T00:43:18.312Z] Step 10/22 : FROM scratch [2021-01-07T00:43:18.312Z] ---> [2021-01-07T00:43:18.312Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:43:18.601Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T00:43:18.623Z] $ docker stop --time=1 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 [2021-01-07T00:43:19.364Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T00:43:19.364Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T00:43:19.364Z] ---> Using cache [2021-01-07T00:43:19.364Z] ---> 38f97dca02dd [2021-01-07T00:43:19.364Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T00:43:19.364Z] Removing intermediate container fdb1bfedd5c5 [2021-01-07T00:43:19.364Z] ---> 4b6e03233382 [2021-01-07T00:43:19.364Z] [2021-01-07T00:43:19.364Z] ---> Running in f3d9d4d9ec5b [2021-01-07T00:43:19.650Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T00:43:19.650Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T00:43:19.957Z] Successfully built 4b6e03233382 [2021-01-07T00:43:19.957Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T00:43:19.957Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T00:43:19.957Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T00:43:20.254Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f3d9d4d9ec5b [2021-01-07T00:43:20.254Z] ---> 0af1caf31990 [2021-01-07T00:43:20.254Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:43:20.254Z] ---> Running in 241ac0b81a8e [2021-01-07T00:43:20.731Z] $ docker rm -f 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 [2021-01-07T00:43:20.880Z] Removing intermediate container 241ac0b81a8e [2021-01-07T00:43:20.880Z] ---> 53b2fbf4078b [2021-01-07T00:43:20.880Z] Step 14/22 : WORKDIR / [2021-01-07T00:43:20.880Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T00:43:20.880Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T00:43:20.880Z] ---> Running in fe7bba5a094e [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-07T00:43:21.222Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T00:43:21.222Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T00:43:21.222Z] 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-07T00:43:21.222Z] Collecting idna<2.8,>=2.5 [2021-01-07T00:43:21.222Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:43:21.512Z] 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-07T00:43:21.512Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T00:43:21.512Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T00:43:21.512Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T00:43:21.512Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T00:43:21.512Z] Removing intermediate container fe7bba5a094e [2021-01-07T00:43:21.512Z] ---> c48d0efaf2b6 [2021-01-07T00:43:21.512Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T00:43:21.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:43:21.643Z] . [Pipeline] withDockerContainer [2021-01-07T00:43:21.844Z] Installing collected packages: PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docopt, docker-compose [2021-01-07T00:43:21.844Z] Running setup.py install for PyYAML: started [2021-01-07T00:43:21.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container [2021-01-07T00:43:22.054Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:43:22.183Z] ---> 6f66e69307cd [2021-01-07T00:43:22.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T00:43:22.856Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T00:43:22.856Z] Running setup.py install for dockerpty: started [2021-01-07T00:43:23.685Z] $ docker top 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 -eo pid,comm [2021-01-07T00:43:23.935Z] Running setup.py install for dockerpty: finished with status 'done' [Pipeline] { [Pipeline] sh [2021-01-07T00:43:24.225Z] ---> bdb39db3b63b [2021-01-07T00:43:24.225Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T00:43:24.801Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T00:43:24.823Z] Attempting uninstall: urllib3 [2021-01-07T00:43:24.823Z] Found existing installation: urllib3 1.25.9 [2021-01-07T00:43:24.823Z] Uninstalling urllib3-1.25.9: [2021-01-07T00:43:24.824Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T00:43:25.433Z] ---> 11c1d847a0e9 [2021-01-07T00:43:25.433Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T00:43:25.433Z] Attempting uninstall: idna [2021-01-07T00:43:25.433Z] Found existing installation: idna 2.9 [2021-01-07T00:43:25.433Z] Uninstalling idna-2.9: [2021-01-07T00:43:25.702Z] Successfully uninstalled idna-2.9 [2021-01-07T00:43:25.702Z] ---> Running in 58f4179afad5 [2021-01-07T00:43:25.992Z] Attempting uninstall: requests [2021-01-07T00:43:25.992Z] Found existing installation: requests 2.23.0 [2021-01-07T00:43:25.992Z] Uninstalling requests-2.23.0: [2021-01-07T00:43:25.992Z] Successfully uninstalled requests-2.23.0 [2021-01-07T00:43:26.296Z] Removing intermediate container 58f4179afad5 [2021-01-07T00:43:26.296Z] ---> c7371a57a7fc [2021-01-07T00:43:26.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:43:26.567Z] ---> Running in 738a629ffefb [2021-01-07T00:43:27.161Z] Running setup.py install for texttable: started [2021-01-07T00:43:27.161Z] Removing intermediate container 738a629ffefb [2021-01-07T00:43:27.161Z] ---> 893bfe20cf34 [2021-01-07T00:43:27.161Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:43:27.161Z] ---> Running in cfc522bddd10 [2021-01-07T00:43:27.750Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T00:43:27.750Z] Running setup.py install for docopt: started [2021-01-07T00:43:28.028Z] Removing intermediate container cfc522bddd10 [2021-01-07T00:43:28.028Z] ---> 460fef07eeef [2021-01-07T00:43:28.028Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:43:28.028Z] ---> Running in e0d489e6319d [2021-01-07T00:43:28.658Z] Removing intermediate container e0d489e6319d [2021-01-07T00:43:28.658Z] ---> fe2dfd817bec [2021-01-07T00:43:28.658Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:43:28.658Z] ---> Running in d227c88a8282 [2021-01-07T00:43:28.658Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T00:43:29.397Z] Removing intermediate container d227c88a8282 [2021-01-07T00:43:29.397Z] ---> 6d42e5295b42 [2021-01-07T00:43:29.397Z] [2021-01-07T00:43:29.726Z] 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-07T00:43:30.063Z] Successfully built 6d42e5295b42 [2021-01-07T00:43:30.063Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T00:43:31.561Z] Building docker-core-command-go ... [2021-01-07T00:43:31.561Z] Building docker-core-data-go ... [2021-01-07T00:43:31.561Z] Building docker-core-metadata-go ... [2021-01-07T00:43:31.561Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T00:43:31.561Z] Building docker-security-proxy-setup-go ... [2021-01-07T00:43:31.561Z] Building docker-security-secretstore-setup-go ... [2021-01-07T00:43:31.561Z] Building docker-support-notifications-go ... [2021-01-07T00:43:31.561Z] Building docker-support-scheduler-go ... [2021-01-07T00:43:31.561Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T00:43:31.561Z] Building docker-security-secretstore-setup-go [2021-01-07T00:43:31.561Z] Building docker-security-bootstrap-redis-go [2021-01-07T00:43:31.561Z] Building docker-sys-mgmt-agent-go [2021-01-07T00:43:31.561Z] Building docker-support-notifications-go [2021-01-07T00:43:31.561Z] Building docker-core-data-go [2021-01-07T00:43:32.158Z]  Building docker-core-metadata-go ... done Removing intermediate container 422d7957c07c [2021-01-07T00:43:32.158Z] ---> ffc42dcc9f1a [2021-01-07T00:43:32.158Z] [2021-01-07T00:43:32.158Z] Step 10/24 : FROM scratch [2021-01-07T00:43:32.158Z] ---> [2021-01-07T00:43:32.158Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T00:43:32.467Z] ---> Running in 671fdd1c0aca [2021-01-07T00:43:33.147Z] Removing intermediate container 671fdd1c0aca [2021-01-07T00:43:33.147Z] ---> 7effc09eb474 [2021-01-07T00:43:33.147Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T00:43:33.147Z] ---> Running in b712d107e74f [2021-01-07T00:43:34.581Z] Removing intermediate container b712d107e74f [2021-01-07T00:43:34.581Z] ---> 65601eecfd34 [2021-01-07T00:43:34.581Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T00:43:34.581Z] Removing intermediate container 9e87c8d048e6 [2021-01-07T00:43:34.581Z] ---> c99c8103d1cf [2021-01-07T00:43:34.581Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T00:43:34.581Z] ---> Running in 2de4df836d52 [2021-01-07T00:43:34.864Z] ---> Running in 179ca8f82637 [2021-01-07T00:43:34.864Z] Removing intermediate container 2de4df836d52 [2021-01-07T00:43:35.157Z] ---> 156b718a040d [2021-01-07T00:43:35.157Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T00:43:35.430Z] ---> ab3c1a1b1551 [2021-01-07T00:43:35.430Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T00:43:35.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:43:36.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:43:36.287Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:43:36.287Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T00:43:36.561Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T00:43:36.561Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:43:36.561Z] OK: 72 MiB in 58 packages [2021-01-07T00:43:36.561Z] ---> 284dae3c3ab4 [2021-01-07T00:43:36.561Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T00:43:37.586Z] ---> c0f0a043cc36 [2021-01-07T00:43:37.586Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T00:43:37.586Z] Removing intermediate container 179ca8f82637 [2021-01-07T00:43:37.586Z] ---> b9059de9c170 [2021-01-07T00:43:37.586Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T00:43:37.586Z] ---> Running in 70e00360b57c [2021-01-07T00:43:37.873Z] Removing intermediate container 70e00360b57c [2021-01-07T00:43:37.873Z] ---> a22ae4a5eba1 [2021-01-07T00:43:37.873Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:43:37.873Z] ---> 285a1beee2ab [2021-01-07T00:43:37.873Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T00:43:37.873Z] ---> Running in cafaae929744 [2021-01-07T00:43:38.511Z] Removing intermediate container cafaae929744 [2021-01-07T00:43:38.511Z] ---> 60cd9cc3aca6 [2021-01-07T00:43:38.511Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T00:43:38.796Z] ---> Running in 7ec652310267 [2021-01-07T00:43:38.796Z] ---> d61521618872 [2021-01-07T00:43:38.796Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T00:43:39.081Z] Removing intermediate container 7ec652310267 [2021-01-07T00:43:39.081Z] ---> 8eb7d9bb1acf [2021-01-07T00:43:39.081Z] Step 25/26 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:43:39.081Z] ---> Running in cbeaea4d754f [2021-01-07T00:43:39.081Z] ---> 7f922a9c5764 [2021-01-07T00:43:39.081Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T00:43:39.397Z] ---> Running in 23326cdf10c4 [2021-01-07T00:43:39.397Z] Removing intermediate container cbeaea4d754f [2021-01-07T00:43:39.397Z] ---> a4251281db99 [2021-01-07T00:43:39.397Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T00:43:39.397Z] ---> Running in 93eaba145943 [2021-01-07T00:43:39.667Z] Removing intermediate container 23326cdf10c4 [2021-01-07T00:43:39.667Z] ---> 3973dca483a8 [2021-01-07T00:43:39.667Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:43:39.667Z] ---> Running in 82fad85e1bd7 [2021-01-07T00:43:39.667Z] Removing intermediate container 93eaba145943 [2021-01-07T00:43:39.667Z] ---> b66580124ea6 [2021-01-07T00:43:39.667Z] [2021-01-07T00:43:39.936Z] Successfully built b66580124ea6 [2021-01-07T00:43:39.936Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T00:43:39.936Z] Removing intermediate container 82fad85e1bd7 [2021-01-07T00:43:39.936Z] ---> b3a2efdc5f74 [2021-01-07T00:43:39.936Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T00:43:40.213Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in c7075f3bb85a [2021-01-07T00:43:40.491Z] Removing intermediate container c7075f3bb85a [2021-01-07T00:43:40.491Z] ---> eb7defebb844 [2021-01-07T00:43:40.491Z] Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:43:40.491Z] ---> Running in 361f92a6fb8c [2021-01-07T00:43:40.793Z] Removing intermediate container 361f92a6fb8c [2021-01-07T00:43:40.793Z] ---> 15ca4de3ba0b [2021-01-07T00:43:40.793Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:43:40.793Z] ---> Running in 666b56037338 [2021-01-07T00:43:41.391Z] Removing intermediate container 666b56037338 [2021-01-07T00:43:41.391Z] ---> ac082aea0c51 [2021-01-07T00:43:41.391Z] [2021-01-07T00:43:42.026Z] Successfully built ac082aea0c51 [2021-01-07T00:43:42.026Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T00:43:42.324Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-07T00:43:42.355Z] $ docker stop --time=1 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 [2021-01-07T00:43:44.571Z] $ docker rm -f 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:43:45.264Z] + docker images [2021-01-07T00:43:45.264Z] + grep docker [2021-01-07T00:43:45.918Z] docker-support-notifications-go latest ac082aea0c51 4 seconds ago 12MB [2021-01-07T00:43:45.918Z] docker-sys-mgmt-agent-go latest b66580124ea6 6 seconds ago 313MB [2021-01-07T00:43:45.918Z] docker-core-metadata-go latest 6d42e5295b42 17 seconds ago 13MB [2021-01-07T00:43:45.918Z] docker-security-secretstore-setup-go latest 4b6e03233382 27 seconds ago 24.6MB [2021-01-07T00:43:45.918Z] docker-security-bootstrap-redis-go latest 693f20e347dd 31 seconds ago 15.8MB [2021-01-07T00:43:45.918Z] docker-core-data-go latest d090e230b2d1 About a minute ago 22.3MB [2021-01-07T00:43:45.918Z] docker-security-proxy-setup-go latest 0041041208c6 2 minutes ago 24.5MB [2021-01-07T00:43:45.918Z] docker-core-command-go latest 7aad24e0690d 2 minutes ago 10.6MB [2021-01-07T00:43:45.918Z] docker-support-scheduler-go latest 2aac1f860227 2 minutes ago 10.7MB [2021-01-07T00:43:45.918Z] docker 20.10.0 aefe523efa57 3 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-07T00:44:02.694Z] Still waiting to schedule task [2021-01-07T00:44:02.694Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-07T00:44:39.680Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:44:39.680Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:44:39.680Z] ---> e17be7a3b50d [2021-01-07T00:44:39.680Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T00:44:39.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:44:39.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:44:39.680Z] ---> e17be7a3b50d [2021-01-07T00:44:39.680Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T00:44:39.680Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:44:39.680Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:44:39.680Z] ---> e17be7a3b50d [2021-01-07T00:44:39.680Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:44:39.680Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:44:39.680Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:44:39.680Z] ---> e17be7a3b50d [2021-01-07T00:44:39.680Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:44:39.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:44:39.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:44:39.680Z] ---> e17be7a3b50d [2021-01-07T00:44:39.680Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:44:42.303Z] ---> Running in a9ce5be17874 [2021-01-07T00:44:42.303Z] ---> Running in 73e98d70c0c5 [2021-01-07T00:44:42.303Z] ---> Running in 0d92c7fc079b [2021-01-07T00:44:42.303Z] ---> Running in 407b027d7062 [2021-01-07T00:44:42.303Z] ---> Running in 7f4ac1b9876c [2021-01-07T00:44:42.900Z] Removing intermediate container 0d92c7fc079b [2021-01-07T00:44:42.900Z] ---> 6b119f7799f2 [2021-01-07T00:44:42.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:44:43.180Z] Removing intermediate container 7f4ac1b9876c [2021-01-07T00:44:43.180Z] ---> af34fc9a309b [2021-01-07T00:44:43.180Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:44:43.180Z] Removing intermediate container a9ce5be17874 [2021-01-07T00:44:43.180Z] ---> 937c629d8c40 [2021-01-07T00:44:43.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:44:43.180Z] Removing intermediate container 73e98d70c0c5 [2021-01-07T00:44:43.180Z] Removing intermediate container 407b027d7062 [2021-01-07T00:44:43.181Z] ---> 40aa14c49447 [2021-01-07T00:44:43.181Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:44:43.181Z] ---> 95f040d46846 [2021-01-07T00:44:43.181Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:44:43.452Z] ---> Running in a71197ce6067 [2021-01-07T00:44:43.452Z] ---> Running in 5f5f30a40cef [2021-01-07T00:44:43.452Z] ---> Running in 41c3d3df51b1 [2021-01-07T00:44:43.452Z] ---> Running in 4eb43b537eb6 [2021-01-07T00:44:43.452Z] ---> Running in 4bbe6d5e856d [2021-01-07T00:44:46.881Z] Removing intermediate container 5f5f30a40cef [2021-01-07T00:44:46.881Z] ---> 98262088c15b [2021-01-07T00:44:46.881Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T00:44:47.155Z] ---> Running in 27afe6811916 [2021-01-07T00:44:47.437Z] Removing intermediate container a71197ce6067 [2021-01-07T00:44:47.437Z] ---> 7982bf3ad00f [2021-01-07T00:44:47.437Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:44:47.437Z] Removing intermediate container 41c3d3df51b1 [2021-01-07T00:44:47.437Z] ---> 11818f61e35c [2021-01-07T00:44:47.437Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T00:44:47.713Z] ---> Running in c691d47ef152 [2021-01-07T00:44:47.713Z] ---> Running in ba50f2f503c9 [2021-01-07T00:44:47.993Z] Removing intermediate container 4eb43b537eb6 [2021-01-07T00:44:47.993Z] Removing intermediate container 4bbe6d5e856d [2021-01-07T00:44:47.993Z] ---> db54e154a9a3 [2021-01-07T00:44:47.993Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T00:44:47.993Z] ---> 513963cf752c [2021-01-07T00:44:47.993Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T00:44:48.270Z] ---> Running in 279e436443cc [2021-01-07T00:44:48.270Z] ---> Running in 60be1956ef21 [2021-01-07T00:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:50.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:51.550Z] OK: 217 MiB in 51 packages [2021-01-07T00:44:51.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:51.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:52.822Z] Removing intermediate container 27afe6811916 [2021-01-07T00:44:52.822Z] ---> 9c24fa286b25 [2021-01-07T00:44:52.822Z] Step 6/26 : COPY go.mod . [2021-01-07T00:44:52.822Z] OK: 217 MiB in 51 packages [2021-01-07T00:44:53.866Z] ---> 937735a57055 [2021-01-07T00:44:53.867Z] Step 7/26 : RUN go mod download [2021-01-07T00:44:53.867Z] ---> Running in 150cb85e73cc [2021-01-07T00:44:54.157Z] OK: 217 MiB in 51 packages [2021-01-07T00:44:54.157Z] Removing intermediate container 60be1956ef21 [2021-01-07T00:44:54.157Z] ---> 81b91ff347c5 [2021-01-07T00:44:54.157Z] Step 6/24 : COPY go.mod . [2021-01-07T00:44:54.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:44:55.448Z] ---> 751875d8b445 [2021-01-07T00:44:55.448Z] Step 7/24 : RUN go mod download [2021-01-07T00:44:55.448Z] ---> Running in 8a3949987359 [2021-01-07T00:44:55.731Z] Removing intermediate container c691d47ef152 [2021-01-07T00:44:55.731Z] ---> 7c3a613d1d87 [2021-01-07T00:44:55.731Z] Step 6/23 : COPY go.mod . [2021-01-07T00:44:56.011Z] OK: 217 MiB in 51 packages [2021-01-07T00:44:57.011Z] ---> 6cc6ab214d4d [2021-01-07T00:44:57.011Z] Step 7/23 : RUN go mod download [2021-01-07T00:44:57.292Z] ---> Running in cde60f01714b [2021-01-07T00:44:57.575Z] Removing intermediate container 150cb85e73cc [2021-01-07T00:44:57.575Z] ---> 48e8ede5b8bb [2021-01-07T00:44:57.575Z] Step 8/26 : COPY . . [2021-01-07T00:44:57.575Z] OK: 217 MiB in 51 packages [2021-01-07T00:44:57.853Z] Removing intermediate container 279e436443cc [2021-01-07T00:44:57.854Z] ---> 2cd1d71c0b89 [2021-01-07T00:44:57.854Z] Step 6/24 : COPY go.mod . [2021-01-07T00:44:59.301Z] ---> 3c56d1378b23 [2021-01-07T00:44:59.301Z] Step 7/24 : RUN go mod download [2021-01-07T00:44:59.906Z] ---> Running in eba59a005f11 [2021-01-07T00:45:00.197Z] Removing intermediate container ba50f2f503c9 [2021-01-07T00:45:00.197Z] ---> 0d7420bc55fd [2021-01-07T00:45:00.197Z] Step 6/22 : COPY go.mod . [2021-01-07T00:45:00.475Z] Removing intermediate container 8a3949987359 [2021-01-07T00:45:00.476Z] ---> a3bc4594d905 [2021-01-07T00:45:00.476Z] Step 8/24 : COPY . . [2021-01-07T00:45:01.498Z] ---> 098f43304451 [2021-01-07T00:45:01.498Z] Step 7/22 : RUN go mod download [2021-01-07T00:45:02.112Z] ---> Running in 0ea61d4c515f [2021-01-07T00:45:02.112Z] Removing intermediate container cde60f01714b [2021-01-07T00:45:02.112Z] ---> eb9b5a27e4b6 [2021-01-07T00:45:02.112Z] Step 8/23 : COPY . . [2021-01-07T00:45:06.445Z] Removing intermediate container eba59a005f11 [2021-01-07T00:45:06.445Z] ---> 354231534480 [2021-01-07T00:45:06.445Z] Step 8/24 : COPY . . [2021-01-07T00:45:06.445Z] Removing intermediate container 0ea61d4c515f [2021-01-07T00:45:06.445Z] ---> a54319636939 [2021-01-07T00:45:06.445Z] Step 8/22 : COPY . . [2021-01-07T00:45:28.658Z] ---> 7163c1326183 [2021-01-07T00:45:28.658Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T00:45:28.658Z] ---> b8a206d0ca8c [2021-01-07T00:45:28.658Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T00:45:28.658Z] ---> 0c6f5aeabc1a [2021-01-07T00:45:28.658Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T00:45:28.658Z] ---> Running in 39130d74d30e [2021-01-07T00:45:28.658Z] ---> ee627746a4fd [2021-01-07T00:45:28.658Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T00:45:28.658Z] ---> c76660efeb5e [2021-01-07T00:45:28.658Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T00:45:28.658Z] ---> Running in 112250b4ca43 [2021-01-07T00:45:28.658Z] ---> Running in 7a56ab0f78bb [2021-01-07T00:45:28.658Z] ---> Running in 2959799106f2 [2021-01-07T00:45:28.658Z] ---> Running in dc38add59b66 [2021-01-07T00:45:28.930Z] 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-07T00:45:29.208Z] 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-07T00:45:29.823Z] 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-07T00:45:30.100Z] 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-07T00:45:30.100Z] 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-07T00:46:38.270Z] Running on prd-ubuntu18.04-docker-8c-8g-18778 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-07T00:46:38.331Z] Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout [2021-01-07T00:46:40.311Z] using credential edgex-jenkins-ssh [2021-01-07T00:46:40.372Z] Cloning the remote Git repository [2021-01-07T00:46:40.396Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:46:40.455Z] > git init /w/workspace/edgex-go/34 # timeout=10 [2021-01-07T00:46:40.480Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:46:40.480Z] > git --version # timeout=10 [2021-01-07T00:46:40.489Z] > git --version # 'git version 2.17.1' [2021-01-07T00:46:40.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:46:40.512Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:46:50.578Z] Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-07T00:46:50.875Z] Merge succeeded, producing 8eb55814ab00fd30b50cda57482fb5d0b5152b5c [2021-01-07T00:46:50.875Z] Checking out Revision 8eb55814ab00fd30b50cda57482fb5d0b5152b5c (PR-2858) [2021-01-07T00:46:50.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:46:50.017Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:46:50.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:46:50.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:46:50.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:46:50.039Z] > 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-07T00:46:50.590Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:46:50.593Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-07T00:46:50.694Z] > git remote # timeout=10 [2021-01-07T00:46:50.699Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T00:46:50.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:46:50.705Z] > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [2021-01-07T00:46:50.874Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T00:46:50.881Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:46:50.884Z] > git checkout -f 8eb55814ab00fd30b50cda57482fb5d0b5152b5c # timeout=10 [2021-01-07T00:46:54.514Z] Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" [2021-01-07T00:46:54.522Z] First time build. Skipping changelog. [2021-01-07T00:46:54.520Z] > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:46:55.748Z] + echo snap-build.sh [2021-01-07T00:46:55.749Z] snap-build.sh [2021-01-07T00:46:55.749Z] + SNAP_BASE_DIR=. [2021-01-07T00:46:55.749Z] + '[' '!' -z /w/workspace/edgex-go/34 ']' [2021-01-07T00:46:55.749Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/34 [2021-01-07T00:46:55.749Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/34]' [2021-01-07T00:46:55.749Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/34] [2021-01-07T00:46:55.749Z] + cd /w/workspace/edgex-go/34 [2021-01-07T00:46:55.749Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-07T00:46:55.749Z] Reading package lists... [2021-01-07T00:46:55.749Z] Building dependency tree... [2021-01-07T00:46:55.749Z] Reading state information... [2021-01-07T00:46:56.011Z] The following packages were automatically installed and are no longer required: [2021-01-07T00:46:56.011Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-07T00:46:56.011Z] uidmap xdelta3 [2021-01-07T00:46:56.011Z] Use 'sudo apt autoremove' to remove them. [2021-01-07T00:46:56.011Z] The following packages will be REMOVED: [2021-01-07T00:46:56.011Z] lxd* lxd-client* [2021-01-07T00:46:56.582Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-07T00:46:56.582Z] After this operation, 31.7 MB disk space will be freed. [2021-01-07T00:46:57.363Z] (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-07T00:46:57.363Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:46:58.307Z] Removing lxd dnsmasq configuration [2021-01-07T00:46:58.307Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:46:58.566Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-07T00:46:59.136Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-07T00:46:59.397Z] (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-07T00:46:59.397Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:47:00.782Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-07T00:47:01.041Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-07T00:47:02.427Z] + sudo snap remove --purge lxd [2021-01-07T00:47:02.427Z] snap "lxd" is not installed [2021-01-07T00:47:02.427Z] + sudo groupadd --force --system lxd [2021-01-07T00:47:02.427Z] ++ whoami [2021-01-07T00:47:02.427Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-07T00:47:02.427Z] + newgrp - lxd [2021-01-07T00:47:02.427Z] + sudo snap install lxd [2021-01-07T00:47:07.012Z] 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-07T00:47:11.402Z] Removing intermediate container 2959799106f2 [2021-01-07T00:47:11.402Z] ---> 1017a471b063 [2021-01-07T00:47:11.402Z] [2021-01-07T00:47:11.402Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T00:47:11.402Z] 3.12: Pulling from library/alpine [2021-01-07T00:47:12.452Z] 2021-01-07T00:47:09Z INFO Waiting for automatic snapd restart... [2021-01-07T00:47:15.135Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T00:47:15.135Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T00:47:15.135Z] ---> afeebe901d6b [2021-01-07T00:47:15.135Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:47:15.135Z] Removing intermediate container dc38add59b66 [2021-01-07T00:47:15.135Z] ---> 53902a046448 [2021-01-07T00:47:15.135Z] [2021-01-07T00:47:15.135Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T00:47:15.135Z] ---> afeebe901d6b [2021-01-07T00:47:15.135Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:47:15.414Z] ---> Running in 2e4bfd9998ce [2021-01-07T00:47:15.414Z] ---> Running in 1d92a2f78620 [2021-01-07T00:47:16.023Z] Removing intermediate container 39130d74d30e [2021-01-07T00:47:16.023Z] ---> 65e589d16a7b [2021-01-07T00:47:16.023Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T00:47:16.630Z] ---> Running in 15db9a4f00a7 [2021-01-07T00:47:18.648Z] Removing intermediate container 7a56ab0f78bb [2021-01-07T00:47:18.648Z] ---> a398746fd79c [2021-01-07T00:47:18.648Z] [2021-01-07T00:47:18.648Z] Step 10/24 : FROM scratch [2021-01-07T00:47:18.648Z] ---> [2021-01-07T00:47:18.648Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T00:47:18.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:18.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:18.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:18.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:19.212Z] ---> Running in 15d0826f8b2a [2021-01-07T00:47:19.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:47:19.791Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T00:47:19.791Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T00:47:19.791Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:47:19.791Z] Removing intermediate container 15d0826f8b2a [2021-01-07T00:47:19.791Z] ---> 4d7a66598271 [2021-01-07T00:47:19.791Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T00:47:19.791Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T00:47:19.791Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T00:47:19.791Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T00:47:19.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:47:19.791Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:47:19.791Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T00:47:20.079Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T00:47:20.079Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T00:47:20.079Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:47:20.079Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:47:20.079Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:47:20.079Z] ---> Running in 47f0c413b810 [2021-01-07T00:47:20.359Z] OK: 7 MiB in 19 packages [2021-01-07T00:47:20.359Z] OK: 7 MiB in 19 packages [2021-01-07T00:47:21.354Z] Removing intermediate container 47f0c413b810 [2021-01-07T00:47:21.354Z] ---> 5c268be25a97 [2021-01-07T00:47:21.354Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T00:47:21.354Z] ---> Running in af81fd67eb0d [2021-01-07T00:47:22.343Z] Removing intermediate container af81fd67eb0d [2021-01-07T00:47:22.343Z] ---> b6e6215c0238 [2021-01-07T00:47:22.343Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T00:47:23.798Z] Removing intermediate container 1d92a2f78620 [2021-01-07T00:47:23.798Z] ---> 67c410f1b2aa [2021-01-07T00:47:23.798Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T00:47:23.798Z] ---> d5e26eb81b3a [2021-01-07T00:47:23.798Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T00:47:23.798Z] Removing intermediate container 2e4bfd9998ce [2021-01-07T00:47:23.798Z] ---> 0a09604a0ab8 [2021-01-07T00:47:23.798Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:47:24.092Z] ---> Running in 53cb8717fd54 [2021-01-07T00:47:24.373Z] ---> Running in 0d8a59095300 [2021-01-07T00:47:25.387Z] Removing intermediate container 53cb8717fd54 [2021-01-07T00:47:25.387Z] ---> d275438aa546 [2021-01-07T00:47:25.387Z] Step 13/22 : WORKDIR / [2021-01-07T00:47:25.387Z] Removing intermediate container 0d8a59095300 [2021-01-07T00:47:25.387Z] ---> 09808af2d9d8 [2021-01-07T00:47:25.387Z] Step 13/24 : WORKDIR / [2021-01-07T00:47:25.387Z] Removing intermediate container 15db9a4f00a7 [2021-01-07T00:47:25.387Z] ---> 8a4173f70172 [2021-01-07T00:47:25.387Z] [2021-01-07T00:47:25.387Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T00:47:25.661Z] ---> Running in 1b7da81f2e97 [2021-01-07T00:47:25.661Z] 20.10.0: Pulling from library/docker [2021-01-07T00:47:25.661Z] ---> Running in b534c348446b [2021-01-07T00:47:25.661Z] ---> 65646b566e82 [2021-01-07T00:47:25.661Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T00:47:26.659Z] Removing intermediate container b534c348446b [2021-01-07T00:47:26.659Z] ---> 126ae8701220 [2021-01-07T00:47:26.659Z] 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-07T00:47:26.940Z] Removing intermediate container 1b7da81f2e97 [2021-01-07T00:47:26.940Z] ---> 9ebe565416cd [2021-01-07T00:47:26.940Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T00:47:27.362Z] lxd 4.9 from Canonical* installed [2021-01-07T00:47:27.362Z] + sudo lxd init --auto [2021-01-07T00:47:28.400Z] ---> b9a5a6c90823 [2021-01-07T00:47:28.400Z] 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-07T00:47:29.415Z] ---> e14d394c42c2 [2021-01-07T00:47:29.415Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T00:47:29.415Z] ---> dec904c6aedf [2021-01-07T00:47:29.415Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T00:47:29.702Z] ---> 15c7f2f860f3 [2021-01-07T00:47:29.702Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T00:47:31.173Z] ---> c58ce1f4bffe [2021-01-07T00:47:31.173Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T00:47:31.781Z] ---> 7bcb892fb120 [2021-01-07T00:47:31.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T00:47:32.057Z] ---> 6d87be38e473 [2021-01-07T00:47:32.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T00:47:34.686Z] ---> 431eea420ac4 [2021-01-07T00:47:34.686Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T00:47:34.686Z] ---> 5b977fc753dd [2021-01-07T00:47:34.686Z] ---> 861677c36fb9 [2021-01-07T00:47:34.686Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T00:47:34.686Z] [2021-01-07T00:47:35.507Z] + sudo snap install --classic snapcraft [2021-01-07T00:47:36.129Z] ---> 70b9571a90f8 [2021-01-07T00:47:36.129Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T00:47:36.727Z] ---> 4aca45258cc4 [2021-01-07T00:47:36.727Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T00:47:37.004Z] ---> Running in 686983abafbc [2021-01-07T00:47:37.004Z] ---> Running in 8d427862b8dc [2021-01-07T00:47:37.281Z] ---> de539f80d70e [2021-01-07T00:47:37.281Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T00:47:37.878Z] Removing intermediate container 686983abafbc [2021-01-07T00:47:37.878Z] ---> 95244bafbbeb [2021-01-07T00:47:37.878Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:47:38.475Z] ---> Running in 642147002b41 [2021-01-07T00:47:38.751Z] ---> bbf955076ed0 [2021-01-07T00:47:38.751Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T00:47:39.734Z] ---> Running in a901f6112060 [2021-01-07T00:47:40.011Z] Removing intermediate container 642147002b41 [2021-01-07T00:47:40.011Z] ---> 461cd9dc6ec1 [2021-01-07T00:47:40.011Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T00:47:40.657Z] ---> Running in 6480fad55577 [2021-01-07T00:47:41.747Z] Removing intermediate container 112250b4ca43 [2021-01-07T00:47:41.747Z] ---> 87d380b7c6e6 [2021-01-07T00:47:41.747Z] [2021-01-07T00:47:41.747Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T00:47:41.747Z] ---> afeebe901d6b [2021-01-07T00:47:41.747Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:47:41.747Z] Removing intermediate container 6480fad55577 [2021-01-07T00:47:41.747Z] ---> 907277b76dab [2021-01-07T00:47:41.747Z] Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:47:41.747Z] ---> Running in 70deec9e2239 [2021-01-07T00:47:42.079Z] Removing intermediate container 8d427862b8dc [2021-01-07T00:47:42.079Z] ---> 2d654129b384 [2021-01-07T00:47:42.079Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T00:47:42.079Z] ---> Running in 9784d053256f [2021-01-07T00:47:42.088Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T00:47:42.089Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-07T00:47:42.089Z] + patch --verbose -p1 [2021-01-07T00:47:42.089Z] Hmm... Looks like a unified diff to me... [2021-01-07T00:47:42.089Z] The text leading up to this was: [2021-01-07T00:47:42.089Z] -------------------------- [2021-01-07T00:47:42.089Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-07T00:47:42.089Z] |From: Tony Espy [2021-01-07T00:47:42.089Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-07T00:47:42.089Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-07T00:47:42.089Z] | [2021-01-07T00:47:42.089Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-07T00:47:42.089Z] |optimize the snap CI check run for pull requests. When [2021-01-07T00:47:42.089Z] |applied, it essentially strips out everything (apps and [2021-01-07T00:47:42.089Z] |parts) from the snapcraft.yaml file except those required [2021-01-07T00:47:42.089Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-07T00:47:42.089Z] |catch changes to edgex-go that break the snap build. [2021-01-07T00:47:42.089Z] | [2021-01-07T00:47:42.089Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-07T00:47:42.089Z] |to update this patch file, otherwise it may fail to apply, [2021-01-07T00:47:42.089Z] |resulting in a failed snap build CI check in the associated [2021-01-07T00:47:42.089Z] |pull request. [2021-01-07T00:47:42.089Z] | [2021-01-07T00:47:42.089Z] |Note - in addition to applying this patch, the pipeline also [2021-01-07T00:47:42.089Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-07T00:47:42.089Z] |need to build the finally binary .snap file (and it won't [2021-01-07T00:47:42.089Z] |work with the patch applied). This further reduces the build [2021-01-07T00:47:42.089Z] |time. [2021-01-07T00:47:42.089Z] |--- [2021-01-07T00:47:42.089Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-07T00:47:42.089Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-07T00:47:42.089Z] | [2021-01-07T00:47:42.089Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-07T00:47:42.089Z] |index 1e537489..faf42425 100644 [2021-01-07T00:47:42.089Z] |--- a/snap/snapcraft.yaml [2021-01-07T00:47:42.089Z] |+++ b/snap/snapcraft.yaml [2021-01-07T00:47:42.089Z] -------------------------- [2021-01-07T00:47:42.089Z] patching file snap/snapcraft.yaml [2021-01-07T00:47:42.089Z] Using Plan A... [2021-01-07T00:47:42.089Z] Hunk #1 succeeded at 73. [2021-01-07T00:47:42.089Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-07T00:47:42.089Z] Hunk #3 succeeded at 214. [2021-01-07T00:47:42.089Z] Hunk #4 FAILED at 222. [2021-01-07T00:47:42.089Z] Hunk #5 succeeded at 300 (offset 1 line). [2021-01-07T00:47:42.089Z] Hunk #6 succeeded at 327 (offset 1 line). [2021-01-07T00:47:42.089Z] Hunk #7 succeeded at 361 (offset 1 line). [2021-01-07T00:47:42.089Z] Hunk #8 FAILED at 411. [2021-01-07T00:47:42.089Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-07T00:47:42.089Z] Hmm... Ignoring the trailing garbage. [2021-01-07T00:47:42.089Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-07T00:47:42.358Z] ---> Running in 1c24541e1757 [2021-01-07T00:47:42.358Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [Pipeline] // node [Pipeline] } [2021-01-07T00:47:42.639Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T00:47:42.639Z] ---> eeaf43b92773 [2021-01-07T00:47:42.639Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T00:47:42.639Z] Removing intermediate container 70deec9e2239 [2021-01-07T00:47:42.639Z] ---> 0e87f1d25c5f [2021-01-07T00:47:42.639Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-07T00:47:42.917Z] ---> Running in 159402237bee [2021-01-07T00:47:42.917Z] ---> Running in e207c1d4f206 [Pipeline] } [2021-01-07T00:47:42.937Z] Failed in branch amd64 [2021-01-07T00:47:43.194Z] Removing intermediate container 9784d053256f [2021-01-07T00:47:43.194Z] ---> ef0ee2abdae9 [2021-01-07T00:47:43.194Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:47:43.194Z] Removing intermediate container 1c24541e1757 [2021-01-07T00:47:43.194Z] ---> 1cf9e5f0cfb0 [2021-01-07T00:47:43.194Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:47:43.472Z] ---> Running in 025df9b1c541 [2021-01-07T00:47:43.472Z] ---> Running in b5aa23418661 [2021-01-07T00:47:43.752Z] Removing intermediate container e207c1d4f206 [2021-01-07T00:47:43.752Z] Removing intermediate container a901f6112060 [2021-01-07T00:47:43.752Z] ---> 89358bd2cf9b [2021-01-07T00:47:43.752Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T00:47:43.752Z] ---> dee02337580c [2021-01-07T00:47:43.752Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T00:47:44.031Z] ---> Running in f1361b55f956 [2021-01-07T00:47:44.031Z] ---> Running in ce837f2d38a6 [2021-01-07T00:47:44.323Z] Removing intermediate container 025df9b1c541 [2021-01-07T00:47:44.324Z] ---> 98ed7c459b44 [2021-01-07T00:47:44.324Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:47:44.324Z] Removing intermediate container b5aa23418661 [2021-01-07T00:47:44.324Z] ---> 61db0ed9a33a [2021-01-07T00:47:44.324Z] [2021-01-07T00:47:44.324Z] ---> Running in a28f795f5e94 [2021-01-07T00:47:44.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:44.940Z] Successfully built 61db0ed9a33a [2021-01-07T00:47:44.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:44.940Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T00:47:44.940Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-07T00:47:44.940Z] Removing intermediate container f1361b55f956 [2021-01-07T00:47:44.940Z] Removing intermediate container ce837f2d38a6 [2021-01-07T00:47:44.940Z] ---> 2482aacdc2b6 [2021-01-07T00:47:45.220Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T00:47:45.220Z] ---> 8c7cdbb6a816 [2021-01-07T00:47:45.220Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:47:45.220Z] Removing intermediate container a28f795f5e94 [2021-01-07T00:47:45.220Z] ---> a753a3917527 [2021-01-07T00:47:45.220Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:47:45.497Z] ---> Running in de8c82d7378d [2021-01-07T00:47:45.497Z] ---> Running in 97fa7b5f99b2 [2021-01-07T00:47:45.773Z] ---> Running in 70d05d602f15 [2021-01-07T00:47:45.773Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T00:47:45.773Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T00:47:45.773Z] Executing bash-5.0.17-r0.post-install [2021-01-07T00:47:45.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:47:45.773Z] OK: 12 MiB in 22 packages [2021-01-07T00:47:46.387Z] Removing intermediate container de8c82d7378d [2021-01-07T00:47:46.387Z] ---> d03e471d2d30 [2021-01-07T00:47:46.387Z] Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:47:46.985Z] Removing intermediate container 70d05d602f15 [2021-01-07T00:47:46.985Z] ---> 253e3d16d5b2 [2021-01-07T00:47:46.985Z] [2021-01-07T00:47:47.262Z] ---> Running in 4c033807a6c7 [2021-01-07T00:47:47.538Z] Successfully built 253e3d16d5b2 [2021-01-07T00:47:47.829Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T00:47:47.829Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-07T00:47:48.105Z] Removing intermediate container 4c033807a6c7 [2021-01-07T00:47:48.105Z] ---> 2fe7f328b2b2 [2021-01-07T00:47:48.105Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:47:48.704Z] ---> Running in 0162da646229 [2021-01-07T00:47:48.704Z] Removing intermediate container 159402237bee [2021-01-07T00:47:48.704Z] ---> f4c03d04646a [2021-01-07T00:47:48.704Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T00:47:48.985Z] ---> Running in 505e703ccba2 [2021-01-07T00:47:49.261Z] Removing intermediate container 0162da646229 [2021-01-07T00:47:49.261Z] ---> 79e320afaaaa [2021-01-07T00:47:49.261Z] [2021-01-07T00:47:49.868Z] Removing intermediate container 97fa7b5f99b2 [2021-01-07T00:47:49.868Z] ---> bb99feca4121 [2021-01-07T00:47:49.868Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T00:47:49.869Z] Successfully built 79e320afaaaa [2021-01-07T00:47:49.869Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T00:47:49.869Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-07T00:47:50.471Z] Removing intermediate container 505e703ccba2 [2021-01-07T00:47:50.471Z] ---> 5dccb18957f7 [2021-01-07T00:47:50.471Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T00:47:50.471Z] ---> Running in 05c27006a367 [2021-01-07T00:47:50.748Z] ---> Running in e58db17da3e8 [2021-01-07T00:47:51.746Z] Removing intermediate container e58db17da3e8 [2021-01-07T00:47:51.746Z] ---> 632da4d7f523 [2021-01-07T00:47:51.746Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T00:47:52.354Z] ---> Running in 67e7b58b5c36 [2021-01-07T00:47:52.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:53.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:53.647Z] Removing intermediate container 67e7b58b5c36 [2021-01-07T00:47:53.647Z] ---> 609d47878aac [2021-01-07T00:47:53.647Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T00:47:54.246Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T00:47:54.246Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T00:47:54.522Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T00:47:54.798Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T00:47:54.798Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T00:47:55.072Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:47:55.072Z] OK: 8 MiB in 19 packages [2021-01-07T00:47:57.072Z] ---> c3b99312acb8 [2021-01-07T00:47:57.072Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T00:47:58.059Z] ---> 6c64106c7d4b [2021-01-07T00:47:58.059Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T00:47:58.336Z] Removing intermediate container 05c27006a367 [2021-01-07T00:47:58.336Z] ---> ac67885b6046 [2021-01-07T00:47:58.336Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T00:47:59.331Z] ---> e62f31d25a41 [2021-01-07T00:47:59.331Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T00:47:59.943Z] ---> f645972c3ed4 [2021-01-07T00:47:59.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T00:48:00.220Z] ---> Running in 4cf9cb54a4db [2021-01-07T00:48:02.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:02.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:02.821Z] ---> 1431953e310a [2021-01-07T00:48:02.821Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T00:48:02.821Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T00:48:02.821Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T00:48:02.821Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T00:48:02.821Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T00:48:02.821Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T00:48:02.821Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T00:48:02.821Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T00:48:04.829Z] ---> f1eeb697ab56 [2021-01-07T00:48:04.829Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T00:48:05.117Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T00:48:05.117Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T00:48:05.117Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T00:48:05.396Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T00:48:05.396Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T00:48:05.396Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T00:48:05.396Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T00:48:05.396Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T00:48:05.676Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T00:48:05.676Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T00:48:05.676Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T00:48:05.676Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T00:48:05.676Z] ---> Running in 49795a2e0cab [2021-01-07T00:48:05.951Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T00:48:05.951Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T00:48:05.951Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T00:48:05.951Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T00:48:05.951Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T00:48:05.951Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T00:48:06.227Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T00:48:06.227Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T00:48:06.227Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T00:48:06.227Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T00:48:06.227Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T00:48:06.227Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T00:48:06.510Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T00:48:06.510Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T00:48:06.510Z] Removing intermediate container 49795a2e0cab [2021-01-07T00:48:06.510Z] ---> 960dbab79d80 [2021-01-07T00:48:06.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:48:06.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:48:06.510Z] OK: 71 MiB in 55 packages [2021-01-07T00:48:06.789Z] ---> Running in 715366bf5374 [2021-01-07T00:48:08.279Z] Removing intermediate container 715366bf5374 [2021-01-07T00:48:08.279Z] ---> e85d5054c845 [2021-01-07T00:48:08.279Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T00:48:08.279Z] ---> Running in 63b197ec97b5 [2021-01-07T00:48:09.271Z] Removing intermediate container 63b197ec97b5 [2021-01-07T00:48:09.271Z] ---> d3fe60ac0b64 [2021-01-07T00:48:09.271Z] Step 22/23 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:48:09.876Z] ---> Running in 390eb22ef9ef [2021-01-07T00:48:11.867Z] Removing intermediate container 390eb22ef9ef [2021-01-07T00:48:11.867Z] ---> d0a2f75cbc6d [2021-01-07T00:48:11.867Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T00:48:12.476Z] ---> Running in b00a74c7406d [2021-01-07T00:48:13.930Z] Removing intermediate container b00a74c7406d [2021-01-07T00:48:13.930Z] ---> 661f24c008f7 [2021-01-07T00:48:13.930Z] [2021-01-07T00:48:14.529Z] Successfully built 661f24c008f7 [2021-01-07T00:48:14.529Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T00:48:14.529Z] Building docker-core-metadata-go [2021-01-07T00:48:17.167Z]  Building docker-core-data-go ... done Removing intermediate container 4cf9cb54a4db [2021-01-07T00:48:17.167Z] ---> 67d30bcc436d [2021-01-07T00:48:17.167Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T00:48:18.155Z] ---> Running in ff3ab63cd213 [2021-01-07T00:48:23.575Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:48:23.575Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:48:23.575Z] ---> e17be7a3b50d [2021-01-07T00:48:23.575Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:48:23.575Z] ---> Using cache [2021-01-07T00:48:23.575Z] ---> 95f040d46846 [2021-01-07T00:48:23.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:48:23.575Z] ---> Using cache [2021-01-07T00:48:23.575Z] ---> db54e154a9a3 [2021-01-07T00:48:23.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:48:25.053Z] Collecting docker-compose==1.23.2 [2021-01-07T00:48:25.053Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T00:48:25.334Z] ---> Running in f93b447e7385 [2021-01-07T00:48:27.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:27.334Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T00:48:27.334Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T00:48:27.610Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:48:27.610Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:48:27.610Z] ---> e17be7a3b50d [2021-01-07T00:48:27.610Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:48:27.610Z] ---> Using cache [2021-01-07T00:48:27.610Z] ---> 95f040d46846 [2021-01-07T00:48:27.610Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:48:27.610Z] ---> Using cache [2021-01-07T00:48:27.610Z] ---> db54e154a9a3 [2021-01-07T00:48:27.610Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:48:27.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:28.889Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T00:48:28.889Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T00:48:28.889Z] OK: 217 MiB in 51 packages [2021-01-07T00:48:28.889Z] ---> Running in 844618ad091c [2021-01-07T00:48:29.889Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:48:29.889Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:48:29.889Z] ---> e17be7a3b50d [2021-01-07T00:48:29.889Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:48:29.889Z] ---> Using cache [2021-01-07T00:48:29.889Z] ---> 95f040d46846 [2021-01-07T00:48:29.889Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:48:29.889Z] ---> Using cache [2021-01-07T00:48:29.889Z] ---> db54e154a9a3 [2021-01-07T00:48:29.889Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:48:30.167Z] ---> Running in b6069fce45de [2021-01-07T00:48:31.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:31.435Z] Removing intermediate container f93b447e7385 [2021-01-07T00:48:31.435Z] ---> 06b0a7942f8f [2021-01-07T00:48:31.435Z] Step 6/22 : COPY go.mod . [2021-01-07T00:48:32.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:32.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:32.604Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T00:48:32.604Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T00:48:32.882Z] ---> 6257afbecb65 [2021-01-07T00:48:32.882Z] Step 7/22 : RUN go mod download [2021-01-07T00:48:32.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:33.159Z] OK: 217 MiB in 51 packages [2021-01-07T00:48:33.442Z] ---> Running in dbccf05b13fe [2021-01-07T00:48:33.442Z] 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-07T00:48:34.057Z] OK: 217 MiB in 51 packages [2021-01-07T00:48:34.057Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T00:48:34.338Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T00:48:35.334Z] Collecting PyYAML<4,>=3.10 [2021-01-07T00:48:35.334Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T00:48:35.638Z] Removing intermediate container 844618ad091c [2021-01-07T00:48:35.638Z] ---> 934697faa9a7 [2021-01-07T00:48:35.638Z] Step 6/21 : COPY go.mod . [2021-01-07T00:48:35.931Z] Removing intermediate container b6069fce45de [2021-01-07T00:48:35.931Z] ---> c9271818b522 [2021-01-07T00:48:35.931Z] Step 6/21 : COPY go.mod . [2021-01-07T00:48:37.401Z] ---> 5a90c6e939b5 [2021-01-07T00:48:37.401Z] Step 7/21 : RUN go mod download [2021-01-07T00:48:37.706Z] ---> 2c70699fdc97 [2021-01-07T00:48:37.706Z] Step 7/21 : RUN go mod download [2021-01-07T00:48:37.706Z] ---> Running in 5b2967ae88a2 [2021-01-07T00:48:38.095Z] ---> Running in b6a166aac028 [2021-01-07T00:48:39.170Z] Removing intermediate container dbccf05b13fe [2021-01-07T00:48:39.170Z] ---> 02ff41574740 [2021-01-07T00:48:39.170Z] Step 8/22 : COPY . . [2021-01-07T00:48:40.639Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T00:48:40.916Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T00:48:41.519Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T00:48:41.519Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T00:48:44.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:48:44.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:48:44.164Z] ---> e17be7a3b50d [2021-01-07T00:48:44.164Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:48:44.164Z] ---> Using cache [2021-01-07T00:48:44.164Z] ---> 95f040d46846 [2021-01-07T00:48:44.164Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:48:44.164Z] ---> Using cache [2021-01-07T00:48:44.164Z] ---> db54e154a9a3 [2021-01-07T00:48:44.164Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:48:44.164Z] ---> Using cache [2021-01-07T00:48:44.164Z] ---> c9271818b522 [2021-01-07T00:48:44.164Z] Step 6/22 : COPY go.mod . [2021-01-07T00:48:44.164Z] ---> Using cache [2021-01-07T00:48:44.164Z] ---> 2c70699fdc97 [2021-01-07T00:48:44.164Z] Step 7/22 : RUN go mod download [2021-01-07T00:48:44.760Z] ---> Running in 1e96ebd403fc [2021-01-07T00:48:45.035Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T00:48:45.035Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T00:48:45.633Z] Removing intermediate container b6a166aac028 [2021-01-07T00:48:45.633Z] ---> a11613b70a0f [2021-01-07T00:48:45.633Z] Step 8/21 : COPY . . [2021-01-07T00:48:45.926Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T00:48:45.926Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T00:48:46.535Z] Removing intermediate container 5b2967ae88a2 [2021-01-07T00:48:46.535Z] ---> 085b6a61f21e [2021-01-07T00:48:46.535Z] Step 8/21 : COPY . . [2021-01-07T00:48:49.956Z] Collecting idna<2.8,>=2.5 [2021-01-07T00:48:49.956Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T00:48:49.956Z] 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-07T00:48:50.952Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T00:48:50.952Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T00:48:51.229Z] Removing intermediate container 1e96ebd403fc [2021-01-07T00:48:51.229Z] ---> afc7babec9cc [2021-01-07T00:48:51.229Z] Step 8/22 : COPY . . [2021-01-07T00:48:51.515Z] 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-07T00:48:51.790Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T00:48:51.790Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T00:48:52.067Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T00:48:52.067Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T00:48:52.067Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T00:48:52.067Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T00:48:53.513Z] Installing collected packages: idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, docopt, cached-property, texttable, docker-compose [2021-01-07T00:48:53.513Z] Attempting uninstall: idna [2021-01-07T00:48:53.513Z] Found existing installation: idna 2.9 [2021-01-07T00:48:53.513Z] Uninstalling idna-2.9: [2021-01-07T00:48:53.513Z] Successfully uninstalled idna-2.9 [2021-01-07T00:48:54.115Z] Attempting uninstall: urllib3 [2021-01-07T00:48:54.115Z] Found existing installation: urllib3 1.25.9 [2021-01-07T00:48:54.115Z] Uninstalling urllib3-1.25.9: [2021-01-07T00:48:54.391Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T00:48:54.992Z] Attempting uninstall: requests [2021-01-07T00:48:54.992Z] Found existing installation: requests 2.23.0 [2021-01-07T00:48:54.992Z] Uninstalling requests-2.23.0: [2021-01-07T00:48:55.270Z] Successfully uninstalled requests-2.23.0 [2021-01-07T00:48:55.878Z] Running setup.py install for dockerpty: started [2021-01-07T00:48:58.510Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T00:49:01.152Z] Running setup.py install for PyYAML: started [2021-01-07T00:49:03.816Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T00:49:04.422Z] Running setup.py install for docopt: started [2021-01-07T00:49:05.033Z] ---> e3cebecbe92c [2021-01-07T00:49:05.033Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T00:49:07.035Z] ---> Running in 82d884968dfa [2021-01-07T00:49:07.310Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T00:49:07.645Z] Running setup.py install for texttable: started [2021-01-07T00:49:09.257Z] ---> 26120e00116e [2021-01-07T00:49:09.257Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T00:49:09.257Z] 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-07T00:49:09.862Z] ---> Running in 18d9e54cd147 [2021-01-07T00:49:10.472Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T00:49:11.071Z] ---> 97fd9e09a7df [2021-01-07T00:49:11.071Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T00:49:11.677Z] ---> Running in c04d5fd20a33 [2021-01-07T00:49:11.955Z] 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-07T00:49:12.239Z] 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-07T00:49:14.228Z] 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-07T00:49:16.256Z] ---> acdf18e0f36b [2021-01-07T00:49:16.256Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T00:49:16.538Z] ---> Running in 1cc481fcf55f [2021-01-07T00:49:19.194Z] Removing intermediate container ff3ab63cd213 [2021-01-07T00:49:19.194Z] ---> 2950f948c5b5 [2021-01-07T00:49:19.194Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T00:49:19.194Z] 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-07T00:49:19.194Z] ---> Running in b73fb1f652bc [2021-01-07T00:49:21.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:21.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:22.170Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:49:22.170Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T00:49:22.170Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T00:49:22.170Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:49:22.170Z] OK: 71 MiB in 58 packages [2021-01-07T00:49:24.162Z] Removing intermediate container b73fb1f652bc [2021-01-07T00:49:24.163Z] ---> e7eb2aa7925c [2021-01-07T00:49:24.163Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T00:49:24.163Z] ---> Running in 177d08853be0 [2021-01-07T00:49:24.773Z] Removing intermediate container 177d08853be0 [2021-01-07T00:49:24.773Z] ---> 92e4cda2a3b5 [2021-01-07T00:49:24.773Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:49:24.773Z] ---> Running in 89d401f07cc3 [2021-01-07T00:49:25.373Z] Removing intermediate container 89d401f07cc3 [2021-01-07T00:49:25.373Z] ---> 5ce68d469bb3 [2021-01-07T00:49:25.373Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T00:49:25.648Z] ---> Running in 16c3ac276c61 [2021-01-07T00:49:26.266Z] Removing intermediate container 16c3ac276c61 [2021-01-07T00:49:26.266Z] ---> a948c277f7b3 [2021-01-07T00:49:26.266Z] Step 25/26 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:49:26.544Z] ---> Running in 5cb1a452b522 [2021-01-07T00:49:27.146Z] Removing intermediate container 5cb1a452b522 [2021-01-07T00:49:27.146Z] ---> e6be71df4171 [2021-01-07T00:49:27.146Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T00:49:27.146Z] ---> Running in d3e57c3d9b19 [2021-01-07T00:49:28.130Z] Removing intermediate container d3e57c3d9b19 [2021-01-07T00:49:28.130Z] ---> c6f936162b1b [2021-01-07T00:49:28.130Z] [2021-01-07T00:49:28.406Z] Successfully built c6f936162b1b [2021-01-07T00:49:28.406Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T00:50:24.976Z]  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-07T00:50:31.741Z] Removing intermediate container 82d884968dfa [2021-01-07T00:50:31.741Z] ---> 6806eab758f1 [2021-01-07T00:50:31.741Z] [2021-01-07T00:50:31.741Z] Step 10/22 : FROM scratch [2021-01-07T00:50:31.741Z] ---> [2021-01-07T00:50:31.741Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:50:31.741Z] ---> Running in bb9c4daa8ccc [2021-01-07T00:50:32.726Z] Removing intermediate container bb9c4daa8ccc [2021-01-07T00:50:32.726Z] ---> 63172d5e0c0d [2021-01-07T00:50:32.726Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T00:50:33.011Z] ---> Running in 852deaff6bef [2021-01-07T00:50:34.469Z] Removing intermediate container 852deaff6bef [2021-01-07T00:50:34.469Z] ---> 8ed482a4c422 [2021-01-07T00:50:34.469Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:50:34.469Z] ---> Running in 5084f5124ca5 [2021-01-07T00:50:35.460Z] Removing intermediate container 5084f5124ca5 [2021-01-07T00:50:35.460Z] ---> aae6a7413246 [2021-01-07T00:50:35.460Z] Step 14/22 : WORKDIR / [2021-01-07T00:50:35.736Z] ---> Running in 17df8b995d6e [2021-01-07T00:50:37.183Z] Removing intermediate container 17df8b995d6e [2021-01-07T00:50:37.183Z] ---> 64ba2d6542b3 [2021-01-07T00:50:37.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T00:50:37.465Z] Removing intermediate container 18d9e54cd147 [2021-01-07T00:50:37.465Z] ---> 1049dba72151 [2021-01-07T00:50:37.465Z] [2021-01-07T00:50:37.465Z] Step 10/21 : FROM scratch [2021-01-07T00:50:37.465Z] ---> [2021-01-07T00:50:37.465Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:50:37.742Z] ---> Using cache [2021-01-07T00:50:37.742Z] ---> 63172d5e0c0d [2021-01-07T00:50:37.742Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T00:50:38.016Z] ---> Running in 8b0418d5830c [2021-01-07T00:50:38.305Z] Removing intermediate container c04d5fd20a33 [2021-01-07T00:50:38.305Z] ---> 1d561bcc5271 [2021-01-07T00:50:38.305Z] [2021-01-07T00:50:38.305Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T00:50:38.305Z] ---> afeebe901d6b [2021-01-07T00:50:38.305Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T00:50:38.305Z] ---> f7837d742ca4 [2021-01-07T00:50:38.305Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T00:50:38.305Z] ---> Running in f18bf13d2c2c [2021-01-07T00:50:38.586Z] Removing intermediate container 8b0418d5830c [2021-01-07T00:50:38.586Z] ---> 4bad03757ecd [2021-01-07T00:50:38.586Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T00:50:38.586Z] ---> Running in 717ac45a1846 [2021-01-07T00:50:39.574Z] Removing intermediate container 717ac45a1846 [2021-01-07T00:50:39.574Z] ---> cc58459e1129 [2021-01-07T00:50:39.575Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T00:50:40.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:50:40.477Z] ---> 0cdadf6fe9cb [2021-01-07T00:50:40.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T00:50:40.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:50:40.757Z] ---> 5bea744b31eb [2021-01-07T00:50:40.757Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T00:50:41.036Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T00:50:41.313Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:50:41.313Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T00:50:41.313Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T00:50:41.313Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:50:41.313Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:50:41.589Z] OK: 7 MiB in 18 packages [2021-01-07T00:50:41.589Z] ---> d196bd1a42d7 [2021-01-07T00:50:41.589Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T00:50:41.867Z] ---> Running in d7f3c2502c2f [2021-01-07T00:50:43.367Z] ---> acbd005929f6 [2021-01-07T00:50:43.367Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T00:50:43.367Z] Removing intermediate container d7f3c2502c2f [2021-01-07T00:50:43.367Z] ---> 99ee968055bd [2021-01-07T00:50:43.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:50:43.367Z] ---> Running in 5c8a658357db [2021-01-07T00:50:43.643Z] ---> fdc10de9239e [2021-01-07T00:50:43.643Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T00:50:43.924Z] Removing intermediate container 5c8a658357db [2021-01-07T00:50:43.924Z] ---> d7308626bc9c [2021-01-07T00:50:43.924Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:50:43.924Z] ---> Running in 38e4c82d0641 [2021-01-07T00:50:43.924Z] Removing intermediate container f18bf13d2c2c [2021-01-07T00:50:43.924Z] ---> 33be1544a688 [2021-01-07T00:50:43.924Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:50:44.215Z] ---> Running in 82f3a0585fbc [2021-01-07T00:50:44.491Z] ---> Running in 38d36f966c95 [2021-01-07T00:50:44.492Z] Removing intermediate container 38e4c82d0641 [2021-01-07T00:50:44.492Z] ---> 5982a87805ce [2021-01-07T00:50:44.492Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:50:44.763Z] Removing intermediate container 82f3a0585fbc [2021-01-07T00:50:44.763Z] ---> cdfe264a62ce [2021-01-07T00:50:44.763Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:50:45.040Z] ---> Running in b6de8410a729 [2021-01-07T00:50:45.040Z] Removing intermediate container 38d36f966c95 [2021-01-07T00:50:45.040Z] ---> 0ec356e5f076 [2021-01-07T00:50:45.040Z] Step 13/21 : WORKDIR /edgex [2021-01-07T00:50:45.040Z] ---> Running in 22720cd58c0a [2021-01-07T00:50:45.320Z] ---> Running in a336f8a5dc87 [2021-01-07T00:50:45.598Z] Removing intermediate container b6de8410a729 [2021-01-07T00:50:45.598Z] ---> f880f4fc44a8 [2021-01-07T00:50:45.598Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T00:50:45.870Z] ---> Running in bce7c516d9cb [2021-01-07T00:50:45.870Z] Removing intermediate container 22720cd58c0a [2021-01-07T00:50:45.870Z] ---> 031ca9c475c7 [2021-01-07T00:50:45.870Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:50:46.143Z] Removing intermediate container a336f8a5dc87 [2021-01-07T00:50:46.143Z] ---> 3daf702e984b [2021-01-07T00:50:46.143Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T00:50:46.422Z] ---> Running in c8e9c6c8dda0 [2021-01-07T00:50:46.422Z] Removing intermediate container bce7c516d9cb [2021-01-07T00:50:46.422Z] ---> f139ba7f1d5a [2021-01-07T00:50:46.422Z] Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:50:46.699Z] ---> Running in 9bc562961439 [2021-01-07T00:50:46.973Z] Removing intermediate container c8e9c6c8dda0 [2021-01-07T00:50:46.973Z] ---> bad662d66db5 [2021-01-07T00:50:46.973Z] [2021-01-07T00:50:47.574Z] Successfully built bad662d66db5 [2021-01-07T00:50:47.574Z] ---> 25718784fad0 [2021-01-07T00:50:47.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T00:50:47.574Z] Removing intermediate container 9bc562961439 [2021-01-07T00:50:47.574Z] ---> 1910b7ac7004 [2021-01-07T00:50:47.574Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:50:47.574Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T00:50:47.845Z]  Building docker-core-command-go ... done  ---> Running in 438fd23f9b2c [2021-01-07T00:50:48.117Z] Removing intermediate container 1cc481fcf55f [2021-01-07T00:50:48.117Z] ---> 4bdc6c2c5a7e [2021-01-07T00:50:48.117Z] [2021-01-07T00:50:48.117Z] Step 10/22 : FROM scratch [2021-01-07T00:50:48.117Z] ---> [2021-01-07T00:50:48.117Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:50:48.389Z] ---> Using cache [2021-01-07T00:50:48.389Z] ---> 63172d5e0c0d [2021-01-07T00:50:48.389Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T00:50:48.684Z] ---> Running in 8b6b3feb02b6 [2021-01-07T00:50:48.684Z] Removing intermediate container 438fd23f9b2c [2021-01-07T00:50:48.684Z] ---> 57b901bfaf7d [2021-01-07T00:50:48.684Z] [2021-01-07T00:50:48.959Z] ---> 411878a5cb8f [2021-01-07T00:50:48.959Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T00:50:49.232Z] Successfully built 57b901bfaf7d [2021-01-07T00:50:49.232Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T00:50:49.232Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8b6b3feb02b6 [2021-01-07T00:50:49.232Z] ---> f96fcaec5f8b [2021-01-07T00:50:49.232Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:50:49.503Z] ---> Running in 6f1f75697ec9 [2021-01-07T00:50:50.100Z] Removing intermediate container 6f1f75697ec9 [2021-01-07T00:50:50.100Z] ---> b0fe82226d21 [2021-01-07T00:50:50.100Z] Step 14/22 : WORKDIR / [2021-01-07T00:50:50.100Z] ---> Running in 36e103de8a0c [2021-01-07T00:50:50.100Z] ---> f377c07a0b68 [2021-01-07T00:50:50.100Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T00:50:50.373Z] ---> Running in e8cf3c5983b6 [2021-01-07T00:50:50.648Z] Removing intermediate container 36e103de8a0c [2021-01-07T00:50:50.648Z] ---> b85e39a690f5 [2021-01-07T00:50:50.648Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T00:50:50.918Z] Removing intermediate container e8cf3c5983b6 [2021-01-07T00:50:50.918Z] ---> dbbc4c61bb32 [2021-01-07T00:50:50.918Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T00:50:50.918Z] ---> Running in ad13571b9cce [2021-01-07T00:50:51.511Z] ---> 0d8f35ca6e74 [2021-01-07T00:50:51.511Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T00:50:51.511Z] Removing intermediate container ad13571b9cce [2021-01-07T00:50:51.511Z] ---> 6d06a595c562 [2021-01-07T00:50:51.511Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T00:50:51.782Z] ---> Running in 139f4e049daa [2021-01-07T00:50:52.380Z] Removing intermediate container 139f4e049daa [2021-01-07T00:50:52.380Z] ---> 6ac222e0715e [2021-01-07T00:50:52.380Z] Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:50:52.380Z] ---> Running in 1df399d32948 [2021-01-07T00:50:52.675Z] ---> 49a41c457fa0 [2021-01-07T00:50:52.675Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T00:50:53.009Z] Removing intermediate container 1df399d32948 [2021-01-07T00:50:53.009Z] ---> 03403cdfaf84 [2021-01-07T00:50:53.009Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:50:53.302Z] ---> Running in 58f55e1bdda7 [2021-01-07T00:50:53.302Z] ---> de071370626c [2021-01-07T00:50:53.302Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T00:50:53.578Z] ---> Running in e5c93ce45e63 [2021-01-07T00:50:53.578Z] Removing intermediate container 58f55e1bdda7 [2021-01-07T00:50:53.578Z] ---> 05c3413ecf69 [2021-01-07T00:50:53.578Z] [2021-01-07T00:50:54.179Z] Successfully built 05c3413ecf69 [2021-01-07T00:50:54.179Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T00:50:54.179Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e5c93ce45e63 [2021-01-07T00:50:54.179Z] ---> 7c32832e87c2 [2021-01-07T00:50:54.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:50:54.459Z] ---> Running in 48e958040d0b [2021-01-07T00:50:54.728Z] Removing intermediate container 48e958040d0b [2021-01-07T00:50:54.728Z] ---> 9d8a70385e97 [2021-01-07T00:50:54.728Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:50:54.998Z] ---> Running in d85cfdbd8c11 [2021-01-07T00:50:55.268Z] Removing intermediate container d85cfdbd8c11 [2021-01-07T00:50:55.268Z] ---> 83f90288099a [2021-01-07T00:50:55.268Z] Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d [2021-01-07T00:50:55.539Z] ---> Running in 0741441d6cbe [2021-01-07T00:50:55.812Z] Removing intermediate container 0741441d6cbe [2021-01-07T00:50:55.812Z] ---> ab5aaa415b4d [2021-01-07T00:50:55.812Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:50:55.812Z] ---> Running in 5ee4a7e12fd2 [2021-01-07T00:50:56.410Z] Removing intermediate container 5ee4a7e12fd2 [2021-01-07T00:50:56.410Z] ---> 4923f6bc442c [2021-01-07T00:50:56.410Z] [2021-01-07T00:50:56.682Z] Successfully built 4923f6bc442c [2021-01-07T00:50:56.682Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T00:50:56.970Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-07T00:50:56.961Z] $ docker stop --time=1 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 [2021-01-07T00:50:58.915Z] $ docker rm -f 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:50:59.594Z] + docker images [2021-01-07T00:50:59.594Z] + grep docker [2021-01-07T00:50:59.864Z] docker-core-metadata-go-arm64 latest 4923f6bc442c 3 seconds ago 12.2MB [2021-01-07T00:50:59.864Z] docker-security-proxy-setup-go-arm64 latest 05c3413ecf69 6 seconds ago 23.3MB [2021-01-07T00:50:59.864Z] docker-support-scheduler-go-arm64 latest 57b901bfaf7d 11 seconds ago 10MB [2021-01-07T00:50:59.864Z] docker-core-command-go-arm64 latest bad662d66db5 13 seconds ago 9.98MB [2021-01-07T00:50:59.864Z] docker-sys-mgmt-agent-go-arm64 latest c6f936162b1b About a minute ago 300MB [2021-01-07T00:50:59.864Z] docker-core-data-go-arm64 latest 661f24c008f7 2 minutes ago 21MB [2021-01-07T00:50:59.864Z] docker-security-secretstore-setup-go-arm64 latest 79e320afaaaa 3 minutes ago 23.4MB [2021-01-07T00:50:59.864Z] docker-security-bootstrap-redis-go-arm64 latest 253e3d16d5b2 3 minutes ago 15.1MB [2021-01-07T00:50:59.864Z] docker-support-notifications-go-arm64 latest 61db0ed9a33a 3 minutes ago 11.4MB [2021-01-07T00:50:59.864Z] docker 20.10.0 eeaf43b92773 3 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-07T00:51:03.791Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:05.185Z] ---> package-listing.sh [2021-01-07T00:51:05.185Z] ++ facter osfamily [2021-01-07T00:51:05.185Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T00:51:05.468Z] + OS_FAMILY=redhat [2021-01-07T00:51:05.468Z] + workspace=/w/workspace/edgex-go/34 [2021-01-07T00:51:05.468Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T00:51:05.468Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T00:51:05.468Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T00:51:05.468Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T00:51:05.468Z] + '[' /w/workspace/edgex-go/34 ']' [2021-01-07T00:51:05.468Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T00:51:05.468Z] + case "${OS_FAMILY}" in [2021-01-07T00:51:05.468Z] + rpm -qa [2021-01-07T00:51:05.468Z] + sort [2021-01-07T00:51:12.220Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T00:51:12.220Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T00:51:12.220Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T00:51:12.220Z] + '[' /w/workspace/edgex-go/34 ']' [2021-01-07T00:51:12.220Z] + mkdir -p /w/workspace/edgex-go/34/archives/ [2021-01-07T00:51:12.220Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/34/archives/ [Pipeline] echo [2021-01-07T00:51:12.238Z] 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/34/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T00:51:12.630Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:51:13.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:51:14.057Z] [2021-01-07T00:51:14.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:51:14.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:51:14.725Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T00:51:14.725Z] df20fa9351a1: Pulling fs layer [2021-01-07T00:51:14.725Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T00:51:14.725Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T00:51:14.725Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T00:51:14.725Z] 93b61091891f: Pulling fs layer [2021-01-07T00:51:14.725Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T00:51:14.725Z] 5e14af77c1be: Pulling fs layer [2021-01-07T00:51:14.725Z] 01666e4c0597: Pulling fs layer [2021-01-07T00:51:14.725Z] aa168da1d23b: Pulling fs layer [2021-01-07T00:51:14.725Z] 93b9cdb0e59b: Waiting [2021-01-07T00:51:14.725Z] 5e14af77c1be: Waiting [2021-01-07T00:51:14.725Z] 01666e4c0597: Waiting [2021-01-07T00:51:14.725Z] 46f8f816bc3b: Waiting [2021-01-07T00:51:14.725Z] 93b61091891f: Waiting [2021-01-07T00:51:14.725Z] aa168da1d23b: Waiting [2021-01-07T00:51:15.024Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T00:51:15.024Z] 36b3adc4ff6f: Download complete [2021-01-07T00:51:15.024Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T00:51:15.024Z] 46f8f816bc3b: Download complete [2021-01-07T00:51:15.024Z] df20fa9351a1: Verifying Checksum [2021-01-07T00:51:15.024Z] df20fa9351a1: Download complete [2021-01-07T00:51:15.024Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T00:51:15.024Z] 93b9cdb0e59b: Download complete [2021-01-07T00:51:15.319Z] 93b61091891f: Verifying Checksum [2021-01-07T00:51:15.319Z] 93b61091891f: Download complete [2021-01-07T00:51:15.319Z] 5e14af77c1be: Verifying Checksum [2021-01-07T00:51:15.319Z] 5e14af77c1be: Download complete [2021-01-07T00:51:15.319Z] 01666e4c0597: Verifying Checksum [2021-01-07T00:51:15.319Z] 01666e4c0597: Download complete [2021-01-07T00:51:16.361Z] df20fa9351a1: Pull complete [2021-01-07T00:51:16.361Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T00:51:16.361Z] 8ad3a11d3b57: Download complete [2021-01-07T00:51:16.644Z] 36b3adc4ff6f: Pull complete [2021-01-07T00:51:18.705Z] 8ad3a11d3b57: Pull complete [2021-01-07T00:51:18.705Z] 46f8f816bc3b: Pull complete [2021-01-07T00:51:21.364Z] aa168da1d23b: Verifying Checksum [2021-01-07T00:51:21.364Z] aa168da1d23b: Download complete [2021-01-07T00:51:22.331Z] 93b61091891f: Pull complete [2021-01-07T00:51:23.304Z] 93b9cdb0e59b: Pull complete [2021-01-07T00:51:23.577Z] 5e14af77c1be: Pull complete [2021-01-07T00:51:23.846Z] 01666e4c0597: Pull complete [2021-01-07T00:51:42.240Z] aa168da1d23b: Pull complete [2021-01-07T00:51:42.240Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T00:51:42.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:51:42.240Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T00:51:42.847Z] prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container [2021-01-07T00:51:43.074Z] $ 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/34/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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-07T00:51:46.349Z] $ docker top e7d3447806a6e179a28c0c3b7bfd37245151782973a46c26af23b7614951277c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:51:47.104Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T00:51:47.759Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T00:51:48.075Z] + ls /var/log/sa-host [2021-01-07T00:51:48.075Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T00:51:48.075Z] file_magic: OK [2021-01-07T00:51:48.075Z] HZ: Using current value: 100 [2021-01-07T00:51:48.075Z] file_header: OK [2021-01-07T00:51:48.075Z] 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-07T00:51:48.075Z] Statistics: [2021-01-07T00:51:48.075Z] 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-07T00:51:48.075Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T00:51:48.075Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T00:51:48.075Z] file_magic: OK [2021-01-07T00:51:48.075Z] HZ: Using current value: 100 [2021-01-07T00:51:48.075Z] file_header: OK [2021-01-07T00:51:48.075Z] 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-07T00:51:48.075Z] Statistics: [2021-01-07T00:51:48.075Z] Hnuu...uuuununununu... [2021-01-07T00:51:48.075Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T00:51:48.285Z] provisioning config files... [2021-01-07T00:51:48.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/34@tmp/config8181696690220043175tmp [Pipeline] { [Pipeline] echo [2021-01-07T00:51:48.612Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:48.924Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T00:51:48.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T00:51:49.068Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:49.410Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T00:51:49.426Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:50.514Z] ---> sudo-logs.sh [2021-01-07T00:51:50.514Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T00:51:50.534Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:51.625Z] ---> job-cost.sh [2021-01-07T00:51:51.625Z] lf-activate-venv: SKIPPING [2021-01-07T00:51:51.625Z] INFO: No Stack... [2021-01-07T00:51:52.595Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T00:51:53.200Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T00:51:53.222Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:53.908Z] ---> logs-deploy.sh [2021-01-07T00:51:53.908Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/34 [2021-01-07T00:51:53.908Z] INFO: archiving workspace using pattern(s): [2021-01-07T00:51:55.885Z] Archives upload complete. [2021-01-07T00:51:56.151Z] INFO: archiving logs to Nexus