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 c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs: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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15682 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing dfb575c31b145fa2bfe234761ee246a5732b2602 Checking out Revision dfb575c31b145fa2bfe234761ee246a5732b2602 (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfb575c31b145fa2bfe234761ee246a5732b2602 # timeout=10 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-12T00:31:25.895Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 [Pipeline] withCredentials [2020-12-12T00:31:26.242Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-12T00:31:26.331Z] ========================================================= [2020-12-12T00:31:26.331Z] EdgeX Global Pipelines Version Info [2020-12-12T00:31:26.331Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:31:27.749Z] ------------------- [2020-12-12T00:31:27.749Z] stable info: [2020-12-12T00:31:27.749Z] ------------------- [2020-12-12T00:31:27.749Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-12T00:31:27.749Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-12T00:31:27.749Z] Message: update stable to v1.0.172 [2020-12-12T00:31:28.697Z] ------------------- [2020-12-12T00:31:28.697Z] experimental info: [2020-12-12T00:31:28.697Z] ------------------- [2020-12-12T00:31:28.697Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-12T00:31:28.697Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-12T00:31:28.697Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-12T00:31:28.940Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-12T00:31:29.026Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-12T00:31:29.117Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-12T00:31:29.203Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-12T00:31:29.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-12T00:31:29.401Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-12T00:31:29.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-12T00:31:29.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-12T00:31:29.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-12T00:31:29.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-12T00:31:29.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-12T00:31:29.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-12T00:31:30.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-12T00:31:30.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-12T00:31:30.309Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-12T00:31:30.423Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-12T00:31:30.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-12T00:31:30.652Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-12T00:31:30.763Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-12T00:31:30.853Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-12T00:31:30.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-12T00:31:31.027Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-12T00:31:31.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2020-12-12T00:31:31.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2020-12-12T00:31:31.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2020-12-12T00:31:31.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfb575c31b145fa2bfe234761ee246a5732b2602 [Pipeline] echo [2020-12-12T00:31:31.550Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfb575c [Pipeline] echo [2020-12-12T00:31:31.645Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-12T00:31:31.821Z] provisioning config files... [2020-12-12T00:31:31.852Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config3498284421529130804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:31:32.287Z] ---> docker-login.sh [2020-12-12T00:31:32.287Z] nexus3.edgexfoundry.org:10001 [2020-12-12T00:31:32.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:32.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:32.820Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:32.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:32.820Z] [2020-12-12T00:31:32.820Z] Login Succeeded [2020-12-12T00:31:32.820Z] nexus3.edgexfoundry.org:10002 [2020-12-12T00:31:32.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:32.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:32.820Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:32.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:32.820Z] [2020-12-12T00:31:32.820Z] Login Succeeded [2020-12-12T00:31:33.088Z] nexus3.edgexfoundry.org:10003 [2020-12-12T00:31:33.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:33.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:33.088Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:33.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:33.088Z] [2020-12-12T00:31:33.088Z] Login Succeeded [2020-12-12T00:31:33.088Z] nexus3.edgexfoundry.org:10004 [2020-12-12T00:31:33.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:33.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:33.352Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:33.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:33.352Z] [2020-12-12T00:31:33.352Z] Login Succeeded [2020-12-12T00:31:33.352Z] docker.io [2020-12-12T00:31:33.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:33.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:33.929Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:33.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:33.929Z] [2020-12-12T00:31:33.929Z] Login Succeeded [2020-12-12T00:31:33.929Z] ---> docker-login.sh ends [Pipeline] } [2020-12-12T00:31:33.941Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-12T00:31:34.462Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/core-command/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/core-data/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-12T00:31:34.462Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:34.462Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-12T00:31:34.462Z] ++ cut -d/ -f2 [2020-12-12T00:31:34.462Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-12T00:31:34.543Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-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-12T00:31:35.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:35.386Z] [2020-12-12T00:31:35.386Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:31:35.742Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:35.742Z] latest: Pulling from edgex-devops/git-semver [2020-12-12T00:31:35.742Z] 31603596830f: Pulling fs layer [2020-12-12T00:31:35.742Z] 2a8b12db71e7: Pulling fs layer [2020-12-12T00:31:35.742Z] 6ca5941a6612: Pulling fs layer [2020-12-12T00:31:35.742Z] ecc8261a40a4: Pulling fs layer [2020-12-12T00:31:35.742Z] ecc8261a40a4: Waiting [2020-12-12T00:31:35.742Z] 2a8b12db71e7: Verifying Checksum [2020-12-12T00:31:35.742Z] 2a8b12db71e7: Download complete [2020-12-12T00:31:35.742Z] 31603596830f: Verifying Checksum [2020-12-12T00:31:35.742Z] 31603596830f: Download complete [2020-12-12T00:31:36.010Z] ecc8261a40a4: Verifying Checksum [2020-12-12T00:31:36.010Z] ecc8261a40a4: Download complete [2020-12-12T00:31:36.010Z] 6ca5941a6612: Verifying Checksum [2020-12-12T00:31:36.010Z] 6ca5941a6612: Download complete [2020-12-12T00:31:36.280Z] 31603596830f: Pull complete [2020-12-12T00:31:36.280Z] 2a8b12db71e7: Pull complete [2020-12-12T00:31:37.230Z] 6ca5941a6612: Pull complete [2020-12-12T00:31:37.493Z] ecc8261a40a4: Pull complete [2020-12-12T00:31:37.493Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-12T00:31:37.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:37.493Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-12T00:31:37.599Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:31:37.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-12T00:31:40.218Z] $ docker top b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-12T00:31:40.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-12T00:31:40.551Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-12T00:31:40.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-12T00:31:40.795Z] $ docker exec b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent [2020-12-12T00:31:40.973Z] SSH_AUTH_SOCK=/tmp/ssh-rOXIkabZqU0L/agent.11 [2020-12-12T00:31:40.973Z] SSH_AGENT_PID=16 [2020-12-12T00:31:40.987Z] Running ssh-add (command line suppressed) [2020-12-12T00:31:41.115Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_5090379612915203936.key (/w/workspace/edgex-go/24@tmp/private_key_5090379612915203936.key) [2020-12-12T00:31:41.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-12T00:31:41.509Z] + git tag --points-at HEAD [Pipeline] } [2020-12-12T00:31:41.535Z] $ docker exec --env ******** --env ******** b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent -k [2020-12-12T00:31:41.653Z] unset SSH_AUTH_SOCK; [2020-12-12T00:31:41.654Z] unset SSH_AGENT_PID; [2020-12-12T00:31:41.654Z] echo Agent pid 16 killed; [2020-12-12T00:31:41.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-12T00:31:41.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-12T00:31:41.867Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-12T00:31:42.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-12T00:31:42.064Z] $ docker exec b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent [2020-12-12T00:31:42.238Z] SSH_AUTH_SOCK=/tmp/ssh-Uz9bxgGdHGuA/agent.46 [2020-12-12T00:31:42.238Z] SSH_AGENT_PID=51 [2020-12-12T00:31:42.246Z] Running ssh-add (command line suppressed) [2020-12-12T00:31:42.386Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_3181203999599477539.key (/w/workspace/edgex-go/24@tmp/private_key_3181203999599477539.key) [2020-12-12T00:31:42.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-12T00:31:42.828Z] + git semver init [2020-12-12T00:31:42.828Z] # -> Open(): unable to determine branch for HEAD [2020-12-12T00:31:42.828Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2020-12-12T00:31:42.828Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2020-12-12T00:31:42.828Z] # $SEMVER_REMOTE_NAME = origin [2020-12-12T00:31:42.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-12T00:31:42.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-12T00:31:42.828Z] # $SEMVER_BRANCH = PR-2858 [2020-12-12T00:31:42.828Z] # $SEMVER_TEMP = /tmp/semver-783334445 [2020-12-12T00:31:42.828Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-12T00:32:09.484Z] # '/tmp/semver-783334445' -> '/w/workspace/edgex-go/24/.semver' [2020-12-12T00:32:09.748Z] # -> Force: false [2020-12-12T00:32:09.748Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2020-12-12T00:32:09.766Z] $ docker exec --env ******** --env ******** b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 ssh-agent -k [2020-12-12T00:32:10.082Z] unset SSH_AUTH_SOCK; [2020-12-12T00:32:10.082Z] unset SSH_AGENT_PID; [2020-12-12T00:32:10.082Z] echo Agent pid 51 killed; [2020-12-12T00:32:10.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-12T00:32:10.722Z] + git semver [Pipeline] } [2020-12-12T00:32:10.742Z] $ docker stop --time=1 b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 [2020-12-12T00:32:12.436Z] $ docker rm -f b69feac2446c759d36bc5add85664d1101c3b407c8989a69a859d68831293cd1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:32:12.982Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-12T00:32:13.702Z] Stashed 1 file(s) [Pipeline] echo [2020-12-12T00:32:13.705Z] [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-12T00:32:15.584Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:32:15.880Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:32:16.177Z] + sudo service docker restart [2020-12-12T00:32:16.178Z] + true [2020-12-12T00:32:16.178Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-12T00:32:16.766Z] ========================================================= [2020-12-12T00:32:16.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-12T00:32:16.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:32:17.108Z] + 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-12T00:32:20.439Z] Sending build context to Docker daemon 326.5MB [2020-12-12T00:32:20.439Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-12T00:32:20.439Z] Step 2/7 : FROM ${BASE} [2020-12-12T00:32:20.706Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-12T00:32:20.706Z] 188c0c94c7c5: Pulling fs layer [2020-12-12T00:32:20.706Z] 0ef7d3d256c8: Pulling fs layer [2020-12-12T00:32:20.706Z] de9db76c5a1d: Pulling fs layer [2020-12-12T00:32:20.706Z] bca2f99d35d6: Pulling fs layer [2020-12-12T00:32:20.706Z] 93359f2a8cfa: Pulling fs layer [2020-12-12T00:32:20.706Z] 7c6f9722023f: Pulling fs layer [2020-12-12T00:32:20.706Z] a35cf1a2eb13: Pulling fs layer [2020-12-12T00:32:20.706Z] 93359f2a8cfa: Waiting [2020-12-12T00:32:20.706Z] bca2f99d35d6: Waiting [2020-12-12T00:32:20.706Z] a35cf1a2eb13: Waiting [2020-12-12T00:32:20.706Z] 7c6f9722023f: Waiting [2020-12-12T00:32:20.706Z] de9db76c5a1d: Verifying Checksum [2020-12-12T00:32:20.706Z] de9db76c5a1d: Download complete [2020-12-12T00:32:20.706Z] 0ef7d3d256c8: Download complete [2020-12-12T00:32:20.706Z] 93359f2a8cfa: Verifying Checksum [2020-12-12T00:32:20.706Z] 93359f2a8cfa: Download complete [2020-12-12T00:32:20.706Z] 7c6f9722023f: Verifying Checksum [2020-12-12T00:32:20.706Z] 7c6f9722023f: Download complete [2020-12-12T00:32:20.706Z] 188c0c94c7c5: Verifying Checksum [2020-12-12T00:32:20.706Z] 188c0c94c7c5: Download complete [2020-12-12T00:32:21.299Z] 188c0c94c7c5: Pull complete [2020-12-12T00:32:21.574Z] 0ef7d3d256c8: Pull complete [2020-12-12T00:32:22.532Z] a35cf1a2eb13: Verifying Checksum [2020-12-12T00:32:22.532Z] a35cf1a2eb13: Download complete [2020-12-12T00:32:22.799Z] de9db76c5a1d: Pull complete [2020-12-12T00:32:23.071Z] bca2f99d35d6: Verifying Checksum [2020-12-12T00:32:23.071Z] bca2f99d35d6: Download complete [2020-12-12T00:32:28.434Z] bca2f99d35d6: Pull complete [2020-12-12T00:32:28.434Z] 93359f2a8cfa: Pull complete [2020-12-12T00:32:28.697Z] 7c6f9722023f: Pull complete [2020-12-12T00:32:29.187Z] Still waiting to schedule task [2020-12-12T00:32:29.188Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-12T00:32:34.032Z] a35cf1a2eb13: Pull complete [2020-12-12T00:32:34.033Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-12T00:32:34.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-12T00:32:34.033Z] ---> a62c8e92a672 [2020-12-12T00:32:34.033Z] 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-12T00:32:34.033Z] ---> Running in 0a41b535599b [2020-12-12T00:32:34.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:32:36.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:32:36.949Z] (1/12) Installing libmagic (5.38-r0) [2020-12-12T00:32:37.215Z] (2/12) Installing file (5.38-r0) [2020-12-12T00:32:37.478Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-12T00:32:37.478Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-12T00:32:42.780Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-12T00:32:43.041Z] (6/12) Installing patch (2.7.6-r6) [2020-12-12T00:32:43.041Z] (7/12) Installing build-base (0.5-r2) [2020-12-12T00:32:43.304Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-12T00:32:43.304Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-12T00:32:43.304Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-12T00:32:43.566Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-12T00:32:43.830Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-12T00:32:43.830Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:32:43.830Z] OK: 233 MiB in 51 packages [2020-12-12T00:32:47.162Z] Removing intermediate container 0a41b535599b [2020-12-12T00:32:47.162Z] ---> f67b87616196 [2020-12-12T00:32:47.162Z] Step 4/7 : WORKDIR /edgex-go [2020-12-12T00:32:47.162Z] ---> Running in 27c3711eb64d [2020-12-12T00:32:47.162Z] Removing intermediate container 27c3711eb64d [2020-12-12T00:32:47.162Z] ---> a1e4f9101be3 [2020-12-12T00:32:47.162Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-12T00:32:47.737Z] latest: Pulling from library/docker [2020-12-12T00:32:47.737Z] 05e7bc50f07f: Pulling fs layer [2020-12-12T00:32:47.737Z] 6db28d0fdbf6: Pulling fs layer [2020-12-12T00:32:47.737Z] 292df0bc6bf3: Pulling fs layer [2020-12-12T00:32:47.737Z] 2e060f4bd70b: Pulling fs layer [2020-12-12T00:32:47.737Z] 80e8d568a223: Pulling fs layer [2020-12-12T00:32:47.737Z] 8dc6ef1a942a: Pulling fs layer [2020-12-12T00:32:47.737Z] 2312dd95470a: Pulling fs layer [2020-12-12T00:32:47.737Z] 80e8d568a223: Waiting [2020-12-12T00:32:47.737Z] 2312dd95470a: Waiting [2020-12-12T00:32:47.737Z] 2e060f4bd70b: Waiting [2020-12-12T00:32:47.737Z] 8dc6ef1a942a: Waiting [2020-12-12T00:32:48.002Z] 292df0bc6bf3: Verifying Checksum [2020-12-12T00:32:48.002Z] 292df0bc6bf3: Download complete [2020-12-12T00:32:48.002Z] 6db28d0fdbf6: Verifying Checksum [2020-12-12T00:32:48.002Z] 6db28d0fdbf6: Download complete [2020-12-12T00:32:48.002Z] 05e7bc50f07f: Verifying Checksum [2020-12-12T00:32:48.002Z] 05e7bc50f07f: Download complete [2020-12-12T00:32:48.002Z] 8dc6ef1a942a: Verifying Checksum [2020-12-12T00:32:48.002Z] 8dc6ef1a942a: Download complete [2020-12-12T00:32:48.275Z] 80e8d568a223: Verifying Checksum [2020-12-12T00:32:48.275Z] 80e8d568a223: Download complete [2020-12-12T00:32:48.275Z] 2312dd95470a: Verifying Checksum [2020-12-12T00:32:48.275Z] 2312dd95470a: Download complete [2020-12-12T00:32:48.275Z] 05e7bc50f07f: Pull complete [2020-12-12T00:32:48.542Z] 6db28d0fdbf6: Pull complete [2020-12-12T00:32:48.806Z] 292df0bc6bf3: Pull complete [2020-12-12T00:32:49.069Z] 2e060f4bd70b: Verifying Checksum [2020-12-12T00:32:49.069Z] 2e060f4bd70b: Download complete [2020-12-12T00:32:52.401Z] 2e060f4bd70b: Pull complete [2020-12-12T00:32:52.401Z] 80e8d568a223: Pull complete [2020-12-12T00:32:52.666Z] 8dc6ef1a942a: Pull complete [2020-12-12T00:32:52.929Z] 2312dd95470a: Pull complete [2020-12-12T00:32:52.929Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-12T00:32:52.929Z] Status: Downloaded newer image for docker:latest [2020-12-12T00:32:54.336Z] ---> 537b0bd89755 [2020-12-12T00:32:54.336Z] Step 6/7 : COPY go.mod . [2020-12-12T00:32:54.603Z] ---> 041d84f8d70b [2020-12-12T00:32:54.603Z] Step 7/7 : RUN go mod download [2020-12-12T00:32:54.867Z] ---> Running in 74e899c8d319 [2020-12-12T00:33:16.964Z] Removing intermediate container 74e899c8d319 [2020-12-12T00:33:16.964Z] ---> c7b288ce1741 [2020-12-12T00:33:16.964Z] Successfully built c7b288ce1741 [2020-12-12T00:33:16.964Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:33:17.301Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-12T00:33:17.301Z] . [Pipeline] withDockerContainer [2020-12-12T00:33:17.414Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:33:17.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-12T00:33:18.342Z] $ docker top 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:33:18.896Z] + go version [2020-12-12T00:33:18.896Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-12T00:33:18.917Z] $ docker stop --time=1 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 [2020-12-12T00:33:20.303Z] $ docker rm -f 12dc324c0ff32ffe3da1e1707b0dfdaa3629e55204d71e37f905a98b4e64da56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:33:21.269Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-12T00:33:21.269Z] . [Pipeline] withDockerContainer [2020-12-12T00:33:21.384Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:33:21.440Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-12T00:33:22.279Z] $ docker top 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-12T00:33:22.517Z] ========================================================= [2020-12-12T00:33:22.517Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-12T00:33:22.517Z] ========================================================= [Pipeline] sh [2020-12-12T00:33:22.831Z] + make test [2020-12-12T00:33:22.832Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-12T00:33:32.891Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-12T00:33:51.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-12T00:33:52.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-12T00:33:53.956Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-12T00:33:53.956Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-12T00:33:53.956Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-12T00:33:53.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-12T00:33:54.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-12T00:33:56.830Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-12-12T00:33:56.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-12T00:33:56.830Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-12T00:33:56.830Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-12T00:33:57.102Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-12T00:33:57.102Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-12T00:33:57.102Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-12T00:34:00.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-12-12T00:34:00.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-12T00:34:00.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-12T00:34:00.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-12T00:34:00.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-12T00:34:00.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-12T00:34:05.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-12T00:34:05.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-12T00:34:05.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-12T00:34:05.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 67.7% of statements [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-12T00:34:05.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.3% of statements [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-12T00:34:05.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-12T00:34:07.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-12T00:34:07.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-12T00:34:07.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-12T00:34:07.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2020-12-12T00:34:07.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-12T00:34:07.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2020-12-12T00:34:07.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-12T00:34:07.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2020-12-12T00:34:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-12T00:34:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-12T00:34:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-12T00:34:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-12T00:34:09.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.352s coverage: 93.8% of statements [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-12T00:34:09.773Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2020-12-12T00:34:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2020-12-12T00:34:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements [2020-12-12T00:34:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2020-12-12T00:34:10.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.4% of statements [2020-12-12T00:34:10.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-12T00:34:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2020-12-12T00:34:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-12T00:34:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-12T00:34:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-12-12T00:34:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2020-12-12T00:34:11.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2020-12-12T00:34:11.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2020-12-12T00:34:11.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2020-12-12T00:34:13.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-12T00:34:13.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.104s coverage: 86.3% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.196s coverage: 72.2% of statements [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.429s coverage: 72.1% of statements [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.058s coverage: 82.4% of statements [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.0% of statements [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-12T00:34:26.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.658s coverage: 29.1% of statements [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-12T00:34:26.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-12T00:34:26.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-12T00:34:26.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-12-12T00:34:26.386Z] GO111MODULE=on go vet ./... [2020-12-12T00:34:48.521Z] gofmt -l . [2020-12-12T00:34:49.107Z] [ "`gofmt -l .`" = "" ] [2020-12-12T00:34:49.685Z] ./bin/test-go-mod-tidy.sh [2020-12-12T00:34:50.264Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-12T00:34:52.821Z] + ls -al . [2020-12-12T00:34:52.821Z] total 668 [2020-12-12T00:34:52.821Z] drwxrwxr-x 10 1001 1001 4096 Dec 12 00:34 . [2020-12-12T00:34:52.821Z] drwxr-xr-x 4 root root 30 Dec 12 00:33 .. [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 11 Dec 12 00:31 .dockerignore [2020-12-12T00:34:52.821Z] drwxrwxr-x 8 1001 1001 179 Dec 12 00:31 .git [2020-12-12T00:34:52.821Z] drwxrwxr-x 3 1001 1001 125 Dec 12 00:31 .github [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 943 Dec 12 00:31 .gitignore [2020-12-12T00:34:52.821Z] drwx------ 3 1001 1001 47 Dec 12 00:32 .semver [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 166 Dec 12 00:31 .sonarcloud.properties [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:31 CONTRIBUTING.md [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:31 Dockerfile.build [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 863 Dec 12 00:31 Jenkinsfile [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:31 LICENSE [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:31 Makefile [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:31 README.md [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:31 SECURITY.md [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:31 ZMQWindows.md [2020-12-12T00:34:52.821Z] drwxrwxr-x 2 1001 1001 117 Dec 12 00:31 bin [2020-12-12T00:34:52.821Z] drwxrwxr-x 15 1001 1001 4096 Dec 12 00:31 cmd [2020-12-12T00:34:52.821Z] -rw-r--r-- 1 root root 569827 Dec 12 00:34 coverage.out [2020-12-12T00:34:52.821Z] -rw-r--r-- 1 root root 1041 Dec 12 00:34 go.mod [2020-12-12T00:34:52.821Z] -rw-r--r-- 1 root root 18856 Dec 12 00:34 go.sum [2020-12-12T00:34:52.821Z] drwxrwxr-x 8 1001 1001 127 Dec 12 00:31 internal [2020-12-12T00:34:52.821Z] drwxrwxr-x 4 1001 1001 26 Dec 12 00:31 openapi [2020-12-12T00:34:52.821Z] drwxrwxr-x 4 1001 1001 71 Dec 12 00:31 snap [2020-12-12T00:34:52.821Z] -rw-rw-r-- 1 1001 1001 168 Dec 12 00:31 version.go [Pipeline] sh [2020-12-12T00:34:53.123Z] + '[' -e coverage.out ] [2020-12-12T00:34:53.123Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-12T00:34:53.329Z] Stashed 1 file(s) [Pipeline] sh [2020-12-12T00:34:53.624Z] + make build [2020-12-12T00:34:53.625Z] 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-12T00:34:56.951Z] 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-12T00:35:05.193Z] 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-12T00:35:06.590Z] 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-12T00:35:07.999Z] 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-12T00:35:08.269Z] 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-12T00:35:09.676Z] 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-12T00:35:11.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:35:12.024Z] 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-12T00:35:13.421Z] 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-12T00:35:14.821Z] 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-12T00:35:15.397Z] 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-12T00:35:16.790Z] 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-12T00:35:17.754Z] $ docker stop --time=1 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 [2020-12-12T00:35:19.418Z] $ docker rm -f 7f02534fc4872e35a5216839faa7aca5f67496b71e394c022ef24ab71505f672 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:21.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:21.186Z] [2020-12-12T00:35:21.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:21.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:21.532Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-12T00:35:21.532Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-12T00:35:21.532Z] ca9280d653b3: Pulling fs layer [2020-12-12T00:35:21.532Z] 7e9c9ca2126c: Pulling fs layer [2020-12-12T00:35:22.112Z] cbdbe7a5bc2a: Download complete [2020-12-12T00:35:22.386Z] cbdbe7a5bc2a: Pull complete [2020-12-12T00:35:22.963Z] ca9280d653b3: Download complete [2020-12-12T00:35:23.923Z] ca9280d653b3: Pull complete [2020-12-12T00:35:25.319Z] 7e9c9ca2126c: Download complete [2020-12-12T00:35:31.990Z] 7e9c9ca2126c: Pull complete [2020-12-12T00:35:31.990Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-12T00:35:31.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:31.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-12T00:35:32.138Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:35:32.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-12T00:35:34.638Z] $ docker top a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:35:35.217Z] + docker-compose build --help [2020-12-12T00:35:35.217Z] + grep parallel [2020-12-12T00:35:36.165Z] --parallel Build images in parallel. [Pipeline] } [2020-12-12T00:35:36.185Z] $ docker stop --time=1 a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe [2020-12-12T00:35:37.561Z] $ docker rm -f a40e8462ac63e0d45f134ac93abf1962ac72cf2b29aec6402baf2bac797e1dbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:38.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:38.180Z] . [Pipeline] withDockerContainer [2020-12-12T00:35:38.281Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:35:38.490Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-12T00:35:39.284Z] $ docker top 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:35:39.786Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-12T00:35:40.733Z] Building docker-core-command-go ... [2020-12-12T00:35:40.733Z] Building docker-core-data-go ... [2020-12-12T00:35:40.733Z] Building docker-core-metadata-go ... [2020-12-12T00:35:40.733Z] Building docker-security-bootstrap-redis-go ... [2020-12-12T00:35:40.733Z] Building docker-security-proxy-setup-go ... [2020-12-12T00:35:40.733Z] Building docker-security-secrets-setup-go ... [2020-12-12T00:35:40.733Z] Building docker-security-secretstore-setup-go ... [2020-12-12T00:35:40.733Z] Building docker-support-notifications-go ... [2020-12-12T00:35:40.733Z] Building docker-support-scheduler-go ... [2020-12-12T00:35:40.733Z] Building docker-sys-mgmt-agent-go ... [2020-12-12T00:35:40.733Z] Building docker-security-bootstrap-redis-go [2020-12-12T00:35:40.733Z] Building docker-sys-mgmt-agent-go [2020-12-12T00:35:40.733Z] Building docker-security-secretstore-setup-go [2020-12-12T00:35:40.733Z] Building docker-support-scheduler-go [2020-12-12T00:35:40.733Z] Building docker-security-secrets-setup-go [2020-12-12T00:36:13.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:13.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:13.259Z] ---> c7b288ce1741 [2020-12-12T00:36:13.259Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:36:13.259Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:13.259Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-12T00:36:13.259Z] ---> c7b288ce1741 [2020-12-12T00:36:13.259Z] Step 3/29 : WORKDIR /edgex-go [2020-12-12T00:36:13.259Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:13.259Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:13.259Z] ---> c7b288ce1741 [2020-12-12T00:36:13.259Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:36:13.259Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:13.259Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:13.259Z] ---> c7b288ce1741 [2020-12-12T00:36:13.259Z] Step 3/27 : WORKDIR /edgex-go [2020-12-12T00:36:13.259Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:13.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:13.259Z] ---> c7b288ce1741 [2020-12-12T00:36:13.259Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:36:13.259Z] ---> Running in b83f03b48c73 [2020-12-12T00:36:13.259Z] ---> Running in 209313190a8c [2020-12-12T00:36:13.259Z] ---> Running in df7357866395 [2020-12-12T00:36:13.259Z] ---> Running in 6d09a8d2d805 [2020-12-12T00:36:13.259Z] ---> Running in 41e6aa8e2ff8 [2020-12-12T00:36:13.524Z] Removing intermediate container b83f03b48c73 [2020-12-12T00:36:13.524Z] ---> 3dbb73c56352 [2020-12-12T00:36:13.524Z] Step 4/29 : RUN apk update && apk add make git [2020-12-12T00:36:13.524Z] Removing intermediate container 41e6aa8e2ff8 [2020-12-12T00:36:13.524Z] ---> 98c0b1a7eba9 [2020-12-12T00:36:13.524Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:13.524Z] Removing intermediate container 209313190a8c [2020-12-12T00:36:13.524Z] ---> 17a9eaa312bc [2020-12-12T00:36:13.524Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:13.524Z] Removing intermediate container df7357866395 [2020-12-12T00:36:13.524Z] ---> fd10deabd91e [2020-12-12T00:36:13.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:13.788Z] Removing intermediate container 6d09a8d2d805 [2020-12-12T00:36:13.788Z] ---> 5ffd576abcb8 [2020-12-12T00:36:13.788Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:13.788Z] ---> Running in 7338e4cb5142 [2020-12-12T00:36:13.788Z] ---> Running in eb9ef0ad9709 [2020-12-12T00:36:13.788Z] ---> Running in efb0339bf1e8 [2020-12-12T00:36:13.788Z] ---> Running in d6c7ac194123 [2020-12-12T00:36:13.788Z] ---> Running in 72b439b2f8f7 [2020-12-12T00:36:15.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:15.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:15.768Z] Removing intermediate container d6c7ac194123 [2020-12-12T00:36:15.768Z] ---> b946d1ba0f50 [2020-12-12T00:36:15.768Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:36:15.768Z] Removing intermediate container eb9ef0ad9709 [2020-12-12T00:36:15.768Z] ---> 2b0fb808fdd6 [2020-12-12T00:36:15.768Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-12T00:36:15.768Z] Removing intermediate container efb0339bf1e8 [2020-12-12T00:36:15.768Z] ---> 21eb0cc3a394 [2020-12-12T00:36:15.768Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:36:16.031Z] ---> Running in 599ae0f00aa2 [2020-12-12T00:36:16.031Z] ---> Running in d4c1708e5c09 [2020-12-12T00:36:16.031Z] ---> Running in 8846cb5f1ace [2020-12-12T00:36:16.031Z] Removing intermediate container 72b439b2f8f7 [2020-12-12T00:36:16.031Z] ---> e186972103dd [2020-12-12T00:36:16.031Z] Step 5/24 : RUN apk update && apk add make git [2020-12-12T00:36:16.295Z] ---> Running in 5883de9ea20a [2020-12-12T00:36:16.295Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:16.295Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:16.295Z] OK: 12750 distinct packages available [2020-12-12T00:36:16.560Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:16.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.355Z] Removing intermediate container 7338e4cb5142 [2020-12-12T00:36:17.355Z] ---> 851371ef09ac [2020-12-12T00:36:17.355Z] Step 5/29 : COPY go.mod . [2020-12-12T00:36:17.616Z] ---> c7c50fef5998 [2020-12-12T00:36:17.616Z] Step 6/29 : RUN go mod download [2020-12-12T00:36:17.616Z] ---> Running in e976b0237a86 [2020-12-12T00:36:17.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:17.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:18.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:18.832Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:18.832Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:18.832Z] OK: 12750 distinct packages available [2020-12-12T00:36:19.104Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:19.104Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:19.104Z] OK: 12750 distinct packages available [2020-12-12T00:36:19.104Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:19.104Z] Removing intermediate container e976b0237a86 [2020-12-12T00:36:19.104Z] ---> fdb8035b680a [2020-12-12T00:36:19.104Z] Step 7/29 : COPY . . [2020-12-12T00:36:19.370Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:19.633Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:19.633Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:19.633Z] OK: 12750 distinct packages available [2020-12-12T00:36:19.898Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:20.175Z] Removing intermediate container 8846cb5f1ace [2020-12-12T00:36:20.175Z] ---> 53d61d44eba8 [2020-12-12T00:36:20.175Z] Step 6/22 : COPY go.mod . [2020-12-12T00:36:20.438Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:20.438Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:20.438Z] OK: 12750 distinct packages available [2020-12-12T00:36:20.703Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:20.966Z] Removing intermediate container d4c1708e5c09 [2020-12-12T00:36:20.966Z] ---> 0c8756626e38 [2020-12-12T00:36:20.966Z] Step 6/27 : COPY go.mod . [2020-12-12T00:36:21.925Z] ---> 9891edff81d0 [2020-12-12T00:36:21.925Z] Step 7/22 : RUN go mod download [2020-12-12T00:36:22.204Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15686 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-12T00:36:22.266Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2020-12-12T00:36:23.328Z] ---> Running in ca22f95616c3 [2020-12-12T00:36:23.602Z] ---> 1a35624c6a67 [2020-12-12T00:36:23.602Z] Step 7/27 : RUN go mod download [2020-12-12T00:36:24.180Z] Removing intermediate container 599ae0f00aa2 [2020-12-12T00:36:24.180Z] ---> 333ee2404ef6 [2020-12-12T00:36:24.180Z] Step 6/21 : COPY go.mod . [2020-12-12T00:36:24.759Z] ---> Running in c30a4f27517a [2020-12-12T00:36:24.759Z] Removing intermediate container 5883de9ea20a [2020-12-12T00:36:24.759Z] ---> 6a87cfb23096 [2020-12-12T00:36:24.759Z] Step 6/24 : COPY go.mod . [2020-12-12T00:36:25.711Z] ---> 28f420019eaa [2020-12-12T00:36:25.711Z] Step 7/21 : RUN go mod download [2020-12-12T00:36:27.645Z] ---> 8a67693c91d6 [2020-12-12T00:36:27.645Z] Step 7/24 : RUN go mod download [2020-12-12T00:36:27.907Z] ---> Running in ec4fe10ea85e [2020-12-12T00:36:28.168Z] ---> Running in e139e9e06df1 [2020-12-12T00:36:28.699Z] using credential edgex-jenkins-ssh [2020-12-12T00:36:28.796Z] Cloning the remote Git repository [2020-12-12T00:36:28.872Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:36:29.025Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2020-12-12T00:36:29.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:36:29.145Z] > git --version # timeout=10 [2020-12-12T00:36:29.179Z] > git --version # 'git version 2.17.1' [2020-12-12T00:36:29.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:36:29.266Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:36:30.750Z] Removing intermediate container ca22f95616c3 [2020-12-12T00:36:30.750Z] ---> 4ded9dea1c59 [2020-12-12T00:36:30.750Z] Step 8/22 : COPY . . [2020-12-12T00:36:31.026Z] Removing intermediate container c30a4f27517a [2020-12-12T00:36:31.026Z] ---> e9b66d884452 [2020-12-12T00:36:31.026Z] Step 8/27 : COPY . . [2020-12-12T00:36:43.319Z] Removing intermediate container ec4fe10ea85e [2020-12-12T00:36:43.319Z] ---> d230e7ec8ae7 [2020-12-12T00:36:43.319Z] Step 8/21 : COPY . . [2020-12-12T00:36:43.319Z] Removing intermediate container e139e9e06df1 [2020-12-12T00:36:43.319Z] ---> c73ec3d6b074 [2020-12-12T00:36:43.319Z] Step 8/24 : COPY . . [2020-12-12T00:36:45.255Z] ---> 4ab188106340 [2020-12-12T00:36:45.255Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-12T00:36:46.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:36:46.284Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:36:46.318Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:36:46.371Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:36:46.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:36:46.387Z] > 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-12T00:36:47.173Z] Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-12T00:36:47.819Z] ---> Running in 703d294023e0 [2020-12-12T00:36:48.260Z] Merge succeeded, producing c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 [2020-12-12T00:36:48.261Z] Checking out Revision c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 (PR-2858) [2020-12-12T00:36:47.197Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:36:47.221Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-12T00:36:47.579Z] > git remote # timeout=10 [2020-12-12T00:36:47.608Z] > git config --get remote.origin.url # timeout=10 [2020-12-12T00:36:47.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:36:47.702Z] > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 [2020-12-12T00:36:48.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-12T00:36:48.269Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:36:48.284Z] > git checkout -f c5c77f0ee2871e6d4fc8c802717419cf95ced3f3 # timeout=10 [2020-12-12T00:36:52.852Z] Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" [2020-12-12T00:36:52.882Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-12T00:36:52.862Z] > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 [2020-12-12T00:36:54.675Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:36:55.103Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:36:55.520Z] + + truesudo [2020-12-12T00:36:55.520Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-12T00:36:57.598Z] provisioning config files... [2020-12-12T00:36:57.646Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config7627461003978001283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:36:58.072Z] ---> docker-login.sh [2020-12-12T00:36:58.072Z] nexus3.edgexfoundry.org:10001 [2020-12-12T00:36:59.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:36:59.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:36:59.343Z] Configure a credential helper to remove this warning. See [2020-12-12T00:36:59.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:36:59.343Z] [2020-12-12T00:36:59.343Z] Login Succeeded [2020-12-12T00:36:59.343Z] nexus3.edgexfoundry.org:10002 [2020-12-12T00:36:59.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:36:59.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:36:59.944Z] Configure a credential helper to remove this warning. See [2020-12-12T00:36:59.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:36:59.944Z] [2020-12-12T00:36:59.944Z] Login Succeeded [2020-12-12T00:36:59.944Z] nexus3.edgexfoundry.org:10003 [2020-12-12T00:37:00.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:37:00.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:37:00.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:37:00.545Z] Configure a credential helper to remove this warning. See [2020-12-12T00:37:00.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:37:00.545Z] [2020-12-12T00:37:00.545Z] Login Succeeded [2020-12-12T00:37:00.545Z] nexus3.edgexfoundry.org:10004 [2020-12-12T00:37:01.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:37:01.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:37:01.163Z] Configure a credential helper to remove this warning. See [2020-12-12T00:37:01.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:37:01.163Z] [2020-12-12T00:37:01.163Z] Login Succeeded [2020-12-12T00:37:01.163Z] docker.io [2020-12-12T00:37:01.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:37:02.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:37:02.047Z] Configure a credential helper to remove this warning. See [2020-12-12T00:37:02.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:37:02.047Z] [2020-12-12T00:37:02.047Z] Login Succeeded [2020-12-12T00:37:02.047Z] ---> docker-login.sh ends [Pipeline] } [2020-12-12T00:37:02.068Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-12T00:37:02.564Z] ========================================================= [2020-12-12T00:37:02.564Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-12T00:37:02.564Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:37:02.738Z] ---> 22de402cd4cb [2020-12-12T00:37:02.738Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-12T00:37:02.738Z] ---> 6ea8690d4e3a [2020-12-12T00:37:02.738Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-12T00:37:02.962Z] + 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-12T00:37:04.208Z] ---> Running in d63eea719fd8 [2020-12-12T00:37:04.208Z] ---> Running in 18564dedc5f2 [2020-12-12T00:37:05.612Z] Sending build context to Docker daemon 165.7MB [2020-12-12T00:37:05.612Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-12T00:37:05.612Z] Step 2/7 : FROM ${BASE} [2020-12-12T00:37:05.612Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-12T00:37:05.612Z] 5f621e34cdf4: Pulling fs layer [2020-12-12T00:37:05.612Z] a4357932f1b6: Pulling fs layer [2020-12-12T00:37:05.612Z] 18c013af1878: Pulling fs layer [2020-12-12T00:37:05.612Z] 00ac8860ef70: Pulling fs layer [2020-12-12T00:37:05.612Z] 63d7cb157983: Pulling fs layer [2020-12-12T00:37:05.612Z] b116817d02f9: Pulling fs layer [2020-12-12T00:37:05.612Z] 745a02a5169b: Pulling fs layer [2020-12-12T00:37:05.612Z] 00ac8860ef70: Waiting [2020-12-12T00:37:05.612Z] 63d7cb157983: Waiting [2020-12-12T00:37:05.612Z] b116817d02f9: Waiting [2020-12-12T00:37:05.612Z] 745a02a5169b: Waiting [2020-12-12T00:37:05.612Z] 18c013af1878: Download complete [2020-12-12T00:37:05.612Z] a4357932f1b6: Download complete [2020-12-12T00:37:05.612Z] 63d7cb157983: Verifying Checksum [2020-12-12T00:37:05.612Z] 63d7cb157983: Download complete [2020-12-12T00:37:05.612Z] 5f621e34cdf4: Download complete [2020-12-12T00:37:05.612Z] b116817d02f9: Verifying Checksum [2020-12-12T00:37:05.612Z] b116817d02f9: Download complete [2020-12-12T00:37:06.211Z] 5f621e34cdf4: Pull complete [2020-12-12T00:37:06.814Z] a4357932f1b6: Pull complete [2020-12-12T00:37:07.088Z] 18c013af1878: Pull complete [2020-12-12T00:37:07.606Z] 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-12T00:37:07.606Z] 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-12T00:37:08.533Z] 745a02a5169b: Verifying Checksum [2020-12-12T00:37:08.533Z] 745a02a5169b: Download complete [2020-12-12T00:37:09.513Z] 00ac8860ef70: Verifying Checksum [2020-12-12T00:37:09.513Z] 00ac8860ef70: Download complete [2020-12-12T00:37:15.851Z] ---> 3d862fedac97 [2020-12-12T00:37:15.851Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-12T00:37:16.451Z] ---> Running in 6dfddf0c586e [2020-12-12T00:37:16.451Z] ---> 7a506ad883f3 [2020-12-12T00:37:16.451Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-12T00:37:16.722Z] ---> Running in 42ee01598de4 [2020-12-12T00:37:17.694Z] 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-12T00:37:17.694Z] 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-12T00:37:19.677Z] 00ac8860ef70: Pull complete [2020-12-12T00:37:19.677Z] 63d7cb157983: Pull complete [2020-12-12T00:37:19.677Z] b116817d02f9: Pull complete [2020-12-12T00:37:23.069Z] Removing intermediate container 703d294023e0 [2020-12-12T00:37:23.069Z] ---> 230613bf1317 [2020-12-12T00:37:23.069Z] [2020-12-12T00:37:23.069Z] Step 9/29 : FROM alpine:latest [2020-12-12T00:37:23.069Z] latest: Pulling from library/alpine [2020-12-12T00:37:23.069Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-12T00:37:23.069Z] Status: Downloaded newer image for alpine:latest [2020-12-12T00:37:23.069Z] ---> b14afc6dfb98 [2020-12-12T00:37:23.069Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-12T00:37:23.089Z] 745a02a5169b: Pull complete [2020-12-12T00:37:23.089Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-12T00:37:23.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-12T00:37:23.089Z] ---> b7e6874047d6 [2020-12-12T00:37:23.089Z] 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-12T00:37:23.337Z] ---> Running in 2dcd30cbeacf [2020-12-12T00:37:23.604Z] Removing intermediate container 2dcd30cbeacf [2020-12-12T00:37:23.604Z] ---> 5cf76a623e3f [2020-12-12T00:37:23.604Z] Step 11/29 : USER root [2020-12-12T00:37:23.604Z] ---> Running in 1220afd934b3 [2020-12-12T00:37:23.875Z] Removing intermediate container 1220afd934b3 [2020-12-12T00:37:23.875Z] ---> 9e94868eb84d [2020-12-12T00:37:23.875Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-12T00:37:24.150Z] ---> Running in a2192a224412 [2020-12-12T00:37:25.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:25.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:26.013Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:37:26.013Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:37:26.013Z] OK: 12747 distinct packages available [2020-12-12T00:37:26.287Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-12T00:37:26.287Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-12T00:37:26.557Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:37:26.557Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:37:26.557Z] OK: 6 MiB in 16 packages [2020-12-12T00:37:27.421Z] ---> Running in 075115b7c239 [2020-12-12T00:37:28.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:37:28.534Z] Removing intermediate container a2192a224412 [2020-12-12T00:37:28.534Z] ---> 1d7bc7cc653a [2020-12-12T00:37:28.534Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-12T00:37:28.810Z] ---> Running in 38edcb0043fa [2020-12-12T00:37:29.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:37:29.084Z] Removing intermediate container 38edcb0043fa [2020-12-12T00:37:29.084Z] ---> f011d1d2b057 [2020-12-12T00:37:29.084Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-12T00:37:29.362Z] ---> Running in f6db8d2c1963 [2020-12-12T00:37:29.637Z] Removing intermediate container f6db8d2c1963 [2020-12-12T00:37:29.637Z] ---> 7637c6344cab [2020-12-12T00:37:29.637Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-12T00:37:29.637Z] ---> Running in 889f77bdb704 [2020-12-12T00:37:30.001Z] (1/12) Installing libmagic (5.38-r0) [2020-12-12T00:37:30.275Z] (2/12) Installing file (5.38-r0) [2020-12-12T00:37:30.275Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-12T00:37:30.275Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-12T00:37:33.079Z] Removing intermediate container 889f77bdb704 [2020-12-12T00:37:33.079Z] ---> b6c42b5b9cde [2020-12-12T00:37:33.079Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-12T00:37:33.669Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-12T00:37:33.669Z] (6/12) Installing patch (2.7.6-r6) [2020-12-12T00:37:33.669Z] (7/12) Installing build-base (0.5-r2) [2020-12-12T00:37:33.669Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-12T00:37:33.669Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-12T00:37:33.941Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-12T00:37:33.941Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-12T00:37:33.941Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-12T00:37:34.215Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:37:34.215Z] OK: 217 MiB in 51 packages [2020-12-12T00:37:36.430Z] ---> 66d0af1db885 [2020-12-12T00:37:36.430Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-12T00:37:36.699Z] Removing intermediate container d63eea719fd8 [2020-12-12T00:37:36.699Z] ---> 76e3a03819ca [2020-12-12T00:37:36.699Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-12T00:37:36.699Z] Removing intermediate container 18564dedc5f2 [2020-12-12T00:37:36.699Z] ---> 432ee127a52f [2020-12-12T00:37:36.699Z] [2020-12-12T00:37:36.699Z] Step 10/22 : FROM alpine:3.10 [2020-12-12T00:37:36.970Z] 3.10: Pulling from library/alpine [2020-12-12T00:37:36.970Z] ---> Running in 1d3644672d97 [2020-12-12T00:37:36.970Z] ---> 277bb512fa98 [2020-12-12T00:37:36.970Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-12T00:37:37.943Z] ---> 44d045873884 [2020-12-12T00:37:37.943Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-12T00:37:37.943Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-12T00:37:37.943Z] Status: Downloaded newer image for alpine:3.10 [2020-12-12T00:37:37.943Z] ---> be4e4bea2c2e [2020-12-12T00:37:37.943Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:37:37.943Z] 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-12T00:37:38.213Z] ---> Running in 5b56f57ab0be [2020-12-12T00:37:38.481Z] ---> 28d24358378e [2020-12-12T00:37:38.481Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-12T00:37:38.579Z] Removing intermediate container 075115b7c239 [2020-12-12T00:37:38.579Z] ---> c77712b66530 [2020-12-12T00:37:38.579Z] Step 4/7 : WORKDIR /edgex-go [2020-12-12T00:37:38.579Z] ---> Running in 510c54dabe69 [2020-12-12T00:37:38.757Z] 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-12T00:37:39.036Z] ---> 44bc59374143 [2020-12-12T00:37:39.036Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-12T00:37:39.036Z] ---> Running in 049f9d807e58 [2020-12-12T00:37:39.179Z] Removing intermediate container 510c54dabe69 [2020-12-12T00:37:39.179Z] ---> aa08f3c9a4ff [2020-12-12T00:37:39.179Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-12T00:37:39.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:39.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:39.587Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-12T00:37:39.587Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-12T00:37:39.587Z] OK: 10348 distinct packages available [2020-12-12T00:37:39.851Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-12T00:37:39.851Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-12T00:37:39.851Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-12T00:37:39.851Z] (4/5) Installing curl (7.66.0-r3) [2020-12-12T00:37:39.851Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-12T00:37:39.851Z] Executing busybox-1.30.1-r3.trigger [2020-12-12T00:37:40.128Z] Executing ca-certificates-20191127-r2.trigger [2020-12-12T00:37:40.128Z] OK: 7 MiB in 19 packages [2020-12-12T00:37:40.170Z] latest: Pulling from library/docker [2020-12-12T00:37:40.170Z] a3cc7d3b244e: Pulling fs layer [2020-12-12T00:37:40.170Z] 02a3295e0d61: Pulling fs layer [2020-12-12T00:37:40.170Z] 0f4f2e6d8100: Pulling fs layer [2020-12-12T00:37:40.170Z] 330b718f631f: Pulling fs layer [2020-12-12T00:37:40.170Z] a93816041522: Pulling fs layer [2020-12-12T00:37:40.170Z] bdb6da89ff94: Pulling fs layer [2020-12-12T00:37:40.170Z] 2a70c0c122f4: Pulling fs layer [2020-12-12T00:37:40.170Z] a93816041522: Waiting [2020-12-12T00:37:40.170Z] 2a70c0c122f4: Waiting [2020-12-12T00:37:40.170Z] bdb6da89ff94: Waiting [2020-12-12T00:37:40.170Z] 330b718f631f: Waiting [2020-12-12T00:37:40.451Z] 0f4f2e6d8100: Verifying Checksum [2020-12-12T00:37:40.451Z] 0f4f2e6d8100: Download complete [2020-12-12T00:37:40.451Z] 02a3295e0d61: Verifying Checksum [2020-12-12T00:37:40.451Z] 02a3295e0d61: Download complete [2020-12-12T00:37:40.451Z] a3cc7d3b244e: Verifying Checksum [2020-12-12T00:37:40.451Z] a3cc7d3b244e: Download complete [2020-12-12T00:37:40.451Z] a93816041522: Verifying Checksum [2020-12-12T00:37:40.451Z] a93816041522: Download complete [2020-12-12T00:37:40.451Z] bdb6da89ff94: Verifying Checksum [2020-12-12T00:37:40.451Z] bdb6da89ff94: Download complete [2020-12-12T00:37:40.725Z] Removing intermediate container 1d3644672d97 [2020-12-12T00:37:40.725Z] ---> a61709cd412a [2020-12-12T00:37:40.725Z] [2020-12-12T00:37:40.725Z] Step 11/27 : FROM docker:latest [2020-12-12T00:37:40.725Z] ---> aefe523efa57 [2020-12-12T00:37:40.725Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-12T00:37:40.741Z] 2a70c0c122f4: Download complete [2020-12-12T00:37:41.004Z] ---> Running in 6e1dae104e22 [2020-12-12T00:37:41.004Z] Removing intermediate container 049f9d807e58 [2020-12-12T00:37:41.004Z] ---> 75c641a41ec0 [2020-12-12T00:37:41.004Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:37:41.018Z] a3cc7d3b244e: Pull complete [2020-12-12T00:37:41.968Z] Removing intermediate container 5b56f57ab0be [2020-12-12T00:37:41.969Z] ---> 11c40d3015bd [2020-12-12T00:37:41.969Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-12T00:37:41.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:41.969Z] ---> b73672949a60 [2020-12-12T00:37:41.969Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:37:41.969Z] ---> Running in e1a870ab1163 [2020-12-12T00:37:41.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:41.969Z] ---> Running in 173d6ef34643 [2020-12-12T00:37:42.023Z] 02a3295e0d61: Pull complete [2020-12-12T00:37:42.278Z] (1/2) Installing readline (8.0.4-r0) [2020-12-12T00:37:42.278Z] (2/2) Installing bash (5.0.17-r0) [2020-12-12T00:37:42.278Z] Executing bash-5.0.17-r0.post-install [2020-12-12T00:37:42.300Z] 330b718f631f: Verifying Checksum [2020-12-12T00:37:42.300Z] 330b718f631f: Download complete [2020-12-12T00:37:42.300Z] 0f4f2e6d8100: Pull complete [2020-12-12T00:37:42.586Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:37:42.586Z] OK: 12 MiB in 22 packages [2020-12-12T00:37:42.878Z] Removing intermediate container e1a870ab1163 [2020-12-12T00:37:42.879Z] ---> a8c40181443f [2020-12-12T00:37:42.879Z] Step 13/22 : WORKDIR / [2020-12-12T00:37:44.363Z] ---> Running in ee0120b6937d [2020-12-12T00:37:44.650Z] Removing intermediate container 6dfddf0c586e [2020-12-12T00:37:44.650Z] ---> 21af5e257778 [2020-12-12T00:37:44.650Z] [2020-12-12T00:37:44.650Z] Step 10/24 : FROM alpine:3.10 [2020-12-12T00:37:44.650Z] ---> be4e4bea2c2e [2020-12-12T00:37:44.650Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:37:44.650Z] ---> Using cache [2020-12-12T00:37:44.650Z] ---> 11c40d3015bd [2020-12-12T00:37:44.650Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:37:44.650Z] ---> Running in 8df079e108da [2020-12-12T00:37:44.971Z] Removing intermediate container ee0120b6937d [2020-12-12T00:37:44.971Z] ---> 9fa86f8a91ff [2020-12-12T00:37:44.971Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-12T00:37:45.712Z] 330b718f631f: Pull complete [2020-12-12T00:37:46.311Z] a93816041522: Pull complete [2020-12-12T00:37:46.364Z] Removing intermediate container 6e1dae104e22 [2020-12-12T00:37:46.365Z] ---> 800a8954f3db [2020-12-12T00:37:46.365Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-12T00:37:46.585Z] bdb6da89ff94: Pull complete [2020-12-12T00:37:46.860Z] 2a70c0c122f4: Pull complete [2020-12-12T00:37:46.860Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-12T00:37:46.860Z] Status: Downloaded newer image for docker:latest [2020-12-12T00:37:46.942Z] Removing intermediate container 8df079e108da [2020-12-12T00:37:46.942Z] ---> 4ea31db9abda [2020-12-12T00:37:46.942Z] Step 13/24 : WORKDIR / [2020-12-12T00:37:46.942Z] ---> Running in c163a9eb0edc [2020-12-12T00:37:46.942Z] ---> 5150a710e383 [2020-12-12T00:37:46.942Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-12T00:37:47.203Z] ---> Running in e752a7bcf837 [2020-12-12T00:37:47.203Z] Removing intermediate container 42ee01598de4 [2020-12-12T00:37:47.203Z] ---> 51e84e202d17 [2020-12-12T00:37:47.203Z] [2020-12-12T00:37:47.203Z] Step 10/21 : FROM scratch [2020-12-12T00:37:47.203Z] ---> [2020-12-12T00:37:47.203Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:37:47.469Z] Removing intermediate container 173d6ef34643 [2020-12-12T00:37:47.469Z] ---> d8f74c2401be [2020-12-12T00:37:47.469Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-12T00:37:47.469Z] ---> Running in 8c0351d9a11c [2020-12-12T00:37:47.469Z] Removing intermediate container e752a7bcf837 [2020-12-12T00:37:47.469Z] ---> 467be4171219 [2020-12-12T00:37:47.469Z] 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-12T00:37:47.731Z] ---> 1e4d41104266 [2020-12-12T00:37:47.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-12T00:37:47.731Z] ---> Running in fc53fc16ac1d [2020-12-12T00:37:47.994Z] Removing intermediate container 8c0351d9a11c [2020-12-12T00:37:47.994Z] ---> 5779c8ac1d97 [2020-12-12T00:37:47.994Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-12T00:37:47.994Z] ---> f3a8a4bac8a6 [2020-12-12T00:37:47.994Z] 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-12T00:37:47.994Z] ---> Running in c05b4228555b [2020-12-12T00:37:48.259Z] ---> f64d470fe8e2 [2020-12-12T00:37:48.259Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:48.528Z] Removing intermediate container c05b4228555b [2020-12-12T00:37:48.528Z] ---> 746237f51918 [2020-12-12T00:37:48.528Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-12T00:37:48.528Z] ---> 9836b2929719 [2020-12-12T00:37:48.528Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:49.105Z] ---> Running in ba4414295cce [2020-12-12T00:37:49.105Z] ---> 4a26bdeccab6 [2020-12-12T00:37:49.105Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-12T00:37:49.105Z] Removing intermediate container c163a9eb0edc [2020-12-12T00:37:49.105Z] ---> fb05f5ffd6a9 [2020-12-12T00:37:49.105Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-12T00:37:49.372Z] ---> 24958fafc1e1 [2020-12-12T00:37:49.372Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-12T00:37:49.372Z] ---> Running in fb5b1dbffcf1 [2020-12-12T00:37:49.372Z] ---> Running in c63fc1cc318e [2020-12-12T00:37:49.637Z] Removing intermediate container ba4414295cce [2020-12-12T00:37:49.637Z] ---> fc1ff5132261 [2020-12-12T00:37:49.637Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-12T00:37:49.898Z] Removing intermediate container fb5b1dbffcf1 [2020-12-12T00:37:49.898Z] ---> 92f025bc8a1a [2020-12-12T00:37:49.898Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-12T00:37:50.171Z] ---> e569e25fb071 [2020-12-12T00:37:50.171Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-12T00:37:50.171Z] ---> 22e5f4a9450d [2020-12-12T00:37:50.171Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-12T00:37:50.171Z] Removing intermediate container fc53fc16ac1d [2020-12-12T00:37:50.171Z] ---> 9ed7fc0a363c [2020-12-12T00:37:50.171Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:37:50.171Z] ---> Running in 28decb29e132 [2020-12-12T00:37:50.171Z] ---> Running in 1ac97e7afe1c [2020-12-12T00:37:50.435Z] Removing intermediate container 28decb29e132 [2020-12-12T00:37:50.435Z] ---> a6969cb7904c [2020-12-12T00:37:50.435Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-12T00:37:50.700Z] ---> Running in 3e8050f9e1ac [2020-12-12T00:37:50.700Z] Removing intermediate container 1ac97e7afe1c [2020-12-12T00:37:50.700Z] ---> d97020e602dc [2020-12-12T00:37:50.700Z] Step 26/29 : CMD [ "generate" ] [2020-12-12T00:37:50.973Z] ---> 61492d59183f [2020-12-12T00:37:50.973Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:50.973Z] ---> 2b206967f267 [2020-12-12T00:37:50.973Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:37:50.973Z] Removing intermediate container 3e8050f9e1ac [2020-12-12T00:37:50.973Z] ---> ee21196f86d4 [2020-12-12T00:37:50.973Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-12T00:37:50.973Z] ---> Running in d51a2fe048c2 [2020-12-12T00:37:51.177Z] ---> 6634cb7df39b [2020-12-12T00:37:51.177Z] Step 6/7 : COPY go.mod . [2020-12-12T00:37:51.177Z] ---> 9b32462f6db1 [2020-12-12T00:37:51.177Z] Step 7/7 : RUN go mod download [2020-12-12T00:37:51.236Z] Removing intermediate container c63fc1cc318e [2020-12-12T00:37:51.236Z] ---> 800be7aa5396 [2020-12-12T00:37:51.236Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-12T00:37:51.460Z] ---> Running in fbb85f788e60 [2020-12-12T00:37:51.809Z] ---> 8b5736bd6294 [2020-12-12T00:37:51.809Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-12T00:37:52.075Z] ---> Running in e044040cccf4 [2020-12-12T00:37:52.075Z] Removing intermediate container d51a2fe048c2 [2020-12-12T00:37:52.075Z] ---> c5ca468acb82 [2020-12-12T00:37:52.075Z] Step 27/29 : LABEL arch=x86_64 [2020-12-12T00:37:52.075Z] ---> 295b1a1f945f [2020-12-12T00:37:52.075Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:37:52.075Z] ---> 39c7525f853b [2020-12-12T00:37:52.075Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:52.075Z] ---> Running in c3c6b61a3125 [2020-12-12T00:37:52.075Z] ---> Running in 6156246d4a3d [2020-12-12T00:37:52.337Z] ---> Running in da0254b79950 [2020-12-12T00:37:52.337Z] Removing intermediate container e044040cccf4 [2020-12-12T00:37:52.337Z] ---> a9fd8751b5e0 [2020-12-12T00:37:52.337Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:37:52.598Z] ---> Running in ba0933d938b3 [2020-12-12T00:37:52.598Z] Removing intermediate container 6156246d4a3d [2020-12-12T00:37:52.598Z] ---> c1bc0f617942 [2020-12-12T00:37:52.598Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:37:52.598Z] Removing intermediate container c3c6b61a3125 [2020-12-12T00:37:52.598Z] ---> 57ce8eec94b3 [2020-12-12T00:37:52.598Z] Step 28/29 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:37:52.863Z] ---> 9251a19a4aa1 [2020-12-12T00:37:52.863Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-12T00:37:52.863Z] ---> Running in b112a1694b20 [2020-12-12T00:37:52.863Z] ---> Running in a93efc3ca3a6 [2020-12-12T00:37:53.129Z] Removing intermediate container ba0933d938b3 [2020-12-12T00:37:53.129Z] ---> dc890e947d99 [2020-12-12T00:37:53.129Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:37:53.129Z] ---> Running in 0da475498782 [2020-12-12T00:37:53.129Z] Removing intermediate container b112a1694b20 [2020-12-12T00:37:53.129Z] ---> e715ed0dff3e [2020-12-12T00:37:53.129Z] Step 19/21 : LABEL arch=x86_64 [2020-12-12T00:37:53.391Z] Removing intermediate container a93efc3ca3a6 [2020-12-12T00:37:53.392Z] ---> 38dabbd585c1 [2020-12-12T00:37:53.392Z] Step 29/29 : LABEL version=0.0.0 [2020-12-12T00:37:53.392Z] ---> e91c68a5ec04 [2020-12-12T00:37:53.392Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-12T00:37:53.392Z] ---> Running in 533081027e9d [2020-12-12T00:37:53.654Z] ---> Running in fba0c60e49bf [2020-12-12T00:37:53.654Z] ---> Running in 32519ddc4b60 [2020-12-12T00:37:53.654Z] Removing intermediate container 0da475498782 [2020-12-12T00:37:53.654Z] ---> ad442219aae3 [2020-12-12T00:37:53.654Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:37:53.654Z] Removing intermediate container 533081027e9d [2020-12-12T00:37:53.654Z] ---> 40c62b611de7 [2020-12-12T00:37:53.654Z] Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:37:53.916Z] ---> Running in befeb2930134 [2020-12-12T00:37:54.184Z] ---> Running in 7c4f804cd8ef [2020-12-12T00:37:54.184Z] Removing intermediate container da0254b79950 [2020-12-12T00:37:54.184Z] ---> 2dbe8e3b9e85 [2020-12-12T00:37:54.184Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:37:54.184Z] Removing intermediate container fba0c60e49bf [2020-12-12T00:37:54.184Z] ---> 4b79cf080e96 [2020-12-12T00:37:54.184Z] [2020-12-12T00:37:54.447Z] Removing intermediate container befeb2930134 [2020-12-12T00:37:54.447Z] ---> 96a754921e53 [2020-12-12T00:37:54.447Z] [2020-12-12T00:37:54.447Z] ---> Running in ec7175e78703 [2020-12-12T00:37:54.447Z] Removing intermediate container 7c4f804cd8ef [2020-12-12T00:37:54.447Z] ---> 7d0b1425170b [2020-12-12T00:37:54.447Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:37:54.447Z] Successfully built 4b79cf080e96 [2020-12-12T00:37:54.447Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-12T00:37:54.447Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [2020-12-12T00:37:54.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:54.709Z] ---> Running in 0b7444308e97 [2020-12-12T00:37:54.709Z] Successfully built 96a754921e53 [2020-12-12T00:37:54.709Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-12T00:37:54.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:54.709Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-12T00:37:54.709Z] Removing intermediate container ec7175e78703 [2020-12-12T00:37:54.709Z] ---> 3715a9a1dbf2 [2020-12-12T00:37:54.709Z] Step 22/24 : LABEL arch=x86_64 [2020-12-12T00:37:54.709Z] ---> Running in c8d739783aa0 [2020-12-12T00:37:54.709Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-12T00:37:54.709Z] (2/33) Installing expat (2.2.9-r1) [2020-12-12T00:37:54.709Z] (3/33) Installing libffi (3.3-r2) [2020-12-12T00:37:54.977Z] (4/33) Installing gdbm (1.13-r1) [2020-12-12T00:37:54.977Z] Removing intermediate container 0b7444308e97 [2020-12-12T00:37:54.977Z] ---> 8236c61bca23 [2020-12-12T00:37:54.977Z] [2020-12-12T00:37:54.977Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-12T00:37:54.977Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-12T00:37:54.977Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-12T00:37:54.977Z] Successfully built 8236c61bca23 [2020-12-12T00:37:55.239Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-12T00:37:55.239Z] Building docker-support-notifications-go [2020-12-12T00:37:55.239Z]  Building docker-support-scheduler-go ... done Removing intermediate container c8d739783aa0 [2020-12-12T00:37:55.239Z] ---> 268a285cabd1 [2020-12-12T00:37:55.239Z] Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:38:07.506Z] ---> Running in ed9087ef88d1 [2020-12-12T00:38:07.506Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-12T00:38:07.506Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-12T00:38:07.506Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-12T00:38:07.506Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-12T00:38:07.768Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-12T00:38:08.345Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-12T00:38:08.345Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-12T00:38:08.610Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-12T00:38:08.610Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-12T00:38:08.610Z] Removing intermediate container ed9087ef88d1 [2020-12-12T00:38:08.610Z] ---> b9c427054bca [2020-12-12T00:38:08.610Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:38:08.872Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-12T00:38:09.139Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-12T00:38:09.139Z] ---> Running in 47b3f1d85dda [2020-12-12T00:38:09.139Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-12T00:38:09.139Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-12T00:38:09.724Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-12T00:38:09.998Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-12T00:38:09.998Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-12T00:38:09.998Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-12T00:38:10.586Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-12T00:38:10.849Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-12T00:38:12.281Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-12T00:38:12.547Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-12T00:38:12.810Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-12T00:38:12.810Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-12T00:38:13.767Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-12T00:38:14.727Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-12T00:38:14.727Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-12T00:38:16.137Z] Removing intermediate container 47b3f1d85dda [2020-12-12T00:38:16.138Z] ---> a810af25b925 [2020-12-12T00:38:16.138Z] [2020-12-12T00:38:17.096Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:38:17.096Z] OK: 71 MiB in 55 packages [2020-12-12T00:38:18.504Z] Successfully built a810af25b925 [2020-12-12T00:38:18.504Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-12T00:38:18.504Z] Building docker-core-metadata-go [2020-12-12T00:38:23.832Z] Removing intermediate container fbb85f788e60 [2020-12-12T00:38:23.832Z] ---> 7157ae00f963 [2020-12-12T00:38:23.832Z] Successfully built 7157ae00f963 [2020-12-12T00:38:23.832Z] Successfully tagged ci-base-image-arm64:latest [2020-12-12T00:38:23.842Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:23.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:23.842Z] ---> c7b288ce1741 [2020-12-12T00:38:23.842Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 5ffd576abcb8 [2020-12-12T00:38:23.842Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> e186972103dd [2020-12-12T00:38:23.842Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 6a87cfb23096 [2020-12-12T00:38:23.842Z] Step 6/22 : COPY go.mod . [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 8a67693c91d6 [2020-12-12T00:38:23.842Z] Step 7/22 : RUN go mod download [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> c73ec3d6b074 [2020-12-12T00:38:23.842Z] Step 8/22 : COPY . . [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 3d862fedac97 [2020-12-12T00:38:23.842Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-12T00:38:23.842Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:23.842Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:23.842Z] ---> c7b288ce1741 [2020-12-12T00:38:23.842Z] Step 3/23 : WORKDIR /edgex-go [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 5ffd576abcb8 [2020-12-12T00:38:23.842Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> e186972103dd [2020-12-12T00:38:23.842Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-12T00:38:23.842Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:23.842Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:23.842Z] ---> c7b288ce1741 [2020-12-12T00:38:23.842Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> 5ffd576abcb8 [2020-12-12T00:38:23.842Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:23.842Z] ---> Using cache [2020-12-12T00:38:23.842Z] ---> e186972103dd [2020-12-12T00:38:23.842Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:38:24.185Z] + docker inspect -f . ci-base-image-arm64 [2020-12-12T00:38:24.185Z] . [Pipeline] withDockerContainer [2020-12-12T00:38:24.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container [2020-12-12T00:38:24.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-12T00:38:25.242Z] ---> Running in 2698b6ee7afa [2020-12-12T00:38:25.242Z] ---> Running in cdd2261e1bb0 [2020-12-12T00:38:25.242Z] ---> Running in 08432d37f49a [2020-12-12T00:38:26.409Z] $ docker top ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:38:27.556Z] + go version [2020-12-12T00:38:27.556Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-12T00:38:27.579Z] $ docker stop --time=1 ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 [2020-12-12T00:38:28.572Z] 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-12T00:38:28.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:28.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:29.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:29.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:29.684Z] $ docker rm -f ad8dc9baaccbb66286fddada18810581e72bfd9a09cec17961ad25dd6716e957 [2020-12-12T00:38:29.780Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:38:29.780Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:38:29.780Z] OK: 12750 distinct packages available [2020-12-12T00:38:29.780Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:38:29.780Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:38:29.780Z] OK: 12750 distinct packages available [Pipeline] // withDockerContainer [2020-12-12T00:38:30.048Z] OK: 233 MiB in 51 packages [2020-12-12T00:38:30.048Z] OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:38:31.076Z] + docker inspect -f . ci-base-image-arm64 [2020-12-12T00:38:31.076Z] . [Pipeline] withDockerContainer [2020-12-12T00:38:31.385Z] prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container [2020-12-12T00:38:31.490Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-12T00:38:33.062Z] $ docker top 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-12T00:38:33.481Z] ========================================================= [2020-12-12T00:38:33.481Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-12T00:38:33.481Z] ========================================================= [Pipeline] sh [2020-12-12T00:38:34.148Z] + make test [2020-12-12T00:38:34.148Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-12T00:38:36.711Z] Removing intermediate container 2698b6ee7afa [2020-12-12T00:38:36.712Z] ---> d592eac9ee76 [2020-12-12T00:38:36.712Z] Step 6/24 : COPY go.mod . [2020-12-12T00:38:36.712Z] Removing intermediate container cdd2261e1bb0 [2020-12-12T00:38:36.712Z] ---> 97de27e9126c [2020-12-12T00:38:36.712Z] Step 6/23 : COPY go.mod . [2020-12-12T00:38:36.990Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:36.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:36.990Z] ---> c7b288ce1741 [2020-12-12T00:38:36.990Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> 5ffd576abcb8 [2020-12-12T00:38:36.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> e186972103dd [2020-12-12T00:38:36.990Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> 6a87cfb23096 [2020-12-12T00:38:36.990Z] Step 6/22 : COPY go.mod . [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> 8a67693c91d6 [2020-12-12T00:38:36.990Z] Step 7/22 : RUN go mod download [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> c73ec3d6b074 [2020-12-12T00:38:36.990Z] Step 8/22 : COPY . . [2020-12-12T00:38:36.990Z] ---> Using cache [2020-12-12T00:38:36.990Z] ---> 3d862fedac97 [2020-12-12T00:38:36.990Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-12T00:38:37.990Z] ---> 5fb9e6679639 [2020-12-12T00:38:37.990Z] Step 7/24 : RUN go mod download [2020-12-12T00:38:37.990Z] ---> 16f74c9d5ae6 [2020-12-12T00:38:37.990Z] Step 7/23 : RUN go mod download [2020-12-12T00:38:37.990Z] ---> Running in e24bafd3a913 [2020-12-12T00:38:38.263Z] ---> Running in d4c9e47ed15e [2020-12-12T00:38:38.263Z] ---> Running in 85e012143218 [2020-12-12T00:38:38.870Z] Removing intermediate container 32519ddc4b60 [2020-12-12T00:38:38.870Z] ---> dfb650264a8d [2020-12-12T00:38:38.870Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-12T00:38:38.870Z] ---> Running in 55a825448e55 [2020-12-12T00:38:39.149Z] 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-12T00:38:41.103Z] Removing intermediate container d4c9e47ed15e [2020-12-12T00:38:41.103Z] ---> 92e46fa0efaa [2020-12-12T00:38:41.103Z] Step 8/24 : COPY . . [2020-12-12T00:38:41.377Z] Removing intermediate container 85e012143218 [2020-12-12T00:38:41.377Z] ---> d2baddbe815c [2020-12-12T00:38:41.377Z] Step 8/23 : COPY . . [2020-12-12T00:38:44.734Z] Collecting docker-compose==1.23.2 [2020-12-12T00:38:44.734Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-12T00:38:46.706Z] 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-12T00:38:48.115Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-12T00:38:48.115Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-12T00:38:53.500Z] Collecting PyYAML<4,>=3.10 [2020-12-12T00:38:53.500Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-12T00:38:54.476Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-12T00:38:54.476Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-12T00:38:58.701Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-12T00:38:58.701Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-12T00:39:00.115Z] Collecting docopt<0.7,>=0.6.1 [2020-12-12T00:39:00.115Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-12T00:39:01.114Z] Collecting docker<4.0,>=3.6.0 [2020-12-12T00:39:01.114Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-12T00:39:02.533Z] Collecting jsonschema<3,>=2.5.1 [2020-12-12T00:39:02.533Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-12T00:39:04.467Z] Collecting texttable<0.10,>=0.9.0 [2020-12-12T00:39:04.467Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-12T00:39:05.086Z] Collecting cached-property<2,>=1.2.0 [2020-12-12T00:39:05.086Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-12T00:39:05.763Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-12T00:39:06.026Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-12T00:39:06.555Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-12T00:39:07.434Z] Collecting idna<2.8,>=2.5 [2020-12-12T00:39:07.434Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-12T00:39:09.391Z] 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-12T00:39:09.391Z] 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-12T00:39:10.347Z] Collecting docker-pycreds>=0.4.0 [2020-12-12T00:39:10.347Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-12T00:39:10.347Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-12T00:39:10.347Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-12T00:39:10.347Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-12T00:39:10.347Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-12T00:39:10.936Z] Installing collected packages: dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docopt, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose [2020-12-12T00:39:10.936Z] Running setup.py install for dockerpty: started [2020-12-12T00:39:12.356Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-12T00:39:12.356Z] Running setup.py install for PyYAML: started [2020-12-12T00:39:13.762Z] Removing intermediate container 08432d37f49a [2020-12-12T00:39:13.762Z] ---> 25ee0efbf1cb [2020-12-12T00:39:13.762Z] [2020-12-12T00:39:13.762Z] Step 10/22 : FROM scratch [2020-12-12T00:39:13.762Z] ---> [2020-12-12T00:39:13.762Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:39:13.762Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-12T00:39:13.762Z] Attempting uninstall: urllib3 [2020-12-12T00:39:13.762Z] Found existing installation: urllib3 1.25.9 [2020-12-12T00:39:13.762Z] Uninstalling urllib3-1.25.9: [2020-12-12T00:39:13.762Z] Successfully uninstalled urllib3-1.25.9 [2020-12-12T00:39:14.035Z] ---> af9a50549498 [2020-12-12T00:39:14.035Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-12T00:39:14.297Z] ---> Using cache [2020-12-12T00:39:14.297Z] ---> 5779c8ac1d97 [2020-12-12T00:39:14.297Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-12T00:39:14.560Z] ---> Running in c4da8eeb8b05 [2020-12-12T00:39:14.560Z] Attempting uninstall: idna [2020-12-12T00:39:14.560Z] Found existing installation: idna 2.9 [2020-12-12T00:39:14.836Z] Uninstalling idna-2.9: [2020-12-12T00:39:14.836Z] ---> Running in b84e7d75c1d9 [2020-12-12T00:39:14.836Z] ---> 0b00ae4f6f03 [2020-12-12T00:39:14.836Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-12T00:39:14.836Z] Successfully uninstalled idna-2.9 [2020-12-12T00:39:14.836Z] ---> Running in dd2818f78785 [2020-12-12T00:39:15.099Z] Attempting uninstall: requests [2020-12-12T00:39:15.099Z] Found existing installation: requests 2.23.0 [2020-12-12T00:39:15.099Z] Uninstalling requests-2.23.0: [2020-12-12T00:39:15.099Z] Successfully uninstalled requests-2.23.0 [2020-12-12T00:39:15.364Z] Removing intermediate container b84e7d75c1d9 [2020-12-12T00:39:15.364Z] ---> 578ddb361596 [2020-12-12T00:39:15.364Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:39:15.631Z] ---> Running in 57d866dbbacd [2020-12-12T00:39:15.631Z] Running setup.py install for docopt: started [2020-12-12T00:39:15.902Z] 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-12T00:39:15.902Z] Removing intermediate container 57d866dbbacd [2020-12-12T00:39:15.902Z] ---> 20e8864a481b [2020-12-12T00:39:15.902Z] Step 14/22 : WORKDIR / [2020-12-12T00:39:15.902Z] ---> Running in 89a6b8975f59 [2020-12-12T00:39:15.902Z] 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-12T00:39:16.167Z] Running setup.py install for docopt: finished with status 'done' [2020-12-12T00:39:16.167Z] Removing intermediate container 89a6b8975f59 [2020-12-12T00:39:16.167Z] ---> 7572ada59e9e [2020-12-12T00:39:16.167Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-12T00:39:17.592Z] ---> 1c811d199ba3 [2020-12-12T00:39:17.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-12T00:39:17.592Z] Running setup.py install for texttable: started [2020-12-12T00:39:18.201Z] Running setup.py install for texttable: finished with status 'done' [2020-12-12T00:39:18.480Z] ---> d09c40c203a7 [2020-12-12T00:39:18.481Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:18.762Z] 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-12T00:39:21.355Z] ---> 626bac67a503 [2020-12-12T00:39:21.355Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-12T00:39:22.780Z] ---> Running in ea8f506bf65b [2020-12-12T00:39:23.054Z] Removing intermediate container e24bafd3a913 [2020-12-12T00:39:23.054Z] ---> 49e520f63d0f [2020-12-12T00:39:23.054Z] [2020-12-12T00:39:23.054Z] Step 10/22 : FROM scratch [2020-12-12T00:39:23.054Z] ---> [2020-12-12T00:39:23.054Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:39:23.320Z] ---> Using cache [2020-12-12T00:39:23.320Z] ---> 5779c8ac1d97 [2020-12-12T00:39:23.320Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-12T00:39:25.256Z] ---> Running in d0fb0c9b8d62 [2020-12-12T00:39:25.256Z] Removing intermediate container ea8f506bf65b [2020-12-12T00:39:25.256Z] ---> d7d38ee35d2d [2020-12-12T00:39:25.256Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:25.256Z] Removing intermediate container 55a825448e55 [2020-12-12T00:39:25.256Z] ---> fcff98094e90 [2020-12-12T00:39:25.256Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-12T00:39:25.524Z] ---> Running in f6fc28d11fd5 [2020-12-12T00:39:25.524Z] Removing intermediate container d0fb0c9b8d62 [2020-12-12T00:39:25.524Z] ---> 586961ba92dc [2020-12-12T00:39:25.524Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:39:25.524Z] ---> Running in b1bcf5c7eae2 [2020-12-12T00:39:25.789Z] ---> Running in 0a530424785e [2020-12-12T00:39:26.057Z] Removing intermediate container f6fc28d11fd5 [2020-12-12T00:39:26.057Z] ---> 1cd918e8e64f [2020-12-12T00:39:26.057Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:39:26.326Z] Removing intermediate container 0a530424785e [2020-12-12T00:39:26.326Z] ---> e29a71de181a [2020-12-12T00:39:26.326Z] Step 14/22 : WORKDIR / [2020-12-12T00:39:26.326Z] ---> Running in 962bce7c38b4 [2020-12-12T00:39:26.326Z] ---> Running in 3dfdf814b938 [2020-12-12T00:39:27.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:27.283Z] Removing intermediate container 3dfdf814b938 [2020-12-12T00:39:27.283Z] ---> a318b17a8c1d [2020-12-12T00:39:27.283Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-12T00:39:27.553Z] Removing intermediate container 962bce7c38b4 [2020-12-12T00:39:27.553Z] ---> 4579365c4a23 [2020-12-12T00:39:27.553Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:39:27.553Z] ---> Running in ce8640d02c16 [2020-12-12T00:39:27.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:27.818Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:39:28.394Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-12T00:39:28.394Z] (3/3) Installing curl (7.69.1-r3) [2020-12-12T00:39:28.394Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:39:28.394Z] OK: 72 MiB in 58 packages [2020-12-12T00:39:28.984Z] ---> 94dee8dabe92 [2020-12-12T00:39:28.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-12T00:39:28.984Z] Removing intermediate container ce8640d02c16 [2020-12-12T00:39:28.984Z] ---> a88291a7a87b [2020-12-12T00:39:28.984Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:39:29.588Z] ---> Running in 152f57c57391 [2020-12-12T00:39:29.868Z] Removing intermediate container 152f57c57391 [2020-12-12T00:39:29.868Z] ---> f0836dba27c2 [2020-12-12T00:39:29.868Z] [2020-12-12T00:39:29.868Z] ---> e624c94707ab [2020-12-12T00:39:29.868Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:30.142Z] Successfully built f0836dba27c2 [2020-12-12T00:39:30.142Z] Successfully tagged docker-core-command-go:latest [2020-12-12T00:39:30.142Z] Building docker-security-proxy-setup-go [2020-12-12T00:39:30.142Z]  Building docker-core-command-go ... done Removing intermediate container b1bcf5c7eae2 [2020-12-12T00:39:30.142Z] ---> 6c51f7707b25 [2020-12-12T00:39:30.142Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-12T00:39:30.416Z] ---> Running in 2f9e2b8777e2 [2020-12-12T00:39:30.416Z] ---> 74ebfc7543e6 [2020-12-12T00:39:30.416Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-12T00:39:30.690Z] ---> Running in 038b872f716e [2020-12-12T00:39:30.690Z] Removing intermediate container 2f9e2b8777e2 [2020-12-12T00:39:30.690Z] ---> 561735a979ff [2020-12-12T00:39:30.690Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:30.973Z] ---> Running in 8891965a0610 [2020-12-12T00:39:30.973Z] Removing intermediate container 038b872f716e [2020-12-12T00:39:30.973Z] ---> e7838f379115 [2020-12-12T00:39:30.973Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:34.322Z] ---> Running in a31f85d9cc3c [2020-12-12T00:39:35.713Z] Removing intermediate container 8891965a0610 [2020-12-12T00:39:35.713Z] ---> 5abbc32f16f3 [2020-12-12T00:39:35.713Z] Step 25/27 : LABEL arch=x86_64 [2020-12-12T00:39:36.666Z] ---> Running in 8dacaddcfff4 [2020-12-12T00:39:36.666Z] Removing intermediate container a31f85d9cc3c [2020-12-12T00:39:36.666Z] ---> 98f357a319ab [2020-12-12T00:39:36.666Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:39:38.085Z] ---> Running in 76d6264eac6e [2020-12-12T00:39:39.051Z] Removing intermediate container 8dacaddcfff4 [2020-12-12T00:39:39.051Z] ---> d7cdbab5af5e [2020-12-12T00:39:39.051Z] Step 26/27 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:39:41.041Z] ---> Running in f92bb4011bdf [2020-12-12T00:39:41.041Z] Removing intermediate container 76d6264eac6e [2020-12-12T00:39:41.041Z] ---> 07b17f65d5ac [2020-12-12T00:39:41.041Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:39:41.041Z] ---> Running in ca5196156828 [2020-12-12T00:39:41.305Z] Removing intermediate container f92bb4011bdf [2020-12-12T00:39:41.305Z] ---> 6d0b7560e1ef [2020-12-12T00:39:41.305Z] Step 27/27 : LABEL version=0.0.0 [2020-12-12T00:39:42.282Z] ---> Running in 8210bd55e8bd [2020-12-12T00:39:42.282Z] Removing intermediate container ca5196156828 [2020-12-12T00:39:42.282Z] ---> 32c21d590c03 [2020-12-12T00:39:42.282Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:39:44.242Z] ---> Running in e5234e9fe2c9 [2020-12-12T00:39:44.242Z] Removing intermediate container 8210bd55e8bd [2020-12-12T00:39:44.242Z] ---> 8a3dced6b84a [2020-12-12T00:39:44.242Z] [2020-12-12T00:39:44.518Z] Successfully built 8a3dced6b84a [2020-12-12T00:39:44.518Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-12T00:39:45.480Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e5234e9fe2c9 [2020-12-12T00:39:45.480Z] ---> 59036feedd32 [2020-12-12T00:39:45.480Z] [2020-12-12T00:39:46.060Z] Successfully built 59036feedd32 [2020-12-12T00:39:46.322Z] Successfully tagged docker-core-metadata-go:latest [2020-12-12T00:39:48.258Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:39:48.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:39:48.258Z] ---> c7b288ce1741 [2020-12-12T00:39:48.258Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> 5ffd576abcb8 [2020-12-12T00:39:48.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> e186972103dd [2020-12-12T00:39:48.258Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> 6a87cfb23096 [2020-12-12T00:39:48.258Z] Step 6/21 : COPY go.mod . [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> 8a67693c91d6 [2020-12-12T00:39:48.258Z] Step 7/21 : RUN go mod download [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> c73ec3d6b074 [2020-12-12T00:39:48.258Z] Step 8/21 : COPY . . [2020-12-12T00:39:48.258Z] ---> Using cache [2020-12-12T00:39:48.258Z] ---> 3d862fedac97 [2020-12-12T00:39:48.258Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-12T00:39:50.834Z] ---> Running in da88a0fc7558 [2020-12-12T00:39:50.834Z] Removing intermediate container dd2818f78785 [2020-12-12T00:39:50.834Z] ---> c9fb102bed42 [2020-12-12T00:39:50.834Z] [2020-12-12T00:39:50.834Z] Step 10/24 : FROM scratch [2020-12-12T00:39:50.834Z] ---> [2020-12-12T00:39:50.834Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-12T00:39:51.100Z] ---> Running in a1753206c944 [2020-12-12T00:39:51.363Z] Removing intermediate container a1753206c944 [2020-12-12T00:39:51.364Z] ---> 179c7db16df5 [2020-12-12T00:39:51.364Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-12T00:39:51.364Z] 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-12T00:39:51.364Z] ---> Running in 3d285efed8f6 [2020-12-12T00:39:51.629Z] Removing intermediate container 3d285efed8f6 [2020-12-12T00:39:51.629Z] ---> 9577698d4302 [2020-12-12T00:39:51.629Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-12T00:39:51.629Z] ---> Running in 58f48f2664b0 [2020-12-12T00:39:52.225Z] Removing intermediate container 58f48f2664b0 [2020-12-12T00:39:52.225Z] ---> e3665bf050d9 [2020-12-12T00:39:52.225Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-12T00:39:53.646Z] ---> 346c1d3d626c [2020-12-12T00:39:53.646Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-12T00:39:53.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-12T00:39:55.090Z] Removing intermediate container c4da8eeb8b05 [2020-12-12T00:39:55.090Z] ---> 6de1e8e981cb [2020-12-12T00:39:55.090Z] [2020-12-12T00:39:55.090Z] Step 10/23 : FROM alpine [2020-12-12T00:39:55.090Z] ---> b14afc6dfb98 [2020-12-12T00:39:55.090Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:39:55.677Z] ---> 0a842a199e1e [2020-12-12T00:39:55.677Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-12T00:39:55.677Z] ---> Running in d9cc6478957e [2020-12-12T00:39:55.941Z] Removing intermediate container d9cc6478957e [2020-12-12T00:39:55.941Z] ---> 8f5980dd8513 [2020-12-12T00:39:55.941Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-12T00:39:56.207Z] ---> Running in c815e25f8d09 [2020-12-12T00:39:56.207Z] ---> 9a9f80ff228e [2020-12-12T00:39:56.207Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-12T00:39:56.207Z] Removing intermediate container c815e25f8d09 [2020-12-12T00:39:56.207Z] ---> bf8d79c6a63a [2020-12-12T00:39:56.207Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-12T00:39:56.207Z] ---> Running in 3a8fbbf5d6a7 [2020-12-12T00:39:56.478Z] ---> dbba1742f189 [2020-12-12T00:39:56.479Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-12T00:39:56.479Z] Removing intermediate container 3a8fbbf5d6a7 [2020-12-12T00:39:56.479Z] ---> d17cc3609629 [2020-12-12T00:39:56.479Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:39:56.759Z] ---> Running in ceb9d3b36300 [2020-12-12T00:39:57.348Z] ---> c3116a8cca92 [2020-12-12T00:39:57.348Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:58.303Z] ---> 96fee381975d [2020-12-12T00:39:58.303Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-12T00:39:58.574Z] ---> Running in dc622c0bfa4c [2020-12-12T00:39:59.602Z] Removing intermediate container dc622c0bfa4c [2020-12-12T00:39:59.602Z] ---> 5a0aeba629ef [2020-12-12T00:39:59.602Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:59.602Z] ---> Running in a449993d761c [2020-12-12T00:39:59.602Z] Removing intermediate container ceb9d3b36300 [2020-12-12T00:39:59.602Z] ---> edd88539adc4 [2020-12-12T00:39:59.602Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-12T00:39:59.602Z] ---> Running in aab30f565e05 [2020-12-12T00:39:59.602Z] Removing intermediate container a449993d761c [2020-12-12T00:39:59.602Z] ---> 8c579db1dcd2 [2020-12-12T00:39:59.602Z] Step 22/24 : LABEL arch=x86_64 [2020-12-12T00:39:59.602Z] ---> Running in 2d00e140bcfd [2020-12-12T00:39:59.863Z] Removing intermediate container 2d00e140bcfd [2020-12-12T00:39:59.863Z] ---> adf4e8d1dd30 [2020-12-12T00:39:59.863Z] Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:40:00.126Z] ---> Running in 14c3ba2fe98f [2020-12-12T00:40:00.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:00.126Z] Removing intermediate container 14c3ba2fe98f [2020-12-12T00:40:00.126Z] ---> 2504e4b51ac2 [2020-12-12T00:40:00.126Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:40:00.407Z] ---> Running in 718f64d50f40 [2020-12-12T00:40:00.407Z] Removing intermediate container 718f64d50f40 [2020-12-12T00:40:00.407Z] ---> 672276828c1e [2020-12-12T00:40:00.407Z] [2020-12-12T00:40:00.682Z] Successfully built 672276828c1e [2020-12-12T00:40:00.682Z] Successfully tagged docker-support-notifications-go:latest [2020-12-12T00:40:00.682Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:00.943Z] 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-12T00:40:01.210Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-12T00:40:01.210Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-12T00:40:01.474Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-12T00:40:01.474Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-12T00:40:01.747Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-12T00:40:01.747Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:40:01.747Z] OK: 8 MiB in 19 packages [2020-12-12T00:40:02.700Z] Removing intermediate container aab30f565e05 [2020-12-12T00:40:02.700Z] ---> 9bffb6ae8579 [2020-12-12T00:40:02.700Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-12T00:40:02.700Z] ---> b4672098740d [2020-12-12T00:40:02.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-12T00:40:04.088Z] ---> 84845f94343f [2020-12-12T00:40:04.088Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-12T00:40:04.350Z] Removing intermediate container da88a0fc7558 [2020-12-12T00:40:04.350Z] ---> 37596c699596 [2020-12-12T00:40:04.350Z] [2020-12-12T00:40:04.350Z] Step 10/21 : FROM alpine [2020-12-12T00:40:04.350Z] ---> b14afc6dfb98 [2020-12-12T00:40:04.350Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-12T00:40:04.350Z] ---> Running in 1e5caf229f82 [2020-12-12T00:40:04.612Z] ---> a6d44f9e62c2 [2020-12-12T00:40:04.612Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-12T00:40:04.612Z] ---> Running in f34411988571 [2020-12-12T00:40:04.874Z] Removing intermediate container f34411988571 [2020-12-12T00:40:04.874Z] ---> ebc9139a0d2c [2020-12-12T00:40:04.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:40:04.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:04.874Z] ---> Running in 526e97f9a147 [2020-12-12T00:40:04.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:04.874Z] Removing intermediate container 526e97f9a147 [2020-12-12T00:40:04.874Z] ---> f32efb46e8cb [2020-12-12T00:40:04.874Z] Step 21/23 : LABEL arch=x86_64 [2020-12-12T00:40:05.136Z] ---> Running in e677b824e158 [2020-12-12T00:40:05.136Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:40:05.136Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:40:05.136Z] OK: 12747 distinct packages available [2020-12-12T00:40:05.398Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-12T00:40:05.660Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:40:05.660Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-12T00:40:05.660Z] (4/4) Installing curl (7.69.1-r3) [2020-12-12T00:40:05.660Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:40:05.922Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:40:05.922Z] OK: 7 MiB in 18 packages [2020-12-12T00:40:06.185Z] Removing intermediate container e677b824e158 [2020-12-12T00:40:06.185Z] ---> afe93793ae8c [2020-12-12T00:40:06.185Z] Step 22/23 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:40:06.765Z] ---> Running in b5b34c73e7f0 [2020-12-12T00:40:07.027Z] Removing intermediate container b5b34c73e7f0 [2020-12-12T00:40:07.027Z] ---> 3fed11cf82b6 [2020-12-12T00:40:07.027Z] Step 23/23 : LABEL version=0.0.0 [2020-12-12T00:40:07.290Z] ---> Running in b91a0620d8be [2020-12-12T00:40:07.290Z] Removing intermediate container 1e5caf229f82 [2020-12-12T00:40:07.290Z] ---> 81cb670b8779 [2020-12-12T00:40:07.290Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:40:07.290Z] ---> Running in ec061a7f30fe [2020-12-12T00:40:07.290Z] Removing intermediate container b91a0620d8be [2020-12-12T00:40:07.290Z] ---> 0cee3c2dfb71 [2020-12-12T00:40:07.290Z] [2020-12-12T00:40:07.553Z] Removing intermediate container ec061a7f30fe [2020-12-12T00:40:07.553Z] ---> 5944098f5441 [2020-12-12T00:40:07.553Z] Step 13/21 : WORKDIR /edgex [2020-12-12T00:40:07.553Z] Successfully built 0cee3c2dfb71 [2020-12-12T00:40:07.553Z] Successfully tagged docker-core-data-go:latest [2020-12-12T00:40:07.553Z]  Building docker-core-data-go ... done  ---> Running in 49e30afeda2b [2020-12-12T00:40:07.881Z] Removing intermediate container 49e30afeda2b [2020-12-12T00:40:07.881Z] ---> 7774976d0a74 [2020-12-12T00:40:07.881Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-12T00:40:08.180Z] ---> 70398294f18c [2020-12-12T00:40:08.180Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-12T00:40:08.463Z] ---> 162dff0b99c1 [2020-12-12T00:40:08.463Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-12T00:40:09.178Z] ---> 40cea1a6014b [2020-12-12T00:40:09.178Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-12T00:40:09.178Z] ---> Running in 4efcd5452183 [2020-12-12T00:40:09.221Z] Removing intermediate container 4efcd5452183 [2020-12-12T00:40:09.221Z] ---> f2766b71b419 [2020-12-12T00:40:09.221Z] Step 18/21 : CMD ["--init=true"] [2020-12-12T00:40:09.492Z] ---> Running in fb5424676afd [2020-12-12T00:40:09.493Z] Removing intermediate container fb5424676afd [2020-12-12T00:40:09.493Z] ---> 4052ed90129d [2020-12-12T00:40:09.493Z] Step 19/21 : LABEL arch=x86_64 [2020-12-12T00:40:09.493Z] ---> Running in 8af1e06c5508 [2020-12-12T00:40:09.754Z] Removing intermediate container 8af1e06c5508 [2020-12-12T00:40:09.754Z] ---> 2f17f7b2b6df [2020-12-12T00:40:09.754Z] Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:40:09.754Z] ---> Running in 2e30568dcce7 [2020-12-12T00:40:10.016Z] Removing intermediate container 2e30568dcce7 [2020-12-12T00:40:10.016Z] ---> d42c89e2142a [2020-12-12T00:40:10.016Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:40:10.016Z] ---> Running in 6871d99faa7b [2020-12-12T00:40:10.280Z] Removing intermediate container 6871d99faa7b [2020-12-12T00:40:10.280Z] ---> d6893755f0b9 [2020-12-12T00:40:10.280Z] [2020-12-12T00:40:10.280Z] Successfully built d6893755f0b9 [2020-12-12T00:40:10.280Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-12T00:40:10.553Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-12T00:40:10.586Z] $ docker stop --time=1 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 [2020-12-12T00:40:12.372Z] $ docker rm -f 5eb5420e4ffdb22756990054ec24837d350a34d9ddde36d25d83f8e48c3d0962 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:40:12.926Z] + docker images [2020-12-12T00:40:12.926Z] + grep docker [2020-12-12T00:40:12.926Z] docker-security-proxy-setup-go latest d6893755f0b9 2 seconds ago 24.6MB [2020-12-12T00:40:12.926Z] docker-core-data-go latest 0cee3c2dfb71 5 seconds ago 23.7MB [2020-12-12T00:40:12.926Z] docker-support-notifications-go latest 672276828c1e 12 seconds ago 13.6MB [2020-12-12T00:40:12.926Z] docker-core-metadata-go latest 59036feedd32 28 seconds ago 14.5MB [2020-12-12T00:40:12.926Z] docker-sys-mgmt-agent-go latest 8a3dced6b84a 30 seconds ago 313MB [2020-12-12T00:40:12.926Z] docker-core-command-go latest f0836dba27c2 43 seconds ago 12.2MB [2020-12-12T00:40:12.926Z] docker-security-secretstore-setup-go latest a810af25b925 2 minutes ago 24.7MB [2020-12-12T00:40:12.926Z] docker-security-bootstrap-redis-go latest 96a754921e53 2 minutes ago 15.8MB [2020-12-12T00:40:12.926Z] docker-support-scheduler-go latest 8236c61bca23 2 minutes ago 12.3MB [2020-12-12T00:40:12.926Z] docker-security-secrets-setup-go latest 4b79cf080e96 2 minutes ago 23.9MB [2020-12-12T00:40:12.926Z] docker latest aefe523efa57 19 hours 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-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-12T00:40:16.417Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.080s [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-12T00:40:16.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-12T00:40:17.412Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-12T00:40:17.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-12T00:40:17.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-12T00:40:17.412Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-12T00:40:27.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements [2020-12-12T00:40:27.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-12T00:40:27.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-12T00:40:27.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-12T00:40:27.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-12T00:40:27.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-12T00:40:28.683Z] Still waiting to schedule task [2020-12-12T00:40:28.683Z] ‘prd-ubuntu18.04-docker-8c-8g-15688’ is offline [2020-12-12T00:40:34.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-12T00:40:34.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-12T00:40:34.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-12T00:40:34.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.547s coverage: 68.5% of statements [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-12T00:40:34.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-12T00:40:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements [2020-12-12T00:40:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-12T00:40:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:40:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-12T00:40:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-12T00:40:44.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.350s coverage: 28.6% of statements [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-12T00:40:44.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-12T00:40:44.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-12T00:40:44.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements [2020-12-12T00:40:44.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-12T00:40:44.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements [2020-12-12T00:40:44.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-12T00:40:45.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2020-12-12T00:40:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-12T00:40:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-12T00:40:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-12T00:40:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.052s coverage: 93.8% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.2% of statements [2020-12-12T00:40:55.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.4% of statements [2020-12-12T00:40:55.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-12T00:40:57.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 63.5% of statements [2020-12-12T00:40:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-12T00:40:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-12T00:40:57.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2020-12-12T00:40:57.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2020-12-12T00:40:58.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2020-12-12T00:40:59.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2020-12-12T00:41:00.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2020-12-12T00:41:04.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.878s coverage: 55.9% of statements [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-12T00:41:04.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.303s coverage: 86.3% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.226s coverage: 72.2% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.823s coverage: 72.1% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.097s coverage: 82.4% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.097s coverage: 28.8% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.077s coverage: 96.8% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 37.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.695s coverage: 84.0% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.058s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.205s coverage: 29.1% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-12T00:41:36.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements [2020-12-12T00:41:36.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2020-12-12T00:41:36.924Z] GO111MODULE=on go vet ./... [2020-12-12T00:41:46.617Z] Running on prd-ubuntu18.04-docker-8c-8g-15690 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-12T00:41:46.672Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2020-12-12T00:41:48.860Z] using credential edgex-jenkins-ssh [2020-12-12T00:41:48.913Z] Cloning the remote Git repository [2020-12-12T00:41:48.938Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:41:49.004Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2020-12-12T00:41:49.027Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:41:49.027Z] > git --version # timeout=10 [2020-12-12T00:41:49.035Z] > git --version # 'git version 2.17.1' [2020-12-12T00:41:49.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:41:49.056Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:41:58.029Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:41:58.036Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:41:58.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:41:58.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:41:58.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:41:58.063Z] > 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-12T00:41:58.702Z] Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-12T00:41:59.018Z] Merge succeeded, producing 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 [2020-12-12T00:41:59.019Z] Checking out Revision 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 (PR-2858) [2020-12-12T00:41:58.716Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:41:58.719Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-12T00:41:58.855Z] > git remote # timeout=10 [2020-12-12T00:41:58.861Z] > git config --get remote.origin.url # timeout=10 [2020-12-12T00:41:58.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:41:58.869Z] > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 [2020-12-12T00:41:59.017Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-12T00:41:59.027Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:41:59.031Z] > git checkout -f 48826251fe5425bf3aa1fe8e7c8af92fb9ffd299 # timeout=10 [2020-12-12T00:42:02.697Z] Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" [2020-12-12T00:42:02.707Z] First time build. Skipping changelog. [2020-12-12T00:42:02.706Z] > git rev-list --no-walk e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:42:03.931Z] + echo snap-build.sh [2020-12-12T00:42:03.932Z] snap-build.sh [2020-12-12T00:42:03.932Z] + SNAP_BASE_DIR=. [2020-12-12T00:42:03.932Z] + '[' '!' -z /w/workspace/edgex-go/24 ']' [2020-12-12T00:42:03.932Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/24 [2020-12-12T00:42:03.932Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' [2020-12-12T00:42:03.932Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/24] [2020-12-12T00:42:03.932Z] + cd /w/workspace/edgex-go/24 [2020-12-12T00:42:03.932Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-12T00:42:03.932Z] Reading package lists... [2020-12-12T00:42:04.194Z] Building dependency tree... [2020-12-12T00:42:04.194Z] Reading state information... [2020-12-12T00:42:04.194Z] The following packages were automatically installed and are no longer required: [2020-12-12T00:42:04.194Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-12T00:42:04.194Z] uidmap xdelta3 [2020-12-12T00:42:04.194Z] Use 'sudo apt autoremove' to remove them. [2020-12-12T00:42:04.455Z] The following packages will be REMOVED: [2020-12-12T00:42:04.455Z] lxd* lxd-client* [2020-12-12T00:42:05.028Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-12T00:42:05.028Z] After this operation, 31.7 MB disk space will be freed. [2020-12-12T00:42:05.811Z] (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-12T00:42:05.811Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:42:06.753Z] Removing lxd dnsmasq configuration [2020-12-12T00:42:07.015Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:42:07.015Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-12T00:42:07.958Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:42:08.219Z] (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-12T00:42:08.219Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:42:09.603Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-12T00:42:09.864Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-12T00:42:11.246Z] + sudo snap remove --purge lxd [2020-12-12T00:42:11.508Z] snap "lxd" is not installed [2020-12-12T00:42:11.508Z] + sudo groupadd --force --system lxd [2020-12-12T00:42:11.508Z] ++ whoami [2020-12-12T00:42:11.508Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-12T00:42:11.769Z] + newgrp - lxd [2020-12-12T00:42:11.769Z] + sudo snap install lxd [2020-12-12T00:42:21.779Z] 2020-12-12T00:42:19Z INFO Waiting for automatic snapd restart... [2020-12-12T00:42:39.950Z] lxd 4.8 from Canonical* installed [2020-12-12T00:42:39.950Z] + sudo lxd init --auto [2020-12-12T00:42:47.055Z] + sudo snap install --classic snapcraft [2020-12-12T00:42:52.367Z] snapcraft 4.4.4 from Canonical* installed [2020-12-12T00:42:52.367Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-12T00:42:52.367Z] + patch --verbose -p1 [2020-12-12T00:42:52.367Z] Hmm... Looks like a unified diff to me... [2020-12-12T00:42:52.367Z] The text leading up to this was: [2020-12-12T00:42:52.367Z] -------------------------- [2020-12-12T00:42:52.367Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-12T00:42:52.367Z] |From: Tony Espy [2020-12-12T00:42:52.367Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-12T00:42:52.367Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-12T00:42:52.367Z] | [2020-12-12T00:42:52.367Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-12T00:42:52.367Z] |optimize the snap CI check run for pull requests. When [2020-12-12T00:42:52.367Z] |applied, it essentially strips out everything (apps and [2020-12-12T00:42:52.367Z] |parts) from the snapcraft.yaml file except those required [2020-12-12T00:42:52.367Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-12T00:42:52.367Z] |catch changes to edgex-go that break the snap build. [2020-12-12T00:42:52.367Z] | [2020-12-12T00:42:52.367Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-12T00:42:52.367Z] |to update this patch file, otherwise it may fail to apply, [2020-12-12T00:42:52.367Z] |resulting in a failed snap build CI check in the associated [2020-12-12T00:42:52.367Z] |pull request. [2020-12-12T00:42:52.367Z] | [2020-12-12T00:42:52.367Z] |Note - in addition to applying this patch, the pipeline also [2020-12-12T00:42:52.367Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-12T00:42:52.367Z] |need to build the finally binary .snap file (and it won't [2020-12-12T00:42:52.367Z] |work with the patch applied). This further reduces the build [2020-12-12T00:42:52.367Z] |time. [2020-12-12T00:42:52.367Z] |--- [2020-12-12T00:42:52.367Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-12T00:42:52.367Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-12T00:42:52.367Z] | [2020-12-12T00:42:52.367Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-12T00:42:52.367Z] |index b265277c..d7e1de37 100644 [2020-12-12T00:42:52.368Z] |--- a/snap/snapcraft.yaml [2020-12-12T00:42:52.368Z] |+++ b/snap/snapcraft.yaml [2020-12-12T00:42:52.368Z] -------------------------- [2020-12-12T00:42:52.368Z] patching file snap/snapcraft.yaml [2020-12-12T00:42:52.368Z] Using Plan A... [2020-12-12T00:42:52.368Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-12T00:42:52.368Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-12T00:42:52.368Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-12T00:42:52.368Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-12T00:42:52.368Z] Hunk #5 FAILED at 241. [2020-12-12T00:42:52.368Z] Hunk #6 succeeded at 312 (offset -6 lines). [2020-12-12T00:42:52.368Z] Hunk #7 succeeded at 339 (offset -6 lines). [2020-12-12T00:42:52.368Z] Hunk #8 succeeded at 373 (offset -6 lines). [2020-12-12T00:42:52.368Z] Hunk #9 FAILED at 435. [2020-12-12T00:42:52.368Z] 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-12T00:42:52.368Z] Hmm... Ignoring the trailing garbage. [2020-12-12T00:42:52.368Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-12T00:42:53.187Z] Failed in branch amd64 [2020-12-12T00:42:58.754Z] gofmt -l . [2020-12-12T00:42:58.754Z] [ "`gofmt -l .`" = "" ] [2020-12-12T00:42:58.754Z] ./bin/test-go-mod-tidy.sh [2020-12-12T00:42:58.754Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-12T00:42:59.425Z] + ls -al . [2020-12-12T00:42:59.425Z] total 696 [2020-12-12T00:42:59.425Z] drwxrwxr-x 9 1001 1001 4096 Dec 12 00:42 . [2020-12-12T00:42:59.425Z] drwxr-xr-x 4 root root 4096 Dec 12 00:38 .. [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 11 Dec 12 00:36 .dockerignore [2020-12-12T00:42:59.426Z] drwxrwxr-x 8 1001 1001 4096 Dec 12 00:36 .git [2020-12-12T00:42:59.426Z] drwxrwxr-x 3 1001 1001 4096 Dec 12 00:36 .github [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 943 Dec 12 00:36 .gitignore [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 166 Dec 12 00:36 .sonarcloud.properties [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:36 CONTRIBUTING.md [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:36 Dockerfile.build [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 863 Dec 12 00:36 Jenkinsfile [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:36 LICENSE [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:36 Makefile [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:36 README.md [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:36 SECURITY.md [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:36 ZMQWindows.md [2020-12-12T00:42:59.426Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 00:36 bin [2020-12-12T00:42:59.426Z] drwxrwxr-x 15 1001 1001 4096 Dec 12 00:36 cmd [2020-12-12T00:42:59.426Z] -rw-r--r-- 1 root root 569827 Dec 12 00:41 coverage.out [2020-12-12T00:42:59.426Z] -rw-r--r-- 1 root root 1041 Dec 12 00:42 go.mod [2020-12-12T00:42:59.426Z] -rw-r--r-- 1 root root 18856 Dec 12 00:42 go.sum [2020-12-12T00:42:59.426Z] drwxrwxr-x 8 1001 1001 4096 Dec 12 00:36 internal [2020-12-12T00:42:59.426Z] drwxrwxr-x 4 1001 1001 4096 Dec 12 00:36 openapi [2020-12-12T00:42:59.426Z] drwxrwxr-x 4 1001 1001 4096 Dec 12 00:36 snap [2020-12-12T00:42:59.426Z] -rw-rw-r-- 1 1001 1001 168 Dec 12 00:36 version.go [Pipeline] sh [2020-12-12T00:43:00.089Z] + '[' -e coverage.out ] [2020-12-12T00:43:00.089Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-12T00:43:00.110Z] Warning: overwriting stash ‘coverage-report’ [2020-12-12T00:43:01.425Z] Stashed 1 file(s) [Pipeline] sh [2020-12-12T00:43:02.123Z] + make build [2020-12-12T00:43:02.123Z] 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-12T00:43:14.594Z] 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-12T00:43:41.387Z] 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-12T00:43:45.701Z] 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-12T00:43:51.099Z] 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-12T00:43:51.699Z] 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-12T00:43:57.100Z] 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-12T00:44:01.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:44:05.716Z] 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-12T00:44:10.013Z] 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-12T00:44:14.297Z] 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-12T00:44:18.599Z] 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-12T00:44:21.992Z] 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-12T00:44:27.413Z] $ docker stop --time=1 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 [2020-12-12T00:44:29.957Z] $ docker rm -f 8c7d06ed48e21c24b7abda4955939b0c67468c6943d1dab4b7ee60385a016ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:44:32.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:44:32.142Z] [2020-12-12T00:44:32.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:44:32.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:44:32.539Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-12T00:44:32.539Z] 29e5d40040c1: Pulling fs layer [2020-12-12T00:44:32.539Z] 1ce36da41761: Pulling fs layer [2020-12-12T00:44:32.539Z] 25b303627fd3: Pulling fs layer [2020-12-12T00:44:32.809Z] 29e5d40040c1: Download complete [2020-12-12T00:44:33.411Z] 29e5d40040c1: Pull complete [2020-12-12T00:44:33.411Z] 1ce36da41761: Download complete [2020-12-12T00:44:34.848Z] 1ce36da41761: Pull complete [2020-12-12T00:44:35.444Z] 25b303627fd3: Verifying Checksum [2020-12-12T00:44:35.444Z] 25b303627fd3: Download complete [2020-12-12T00:44:45.607Z] 25b303627fd3: Pull complete [2020-12-12T00:44:45.608Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-12T00:44:45.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:44:45.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-12T00:44:45.898Z] prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container [2020-12-12T00:44:45.989Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-12T00:44:49.778Z] $ docker top 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:44:50.998Z] + docker-compose build --help [2020-12-12T00:44:50.998Z] + grep parallel [2020-12-12T00:44:56.410Z] --parallel Build images in parallel. [Pipeline] } [2020-12-12T00:44:56.688Z] $ docker stop --time=1 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d [2020-12-12T00:44:58.780Z] $ docker rm -f 9734c021482e9663aa55805d4a4e8f9f35769ecc68a7a0f2658fc9ca3033468d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:44:59.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:44:59.733Z] . [Pipeline] withDockerContainer [2020-12-12T00:45:00.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-15686 does not seem to be running inside a container [2020-12-12T00:45:00.164Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-12T00:45:01.704Z] $ docker top 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:45:02.875Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-12T00:45:09.593Z] Building docker-core-command-go ... [2020-12-12T00:45:09.593Z] Building docker-core-data-go ... [2020-12-12T00:45:09.593Z] Building docker-core-metadata-go ... [2020-12-12T00:45:09.593Z] Building docker-security-bootstrap-redis-go ... [2020-12-12T00:45:09.593Z] Building docker-security-proxy-setup-go ... [2020-12-12T00:45:09.593Z] Building docker-security-secrets-setup-go ... [2020-12-12T00:45:09.593Z] Building docker-security-secretstore-setup-go ... [2020-12-12T00:45:09.593Z] Building docker-support-notifications-go ... [2020-12-12T00:45:09.593Z] Building docker-support-scheduler-go ... [2020-12-12T00:45:09.593Z] Building docker-sys-mgmt-agent-go ... [2020-12-12T00:45:09.593Z] Building docker-security-bootstrap-redis-go [2020-12-12T00:45:09.593Z] Building docker-security-proxy-setup-go [2020-12-12T00:45:09.593Z] Building docker-sys-mgmt-agent-go [2020-12-12T00:45:09.593Z] Building docker-security-secretstore-setup-go [2020-12-12T00:45:09.593Z] Building docker-core-command-go [2020-12-12T00:46:31.376Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:46:31.376Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:46:31.376Z] ---> 7157ae00f963 [2020-12-12T00:46:31.376Z] Step 3/27 : WORKDIR /edgex-go [2020-12-12T00:46:31.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:46:31.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:46:31.376Z] ---> 7157ae00f963 [2020-12-12T00:46:31.376Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:46:31.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:46:31.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:46:31.376Z] ---> 7157ae00f963 [2020-12-12T00:46:31.376Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:46:31.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:46:31.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:46:31.376Z] ---> 7157ae00f963 [2020-12-12T00:46:31.376Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:46:31.376Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:46:31.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:46:31.376Z] ---> 7157ae00f963 [2020-12-12T00:46:31.376Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:46:31.376Z] ---> Running in de42ce7c2607 [2020-12-12T00:46:31.376Z] ---> Running in f7c945539bf6 [2020-12-12T00:46:31.376Z] ---> Running in 0e0c5c1c5197 [2020-12-12T00:46:31.376Z] ---> Running in c328d009b7b0 [2020-12-12T00:46:31.376Z] ---> Running in 6e1cde1d1714 [2020-12-12T00:46:31.376Z] Removing intermediate container f7c945539bf6 [2020-12-12T00:46:31.376Z] ---> 5f2d4611fbd8 [2020-12-12T00:46:31.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:46:31.376Z] ---> Running in 668efee2ea11 [2020-12-12T00:46:31.376Z] Removing intermediate container c328d009b7b0 [2020-12-12T00:46:31.376Z] ---> 133e1e440b03 [2020-12-12T00:46:31.376Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:46:31.376Z] Removing intermediate container 6e1cde1d1714 [2020-12-12T00:46:31.376Z] ---> ba11d24fe110 [2020-12-12T00:46:31.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:46:31.376Z] Removing intermediate container de42ce7c2607 [2020-12-12T00:46:31.376Z] ---> 651e13c66890 [2020-12-12T00:46:31.376Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:46:31.376Z] Removing intermediate container 0e0c5c1c5197 [2020-12-12T00:46:31.376Z] ---> 9f4952e5eb3d [2020-12-12T00:46:31.376Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:46:31.376Z] ---> Running in 64f1b23a8964 [2020-12-12T00:46:31.376Z] ---> Running in 41ad3fe1fcc4 [2020-12-12T00:46:31.376Z] ---> Running in 3deca99c9126 [2020-12-12T00:46:31.376Z] ---> Running in 18083d051782 [2020-12-12T00:46:31.376Z] Removing intermediate container 668efee2ea11 [2020-12-12T00:46:31.376Z] ---> bfb363fbbefc [2020-12-12T00:46:31.376Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:46:31.376Z] ---> Running in 838524969b24 [2020-12-12T00:46:31.376Z] Removing intermediate container 41ad3fe1fcc4 [2020-12-12T00:46:31.376Z] ---> 270b643fe3cb [2020-12-12T00:46:31.376Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:46:31.376Z] ---> Running in fed06a77b158 [2020-12-12T00:46:31.376Z] Removing intermediate container 64f1b23a8964 [2020-12-12T00:46:31.376Z] ---> b5203311a326 [2020-12-12T00:46:31.376Z] Step 5/24 : RUN apk update && apk add make git [2020-12-12T00:46:31.376Z] ---> Running in 94523459e653 [2020-12-12T00:46:31.376Z] Removing intermediate container 3deca99c9126 [2020-12-12T00:46:31.376Z] ---> 99b34a63d991 [2020-12-12T00:46:31.376Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:46:31.376Z] Removing intermediate container 18083d051782 [2020-12-12T00:46:31.376Z] ---> 83efaf8eb6b0 [2020-12-12T00:46:31.376Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-12T00:46:31.376Z] ---> Running in d74f37a62214 [2020-12-12T00:46:31.376Z] ---> Running in 6bc2ed49499e [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:31.376Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:31.376Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:31.376Z] OK: 12620 distinct packages available [2020-12-12T00:46:31.376Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:31.376Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:31.376Z] OK: 12620 distinct packages available [2020-12-12T00:46:31.376Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:31.376Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:31.376Z] OK: 12620 distinct packages available [2020-12-12T00:46:31.376Z] OK: 217 MiB in 51 packages [2020-12-12T00:46:31.376Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:31.376Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:31.376Z] OK: 12620 distinct packages available [2020-12-12T00:46:31.376Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:31.376Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:31.377Z] OK: 12620 distinct packages available [2020-12-12T00:46:31.377Z] OK: 217 MiB in 51 packages [2020-12-12T00:46:31.651Z] OK: 217 MiB in 51 packages [2020-12-12T00:46:31.928Z] OK: 217 MiB in 51 packages [2020-12-12T00:46:32.201Z] OK: 217 MiB in 51 packages [2020-12-12T00:46:32.812Z] Removing intermediate container 838524969b24 [2020-12-12T00:46:32.812Z] ---> 0d79c9087e74 [2020-12-12T00:46:32.812Z] Step 6/22 : COPY go.mod . [2020-12-12T00:46:33.408Z] Removing intermediate container fed06a77b158 [2020-12-12T00:46:33.408Z] ---> 7d17f29fd264 [2020-12-12T00:46:33.408Z] Step 6/21 : COPY go.mod . [2020-12-12T00:46:33.688Z] Removing intermediate container 94523459e653 [2020-12-12T00:46:33.688Z] ---> 13dee0e9738b [2020-12-12T00:46:33.688Z] Step 6/24 : COPY go.mod . [2020-12-12T00:46:33.959Z] ---> 2f7b3df6cadd [2020-12-12T00:46:33.959Z] Step 7/22 : RUN go mod download [2020-12-12T00:46:33.959Z] Removing intermediate container d74f37a62214 [2020-12-12T00:46:33.959Z] ---> 2b56beef4473 [2020-12-12T00:46:33.959Z] Step 6/22 : COPY go.mod . [2020-12-12T00:46:34.241Z] Removing intermediate container 6bc2ed49499e [2020-12-12T00:46:34.241Z] ---> 5ff6f8c96c13 [2020-12-12T00:46:34.241Z] Step 6/27 : COPY go.mod . [2020-12-12T00:46:34.241Z] ---> Running in 815d1caf3730 [2020-12-12T00:46:34.527Z] ---> 41c826d61f4a [2020-12-12T00:46:34.527Z] Step 7/21 : RUN go mod download [2020-12-12T00:46:34.527Z] ---> 333b6b94126b [2020-12-12T00:46:34.527Z] Step 7/24 : RUN go mod download [2020-12-12T00:46:34.806Z] ---> Running in dd9a61f5dbae [2020-12-12T00:46:35.080Z] ---> Running in 8b35c28e09fe [2020-12-12T00:46:35.080Z] ---> e7f20b79ec64 [2020-12-12T00:46:35.080Z] Step 7/27 : RUN go mod download [2020-12-12T00:46:35.080Z] ---> 9046fd72695d [2020-12-12T00:46:35.361Z] Step 7/22 : RUN go mod download [2020-12-12T00:46:35.636Z] ---> Running in 006a62d9297c [2020-12-12T00:46:35.636Z] ---> Running in 9cecac9695be [2020-12-12T00:46:38.888Z] Removing intermediate container 815d1caf3730 [2020-12-12T00:46:38.888Z] ---> 779cacf67bde [2020-12-12T00:46:38.888Z] Step 8/22 : COPY . . [2020-12-12T00:46:39.165Z] Removing intermediate container dd9a61f5dbae [2020-12-12T00:46:39.165Z] ---> ef78c173eea5 [2020-12-12T00:46:39.165Z] Step 8/21 : COPY . . [2020-12-12T00:46:39.439Z] Removing intermediate container 8b35c28e09fe [2020-12-12T00:46:39.439Z] ---> 1e594cea8f12 [2020-12-12T00:46:39.439Z] Step 8/24 : COPY . . [2020-12-12T00:46:40.428Z] Removing intermediate container 9cecac9695be [2020-12-12T00:46:40.428Z] ---> e00b0ed4c7d9 [2020-12-12T00:46:40.428Z] Step 8/22 : COPY . . [2020-12-12T00:46:41.042Z] Removing intermediate container 006a62d9297c [2020-12-12T00:46:41.042Z] ---> 2fbb579d71cc [2020-12-12T00:46:41.042Z] Step 8/27 : COPY . . [2020-12-12T00:47:07.837Z] ---> 774fedcb1b2d [2020-12-12T00:47:07.837Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-12T00:47:07.837Z] ---> 97bc98289eb8 [2020-12-12T00:47:07.837Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-12T00:47:07.837Z] ---> 21c79089d2a7 [2020-12-12T00:47:07.837Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-12T00:47:07.837Z] ---> Running in 85d27424a581 [2020-12-12T00:47:07.837Z] ---> 328f8a2be7de [2020-12-12T00:47:07.837Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-12T00:47:07.837Z] ---> 6651a8427428 [2020-12-12T00:47:07.837Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-12T00:47:07.837Z] ---> Running in 4b4a83ee327a [2020-12-12T00:47:07.837Z] ---> Running in cffd788ee0d6 [2020-12-12T00:47:07.837Z] ---> Running in 37231db4e106 [2020-12-12T00:47:07.837Z] ---> Running in 23c5041b857a [2020-12-12T00:47:07.837Z] 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-12T00:47:07.837Z] 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-12T00:47:07.837Z] 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-12T00:47:07.837Z] 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-12T00:47:07.837Z] 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-12T00:48:44.712Z] 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-12T00:48:44.712Z] 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-12T00:48:54.912Z] Removing intermediate container cffd788ee0d6 [2020-12-12T00:48:54.912Z] ---> fa2af5965fe2 [2020-12-12T00:48:54.912Z] [2020-12-12T00:48:54.912Z] Step 10/22 : FROM alpine:3.10 [2020-12-12T00:48:54.912Z] 3.10: Pulling from library/alpine [2020-12-12T00:48:56.919Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-12T00:48:56.919Z] Status: Downloaded newer image for alpine:3.10 [2020-12-12T00:48:56.919Z] ---> 536a684cf733 [2020-12-12T00:48:56.919Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:48:58.942Z] ---> Running in 160cd6775bc0 [2020-12-12T00:48:58.942Z] Removing intermediate container 23c5041b857a [2020-12-12T00:48:58.942Z] ---> 444a8648cec4 [2020-12-12T00:48:58.942Z] [2020-12-12T00:48:58.942Z] Step 10/24 : FROM alpine:3.10 [2020-12-12T00:48:58.942Z] ---> 536a684cf733 [2020-12-12T00:48:58.942Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:48:59.219Z] Removing intermediate container 37231db4e106 [2020-12-12T00:48:59.219Z] ---> 8d3b452ab6c2 [2020-12-12T00:48:59.219Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-12T00:48:59.219Z] Removing intermediate container 4b4a83ee327a [2020-12-12T00:48:59.219Z] ---> f73769bdfeb8 [2020-12-12T00:48:59.219Z] [2020-12-12T00:48:59.219Z] Step 10/21 : FROM alpine [2020-12-12T00:48:59.500Z] latest: Pulling from library/alpine [2020-12-12T00:48:59.500Z] ---> Running in 783fa3649e2c [2020-12-12T00:48:59.500Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-12T00:48:59.779Z] Status: Downloaded newer image for alpine:latest [2020-12-12T00:48:59.779Z] ---> dd36a01c3f31 [2020-12-12T00:48:59.779Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-12T00:48:59.779Z] ---> Running in 61e3b0d09a4d [2020-12-12T00:49:00.061Z] ---> Running in 65a921a2958d [2020-12-12T00:49:01.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:01.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:02.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:02.282Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-12T00:49:02.282Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-12T00:49:02.282Z] OK: 10169 distinct packages available [2020-12-12T00:49:02.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:02.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:02.559Z] 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-12T00:49:02.840Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-12T00:49:02.840Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-12T00:49:02.840Z] OK: 10169 distinct packages available [2020-12-12T00:49:03.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:03.120Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-12T00:49:03.120Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-12T00:49:03.120Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-12T00:49:03.120Z] (4/5) Installing curl (7.66.0-r3) [2020-12-12T00:49:03.120Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-12T00:49:03.120Z] Executing busybox-1.30.1-r3.trigger [2020-12-12T00:49:03.400Z] Executing ca-certificates-20191127-r2.trigger [2020-12-12T00:49:03.685Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-12T00:49:03.685Z] OK: 7 MiB in 19 packages [2020-12-12T00:49:03.685Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-12T00:49:03.685Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-12T00:49:03.685Z] (4/5) Installing curl (7.66.0-r3) [2020-12-12T00:49:03.971Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-12T00:49:03.971Z] Executing busybox-1.30.1-r3.trigger [2020-12-12T00:49:03.971Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:49:03.971Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:49:03.971Z] OK: 12617 distinct packages available [2020-12-12T00:49:03.971Z] Executing ca-certificates-20191127-r2.trigger [2020-12-12T00:49:04.265Z] OK: 7 MiB in 19 packages [2020-12-12T00:49:04.891Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-12T00:49:05.180Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:49:05.180Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-12T00:49:05.180Z] (4/4) Installing curl (7.69.1-r3) [2020-12-12T00:49:05.180Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:49:05.180Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:49:05.467Z] OK: 7 MiB in 18 packages [2020-12-12T00:49:07.477Z] Removing intermediate container 160cd6775bc0 [2020-12-12T00:49:07.477Z] ---> 08e5d35d13e9 [2020-12-12T00:49:07.477Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-12T00:49:07.751Z] Removing intermediate container 783fa3649e2c [2020-12-12T00:49:07.751Z] ---> 321b70fbe098 [2020-12-12T00:49:07.751Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:49:08.355Z] ---> Running in e1a086b1522b [2020-12-12T00:49:08.355Z] ---> Running in d49c687d41be [2020-12-12T00:49:08.355Z] Removing intermediate container 61e3b0d09a4d [2020-12-12T00:49:08.355Z] ---> f057d0a24c79 [2020-12-12T00:49:08.355Z] [2020-12-12T00:49:08.355Z] Step 11/27 : FROM docker:latest [2020-12-12T00:49:08.355Z] ---> eeaf43b92773 [2020-12-12T00:49:08.355Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-12T00:49:08.636Z] Removing intermediate container 65a921a2958d [2020-12-12T00:49:08.636Z] ---> 7a6ff99a2eef [2020-12-12T00:49:08.636Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:49:08.636Z] Removing intermediate container 85d27424a581 [2020-12-12T00:49:08.636Z] ---> 3ee2c55fb333 [2020-12-12T00:49:08.636Z] [2020-12-12T00:49:08.636Z] Step 10/22 : FROM scratch [2020-12-12T00:49:08.636Z] ---> [2020-12-12T00:49:08.636Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:49:08.917Z] ---> Running in 6d8c650753d8 [2020-12-12T00:49:08.917Z] ---> Running in 388d808707da [2020-12-12T00:49:09.230Z] ---> Running in 087dec1ef66b [2020-12-12T00:49:09.230Z] Removing intermediate container e1a086b1522b [2020-12-12T00:49:09.230Z] ---> 3ade04038377 [2020-12-12T00:49:09.230Z] Step 13/22 : WORKDIR / [2020-12-12T00:49:09.230Z] Removing intermediate container d49c687d41be [2020-12-12T00:49:09.230Z] ---> 733be0350d86 [2020-12-12T00:49:09.230Z] Step 13/24 : WORKDIR / [2020-12-12T00:49:09.230Z] ---> Running in 92ebec2ba356 [2020-12-12T00:49:09.542Z] ---> Running in fc7319a13725 [2020-12-12T00:49:09.848Z] Removing intermediate container 388d808707da [2020-12-12T00:49:10.142Z] ---> b247f8296324 [2020-12-12T00:49:10.142Z] Step 13/21 : WORKDIR /edgex [2020-12-12T00:49:10.142Z] Removing intermediate container 087dec1ef66b [2020-12-12T00:49:10.142Z] ---> cf32b27cabc3 [2020-12-12T00:49:10.142Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-12T00:49:10.433Z] ---> Running in f2d9dc1b47c1 [2020-12-12T00:49:10.433Z] ---> Running in db4ac3336c8a [2020-12-12T00:49:10.734Z] Removing intermediate container fc7319a13725 [2020-12-12T00:49:10.734Z] ---> 3c41e5dbe6ed [2020-12-12T00:49:10.734Z] 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-12T00:49:10.734Z] Removing intermediate container 92ebec2ba356 [2020-12-12T00:49:10.734Z] ---> d520a24636d4 [2020-12-12T00:49:10.734Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-12T00:49:11.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:11.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:11.322Z] Removing intermediate container db4ac3336c8a [2020-12-12T00:49:11.322Z] ---> 5cda61013f05 [2020-12-12T00:49:11.322Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:49:11.601Z] Removing intermediate container f2d9dc1b47c1 [2020-12-12T00:49:11.601Z] ---> dc5ff047bf29 [2020-12-12T00:49:11.601Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-12T00:49:11.601Z] ---> Running in 78ee8feacb7a [2020-12-12T00:49:11.888Z] (1/2) Installing readline (8.0.4-r0) [2020-12-12T00:49:11.888Z] (2/2) Installing bash (5.0.17-r0) [2020-12-12T00:49:11.888Z] Executing bash-5.0.17-r0.post-install [2020-12-12T00:49:11.888Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:49:11.888Z] OK: 12 MiB in 22 packages [2020-12-12T00:49:12.176Z] ---> 0bb9db4e4017 [2020-12-12T00:49:12.176Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-12T00:49:12.456Z] ---> 4a548a1f9ee8 [2020-12-12T00:49:12.456Z] 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-12T00:49:12.456Z] Removing intermediate container 78ee8feacb7a [2020-12-12T00:49:12.456Z] ---> 3fccd41c6987 [2020-12-12T00:49:12.456Z] Step 14/22 : WORKDIR / [2020-12-12T00:49:12.739Z] ---> Running in dc6c3eca791c [2020-12-12T00:49:13.340Z] ---> 0c0c0e488a20 [2020-12-12T00:49:13.340Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-12T00:49:13.945Z] ---> 1e94eff8395a [2020-12-12T00:49:13.945Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-12T00:49:14.239Z] Removing intermediate container dc6c3eca791c [2020-12-12T00:49:14.239Z] ---> f247791cc66d [2020-12-12T00:49:14.239Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-12T00:49:14.239Z] ---> bfd21e4f2d98 [2020-12-12T00:49:14.239Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-12T00:49:14.239Z] Removing intermediate container 6d8c650753d8 [2020-12-12T00:49:14.239Z] ---> a8be66a37f5d [2020-12-12T00:49:14.239Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-12T00:49:14.518Z] ---> Running in 9496663f71eb [2020-12-12T00:49:15.125Z] ---> a01261d9a979 [2020-12-12T00:49:15.125Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-12T00:49:15.125Z] ---> 9a6eec857dd7 [2020-12-12T00:49:15.125Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-12T00:49:15.400Z] ---> ac290aceb9a8 [2020-12-12T00:49:15.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-12T00:49:15.400Z] ---> dccd262fa842 [2020-12-12T00:49:15.400Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-12T00:49:17.393Z] ---> c32f6193d5bd [2020-12-12T00:49:17.393Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-12T00:49:17.666Z] ---> Running in 67c12be75f49 [2020-12-12T00:49:17.666Z] ---> dbf9320d06ed [2020-12-12T00:49:17.666Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-12T00:49:17.944Z] ---> 56c9bf6530cc [2020-12-12T00:49:17.944Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-12T00:49:17.944Z] ---> 5eaa40b1775c [2020-12-12T00:49:17.944Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-12T00:49:17.944Z] ---> Running in e4bede7b34e6 [2020-12-12T00:49:18.555Z] Removing intermediate container 9496663f71eb [2020-12-12T00:49:18.555Z] ---> c456265a9022 [2020-12-12T00:49:18.555Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-12T00:49:18.839Z] ---> Running in ec6219ca49f3 [2020-12-12T00:49:18.839Z] Removing intermediate container e4bede7b34e6 [2020-12-12T00:49:18.839Z] ---> 03723c2c4bdb [2020-12-12T00:49:18.839Z] Step 18/21 : CMD ["--init=true"] [2020-12-12T00:49:19.114Z] ---> b67a8c806737 [2020-12-12T00:49:19.115Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-12T00:49:19.397Z] ---> Running in b4bb25aef273 [2020-12-12T00:49:19.397Z] ---> Running in 75f74c78f745 [2020-12-12T00:49:19.397Z] ---> 0bcc20ca1324 [2020-12-12T00:49:19.397Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:49:19.397Z] Removing intermediate container ec6219ca49f3 [2020-12-12T00:49:19.397Z] ---> e1773ea8f029 [2020-12-12T00:49:19.674Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-12T00:49:19.674Z] ---> Running in 96ffa58c6fea [2020-12-12T00:49:19.949Z] Removing intermediate container b4bb25aef273 [2020-12-12T00:49:19.949Z] ---> de966a0d3b80 [2020-12-12T00:49:19.949Z] Step 19/21 : LABEL arch=arm64 [2020-12-12T00:49:20.233Z] ---> Running in d10033a63174 [2020-12-12T00:49:20.233Z] Removing intermediate container 75f74c78f745 [2020-12-12T00:49:20.233Z] ---> c8de0ddc48db [2020-12-12T00:49:20.233Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:49:20.511Z] Removing intermediate container 96ffa58c6fea [2020-12-12T00:49:20.511Z] ---> ffb749808e28 [2020-12-12T00:49:20.511Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-12T00:49:20.511Z] ---> Running in 13eecc8b5037 [2020-12-12T00:49:20.785Z] ---> d4a4a26ff2de [2020-12-12T00:49:20.785Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:49:20.785Z] ---> Running in 8b426bae66cd [2020-12-12T00:49:20.785Z] Removing intermediate container 67c12be75f49 [2020-12-12T00:49:20.785Z] ---> f75332f08a1b [2020-12-12T00:49:20.785Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-12T00:49:21.065Z] ---> Running in ab6d5eca1811 [2020-12-12T00:49:21.065Z] Removing intermediate container d10033a63174 [2020-12-12T00:49:21.065Z] ---> 25bf90191772 [2020-12-12T00:49:21.065Z] Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:49:21.065Z] ---> Running in 42278a231075 [2020-12-12T00:49:21.341Z] Removing intermediate container 13eecc8b5037 [2020-12-12T00:49:21.341Z] ---> 95abf91b3beb [2020-12-12T00:49:21.341Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:49:21.341Z] ---> Running in 5b6fef069bf3 [2020-12-12T00:49:21.617Z] ---> Running in c861ebab7a50 [2020-12-12T00:49:21.617Z] Removing intermediate container 8b426bae66cd [2020-12-12T00:49:21.617Z] ---> 9a7e0d0641ca [2020-12-12T00:49:21.617Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-12T00:49:21.891Z] Removing intermediate container 42278a231075 [2020-12-12T00:49:21.891Z] ---> 8c0a1a966db7 [2020-12-12T00:49:21.891Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:49:22.172Z] ---> Running in 22de9e513231 [2020-12-12T00:49:22.172Z] Removing intermediate container 5b6fef069bf3 [2020-12-12T00:49:22.172Z] ---> 9528ab68d5ee [2020-12-12T00:49:22.172Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:49:22.446Z] Removing intermediate container c861ebab7a50 [2020-12-12T00:49:22.446Z] ---> 1f070951cdb8 [2020-12-12T00:49:22.446Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:49:22.720Z] ---> Running in cdc38816deeb [2020-12-12T00:49:22.720Z] ---> Running in 568997e9dcb0 [2020-12-12T00:49:23.000Z] Removing intermediate container 22de9e513231 [2020-12-12T00:49:23.000Z] ---> c5438c1e4e35 [2020-12-12T00:49:23.000Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:49:23.272Z] ---> Running in 9e971636ab56 [2020-12-12T00:49:23.549Z] Removing intermediate container cdc38816deeb [2020-12-12T00:49:23.549Z] ---> c5b4404cea25 [2020-12-12T00:49:23.549Z] [2020-12-12T00:49:23.549Z] ---> b2b02a99c2cb [2020-12-12T00:49:23.549Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-12T00:49:23.549Z] Removing intermediate container 568997e9dcb0 [2020-12-12T00:49:23.549Z] ---> 21b118c18248 [2020-12-12T00:49:23.549Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:49:23.825Z] ---> Running in 7c72f8ec0af4 [2020-12-12T00:49:24.100Z] Removing intermediate container 9e971636ab56 [2020-12-12T00:49:24.100Z] ---> 53bb8fb8714c [2020-12-12T00:49:24.100Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:49:24.100Z] Successfully built c5b4404cea25 [2020-12-12T00:49:24.378Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-12T00:49:24.378Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-12T00:49:24.378Z] ---> Running in cd1f532964fb [2020-12-12T00:49:24.652Z] Removing intermediate container ab6d5eca1811 [2020-12-12T00:49:24.652Z] ---> 4b9483a6b086 [2020-12-12T00:49:24.652Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:49:24.652Z] ---> a2702be03708 [2020-12-12T00:49:24.652Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-12T00:49:24.652Z] Removing intermediate container 7c72f8ec0af4 [2020-12-12T00:49:24.652Z] ---> 87ef600c6b4a [2020-12-12T00:49:24.652Z] [2020-12-12T00:49:24.652Z] ---> Running in 5bed3536472f [2020-12-12T00:49:24.925Z] Removing intermediate container cd1f532964fb [2020-12-12T00:49:24.925Z] ---> ab0610484e7c [2020-12-12T00:49:24.925Z] [2020-12-12T00:49:25.200Z] Successfully built 87ef600c6b4a [2020-12-12T00:49:25.475Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-12T00:49:25.475Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-12T00:49:25.475Z] Removing intermediate container 5bed3536472f [2020-12-12T00:49:25.475Z] ---> 3dc6b1b6f04d [2020-12-12T00:49:25.475Z] Step 22/24 : LABEL arch=arm64 [2020-12-12T00:49:25.751Z] Successfully built ab0610484e7c [2020-12-12T00:49:25.751Z] ---> Running in 4af097b3d686 [2020-12-12T00:49:25.751Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-12T00:49:25.751Z] Building docker-support-scheduler-go [2020-12-12T00:49:26.024Z]  Building docker-security-bootstrap-redis-go ... done  ---> 5684b6021706 [2020-12-12T00:49:26.024Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-12T00:49:26.024Z] ---> Running in f87b91456b57 [2020-12-12T00:49:26.304Z] Removing intermediate container 4af097b3d686 [2020-12-12T00:49:26.304Z] ---> 08006a40931d [2020-12-12T00:49:26.304Z] Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:49:26.581Z] ---> Running in 3b96f12ca1ed [2020-12-12T00:49:27.189Z] Removing intermediate container 3b96f12ca1ed [2020-12-12T00:49:27.189Z] ---> 4e62d7865c0e [2020-12-12T00:49:27.189Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:49:27.462Z] ---> Running in 4f24576efd49 [2020-12-12T00:49:27.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:27.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:27.738Z] Removing intermediate container 4f24576efd49 [2020-12-12T00:49:27.738Z] ---> 09abb28f8726 [2020-12-12T00:49:27.738Z] [2020-12-12T00:49:28.334Z] Successfully built 09abb28f8726 [2020-12-12T00:49:28.334Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-12T00:49:28.334Z] (2/33) Installing expat (2.2.9-r1) [2020-12-12T00:49:28.334Z] (3/33) Installing libffi (3.3-r2) [2020-12-12T00:49:28.334Z] (4/33) Installing gdbm (1.13-r1) [2020-12-12T00:49:28.334Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-12T00:49:28.334Z] Building docker-security-secrets-setup-go [2020-12-12T00:49:28.334Z]  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) [2020-12-12T00:49:28.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-12T00:49:28.605Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-12T00:49:30.575Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-12T00:49:30.575Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-12T00:49:30.575Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-12T00:49:30.575Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-12T00:49:30.575Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-12T00:49:30.575Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-12T00:49:30.855Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-12T00:49:30.855Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-12T00:49:30.855Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-12T00:49:30.855Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-12T00:49:30.855Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-12T00:49:31.127Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-12T00:49:31.127Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-12T00:49:31.127Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-12T00:49:31.127Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-12T00:49:31.127Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-12T00:49:31.127Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-12T00:49:31.127Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-12T00:49:31.127Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-12T00:49:31.127Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-12T00:49:31.127Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-12T00:49:31.425Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-12T00:49:31.426Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-12T00:49:31.426Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-12T00:49:31.426Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-12T00:49:31.426Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-12T00:49:31.426Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:49:31.426Z] OK: 71 MiB in 55 packages [2020-12-12T00:49:43.883Z] Removing intermediate container f87b91456b57 [2020-12-12T00:49:43.883Z] ---> a6f7a2537996 [2020-12-12T00:49:43.883Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-12T00:49:44.867Z] ---> Running in 2fdeb3b2cf48 [2020-12-12T00:49:51.575Z] Collecting docker-compose==1.23.2 [2020-12-12T00:49:51.575Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-12T00:49:51.851Z] Collecting PyYAML<4,>=3.10 [2020-12-12T00:49:51.851Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-12T00:49:56.180Z] Collecting texttable<0.10,>=0.9.0 [2020-12-12T00:49:56.180Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-12T00:49:59.586Z] Collecting docker<4.0,>=3.6.0 [2020-12-12T00:49:59.586Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-12T00:49:59.861Z] Collecting docopt<0.7,>=0.6.1 [2020-12-12T00:49:59.861Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-12T00:50:04.194Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-12T00:50:04.195Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-12T00:50:04.469Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-12T00:50:04.469Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-12T00:50:07.863Z] Collecting jsonschema<3,>=2.5.1 [2020-12-12T00:50:07.863Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-12T00:50:07.863Z] 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-12T00:50:08.137Z] Collecting cached-property<2,>=1.2.0 [2020-12-12T00:50:08.137Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-12T00:50:09.124Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-12T00:50:09.125Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-12T00:50:09.398Z] Collecting docker-pycreds>=0.4.0 [2020-12-12T00:50:09.398Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-12T00:50:09.669Z] 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-12T00:50:10.648Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-12T00:50:10.648Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-12T00:50:10.925Z] 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-12T00:50:10.925Z] Collecting idna<2.8,>=2.5 [2020-12-12T00:50:11.198Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-12T00:50:11.198Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-12T00:50:11.198Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-12T00:50:11.198Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-12T00:50:11.198Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-12T00:50:12.644Z] Installing collected packages: PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, cached-property, docker-compose [2020-12-12T00:50:12.644Z] Running setup.py install for PyYAML: started [2020-12-12T00:50:15.270Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-12T00:50:15.270Z] Running setup.py install for texttable: started [2020-12-12T00:50:17.281Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:50:17.281Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:50:17.281Z] ---> 7157ae00f963 [2020-12-12T00:50:17.281Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:50:17.281Z] ---> Using cache [2020-12-12T00:50:17.281Z] ---> 9f4952e5eb3d [2020-12-12T00:50:17.281Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:50:17.281Z] ---> Using cache [2020-12-12T00:50:17.281Z] ---> 83efaf8eb6b0 [2020-12-12T00:50:17.281Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-12T00:50:17.891Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:50:17.891Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:50:17.891Z] ---> 7157ae00f963 [2020-12-12T00:50:17.891Z] Step 3/23 : WORKDIR /edgex-go [2020-12-12T00:50:17.891Z] ---> Using cache [2020-12-12T00:50:17.891Z] ---> 9f4952e5eb3d [2020-12-12T00:50:17.891Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:50:17.891Z] ---> Using cache [2020-12-12T00:50:17.891Z] ---> 83efaf8eb6b0 [2020-12-12T00:50:17.891Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-12T00:50:17.891Z] Running setup.py install for texttable: finished with status 'done' [2020-12-12T00:50:18.373Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:50:18.373Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-12T00:50:18.373Z] ---> 7157ae00f963 [2020-12-12T00:50:18.373Z] Step 3/29 : WORKDIR /edgex-go [2020-12-12T00:50:18.373Z] ---> Using cache [2020-12-12T00:50:18.373Z] ---> 9f4952e5eb3d [2020-12-12T00:50:18.373Z] Step 4/29 : RUN apk update && apk add make git [2020-12-12T00:50:18.373Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:50:18.373Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:50:18.373Z] ---> 7157ae00f963 [2020-12-12T00:50:18.373Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:50:18.373Z] ---> Using cache [2020-12-12T00:50:18.373Z] ---> 9f4952e5eb3d [2020-12-12T00:50:18.373Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:50:18.373Z] ---> Using cache [2020-12-12T00:50:18.373Z] ---> 83efaf8eb6b0 [2020-12-12T00:50:18.373Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:50:19.811Z] Attempting uninstall: urllib3 [2020-12-12T00:50:19.811Z] Found existing installation: urllib3 1.25.9 [2020-12-12T00:50:19.811Z] Uninstalling urllib3-1.25.9: [2020-12-12T00:50:19.811Z] Successfully uninstalled urllib3-1.25.9 [2020-12-12T00:50:21.797Z] Attempting uninstall: idna [2020-12-12T00:50:21.797Z] Found existing installation: idna 2.9 [2020-12-12T00:50:21.797Z] Uninstalling idna-2.9: [2020-12-12T00:50:21.797Z] Successfully uninstalled idna-2.9 [2020-12-12T00:50:22.799Z] Attempting uninstall: requests [2020-12-12T00:50:22.799Z] Found existing installation: requests 2.23.0 [2020-12-12T00:50:22.799Z] Uninstalling requests-2.23.0: [2020-12-12T00:50:22.799Z] ---> Running in 1cd779036d2b [2020-12-12T00:50:22.799Z] ---> Running in bf6a03a5545d [2020-12-12T00:50:22.799Z] ---> Running in b7027d8c635e [2020-12-12T00:50:22.799Z] ---> Running in 2da6a685d021 [2020-12-12T00:50:22.799Z] Successfully uninstalled requests-2.23.0 [2020-12-12T00:50:24.787Z] Running setup.py install for docopt: started [2020-12-12T00:50:24.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:25.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:25.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:25.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:25.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:26.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:26.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:26.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:27.088Z] Running setup.py install for docopt: finished with status 'done' [2020-12-12T00:50:27.088Z] Running setup.py install for dockerpty: started [2020-12-12T00:50:27.366Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:50:27.366Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:50:27.366Z] OK: 12620 distinct packages available [2020-12-12T00:50:27.644Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:50:27.644Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:50:27.644Z] OK: 12620 distinct packages available [2020-12-12T00:50:27.924Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:50:27.924Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:50:27.924Z] OK: 12620 distinct packages available [2020-12-12T00:50:28.463Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:50:28.463Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:50:28.463Z] OK: 12620 distinct packages available [2020-12-12T00:50:28.752Z] OK: 217 MiB in 51 packages [2020-12-12T00:50:29.564Z] OK: 217 MiB in 51 packages [2020-12-12T00:50:29.564Z] OK: 217 MiB in 51 packages [2020-12-12T00:50:29.564Z] OK: 217 MiB in 51 packages [2020-12-12T00:50:31.138Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-12T00:50:31.418Z] Removing intermediate container 2da6a685d021 [2020-12-12T00:50:31.418Z] ---> a17cb20d7465 [2020-12-12T00:50:31.418Z] Step 5/29 : COPY go.mod . [2020-12-12T00:50:32.033Z] Removing intermediate container 1cd779036d2b [2020-12-12T00:50:32.033Z] ---> f2abf0d0184f [2020-12-12T00:50:32.033Z] Step 6/24 : COPY go.mod . [2020-12-12T00:50:32.033Z] Removing intermediate container b7027d8c635e [2020-12-12T00:50:32.033Z] ---> f2f82e3ef68d [2020-12-12T00:50:32.033Z] Step 6/21 : COPY go.mod . [2020-12-12T00:50:32.033Z] Removing intermediate container bf6a03a5545d [2020-12-12T00:50:32.033Z] ---> 92221a6f1622 [2020-12-12T00:50:32.033Z] Step 6/23 : COPY go.mod . [2020-12-12T00:50:32.354Z] ---> 5c3c0172aa58 [2020-12-12T00:50:32.354Z] Step 6/29 : RUN go mod download [2020-12-12T00:50:32.967Z] ---> Running in b0c1cb553815 [2020-12-12T00:50:32.967Z] 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-12T00:50:32.967Z] ---> dc5e80c8923b [2020-12-12T00:50:32.967Z] Step 7/24 : RUN go mod download [2020-12-12T00:50:33.253Z] ---> 7fa89e3dc1fc [2020-12-12T00:50:33.253Z] Step 7/21 : RUN go mod download [2020-12-12T00:50:33.253Z] ---> ed71f1107349 [2020-12-12T00:50:33.253Z] Step 7/23 : RUN go mod download [2020-12-12T00:50:33.253Z] ---> Running in d11a29872658 [2020-12-12T00:50:33.536Z] ---> Running in 17ac85eabb4b [2020-12-12T00:50:33.536Z] ---> Running in 547da4152332 [2020-12-12T00:50:37.899Z] Removing intermediate container b0c1cb553815 [2020-12-12T00:50:37.899Z] ---> ba7238b8753a [2020-12-12T00:50:37.899Z] Step 7/29 : COPY . . [2020-12-12T00:50:38.175Z] Removing intermediate container d11a29872658 [2020-12-12T00:50:38.175Z] ---> b47e4d663704 [2020-12-12T00:50:38.175Z] Step 8/24 : COPY . . [2020-12-12T00:50:38.795Z] Removing intermediate container 2fdeb3b2cf48 [2020-12-12T00:50:38.795Z] ---> 54ac7fece34e [2020-12-12T00:50:38.795Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-12T00:50:38.795Z] Removing intermediate container 17ac85eabb4b [2020-12-12T00:50:38.795Z] ---> 03f7f877e19b [2020-12-12T00:50:38.795Z] Step 8/21 : COPY . . [2020-12-12T00:50:39.405Z] Removing intermediate container 547da4152332 [2020-12-12T00:50:39.405Z] ---> b2bcea9594b9 [2020-12-12T00:50:39.405Z] Step 8/23 : COPY . . [2020-12-12T00:50:39.681Z] ---> Running in 8620fa070fe3 [2020-12-12T00:50:41.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:41.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:42.300Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:50:42.300Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-12T00:50:42.581Z] (3/3) Installing curl (7.69.1-r3) [2020-12-12T00:50:42.581Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:50:42.581Z] OK: 71 MiB in 58 packages [2020-12-12T00:50:51.012Z] Removing intermediate container 8620fa070fe3 [2020-12-12T00:50:51.012Z] ---> c7d1f0c432fb [2020-12-12T00:50:51.012Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-12T00:50:52.468Z] ---> Running in 274ce937aee2 [2020-12-12T00:50:53.946Z] Removing intermediate container 274ce937aee2 [2020-12-12T00:50:53.946Z] ---> 48ac7c9a4dc9 [2020-12-12T00:50:53.946Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:50:55.390Z] ---> Running in 04bb367dff4b [2020-12-12T00:50:56.846Z] Removing intermediate container 04bb367dff4b [2020-12-12T00:50:56.846Z] ---> 0d13f7852390 [2020-12-12T00:50:56.846Z] Step 25/27 : LABEL arch=arm64 [2020-12-12T00:50:58.321Z] ---> Running in e0ed5c9b669d [2020-12-12T00:51:00.197Z] Removing intermediate container e0ed5c9b669d [2020-12-12T00:51:00.197Z] ---> bfcaa8951c8a [2020-12-12T00:51:00.197Z] Step 26/27 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:51:00.796Z] ---> Running in 5c7560286a6e [2020-12-12T00:51:01.783Z] Removing intermediate container 5c7560286a6e [2020-12-12T00:51:01.783Z] ---> 264a1fdc9d49 [2020-12-12T00:51:01.783Z] Step 27/27 : LABEL version=0.0.0 [2020-12-12T00:51:01.783Z] ---> dba1a0e63343 [2020-12-12T00:51:01.783Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-12T00:51:01.783Z] ---> 6435630d17d2 [2020-12-12T00:51:01.783Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-12T00:51:02.067Z] ---> Running in bb3441218a24 [2020-12-12T00:51:02.067Z] ---> Running in c8a601cac02e [2020-12-12T00:51:02.067Z] ---> Running in 12875444fbf9 [2020-12-12T00:51:02.067Z] ---> 0360c76ef8c6 [2020-12-12T00:51:02.067Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-12T00:51:02.344Z] ---> Running in 6ed8915af682 [2020-12-12T00:51:02.945Z] Removing intermediate container bb3441218a24 [2020-12-12T00:51:02.945Z] ---> 597f0b0fc438 [2020-12-12T00:51:02.945Z] [2020-12-12T00:51:03.226Z] ---> 5965694c397d [2020-12-12T00:51:03.226Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-12T00:51:03.503Z] ---> Running in 5efc591c4153 [2020-12-12T00:51:03.778Z] Successfully built 597f0b0fc438 [2020-12-12T00:51:03.778Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-12T00:51:03.778Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-12-12T00:51:04.775Z] 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-12T00:51:04.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:51:04.775Z] 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-12T00:51:05.381Z] 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-12T00:51:32.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:51:32.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:51:32.238Z] ---> 7157ae00f963 [2020-12-12T00:51:32.238Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> 9f4952e5eb3d [2020-12-12T00:51:32.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> 83efaf8eb6b0 [2020-12-12T00:51:32.238Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> f2f82e3ef68d [2020-12-12T00:51:32.238Z] Step 6/22 : COPY go.mod . [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> 7fa89e3dc1fc [2020-12-12T00:51:32.238Z] Step 7/22 : RUN go mod download [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> 03f7f877e19b [2020-12-12T00:51:32.238Z] Step 8/22 : COPY . . [2020-12-12T00:51:32.238Z] ---> Using cache [2020-12-12T00:51:32.238Z] ---> 0360c76ef8c6 [2020-12-12T00:51:32.238Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-12T00:51:33.685Z] ---> Running in df0680a5df1e [2020-12-12T00:51:36.337Z] 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-12T00:52:44.421Z] Removing intermediate container 12875444fbf9 [2020-12-12T00:52:44.421Z] ---> dab2dc637d48 [2020-12-12T00:52:44.421Z] [2020-12-12T00:52:44.421Z] Step 9/29 : FROM alpine:latest [2020-12-12T00:52:44.421Z] ---> dd36a01c3f31 [2020-12-12T00:52:44.421Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-12T00:52:44.421Z] ---> Running in d5eb85ff90be [2020-12-12T00:52:44.421Z] Removing intermediate container d5eb85ff90be [2020-12-12T00:52:44.421Z] ---> 4caa79071505 [2020-12-12T00:52:44.421Z] Step 11/29 : USER root [2020-12-12T00:52:44.421Z] ---> Running in 2ecf0ff02647 [2020-12-12T00:52:44.421Z] Removing intermediate container 2ecf0ff02647 [2020-12-12T00:52:44.421Z] ---> 58f2b1d55b2c [2020-12-12T00:52:44.421Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-12T00:52:44.421Z] ---> Running in 7c8cb7fdc761 [2020-12-12T00:52:45.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:52:46.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:52:47.017Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:52:47.017Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:52:47.017Z] OK: 12617 distinct packages available [2020-12-12T00:52:48.007Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-12T00:52:48.007Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-12T00:52:48.007Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:52:48.285Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:52:48.562Z] OK: 6 MiB in 16 packages [2020-12-12T00:52:51.243Z] Removing intermediate container 7c8cb7fdc761 [2020-12-12T00:52:51.243Z] ---> b76ee5f4fc68 [2020-12-12T00:52:51.243Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-12T00:52:51.243Z] ---> Running in 0a618c782b8b [2020-12-12T00:52:51.851Z] Removing intermediate container 0a618c782b8b [2020-12-12T00:52:51.851Z] ---> 7d410c9a881d [2020-12-12T00:52:51.851Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-12T00:52:51.851Z] ---> Running in 04ae16d2d4f4 [2020-12-12T00:52:52.848Z] Removing intermediate container 04ae16d2d4f4 [2020-12-12T00:52:52.848Z] ---> 962fe1751bd3 [2020-12-12T00:52:52.848Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-12T00:52:52.848Z] ---> Running in 71ca2dbf1557 [2020-12-12T00:52:57.194Z] Removing intermediate container 71ca2dbf1557 [2020-12-12T00:52:57.194Z] ---> be5430f65693 [2020-12-12T00:52:57.194Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-12T00:52:58.726Z] ---> 0f0154033ea5 [2020-12-12T00:52:58.726Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-12T00:52:59.425Z] ---> 1f5fa4a9c2c7 [2020-12-12T00:52:59.425Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-12T00:53:01.086Z] ---> 98f5e2b410dc [2020-12-12T00:53:01.086Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-12T00:53:02.110Z] ---> 1233749c939c [2020-12-12T00:53:02.110Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-12T00:53:03.553Z] ---> ce209d109edd [2020-12-12T00:53:03.553Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-12T00:53:03.553Z] ---> Running in 4c94605ae486 [2020-12-12T00:53:06.978Z] Removing intermediate container 4c94605ae486 [2020-12-12T00:53:06.978Z] ---> 5b74035d10f8 [2020-12-12T00:53:06.978Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:53:08.421Z] ---> e0648f019137 [2020-12-12T00:53:08.421Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:53:08.699Z] ---> Running in 7e283940454b [2020-12-12T00:53:12.119Z] Removing intermediate container 7e283940454b [2020-12-12T00:53:12.119Z] ---> 1729f475cc52 [2020-12-12T00:53:12.119Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-12T00:53:12.397Z] ---> Running in f62de0b20c57 [2020-12-12T00:53:16.780Z] Removing intermediate container f62de0b20c57 [2020-12-12T00:53:16.780Z] ---> 2efba5b943bc [2020-12-12T00:53:16.780Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:53:17.057Z] ---> Running in 3da68faa5374 [2020-12-12T00:53:18.512Z] Removing intermediate container 3da68faa5374 [2020-12-12T00:53:18.512Z] ---> 4d2425b8d81c [2020-12-12T00:53:18.512Z] Step 26/29 : CMD [ "generate" ] [2020-12-12T00:53:18.512Z] ---> Running in 9474200ad581 [2020-12-12T00:53:19.954Z] Removing intermediate container 9474200ad581 [2020-12-12T00:53:19.955Z] ---> 7edaa1eefe04 [2020-12-12T00:53:19.955Z] Step 27/29 : LABEL arch=arm64 [2020-12-12T00:53:20.235Z] ---> Running in 078d31b8c3e0 [2020-12-12T00:53:21.694Z] Removing intermediate container 078d31b8c3e0 [2020-12-12T00:53:21.694Z] ---> 5f702ea9601b [2020-12-12T00:53:21.694Z] Step 28/29 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:53:21.974Z] ---> Running in d3d05a3ea364 [2020-12-12T00:53:22.593Z] Removing intermediate container 6ed8915af682 [2020-12-12T00:53:22.593Z] ---> 71bda37fb28a [2020-12-12T00:53:22.593Z] [2020-12-12T00:53:22.593Z] Step 10/21 : FROM scratch [2020-12-12T00:53:22.593Z] ---> [2020-12-12T00:53:22.593Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:53:22.593Z] ---> Using cache [2020-12-12T00:53:22.593Z] ---> cf32b27cabc3 [2020-12-12T00:53:22.593Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-12T00:53:22.872Z] ---> Running in a3c762284a12 [2020-12-12T00:53:23.148Z] Removing intermediate container d3d05a3ea364 [2020-12-12T00:53:23.148Z] ---> 12bcf8aee193 [2020-12-12T00:53:23.148Z] Step 29/29 : LABEL version=0.0.0 [2020-12-12T00:53:23.428Z] ---> Running in e1bf46b5855a [2020-12-12T00:53:23.428Z] Removing intermediate container c8a601cac02e [2020-12-12T00:53:23.428Z] ---> 71bbdc0882fd [2020-12-12T00:53:23.428Z] [2020-12-12T00:53:23.428Z] Step 10/24 : FROM scratch [2020-12-12T00:53:23.428Z] ---> [2020-12-12T00:53:23.428Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-12T00:53:24.030Z] Removing intermediate container a3c762284a12 [2020-12-12T00:53:24.030Z] ---> 92b36da88ef6 [2020-12-12T00:53:24.030Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-12T00:53:24.030Z] ---> Running in 700260bebe3f [2020-12-12T00:53:24.313Z] Removing intermediate container e1bf46b5855a [2020-12-12T00:53:24.313Z] ---> d0b6c3cac1ab [2020-12-12T00:53:24.313Z] [2020-12-12T00:53:24.313Z] ---> Running in c765f36fcd46 [2020-12-12T00:53:24.921Z] Removing intermediate container 700260bebe3f [2020-12-12T00:53:24.921Z] ---> f3f582c3d23c [2020-12-12T00:53:24.921Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-12T00:53:24.921Z] ---> Running in 40bd6f954082 [2020-12-12T00:53:25.195Z] Successfully built d0b6c3cac1ab [2020-12-12T00:53:25.195Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-12T00:53:25.195Z] Removing intermediate container c765f36fcd46 [2020-12-12T00:53:25.195Z] ---> 723539e422ff [2020-12-12T00:53:25.195Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-12T00:53:26.193Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 40bd6f954082 [2020-12-12T00:53:26.193Z] ---> 565aea3bca01 [2020-12-12T00:53:26.193Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-12T00:53:26.193Z] ---> Running in 9462295c42fd [2020-12-12T00:53:26.469Z] ---> 8d8a7bd5edff [2020-12-12T00:53:26.469Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-12T00:53:26.753Z] Removing intermediate container 9462295c42fd [2020-12-12T00:53:26.753Z] ---> 588f34fa3b44 [2020-12-12T00:53:26.753Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-12T00:53:28.759Z] ---> bb74f3162450 [2020-12-12T00:53:28.759Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-12T00:53:28.759Z] ---> bdf978b3da25 [2020-12-12T00:53:28.759Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-12T00:53:30.208Z] ---> 2d4e2873955c [2020-12-12T00:53:30.208Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-12T00:53:30.208Z] ---> b202d0499139 [2020-12-12T00:53:30.208Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-12T00:53:30.208Z] ---> Running in 7a9edde8865a [2020-12-12T00:53:31.198Z] Removing intermediate container 7a9edde8865a [2020-12-12T00:53:31.198Z] ---> 94901bd88e7d [2020-12-12T00:53:31.198Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:53:31.198Z] ---> Running in bd9bee0e482d [2020-12-12T00:53:32.172Z] ---> fb2e63037085 [2020-12-12T00:53:32.172Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-12T00:53:32.172Z] Removing intermediate container bd9bee0e482d [2020-12-12T00:53:32.172Z] ---> f6040c53b31b [2020-12-12T00:53:32.172Z] Step 19/21 : LABEL arch=arm64 [2020-12-12T00:53:32.448Z] ---> Running in d708d77f7342 [2020-12-12T00:53:33.051Z] Removing intermediate container d708d77f7342 [2020-12-12T00:53:33.051Z] ---> 6fddc44ceb37 [2020-12-12T00:53:33.051Z] Step 20/21 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:53:33.326Z] ---> 99032b855aab [2020-12-12T00:53:33.326Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-12T00:53:33.326Z] ---> Running in 9cbbcddc212a [2020-12-12T00:53:34.314Z] Removing intermediate container 9cbbcddc212a [2020-12-12T00:53:34.314Z] ---> 61a3fd5b9302 [2020-12-12T00:53:34.314Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:53:34.590Z] ---> Running in eb0151c76301 [2020-12-12T00:53:35.578Z] Removing intermediate container eb0151c76301 [2020-12-12T00:53:35.578Z] ---> 1115418e6e53 [2020-12-12T00:53:35.578Z] [2020-12-12T00:53:35.578Z] ---> 7c2619b5abf9 [2020-12-12T00:53:35.578Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-12T00:53:36.187Z] Successfully built 1115418e6e53 [2020-12-12T00:53:36.187Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-12T00:53:36.463Z]  Building docker-support-scheduler-go ... done  ---> d0ed983c1f5e [2020-12-12T00:53:36.463Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-12T00:53:36.737Z] ---> Running in df419236d821 [2020-12-12T00:53:37.331Z] Removing intermediate container df419236d821 [2020-12-12T00:53:37.331Z] ---> c69300a27081 [2020-12-12T00:53:37.331Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:53:37.608Z] ---> Running in a7b44d216517 [2020-12-12T00:53:38.220Z] Removing intermediate container a7b44d216517 [2020-12-12T00:53:38.220Z] ---> 0391aa4ce1d7 [2020-12-12T00:53:38.220Z] Step 22/24 : LABEL arch=arm64 [2020-12-12T00:53:38.496Z] ---> Running in 289f57a60aa6 [2020-12-12T00:53:39.101Z] Removing intermediate container 289f57a60aa6 [2020-12-12T00:53:39.101Z] ---> 103389d08729 [2020-12-12T00:53:39.101Z] Step 23/24 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:53:39.711Z] ---> Running in 925afe3d673f [2020-12-12T00:53:40.308Z] Removing intermediate container 925afe3d673f [2020-12-12T00:53:40.308Z] ---> a37fbdba2acf [2020-12-12T00:53:40.308Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:53:40.308Z] ---> Running in 7999f558ef4e [2020-12-12T00:53:40.920Z] Removing intermediate container 7999f558ef4e [2020-12-12T00:53:40.920Z] ---> c3639eed9b9e [2020-12-12T00:53:40.920Z] [2020-12-12T00:53:41.523Z] Successfully built c3639eed9b9e [2020-12-12T00:53:41.523Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-12T00:53:46.983Z]  Building docker-support-notifications-go ... done Removing intermediate container df0680a5df1e [2020-12-12T00:53:46.983Z] ---> 9bdec2c9e5ad [2020-12-12T00:53:46.983Z] [2020-12-12T00:53:46.983Z] Step 10/22 : FROM scratch [2020-12-12T00:53:46.983Z] ---> [2020-12-12T00:53:46.983Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:53:47.260Z] ---> Using cache [2020-12-12T00:53:47.260Z] ---> cf32b27cabc3 [2020-12-12T00:53:47.260Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-12T00:53:47.532Z] ---> Running in b35049668d2b [2020-12-12T00:53:48.124Z] Removing intermediate container 5efc591c4153 [2020-12-12T00:53:48.124Z] ---> 06f577a10054 [2020-12-12T00:53:48.124Z] [2020-12-12T00:53:48.124Z] Step 10/23 : FROM alpine [2020-12-12T00:53:48.124Z] ---> dd36a01c3f31 [2020-12-12T00:53:48.124Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:53:48.124Z] ---> Running in 34418d2e260c [2020-12-12T00:53:48.124Z] Removing intermediate container b35049668d2b [2020-12-12T00:53:48.124Z] ---> 506de2fb6255 [2020-12-12T00:53:48.124Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:53:48.393Z] ---> Running in 3ae5091927e6 [2020-12-12T00:53:48.666Z] Removing intermediate container 34418d2e260c [2020-12-12T00:53:48.666Z] ---> 6ea798b2785c [2020-12-12T00:53:48.666Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-12T00:53:48.666Z] Removing intermediate container 3ae5091927e6 [2020-12-12T00:53:48.666Z] ---> 4e3104dd1894 [2020-12-12T00:53:48.666Z] Step 14/22 : WORKDIR / [2020-12-12T00:53:48.935Z] ---> Running in 733296ad5da3 [2020-12-12T00:53:48.935Z] ---> Running in f381be4e4b66 [2020-12-12T00:53:49.205Z] Removing intermediate container 733296ad5da3 [2020-12-12T00:53:49.205Z] ---> 06f57d96fd87 [2020-12-12T00:53:49.205Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-12T00:53:49.481Z] ---> Running in 8a070bd7834d [2020-12-12T00:53:49.481Z] Removing intermediate container f381be4e4b66 [2020-12-12T00:53:49.481Z] ---> a67b9e83fddf [2020-12-12T00:53:49.481Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-12T00:53:50.079Z] Removing intermediate container 8a070bd7834d [2020-12-12T00:53:50.079Z] ---> 3c8710c04ca2 [2020-12-12T00:53:50.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:53:50.079Z] ---> Running in 87f9da65e5d5 [2020-12-12T00:53:50.079Z] ---> 7a1fe0185fa0 [2020-12-12T00:53:50.079Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-12T00:53:52.059Z] ---> 5bc1509918e8 [2020-12-12T00:53:52.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-12T00:53:52.652Z] ---> 52b677969eb0 [2020-12-12T00:53:52.652Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-12T00:53:52.652Z] Removing intermediate container 87f9da65e5d5 [2020-12-12T00:53:52.652Z] ---> 5352e6bbfa9b [2020-12-12T00:53:52.652Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-12T00:53:52.925Z] ---> Running in b5f61c3525f3 [2020-12-12T00:53:52.925Z] ---> Running in 51ede8b2737c [2020-12-12T00:53:53.522Z] Removing intermediate container b5f61c3525f3 [2020-12-12T00:53:53.522Z] ---> 991cd4adc423 [2020-12-12T00:53:53.522Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:53:53.522Z] ---> Running in 10921c9bd885 [2020-12-12T00:53:54.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:53:54.116Z] Removing intermediate container 10921c9bd885 [2020-12-12T00:53:54.116Z] ---> aeae86ceceb7 [2020-12-12T00:53:54.116Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:53:54.116Z] ---> Running in e5bf71e3adb7 [2020-12-12T00:53:54.709Z] Removing intermediate container e5bf71e3adb7 [2020-12-12T00:53:54.709Z] ---> 81263eefea57 [2020-12-12T00:53:54.709Z] Step 21/22 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:53:54.709Z] ---> Running in 8987d4ab348c [2020-12-12T00:53:54.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:53:55.252Z] Removing intermediate container 8987d4ab348c [2020-12-12T00:53:55.252Z] ---> 4a711fa9ef05 [2020-12-12T00:53:55.252Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:53:55.529Z] ---> Running in 4d946c48e5bf [2020-12-12T00:53:56.122Z] Removing intermediate container 4d946c48e5bf [2020-12-12T00:53:56.122Z] ---> 0ac40586a886 [2020-12-12T00:53:56.122Z] [2020-12-12T00:53:56.393Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-12T00:53:56.393Z] Successfully built 0ac40586a886 [2020-12-12T00:53:56.393Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-12T00:53:56.393Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-12T00:53:56.662Z]  Building docker-core-metadata-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-12T00:53:56.933Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-12T00:53:57.205Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-12T00:53:57.205Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:53:57.205Z] OK: 8 MiB in 19 packages [2020-12-12T00:53:58.631Z] Removing intermediate container 51ede8b2737c [2020-12-12T00:53:58.631Z] ---> 88deaf8c4500 [2020-12-12T00:53:58.631Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-12T00:53:59.232Z] ---> 665182a811b1 [2020-12-12T00:53:59.232Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-12T00:54:00.685Z] ---> aa8c8bffecd4 [2020-12-12T00:54:00.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-12T00:54:01.660Z] ---> 1c6e50d80754 [2020-12-12T00:54:01.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-12T00:54:01.660Z] ---> Running in 4ff970512b0a [2020-12-12T00:54:02.272Z] Removing intermediate container 4ff970512b0a [2020-12-12T00:54:02.272Z] ---> 92fd3004721f [2020-12-12T00:54:02.272Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:54:02.272Z] ---> Running in 48ed89f9f2ea [2020-12-12T00:54:02.887Z] Removing intermediate container 48ed89f9f2ea [2020-12-12T00:54:02.887Z] ---> f17fb7eee48b [2020-12-12T00:54:02.887Z] Step 21/23 : LABEL arch=arm64 [2020-12-12T00:54:02.887Z] ---> Running in 1c13b27b3f35 [2020-12-12T00:54:03.493Z] Removing intermediate container 1c13b27b3f35 [2020-12-12T00:54:03.493Z] ---> 961c21d59e3a [2020-12-12T00:54:03.493Z] Step 22/23 : LABEL git_sha=dfb575c31b145fa2bfe234761ee246a5732b2602 [2020-12-12T00:54:03.493Z] ---> Running in cd6b1a75401d [2020-12-12T00:54:04.092Z] Removing intermediate container cd6b1a75401d [2020-12-12T00:54:04.092Z] ---> dee3f8701260 [2020-12-12T00:54:04.092Z] Step 23/23 : LABEL version=0.0.0 [2020-12-12T00:54:04.365Z] ---> Running in f2d7842815df [2020-12-12T00:54:04.637Z] Removing intermediate container f2d7842815df [2020-12-12T00:54:04.637Z] ---> 5f6fdc4be496 [2020-12-12T00:54:04.637Z] [2020-12-12T00:54:05.230Z] Successfully built 5f6fdc4be496 [2020-12-12T00:54:05.230Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-12T00:54:05.517Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-12T00:54:05.503Z] $ docker stop --time=1 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e [2020-12-12T00:54:07.480Z] $ docker rm -f 5312b0ea3a3bf01d8289c1d026df9fa77a27d120950ee7d2a0743f19c961682e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:54:08.184Z] + docker images+ [2020-12-12T00:54:08.184Z] grep docker [2020-12-12T00:54:08.456Z] docker-core-data-go-arm64 latest 5f6fdc4be496 4 seconds ago 22.3MB [2020-12-12T00:54:08.456Z] docker-core-metadata-go-arm64 latest 0ac40586a886 13 seconds ago 13.6MB [2020-12-12T00:54:08.456Z] docker-support-notifications-go-arm64 latest c3639eed9b9e 28 seconds ago 12.9MB [2020-12-12T00:54:08.456Z] docker-support-scheduler-go-arm64 latest 1115418e6e53 33 seconds ago 11.5MB [2020-12-12T00:54:08.456Z] docker-security-secrets-setup-go-arm64 latest d0b6c3cac1ab 45 seconds ago 22.7MB [2020-12-12T00:54:08.456Z] docker-sys-mgmt-agent-go-arm64 latest 597f0b0fc438 3 minutes ago 300MB [2020-12-12T00:54:08.456Z] docker-security-secretstore-setup-go-arm64 latest 09abb28f8726 4 minutes ago 23.5MB [2020-12-12T00:54:08.456Z] docker-core-command-go-arm64 latest 87ef600c6b4a 4 minutes ago 11.4MB [2020-12-12T00:54:08.456Z] docker-security-bootstrap-redis-go-arm64 latest ab0610484e7c 4 minutes ago 15.2MB [2020-12-12T00:54:08.456Z] docker-security-proxy-setup-go-arm64 latest c5b4404cea25 4 minutes ago 23.4MB [2020-12-12T00:54:08.456Z] docker latest eeaf43b92773 21 hours 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-12T00:54:11.832Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:12.716Z] ---> package-listing.sh [2020-12-12T00:54:12.716Z] ++ facter osfamily [2020-12-12T00:54:12.716Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-12T00:54:12.716Z] + OS_FAMILY=redhat [2020-12-12T00:54:12.716Z] + workspace=/w/workspace/edgex-go/24 [2020-12-12T00:54:12.716Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-12T00:54:12.716Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-12T00:54:12.716Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-12T00:54:12.716Z] + PACKAGES=/tmp/packages_start.txt [2020-12-12T00:54:12.716Z] + '[' /w/workspace/edgex-go/24 ']' [2020-12-12T00:54:12.716Z] + PACKAGES=/tmp/packages_end.txt [2020-12-12T00:54:12.716Z] + case "${OS_FAMILY}" in [2020-12-12T00:54:12.716Z] + rpm -qa [2020-12-12T00:54:12.716Z] + sort [2020-12-12T00:54:18.036Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-12T00:54:18.036Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-12T00:54:18.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-12T00:54:18.036Z] + '[' /w/workspace/edgex-go/24 ']' [2020-12-12T00:54:18.036Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2020-12-12T00:54:18.036Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2020-12-12T00:54:18.050Z] 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-12T00:54:18.342Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:54:18.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:54:18.649Z] [2020-12-12T00:54:18.649Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:54:19.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:54:19.002Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-12T00:54:19.002Z] df20fa9351a1: Pulling fs layer [2020-12-12T00:54:19.002Z] 36b3adc4ff6f: Pulling fs layer [2020-12-12T00:54:19.002Z] 8ad3a11d3b57: Pulling fs layer [2020-12-12T00:54:19.002Z] 46f8f816bc3b: Pulling fs layer [2020-12-12T00:54:19.002Z] 93b61091891f: Pulling fs layer [2020-12-12T00:54:19.002Z] 93b9cdb0e59b: Pulling fs layer [2020-12-12T00:54:19.002Z] 5e14af77c1be: Pulling fs layer [2020-12-12T00:54:19.002Z] 01666e4c0597: Pulling fs layer [2020-12-12T00:54:19.002Z] aa168da1d23b: Pulling fs layer [2020-12-12T00:54:19.002Z] 93b9cdb0e59b: Waiting [2020-12-12T00:54:19.002Z] 46f8f816bc3b: Waiting [2020-12-12T00:54:19.002Z] 93b61091891f: Waiting [2020-12-12T00:54:19.002Z] 5e14af77c1be: Waiting [2020-12-12T00:54:19.002Z] 01666e4c0597: Waiting [2020-12-12T00:54:19.002Z] aa168da1d23b: Waiting [2020-12-12T00:54:19.002Z] 36b3adc4ff6f: Download complete [2020-12-12T00:54:19.002Z] 46f8f816bc3b: Verifying Checksum [2020-12-12T00:54:19.002Z] 46f8f816bc3b: Download complete [2020-12-12T00:54:19.264Z] df20fa9351a1: Verifying Checksum [2020-12-12T00:54:19.264Z] df20fa9351a1: Download complete [2020-12-12T00:54:19.264Z] 93b9cdb0e59b: Verifying Checksum [2020-12-12T00:54:19.264Z] 93b9cdb0e59b: Download complete [2020-12-12T00:54:19.264Z] 5e14af77c1be: Verifying Checksum [2020-12-12T00:54:19.264Z] 5e14af77c1be: Download complete [2020-12-12T00:54:19.264Z] 93b61091891f: Download complete [2020-12-12T00:54:19.264Z] 01666e4c0597: Verifying Checksum [2020-12-12T00:54:19.264Z] 01666e4c0597: Download complete [2020-12-12T00:54:19.264Z] 8ad3a11d3b57: Verifying Checksum [2020-12-12T00:54:19.264Z] 8ad3a11d3b57: Download complete [2020-12-12T00:54:19.537Z] df20fa9351a1: Pull complete [2020-12-12T00:54:19.810Z] 36b3adc4ff6f: Pull complete [2020-12-12T00:54:20.395Z] 8ad3a11d3b57: Pull complete [2020-12-12T00:54:21.348Z] aa168da1d23b: Verifying Checksum [2020-12-12T00:54:21.348Z] aa168da1d23b: Download complete [2020-12-12T00:54:22.296Z] 46f8f816bc3b: Pull complete [2020-12-12T00:54:23.253Z] 93b61091891f: Pull complete [2020-12-12T00:54:23.253Z] 93b9cdb0e59b: Pull complete [2020-12-12T00:54:23.515Z] 5e14af77c1be: Pull complete [2020-12-12T00:54:23.515Z] 01666e4c0597: Pull complete [2020-12-12T00:54:31.712Z] aa168da1d23b: Pull complete [2020-12-12T00:54:31.712Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-12T00:54:31.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:54:31.712Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-12T00:54:31.935Z] prd-centos7-docker-4c-2g-15682 does not seem to be running inside a container [2020-12-12T00:54:31.987Z] $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-12T00:54:41.940Z] $ docker top 528fdd3a5ee7cc749663ac704d427a70345c7bee879768a33470451bc5e30065 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:54:42.503Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-12T00:54:42.808Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-12T00:54:43.111Z] + ls /var/log/sa-host [2020-12-12T00:54:43.111Z] + sadf -c /var/log/sa-host/sa12 [2020-12-12T00:54:43.111Z] file_magic: OK [2020-12-12T00:54:43.111Z] HZ: Using current value: 100 [2020-12-12T00:54:43.111Z] file_header: OK [2020-12-12T00:54:43.111Z] 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-12T00:54:43.111Z] Statistics: [2020-12-12T00:54:43.111Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-12T00:54:43.111Z] File successfully converted to sysstat format version 12.2.1 [2020-12-12T00:54:43.111Z] + sadf -c /var/log/sa-host/sa23 [2020-12-12T00:54:43.111Z] file_magic: OK [2020-12-12T00:54:43.111Z] HZ: Using current value: 100 [2020-12-12T00:54:43.111Z] file_header: OK [2020-12-12T00:54:43.111Z] 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-12T00:54:43.111Z] Statistics: [2020-12-12T00:54:43.111Z] Hnuu...uuuununununu... [2020-12-12T00:54:43.111Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-12T00:54:43.305Z] provisioning config files... [2020-12-12T00:54:43.337Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config5709308936915581509tmp [Pipeline] { [Pipeline] echo [2020-12-12T00:54:43.401Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:43.702Z] ---> create-netrc.sh [Pipeline] } [2020-12-12T00:54:43.712Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-12T00:54:43.843Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:44.139Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-12T00:54:44.150Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:44.446Z] ---> sudo-logs.sh [2020-12-12T00:54:44.446Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-12T00:54:44.457Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:44.754Z] ---> job-cost.sh [2020-12-12T00:54:44.754Z] lf-activate-venv: SKIPPING [2020-12-12T00:54:44.754Z] INFO: No Stack... [2020-12-12T00:54:45.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-12T00:54:45.962Z] INFO: Archiving Costs [Pipeline] echo [2020-12-12T00:54:45.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:54:46.339Z] ---> logs-deploy.sh [2020-12-12T00:54:46.339Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/24 [2020-12-12T00:54:46.339Z] INFO: archiving workspace using pattern(s): [2020-12-12T00:54:47.729Z] Archives upload complete. [2020-12-12T00:54:47.729Z] INFO: archiving logs to Nexus