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 f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 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-17687 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/30 [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/30 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 3a7de7d78618406e3dbb2325feded12b180b96be Checking out Revision 3a7de7d78618406e3dbb2325feded12b180b96be (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a7de7d78618406e3dbb2325feded12b180b96be # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T00:32:30.764Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T00:32:31.091Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T00:32:31.201Z] ========================================================= [2020-12-30T00:32:31.201Z] EdgeX Global Pipelines Version Info [2020-12-30T00:32:31.201Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 # timeout=10 [2020-12-30T00:32:32.789Z] ------------------- [2020-12-30T00:32:32.789Z] stable info: [2020-12-30T00:32:32.789Z] ------------------- [2020-12-30T00:32:32.789Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T00:32:32.789Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:32:32.789Z] Message: update stable to v1.0.173 [2020-12-30T00:32:33.745Z] ------------------- [2020-12-30T00:32:33.745Z] experimental info: [2020-12-30T00:32:33.745Z] ------------------- [2020-12-30T00:32:33.745Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T00:32:33.745Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:32:33.745Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T00:32:34.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-30T00:32:34.142Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-30T00:32:34.253Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T00:32:34.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T00:32:34.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T00:32:34.514Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T00:32:34.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T00:32:34.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-30T00:32:34.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-30T00:32:34.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-30T00:32:34.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T00:32:35.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T00:32:35.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T00:32:35.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T00:32:35.376Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:32:35.463Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:32:35.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T00:32:35.629Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T00:32:35.727Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T00:32:35.811Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T00:32:35.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-30T00:32:36.007Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T00:32:36.092Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T00:32:36.180Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2020-12-30T00:32:36.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2020-12-30T00:32:36.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2020-12-30T00:32:36.464Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a7de7d78618406e3dbb2325feded12b180b96be [Pipeline] echo [2020-12-30T00:32:36.562Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a7de7d [Pipeline] echo [2020-12-30T00:32:36.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:32:36.912Z] provisioning config files... [2020-12-30T00:32:36.943Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config2013412952717832103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:32:37.305Z] ---> docker-login.sh [2020-12-30T00:32:37.305Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:32:37.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:32:37.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:32:37.840Z] Configure a credential helper to remove this warning. See [2020-12-30T00:32:37.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:32:37.840Z] [2020-12-30T00:32:37.840Z] Login Succeeded [2020-12-30T00:32:37.840Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:32:37.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:32:38.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:32:38.104Z] Configure a credential helper to remove this warning. See [2020-12-30T00:32:38.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:32:38.104Z] [2020-12-30T00:32:38.104Z] Login Succeeded [2020-12-30T00:32:38.104Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:32:38.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:32:38.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:32:38.367Z] Configure a credential helper to remove this warning. See [2020-12-30T00:32:38.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:32:38.367Z] [2020-12-30T00:32:38.367Z] Login Succeeded [2020-12-30T00:32:38.367Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:32:38.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:32:38.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:32:38.367Z] Configure a credential helper to remove this warning. See [2020-12-30T00:32:38.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:32:38.367Z] [2020-12-30T00:32:38.367Z] Login Succeeded [2020-12-30T00:32:38.367Z] docker.io [2020-12-30T00:32:38.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:32:38.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:32:38.900Z] Configure a credential helper to remove this warning. See [2020-12-30T00:32:38.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:32:38.900Z] [2020-12-30T00:32:38.900Z] Login Succeeded [2020-12-30T00:32:38.900Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:32:38.915Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:32:39.397Z] ++ 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 [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/core-command/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/core-data/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-30T00:32:39.397Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:32:39.397Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-30T00:32:39.397Z] ++ cut -d/ -f2 [2020-12-30T00:32:39.397Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-30T00:32:39.483Z] 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 [2020-12-30T00:32:40.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:32:40.351Z] [2020-12-30T00:32:40.351Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:32:40.733Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:32:40.733Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T00:32:40.733Z] 31603596830f: Pulling fs layer [2020-12-30T00:32:40.733Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T00:32:40.733Z] 6ca5941a6612: Pulling fs layer [2020-12-30T00:32:40.733Z] ecc8261a40a4: Pulling fs layer [2020-12-30T00:32:40.733Z] ecc8261a40a4: Waiting [2020-12-30T00:32:40.996Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T00:32:40.996Z] 2a8b12db71e7: Download complete [2020-12-30T00:32:41.271Z] 31603596830f: Verifying Checksum [2020-12-30T00:32:41.271Z] 31603596830f: Download complete [2020-12-30T00:32:41.548Z] ecc8261a40a4: Verifying Checksum [2020-12-30T00:32:41.548Z] ecc8261a40a4: Download complete [2020-12-30T00:32:41.815Z] 6ca5941a6612: Verifying Checksum [2020-12-30T00:32:41.816Z] 6ca5941a6612: Download complete [2020-12-30T00:32:41.816Z] 31603596830f: Pull complete [2020-12-30T00:32:41.816Z] 2a8b12db71e7: Pull complete [2020-12-30T00:32:42.774Z] 6ca5941a6612: Pull complete [2020-12-30T00:32:43.039Z] ecc8261a40a4: Pull complete [2020-12-30T00:32:43.039Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T00:32:43.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:32:43.039Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T00:32:43.163Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:32:43.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 [2020-12-30T00:32:45.547Z] $ docker top 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T00:32:45.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:32:45.891Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:32:46.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:32:46.189Z] $ docker exec 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 ssh-agent [2020-12-30T00:32:46.421Z] SSH_AUTH_SOCK=/tmp/ssh-lUDUN1CJgJzN/agent.12 [2020-12-30T00:32:46.421Z] SSH_AGENT_PID=17 [2020-12-30T00:32:46.436Z] Running ssh-add (command line suppressed) [2020-12-30T00:32:46.588Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_1925058771523136220.key (/w/workspace/edgex-go/30@tmp/private_key_1925058771523136220.key) [2020-12-30T00:32:46.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:32:46.999Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T00:32:47.025Z] $ docker exec --env ******** --env ******** 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 ssh-agent -k [2020-12-30T00:32:47.153Z] unset SSH_AUTH_SOCK; [2020-12-30T00:32:47.153Z] unset SSH_AGENT_PID; [2020-12-30T00:32:47.153Z] echo Agent pid 17 killed; [2020-12-30T00:32:47.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T00:32:47.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:32:47.400Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:32:47.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:32:47.621Z] $ docker exec 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 ssh-agent [2020-12-30T00:32:47.863Z] SSH_AUTH_SOCK=/tmp/ssh-82YooXI6o0p7/agent.45 [2020-12-30T00:32:47.863Z] SSH_AGENT_PID=50 [2020-12-30T00:32:47.876Z] Running ssh-add (command line suppressed) [2020-12-30T00:32:48.035Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_6003528738208252110.key (/w/workspace/edgex-go/30@tmp/private_key_6003528738208252110.key) [2020-12-30T00:32:48.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:32:48.469Z] + git semver init [2020-12-30T00:32:48.469Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T00:32:48.469Z] # $GIT_DIR = /w/workspace/edgex-go/30/.git [2020-12-30T00:32:48.469Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/30 [2020-12-30T00:32:48.469Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T00:32:48.469Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T00:32:48.469Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T00:32:48.469Z] # $SEMVER_BRANCH = PR-2858 [2020-12-30T00:32:48.469Z] # $SEMVER_TEMP = /tmp/semver-001461151 [2020-12-30T00:32:48.469Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-30T00:33:27.327Z] # '/tmp/semver-001461151' -> '/w/workspace/edgex-go/30/.semver' [2020-12-30T00:33:27.327Z] # -> Force: false [2020-12-30T00:33:27.327Z] # $SEMVER_DIR = /w/workspace/edgex-go/30/.semver [Pipeline] } [2020-12-30T00:33:27.343Z] $ docker exec --env ******** --env ******** 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 ssh-agent -k [2020-12-30T00:33:27.685Z] unset SSH_AUTH_SOCK; [2020-12-30T00:33:27.686Z] unset SSH_AGENT_PID; [2020-12-30T00:33:27.686Z] echo Agent pid 50 killed; [2020-12-30T00:33:27.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:33:28.278Z] + git semver [Pipeline] } [2020-12-30T00:33:28.296Z] $ docker stop --time=1 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 [2020-12-30T00:33:30.178Z] $ docker rm -f 6f2933c04386c9471b6065f85f5a325317c0d50478fd11f206a5ef1c93338066 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:33:30.736Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T00:33:31.395Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T00:33:31.398Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:33:32.281Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:33:32.589Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:33:32.901Z] + sudo service docker restart [2020-12-30T00:33:32.901Z] + true [2020-12-30T00:33:32.901Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-30T00:33:33.500Z] ========================================================= [2020-12-30T00:33:33.500Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T00:33:33.500Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:33.853Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-30T00:33:38.304Z] Sending build context to Docker daemon 326.2MB [2020-12-30T00:33:38.304Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:33:38.304Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:33:38.304Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T00:33:38.304Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T00:33:38.304Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T00:33:38.304Z] de9db76c5a1d: Pulling fs layer [2020-12-30T00:33:38.304Z] bca2f99d35d6: Pulling fs layer [2020-12-30T00:33:38.304Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T00:33:38.304Z] 7c6f9722023f: Pulling fs layer [2020-12-30T00:33:38.304Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T00:33:38.304Z] 93359f2a8cfa: Waiting [2020-12-30T00:33:38.304Z] 7c6f9722023f: Waiting [2020-12-30T00:33:38.304Z] a35cf1a2eb13: Waiting [2020-12-30T00:33:38.304Z] bca2f99d35d6: Waiting [2020-12-30T00:33:38.304Z] de9db76c5a1d: Download complete [2020-12-30T00:33:38.304Z] 0ef7d3d256c8: Verifying Checksum [2020-12-30T00:33:38.304Z] 0ef7d3d256c8: Download complete [2020-12-30T00:33:38.304Z] 93359f2a8cfa: Verifying Checksum [2020-12-30T00:33:38.304Z] 93359f2a8cfa: Download complete [2020-12-30T00:33:38.304Z] 7c6f9722023f: Verifying Checksum [2020-12-30T00:33:38.304Z] 7c6f9722023f: Download complete [2020-12-30T00:33:38.304Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T00:33:38.304Z] 188c0c94c7c5: Download complete [2020-12-30T00:33:38.899Z] 188c0c94c7c5: Pull complete [2020-12-30T00:33:39.176Z] 0ef7d3d256c8: Pull complete [2020-12-30T00:33:39.176Z] de9db76c5a1d: Pull complete [2020-12-30T00:33:41.163Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T00:33:41.163Z] a35cf1a2eb13: Download complete [2020-12-30T00:33:41.750Z] bca2f99d35d6: Verifying Checksum [2020-12-30T00:33:41.750Z] bca2f99d35d6: Download complete [2020-12-30T00:33:46.763Z] Still waiting to schedule task [2020-12-30T00:33:46.763Z] Executor slot already in use; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17685’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17691’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17670’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17692’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17694’ is offline [2020-12-30T00:33:48.499Z] bca2f99d35d6: Pull complete [2020-12-30T00:33:48.499Z] 93359f2a8cfa: Pull complete [2020-12-30T00:33:48.499Z] 7c6f9722023f: Pull complete [2020-12-30T00:33:53.869Z] a35cf1a2eb13: Pull complete [2020-12-30T00:33:53.869Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T00:33:53.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T00:33:53.869Z] ---> a62c8e92a672 [2020-12-30T00:33:53.869Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:33:53.870Z] ---> Running in 2a44e483c87f [2020-12-30T00:33:54.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:33:55.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:33:56.132Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:33:56.399Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:33:56.399Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:33:56.663Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:34:04.847Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:34:04.847Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:34:04.847Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:34:04.847Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:34:04.848Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:34:04.848Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:34:04.848Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:34:04.848Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:34:04.848Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:34:04.848Z] OK: 233 MiB in 51 packages [2020-12-30T00:34:09.121Z] Removing intermediate container 2a44e483c87f [2020-12-30T00:34:09.121Z] ---> cd60efca2b9e [2020-12-30T00:34:09.121Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:34:09.121Z] ---> Running in 085fc105e9bd [2020-12-30T00:34:09.121Z] Removing intermediate container 085fc105e9bd [2020-12-30T00:34:09.121Z] ---> 31bd7e7bfe19 [2020-12-30T00:34:09.121Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:34:09.386Z] latest: Pulling from library/docker [2020-12-30T00:34:09.654Z] 801bfaa63ef2: Pulling fs layer [2020-12-30T00:34:09.654Z] 4f7dc993c79e: Pulling fs layer [2020-12-30T00:34:09.654Z] d39d95e4997f: Pulling fs layer [2020-12-30T00:34:09.654Z] 1cda4b703d87: Pulling fs layer [2020-12-30T00:34:09.654Z] 54e5375350ea: Pulling fs layer [2020-12-30T00:34:09.654Z] f08cd1b3bb1b: Pulling fs layer [2020-12-30T00:34:09.654Z] 8e17d04e0c68: Pulling fs layer [2020-12-30T00:34:09.654Z] 1cda4b703d87: Waiting [2020-12-30T00:34:09.654Z] 54e5375350ea: Waiting [2020-12-30T00:34:09.654Z] 8e17d04e0c68: Waiting [2020-12-30T00:34:09.654Z] f08cd1b3bb1b: Waiting [2020-12-30T00:34:09.923Z] d39d95e4997f: Verifying Checksum [2020-12-30T00:34:09.923Z] d39d95e4997f: Download complete [2020-12-30T00:34:09.923Z] 801bfaa63ef2: Verifying Checksum [2020-12-30T00:34:09.923Z] 801bfaa63ef2: Download complete [2020-12-30T00:34:09.923Z] 54e5375350ea: Download complete [2020-12-30T00:34:10.222Z] 4f7dc993c79e: Download complete [2020-12-30T00:34:10.222Z] f08cd1b3bb1b: Verifying Checksum [2020-12-30T00:34:10.222Z] f08cd1b3bb1b: Download complete [2020-12-30T00:34:10.222Z] 8e17d04e0c68: Verifying Checksum [2020-12-30T00:34:10.222Z] 8e17d04e0c68: Download complete [2020-12-30T00:34:10.523Z] 801bfaa63ef2: Pull complete [2020-12-30T00:34:11.122Z] 4f7dc993c79e: Pull complete [2020-12-30T00:34:11.122Z] 1cda4b703d87: Download complete [2020-12-30T00:34:11.388Z] d39d95e4997f: Pull complete [2020-12-30T00:34:14.753Z] 1cda4b703d87: Pull complete [2020-12-30T00:34:14.753Z] 54e5375350ea: Pull complete [2020-12-30T00:34:15.016Z] f08cd1b3bb1b: Pull complete [2020-12-30T00:34:15.016Z] 8e17d04e0c68: Pull complete [2020-12-30T00:34:15.016Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:34:15.286Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:34:16.715Z] ---> 437bad2e1654 [2020-12-30T00:34:16.715Z] Step 6/7 : COPY go.mod . [2020-12-30T00:34:16.998Z] ---> 8c286f4711f5 [2020-12-30T00:34:16.998Z] Step 7/7 : RUN go mod download [2020-12-30T00:34:16.998Z] ---> Running in 8751c70aa05e [2020-12-30T00:34:39.074Z] Removing intermediate container 8751c70aa05e [2020-12-30T00:34:39.074Z] ---> f1988bdaae1d [2020-12-30T00:34:39.074Z] Successfully built f1988bdaae1d [2020-12-30T00:34:39.074Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:34:39.410Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:34:39.410Z] . [Pipeline] withDockerContainer [2020-12-30T00:34:39.548Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:34:39.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 [2020-12-30T00:34:40.979Z] $ docker top 1d8dfdbca2eaa98c8a14cf96def07187cceb2f8b898d1d9b42e34804bc5e6ac1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:34:41.618Z] + go version [2020-12-30T00:34:41.618Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T00:34:41.646Z] $ docker stop --time=1 1d8dfdbca2eaa98c8a14cf96def07187cceb2f8b898d1d9b42e34804bc5e6ac1 [2020-12-30T00:34:43.089Z] $ docker rm -f 1d8dfdbca2eaa98c8a14cf96def07187cceb2f8b898d1d9b42e34804bc5e6ac1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:34:44.024Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:34:44.024Z] . [Pipeline] withDockerContainer [2020-12-30T00:34:44.151Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:34:44.222Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 [2020-12-30T00:34:45.125Z] $ docker top 87a7ce8753a0aabf31612496282228a3ee64fc4b9811f5fdcc864c3cc1fb476c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:34:45.329Z] ========================================================= [2020-12-30T00:34:45.329Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:34:45.329Z] ========================================================= [Pipeline] sh [2020-12-30T00:34:45.629Z] + make test [2020-12-30T00:34:45.629Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:34:54.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:35:09.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:35:16.452Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:35:16.452Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:35:16.452Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:35:16.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:35:16.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:35:17.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:35:17.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:35:17.872Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:35:18.463Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:35:21.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:35:21.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:35:21.114Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:35:23.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements [2020-12-30T00:35:23.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:35:23.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:35:23.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:35:23.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:35:23.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:35:27.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.0% of statements [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:35:27.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:35:27.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:35:27.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.409s coverage: 74.4% of statements [2020-12-30T00:35:27.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:35:27.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:35:28.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.406s coverage: 83.3% of statements [2020-12-30T00:35:28.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:35:28.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:35:28.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:35:28.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:35:30.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:35:30.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-12-30T00:35:30.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:35:30.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-12-30T00:35:30.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:35:30.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2020-12-30T00:35:30.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:35:30.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2020-12-30T00:35:30.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:35:30.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2020-12-30T00:35:30.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:35:30.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:35:30.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:35:30.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:35:32.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:35:32.551Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:35:32.551Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:35:32.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:35:32.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2020-12-30T00:35:32.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:35:32.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2020-12-30T00:35:32.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2020-12-30T00:35:33.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2020-12-30T00:35:33.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.125s coverage: 91.4% of statements [2020-12-30T00:35:33.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:35:34.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 63.5% of statements [2020-12-30T00:35:34.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:35:34.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:35:34.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2020-12-30T00:35:34.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2020-12-30T00:35:34.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2020-12-30T00:35:34.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-30T00:35:35.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2020-12-30T00:35:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.373s coverage: 55.9% of statements [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:35:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:35:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:35:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements [2020-12-30T00:35:36.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2020-12-30T00:35:38.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:35:38.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:35:38.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2020-12-30T00:35:38.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.779s coverage: 29.1% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:35:40.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:35:40.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:35:40.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-12-30T00:35:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2020-12-30T00:35:41.124Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-30T00:35:41.391Z] GO111MODULE=on go vet ./... [2020-12-30T00:36:03.642Z] gofmt -l . [2020-12-30T00:36:04.223Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:36:04.798Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:36:05.376Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:36:07.427Z] + ls -al . [2020-12-30T00:36:07.427Z] total 636 [2020-12-30T00:36:07.427Z] drwxrwxr-x 10 1001 1001 4096 Dec 30 00:36 . [2020-12-30T00:36:07.427Z] drwxr-xr-x 4 root root 30 Dec 30 00:34 .. [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:32 .dockerignore [2020-12-30T00:36:07.427Z] drwxrwxr-x 8 1001 1001 179 Dec 30 00:32 .git [2020-12-30T00:36:07.427Z] drwxrwxr-x 3 1001 1001 125 Dec 30 00:32 .github [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:32 .gitignore [2020-12-30T00:36:07.427Z] drwx------ 3 1001 1001 47 Dec 30 00:33 .semver [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:32 .sonarcloud.properties [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:32 CONTRIBUTING.md [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:32 Dockerfile.build [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:32 Jenkinsfile [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:32 LICENSE [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:32 Makefile [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:32 README.md [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:32 SECURITY.md [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:33 VERSION [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:32 ZMQWindows.md [2020-12-30T00:36:07.427Z] drwxrwxr-x 2 1001 1001 117 Dec 30 00:32 bin [2020-12-30T00:36:07.427Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:32 cmd [2020-12-30T00:36:07.427Z] -rw-r--r-- 1 root root 537189 Dec 30 00:35 coverage.out [2020-12-30T00:36:07.427Z] -rw-r--r-- 1 root root 979 Dec 30 00:36 go.mod [2020-12-30T00:36:07.427Z] -rw-r--r-- 1 root root 18739 Dec 30 00:36 go.sum [2020-12-30T00:36:07.427Z] drwxrwxr-x 8 1001 1001 127 Dec 30 00:32 internal [2020-12-30T00:36:07.427Z] drwxrwxr-x 4 1001 1001 26 Dec 30 00:32 openapi [2020-12-30T00:36:07.427Z] drwxrwxr-x 4 1001 1001 71 Dec 30 00:32 snap [2020-12-30T00:36:07.427Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:32 version.go [Pipeline] sh [2020-12-30T00:36:07.739Z] + '[' -e coverage.out ] [2020-12-30T00:36:07.739Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:36:07.942Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:36:08.243Z] + make build [2020-12-30T00:36:08.244Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:36:12.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:36:16.488Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17702 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-30T00:36:16.535Z] Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout [2020-12-30T00:36:20.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:36:21.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:36:22.738Z] using credential edgex-jenkins-ssh [2020-12-30T00:36:22.802Z] Cloning the remote Git repository [2020-12-30T00:36:22.874Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:36:23.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:36:23.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:36:23.006Z] > git init /w/workspace/edgex-go/30 # timeout=10 [2020-12-30T00:36:23.120Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:36:23.121Z] > git --version # timeout=10 [2020-12-30T00:36:23.139Z] > git --version # 'git version 2.17.1' [2020-12-30T00:36:23.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:36:23.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:36:25.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:36:27.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:36:28.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:36:29.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:36:30.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:36:32.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-30T00:36:33.181Z] $ docker stop --time=1 87a7ce8753a0aabf31612496282228a3ee64fc4b9811f5fdcc864c3cc1fb476c [2020-12-30T00:36:34.968Z] $ docker rm -f 87a7ce8753a0aabf31612496282228a3ee64fc4b9811f5fdcc864c3cc1fb476c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:36.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:36.978Z] [2020-12-30T00:36:36.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:37.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:37.330Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-30T00:36:37.330Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-30T00:36:37.330Z] ca9280d653b3: Pulling fs layer [2020-12-30T00:36:37.330Z] 7e9c9ca2126c: Pulling fs layer [2020-12-30T00:36:37.596Z] cbdbe7a5bc2a: Download complete [2020-12-30T00:36:38.183Z] cbdbe7a5bc2a: Pull complete [2020-12-30T00:36:38.183Z] ca9280d653b3: Verifying Checksum [2020-12-30T00:36:38.183Z] ca9280d653b3: Download complete [2020-12-30T00:36:39.153Z] ca9280d653b3: Pull complete [2020-12-30T00:36:39.420Z] 7e9c9ca2126c: Verifying Checksum [2020-12-30T00:36:39.420Z] 7e9c9ca2126c: Download complete [2020-12-30T00:36:46.126Z] 7e9c9ca2126c: Pull complete [2020-12-30T00:36:46.126Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-30T00:36:46.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:46.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-30T00:36:46.352Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:36:46.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:36:49.206Z] $ docker top dac0f800b2fb716f4863f649ff8dc07280b2f0e0e2dab13ce7e932d5901c9f65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:36:49.763Z] + docker-compose build --help [2020-12-30T00:36:49.763Z] + grep parallel [2020-12-30T00:36:50.166Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:36:50.184Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:36:50.260Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:36:50.331Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:36:50.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:36:50.351Z] > 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 [2020-12-30T00:36:50.742Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:36:50.758Z] $ docker stop --time=1 dac0f800b2fb716f4863f649ff8dc07280b2f0e0e2dab13ce7e932d5901c9f65 [2020-12-30T00:36:51.182Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-30T00:36:52.173Z] $ docker rm -f dac0f800b2fb716f4863f649ff8dc07280b2f0e0e2dab13ce7e932d5901c9f65 [2020-12-30T00:36:52.283Z] Merge succeeded, producing c4e82b89eee7e676096b07a847eb9a9e00235c75 [2020-12-30T00:36:52.283Z] Checking out Revision c4e82b89eee7e676096b07a847eb9a9e00235c75 (PR-2858) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:52.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:52.782Z] . [Pipeline] withDockerContainer [2020-12-30T00:36:52.903Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:36:52.962Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 [2020-12-30T00:36:51.207Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:36:51.228Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-30T00:36:51.575Z] > git remote # timeout=10 [2020-12-30T00:36:51.599Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:36:51.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:36:51.636Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:36:52.262Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:36:52.293Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:36:52.307Z] > git checkout -f c4e82b89eee7e676096b07a847eb9a9e00235c75 # timeout=10 [2020-12-30T00:36:53.775Z] $ docker top 6ef6a442d8bf3ddb534272e61772ad5c359a6b3fbf8080a75f1bba363d478049 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:36:54.320Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:36:55.274Z] Building docker-core-command-go ... [2020-12-30T00:36:55.274Z] Building docker-core-data-go ... [2020-12-30T00:36:55.274Z] Building docker-core-metadata-go ... [2020-12-30T00:36:55.274Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:36:55.274Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:36:55.274Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:36:55.274Z] Building docker-support-notifications-go ... [2020-12-30T00:36:55.274Z] Building docker-support-scheduler-go ... [2020-12-30T00:36:55.274Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:36:55.274Z] Building docker-security-proxy-setup-go [2020-12-30T00:36:55.274Z] Building docker-core-metadata-go [2020-12-30T00:36:55.274Z] Building docker-core-data-go [2020-12-30T00:36:55.274Z] Building docker-sys-mgmt-agent-go [2020-12-30T00:36:55.274Z] Building docker-support-scheduler-go [2020-12-30T00:36:56.864Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:36:56.894Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:36:58.456Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:36:56.877Z] > git rev-list --no-walk 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 # timeout=10 [2020-12-30T00:36:58.897Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:36:59.313Z] + true [2020-12-30T00:36:59.313Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:37:02.052Z] provisioning config files... [2020-12-30T00:37:02.104Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config2802876661091918675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:37:02.531Z] ---> docker-login.sh [2020-12-30T00:37:02.531Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:37:03.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:37:04.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:37:04.128Z] Configure a credential helper to remove this warning. See [2020-12-30T00:37:04.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:37:04.128Z] [2020-12-30T00:37:04.128Z] Login Succeeded [2020-12-30T00:37:04.128Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:37:04.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:37:04.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:37:04.692Z] Configure a credential helper to remove this warning. See [2020-12-30T00:37:04.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:37:04.692Z] [2020-12-30T00:37:04.692Z] Login Succeeded [2020-12-30T00:37:04.692Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:37:05.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:37:05.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:37:05.298Z] Configure a credential helper to remove this warning. See [2020-12-30T00:37:05.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:37:05.298Z] [2020-12-30T00:37:05.298Z] Login Succeeded [2020-12-30T00:37:05.298Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:37:05.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:37:05.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:37:05.901Z] Configure a credential helper to remove this warning. See [2020-12-30T00:37:05.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:37:05.901Z] [2020-12-30T00:37:05.901Z] Login Succeeded [2020-12-30T00:37:06.179Z] docker.io [2020-12-30T00:37:06.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:37:07.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:37:07.057Z] Configure a credential helper to remove this warning. See [2020-12-30T00:37:07.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:37:07.057Z] [2020-12-30T00:37:07.057Z] Login Succeeded [2020-12-30T00:37:07.057Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:37:07.076Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T00:37:07.563Z] ========================================================= [2020-12-30T00:37:07.563Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T00:37:07.563Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:37:07.955Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-30T00:37:10.648Z] Sending build context to Docker daemon 165.4MB [2020-12-30T00:37:10.648Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:37:10.648Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:37:10.931Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T00:37:10.931Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T00:37:10.931Z] a4357932f1b6: Pulling fs layer [2020-12-30T00:37:10.931Z] 18c013af1878: Pulling fs layer [2020-12-30T00:37:10.931Z] 00ac8860ef70: Pulling fs layer [2020-12-30T00:37:10.931Z] 63d7cb157983: Pulling fs layer [2020-12-30T00:37:10.931Z] b116817d02f9: Pulling fs layer [2020-12-30T00:37:10.931Z] 745a02a5169b: Pulling fs layer [2020-12-30T00:37:10.931Z] 63d7cb157983: Waiting [2020-12-30T00:37:10.931Z] b116817d02f9: Waiting [2020-12-30T00:37:10.931Z] 745a02a5169b: Waiting [2020-12-30T00:37:10.931Z] 00ac8860ef70: Waiting [2020-12-30T00:37:10.931Z] 18c013af1878: Verifying Checksum [2020-12-30T00:37:10.931Z] 18c013af1878: Download complete [2020-12-30T00:37:10.931Z] a4357932f1b6: Verifying Checksum [2020-12-30T00:37:10.931Z] a4357932f1b6: Download complete [2020-12-30T00:37:10.931Z] 63d7cb157983: Verifying Checksum [2020-12-30T00:37:10.931Z] 63d7cb157983: Download complete [2020-12-30T00:37:10.931Z] b116817d02f9: Verifying Checksum [2020-12-30T00:37:10.931Z] b116817d02f9: Download complete [2020-12-30T00:37:10.931Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T00:37:10.931Z] 5f621e34cdf4: Download complete [2020-12-30T00:37:11.538Z] 5f621e34cdf4: Pull complete [2020-12-30T00:37:12.542Z] a4357932f1b6: Pull complete [2020-12-30T00:37:12.818Z] 18c013af1878: Pull complete [2020-12-30T00:37:14.483Z] 745a02a5169b: Download complete [2020-12-30T00:37:15.934Z] 00ac8860ef70: Verifying Checksum [2020-12-30T00:37:15.934Z] 00ac8860ef70: Download complete [2020-12-30T00:37:26.075Z] 00ac8860ef70: Pull complete [2020-12-30T00:37:26.075Z] 63d7cb157983: Pull complete [2020-12-30T00:37:26.075Z] b116817d02f9: Pull complete [2020-12-30T00:37:29.500Z] 745a02a5169b: Pull complete [2020-12-30T00:37:29.500Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T00:37:29.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T00:37:29.500Z] ---> b7e6874047d6 [2020-12-30T00:37:29.500Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:37:33.802Z] ---> Running in 89e82b637c64 [2020-12-30T00:37:34.269Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:34.269Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:34.269Z] ---> f1988bdaae1d [2020-12-30T00:37:34.269Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:37:34.269Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:34.269Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:34.269Z] ---> f1988bdaae1d [2020-12-30T00:37:34.269Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:37:34.269Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:34.269Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:34.269Z] ---> f1988bdaae1d [2020-12-30T00:37:34.269Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:37:34.269Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:34.269Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:34.269Z] ---> f1988bdaae1d [2020-12-30T00:37:34.269Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:37:34.269Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:34.269Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:34.269Z] ---> f1988bdaae1d [2020-12-30T00:37:34.269Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:37:34.269Z] ---> Running in ac15d6607f38 [2020-12-30T00:37:34.269Z] ---> Running in d02c1b30c7f1 [2020-12-30T00:37:34.269Z] ---> Running in f6be8eea6917 [2020-12-30T00:37:34.269Z] ---> Running in d62323ab51d8 [2020-12-30T00:37:34.269Z] ---> Running in c7fb1bd4cded [2020-12-30T00:37:34.269Z] Removing intermediate container d62323ab51d8 [2020-12-30T00:37:34.269Z] ---> e19589ad0d60 [2020-12-30T00:37:34.269Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:34.269Z] Removing intermediate container f6be8eea6917 [2020-12-30T00:37:34.269Z] ---> afa84a86c5ec [2020-12-30T00:37:34.269Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:34.269Z] Removing intermediate container d02c1b30c7f1 [2020-12-30T00:37:34.269Z] ---> abcf32e482ef [2020-12-30T00:37:34.269Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:34.269Z] Removing intermediate container c7fb1bd4cded [2020-12-30T00:37:34.269Z] ---> 4fdf16ba9bfc [2020-12-30T00:37:34.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:34.269Z] Removing intermediate container ac15d6607f38 [2020-12-30T00:37:34.269Z] ---> 13122d047db2 [2020-12-30T00:37:34.269Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:34.269Z] ---> Running in 0f7ce9887f27 [2020-12-30T00:37:34.269Z] ---> Running in 50a33a57486f [2020-12-30T00:37:34.269Z] ---> Running in afb8fa64bebf [2020-12-30T00:37:34.269Z] ---> Running in 67a8b7cb4ce7 [2020-12-30T00:37:34.269Z] ---> Running in 96ae9d95574a [2020-12-30T00:37:34.269Z] Removing intermediate container 50a33a57486f [2020-12-30T00:37:34.269Z] ---> 737e02e1c7d4 [2020-12-30T00:37:34.269Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:37:34.269Z] Removing intermediate container 96ae9d95574a [2020-12-30T00:37:34.269Z] ---> 7fa08eb9c876 [2020-12-30T00:37:34.269Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:37:34.269Z] ---> Running in b5a99930a9ca [2020-12-30T00:37:34.269Z] Removing intermediate container 67a8b7cb4ce7 [2020-12-30T00:37:34.269Z] ---> 7bd2c35edaf8 [2020-12-30T00:37:34.269Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:37:34.269Z] Removing intermediate container afb8fa64bebf [2020-12-30T00:37:34.269Z] ---> cbaae88b92fe [2020-12-30T00:37:34.269Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:37:34.269Z] ---> Running in 2213bd9e32bf [2020-12-30T00:37:34.269Z] Removing intermediate container 0f7ce9887f27 [2020-12-30T00:37:34.269Z] ---> 8fdf4d7a50e2 [2020-12-30T00:37:34.269Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:37:34.269Z] ---> Running in 5a85c939cf82 [2020-12-30T00:37:34.269Z] ---> Running in dd786a6f5a5f [2020-12-30T00:37:34.269Z] ---> Running in deda53c599ce [2020-12-30T00:37:34.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:37:34.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:34.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:34.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:37:35.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:35.949Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:37:35.949Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:37:35.949Z] OK: 12750 distinct packages available [2020-12-30T00:37:35.949Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:37:35.949Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:37:35.949Z] OK: 12750 distinct packages available [2020-12-30T00:37:36.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:36.211Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:36.211Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:36.371Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:37:36.650Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:37:36.650Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:37:36.650Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:37:36.805Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:37:36.805Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:37:36.805Z] OK: 12750 distinct packages available [2020-12-30T00:37:36.805Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:37:36.805Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:37:36.805Z] OK: 12750 distinct packages available [2020-12-30T00:37:36.805Z] Removing intermediate container b5a99930a9ca [2020-12-30T00:37:36.805Z] ---> f14ddb0e0aa1 [2020-12-30T00:37:36.805Z] Step 6/27 : COPY go.mod . [2020-12-30T00:37:37.079Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:37.079Z] Removing intermediate container 2213bd9e32bf [2020-12-30T00:37:37.079Z] ---> 08945432daca [2020-12-30T00:37:37.079Z] Step 6/21 : COPY go.mod . [2020-12-30T00:37:37.079Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:37.382Z] ---> 18509146727b [2020-12-30T00:37:37.382Z] Step 7/27 : RUN go mod download [2020-12-30T00:37:37.382Z] ---> bbb580cdb73f [2020-12-30T00:37:37.382Z] Step 7/21 : RUN go mod download [2020-12-30T00:37:37.382Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:37:37.382Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:37:37.382Z] OK: 12750 distinct packages available [2020-12-30T00:37:37.649Z] ---> Running in f2650bd76766 [2020-12-30T00:37:37.649Z] ---> Running in 61dc0e5e274b [2020-12-30T00:37:37.925Z] OK: 233 MiB in 51 packages [2020-12-30T00:37:37.925Z] Removing intermediate container 5a85c939cf82 [2020-12-30T00:37:37.925Z] ---> 386fdb640f41 [2020-12-30T00:37:37.925Z] Step 6/22 : COPY go.mod . [2020-12-30T00:37:38.200Z] Removing intermediate container dd786a6f5a5f [2020-12-30T00:37:38.200Z] ---> d740ce80a38b [2020-12-30T00:37:38.200Z] Step 6/21 : COPY go.mod . [2020-12-30T00:37:38.200Z] ---> 2ee26e91f01f [2020-12-30T00:37:38.200Z] Step 7/22 : RUN go mod download [2020-12-30T00:37:38.464Z] ---> Running in 04e4eef38156 [2020-12-30T00:37:38.746Z] ---> de047a7279a3 [2020-12-30T00:37:38.746Z] Step 7/21 : RUN go mod download [2020-12-30T00:37:38.746Z] Removing intermediate container deda53c599ce [2020-12-30T00:37:38.746Z] ---> 3355708cd02f [2020-12-30T00:37:38.746Z] Step 6/23 : COPY go.mod . [2020-12-30T00:37:38.746Z] ---> Running in 128260507f77 [2020-12-30T00:37:39.335Z] ---> 58a2860fe85f [2020-12-30T00:37:39.335Z] Step 7/23 : RUN go mod download [2020-12-30T00:37:39.335Z] ---> Running in 9a49674aac12 [2020-12-30T00:37:40.314Z] Removing intermediate container 61dc0e5e274b [2020-12-30T00:37:40.314Z] ---> 51b3ee14be13 [2020-12-30T00:37:40.314Z] Step 8/21 : COPY . . [2020-12-30T00:37:40.314Z] Removing intermediate container f2650bd76766 [2020-12-30T00:37:40.314Z] ---> 8dc2ebb26f90 [2020-12-30T00:37:40.314Z] Step 8/27 : COPY . . [2020-12-30T00:37:41.737Z] Removing intermediate container 04e4eef38156 [2020-12-30T00:37:41.737Z] ---> dc13c79ccbec [2020-12-30T00:37:41.737Z] Step 8/22 : COPY . . [2020-12-30T00:37:44.142Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:37:44.142Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:37:44.142Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:37:44.142Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:37:44.425Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:37:44.425Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:37:44.425Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:37:44.705Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:37:44.705Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:37:44.705Z] OK: 217 MiB in 51 packages [2020-12-30T00:37:45.083Z] Removing intermediate container 128260507f77 [2020-12-30T00:37:45.083Z] ---> ca9d4f64b5cf [2020-12-30T00:37:45.083Z] Step 8/21 : COPY . . [2020-12-30T00:37:45.083Z] Removing intermediate container 9a49674aac12 [2020-12-30T00:37:45.083Z] ---> 8131e6d012c0 [2020-12-30T00:37:45.083Z] Step 8/23 : COPY . . [2020-12-30T00:37:50.147Z] Removing intermediate container 89e82b637c64 [2020-12-30T00:37:50.147Z] ---> bdef76711032 [2020-12-30T00:37:50.147Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:37:50.147Z] ---> Running in 19e34c4e010b [2020-12-30T00:37:50.147Z] Removing intermediate container 19e34c4e010b [2020-12-30T00:37:50.147Z] ---> fead73888c3e [2020-12-30T00:37:50.147Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:37:50.746Z] latest: Pulling from library/docker [2020-12-30T00:37:50.746Z] 159e5727ea61: Pulling fs layer [2020-12-30T00:37:50.746Z] 687389c36290: Pulling fs layer [2020-12-30T00:37:50.746Z] 94e28978939c: Pulling fs layer [2020-12-30T00:37:50.746Z] ea42096754a7: Pulling fs layer [2020-12-30T00:37:50.746Z] bd61cee6920e: Pulling fs layer [2020-12-30T00:37:50.746Z] 87c4ece4675c: Pulling fs layer [2020-12-30T00:37:50.746Z] 90ca8b2ff088: Pulling fs layer [2020-12-30T00:37:50.746Z] bd61cee6920e: Waiting [2020-12-30T00:37:50.746Z] 87c4ece4675c: Waiting [2020-12-30T00:37:50.746Z] 90ca8b2ff088: Waiting [2020-12-30T00:37:50.746Z] ea42096754a7: Waiting [2020-12-30T00:37:51.024Z] 94e28978939c: Verifying Checksum [2020-12-30T00:37:51.024Z] 94e28978939c: Download complete [2020-12-30T00:37:51.024Z] 687389c36290: Verifying Checksum [2020-12-30T00:37:51.024Z] 687389c36290: Download complete [2020-12-30T00:37:51.024Z] 159e5727ea61: Verifying Checksum [2020-12-30T00:37:51.024Z] 159e5727ea61: Download complete [2020-12-30T00:37:51.024Z] 87c4ece4675c: Verifying Checksum [2020-12-30T00:37:51.024Z] 87c4ece4675c: Download complete [2020-12-30T00:37:51.303Z] 90ca8b2ff088: Verifying Checksum [2020-12-30T00:37:51.303Z] 90ca8b2ff088: Download complete [2020-12-30T00:37:51.918Z] 159e5727ea61: Pull complete [2020-12-30T00:37:52.218Z] bd61cee6920e: Verifying Checksum [2020-12-30T00:37:52.218Z] bd61cee6920e: Download complete [2020-12-30T00:37:52.511Z] 687389c36290: Pull complete [2020-12-30T00:37:53.125Z] ea42096754a7: Verifying Checksum [2020-12-30T00:37:53.125Z] ea42096754a7: Download complete [2020-12-30T00:37:53.125Z] 94e28978939c: Pull complete [2020-12-30T00:37:57.448Z] ea42096754a7: Pull complete [2020-12-30T00:37:57.448Z] bd61cee6920e: Pull complete [2020-12-30T00:37:57.720Z] 87c4ece4675c: Pull complete [2020-12-30T00:37:57.994Z] 90ca8b2ff088: Pull complete [2020-12-30T00:37:58.267Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:37:58.267Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:38:01.674Z] ---> b49dc1d91241 [2020-12-30T00:38:01.674Z] Step 6/7 : COPY go.mod . [2020-12-30T00:38:02.273Z] ---> 42d65ede7814 [2020-12-30T00:38:02.273Z] Step 7/7 : RUN go mod download [2020-12-30T00:38:02.554Z] ---> Running in 2ddeaf6111cc [2020-12-30T00:38:17.641Z] ---> bf51f6d3dbe0 [2020-12-30T00:38:17.642Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:38:17.642Z] ---> ef96ccaa785f [2020-12-30T00:38:17.642Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:38:17.905Z] ---> bb675e1fb30c [2020-12-30T00:38:17.905Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:38:18.168Z] ---> 81a672afb91a [2020-12-30T00:38:18.169Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:38:18.169Z] ---> Running in e6f8f9d3e332 [2020-12-30T00:38:18.169Z] ---> Running in d925f9fc4651 [2020-12-30T00:38:18.169Z] ---> Running in 091d0921a2bd [2020-12-30T00:38:18.169Z] ---> 46ce0b826d64 [2020-12-30T00:38:18.169Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:38:18.434Z] ---> Running in 1265a32d6d9e [2020-12-30T00:38:18.434Z] ---> Running in e834be906ba7 [2020-12-30T00:38:19.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:38:19.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:38:19.857Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:38:19.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:38:19.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:38:34.900Z] Removing intermediate container 2ddeaf6111cc [2020-12-30T00:38:34.900Z] ---> f25968d86a71 [2020-12-30T00:38:34.900Z] Successfully built f25968d86a71 [2020-12-30T00:38:34.900Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:38:35.259Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:38:35.259Z] . [Pipeline] withDockerContainer [2020-12-30T00:38:35.526Z] prd-ubuntu18.04-docker-arm64-4c-16g-17702 does not seem to be running inside a container [2020-12-30T00:38:35.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:38:37.298Z] $ docker top 3b436860944c428f1e9cd4d43193cd706d39581d4db8e099536a372fac9aa51e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:38:38.391Z] + go version [2020-12-30T00:38:38.391Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T00:38:38.464Z] $ docker stop --time=1 3b436860944c428f1e9cd4d43193cd706d39581d4db8e099536a372fac9aa51e [2020-12-30T00:38:40.540Z] $ docker rm -f 3b436860944c428f1e9cd4d43193cd706d39581d4db8e099536a372fac9aa51e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:38:41.752Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:38:41.752Z] . [Pipeline] withDockerContainer [2020-12-30T00:38:42.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-17702 does not seem to be running inside a container [2020-12-30T00:38:42.167Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:38:43.802Z] $ docker top ef4ebdff0d91821a8ad00e26dba3e19a39c5b505e90e35cc1b6b5f3e865ce099 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:38:44.233Z] ========================================================= [2020-12-30T00:38:44.233Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:38:44.233Z] ========================================================= [Pipeline] sh [2020-12-30T00:38:44.912Z] + make test [2020-12-30T00:38:44.912Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:38:52.147Z] 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 [2020-12-30T00:38:54.733Z] Removing intermediate container e834be906ba7 [2020-12-30T00:38:54.733Z] ---> 1eb8098d723a [2020-12-30T00:38:54.733Z] [2020-12-30T00:38:54.733Z] Step 10/21 : FROM scratch [2020-12-30T00:38:54.733Z] ---> [2020-12-30T00:38:54.733Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:38:54.733Z] Removing intermediate container d925f9fc4651 [2020-12-30T00:38:54.733Z] ---> 37dffa0b025b [2020-12-30T00:38:54.733Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:38:55.001Z] ---> Running in f28922d6c8e4 [2020-12-30T00:38:55.268Z] ---> Running in b767c46bfa91 [2020-12-30T00:38:55.871Z] Removing intermediate container b767c46bfa91 [2020-12-30T00:38:55.871Z] ---> 6702b2453a77 [2020-12-30T00:38:55.871Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:38:56.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:38:57.549Z] ---> Running in 80dccfdcc1e9 [2020-12-30T00:38:58.516Z] Removing intermediate container 80dccfdcc1e9 [2020-12-30T00:38:58.517Z] ---> e0143ff76658 [2020-12-30T00:38:58.517Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:38:58.517Z] Removing intermediate container 091d0921a2bd [2020-12-30T00:38:58.517Z] ---> a0a30a407b01 [2020-12-30T00:38:58.517Z] [2020-12-30T00:38:58.517Z] Step 10/21 : FROM alpine [2020-12-30T00:38:58.517Z] ---> Running in 7c59ad84b44c [2020-12-30T00:38:58.517Z] latest: Pulling from library/alpine [2020-12-30T00:38:58.517Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:38:58.517Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:38:58.517Z] ---> 389fef711851 [2020-12-30T00:38:58.517Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:38:59.102Z] Removing intermediate container 7c59ad84b44c [2020-12-30T00:38:59.102Z] ---> 54c946574d34 [2020-12-30T00:38:59.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:38:59.102Z] ---> Running in 9714178be329 [2020-12-30T00:38:59.679Z] Removing intermediate container f28922d6c8e4 [2020-12-30T00:38:59.679Z] ---> 0761e7f10e6c [2020-12-30T00:38:59.679Z] [2020-12-30T00:38:59.679Z] Step 11/27 : FROM docker:latest [2020-12-30T00:39:00.630Z] ---> 0040bc98e531 [2020-12-30T00:39:00.630Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:39:01.579Z] ---> ca99881d451a [2020-12-30T00:39:01.579Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:39:01.579Z] ---> Running in 21914e361554 [2020-12-30T00:39:01.855Z] Removing intermediate container e6f8f9d3e332 [2020-12-30T00:39:01.855Z] ---> 3921a500430e [2020-12-30T00:39:01.855Z] [2020-12-30T00:39:01.855Z] Step 10/22 : FROM scratch [2020-12-30T00:39:01.855Z] ---> [2020-12-30T00:39:01.855Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:01.855Z] ---> Using cache [2020-12-30T00:39:01.855Z] ---> 6702b2453a77 [2020-12-30T00:39:01.855Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:39:01.855Z] ---> Running in e72b92b3525c [2020-12-30T00:39:02.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:02.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:02.705Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:39:02.705Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:39:02.705Z] OK: 12745 distinct packages available [2020-12-30T00:39:02.974Z] Removing intermediate container e72b92b3525c [2020-12-30T00:39:02.974Z] ---> 419f5481af41 [2020-12-30T00:39:02.974Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:39:02.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:02.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:02.974Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:39:03.236Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:39:03.236Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:39:03.236Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:39:03.236Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:03.236Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:39:03.236Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:39:03.236Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:39:03.503Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:03.503Z] OK: 12 MiB in 22 packages [2020-12-30T00:39:04.451Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:39:04.451Z] OK: 7 MiB in 18 packages [2020-12-30T00:39:04.712Z] ---> Running in 1ed9da9efdb2 [2020-12-30T00:39:04.712Z] ---> b7b3aa84937c [2020-12-30T00:39:04.712Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:04.977Z] Removing intermediate container 1265a32d6d9e [2020-12-30T00:39:04.977Z] ---> fa94b69266b9 [2020-12-30T00:39:04.977Z] [2020-12-30T00:39:04.977Z] Step 10/23 : FROM alpine [2020-12-30T00:39:04.977Z] ---> 389fef711851 [2020-12-30T00:39:04.977Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:05.244Z] Removing intermediate container 1ed9da9efdb2 [2020-12-30T00:39:05.244Z] ---> 9a8a8e5a85cb [2020-12-30T00:39:05.244Z] Step 14/22 : WORKDIR / [2020-12-30T00:39:05.244Z] ---> Running in 73a0e270466f [2020-12-30T00:39:05.244Z] ---> 8cf803347997 [2020-12-30T00:39:05.244Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:39:05.244Z] ---> Running in 285ae46d2d4b [2020-12-30T00:39:05.507Z] ---> Running in 4091c135c8b2 [2020-12-30T00:39:06.082Z] Removing intermediate container 21914e361554 [2020-12-30T00:39:06.082Z] ---> 9b93c0dd4dba [2020-12-30T00:39:06.082Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:39:06.082Z] Removing intermediate container 73a0e270466f [2020-12-30T00:39:06.082Z] ---> 5511f6216c89 [2020-12-30T00:39:06.082Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:39:06.343Z] Removing intermediate container 9714178be329 [2020-12-30T00:39:06.343Z] ---> 78873d91d626 [2020-12-30T00:39:06.343Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:39:06.607Z] Removing intermediate container 285ae46d2d4b [2020-12-30T00:39:06.608Z] ---> 7717bbb435c8 [2020-12-30T00:39:06.608Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:39:06.608Z] Removing intermediate container 4091c135c8b2 [2020-12-30T00:39:06.608Z] ---> 74a21adf7719 [2020-12-30T00:39:06.608Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:06.872Z] ---> Running in 534141054de8 [2020-12-30T00:39:06.872Z] ---> Running in 9d9079a85f83 [2020-12-30T00:39:06.872Z] ---> Running in f7bc077f4972 [2020-12-30T00:39:06.872Z] ---> Running in f7be0f864341 [2020-12-30T00:39:07.135Z] ---> 278142458a8f [2020-12-30T00:39:07.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:39:07.401Z] Removing intermediate container 534141054de8 [2020-12-30T00:39:07.401Z] ---> 3e908e8a68f2 [2020-12-30T00:39:07.401Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:39:07.401Z] Removing intermediate container 9d9079a85f83 [2020-12-30T00:39:07.401Z] ---> b75244b59239 [2020-12-30T00:39:07.401Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:39:07.984Z] ---> Running in 82604dc3e836 [2020-12-30T00:39:07.984Z] Removing intermediate container f7be0f864341 [2020-12-30T00:39:07.984Z] ---> e0e533f0f4a2 [2020-12-30T00:39:07.984Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:39:07.984Z] ---> Running in 94524386ad93 [2020-12-30T00:39:07.984Z] ---> Running in 624ac13049ba [2020-12-30T00:39:07.984Z] ---> 730d0e2a1730 [2020-12-30T00:39:07.984Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:08.253Z] Removing intermediate container 82604dc3e836 [2020-12-30T00:39:08.253Z] ---> 12e0ff6bed70 [2020-12-30T00:39:08.253Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:39:08.540Z] Removing intermediate container 624ac13049ba [2020-12-30T00:39:08.540Z] ---> c049c3a7335f [2020-12-30T00:39:08.540Z] Step 20/21 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:39:08.540Z] Removing intermediate container 94524386ad93 [2020-12-30T00:39:08.540Z] ---> 2dead170d810 [2020-12-30T00:39:08.540Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:08.540Z] ---> 267ccb1c60ff [2020-12-30T00:39:08.540Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:39:08.540Z] ---> Running in 6670372c410f [2020-12-30T00:39:08.804Z] ---> Running in 6edebd0794ce [2020-12-30T00:39:08.804Z] ---> Running in 76fd690ad650 [2020-12-30T00:39:08.804Z] Removing intermediate container f7bc077f4972 [2020-12-30T00:39:08.804Z] ---> 81d49c5be6be [2020-12-30T00:39:08.804Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:39:09.071Z] ---> c8396c973955 [2020-12-30T00:39:09.071Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:39:09.071Z] ---> Running in 6de4a826f7d0 [2020-12-30T00:39:09.334Z] Removing intermediate container 6edebd0794ce [2020-12-30T00:39:09.334Z] ---> 8ab0f30b35bd [2020-12-30T00:39:09.334Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:39:09.334Z] Removing intermediate container 76fd690ad650 [2020-12-30T00:39:09.334Z] ---> d138a5317742 [2020-12-30T00:39:09.334Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:09.911Z] ---> Running in f4592f3068b5 [2020-12-30T00:39:10.178Z] ---> Running in c1435f3a6b5b [2020-12-30T00:39:10.178Z] Removing intermediate container 6de4a826f7d0 [2020-12-30T00:39:10.178Z] ---> f85408b2e300 [2020-12-30T00:39:10.178Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:39:10.178Z] ---> 7c8d6a6b2357 [2020-12-30T00:39:10.178Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:39:10.178Z] ---> Running in 5fc5f9bbe5f9 [2020-12-30T00:39:10.759Z] Removing intermediate container c1435f3a6b5b [2020-12-30T00:39:10.759Z] ---> bbdf83783a64 [2020-12-30T00:39:10.759Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:39:10.759Z] Removing intermediate container f4592f3068b5 [2020-12-30T00:39:10.759Z] ---> 2dde0c903c29 [2020-12-30T00:39:10.759Z] [2020-12-30T00:39:10.759Z] Removing intermediate container 5fc5f9bbe5f9 [2020-12-30T00:39:10.759Z] ---> acd28233e061 [2020-12-30T00:39:10.759Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:39:10.759Z] ---> Running in 71d364f89afe [2020-12-30T00:39:10.759Z] ---> 9974d8af3c31 [2020-12-30T00:39:10.759Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:39:11.024Z] ---> Running in f40c54680aac [2020-12-30T00:39:11.024Z] Successfully built 2dde0c903c29 [2020-12-30T00:39:11.024Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-30T00:39:11.024Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-30T00:39:11.024Z] ---> Running in 7fb136617967 [2020-12-30T00:39:11.024Z] Removing intermediate container 6670372c410f [2020-12-30T00:39:11.024Z] ---> 2713a899d151 [2020-12-30T00:39:11.024Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:39:11.289Z] Removing intermediate container 71d364f89afe [2020-12-30T00:39:11.289Z] ---> 9c4bfd26a2d8 [2020-12-30T00:39:11.289Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:39:11.289Z] Removing intermediate container f40c54680aac [2020-12-30T00:39:11.289Z] ---> b4122032d8a3 [2020-12-30T00:39:11.289Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:39:11.289Z] ---> Running in 880eb3580295 [2020-12-30T00:39:11.552Z] ---> Running in 6b333649635b [2020-12-30T00:39:11.552Z] Removing intermediate container 7fb136617967 [2020-12-30T00:39:11.552Z] ---> c1735134130e [2020-12-30T00:39:11.552Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:39:13.486Z] ---> Running in 7cfef3533dbe [2020-12-30T00:39:14.444Z] Removing intermediate container 6b333649635b [2020-12-30T00:39:14.444Z] ---> 7e5872f49293 [2020-12-30T00:39:14.444Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:39:14.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:14.444Z] ---> 99503c333caa [2020-12-30T00:39:14.444Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:15.037Z] ---> Running in 911cf2759550 [2020-12-30T00:39:15.037Z] Removing intermediate container 7cfef3533dbe [2020-12-30T00:39:15.037Z] ---> 80b8cfb146e8 [2020-12-30T00:39:15.037Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:39:15.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:16.416Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:39:16.416Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:39:16.416Z] ---> Running in 25a2b0d94dd8 [2020-12-30T00:39:16.416Z] Removing intermediate container 911cf2759550 [2020-12-30T00:39:16.416Z] ---> 93108ffb3c1b [2020-12-30T00:39:16.416Z] [2020-12-30T00:39:16.416Z] ---> 03dae3221c2c [2020-12-30T00:39:16.416Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:39:16.416Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:39:16.755Z] Successfully built 93108ffb3c1b [2020-12-30T00:39:16.755Z] Successfully tagged docker-core-metadata-go:latest [2020-12-30T00:39:16.755Z] Building docker-core-command-go [2020-12-30T00:39:16.755Z]  Building docker-core-metadata-go ... done Removing intermediate container 25a2b0d94dd8 [2020-12-30T00:39:16.755Z] ---> e25e43ced132 [2020-12-30T00:39:16.755Z] Step 20/21 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:39:16.755Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:39:16.755Z] ---> Running in 20b9051e2c4e [2020-12-30T00:39:17.107Z] ---> 5903559e69db [2020-12-30T00:39:17.107Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:39:17.107Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:39:17.107Z] ---> Running in 476e9b40b105 [2020-12-30T00:39:17.107Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:17.107Z] OK: 8 MiB in 19 packages [2020-12-30T00:39:17.107Z] Removing intermediate container 20b9051e2c4e [2020-12-30T00:39:17.107Z] ---> b6cf59cbbef9 [2020-12-30T00:39:17.107Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:39:17.429Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:39:20.546Z] ---> Running in fe5ed6ae6d12 [2020-12-30T00:39:20.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:21.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:21.384Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:39:21.384Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:39:21.384Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:39:21.384Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:39:21.664Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:39:21.664Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:39:21.664Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:39:21.664Z] Removing intermediate container fe5ed6ae6d12 [2020-12-30T00:39:21.664Z] ---> 024274fd7e78 [2020-12-30T00:39:21.664Z] [2020-12-30T00:39:22.644Z] Successfully built 024274fd7e78 [2020-12-30T00:39:22.644Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-30T00:39:22.644Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-30T00:39:26.922Z] Removing intermediate container 880eb3580295 [2020-12-30T00:39:26.922Z] ---> f18e87e8536d [2020-12-30T00:39:26.922Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:39:31.199Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:39:31.199Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:39:31.199Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:39:31.199Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:39:31.199Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:39:31.199Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:39:31.199Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:39:31.781Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:39:31.781Z] ---> 8adbed69d720 [2020-12-30T00:39:31.781Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:39:31.781Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:39:31.781Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:39:32.075Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:39:32.075Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:39:32.348Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:39:32.621Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:39:32.886Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:39:32.886Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:39:33.492Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:39:33.492Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:39:33.492Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:39:33.492Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:39:33.492Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:39:33.492Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:39:33.492Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:39:33.764Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:39:34.745Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:39:34.745Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:39:34.745Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:34.745Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:34.745Z] ---> f1988bdaae1d [2020-12-30T00:39:34.745Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:39:34.745Z] ---> Using cache [2020-12-30T00:39:34.745Z] ---> 4fdf16ba9bfc [2020-12-30T00:39:34.745Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:34.745Z] ---> Using cache [2020-12-30T00:39:34.745Z] ---> 7bd2c35edaf8 [2020-12-30T00:39:34.745Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:39:34.745Z] ---> Using cache [2020-12-30T00:39:34.745Z] ---> 386fdb640f41 [2020-12-30T00:39:34.745Z] Step 6/24 : COPY go.mod . [2020-12-30T00:39:34.745Z] ---> Using cache [2020-12-30T00:39:34.745Z] ---> 2ee26e91f01f [2020-12-30T00:39:34.745Z] Step 7/24 : RUN go mod download [2020-12-30T00:39:34.745Z] ---> Using cache [2020-12-30T00:39:34.745Z] ---> dc13c79ccbec [2020-12-30T00:39:34.745Z] Step 8/24 : COPY . . [2020-12-30T00:39:35.019Z] ---> Using cache [2020-12-30T00:39:35.019Z] ---> bb675e1fb30c [2020-12-30T00:39:35.019Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:39:35.607Z] ---> f25e600e82c6 [2020-12-30T00:39:35.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:35.874Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:35.874Z] OK: 71 MiB in 55 packages [2020-12-30T00:39:35.874Z] ---> Running in b9135b3cb0b2 [2020-12-30T00:39:36.853Z] ---> afb5d49ae812 [2020-12-30T00:39:36.853Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:39:38.259Z] ---> Running in 7de4c8504f3f [2020-12-30T00:39:38.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:39:42.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:42.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:42.284Z] ---> f1988bdaae1d [2020-12-30T00:39:42.284Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:39:42.284Z] ---> Using cache [2020-12-30T00:39:42.284Z] ---> 4fdf16ba9bfc [2020-12-30T00:39:42.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:42.284Z] ---> Using cache [2020-12-30T00:39:42.284Z] ---> 7bd2c35edaf8 [2020-12-30T00:39:42.284Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:39:42.284Z] ---> Using cache [2020-12-30T00:39:42.284Z] ---> 386fdb640f41 [2020-12-30T00:39:42.284Z] Step 6/22 : COPY go.mod . [2020-12-30T00:39:42.284Z] ---> Using cache [2020-12-30T00:39:42.284Z] ---> 2ee26e91f01f [2020-12-30T00:39:42.284Z] Step 7/22 : RUN go mod download [2020-12-30T00:39:42.284Z] ---> Using cache [2020-12-30T00:39:42.284Z] ---> dc13c79ccbec [2020-12-30T00:39:42.567Z] Step 8/22 : COPY . . [2020-12-30T00:39:42.567Z] Removing intermediate container 7de4c8504f3f [2020-12-30T00:39:42.567Z] ---> 7d4e0cb4e44c [2020-12-30T00:39:42.567Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:42.567Z] ---> Using cache [2020-12-30T00:39:42.567Z] ---> bb675e1fb30c [2020-12-30T00:39:42.567Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:39:43.587Z] ---> Running in e1313df96304 [2020-12-30T00:39:43.587Z] ---> Running in efc27d25c16f [2020-12-30T00:39:44.597Z] Removing intermediate container efc27d25c16f [2020-12-30T00:39:44.597Z] ---> f5ba9dad8f86 [2020-12-30T00:39:44.597Z] Step 21/23 : LABEL arch=x86_64 [2020-12-30T00:39:44.597Z] ---> Running in 3fd9599ea141 [2020-12-30T00:39:45.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:39:47.800Z] Removing intermediate container 3fd9599ea141 [2020-12-30T00:39:47.800Z] ---> 65666d5e19d8 [2020-12-30T00:39:47.800Z] Step 22/23 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:39:48.786Z] ---> Running in 0342aaddcd52 [2020-12-30T00:39:50.219Z] Removing intermediate container 0342aaddcd52 [2020-12-30T00:39:50.219Z] ---> 7027b27eb003 [2020-12-30T00:39:50.219Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:39:50.488Z] ---> Running in f1b44dc88e46 [2020-12-30T00:39:51.954Z] Removing intermediate container f1b44dc88e46 [2020-12-30T00:39:51.954Z] ---> beed93ce93f5 [2020-12-30T00:39:51.954Z] [2020-12-30T00:39:51.954Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:51.954Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:51.954Z] ---> f1988bdaae1d [2020-12-30T00:39:51.954Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:39:51.954Z] ---> Using cache [2020-12-30T00:39:51.954Z] ---> 4fdf16ba9bfc [2020-12-30T00:39:51.954Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:51.954Z] ---> Using cache [2020-12-30T00:39:51.954Z] ---> 7bd2c35edaf8 [2020-12-30T00:39:51.954Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:39:52.551Z] Successfully built beed93ce93f5 [2020-12-30T00:39:53.146Z] Successfully tagged docker-core-data-go:latest [2020-12-30T00:39:53.146Z] Building docker-security-bootstrap-redis-go [2020-12-30T00:39:53.427Z]  Building docker-core-data-go ... done  ---> Running in 48bc82ef528a [2020-12-30T00:39:57.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:58.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:59.009Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:39:59.009Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:39:59.009Z] OK: 12750 distinct packages available [2020-12-30T00:39:59.275Z] OK: 233 MiB in 51 packages [2020-12-30T00:40:00.238Z] Removing intermediate container 476e9b40b105 [2020-12-30T00:40:00.238Z] ---> e8ab984f76dc [2020-12-30T00:40:00.238Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:40:02.241Z] ---> Running in 9df4a2cf8c74 [2020-12-30T00:40:04.882Z] Removing intermediate container 48bc82ef528a [2020-12-30T00:40:04.882Z] ---> d62f0718cf3e [2020-12-30T00:40:04.882Z] Step 6/24 : COPY go.mod . [2020-12-30T00:40:04.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:40:05.868Z] ---> 400ff2575a8a [2020-12-30T00:40:05.868Z] Step 7/24 : RUN go mod download [2020-12-30T00:40:06.144Z] ---> Running in bebdbeebb69a [2020-12-30T00:40:12.913Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:40:12.913Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:40:12.913Z] ---> f1988bdaae1d [2020-12-30T00:40:12.913Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> 4fdf16ba9bfc [2020-12-30T00:40:12.913Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> 7bd2c35edaf8 [2020-12-30T00:40:12.913Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> 386fdb640f41 [2020-12-30T00:40:12.913Z] Step 6/22 : COPY go.mod . [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> 2ee26e91f01f [2020-12-30T00:40:12.913Z] Step 7/22 : RUN go mod download [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> dc13c79ccbec [2020-12-30T00:40:12.913Z] Step 8/22 : COPY . . [2020-12-30T00:40:12.913Z] ---> Using cache [2020-12-30T00:40:12.913Z] ---> bb675e1fb30c [2020-12-30T00:40:12.913Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:40:13.868Z] Removing intermediate container bebdbeebb69a [2020-12-30T00:40:13.868Z] ---> f1c4193c00c3 [2020-12-30T00:40:13.868Z] Step 8/24 : COPY . . [2020-12-30T00:40:13.868Z] Collecting docker-compose==1.23.2 [2020-12-30T00:40:14.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:40:14.142Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:40:14.418Z] ---> Running in 2791c3825a1d [2020-12-30T00:40:14.689Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:40:14.689Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:40:16.121Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:40:16.122Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:40:16.398Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:40:17.025Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:40:17.025Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:40:17.979Z] Removing intermediate container e1313df96304 [2020-12-30T00:40:17.979Z] ---> 05a20d5e8368 [2020-12-30T00:40:17.979Z] [2020-12-30T00:40:17.979Z] Step 10/22 : FROM scratch [2020-12-30T00:40:17.979Z] ---> [2020-12-30T00:40:17.979Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:40:18.252Z] Removing intermediate container b9135b3cb0b2 [2020-12-30T00:40:18.252Z] ---> 33b3f12736a8 [2020-12-30T00:40:18.252Z] [2020-12-30T00:40:18.252Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:40:18.517Z] 3.10: Pulling from library/alpine [2020-12-30T00:40:19.977Z] ---> Using cache [2020-12-30T00:40:19.977Z] ---> 6702b2453a77 [2020-12-30T00:40:19.977Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:40:19.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:40:20.244Z] ---> Running in ca85d42c9f2b [2020-12-30T00:40:20.244Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:40:20.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:40:20.244Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:40:20.244Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:40:20.244Z] ---> be4e4bea2c2e [2020-12-30T00:40:20.244Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:40:20.824Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:40:20.824Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:40:22.266Z] ---> Running in fa0be6a394b3 [2020-12-30T00:40:22.541Z] Removing intermediate container ca85d42c9f2b [2020-12-30T00:40:22.541Z] ---> ae3228c84d50 [2020-12-30T00:40:22.541Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:40:22.541Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:40:22.541Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:40:23.136Z] ---> Running in fe70c70752db [2020-12-30T00:40:23.411Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:40:23.411Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:40:24.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:25.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:25.167Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:40:25.167Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:40:25.445Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:40:25.445Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:40:25.445Z] OK: 10350 distinct packages available [2020-12-30T00:40:25.445Z] Removing intermediate container fe70c70752db [2020-12-30T00:40:25.445Z] ---> c93fcab5206e [2020-12-30T00:40:25.445Z] Step 14/22 : WORKDIR / [2020-12-30T00:40:25.445Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:40:25.445Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:40:25.718Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:40:25.718Z] ---> Running in 0b7dd950c6b6 [2020-12-30T00:40:25.718Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:40:25.718Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:40:25.718Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:40:25.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:40:25.718Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:40:26.018Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:40:26.665Z] OK: 7 MiB in 19 packages [2020-12-30T00:40:27.676Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:40:27.676Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:40:27.676Z] Removing intermediate container 0b7dd950c6b6 [2020-12-30T00:40:27.676Z] ---> 81f5bab8339f [2020-12-30T00:40:27.676Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:40:27.960Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:40:27.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:40:28.567Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-30T00:40:28.567Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-30T00:40:28.861Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:40:28.861Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:40:29.142Z] ---> dcab1148d31c [2020-12-30T00:40:29.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:40:29.142Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:40:29.142Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:40:29.142Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:40:29.142Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:40:29.427Z] Installing collected packages: cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, docopt, dockerpty, jsonschema, PyYAML, docker-compose [2020-12-30T00:40:30.480Z] Attempting uninstall: idna [2020-12-30T00:40:30.480Z] Found existing installation: idna 2.9 [2020-12-30T00:40:30.480Z] Uninstalling idna-2.9: [2020-12-30T00:40:30.480Z] Removing intermediate container fa0be6a394b3 [2020-12-30T00:40:30.480Z] ---> 8db284fe4189 [2020-12-30T00:40:30.480Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:40:30.480Z] Successfully uninstalled idna-2.9 [2020-12-30T00:40:31.101Z] Attempting uninstall: urllib3 [2020-12-30T00:40:31.101Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:40:31.101Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:40:31.101Z] ---> db3c402a2f9c [2020-12-30T00:40:31.101Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:31.101Z] ---> Running in 379b615e1499 [2020-12-30T00:40:32.101Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:40:32.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:40:34.056Z] ---> d943dfc47f1f [2020-12-30T00:40:34.056Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:40:34.056Z] Removing intermediate container 379b615e1499 [2020-12-30T00:40:34.056Z] ---> 226e6aa6cca1 [2020-12-30T00:40:34.056Z] Step 13/24 : WORKDIR / [2020-12-30T00:40:34.719Z] Attempting uninstall: requests [2020-12-30T00:40:34.719Z] Found existing installation: requests 2.23.0 [2020-12-30T00:40:34.719Z] Uninstalling requests-2.23.0: [2020-12-30T00:40:34.719Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:40:35.768Z] ---> Running in 67510389a789 [2020-12-30T00:40:35.768Z] ---> Running in 2a2e7b630698 [2020-12-30T00:40:36.137Z] ---> 4219827f6e31 [2020-12-30T00:40:36.137Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:40:36.137Z] Removing intermediate container 2a2e7b630698 [2020-12-30T00:40:36.137Z] ---> 55e2411dfd26 [2020-12-30T00:40:36.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:36.418Z] Removing intermediate container 67510389a789 [2020-12-30T00:40:36.418Z] ---> 2465224183b6 [2020-12-30T00:40:36.418Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:40:36.698Z] ---> Running in f75266adda26 [2020-12-30T00:40:36.698Z] ---> Running in 63e2116bf290 [2020-12-30T00:40:36.698Z] Running setup.py install for texttable: started [2020-12-30T00:40:36.972Z] ---> 56d483fbc602 [2020-12-30T00:40:36.972Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:40:37.246Z] Removing intermediate container 63e2116bf290 [2020-12-30T00:40:37.246Z] ---> 0103fe26ee9f [2020-12-30T00:40:37.246Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:40:37.521Z] ---> Running in bb21be87cebe [2020-12-30T00:40:37.521Z] ---> b4d43de77741 [2020-12-30T00:40:37.521Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:37.791Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:40:37.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:40:37.791Z] Running setup.py install for docopt: started [2020-12-30T00:40:37.791Z] Removing intermediate container bb21be87cebe [2020-12-30T00:40:37.791Z] ---> 6989e1c469ce [2020-12-30T00:40:37.791Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:40:38.057Z] ---> Running in 3102ff09360a [2020-12-30T00:40:38.057Z] ---> 2ba0709c1d0c [2020-12-30T00:40:38.057Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:40:38.327Z] Removing intermediate container 3102ff09360a [2020-12-30T00:40:38.327Z] ---> df27b4682d3f [2020-12-30T00:40:38.327Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:40:38.327Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:40:38.327Z] Running setup.py install for dockerpty: started [2020-12-30T00:40:38.327Z] ---> Running in 7eef68ab45a3 [2020-12-30T00:40:38.946Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:40:38.946Z] Removing intermediate container 7eef68ab45a3 [2020-12-30T00:40:38.946Z] ---> aadf759f0a1e [2020-12-30T00:40:38.946Z] [2020-12-30T00:40:40.410Z] Successfully built aadf759f0a1e [2020-12-30T00:40:40.411Z] Running setup.py install for PyYAML: started [2020-12-30T00:40:40.694Z] ---> 857f871c009b [2020-12-30T00:40:40.694Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:40:40.694Z] Successfully tagged docker-core-command-go:latest [2020-12-30T00:40:40.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:40:40.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:40:40.832Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:40:40.975Z]  Building docker-core-command-go ... done Removing intermediate container 2791c3825a1d [2020-12-30T00:40:40.975Z] ---> ad5273c9f72f [2020-12-30T00:40:40.975Z] [2020-12-30T00:40:40.975Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:40:40.975Z] ---> be4e4bea2c2e [2020-12-30T00:40:40.975Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:40:40.975Z] ---> Using cache [2020-12-30T00:40:40.975Z] ---> 8db284fe4189 [2020-12-30T00:40:40.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:40:41.261Z] ---> Running in 3e587aba14d2 [2020-12-30T00:40:41.537Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:40:41.537Z] Removing intermediate container 3e587aba14d2 [2020-12-30T00:40:41.537Z] ---> 961c5a585fc7 [2020-12-30T00:40:41.537Z] Step 13/22 : WORKDIR / [2020-12-30T00:40:43.492Z] ---> 151769fe47ae [2020-12-30T00:40:43.492Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:40:43.765Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-30T00:40:43.765Z] ---> Running in 36576c293d38 [2020-12-30T00:40:44.043Z] ---> 19e8469fa05e [2020-12-30T00:40:44.043Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:40:44.043Z] ---> Running in 891b804419cd [2020-12-30T00:40:44.332Z] Removing intermediate container 36576c293d38 [2020-12-30T00:40:44.332Z] ---> 24942ce85115 [2020-12-30T00:40:44.332Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:40:44.617Z] ---> f0bceacac033 [2020-12-30T00:40:44.617Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:40:47.234Z] ---> 12e552ff8e32 [2020-12-30T00:40:47.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:40:47.234Z] Removing intermediate container 9df4a2cf8c74 [2020-12-30T00:40:47.234Z] ---> 4167aeafc095 [2020-12-30T00:40:47.234Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:40:47.234Z] Removing intermediate container 891b804419cd [2020-12-30T00:40:47.234Z] ---> 1b30d133f59d [2020-12-30T00:40:47.234Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:40:47.234Z] ---> Running in fd1d958b89be [2020-12-30T00:40:47.512Z] ---> Running in 00efa4cf80f9 [2020-12-30T00:40:47.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.258s coverage: 46.6% of statements [2020-12-30T00:40:47.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:40:47.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:40:47.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:40:47.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:40:47.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:40:47.796Z] ---> 74858787a83b [2020-12-30T00:40:47.796Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:47.796Z] Removing intermediate container 00efa4cf80f9 [2020-12-30T00:40:47.796Z] ---> 87cb3da588a4 [2020-12-30T00:40:47.796Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:40:48.073Z] ---> Running in 7f701e622aed [2020-12-30T00:40:48.355Z] ---> c6311d276e5d [2020-12-30T00:40:48.355Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:40:48.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:48.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:48.618Z] Removing intermediate container 7f701e622aed [2020-12-30T00:40:48.618Z] ---> 19f48f0018d9 [2020-12-30T00:40:48.618Z] Step 23/24 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:40:48.618Z] ---> Running in c006d316a94e [2020-12-30T00:40:48.883Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:40:48.883Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:40:48.883Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:40:48.883Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:48.883Z] OK: 72 MiB in 58 packages [2020-12-30T00:40:48.883Z] ---> Running in 0036e053a80e [2020-12-30T00:40:49.160Z] Removing intermediate container 0036e053a80e [2020-12-30T00:40:49.160Z] ---> bd6a035f5aea [2020-12-30T00:40:49.160Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:40:49.160Z] ---> Running in 1c49a2e4ac51 [2020-12-30T00:40:49.745Z] Removing intermediate container 1c49a2e4ac51 [2020-12-30T00:40:49.745Z] ---> 9138fe6a02ee [2020-12-30T00:40:49.745Z] [2020-12-30T00:40:49.745Z] Removing intermediate container fd1d958b89be [2020-12-30T00:40:49.745Z] ---> 972a14b8a799 [2020-12-30T00:40:49.745Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:40:50.015Z] ---> Running in 771534a8c63e [2020-12-30T00:40:50.015Z] Successfully built 9138fe6a02ee [2020-12-30T00:40:50.015Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-30T00:40:50.280Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 771534a8c63e [2020-12-30T00:40:50.280Z] ---> 916ca561a6a4 [2020-12-30T00:40:50.280Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:50.550Z] Removing intermediate container c006d316a94e [2020-12-30T00:40:50.550Z] ---> 63a2085f6dc3 [2020-12-30T00:40:50.550Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:40:51.139Z] ---> Running in ce86167e5225 [2020-12-30T00:40:51.409Z] ---> Running in e265a51b95a7 [2020-12-30T00:40:51.409Z] Removing intermediate container e265a51b95a7 [2020-12-30T00:40:51.409Z] ---> 6d5fb05c1f8d [2020-12-30T00:40:51.409Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:40:51.679Z] Removing intermediate container ce86167e5225 [2020-12-30T00:40:51.679Z] ---> 91bac60be6d4 [2020-12-30T00:40:51.679Z] Step 25/27 : LABEL arch=x86_64 [2020-12-30T00:40:51.679Z] ---> Running in 0a9ee133ed27 [2020-12-30T00:40:51.679Z] ---> Running in cd5ad01b9304 [2020-12-30T00:40:51.956Z] Removing intermediate container 0a9ee133ed27 [2020-12-30T00:40:51.956Z] ---> 2ef8f2dd2321 [2020-12-30T00:40:51.956Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:40:51.956Z] Removing intermediate container cd5ad01b9304 [2020-12-30T00:40:51.956Z] ---> 1cd915bb50dc [2020-12-30T00:40:51.956Z] Step 26/27 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:40:52.229Z] ---> Running in 83b5476f8fff [2020-12-30T00:40:53.185Z] ---> Running in 0f65846c04ea [2020-12-30T00:40:53.449Z] Removing intermediate container 83b5476f8fff [2020-12-30T00:40:53.449Z] ---> 7bd5c9e25dcb [2020-12-30T00:40:53.449Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:40:54.028Z] Removing intermediate container f75266adda26 [2020-12-30T00:40:54.028Z] ---> cd1b9ba9fe6b [2020-12-30T00:40:54.028Z] [2020-12-30T00:40:54.028Z] Step 10/24 : FROM scratch [2020-12-30T00:40:54.028Z] ---> [2020-12-30T00:40:54.028Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:40:54.028Z] ---> Running in 8362e316cf97 [2020-12-30T00:40:54.302Z] Removing intermediate container 0f65846c04ea [2020-12-30T00:40:54.302Z] ---> 692410d3d1d2 [2020-12-30T00:40:54.302Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:40:54.302Z] Removing intermediate container 8362e316cf97 [2020-12-30T00:40:54.302Z] ---> 4738b596e911 [2020-12-30T00:40:54.302Z] [2020-12-30T00:40:54.302Z] ---> Running in f4c8ebbee272 [2020-12-30T00:40:54.302Z] ---> Running in 4486975ae28c [2020-12-30T00:40:54.568Z] Successfully built 4738b596e911 [2020-12-30T00:40:54.568Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-30T00:40:54.568Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f4c8ebbee272 [2020-12-30T00:40:54.568Z] ---> c3a0ab72ea3d [2020-12-30T00:40:54.568Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:40:54.568Z] Removing intermediate container 4486975ae28c [2020-12-30T00:40:54.568Z] ---> 20aa9c35d4e0 [2020-12-30T00:40:54.568Z] [2020-12-30T00:40:54.568Z] ---> Running in a52ba5e73b1b [2020-12-30T00:40:54.834Z] Successfully built 20aa9c35d4e0 [2020-12-30T00:40:54.834Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-30T00:40:54.834Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a52ba5e73b1b [2020-12-30T00:40:54.834Z] ---> b5d835ebdfdc [2020-12-30T00:40:54.834Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:40:54.834Z] ---> Running in 2c16f3007c5d [2020-12-30T00:40:55.101Z] Removing intermediate container 2c16f3007c5d [2020-12-30T00:40:55.101Z] ---> 03e4e984bc73 [2020-12-30T00:40:55.101Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:40:55.365Z] ---> db918795f112 [2020-12-30T00:40:55.365Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:40:55.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.598s coverage: 27.0% of statements [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:40:55.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:40:55.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:40:55.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.601s coverage: 74.4% of statements [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:40:55.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:40:56.768Z] ---> 3e196402fa7d [2020-12-30T00:40:56.768Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:40:57.033Z] ---> cfdf15b0093b [2020-12-30T00:40:57.033Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:40:57.297Z] ---> 9a735804c94e [2020-12-30T00:40:57.297Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:40:57.879Z] ---> 15200801ba5f [2020-12-30T00:40:57.879Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:57.879Z] ---> c84050797818 [2020-12-30T00:40:57.879Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:40:57.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.691s coverage: 83.3% of statements [2020-12-30T00:40:57.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:40:57.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:40:57.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:40:57.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:40:58.143Z] ---> Running in 6840a162ad98 [2020-12-30T00:40:58.143Z] Removing intermediate container 6840a162ad98 [2020-12-30T00:40:58.143Z] ---> bfd3c67c6a72 [2020-12-30T00:40:58.143Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:58.408Z] ---> Running in 87b602c3abf9 [2020-12-30T00:40:58.408Z] Removing intermediate container 87b602c3abf9 [2020-12-30T00:40:58.408Z] ---> 780d1d399857 [2020-12-30T00:40:58.408Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:40:58.408Z] ---> Running in 6769c91d3e64 [2020-12-30T00:40:58.672Z] Removing intermediate container 6769c91d3e64 [2020-12-30T00:40:58.672Z] ---> a6524da29241 [2020-12-30T00:40:58.672Z] Step 23/24 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:40:58.672Z] ---> Running in b2006763b371 [2020-12-30T00:40:58.938Z] Removing intermediate container b2006763b371 [2020-12-30T00:40:58.938Z] ---> 955cb655ec3d [2020-12-30T00:40:58.938Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:40:58.938Z] ---> Running in 7beb88e03e79 [2020-12-30T00:40:59.208Z] Removing intermediate container 7beb88e03e79 [2020-12-30T00:40:59.208Z] ---> 43118a9a91f9 [2020-12-30T00:40:59.208Z] [2020-12-30T00:40:59.208Z] Successfully built 43118a9a91f9 [2020-12-30T00:40:59.208Z] Successfully tagged docker-support-notifications-go:latest [2020-12-30T00:40:59.492Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-30T00:40:59.519Z] $ docker stop --time=1 6ef6a442d8bf3ddb534272e61772ad5c359a6b3fbf8080a75f1bba363d478049 [2020-12-30T00:41:01.203Z] $ docker rm -f 6ef6a442d8bf3ddb534272e61772ad5c359a6b3fbf8080a75f1bba363d478049 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:41:01.787Z] + docker images [2020-12-30T00:41:01.787Z] + grep docker [2020-12-30T00:41:01.787Z] docker-support-notifications-go latest 43118a9a91f9 3 seconds ago 12MB [2020-12-30T00:41:01.787Z] docker-security-bootstrap-redis-go latest 4738b596e911 7 seconds ago 15.8MB [2020-12-30T00:41:01.787Z] docker-sys-mgmt-agent-go latest 20aa9c35d4e0 7 seconds ago 313MB [2020-12-30T00:41:01.787Z] docker-security-secretstore-setup-go latest 9138fe6a02ee 12 seconds ago 24.6MB [2020-12-30T00:41:01.787Z] docker-core-command-go latest aadf759f0a1e 23 seconds ago 10.6MB [2020-12-30T00:41:01.787Z] docker-core-data-go latest beed93ce93f5 About a minute ago 22.2MB [2020-12-30T00:41:01.788Z] docker-security-proxy-setup-go latest 024274fd7e78 About a minute ago 24.5MB [2020-12-30T00:41:01.788Z] docker-core-metadata-go latest 93108ffb3c1b About a minute ago 13MB [2020-12-30T00:41:01.788Z] docker-support-scheduler-go latest 2dde0c903c29 About a minute ago 10.7MB [2020-12-30T00:41:01.788Z] docker latest 0040bc98e531 12 days 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 [2020-12-30T00:41:04.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.390s coverage: 28.6% of statements [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:41:04.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:41:04.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2020-12-30T00:41:04.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:41:05.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.464s coverage: 86.7% of statements [2020-12-30T00:41:05.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:41:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements [2020-12-30T00:41:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:41:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.227s coverage: 78.3% of statements [2020-12-30T00:41:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:41:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:41:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:41:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:41:17.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.249s coverage: 93.8% of statements [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:41:17.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 0.1% of statements [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements [2020-12-30T00:41:17.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2020-12-30T00:41:17.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.206s coverage: 87.2% of statements [2020-12-30T00:41:17.571Z] Still waiting to schedule task [2020-12-30T00:41:17.571Z] ‘prd-ubuntu18.04-docker-8c-8g-17703’ is offline [2020-12-30T00:41:19.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 84.2% of statements [2020-12-30T00:41:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.4% of statements [2020-12-30T00:41:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:41:23.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.733s coverage: 63.5% of statements [2020-12-30T00:41:23.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:41:23.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:41:23.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2020-12-30T00:41:23.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.139s coverage: 91.3% of statements [2020-12-30T00:41:24.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-30T00:41:25.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.115s coverage: 73.7% of statements [2020-12-30T00:41:26.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements [2020-12-30T00:41:30.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.029s coverage: 55.9% of statements [2020-12-30T00:41:30.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:41:30.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:41:30.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:41:30.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:41:30.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:41:31.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements [2020-12-30T00:41:31.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:41:31.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:41:32.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.894s coverage: 84.0% of statements [2020-12-30T00:41:32.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2020-12-30T00:41:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.1% of statements [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:41:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:41:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2020-12-30T00:41:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.978s coverage: 29.1% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:41:46.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:41:46.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-12-30T00:41:47.730Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.075s coverage: 32.1% of statements [2020-12-30T00:41:48.704Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2020-12-30T00:41:49.682Z] GO111MODULE=on go vet ./... [2020-12-30T00:42:57.804Z] gofmt -l . [2020-12-30T00:42:59.231Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:43:02.682Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:43:02.682Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:43:07.648Z] + ls -al . [2020-12-30T00:43:07.648Z] total 664 [2020-12-30T00:43:07.648Z] drwxrwxr-x 9 1001 1001 4096 Dec 30 00:43 . [2020-12-30T00:43:07.648Z] drwxr-xr-x 4 root root 4096 Dec 30 00:38 .. [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:36 .dockerignore [2020-12-30T00:43:07.648Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:36 .git [2020-12-30T00:43:07.648Z] drwxrwxr-x 3 1001 1001 4096 Dec 30 00:36 .github [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:36 .gitignore [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:36 .sonarcloud.properties [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:36 CONTRIBUTING.md [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:36 Dockerfile.build [2020-12-30T00:43:07.648Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:36 Jenkinsfile [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:36 LICENSE [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:36 Makefile [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:36 README.md [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:36 SECURITY.md [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:33 VERSION [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:36 ZMQWindows.md [2020-12-30T00:43:07.649Z] drwxrwxr-x 2 1001 1001 4096 Dec 30 00:36 bin [2020-12-30T00:43:07.649Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:36 cmd [2020-12-30T00:43:07.649Z] -rw-r--r-- 1 root root 537189 Dec 30 00:41 coverage.out [2020-12-30T00:43:07.649Z] -rw-r--r-- 1 root root 979 Dec 30 00:43 go.mod [2020-12-30T00:43:07.649Z] -rw-r--r-- 1 root root 18739 Dec 30 00:43 go.sum [2020-12-30T00:43:07.649Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:36 internal [2020-12-30T00:43:07.649Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:36 openapi [2020-12-30T00:43:07.649Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:36 snap [2020-12-30T00:43:07.649Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:36 version.go [Pipeline] sh [2020-12-30T00:43:08.305Z] + '[' -e coverage.out ] [2020-12-30T00:43:08.305Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:43:08.369Z] Warning: overwriting stash ‘coverage-report’ [2020-12-30T00:43:09.511Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:43:10.170Z] + make build [2020-12-30T00:43:10.170Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:43:10.336Z] Running on prd-ubuntu18.04-docker-8c-8g-17706 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-30T00:43:10.392Z] Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout [2020-12-30T00:43:12.498Z] using credential edgex-jenkins-ssh [2020-12-30T00:43:12.556Z] Cloning the remote Git repository [2020-12-30T00:43:12.533Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:12.598Z] > git init /w/workspace/edgex-go/30 # timeout=10 [2020-12-30T00:43:12.627Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:12.627Z] > git --version # timeout=10 [2020-12-30T00:43:12.646Z] > git --version # 'git version 2.17.1' [2020-12-30T00:43:12.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:12.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:43:20.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:43:35.409Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-30T00:43:35.629Z] Merge succeeded, producing ffc013c42e6b6a498beb987ea1d4e39a2660dbcb [2020-12-30T00:43:35.630Z] Checking out Revision ffc013c42e6b6a498beb987ea1d4e39a2660dbcb (PR-2858) [2020-12-30T00:43:34.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:43:34.810Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:43:34.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:43:34.830Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:34.830Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:34.834Z] > 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 [2020-12-30T00:43:35.413Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:43:35.417Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-30T00:43:35.492Z] > git remote # timeout=10 [2020-12-30T00:43:35.499Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:43:35.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:35.509Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:43:35.619Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:43:35.627Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:43:35.631Z] > git checkout -f ffc013c42e6b6a498beb987ea1d4e39a2660dbcb # timeout=10 [2020-12-30T00:43:39.363Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:43:39.372Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:43:40.423Z] + echo snap-build.sh [2020-12-30T00:43:40.424Z] snap-build.sh [2020-12-30T00:43:40.424Z] + SNAP_BASE_DIR=. [2020-12-30T00:43:40.424Z] + '[' '!' -z /w/workspace/edgex-go/30 ']' [2020-12-30T00:43:40.424Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/30 [2020-12-30T00:43:40.424Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/30]' [2020-12-30T00:43:40.424Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/30] [2020-12-30T00:43:40.424Z] + cd /w/workspace/edgex-go/30 [2020-12-30T00:43:40.424Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-30T00:43:40.424Z] Reading package lists... [2020-12-30T00:43:40.424Z] Building dependency tree... [2020-12-30T00:43:40.424Z] Reading state information... [2020-12-30T00:43:40.686Z] The following packages were automatically installed and are no longer required: [2020-12-30T00:43:40.686Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-30T00:43:40.686Z] uidmap xdelta3 [2020-12-30T00:43:40.686Z] Use 'sudo apt autoremove' to remove them. [2020-12-30T00:43:40.686Z] The following packages will be REMOVED: [2020-12-30T00:43:40.686Z] lxd* lxd-client* [2020-12-30T00:43:39.364Z] > git rev-list --no-walk 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 # timeout=10 [2020-12-30T00:43:41.260Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-30T00:43:41.260Z] After this operation, 31.7 MB disk space will be freed. [2020-12-30T00:43:42.060Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-30T00:43:42.060Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:43.005Z] Removing lxd dnsmasq configuration [2020-12-30T00:43:43.005Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:43.005Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-30T00:43:43.949Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-30T00:43:43.949Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-30T00:43:43.949Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:43:45.340Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-30T00:43:45.340Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-30T00:43:46.740Z] + sudo snap remove --purge lxd [2020-12-30T00:43:46.740Z] snap "lxd" is not installed [2020-12-30T00:43:46.740Z] + sudo groupadd --force --system lxd [2020-12-30T00:43:46.740Z] ++ whoami [2020-12-30T00:43:46.740Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-30T00:43:46.740Z] + newgrp - lxd [2020-12-30T00:43:47.002Z] + sudo snap install lxd [2020-12-30T00:43:47.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:43:49.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:43:55.153Z] 2020-12-30T00:43:52Z INFO Waiting for automatic snapd restart... [2020-12-30T00:43:55.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:43:56.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:44:03.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:44:07.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:44:13.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:44:17.151Z] lxd 4.9 from Canonical* installed [2020-12-30T00:44:17.151Z] + sudo lxd init --auto [2020-12-30T00:44:18.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:44:22.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:44:23.741Z] + sudo snap install --classic snapcraft [2020-12-30T00:44:28.292Z] 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 [2020-12-30T00:44:31.892Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:44:31.892Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-30T00:44:31.892Z] + patch --verbose -p1 [2020-12-30T00:44:31.892Z] Hmm... Looks like a unified diff to me... [2020-12-30T00:44:31.892Z] The text leading up to this was: [2020-12-30T00:44:31.892Z] -------------------------- [2020-12-30T00:44:31.892Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-30T00:44:31.892Z] |From: Tony Espy [2020-12-30T00:44:31.892Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-30T00:44:31.892Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-30T00:44:31.892Z] | [2020-12-30T00:44:31.892Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-30T00:44:31.893Z] |optimize the snap CI check run for pull requests. When [2020-12-30T00:44:31.893Z] |applied, it essentially strips out everything (apps and [2020-12-30T00:44:31.893Z] |parts) from the snapcraft.yaml file except those required [2020-12-30T00:44:31.893Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-30T00:44:31.893Z] |catch changes to edgex-go that break the snap build. [2020-12-30T00:44:31.893Z] | [2020-12-30T00:44:31.893Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-30T00:44:31.893Z] |to update this patch file, otherwise it may fail to apply, [2020-12-30T00:44:31.893Z] |resulting in a failed snap build CI check in the associated [2020-12-30T00:44:31.893Z] |pull request. [2020-12-30T00:44:31.893Z] | [2020-12-30T00:44:31.893Z] |Note - in addition to applying this patch, the pipeline also [2020-12-30T00:44:31.893Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-30T00:44:31.893Z] |need to build the finally binary .snap file (and it won't [2020-12-30T00:44:31.893Z] |work with the patch applied). This further reduces the build [2020-12-30T00:44:31.893Z] |time. [2020-12-30T00:44:31.893Z] |--- [2020-12-30T00:44:31.893Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-30T00:44:31.893Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-30T00:44:31.893Z] | [2020-12-30T00:44:31.893Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-30T00:44:31.893Z] |index 1e537489..faf42425 100644 [2020-12-30T00:44:31.893Z] |--- a/snap/snapcraft.yaml [2020-12-30T00:44:31.893Z] |+++ b/snap/snapcraft.yaml [2020-12-30T00:44:31.893Z] -------------------------- [2020-12-30T00:44:31.893Z] patching file snap/snapcraft.yaml [2020-12-30T00:44:31.893Z] Using Plan A... [2020-12-30T00:44:31.893Z] Hunk #1 succeeded at 73. [2020-12-30T00:44:31.893Z] Hunk #2 succeeded at 202. [2020-12-30T00:44:31.893Z] Hunk #3 succeeded at 214. [2020-12-30T00:44:31.893Z] Hunk #4 FAILED at 222. [2020-12-30T00:44:31.893Z] Hunk #5 succeeded at 300 (offset 1 line). [2020-12-30T00:44:31.893Z] Hunk #6 succeeded at 327 (offset 1 line). [2020-12-30T00:44:31.893Z] Hunk #7 succeeded at 361 (offset 1 line). [2020-12-30T00:44:31.893Z] Hunk #8 FAILED at 411. [2020-12-30T00:44:31.893Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-30T00:44:31.893Z] Hmm... Ignoring the trailing garbage. [2020-12-30T00:44:31.893Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-30T00:44:32.682Z] Failed in branch amd64 [Pipeline] } [2020-12-30T00:44:33.713Z] $ docker stop --time=1 ef4ebdff0d91821a8ad00e26dba3e19a39c5b505e90e35cc1b6b5f3e865ce099 [2020-12-30T00:44:36.443Z] $ docker rm -f ef4ebdff0d91821a8ad00e26dba3e19a39c5b505e90e35cc1b6b5f3e865ce099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:44:38.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:44:38.831Z] [2020-12-30T00:44:38.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:44:39.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:44:39.488Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-30T00:44:39.488Z] 29e5d40040c1: Pulling fs layer [2020-12-30T00:44:39.488Z] 1ce36da41761: Pulling fs layer [2020-12-30T00:44:39.488Z] 25b303627fd3: Pulling fs layer [2020-12-30T00:44:40.082Z] 29e5d40040c1: Verifying Checksum [2020-12-30T00:44:40.083Z] 29e5d40040c1: Download complete [2020-12-30T00:44:40.681Z] 1ce36da41761: Verifying Checksum [2020-12-30T00:44:40.681Z] 1ce36da41761: Download complete [2020-12-30T00:44:40.957Z] 29e5d40040c1: Pull complete [2020-12-30T00:44:42.395Z] 1ce36da41761: Pull complete [2020-12-30T00:44:42.395Z] 25b303627fd3: Verifying Checksum [2020-12-30T00:44:42.395Z] 25b303627fd3: Download complete [2020-12-30T00:44:52.559Z] 25b303627fd3: Pull complete [2020-12-30T00:44:52.833Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-30T00:44:52.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:44:52.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-30T00:44:53.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-17702 does not seem to be running inside a container [2020-12-30T00:44:53.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:44:57.144Z] $ docker top fbcf0548c1cd90894bd9283d9d23adc556e24066b1299312941eadfe6bbbc33b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:44:58.310Z] + grep parallel [2020-12-30T00:44:58.310Z] + docker-compose build --help [2020-12-30T00:45:05.030Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:45:05.050Z] $ docker stop --time=1 fbcf0548c1cd90894bd9283d9d23adc556e24066b1299312941eadfe6bbbc33b [2020-12-30T00:45:07.133Z] $ docker rm -f fbcf0548c1cd90894bd9283d9d23adc556e24066b1299312941eadfe6bbbc33b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:45:08.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:45:08.002Z] . [Pipeline] withDockerContainer [2020-12-30T00:45:08.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-17702 does not seem to be running inside a container [2020-12-30T00:45:08.407Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:45:10.034Z] $ docker top 7749ffb2e6dc5c2cd2d445639b4312fe546a79c363496ca9c1fd7da914c65c7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:45:11.164Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:45:17.942Z] Building docker-core-command-go ... [2020-12-30T00:45:17.942Z] Building docker-core-data-go ... [2020-12-30T00:45:17.942Z] Building docker-core-metadata-go ... [2020-12-30T00:45:17.942Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:45:17.942Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:45:17.942Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:45:17.942Z] Building docker-support-notifications-go ... [2020-12-30T00:45:17.942Z] Building docker-support-scheduler-go ... [2020-12-30T00:45:17.942Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:45:17.942Z] Building docker-security-secretstore-setup-go [2020-12-30T00:45:17.942Z] Building docker-security-proxy-setup-go [2020-12-30T00:45:17.942Z] Building docker-core-metadata-go [2020-12-30T00:45:17.942Z] Building docker-support-notifications-go [2020-12-30T00:45:17.942Z] Building docker-support-scheduler-go [2020-12-30T00:46:39.769Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:39.769Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:39.769Z] ---> f25968d86a71 [2020-12-30T00:46:39.769Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:46:39.769Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:39.769Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:39.769Z] ---> f25968d86a71 [2020-12-30T00:46:39.769Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:46:39.769Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:39.769Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:39.769Z] ---> f25968d86a71 [2020-12-30T00:46:39.769Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:46:39.769Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:39.769Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:39.769Z] ---> f25968d86a71 [2020-12-30T00:46:39.769Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:46:39.769Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:39.769Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:39.769Z] ---> f25968d86a71 [2020-12-30T00:46:39.769Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:46:39.769Z] ---> Running in 8daf2c82bd00 [2020-12-30T00:46:39.769Z] ---> Running in e2f3063d58e6 [2020-12-30T00:46:39.769Z] ---> Running in e243a7ef786e [2020-12-30T00:46:39.769Z] ---> Running in 35fce97e4c62 [2020-12-30T00:46:39.769Z] ---> Running in a7eaea96c1d3 [2020-12-30T00:46:39.769Z] Removing intermediate container e2f3063d58e6 [2020-12-30T00:46:39.769Z] ---> 3b2b8ac713d6 [2020-12-30T00:46:39.769Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container a7eaea96c1d3 [2020-12-30T00:46:39.769Z] [2020-12-30T00:46:39.769Z] ---> a9af43f706a7 [2020-12-30T00:46:39.769Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:39.769Z] Removing intermediate container 35fce97e4c62 [2020-12-30T00:46:39.769Z] ---> 606cfde4cf81 [2020-12-30T00:46:39.769Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:39.769Z] Removing intermediate container e243a7ef786e [2020-12-30T00:46:39.769Z] ---> a5915718423d [2020-12-30T00:46:39.769Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:39.769Z] Removing intermediate container 8daf2c82bd00 [2020-12-30T00:46:39.769Z] ---> 8aa5839e6a4d [2020-12-30T00:46:39.769Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:39.769Z] ---> Running in e4e439a8251e [2020-12-30T00:46:39.769Z] ---> Running in 454f7aed4a21 [2020-12-30T00:46:39.769Z] ---> Running in 1f46955ba1d9 [2020-12-30T00:46:39.769Z] ---> Running in 84c5b8a519af [2020-12-30T00:46:39.769Z] ---> Running in 8cf7fe98dc59 [2020-12-30T00:46:39.769Z] Removing intermediate container e4e439a8251e [2020-12-30T00:46:39.769Z] ---> ea9e9319e4da [2020-12-30T00:46:39.769Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:46:39.769Z] ---> Running in 493c615abef8 [2020-12-30T00:46:39.769Z] Removing intermediate container 454f7aed4a21 [2020-12-30T00:46:39.769Z] ---> 0c65325036aa [2020-12-30T00:46:39.769Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:46:39.769Z] Removing intermediate container 1f46955ba1d9 [2020-12-30T00:46:39.769Z] ---> 79689541fa82 [2020-12-30T00:46:39.769Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:46:39.769Z] ---> Running in 9e8280300611 [2020-12-30T00:46:39.769Z] ---> Running in 680684bd0aaf [2020-12-30T00:46:39.769Z] Removing intermediate container 84c5b8a519af [2020-12-30T00:46:39.769Z] ---> bca510466d6e [2020-12-30T00:46:39.769Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:46:39.769Z] Removing intermediate container 8cf7fe98dc59 [2020-12-30T00:46:39.769Z] ---> e8bf725145f3 [2020-12-30T00:46:39.769Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:46:39.769Z] ---> Running in c161eee35d96 [2020-12-30T00:46:39.769Z] ---> Running in ede19ba08b37 [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:39.769Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:39.769Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:39.770Z] OK: 12620 distinct packages available [2020-12-30T00:46:39.770Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:39.770Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:39.770Z] OK: 12620 distinct packages available [2020-12-30T00:46:40.371Z] OK: 217 MiB in 51 packages [2020-12-30T00:46:40.371Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:40.371Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:40.371Z] OK: 12620 distinct packages available [2020-12-30T00:46:40.650Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:40.650Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:40.650Z] OK: 12620 distinct packages available [2020-12-30T00:46:40.930Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:40.930Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:40.930Z] OK: 12620 distinct packages available [2020-12-30T00:46:40.930Z] OK: 217 MiB in 51 packages [2020-12-30T00:46:41.211Z] OK: 217 MiB in 51 packages [2020-12-30T00:46:41.815Z] OK: 217 MiB in 51 packages [2020-12-30T00:46:41.815Z] OK: 217 MiB in 51 packages [2020-12-30T00:46:42.800Z] Removing intermediate container 493c615abef8 [2020-12-30T00:46:42.800Z] ---> 7781bb7497f1 [2020-12-30T00:46:42.800Z] Step 6/24 : COPY go.mod . [2020-12-30T00:46:42.800Z] Removing intermediate container 9e8280300611 [2020-12-30T00:46:42.800Z] ---> ffe522b3440c [2020-12-30T00:46:42.800Z] Step 6/21 : COPY go.mod . [2020-12-30T00:46:43.402Z] Removing intermediate container 680684bd0aaf [2020-12-30T00:46:43.402Z] ---> fe9df87650c4 [2020-12-30T00:46:43.402Z] Step 6/24 : COPY go.mod . [2020-12-30T00:46:43.677Z] Removing intermediate container ede19ba08b37 [2020-12-30T00:46:43.677Z] ---> 009ffdab053c [2020-12-30T00:46:43.677Z] Step 6/22 : COPY go.mod . [2020-12-30T00:46:43.956Z] ---> 8a829694cb3f [2020-12-30T00:46:43.956Z] Step 7/21 : RUN go mod download [2020-12-30T00:46:43.956Z] Removing intermediate container c161eee35d96 [2020-12-30T00:46:43.956Z] ---> 7536d0df53ae [2020-12-30T00:46:43.956Z] Step 6/21 : COPY go.mod . [2020-12-30T00:46:43.956Z] ---> 1ce665710f80 [2020-12-30T00:46:43.956Z] Step 7/24 : RUN go mod download [2020-12-30T00:46:43.956Z] ---> Running in 54b6dafd2c8b [2020-12-30T00:46:44.230Z] ---> Running in 9d00d70949e4 [2020-12-30T00:46:44.505Z] ---> 15fe8f94b004 [2020-12-30T00:46:44.505Z] Step 7/24 : RUN go mod download [2020-12-30T00:46:44.795Z] ---> Running in 1f9e6971320f [2020-12-30T00:46:44.795Z] ---> 5bd5d3abb977 [2020-12-30T00:46:44.795Z] Step 7/22 : RUN go mod download [2020-12-30T00:46:45.075Z] ---> e61a2b5692ee [2020-12-30T00:46:45.075Z] Step 7/21 : RUN go mod download [2020-12-30T00:46:45.355Z] ---> Running in aa3e2a2c904b [2020-12-30T00:46:45.634Z] ---> Running in 6af0d9b15d26 [2020-12-30T00:46:49.037Z] Removing intermediate container 54b6dafd2c8b [2020-12-30T00:46:49.037Z] ---> 5ce425db92e7 [2020-12-30T00:46:49.037Z] Step 8/21 : COPY . . [2020-12-30T00:46:49.323Z] Removing intermediate container 9d00d70949e4 [2020-12-30T00:46:49.323Z] ---> 5bbc965ff79e [2020-12-30T00:46:49.323Z] Step 8/24 : COPY . . [2020-12-30T00:46:49.928Z] Removing intermediate container 1f9e6971320f [2020-12-30T00:46:49.928Z] ---> d709ac9137e6 [2020-12-30T00:46:49.928Z] Step 8/24 : COPY . . [2020-12-30T00:46:50.940Z] Removing intermediate container aa3e2a2c904b [2020-12-30T00:46:50.940Z] ---> dc9bc51cc746 [2020-12-30T00:46:50.940Z] Step 8/22 : COPY . . [2020-12-30T00:46:51.236Z] Removing intermediate container 6af0d9b15d26 [2020-12-30T00:46:51.236Z] ---> 70f336d59720 [2020-12-30T00:46:51.236Z] Step 8/21 : COPY . . [2020-12-30T00:47:18.065Z] ---> b4a624cb2498 [2020-12-30T00:47:18.065Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:47:18.065Z] ---> 7b5d6c36a842 [2020-12-30T00:47:18.065Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:47:18.065Z] ---> 43bbd4c8806e [2020-12-30T00:47:18.065Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:47:18.065Z] ---> Running in c6de98162677 [2020-12-30T00:47:18.065Z] ---> 0ce1919bd866 [2020-12-30T00:47:18.065Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:47:18.065Z] ---> 1b81e9c77d6e [2020-12-30T00:47:18.065Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:47:18.065Z] ---> Running in 4bef39bc71e7 [2020-12-30T00:47:18.065Z] ---> Running in 05f3c0b9f90b [2020-12-30T00:47:18.065Z] ---> Running in ecb3d38e1526 [2020-12-30T00:47:18.065Z] ---> Running in 44211d08995b [2020-12-30T00:47:18.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:47:18.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:47:19.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:47:19.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:47:19.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:48:56.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:48:56.335Z] 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 [2020-12-30T00:49:06.550Z] Removing intermediate container 4bef39bc71e7 [2020-12-30T00:49:06.550Z] ---> 953008a38a32 [2020-12-30T00:49:06.550Z] [2020-12-30T00:49:06.550Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:49:06.550Z] 3.10: Pulling from library/alpine [2020-12-30T00:49:07.583Z] Removing intermediate container c6de98162677 [2020-12-30T00:49:07.583Z] ---> 7ccabe1385d5 [2020-12-30T00:49:07.583Z] [2020-12-30T00:49:07.583Z] Step 10/24 : FROM scratch [2020-12-30T00:49:07.583Z] ---> [2020-12-30T00:49:07.583Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:49:07.583Z] Removing intermediate container 44211d08995b [2020-12-30T00:49:07.583Z] ---> 4f96a16e0b8d [2020-12-30T00:49:07.583Z] [2020-12-30T00:49:07.583Z] Step 10/21 : FROM alpine [2020-12-30T00:49:07.583Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:49:07.583Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:49:07.583Z] ---> 536a684cf733 [2020-12-30T00:49:07.583Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:49:07.583Z] latest: Pulling from library/alpine [2020-12-30T00:49:08.208Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:49:08.209Z] ---> Running in 00facfccc31a [2020-12-30T00:49:08.209Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:49:08.209Z] ---> afeebe901d6b [2020-12-30T00:49:08.209Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:49:08.486Z] ---> Running in 4ae2a72c04d8 [2020-12-30T00:49:08.781Z] ---> Running in e29edf374b52 [2020-12-30T00:49:09.066Z] Removing intermediate container 05f3c0b9f90b [2020-12-30T00:49:09.066Z] ---> 26dfa0acb5e8 [2020-12-30T00:49:09.066Z] [2020-12-30T00:49:09.066Z] Step 10/21 : FROM scratch [2020-12-30T00:49:09.066Z] ---> [2020-12-30T00:49:09.066Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:49:09.361Z] Removing intermediate container 00facfccc31a [2020-12-30T00:49:09.361Z] ---> cc5d0af1a5b7 [2020-12-30T00:49:09.361Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:49:09.657Z] ---> Running in 68f5359ecf2d [2020-12-30T00:49:09.657Z] ---> Running in 4fe49eff3102 [2020-12-30T00:49:11.127Z] Removing intermediate container 68f5359ecf2d [2020-12-30T00:49:11.127Z] ---> bc6b73401f0b [2020-12-30T00:49:11.127Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:49:11.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:11.127Z] Removing intermediate container 4fe49eff3102 [2020-12-30T00:49:11.127Z] ---> b3688c3bb160 [2020-12-30T00:49:11.127Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:49:11.127Z] ---> Running in e4c0d00e953a [2020-12-30T00:49:11.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:11.127Z] ---> Running in 1d353ce83244 [2020-12-30T00:49:11.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:11.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:11.695Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:49:11.695Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:49:11.695Z] OK: 10171 distinct packages available [2020-12-30T00:49:11.695Z] Removing intermediate container e4c0d00e953a [2020-12-30T00:49:11.695Z] ---> 7e73218e257f [2020-12-30T00:49:11.695Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:49:11.971Z] Removing intermediate container 1d353ce83244 [2020-12-30T00:49:11.971Z] ---> 79359c819241 [2020-12-30T00:49:11.971Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:49:11.971Z] ---> Running in 1a1ea5d01c6a [2020-12-30T00:49:12.250Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:49:12.250Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:49:12.250Z] OK: 12615 distinct packages available [2020-12-30T00:49:12.526Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:49:12.526Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:49:12.526Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:49:12.526Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:49:12.526Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:49:12.801Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:49:12.801Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:49:13.082Z] OK: 7 MiB in 19 packages [2020-12-30T00:49:13.082Z] Removing intermediate container 1a1ea5d01c6a [2020-12-30T00:49:13.082Z] ---> 7cfe661c873c [2020-12-30T00:49:13.082Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:49:13.366Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:49:13.366Z] ---> 088b2349a8bd [2020-12-30T00:49:13.366Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:49:13.366Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:49:13.366Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:49:13.641Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:49:13.641Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:49:13.641Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:49:13.929Z] OK: 7 MiB in 18 packages [2020-12-30T00:49:14.544Z] ---> d6ff48b530c1 [2020-12-30T00:49:14.544Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:49:16.538Z] ---> 00dbe5c369f6 [2020-12-30T00:49:16.538Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:49:16.819Z] Removing intermediate container 4ae2a72c04d8 [2020-12-30T00:49:16.819Z] ---> 5c2f83839aa0 [2020-12-30T00:49:16.819Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:49:16.819Z] Removing intermediate container e29edf374b52 [2020-12-30T00:49:16.819Z] ---> 010656f5e4d1 [2020-12-30T00:49:16.819Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:49:16.819Z] ---> 3edbff3d06ad [2020-12-30T00:49:16.819Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:17.102Z] ---> Running in 608a346485bd [2020-12-30T00:49:17.102Z] ---> Running in 94189c1e31d7 [2020-12-30T00:49:18.089Z] Removing intermediate container 608a346485bd [2020-12-30T00:49:18.089Z] ---> 162a39a41105 [2020-12-30T00:49:18.089Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:49:18.689Z] ---> 73c9704abaf3 [2020-12-30T00:49:18.689Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:49:18.689Z] ---> Running in 919603e5760d [2020-12-30T00:49:18.689Z] ---> b28ca14ae913 [2020-12-30T00:49:18.689Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:49:18.968Z] Removing intermediate container 94189c1e31d7 [2020-12-30T00:49:18.968Z] ---> 0304caba2a50 [2020-12-30T00:49:18.968Z] Step 13/24 : WORKDIR / [2020-12-30T00:49:18.968Z] ---> Running in 113571d0d52f [2020-12-30T00:49:19.252Z] ---> Running in 601f8300fd64 [2020-12-30T00:49:19.858Z] Removing intermediate container 919603e5760d [2020-12-30T00:49:19.858Z] ---> 42af947e7707 [2020-12-30T00:49:19.858Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:49:20.131Z] ---> a58a60c591c0 [2020-12-30T00:49:20.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:49:20.131Z] Removing intermediate container 113571d0d52f [2020-12-30T00:49:20.131Z] ---> f598bde8599c [2020-12-30T00:49:20.131Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:49:20.409Z] ---> Running in 8fe1611b3793 [2020-12-30T00:49:20.409Z] Removing intermediate container 601f8300fd64 [2020-12-30T00:49:20.409Z] ---> cd80055b370b [2020-12-30T00:49:20.409Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:49:20.682Z] ---> 6d9f47a3a902 [2020-12-30T00:49:20.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:49:20.959Z] Removing intermediate container ecb3d38e1526 [2020-12-30T00:49:20.959Z] ---> 9f54824231ac [2020-12-30T00:49:20.959Z] [2020-12-30T00:49:20.959Z] Step 10/22 : FROM scratch [2020-12-30T00:49:20.959Z] ---> [2020-12-30T00:49:20.959Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:49:20.959Z] ---> Using cache [2020-12-30T00:49:20.959Z] ---> bc6b73401f0b [2020-12-30T00:49:20.959Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:49:21.239Z] ---> Running in ff8ce894fd12 [2020-12-30T00:49:21.521Z] Removing intermediate container 8fe1611b3793 [2020-12-30T00:49:21.521Z] ---> f57fc69684f7 [2020-12-30T00:49:21.521Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:49:22.151Z] ---> d2aed624154f [2020-12-30T00:49:22.151Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:49:22.450Z] ---> Running in 42a356324a43 [2020-12-30T00:49:22.450Z] Removing intermediate container ff8ce894fd12 [2020-12-30T00:49:22.450Z] ---> d56266da9c24 [2020-12-30T00:49:22.450Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:49:22.450Z] ---> ebc1886273d4 [2020-12-30T00:49:22.450Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:22.450Z] ---> 5938c3cb78a3 [2020-12-30T00:49:22.450Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:49:23.150Z] ---> Running in 9f7ee3e7cd08 [2020-12-30T00:49:23.150Z] Removing intermediate container 42a356324a43 [2020-12-30T00:49:23.150Z] ---> bc82c44e0518 [2020-12-30T00:49:23.150Z] Step 20/21 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:49:23.769Z] ---> Running in ec3ed0a43fc5 [2020-12-30T00:49:23.769Z] ---> d5bcafd7f49b [2020-12-30T00:49:23.769Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:24.055Z] Removing intermediate container 9f7ee3e7cd08 [2020-12-30T00:49:24.055Z] ---> ed6d195932a0 [2020-12-30T00:49:24.055Z] Step 14/22 : WORKDIR / [2020-12-30T00:49:24.055Z] ---> 5f490ae50ebe [2020-12-30T00:49:24.055Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:49:24.336Z] ---> Running in 80b015f805cc [2020-12-30T00:49:24.336Z] ---> Running in 9babcfc1fa50 [2020-12-30T00:49:24.614Z] Removing intermediate container ec3ed0a43fc5 [2020-12-30T00:49:24.615Z] ---> 93a8bb08c534 [2020-12-30T00:49:24.615Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:49:24.887Z] ---> 7693701c6f27 [2020-12-30T00:49:24.887Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:49:25.164Z] ---> Running in 32784516a6a4 [2020-12-30T00:49:25.164Z] ---> Running in 0e3668904469 [2020-12-30T00:49:25.447Z] Removing intermediate container 80b015f805cc [2020-12-30T00:49:25.447Z] ---> a83dc1d91f8e [2020-12-30T00:49:25.447Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:49:25.447Z] ---> c8c0c674bbac [2020-12-30T00:49:25.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:49:25.447Z] Removing intermediate container 9babcfc1fa50 [2020-12-30T00:49:25.447Z] ---> 3e839189fb01 [2020-12-30T00:49:25.447Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:49:25.723Z] ---> Running in 11eaee6ad9cf [2020-12-30T00:49:25.997Z] Removing intermediate container 32784516a6a4 [2020-12-30T00:49:25.997Z] ---> 6e8cb5add814 [2020-12-30T00:49:25.997Z] [2020-12-30T00:49:26.274Z] Removing intermediate container 0e3668904469 [2020-12-30T00:49:26.274Z] ---> 65f25e8a562e [2020-12-30T00:49:26.274Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:49:26.553Z] Successfully built 6e8cb5add814 [2020-12-30T00:49:26.553Z] ---> Running in 8a7683e349ee [2020-12-30T00:49:26.553Z] ---> 9c7fa5844769 [2020-12-30T00:49:26.553Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:49:26.826Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-30T00:49:26.826Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-12-30T00:49:26.826Z] Removing intermediate container 11eaee6ad9cf [2020-12-30T00:49:26.826Z] ---> 8a867100511d [2020-12-30T00:49:26.826Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:49:26.826Z] ---> 3c7667cee8cc [2020-12-30T00:49:26.826Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:49:27.098Z] ---> Running in ae2d1031c1d9 [2020-12-30T00:49:27.098Z] Removing intermediate container 8a7683e349ee [2020-12-30T00:49:27.098Z] ---> fb4bdcc49112 [2020-12-30T00:49:27.098Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:49:27.694Z] ---> Running in 5e3bc133cebd [2020-12-30T00:49:27.694Z] Removing intermediate container ae2d1031c1d9 [2020-12-30T00:49:27.694Z] ---> bf0f3aaf091b [2020-12-30T00:49:27.694Z] Step 23/24 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:49:28.299Z] ---> Running in f98a17a27429 [2020-12-30T00:49:28.299Z] Removing intermediate container 5e3bc133cebd [2020-12-30T00:49:28.299Z] ---> c3f63fb015d4 [2020-12-30T00:49:28.299Z] Step 20/21 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:49:30.960Z] ---> f43e91dba834 [2020-12-30T00:49:30.960Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:30.960Z] ---> Running in 722316fde31e [2020-12-30T00:49:31.246Z] Removing intermediate container f98a17a27429 [2020-12-30T00:49:31.246Z] ---> 7d533e937aef [2020-12-30T00:49:31.246Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:49:31.522Z] ---> c3ba4a8e2326 [2020-12-30T00:49:31.522Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:49:32.513Z] ---> Running in 42eb0ff4a98d [2020-12-30T00:49:32.513Z] Removing intermediate container 722316fde31e [2020-12-30T00:49:32.513Z] ---> 1f64aa4e0539 [2020-12-30T00:49:32.513Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:49:32.794Z] ---> bd1225922a8b [2020-12-30T00:49:33.070Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:49:33.070Z] ---> 95a6cd2d1c65 [2020-12-30T00:49:33.070Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:49:33.345Z] ---> Running in bd6361fc3f1e [2020-12-30T00:49:33.345Z] ---> Running in 74b54323df33 [2020-12-30T00:49:33.345Z] ---> Running in 02426a8022da [2020-12-30T00:49:33.345Z] Removing intermediate container 42eb0ff4a98d [2020-12-30T00:49:33.345Z] ---> 93c117f7b730 [2020-12-30T00:49:33.345Z] [2020-12-30T00:49:34.346Z] Successfully built 93c117f7b730 [2020-12-30T00:49:34.346Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-30T00:49:34.346Z] Removing intermediate container bd6361fc3f1e [2020-12-30T00:49:34.346Z] ---> 653871c1d35c [2020-12-30T00:49:34.346Z] [2020-12-30T00:49:34.346Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-12-30T00:49:34.624Z] Removing intermediate container 02426a8022da [2020-12-30T00:49:34.624Z] ---> e759b1cc83a7 [2020-12-30T00:49:34.624Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:49:34.900Z] ---> Running in 0d45b92da37f [2020-12-30T00:49:34.900Z] Successfully built 653871c1d35c [2020-12-30T00:49:34.900Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-30T00:49:34.900Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-12-30T00:49:35.505Z] Removing intermediate container 0d45b92da37f [2020-12-30T00:49:35.505Z] ---> f597afecc8a1 [2020-12-30T00:49:35.505Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:49:36.104Z] ---> Running in ab871f287289 [2020-12-30T00:49:36.700Z] Removing intermediate container ab871f287289 [2020-12-30T00:49:36.700Z] ---> f1958f0a390b [2020-12-30T00:49:36.700Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:49:36.700Z] Removing intermediate container 74b54323df33 [2020-12-30T00:49:36.700Z] ---> ebb36ebe5cca [2020-12-30T00:49:36.700Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:49:36.700Z] ---> Running in c8fa8e0933a3 [2020-12-30T00:49:36.972Z] ---> Running in 0a9a34102c0c [2020-12-30T00:49:37.247Z] Removing intermediate container c8fa8e0933a3 [2020-12-30T00:49:37.247Z] ---> 873002a0fd69 [2020-12-30T00:49:37.247Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:49:37.522Z] Removing intermediate container 0a9a34102c0c [2020-12-30T00:49:37.522Z] ---> 0b23b18094af [2020-12-30T00:49:37.522Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:49:37.522Z] ---> Running in b8192c0f3365 [2020-12-30T00:49:37.792Z] ---> Running in 510dd62f0ab0 [2020-12-30T00:49:38.779Z] Removing intermediate container b8192c0f3365 [2020-12-30T00:49:38.779Z] ---> da8b200d81be [2020-12-30T00:49:38.779Z] [2020-12-30T00:49:39.389Z] Successfully built da8b200d81be [2020-12-30T00:49:39.389Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-30T00:49:39.389Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-12-30T00:49:39.389Z] Removing intermediate container 510dd62f0ab0 [2020-12-30T00:49:39.389Z] ---> c185b280b4ca [2020-12-30T00:49:39.389Z] Step 23/24 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:49:39.991Z] ---> Running in 6c07bcb71850 [2020-12-30T00:49:40.583Z] Removing intermediate container 6c07bcb71850 [2020-12-30T00:49:40.583Z] ---> 8742ccc550ef [2020-12-30T00:49:40.583Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:49:40.855Z] ---> Running in 272f18b22106 [2020-12-30T00:49:41.454Z] Removing intermediate container 272f18b22106 [2020-12-30T00:49:41.454Z] ---> 28e5aa1df15a [2020-12-30T00:49:41.454Z] [2020-12-30T00:49:42.140Z] Successfully built 28e5aa1df15a [2020-12-30T00:49:42.140Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-30T00:50:14.457Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:50:14.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:50:14.457Z] ---> f25968d86a71 [2020-12-30T00:50:14.457Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:50:14.457Z] ---> Using cache [2020-12-30T00:50:14.457Z] ---> 8aa5839e6a4d [2020-12-30T00:50:14.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:50:14.457Z] ---> Using cache [2020-12-30T00:50:14.457Z] ---> e8bf725145f3 [2020-12-30T00:50:14.457Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:50:14.457Z] ---> Using cache [2020-12-30T00:50:14.457Z] ---> 7536d0df53ae [2020-12-30T00:50:14.457Z] Step 6/22 : COPY go.mod . [2020-12-30T00:50:14.457Z] ---> Using cache [2020-12-30T00:50:14.457Z] ---> e61a2b5692ee [2020-12-30T00:50:14.457Z] Step 7/22 : RUN go mod download [2020-12-30T00:50:14.457Z] ---> Using cache [2020-12-30T00:50:14.457Z] ---> 70f336d59720 [2020-12-30T00:50:14.458Z] Step 8/22 : COPY . . [2020-12-30T00:50:14.458Z] ---> Using cache [2020-12-30T00:50:14.458Z] ---> 0ce1919bd866 [2020-12-30T00:50:14.458Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:50:22.804Z] ---> Running in fab5e836012f [2020-12-30T00:50:23.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:50:23.358Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:50:23.358Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:50:23.358Z] ---> f25968d86a71 [2020-12-30T00:50:23.358Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> 8aa5839e6a4d [2020-12-30T00:50:23.358Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> e8bf725145f3 [2020-12-30T00:50:23.358Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:50:23.358Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:50:23.358Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:50:23.358Z] ---> f25968d86a71 [2020-12-30T00:50:23.358Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> 8aa5839e6a4d [2020-12-30T00:50:23.358Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> e8bf725145f3 [2020-12-30T00:50:23.358Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> 7536d0df53ae [2020-12-30T00:50:23.358Z] Step 6/22 : COPY go.mod . [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> e61a2b5692ee [2020-12-30T00:50:23.358Z] Step 7/22 : RUN go mod download [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> 70f336d59720 [2020-12-30T00:50:23.358Z] Step 8/22 : COPY . . [2020-12-30T00:50:23.358Z] ---> Using cache [2020-12-30T00:50:23.358Z] ---> 0ce1919bd866 [2020-12-30T00:50:23.358Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:50:24.350Z] ---> Running in e27c53f428a5 [2020-12-30T00:50:24.350Z] ---> Running in 9c884c778c55 [2020-12-30T00:50:24.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:50:24.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:50:24.350Z] ---> f25968d86a71 [2020-12-30T00:50:24.350Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:50:24.350Z] ---> Using cache [2020-12-30T00:50:24.350Z] ---> 8aa5839e6a4d [2020-12-30T00:50:24.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:50:24.350Z] ---> Using cache [2020-12-30T00:50:24.350Z] ---> e8bf725145f3 [2020-12-30T00:50:24.350Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:50:24.350Z] ---> Running in a19ac968f5ad [2020-12-30T00:50:26.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:50:26.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:26.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:27.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:27.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:29.320Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:50:29.320Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:50:29.320Z] OK: 12620 distinct packages available [2020-12-30T00:50:29.320Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:50:29.320Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:50:29.320Z] OK: 12620 distinct packages available [2020-12-30T00:50:29.931Z] OK: 217 MiB in 51 packages [2020-12-30T00:50:29.931Z] OK: 217 MiB in 51 packages [2020-12-30T00:50:32.583Z] Removing intermediate container a19ac968f5ad [2020-12-30T00:50:32.583Z] ---> 2b1588c69667 [2020-12-30T00:50:32.583Z] Step 6/23 : COPY go.mod . [2020-12-30T00:50:32.583Z] Removing intermediate container 9c884c778c55 [2020-12-30T00:50:32.583Z] ---> db5726567fd1 [2020-12-30T00:50:32.583Z] Step 6/27 : COPY go.mod . [2020-12-30T00:50:33.569Z] ---> d4096b87655c [2020-12-30T00:50:33.569Z] Step 7/23 : RUN go mod download [2020-12-30T00:50:33.569Z] ---> ea9ffb96526b [2020-12-30T00:50:33.569Z] Step 7/27 : RUN go mod download [2020-12-30T00:50:33.569Z] ---> Running in 60b0dda8e87d [2020-12-30T00:50:33.846Z] ---> Running in b1c028db89fd [2020-12-30T00:50:39.310Z] Removing intermediate container b1c028db89fd [2020-12-30T00:50:39.310Z] ---> 0917519d7ff6 [2020-12-30T00:50:39.310Z] Step 8/27 : COPY . . [2020-12-30T00:50:39.310Z] Removing intermediate container 60b0dda8e87d [2020-12-30T00:50:39.310Z] ---> 400c5ff82cb1 [2020-12-30T00:50:39.310Z] Step 8/23 : COPY . . [2020-12-30T00:51:11.721Z] ---> debba946e34e [2020-12-30T00:51:11.721Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:51:11.721Z] ---> 66a4309ecc68 [2020-12-30T00:51:11.721Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:51:11.721Z] ---> Running in 825ac930825a [2020-12-30T00:51:11.721Z] ---> Running in 224bbd543a4d [2020-12-30T00:51:11.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:51:11.721Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:51:18.456Z] Removing intermediate container fab5e836012f [2020-12-30T00:51:18.456Z] ---> 87e31c3f0df6 [2020-12-30T00:51:18.456Z] [2020-12-30T00:51:18.456Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:51:18.456Z] ---> 536a684cf733 [2020-12-30T00:51:18.456Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:51:18.456Z] ---> Using cache [2020-12-30T00:51:18.456Z] ---> 5c2f83839aa0 [2020-12-30T00:51:18.456Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:51:18.456Z] ---> Running in aba8670cafb9 [2020-12-30T00:51:19.060Z] Removing intermediate container aba8670cafb9 [2020-12-30T00:51:19.060Z] ---> 412239bf397a [2020-12-30T00:51:19.060Z] Step 13/22 : WORKDIR / [2020-12-30T00:51:19.335Z] ---> Running in ff883f043199 [2020-12-30T00:51:19.943Z] Removing intermediate container ff883f043199 [2020-12-30T00:51:19.943Z] ---> 613ea9429623 [2020-12-30T00:51:19.943Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:51:21.403Z] ---> ed18c7782e03 [2020-12-30T00:51:21.403Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:51:24.299Z] ---> 3bb95204cd01 [2020-12-30T00:51:24.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:51:24.299Z] ---> 7ed098fa3f4a [2020-12-30T00:51:24.299Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:51:25.306Z] ---> ea435ac7327c [2020-12-30T00:51:25.306Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:51:25.691Z] ---> Running in 6970982aeb63 [2020-12-30T00:51:29.229Z] Removing intermediate container 6970982aeb63 [2020-12-30T00:51:29.229Z] ---> 884c25d65187 [2020-12-30T00:51:29.506Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:51:29.506Z] ---> Running in e1cc5c3ee695 [2020-12-30T00:51:30.498Z] Removing intermediate container e1cc5c3ee695 [2020-12-30T00:51:30.498Z] ---> c128993ee58c [2020-12-30T00:51:30.498Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:51:30.793Z] ---> Running in 07364673f7a5 [2020-12-30T00:51:31.803Z] Removing intermediate container 07364673f7a5 [2020-12-30T00:51:31.803Z] ---> c97ba5b2e23a [2020-12-30T00:51:31.803Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:51:32.080Z] ---> Running in 732f40d1dbc9 [2020-12-30T00:51:33.073Z] Removing intermediate container 732f40d1dbc9 [2020-12-30T00:51:33.073Z] ---> 262b7ea88d5e [2020-12-30T00:51:33.073Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:51:33.674Z] ---> Running in a1a2c596204b [2020-12-30T00:51:34.671Z] Removing intermediate container a1a2c596204b [2020-12-30T00:51:34.672Z] ---> 6994e3cd8a89 [2020-12-30T00:51:34.672Z] [2020-12-30T00:51:35.277Z] Successfully built 6994e3cd8a89 [2020-12-30T00:51:35.277Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-30T00:51:35.568Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container e27c53f428a5 [2020-12-30T00:51:35.568Z] ---> e504910cc72f [2020-12-30T00:51:35.568Z] [2020-12-30T00:51:35.568Z] Step 10/22 : FROM scratch [2020-12-30T00:51:35.568Z] ---> [2020-12-30T00:51:35.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:51:35.568Z] ---> Using cache [2020-12-30T00:51:35.568Z] ---> bc6b73401f0b [2020-12-30T00:51:35.568Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:51:35.850Z] ---> Running in 0a180384da07 [2020-12-30T00:51:36.454Z] Removing intermediate container 0a180384da07 [2020-12-30T00:51:36.454Z] ---> dbdc145bdc50 [2020-12-30T00:51:36.454Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:51:36.730Z] ---> Running in 110f69ec38c5 [2020-12-30T00:51:37.343Z] Removing intermediate container 110f69ec38c5 [2020-12-30T00:51:37.343Z] ---> 16993f2bc83d [2020-12-30T00:51:37.343Z] Step 14/22 : WORKDIR / [2020-12-30T00:51:37.343Z] ---> Running in b76a6b98c5df [2020-12-30T00:51:38.342Z] Removing intermediate container b76a6b98c5df [2020-12-30T00:51:38.342Z] ---> b160b4be9d49 [2020-12-30T00:51:38.342Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:51:39.331Z] ---> bfb7cf16f159 [2020-12-30T00:51:39.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:51:41.332Z] ---> dfa99cc1a61f [2020-12-30T00:51:41.332Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:51:42.335Z] ---> 58124ddbed65 [2020-12-30T00:51:42.335Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:51:42.335Z] ---> Running in b7d8cf6421b1 [2020-12-30T00:51:43.327Z] Removing intermediate container b7d8cf6421b1 [2020-12-30T00:51:43.327Z] ---> bbc827be1f50 [2020-12-30T00:51:43.327Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:51:43.327Z] ---> Running in 988a287c3068 [2020-12-30T00:51:43.930Z] Removing intermediate container 988a287c3068 [2020-12-30T00:51:43.930Z] ---> 3f1397639c4b [2020-12-30T00:51:43.930Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:51:44.205Z] ---> Running in 57473b4afa90 [2020-12-30T00:51:44.812Z] Removing intermediate container 57473b4afa90 [2020-12-30T00:51:44.812Z] ---> 9cf1f8a51ee6 [2020-12-30T00:51:44.812Z] Step 21/22 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:51:45.085Z] ---> Running in dfbd5113f0a1 [2020-12-30T00:51:45.701Z] Removing intermediate container dfbd5113f0a1 [2020-12-30T00:51:45.701Z] ---> 2aa086c8095d [2020-12-30T00:51:45.701Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:51:45.990Z] ---> Running in ce87c8da1bbc [2020-12-30T00:51:46.595Z] Removing intermediate container ce87c8da1bbc [2020-12-30T00:51:46.595Z] ---> ddd09775f805 [2020-12-30T00:51:46.595Z] [2020-12-30T00:51:47.209Z] Successfully built ddd09775f805 [2020-12-30T00:51:47.209Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-30T00:52:14.087Z]  Building docker-core-command-go ... done Removing intermediate container 825ac930825a [2020-12-30T00:52:14.087Z] ---> b1cf7dff9fcf [2020-12-30T00:52:14.087Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:52:14.087Z] ---> Running in 579d4bc83fe0 [2020-12-30T00:52:15.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:52:18.924Z] Removing intermediate container 579d4bc83fe0 [2020-12-30T00:52:18.924Z] ---> 53bb41ea98a6 [2020-12-30T00:52:18.924Z] [2020-12-30T00:52:18.924Z] Step 11/27 : FROM docker:latest [2020-12-30T00:52:18.924Z] ---> f66387bf908a [2020-12-30T00:52:18.924Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:52:18.924Z] ---> Running in 1d9bc12cf969 [2020-12-30T00:52:20.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:20.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:20.959Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:52:20.959Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:52:20.959Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:52:20.959Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:20.959Z] OK: 12 MiB in 22 packages [2020-12-30T00:52:22.403Z] Removing intermediate container 1d9bc12cf969 [2020-12-30T00:52:22.403Z] ---> 702aec42d1c0 [2020-12-30T00:52:22.403Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:52:22.676Z] ---> Running in e9b6fcd20cca [2020-12-30T00:52:26.068Z] Removing intermediate container e9b6fcd20cca [2020-12-30T00:52:26.068Z] ---> 06671afc6896 [2020-12-30T00:52:26.068Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:52:26.068Z] Removing intermediate container 224bbd543a4d [2020-12-30T00:52:26.068Z] ---> 51f11ba455aa [2020-12-30T00:52:26.068Z] [2020-12-30T00:52:26.068Z] Step 10/23 : FROM alpine [2020-12-30T00:52:26.068Z] ---> afeebe901d6b [2020-12-30T00:52:26.068Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:52:26.068Z] ---> Running in f8ac7310364b [2020-12-30T00:52:26.068Z] ---> Running in b0f40f2be7b1 [2020-12-30T00:52:26.341Z] Removing intermediate container b0f40f2be7b1 [2020-12-30T00:52:26.341Z] ---> fc4d58b89932 [2020-12-30T00:52:26.341Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:52:26.341Z] Removing intermediate container f8ac7310364b [2020-12-30T00:52:26.341Z] ---> a472598bf220 [2020-12-30T00:52:26.341Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:52:26.615Z] ---> Running in 4f9e5ea5eb67 [2020-12-30T00:52:26.615Z] ---> Running in fad899351473 [2020-12-30T00:52:27.210Z] Removing intermediate container 4f9e5ea5eb67 [2020-12-30T00:52:27.210Z] ---> c839aa39af8d [2020-12-30T00:52:27.210Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:52:27.210Z] Removing intermediate container fad899351473 [2020-12-30T00:52:27.210Z] ---> 7d3801d3d0e4 [2020-12-30T00:52:27.210Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:52:27.210Z] ---> Running in b14d9a3c592c [2020-12-30T00:52:27.210Z] ---> Running in 070ef1eff2cf [2020-12-30T00:52:27.803Z] Removing intermediate container b14d9a3c592c [2020-12-30T00:52:27.803Z] ---> 898b2b59cc13 [2020-12-30T00:52:27.803Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:52:27.803Z] Removing intermediate container 070ef1eff2cf [2020-12-30T00:52:27.803Z] ---> b18faf1897bb [2020-12-30T00:52:27.803Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:52:28.074Z] ---> Running in e91deffed58d [2020-12-30T00:52:29.051Z] ---> 05871c9eaaf0 [2020-12-30T00:52:29.051Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:52:30.028Z] ---> 9d3be4606717 [2020-12-30T00:52:30.028Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:52:30.300Z] Removing intermediate container e91deffed58d [2020-12-30T00:52:30.300Z] ---> 49d8d7047145 [2020-12-30T00:52:30.300Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:52:30.575Z] ---> Running in aa92a510c668 [2020-12-30T00:52:31.180Z] ---> bf04620ef8ea [2020-12-30T00:52:31.180Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:52:31.180Z] ---> Running in 123721b771f4 [2020-12-30T00:52:31.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:32.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:32.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:32.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:52:33.229Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:52:33.229Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:52:33.229Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:52:33.229Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:52:33.229Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:52:33.229Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:52:33.229Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:52:33.229Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:52:33.229Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:52:33.229Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:52:33.498Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:52:33.770Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:52:33.771Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:33.771Z] OK: 8 MiB in 19 packages [2020-12-30T00:52:35.203Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:52:35.203Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:52:35.203Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:52:35.203Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:52:35.203Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:52:35.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:52:35.203Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:52:35.203Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:52:35.203Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:52:35.475Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:52:35.475Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:52:35.475Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:52:35.475Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:52:35.475Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:52:35.475Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:52:35.475Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:52:35.475Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:52:35.475Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:52:35.475Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:52:35.747Z] Removing intermediate container aa92a510c668 [2020-12-30T00:52:35.747Z] ---> 1a9043b8f269 [2020-12-30T00:52:35.747Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:52:35.747Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:52:35.747Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:52:35.747Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:52:35.747Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:52:35.747Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:52:35.747Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:52:35.747Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:52:36.022Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:52:36.022Z] OK: 71 MiB in 55 packages [2020-12-30T00:52:36.614Z] ---> be3828c718b1 [2020-12-30T00:52:36.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:52:38.049Z] ---> 1e6e48fb5758 [2020-12-30T00:52:38.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:52:39.034Z] ---> 84bcc7b7727c [2020-12-30T00:52:39.034Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:52:39.034Z] ---> Running in c0976068f75d [2020-12-30T00:52:39.630Z] Removing intermediate container c0976068f75d [2020-12-30T00:52:39.630Z] ---> ec42869f436c [2020-12-30T00:52:39.630Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:52:39.907Z] ---> Running in e99bdce1fe43 [2020-12-30T00:52:40.506Z] Removing intermediate container e99bdce1fe43 [2020-12-30T00:52:40.506Z] ---> 551059e20ddf [2020-12-30T00:52:40.506Z] Step 21/23 : LABEL arch=arm64 [2020-12-30T00:52:40.785Z] ---> Running in f0da95d22d4c [2020-12-30T00:52:41.382Z] Removing intermediate container f0da95d22d4c [2020-12-30T00:52:41.382Z] ---> 2ac8ba857798 [2020-12-30T00:52:41.382Z] Step 22/23 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:52:41.655Z] Removing intermediate container 123721b771f4 [2020-12-30T00:52:41.655Z] ---> d39ee778778c [2020-12-30T00:52:41.655Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:52:41.655Z] ---> Running in b4a2705d7355 [2020-12-30T00:52:41.655Z] ---> Running in dea2e81ba561 [2020-12-30T00:52:42.270Z] Removing intermediate container b4a2705d7355 [2020-12-30T00:52:42.270Z] ---> 234621d5e5d6 [2020-12-30T00:52:42.270Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:52:42.270Z] ---> Running in 88d974e3e568 [2020-12-30T00:52:42.862Z] Removing intermediate container 88d974e3e568 [2020-12-30T00:52:42.862Z] ---> e0571da290b7 [2020-12-30T00:52:42.862Z] [2020-12-30T00:52:43.147Z] Successfully built e0571da290b7 [2020-12-30T00:52:43.434Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-30T00:52:47.744Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-12-30T00:52:47.744Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:52:47.744Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:52:47.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:52:50.353Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:52:50.353Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:52:50.353Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:52:50.353Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:52:50.353Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:52:52.964Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:52:52.964Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:52:57.262Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:52:57.262Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:52:57.535Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:52:57.535Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:53:00.136Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:53:00.136Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:53:00.407Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:53:00.407Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:53:01.385Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:53:01.385Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:53:01.656Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-30T00:53:01.928Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:53:01.928Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:53:02.900Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:53:02.900Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:53:02.900Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-30T00:53:03.170Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:53:03.170Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:53:03.440Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:53:03.440Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:53:03.440Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:53:03.440Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:53:04.412Z] Installing collected packages: dockerpty, cached-property, docopt, PyYAML, idna, urllib3, requests, texttable, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2020-12-30T00:53:04.412Z] Running setup.py install for dockerpty: started [2020-12-30T00:53:07.025Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:53:07.025Z] Running setup.py install for docopt: started [2020-12-30T00:53:09.638Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:53:09.638Z] Running setup.py install for PyYAML: started [2020-12-30T00:53:12.250Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:53:12.250Z] Attempting uninstall: idna [2020-12-30T00:53:12.250Z] Found existing installation: idna 2.9 [2020-12-30T00:53:12.250Z] Uninstalling idna-2.9: [2020-12-30T00:53:12.250Z] Successfully uninstalled idna-2.9 [2020-12-30T00:53:12.842Z] Attempting uninstall: urllib3 [2020-12-30T00:53:12.842Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:53:12.842Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:53:13.113Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:53:13.704Z] Attempting uninstall: requests [2020-12-30T00:53:13.704Z] Found existing installation: requests 2.23.0 [2020-12-30T00:53:13.704Z] Uninstalling requests-2.23.0: [2020-12-30T00:53:13.975Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:53:14.247Z] Running setup.py install for texttable: started [2020-12-30T00:53:16.853Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:53:18.829Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-30T00:53:23.536Z] Removing intermediate container dea2e81ba561 [2020-12-30T00:53:23.536Z] ---> 9589d9441296 [2020-12-30T00:53:23.536Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:53:23.536Z] ---> Running in 8126f96aa943 [2020-12-30T00:53:23.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:53:24.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:53:24.664Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:53:24.664Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:53:24.664Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:53:24.664Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:53:24.664Z] OK: 71 MiB in 58 packages [2020-12-30T00:53:25.637Z] Removing intermediate container 8126f96aa943 [2020-12-30T00:53:25.637Z] ---> d0f76d7703fe [2020-12-30T00:53:25.637Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:53:25.910Z] ---> Running in de0c3d221255 [2020-12-30T00:53:26.221Z] Removing intermediate container de0c3d221255 [2020-12-30T00:53:26.221Z] ---> 96f0117146af [2020-12-30T00:53:26.221Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:53:26.533Z] ---> Running in 7105fc73d765 [2020-12-30T00:53:27.135Z] Removing intermediate container 7105fc73d765 [2020-12-30T00:53:27.135Z] ---> edaba44872c0 [2020-12-30T00:53:27.135Z] Step 25/27 : LABEL arch=arm64 [2020-12-30T00:53:27.135Z] ---> Running in 44d0038aaef9 [2020-12-30T00:53:27.730Z] Removing intermediate container 44d0038aaef9 [2020-12-30T00:53:27.730Z] ---> 85f7daec8162 [2020-12-30T00:53:27.730Z] Step 26/27 : LABEL git_sha=3a7de7d78618406e3dbb2325feded12b180b96be [2020-12-30T00:53:27.730Z] ---> Running in 3dc2d523ff2e [2020-12-30T00:53:28.325Z] Removing intermediate container 3dc2d523ff2e [2020-12-30T00:53:28.325Z] ---> 0b8fd39f7107 [2020-12-30T00:53:28.325Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:53:28.325Z] ---> Running in aca19a23f3d7 [2020-12-30T00:53:28.919Z] Removing intermediate container aca19a23f3d7 [2020-12-30T00:53:28.919Z] ---> 9d96853e3f2a [2020-12-30T00:53:28.919Z] [2020-12-30T00:53:29.191Z] Successfully built 9d96853e3f2a [2020-12-30T00:53:29.191Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-30T00:53:29.795Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T00:53:29.796Z] $ docker stop --time=1 7749ffb2e6dc5c2cd2d445639b4312fe546a79c363496ca9c1fd7da914c65c7b [2020-12-30T00:53:31.717Z] $ docker rm -f 7749ffb2e6dc5c2cd2d445639b4312fe546a79c363496ca9c1fd7da914c65c7b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:53:32.359Z] + docker images [2020-12-30T00:53:32.359Z] + grep docker [2020-12-30T00:53:32.631Z] docker-sys-mgmt-agent-go-arm64 latest 9d96853e3f2a 4 seconds ago 300MB [2020-12-30T00:53:32.631Z] docker-core-data-go-arm64 latest e0571da290b7 50 seconds ago 20.9MB [2020-12-30T00:53:32.631Z] docker-core-command-go-arm64 latest ddd09775f805 About a minute ago 9.98MB [2020-12-30T00:53:32.631Z] docker-security-bootstrap-redis-go-arm64 latest 6994e3cd8a89 About a minute ago 15.1MB [2020-12-30T00:53:32.631Z] docker-security-secretstore-setup-go-arm64 latest 28e5aa1df15a 3 minutes ago 23.5MB [2020-12-30T00:53:32.631Z] docker-core-metadata-go-arm64 latest da8b200d81be 3 minutes ago 12.2MB [2020-12-30T00:53:32.631Z] docker-security-proxy-setup-go-arm64 latest 653871c1d35c 3 minutes ago 23.3MB [2020-12-30T00:53:32.631Z] docker-support-notifications-go-arm64 latest 93c117f7b730 4 minutes ago 11.4MB [2020-12-30T00:53:32.631Z] docker-support-scheduler-go-arm64 latest 6e8cb5add814 4 minutes ago 10MB [2020-12-30T00:53:32.631Z] docker latest f66387bf908a 11 days 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 [2020-12-30T00:53:35.688Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:53:36.584Z] ---> package-listing.sh [2020-12-30T00:53:36.584Z] ++ facter osfamily [2020-12-30T00:53:36.584Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T00:53:36.584Z] + OS_FAMILY=redhat [2020-12-30T00:53:36.584Z] + workspace=/w/workspace/edgex-go/30 [2020-12-30T00:53:36.584Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T00:53:36.584Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T00:53:36.584Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T00:53:36.584Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T00:53:36.584Z] + '[' /w/workspace/edgex-go/30 ']' [2020-12-30T00:53:36.584Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T00:53:36.584Z] + case "${OS_FAMILY}" in [2020-12-30T00:53:36.584Z] + rpm -qa [2020-12-30T00:53:36.584Z] + sort [2020-12-30T00:53:41.901Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T00:53:41.901Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T00:53:41.901Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T00:53:41.901Z] + '[' /w/workspace/edgex-go/30 ']' [2020-12-30T00:53:41.901Z] + mkdir -p /w/workspace/edgex-go/30/archives/ [2020-12-30T00:53:41.901Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/30/archives/ [Pipeline] echo [2020-12-30T00:53:41.916Z] 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/30/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T00:53:42.217Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:53:42.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:42.533Z] [2020-12-30T00:53:42.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:53:42.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:42.891Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T00:53:42.891Z] df20fa9351a1: Pulling fs layer [2020-12-30T00:53:42.891Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T00:53:42.891Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T00:53:42.891Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T00:53:42.891Z] 93b61091891f: Pulling fs layer [2020-12-30T00:53:42.891Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T00:53:42.891Z] 5e14af77c1be: Pulling fs layer [2020-12-30T00:53:42.891Z] 01666e4c0597: Pulling fs layer [2020-12-30T00:53:42.891Z] aa168da1d23b: Pulling fs layer [2020-12-30T00:53:42.891Z] 01666e4c0597: Waiting [2020-12-30T00:53:42.891Z] 93b9cdb0e59b: Waiting [2020-12-30T00:53:42.891Z] aa168da1d23b: Waiting [2020-12-30T00:53:42.891Z] 5e14af77c1be: Waiting [2020-12-30T00:53:42.891Z] 46f8f816bc3b: Waiting [2020-12-30T00:53:42.891Z] 93b61091891f: Waiting [2020-12-30T00:53:42.891Z] 36b3adc4ff6f: Verifying Checksum [2020-12-30T00:53:42.891Z] 36b3adc4ff6f: Download complete [2020-12-30T00:53:43.154Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T00:53:43.154Z] 46f8f816bc3b: Download complete [2020-12-30T00:53:43.154Z] df20fa9351a1: Verifying Checksum [2020-12-30T00:53:43.154Z] df20fa9351a1: Download complete [2020-12-30T00:53:43.154Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T00:53:43.154Z] 93b9cdb0e59b: Download complete [2020-12-30T00:53:43.154Z] 93b61091891f: Verifying Checksum [2020-12-30T00:53:43.154Z] 93b61091891f: Download complete [2020-12-30T00:53:43.154Z] 5e14af77c1be: Verifying Checksum [2020-12-30T00:53:43.154Z] 5e14af77c1be: Download complete [2020-12-30T00:53:43.154Z] 01666e4c0597: Verifying Checksum [2020-12-30T00:53:43.154Z] 01666e4c0597: Download complete [2020-12-30T00:53:43.416Z] df20fa9351a1: Pull complete [2020-12-30T00:53:43.685Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T00:53:43.685Z] 8ad3a11d3b57: Download complete [2020-12-30T00:53:43.685Z] 36b3adc4ff6f: Pull complete [2020-12-30T00:53:45.087Z] 8ad3a11d3b57: Pull complete [2020-12-30T00:53:45.351Z] aa168da1d23b: Verifying Checksum [2020-12-30T00:53:47.277Z] 46f8f816bc3b: Pull complete [2020-12-30T00:53:48.232Z] 93b61091891f: Pull complete [2020-12-30T00:53:48.232Z] 93b9cdb0e59b: Pull complete [2020-12-30T00:53:48.503Z] 5e14af77c1be: Pull complete [2020-12-30T00:53:48.503Z] 01666e4c0597: Pull complete [2020-12-30T00:53:58.586Z] aa168da1d23b: Pull complete [2020-12-30T00:53:58.586Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T00:53:58.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:53:58.586Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T00:53:58.920Z] prd-centos7-docker-4c-2g-17687 does not seem to be running inside a container [2020-12-30T00:53:59.006Z] $ 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/30/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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 [2020-12-30T00:54:06.251Z] $ docker top 0aaaf0058e832a6cd0473a46bed04f5d7c53f795629302b52994d5d2dd0c6adc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:54:06.818Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T00:54:07.144Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T00:54:07.448Z] + ls /var/log/sa-host [2020-12-30T00:54:07.448Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T00:54:07.448Z] file_magic: OK [2020-12-30T00:54:07.448Z] HZ: Using current value: 100 [2020-12-30T00:54:07.448Z] file_header: OK [2020-12-30T00:54:07.448Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-30T00:54:07.448Z] Statistics: [2020-12-30T00:54:07.448Z] Hnuu...uuuununununu... [2020-12-30T00:54:07.448Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T00:54:07.448Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T00:54:07.448Z] file_magic: OK [2020-12-30T00:54:07.448Z] HZ: Using current value: 100 [2020-12-30T00:54:07.448Z] file_header: OK [2020-12-30T00:54:07.448Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-30T00:54:07.448Z] Statistics: [2020-12-30T00:54:07.448Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-30T00:54:07.448Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T00:54:07.638Z] provisioning config files... [2020-12-30T00:54:07.657Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/30@tmp/config8150627633727218654tmp [Pipeline] { [Pipeline] echo [2020-12-30T00:54:07.734Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:08.050Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T00:54:08.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T00:54:08.153Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:08.454Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T00:54:08.465Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:08.762Z] ---> sudo-logs.sh [2020-12-30T00:54:08.762Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T00:54:08.773Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:09.081Z] ---> job-cost.sh [2020-12-30T00:54:09.081Z] lf-activate-venv: SKIPPING [2020-12-30T00:54:09.081Z] INFO: No Stack... [2020-12-30T00:54:11.007Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T00:54:11.270Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T00:54:11.284Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:54:11.583Z] ---> logs-deploy.sh [2020-12-30T00:54:11.584Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/30 [2020-12-30T00:54:11.584Z] INFO: archiving workspace using pattern(s): [2020-12-30T00:54:12.995Z] Archives upload complete. [2020-12-30T00:54:13.261Z] INFO: archiving logs to Nexus [2020-12-30T00:54:14.208Z] ---> uname -a: [2020-12-30T00:54:14.208Z] Linux prd-centos7-docker-4c-2g-17687.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-30T00:54:14.208Z] [2020-12-30T00:54:14.208Z]