Pull request #2999 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d+5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 (ea9241d5347e38d7435f029ecf44eed143353b73) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19837 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d > 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/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d # 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 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 Merge succeeded, producing 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 Checking out Revision 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 (PR-2999) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 # timeout=10 Commit message: "Merge commit '5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0' into HEAD" > git rev-list --no-walk 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T22:22:40.023Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T22:22:40.375Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T22:22:40.489Z] ========================================================= [2021-01-12T22:22:40.489Z] EdgeX Global Pipelines Version Info [2021-01-12T22:22:40.489Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:22:42.035Z] ------------------- [2021-01-12T22:22:42.035Z] stable info: [2021-01-12T22:22:42.035Z] ------------------- [2021-01-12T22:22:42.035Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T22:22:42.035Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:22:42.035Z] Message: update stable to v1.0.173 [2021-01-12T22:22:42.990Z] ------------------- [2021-01-12T22:22:42.990Z] experimental info: [2021-01-12T22:22:42.990Z] ------------------- [2021-01-12T22:22:42.990Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T22:22:42.990Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:22:42.990Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T22:22:43.325Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T22:22:43.424Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T22:22:43.537Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T22:22:43.677Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T22:22:43.769Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T22:22:43.863Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T22:22:43.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T22:22:44.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T22:22:44.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T22:22:44.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T22:22:44.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T22:22:44.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T22:22:44.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T22:22:44.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T22:22:44.689Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:22:44.770Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:22:44.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T22:22:44.951Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T22:22:45.086Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T22:22:45.178Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T22:22:45.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T22:22:45.355Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T22:22:45.441Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T22:22:45.528Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo [2021-01-12T22:22:45.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo [2021-01-12T22:22:45.704Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo [2021-01-12T22:22:45.786Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [Pipeline] echo [2021-01-12T22:22:45.868Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59d6214 [Pipeline] echo [2021-01-12T22:22:45.965Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:22:46.128Z] provisioning config files... [2021-01-12T22:22:46.183Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1844775283778525411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:22:46.555Z] ---> docker-login.sh [2021-01-12T22:22:46.555Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:22:46.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:22:47.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:22:47.087Z] Configure a credential helper to remove this warning. See [2021-01-12T22:22:47.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:22:47.087Z] [2021-01-12T22:22:47.087Z] Login Succeeded [2021-01-12T22:22:47.087Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:22:47.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:22:47.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:22:47.348Z] Configure a credential helper to remove this warning. See [2021-01-12T22:22:47.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:22:47.348Z] [2021-01-12T22:22:47.348Z] Login Succeeded [2021-01-12T22:22:47.348Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:22:47.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:22:47.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:22:47.614Z] Configure a credential helper to remove this warning. See [2021-01-12T22:22:47.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:22:47.614Z] [2021-01-12T22:22:47.614Z] Login Succeeded [2021-01-12T22:22:47.614Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:22:47.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:22:47.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:22:47.614Z] Configure a credential helper to remove this warning. See [2021-01-12T22:22:47.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:22:47.614Z] [2021-01-12T22:22:47.614Z] Login Succeeded [2021-01-12T22:22:47.614Z] docker.io [2021-01-12T22:22:47.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:22:48.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:22:48.148Z] Configure a credential helper to remove this warning. See [2021-01-12T22:22:48.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:22:48.148Z] [2021-01-12T22:22:48.148Z] Login Succeeded [2021-01-12T22:22:48.148Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:22:48.159Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T22:22:48.647Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-12T22:22:48.647Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.647Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T22:22:48.647Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.647Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T22:22:48.647Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.647Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T22:22:48.647Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.647Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T22:22:48.647Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.647Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T22:22:48.647Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.647Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T22:22:48.647Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.647Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T22:22:48.647Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.647Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T22:22:48.647Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.648Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T22:22:48.648Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.648Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T22:22:48.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.648Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T22:22:48.648Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.648Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T22:22:48.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.648Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T22:22:48.648Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.648Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T22:22:48.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.648Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T22:22:48.648Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.648Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T22:22:48.648Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:22:48.648Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T22:22:48.648Z] ++ cut -d/ -f2 [2021-01-12T22:22:48.648Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T22:22:48.776Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:49.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:22:49.696Z] [2021-01-12T22:22:49.696Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:50.049Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:22:50.049Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T22:22:50.049Z] 31603596830f: Pulling fs layer [2021-01-12T22:22:50.049Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T22:22:50.049Z] 6ca5941a6612: Pulling fs layer [2021-01-12T22:22:50.049Z] ecc8261a40a4: Pulling fs layer [2021-01-12T22:22:50.049Z] ecc8261a40a4: Waiting [2021-01-12T22:22:50.049Z] 2a8b12db71e7: Download complete [2021-01-12T22:22:50.049Z] 31603596830f: Verifying Checksum [2021-01-12T22:22:50.049Z] 31603596830f: Download complete [2021-01-12T22:22:50.312Z] ecc8261a40a4: Verifying Checksum [2021-01-12T22:22:50.312Z] ecc8261a40a4: Download complete [2021-01-12T22:22:50.312Z] 6ca5941a6612: Verifying Checksum [2021-01-12T22:22:50.312Z] 6ca5941a6612: Download complete [2021-01-12T22:22:50.580Z] 31603596830f: Pull complete [2021-01-12T22:22:50.580Z] 2a8b12db71e7: Pull complete [2021-01-12T22:22:51.998Z] 6ca5941a6612: Pull complete [2021-01-12T22:22:51.998Z] ecc8261a40a4: Pull complete [2021-01-12T22:22:51.998Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T22:22:51.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:22:51.998Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T22:22:52.138Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:22:52.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T22:22:54.892Z] $ docker top 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T22:22:55.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:22:55.252Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:22:55.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:22:55.511Z] $ docker exec 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent [2021-01-12T22:22:55.685Z] SSH_AUTH_SOCK=/tmp/ssh-04Ama9ggGveh/agent.11 [2021-01-12T22:22:55.685Z] SSH_AGENT_PID=16 [2021-01-12T22:22:55.699Z] Running ssh-add (command line suppressed) [2021-01-12T22:22:55.844Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1114894653957474270.key (/w/workspace/edgex-go/8@tmp/private_key_1114894653957474270.key) [2021-01-12T22:22:55.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:22:56.245Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T22:22:56.275Z] $ docker exec --env ******** --env ******** 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent -k [2021-01-12T22:22:56.395Z] unset SSH_AUTH_SOCK; [2021-01-12T22:22:56.396Z] unset SSH_AGENT_PID; [2021-01-12T22:22:56.396Z] echo Agent pid 16 killed; [2021-01-12T22:22:56.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T22:22:56.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:22:56.589Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:22:56.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:22:56.776Z] $ docker exec 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent [2021-01-12T22:22:56.939Z] SSH_AUTH_SOCK=/tmp/ssh-EhW8aS2RBzZW/agent.48 [2021-01-12T22:22:56.940Z] SSH_AGENT_PID=54 [2021-01-12T22:22:56.947Z] Running ssh-add (command line suppressed) [2021-01-12T22:22:57.072Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1763670429225602676.key (/w/workspace/edgex-go/8@tmp/private_key_1763670429225602676.key) [2021-01-12T22:22:57.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:22:57.463Z] + git semver init [2021-01-12T22:22:57.463Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T22:22:57.463Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-12T22:22:57.463Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-12T22:22:57.463Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T22:22:57.463Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T22:22:57.463Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T22:22:57.463Z] # $SEMVER_BRANCH = PR-2999 [2021-01-12T22:22:57.463Z] # $SEMVER_TEMP = /tmp/semver-995975246 [2021-01-12T22:22:57.463Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T22:23:15.679Z] # '/tmp/semver-995975246' -> '/w/workspace/edgex-go/8/.semver' [2021-01-12T22:23:16.256Z] # -> Force: false [2021-01-12T22:23:16.256Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-12T22:23:16.276Z] $ docker exec --env ******** --env ******** 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent -k [2021-01-12T22:23:16.506Z] unset SSH_AUTH_SOCK; [2021-01-12T22:23:16.506Z] unset SSH_AGENT_PID; [2021-01-12T22:23:16.507Z] echo Agent pid 54 killed; [2021-01-12T22:23:16.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T22:23:17.070Z] + git semver [Pipeline] } [2021-01-12T22:23:17.094Z] $ docker stop --time=1 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 [2021-01-12T22:23:18.805Z] $ docker rm -f 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:23:19.400Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T22:23:19.984Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T22:23:19.987Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:23:21.007Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:23:21.311Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:23:21.614Z] + true [2021-01-12T22:23:21.614Z] + sudo service docker restart [2021-01-12T22:23:21.614Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T22:23:22.205Z] ========================================================= [2021-01-12T22:23:22.205Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T22:23:22.205Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:23:22.547Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-12T22:23:26.793Z] Sending build context to Docker daemon 326.4MB [2021-01-12T22:23:26.793Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:23:26.793Z] Step 2/6 : FROM ${BASE} [2021-01-12T22:23:26.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T22:23:26.793Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T22:23:26.793Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T22:23:26.793Z] de9db76c5a1d: Pulling fs layer [2021-01-12T22:23:26.793Z] bca2f99d35d6: Pulling fs layer [2021-01-12T22:23:26.793Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T22:23:26.793Z] 7c6f9722023f: Pulling fs layer [2021-01-12T22:23:26.793Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T22:23:26.793Z] 93359f2a8cfa: Waiting [2021-01-12T22:23:26.793Z] 7c6f9722023f: Waiting [2021-01-12T22:23:26.793Z] a35cf1a2eb13: Waiting [2021-01-12T22:23:26.793Z] bca2f99d35d6: Waiting [2021-01-12T22:23:26.793Z] de9db76c5a1d: Download complete [2021-01-12T22:23:26.793Z] 0ef7d3d256c8: Download complete [2021-01-12T22:23:26.793Z] 93359f2a8cfa: Download complete [2021-01-12T22:23:26.793Z] 7c6f9722023f: Verifying Checksum [2021-01-12T22:23:26.793Z] 7c6f9722023f: Download complete [2021-01-12T22:23:26.793Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T22:23:26.793Z] 188c0c94c7c5: Download complete [2021-01-12T22:23:26.793Z] 188c0c94c7c5: Pull complete [2021-01-12T22:23:26.793Z] 0ef7d3d256c8: Pull complete [2021-01-12T22:23:27.064Z] de9db76c5a1d: Pull complete [2021-01-12T22:23:28.052Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T22:23:28.052Z] a35cf1a2eb13: Download complete [2021-01-12T22:23:28.636Z] bca2f99d35d6: Verifying Checksum [2021-01-12T22:23:28.636Z] bca2f99d35d6: Download complete [2021-01-12T22:23:33.973Z] bca2f99d35d6: Pull complete [2021-01-12T22:23:34.240Z] 93359f2a8cfa: Pull complete [2021-01-12T22:23:34.504Z] 7c6f9722023f: Pull complete [2021-01-12T22:23:35.475Z] Still waiting to schedule task [2021-01-12T22:23:35.475Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T22:23:41.134Z] a35cf1a2eb13: Pull complete [2021-01-12T22:23:41.134Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T22:23:41.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T22:23:41.134Z] ---> a62c8e92a672 [2021-01-12T22:23:41.134Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-12T22:23:41.134Z] ---> Running in 239390b0eded [2021-01-12T22:23:41.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:23:42.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:23:43.237Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T22:23:43.237Z] (2/12) Installing file (5.38-r0) [2021-01-12T22:23:43.237Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T22:23:43.500Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T22:23:47.528Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T22:23:47.528Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T22:23:47.528Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T22:23:47.528Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T22:23:47.528Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T22:23:47.528Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T22:23:47.790Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T22:23:47.790Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T22:23:47.790Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:23:47.790Z] OK: 233 MiB in 51 packages [2021-01-12T22:23:52.031Z] Removing intermediate container 239390b0eded [2021-01-12T22:23:52.031Z] ---> 6601e6ec045c [2021-01-12T22:23:52.031Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T22:23:52.031Z] ---> Running in c057a3f07bc0 [2021-01-12T22:23:52.031Z] Removing intermediate container c057a3f07bc0 [2021-01-12T22:23:52.031Z] ---> 27e8b3392100 [2021-01-12T22:23:52.031Z] Step 5/6 : COPY go.mod . [2021-01-12T22:23:52.031Z] ---> 17db7cb3bf07 [2021-01-12T22:23:52.031Z] Step 6/6 : RUN go mod download [2021-01-12T22:23:52.031Z] ---> Running in 2ccf5ba164e1 [2021-01-12T22:24:14.094Z] Removing intermediate container 2ccf5ba164e1 [2021-01-12T22:24:14.094Z] ---> 63b647184f9f [2021-01-12T22:24:14.094Z] Successfully built 63b647184f9f [2021-01-12T22:24:14.094Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:24:14.432Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:24:14.432Z] . [Pipeline] withDockerContainer [2021-01-12T22:24:14.552Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:24:14.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-01-12T22:24:15.500Z] $ docker top f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:24:16.031Z] + go version [2021-01-12T22:24:16.031Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T22:24:16.058Z] $ docker stop --time=1 f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 [2021-01-12T22:24:17.438Z] $ docker rm -f f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:24:18.376Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:24:18.377Z] . [Pipeline] withDockerContainer [2021-01-12T22:24:18.488Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:24:18.545Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-01-12T22:24:19.341Z] $ docker top b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T22:24:19.558Z] ========================================================= [2021-01-12T22:24:19.558Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T22:24:19.558Z] ========================================================= [Pipeline] sh [2021-01-12T22:24:19.854Z] + make test [2021-01-12T22:24:19.854Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T22:24:29.972Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T22:24:45.038Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T22:24:51.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T22:24:51.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T22:24:51.753Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T22:24:51.753Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T22:24:51.753Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T22:24:52.021Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T22:24:52.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T22:24:52.567Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T22:24:53.542Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T22:24:55.503Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T22:24:55.503Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T22:24:55.503Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T22:24:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements [2021-01-12T22:24:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T22:24:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T22:24:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T22:24:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T22:24:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T22:25:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.0% of statements [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T22:25:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T22:25:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T22:25:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.455s coverage: 77.8% of statements [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T22:25:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.4% of statements [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T22:25:02.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T22:25:04.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T22:25:04.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T22:25:04.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T22:25:04.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-01-12T22:25:04.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T22:25:05.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements [2021-01-12T22:25:05.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T22:25:05.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-01-12T22:25:05.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T22:25:05.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T22:25:05.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T22:25:05.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.511s coverage: 93.1% of statements [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-01-12T22:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-12T22:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.114s coverage: 87.2% of statements [2021-01-12T22:25:08.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-01-12T22:25:08.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements [2021-01-12T22:25:08.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T22:25:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.375s coverage: 63.5% of statements [2021-01-12T22:25:10.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T22:25:10.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T22:25:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-12T22:25:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-01-12T22:25:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-12T22:25:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-01-12T22:25:10.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-01-12T22:25:12.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 55.9% of statements [2021-01-12T22:25:12.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T22:25:12.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T22:25:12.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T22:25:12.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T22:25:12.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T22:25:13.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements [2021-01-12T22:25:13.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T22:25:13.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T22:25:13.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.405s coverage: 84.0% of statements [2021-01-12T22:25:13.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-01-12T22:25:15.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.188s coverage: 47.1% of statements [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T22:25:15.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-12T22:25:15.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T22:25:15.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-12T22:25:15.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.713s coverage: 29.1% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T22:25:17.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T22:25:17.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-12T22:25:17.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-12T22:25:17.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-12T22:25:17.854Z] GO111MODULE=on go vet ./... [2021-01-12T22:25:44.605Z] gofmt -l . [2021-01-12T22:25:44.605Z] [ "`gofmt -l .`" = "" ] [2021-01-12T22:25:44.605Z] ./bin/test-go-mod-tidy.sh [2021-01-12T22:25:44.606Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T22:25:44.919Z] + ls -al . [2021-01-12T22:25:44.919Z] total 656 [2021-01-12T22:25:44.919Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 22:25 . [2021-01-12T22:25:44.919Z] drwxr-xr-x 4 root root 28 Jan 12 22:24 .. [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 22:22 .dockerignore [2021-01-12T22:25:44.919Z] drwxrwxr-x 8 1001 1001 179 Jan 12 22:22 .git [2021-01-12T22:25:44.919Z] drwxrwxr-x 3 1001 1001 125 Jan 12 22:22 .github [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 22:22 .gitignore [2021-01-12T22:25:44.919Z] drwx------ 3 1001 1001 47 Jan 12 22:23 .semver [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 22:22 .sonarcloud.properties [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 22:22 Attribution.txt [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:22 CONTRIBUTING.md [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 22:22 Dockerfile.build [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 22:22 Jenkinsfile [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:22 LICENSE [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 22:22 Makefile [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:22 README.md [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:22 SECURITY.md [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 22:23 VERSION [2021-01-12T22:25:44.919Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:22 ZMQWindows.md [2021-01-12T22:25:44.919Z] drwxrwxr-x 2 1001 1001 117 Jan 12 22:22 bin [2021-01-12T22:25:44.919Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 22:22 cmd [2021-01-12T22:25:44.920Z] -rw-r--r-- 1 root root 552842 Jan 12 22:25 coverage.out [2021-01-12T22:25:44.920Z] -rw-r--r-- 1 root root 979 Jan 12 22:25 go.mod [2021-01-12T22:25:44.920Z] -rw-r--r-- 1 root root 19231 Jan 12 22:25 go.sum [2021-01-12T22:25:44.920Z] drwxrwxr-x 8 1001 1001 127 Jan 12 22:22 internal [2021-01-12T22:25:44.920Z] drwxrwxr-x 4 1001 1001 26 Jan 12 22:22 openapi [2021-01-12T22:25:44.920Z] drwxrwxr-x 4 1001 1001 71 Jan 12 22:22 snap [2021-01-12T22:25:44.920Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 22:22 version.go [Pipeline] sh [2021-01-12T22:25:45.244Z] + '[' -e coverage.out ] [2021-01-12T22:25:45.244Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T22:25:45.448Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T22:25:45.750Z] + make build [2021-01-12T22:25:45.750Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T22:25:49.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-12T22:25:58.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-12T22:25:58.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T22:26:00.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T22:26:00.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T22:26:02.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T22:26:03.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-12T22:26:05.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T22:26:06.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-12T22:26:07.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:26:07.649Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19842 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-12T22:26:07.701Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:26:08.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-12T22:26:09.864Z] $ docker stop --time=1 b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 [2021-01-12T22:26:10.028Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-12T22:26:13.021Z] $ docker rm -f b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-12T22:26:13.952Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:26:14.321Z] + sudo service docker restart [2021-01-12T22:26:14.321Z] + true [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:26:15.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:26:15.073Z] [2021-01-12T22:26:15.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:26:15.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:26:15.426Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T22:26:15.426Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T22:26:15.426Z] ca9280d653b3: Pulling fs layer [2021-01-12T22:26:15.426Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T22:26:15.700Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T22:26:15.700Z] cbdbe7a5bc2a: Download complete [2021-01-12T22:26:15.973Z] ca9280d653b3: Verifying Checksum [2021-01-12T22:26:15.973Z] ca9280d653b3: Download complete [2021-01-12T22:26:15.973Z] cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:26:17.065Z] provisioning config files... [2021-01-12T22:26:17.111Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2629589265732588659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:26:17.383Z] ca9280d653b3: Pull complete [2021-01-12T22:26:17.383Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T22:26:17.383Z] 7e9c9ca2126c: Download complete [2021-01-12T22:26:17.530Z] ---> docker-login.sh [2021-01-12T22:26:17.530Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:26:18.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:26:18.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:26:18.726Z] Configure a credential helper to remove this warning. See [2021-01-12T22:26:18.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:26:18.726Z] [2021-01-12T22:26:18.726Z] Login Succeeded [2021-01-12T22:26:18.726Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:26:19.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:26:19.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:26:19.002Z] Configure a credential helper to remove this warning. See [2021-01-12T22:26:19.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:26:19.002Z] [2021-01-12T22:26:19.002Z] Login Succeeded [2021-01-12T22:26:19.002Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:26:19.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:26:19.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:26:19.551Z] Configure a credential helper to remove this warning. See [2021-01-12T22:26:19.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:26:19.551Z] [2021-01-12T22:26:19.551Z] Login Succeeded [2021-01-12T22:26:19.551Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:26:19.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:26:20.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:26:20.106Z] Configure a credential helper to remove this warning. See [2021-01-12T22:26:20.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:26:20.106Z] [2021-01-12T22:26:20.106Z] Login Succeeded [2021-01-12T22:26:20.106Z] docker.io [2021-01-12T22:26:20.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:26:20.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:26:20.664Z] Configure a credential helper to remove this warning. See [2021-01-12T22:26:20.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:26:20.664Z] [2021-01-12T22:26:20.664Z] Login Succeeded [2021-01-12T22:26:20.936Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:26:20.955Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T22:26:21.833Z] ========================================================= [2021-01-12T22:26:21.833Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T22:26:21.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:26:22.220Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-12T22:26:22.221Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/8/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T22:26:23.317Z] Failed in branch arm64 [2021-01-12T22:26:24.012Z] 7e9c9ca2126c: Pull complete [2021-01-12T22:26:24.012Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T22:26:24.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:26:24.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T22:26:24.423Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:26:24.484Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-devops/edgex-compose:latest cat [2021-01-12T22:26:27.400Z] $ docker top 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:26:27.915Z] + docker-compose build --help [2021-01-12T22:26:27.915Z] + grep parallel [2021-01-12T22:26:28.866Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T22:26:28.886Z] $ docker stop --time=1 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 [2021-01-12T22:26:30.261Z] $ docker rm -f 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:26:30.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:26:30.889Z] . [Pipeline] withDockerContainer [2021-01-12T22:26:31.022Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:26:31.078Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-01-12T22:26:31.912Z] $ docker top 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:26:32.395Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T22:26:33.341Z] Building docker-core-command-go ... [2021-01-12T22:26:33.341Z] Building docker-core-data-go ... [2021-01-12T22:26:33.341Z] Building docker-core-metadata-go ... [2021-01-12T22:26:33.341Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T22:26:33.341Z] Building docker-security-proxy-setup-go ... [2021-01-12T22:26:33.341Z] Building docker-security-secretstore-setup-go ... [2021-01-12T22:26:33.341Z] Building docker-support-notifications-go ... [2021-01-12T22:26:33.341Z] Building docker-support-scheduler-go ... [2021-01-12T22:26:33.341Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T22:26:33.341Z] Building docker-support-scheduler-go [2021-01-12T22:26:33.341Z] Building docker-security-bootstrap-redis-go [2021-01-12T22:26:33.341Z] Building docker-core-command-go [2021-01-12T22:26:33.341Z] Building docker-support-notifications-go [2021-01-12T22:26:33.341Z] Building docker-security-proxy-setup-go [2021-01-12T22:27:05.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:27:05.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:27:05.832Z] ---> 63b647184f9f [2021-01-12T22:27:05.832Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:27:05.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:27:05.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:27:05.832Z] ---> 63b647184f9f [2021-01-12T22:27:05.832Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:27:05.832Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:27:05.832Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:27:05.832Z] ---> 63b647184f9f [2021-01-12T22:27:05.832Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T22:27:05.832Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:27:05.832Z] [2021-01-12T22:27:05.832Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:27:05.832Z] [2021-01-12T22:27:05.832Z] ---> 63b647184f9f [2021-01-12T22:27:05.832Z] ---> 63b647184f9f [2021-01-12T22:27:05.832Z] Step 3/24 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go [2021-01-12T22:27:05.832Z] [2021-01-12T22:27:06.104Z] ---> Running in 7a1ebd24ae3f [2021-01-12T22:27:06.104Z] ---> Running in a7edd6242806 [2021-01-12T22:27:06.104Z] ---> Running in 2805eb88a532 [2021-01-12T22:27:06.104Z] ---> Running in 859a6b046586 [2021-01-12T22:27:06.104Z] ---> Running in fee5539cde40 [2021-01-12T22:27:06.683Z] Removing intermediate container a7edd6242806 [2021-01-12T22:27:06.683Z] ---> fde99a79799e [2021-01-12T22:27:06.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:27:06.683Z] Removing intermediate container 859a6b046586 [2021-01-12T22:27:06.683Z] ---> fad274622e8e [2021-01-12T22:27:06.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:27:06.683Z] Removing intermediate container 2805eb88a532 [2021-01-12T22:27:06.683Z] ---> 63e0f714c8bc [2021-01-12T22:27:06.683Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:27:06.683Z] Removing intermediate container fee5539cde40 [2021-01-12T22:27:06.683Z] ---> 14ef0f174b16 [2021-01-12T22:27:06.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:27:06.683Z] Removing intermediate container 7a1ebd24ae3f [2021-01-12T22:27:06.683Z] ---> 3c231e9c4846 [2021-01-12T22:27:06.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:27:06.683Z] ---> Running in 8c72fd155907 [2021-01-12T22:27:06.683Z] ---> Running in 9a3964f46787 [2021-01-12T22:27:06.683Z] ---> Running in b85b87bb572c [2021-01-12T22:27:06.684Z] ---> Running in 8909f9ffe720 [2021-01-12T22:27:06.684Z] ---> Running in df589650f234 [2021-01-12T22:27:09.263Z] Removing intermediate container 8c72fd155907 [2021-01-12T22:27:09.263Z] ---> e69256fbadb1 [2021-01-12T22:27:09.263Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:27:09.263Z] Removing intermediate container 9a3964f46787 [2021-01-12T22:27:09.263Z] ---> 8d54f5ec2a8c [2021-01-12T22:27:09.263Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T22:27:09.263Z] ---> Running in 11a8e5f1d424 [2021-01-12T22:27:09.263Z] Removing intermediate container 8909f9ffe720 [2021-01-12T22:27:09.263Z] ---> b23cbf316589 [2021-01-12T22:27:09.263Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T22:27:09.263Z] Removing intermediate container df589650f234 [2021-01-12T22:27:09.263Z] ---> 46baebea149e [2021-01-12T22:27:09.263Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:27:09.263Z] ---> Running in 44de1cbafb19 [2021-01-12T22:27:09.529Z] ---> Running in 0bb266621adf [2021-01-12T22:27:09.529Z] Removing intermediate container b85b87bb572c [2021-01-12T22:27:09.529Z] ---> e5024e322da6 [2021-01-12T22:27:09.529Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T22:27:09.529Z] ---> Running in 9c464f17f506 [2021-01-12T22:27:09.811Z] ---> Running in f917327a1a4b [2021-01-12T22:27:10.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:10.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:10.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:10.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:10.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:27:11.535Z] OK: 233 MiB in 51 packages [2021-01-12T22:27:12.485Z] OK: 233 MiB in 51 packages [2021-01-12T22:27:12.485Z] OK: 233 MiB in 51 packages [2021-01-12T22:27:12.485Z] OK: 233 MiB in 51 packages [2021-01-12T22:27:12.485Z] OK: 233 MiB in 51 packages [2021-01-12T22:27:12.749Z] Removing intermediate container 44de1cbafb19 [2021-01-12T22:27:12.749Z] ---> 7cc50a4608ea [2021-01-12T22:27:12.749Z] Step 6/24 : COPY go.mod . [2021-01-12T22:27:13.327Z] Removing intermediate container 9c464f17f506 [2021-01-12T22:27:13.328Z] ---> a0d0baa4c3db [2021-01-12T22:27:13.328Z] Step 6/22 : COPY go.mod . [2021-01-12T22:27:13.328Z] ---> ce0aca1de902 [2021-01-12T22:27:13.328Z] Step 7/24 : RUN go mod download [2021-01-12T22:27:13.328Z] Removing intermediate container 11a8e5f1d424 [2021-01-12T22:27:13.328Z] ---> 9d4af5e7762e [2021-01-12T22:27:13.328Z] Step 6/22 : COPY go.mod . [2021-01-12T22:27:13.592Z] ---> Running in c56e623af9b7 [2021-01-12T22:27:13.592Z] Removing intermediate container f917327a1a4b [2021-01-12T22:27:13.592Z] ---> a8b6201489be [2021-01-12T22:27:13.592Z] Step 6/21 : COPY go.mod . [2021-01-12T22:27:13.857Z] ---> c07243e923b6 [2021-01-12T22:27:13.857Z] Step 7/22 : RUN go mod download [2021-01-12T22:27:13.857Z] Removing intermediate container 0bb266621adf [2021-01-12T22:27:13.857Z] ---> 05792f086d5a [2021-01-12T22:27:13.857Z] Step 6/21 : COPY go.mod . [2021-01-12T22:27:13.857Z] ---> 2628cedd8ff7 [2021-01-12T22:27:13.857Z] Step 7/22 : RUN go mod download [2021-01-12T22:27:14.120Z] ---> Running in a2a450a83191 [2021-01-12T22:27:14.120Z] ---> Running in 69f34be46ad9 [2021-01-12T22:27:14.120Z] ---> c427cb16e20e [2021-01-12T22:27:14.120Z] Step 7/21 : RUN go mod download [2021-01-12T22:27:14.120Z] ---> 554d1fcef6b3 [2021-01-12T22:27:14.120Z] Step 7/21 : RUN go mod download [2021-01-12T22:27:14.120Z] ---> Running in efc4e9056f98 [2021-01-12T22:27:14.385Z] ---> Running in e5f8f519de2a [2021-01-12T22:27:15.811Z] Removing intermediate container c56e623af9b7 [2021-01-12T22:27:15.811Z] ---> 67199ce29dd9 [2021-01-12T22:27:15.811Z] Step 8/24 : COPY . . [2021-01-12T22:27:17.750Z] Removing intermediate container a2a450a83191 [2021-01-12T22:27:17.751Z] ---> 788a82d3e836 [2021-01-12T22:27:17.751Z] Step 8/22 : COPY . . [2021-01-12T22:27:19.165Z] Removing intermediate container 69f34be46ad9 [2021-01-12T22:27:19.165Z] ---> ab057a67ba7b [2021-01-12T22:27:19.165Z] Step 8/22 : COPY . . [2021-01-12T22:27:19.756Z] Removing intermediate container efc4e9056f98 [2021-01-12T22:27:19.756Z] ---> ddb42141dcdc [2021-01-12T22:27:19.756Z] Step 8/21 : COPY . . [2021-01-12T22:27:23.086Z] Removing intermediate container e5f8f519de2a [2021-01-12T22:27:23.086Z] ---> ef24ae021056 [2021-01-12T22:27:23.086Z] Step 8/21 : COPY . . [2021-01-12T22:27:55.364Z] ---> 59d0fbcfda07 [2021-01-12T22:27:55.364Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T22:27:56.321Z] ---> 9ac32b78f06e [2021-01-12T22:27:56.321Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T22:27:56.321Z] ---> Running in 6a5942f72ecf [2021-01-12T22:27:56.903Z] ---> 8414ca70ddb9 [2021-01-12T22:27:56.903Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T22:27:56.903Z] ---> 7a4832ac3d12 [2021-01-12T22:27:56.903Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T22:27:56.903Z] ---> ad36b0dfd5a7 [2021-01-12T22:27:56.903Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T22:27:56.903Z] ---> Running in 123f17af0c3d [2021-01-12T22:27:57.167Z] ---> Running in d11798782674 [2021-01-12T22:27:57.167Z] ---> Running in 478ffe518645 [2021-01-12T22:27:57.167Z] ---> Running in 4812625e1ac3 [2021-01-12T22:27:58.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-12T22:27:58.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-12T22:27:58.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T22:27:58.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-12T22:27:58.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:28:30.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-12T22:28:30.905Z] Removing intermediate container 478ffe518645 [2021-01-12T22:28:30.905Z] ---> 5a6094e5f8d0 [2021-01-12T22:28:30.905Z] [2021-01-12T22:28:30.905Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:28:30.905Z] 3.12: Pulling from library/alpine [2021-01-12T22:28:31.490Z] Removing intermediate container 123f17af0c3d [2021-01-12T22:28:31.490Z] ---> b0759e57cd0e [2021-01-12T22:28:31.490Z] [2021-01-12T22:28:31.490Z] Step 10/21 : FROM scratch [2021-01-12T22:28:31.490Z] ---> [2021-01-12T22:28:31.490Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:28:33.415Z] Removing intermediate container 6a5942f72ecf [2021-01-12T22:28:33.415Z] ---> 3a762e0c2f61 [2021-01-12T22:28:33.415Z] [2021-01-12T22:28:33.415Z] Step 10/24 : FROM scratch [2021-01-12T22:28:33.415Z] ---> [2021-01-12T22:28:33.415Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T22:28:33.689Z] ---> Running in bb3a17b8210d [2021-01-12T22:28:33.689Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:28:33.960Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:28:33.960Z] ---> 389fef711851 [2021-01-12T22:28:33.960Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:28:33.960Z] ---> Running in c41b61d10302 [2021-01-12T22:28:33.960Z] Removing intermediate container d11798782674 [2021-01-12T22:28:33.960Z] ---> f05d39f28214 [2021-01-12T22:28:33.960Z] [2021-01-12T22:28:33.960Z] Step 10/22 : FROM scratch [2021-01-12T22:28:33.960Z] ---> [2021-01-12T22:28:33.960Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:28:33.960Z] ---> Using cache [2021-01-12T22:28:33.960Z] ---> 06b9188ca600 [2021-01-12T22:28:33.960Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T22:28:34.238Z] ---> Running in 3d97e288d9ff [2021-01-12T22:28:34.238Z] Removing intermediate container bb3a17b8210d [2021-01-12T22:28:34.238Z] ---> 06b9188ca600 [2021-01-12T22:28:34.238Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T22:28:34.238Z] ---> Running in b5eb53c8d1c0 [2021-01-12T22:28:34.238Z] Removing intermediate container c41b61d10302 [2021-01-12T22:28:34.238Z] ---> 273a7fc31145 [2021-01-12T22:28:34.238Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T22:28:34.502Z] ---> Running in 4e0729be4a2d [2021-01-12T22:28:34.765Z] ---> Running in 1a2536992034 [2021-01-12T22:28:36.162Z] Removing intermediate container 4e0729be4a2d [2021-01-12T22:28:36.162Z] ---> 8404550aae57 [2021-01-12T22:28:36.162Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T22:28:36.162Z] Removing intermediate container b5eb53c8d1c0 [2021-01-12T22:28:36.162Z] ---> 8ee84f28332c [2021-01-12T22:28:36.162Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T22:28:36.162Z] Removing intermediate container 1a2536992034 [2021-01-12T22:28:36.162Z] ---> 4d6c50bbf604 [2021-01-12T22:28:36.162Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T22:28:36.162Z] ---> Running in 9a781b083c47 [2021-01-12T22:28:36.162Z] Removing intermediate container 4812625e1ac3 [2021-01-12T22:28:36.162Z] ---> 6c2ba1c057c3 [2021-01-12T22:28:36.162Z] [2021-01-12T22:28:36.162Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T22:28:36.162Z] ---> 389fef711851 [2021-01-12T22:28:36.162Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T22:28:36.440Z] ---> Running in c7204feab64d [2021-01-12T22:28:36.440Z] ---> Running in de2589cddf8a [2021-01-12T22:28:36.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:36.440Z] ---> Running in 152379cc452e [2021-01-12T22:28:36.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:36.710Z] Removing intermediate container 9a781b083c47 [2021-01-12T22:28:36.710Z] ---> b3fd08ec23bc [2021-01-12T22:28:36.710Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:28:36.710Z] Removing intermediate container c7204feab64d [2021-01-12T22:28:36.710Z] ---> 096d9b30ac4e [2021-01-12T22:28:36.710Z] Step 14/22 : WORKDIR / [2021-01-12T22:28:36.710Z] Removing intermediate container de2589cddf8a [2021-01-12T22:28:36.710Z] ---> 4a918fdeecdd [2021-01-12T22:28:36.710Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T22:28:36.976Z] ---> Running in 6e5be2d4baba [2021-01-12T22:28:36.976Z] ---> 7b336d50b861 [2021-01-12T22:28:36.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T22:28:36.976Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T22:28:36.976Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:28:36.976Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T22:28:36.976Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T22:28:36.976Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T22:28:36.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:28:37.247Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:28:37.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:37.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:37.511Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T22:28:37.511Z] OK: 7 MiB in 19 packages [2021-01-12T22:28:37.511Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:28:37.511Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T22:28:37.511Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T22:28:37.511Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:28:37.511Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:28:37.777Z] OK: 7 MiB in 18 packages [2021-01-12T22:28:38.047Z] ---> 8dcb5f5c6c04 [2021-01-12T22:28:38.047Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T22:28:38.047Z] Removing intermediate container 6e5be2d4baba [2021-01-12T22:28:38.047Z] ---> bf87ebf580ab [2021-01-12T22:28:38.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:28:38.047Z] ---> 98ff7ccff90c [2021-01-12T22:28:38.047Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T22:28:39.989Z] ---> a508ad8fd828 [2021-01-12T22:28:39.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T22:28:40.579Z] ---> 07cd569f5e90 [2021-01-12T22:28:40.579Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T22:28:40.579Z] Removing intermediate container 3d97e288d9ff [2021-01-12T22:28:40.579Z] ---> aa1bffec5a43 [2021-01-12T22:28:40.579Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T22:28:40.579Z] Removing intermediate container 152379cc452e [2021-01-12T22:28:40.579Z] ---> e30e346ab4d7 [2021-01-12T22:28:40.579Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:28:40.579Z] ---> 161aa799c949 [2021-01-12T22:28:40.579Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T22:28:40.579Z] ---> 4ae0fd898461 [2021-01-12T22:28:40.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T22:28:40.579Z] ---> Running in 3b0a58e73f1e [2021-01-12T22:28:40.579Z] ---> Running in 4838e4211950 [2021-01-12T22:28:40.579Z] ---> Running in 22292f87b4dc [2021-01-12T22:28:40.846Z] Removing intermediate container 3b0a58e73f1e [2021-01-12T22:28:40.846Z] ---> 61cd2636a75a [2021-01-12T22:28:40.846Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:28:41.129Z] ---> Running in e49eb7781d73 [2021-01-12T22:28:41.392Z] Removing intermediate container 22292f87b4dc [2021-01-12T22:28:41.392Z] ---> 75d56bf77eed [2021-01-12T22:28:41.392Z] Step 13/22 : WORKDIR / [2021-01-12T22:28:41.392Z] Removing intermediate container 4838e4211950 [2021-01-12T22:28:41.392Z] ---> c333b02c9eb2 [2021-01-12T22:28:41.392Z] Step 13/21 : WORKDIR /edgex [2021-01-12T22:28:41.392Z] ---> 5db11e9e31b1 [2021-01-12T22:28:41.392Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T22:28:41.392Z] ---> f559701ba690 [2021-01-12T22:28:41.392Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:28:41.392Z] ---> Running in 857d3295325c [2021-01-12T22:28:41.392Z] ---> Running in 3f57fcd96c01 [2021-01-12T22:28:41.653Z] ---> Running in 19dceaf43c46 [2021-01-12T22:28:41.653Z] Removing intermediate container e49eb7781d73 [2021-01-12T22:28:41.653Z] ---> c0d8744b632b [2021-01-12T22:28:41.653Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T22:28:41.918Z] ---> Running in 7f2e0c990ef7 [2021-01-12T22:28:41.918Z] ---> 33489dc0d071 [2021-01-12T22:28:41.918Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T22:28:42.896Z] Removing intermediate container 857d3295325c [2021-01-12T22:28:42.896Z] ---> 1e929ec24424 [2021-01-12T22:28:42.896Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:28:42.896Z] Removing intermediate container 3f57fcd96c01 [2021-01-12T22:28:42.896Z] ---> 19a58143bcd9 [2021-01-12T22:28:42.896Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T22:28:42.896Z] Removing intermediate container 19dceaf43c46 [2021-01-12T22:28:42.896Z] ---> be70bdd8f7af [2021-01-12T22:28:42.896Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:28:42.896Z] ---> f806dc659bad [2021-01-12T22:28:42.896Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T22:28:42.896Z] Removing intermediate container 7f2e0c990ef7 [2021-01-12T22:28:42.896Z] ---> 9fe2d4902bcb [2021-01-12T22:28:42.896Z] Step 20/21 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:28:42.896Z] ---> Running in cac72d0bc0fc [2021-01-12T22:28:43.170Z] ---> Running in ce906cc70f54 [2021-01-12T22:28:43.170Z] ---> 46d898eea64a [2021-01-12T22:28:43.170Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T22:28:43.170Z] ---> 984dfa890942 [2021-01-12T22:28:43.170Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T22:28:43.436Z] Removing intermediate container cac72d0bc0fc [2021-01-12T22:28:43.436Z] ---> f220a093ea20 [2021-01-12T22:28:43.436Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:28:43.436Z] ---> 22ba8676edea [2021-01-12T22:28:43.436Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T22:28:43.436Z] Removing intermediate container ce906cc70f54 [2021-01-12T22:28:43.436Z] ---> 3b8f2a6d6eb7 [2021-01-12T22:28:43.436Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T22:28:43.698Z] ---> Running in 3441642c32bf [2021-01-12T22:28:43.698Z] ---> Running in ab873419c3e4 [2021-01-12T22:28:43.698Z] ---> Running in 8899006b8377 [2021-01-12T22:28:43.698Z] ---> c72c09b05200 [2021-01-12T22:28:43.698Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T22:28:43.698Z] ---> bad206366274 [2021-01-12T22:28:43.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T22:28:43.966Z] Removing intermediate container 3441642c32bf [2021-01-12T22:28:43.966Z] ---> 6c21a4a6c0b6 [2021-01-12T22:28:43.966Z] Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:28:43.966Z] Removing intermediate container ab873419c3e4 [2021-01-12T22:28:43.966Z] ---> ec81b98da798 [2021-01-12T22:28:43.966Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:28:44.237Z] Removing intermediate container 8899006b8377 [2021-01-12T22:28:44.237Z] ---> 8e399b8e5115 [2021-01-12T22:28:44.237Z] [2021-01-12T22:28:44.237Z] ---> Running in 060c9dddb017 [2021-01-12T22:28:44.237Z] ---> Running in 18431a0075ac [2021-01-12T22:28:44.237Z] ---> a6eb13d8bbfc [2021-01-12T22:28:44.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T22:28:44.502Z] ---> b8cc40621911 [2021-01-12T22:28:44.502Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T22:28:44.502Z] Successfully built 8e399b8e5115 [2021-01-12T22:28:44.502Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T22:28:44.502Z] Building docker-security-secretstore-setup-go [2021-01-12T22:28:44.502Z]  Building docker-support-scheduler-go ... done  ---> Running in 12c05c2388f3 [2021-01-12T22:28:44.502Z] Removing intermediate container 060c9dddb017 [2021-01-12T22:28:44.502Z] ---> 3420a6bf40dc [2021-01-12T22:28:44.502Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:28:44.502Z] Removing intermediate container 18431a0075ac [2021-01-12T22:28:44.502Z] ---> 9cfada6330a3 [2021-01-12T22:28:44.502Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T22:28:44.769Z] ---> Running in cfda1552d4df [2021-01-12T22:28:44.769Z] ---> Running in 82e293748762 [2021-01-12T22:28:44.769Z] ---> 27c5a3c4ddb7 [2021-01-12T22:28:44.769Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T22:28:44.769Z] Removing intermediate container 12c05c2388f3 [2021-01-12T22:28:44.769Z] ---> 6b9f2dbf7b37 [2021-01-12T22:28:44.769Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T22:28:45.035Z] ---> Running in 5addf0815c2b [2021-01-12T22:28:45.035Z] ---> Running in f2f251fb24dc [2021-01-12T22:28:45.325Z] Removing intermediate container cfda1552d4df [2021-01-12T22:28:45.325Z] ---> 03ceddfb75af [2021-01-12T22:28:45.325Z] Step 23/24 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:28:45.598Z] Removing intermediate container 82e293748762 [2021-01-12T22:28:45.598Z] ---> 76b64f2ab259 [2021-01-12T22:28:45.598Z] [2021-01-12T22:28:45.886Z] ---> Running in c31dd85b4475 [2021-01-12T22:28:45.886Z] Removing intermediate container f2f251fb24dc [2021-01-12T22:28:45.886Z] ---> f3ed631b08f9 [2021-01-12T22:28:45.886Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T22:28:45.886Z] Successfully built 76b64f2ab259 [2021-01-12T22:28:45.886Z] Successfully tagged docker-core-command-go:latest [2021-01-12T22:28:45.886Z] Building docker-core-metadata-go [2021-01-12T22:28:46.159Z]  Building docker-core-command-go ... done  ---> Running in f2c0a63290d8 [2021-01-12T22:28:46.159Z] Removing intermediate container c31dd85b4475 [2021-01-12T22:28:46.159Z] ---> 1ad8d5d41eb9 [2021-01-12T22:28:46.159Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:28:46.424Z] Removing intermediate container f2c0a63290d8 [2021-01-12T22:28:46.424Z] ---> aae776223601 [2021-01-12T22:28:46.424Z] Step 20/21 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:28:46.424Z] ---> Running in 199f07e83805 [2021-01-12T22:28:50.660Z] ---> Running in 11a3eb34516a [2021-01-12T22:28:50.660Z] Removing intermediate container 199f07e83805 [2021-01-12T22:28:50.660Z] ---> f3f8c6e88ebf [2021-01-12T22:28:50.660Z] [2021-01-12T22:28:50.929Z] Removing intermediate container 11a3eb34516a [2021-01-12T22:28:50.929Z] ---> 92051ce0bd1a [2021-01-12T22:28:50.929Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T22:28:51.515Z] Successfully built f3f8c6e88ebf [2021-01-12T22:28:51.515Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T22:28:51.515Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-12T22:28:52.104Z] ---> Running in ae722e331124 [2021-01-12T22:28:52.104Z] Removing intermediate container 5addf0815c2b [2021-01-12T22:28:52.104Z] ---> 4ce3dcb0ff80 [2021-01-12T22:28:52.104Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T22:28:52.382Z] ---> Running in e7c49eb8a075 [2021-01-12T22:28:52.962Z] Removing intermediate container ae722e331124 [2021-01-12T22:28:52.962Z] ---> 4c7f95b0ed7f [2021-01-12T22:28:52.962Z] [2021-01-12T22:28:53.231Z] Removing intermediate container e7c49eb8a075 [2021-01-12T22:28:53.231Z] ---> 082fe0e79b86 [2021-01-12T22:28:53.231Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:28:53.231Z] Successfully built 4c7f95b0ed7f [2021-01-12T22:28:53.231Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T22:28:53.231Z] Building docker-sys-mgmt-agent-go [2021-01-12T22:28:53.526Z]  Building docker-security-proxy-setup-go ... done  ---> Running in ad66cced042e [2021-01-12T22:28:55.494Z] Removing intermediate container ad66cced042e [2021-01-12T22:28:55.494Z] ---> 82c1a6a992ea [2021-01-12T22:28:55.494Z] Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:28:55.760Z] ---> Running in 4b8fe5ae31f1 [2021-01-12T22:28:56.746Z] Removing intermediate container 4b8fe5ae31f1 [2021-01-12T22:28:56.746Z] ---> ad3bff588f25 [2021-01-12T22:28:56.746Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:28:57.066Z] ---> Running in 51104d45881b [2021-01-12T22:28:58.090Z] Removing intermediate container 51104d45881b [2021-01-12T22:28:58.090Z] ---> 5d3b495561ec [2021-01-12T22:28:58.090Z] [2021-01-12T22:28:58.090Z] Successfully built 5d3b495561ec [2021-01-12T22:28:58.369Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T22:29:09.521Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:29:09.521Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:29:09.521Z] ---> 63b647184f9f [2021-01-12T22:29:09.521Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 3c231e9c4846 [2021-01-12T22:29:09.521Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 46baebea149e [2021-01-12T22:29:09.521Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> a0d0baa4c3db [2021-01-12T22:29:09.521Z] Step 6/24 : COPY go.mod . [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> c07243e923b6 [2021-01-12T22:29:09.521Z] Step 7/24 : RUN go mod download [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 788a82d3e836 [2021-01-12T22:29:09.521Z] Step 8/24 : COPY . . [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 7a4832ac3d12 [2021-01-12T22:29:09.521Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T22:29:09.521Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:29:09.521Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:29:09.521Z] ---> 63b647184f9f [2021-01-12T22:29:09.521Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 3c231e9c4846 [2021-01-12T22:29:09.521Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 46baebea149e [2021-01-12T22:29:09.521Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> a0d0baa4c3db [2021-01-12T22:29:09.521Z] Step 6/22 : COPY go.mod . [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> c07243e923b6 [2021-01-12T22:29:09.521Z] Step 7/22 : RUN go mod download [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 788a82d3e836 [2021-01-12T22:29:09.521Z] Step 8/22 : COPY . . [2021-01-12T22:29:09.521Z] ---> Using cache [2021-01-12T22:29:09.521Z] ---> 7a4832ac3d12 [2021-01-12T22:29:09.521Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T22:29:09.800Z] ---> Running in eaf305e3cae6 [2021-01-12T22:29:09.800Z] ---> Running in b3e750f02fd5 [2021-01-12T22:29:15.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-12T22:29:15.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-12T22:29:17.903Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:29:17.903Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:29:17.903Z] ---> 63b647184f9f [2021-01-12T22:29:17.903Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:29:17.903Z] ---> Using cache [2021-01-12T22:29:17.903Z] ---> 3c231e9c4846 [2021-01-12T22:29:17.903Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:29:17.903Z] ---> Using cache [2021-01-12T22:29:17.903Z] ---> 46baebea149e [2021-01-12T22:29:17.903Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T22:29:18.924Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:29:18.924Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:29:18.924Z] ---> 63b647184f9f [2021-01-12T22:29:18.924Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T22:29:18.924Z] ---> Using cache [2021-01-12T22:29:18.924Z] ---> 3c231e9c4846 [2021-01-12T22:29:18.924Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:29:18.924Z] ---> Using cache [2021-01-12T22:29:18.924Z] ---> 46baebea149e [2021-01-12T22:29:18.924Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T22:29:19.545Z] ---> Running in 6566de4bba96 [2021-01-12T22:29:19.545Z] ---> Running in 7f81fc7f16d9 [2021-01-12T22:29:21.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:21.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:22.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:22.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:24.776Z] OK: 233 MiB in 51 packages [2021-01-12T22:29:24.776Z] OK: 233 MiB in 51 packages [2021-01-12T22:29:26.277Z] Removing intermediate container 6566de4bba96 [2021-01-12T22:29:26.277Z] ---> 50917e4c86f2 [2021-01-12T22:29:26.277Z] Step 6/23 : COPY go.mod . [2021-01-12T22:29:26.277Z] Removing intermediate container 7f81fc7f16d9 [2021-01-12T22:29:26.277Z] ---> 60fe00340d50 [2021-01-12T22:29:26.277Z] Step 6/26 : COPY go.mod . [2021-01-12T22:29:26.898Z] ---> 45f33a583317 [2021-01-12T22:29:26.898Z] Step 7/23 : RUN go mod download [2021-01-12T22:29:26.898Z] ---> d5507c6a906b [2021-01-12T22:29:26.898Z] Step 7/26 : RUN go mod download [2021-01-12T22:29:26.898Z] ---> Running in 66b49b1e02ef [2021-01-12T22:29:26.898Z] ---> Running in fd9736f17df6 [2021-01-12T22:29:30.364Z] Removing intermediate container fd9736f17df6 [2021-01-12T22:29:30.364Z] ---> 3c4c724a0982 [2021-01-12T22:29:30.364Z] Step 8/23 : COPY . . [2021-01-12T22:29:30.364Z] Removing intermediate container 66b49b1e02ef [2021-01-12T22:29:30.364Z] ---> 0d8de5523e37 [2021-01-12T22:29:30.364Z] Step 8/26 : COPY . . [2021-01-12T22:29:33.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T22:29:49.523Z] Removing intermediate container eaf305e3cae6 [2021-01-12T22:29:49.523Z] ---> 2305423d0a4c [2021-01-12T22:29:49.523Z] [2021-01-12T22:29:49.523Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T22:29:49.523Z] ---> 389fef711851 [2021-01-12T22:29:49.523Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:29:49.523Z] ---> Using cache [2021-01-12T22:29:49.523Z] ---> aa1bffec5a43 [2021-01-12T22:29:49.523Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:29:52.907Z] ---> Running in 417b9d540958 [2021-01-12T22:29:53.184Z] Removing intermediate container b3e750f02fd5 [2021-01-12T22:29:53.184Z] ---> 55230d250790 [2021-01-12T22:29:53.184Z] [2021-01-12T22:29:53.184Z] Step 10/22 : FROM scratch [2021-01-12T22:29:53.184Z] ---> [2021-01-12T22:29:53.184Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:29:55.154Z] ---> Using cache [2021-01-12T22:29:55.154Z] ---> 06b9188ca600 [2021-01-12T22:29:55.154Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T22:29:56.139Z] Removing intermediate container 417b9d540958 [2021-01-12T22:29:56.139Z] ---> 87d3d269e525 [2021-01-12T22:29:56.139Z] Step 13/24 : WORKDIR / [2021-01-12T22:29:56.731Z] ---> Running in 91d7c2d173ef [2021-01-12T22:29:57.311Z] ---> Running in dc8845810268 [2021-01-12T22:29:57.904Z] Removing intermediate container 91d7c2d173ef [2021-01-12T22:29:57.904Z] ---> 346cfc9bd0e2 [2021-01-12T22:29:57.904Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T22:29:57.904Z] ---> Running in 8663a883acb0 [2021-01-12T22:29:57.904Z] ---> d47e5cb67bee [2021-01-12T22:29:57.904Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T22:29:57.904Z] ---> 6f79eb5985c5 [2021-01-12T22:29:57.904Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T22:29:58.173Z] ---> Running in 76078ad2599f [2021-01-12T22:29:58.173Z] Removing intermediate container dc8845810268 [2021-01-12T22:29:58.173Z] ---> 8843f3a43417 [2021-01-12T22:29:58.173Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-12T22:29:58.173Z] ---> Running in a230b4ecf61e [2021-01-12T22:29:58.173Z] Removing intermediate container 8663a883acb0 [2021-01-12T22:29:58.173Z] ---> 6d52f6851219 [2021-01-12T22:29:58.173Z] Step 14/22 : WORKDIR / [2021-01-12T22:29:58.439Z] ---> Running in 0fa7fea7d1f4 [2021-01-12T22:29:58.707Z] ---> 7a3451f2c2ca [2021-01-12T22:29:58.707Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-12T22:29:58.707Z] Removing intermediate container 0fa7fea7d1f4 [2021-01-12T22:29:58.707Z] ---> 107d7ea13cbb [2021-01-12T22:29:58.707Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:29:59.316Z] ---> 09c15755d2da [2021-01-12T22:29:59.316Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T22:29:59.316Z] ---> e1e024bb8a92 [2021-01-12T22:29:59.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T22:29:59.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T22:29:59.316Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T22:29:59.923Z] ---> 8bbfacee2c03 [2021-01-12T22:29:59.923Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T22:30:00.211Z] ---> 9b0370150de7 [2021-01-12T22:30:00.211Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T22:30:00.483Z] ---> 68a59cbb9bd0 [2021-01-12T22:30:00.483Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T22:30:00.764Z] ---> 9fa2d10fd21d [2021-01-12T22:30:00.764Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T22:30:00.764Z] ---> Running in 9decf03ad725 [2021-01-12T22:30:01.078Z] Removing intermediate container 9decf03ad725 [2021-01-12T22:30:01.078Z] ---> 92318e8e0eb0 [2021-01-12T22:30:01.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:30:01.405Z] ---> Running in 71064ee66ada [2021-01-12T22:30:01.405Z] ---> ecfdc74baa1e [2021-01-12T22:30:01.405Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T22:30:02.054Z] Removing intermediate container 71064ee66ada [2021-01-12T22:30:02.054Z] ---> 5fc48217e19f [2021-01-12T22:30:02.054Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:30:02.353Z] ---> Running in e6dade0edcf5 [2021-01-12T22:30:02.354Z] ---> 723a85102669 [2021-01-12T22:30:02.354Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T22:30:02.631Z] ---> Running in 7d04814822b9 [2021-01-12T22:30:02.631Z] Removing intermediate container e6dade0edcf5 [2021-01-12T22:30:02.631Z] ---> fa29acdec080 [2021-01-12T22:30:02.631Z] Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:30:02.905Z] ---> Running in 73efa9ada0ea [2021-01-12T22:30:03.181Z] Removing intermediate container 73efa9ada0ea [2021-01-12T22:30:03.181Z] ---> 697edd206cbe [2021-01-12T22:30:03.181Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:30:03.457Z] ---> Running in 565bafcf028d [2021-01-12T22:30:03.740Z] Removing intermediate container 565bafcf028d [2021-01-12T22:30:03.740Z] ---> d6e057f192e0 [2021-01-12T22:30:03.740Z] [2021-01-12T22:30:04.740Z] Successfully built d6e057f192e0 [2021-01-12T22:30:05.017Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T22:30:06.063Z]  Building docker-core-metadata-go ... done Removing intermediate container 7d04814822b9 [2021-01-12T22:30:06.063Z] ---> 7a6dd9cb6cf0 [2021-01-12T22:30:06.063Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T22:30:06.063Z] ---> Running in ef77223d8049 [2021-01-12T22:30:06.661Z] Removing intermediate container ef77223d8049 [2021-01-12T22:30:06.661Z] ---> 94e033387430 [2021-01-12T22:30:06.661Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T22:30:06.661Z] ---> Running in 741e97b285af [2021-01-12T22:30:06.936Z] Removing intermediate container 741e97b285af [2021-01-12T22:30:06.936Z] ---> a4e6a9643577 [2021-01-12T22:30:06.936Z] Step 23/24 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:30:06.936Z] ---> Running in c50367943a00 [2021-01-12T22:30:07.915Z] Removing intermediate container c50367943a00 [2021-01-12T22:30:07.915Z] ---> 23f2ebc16af8 [2021-01-12T22:30:07.915Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:30:07.915Z] ---> Running in 517de35ab991 [2021-01-12T22:30:08.190Z] Removing intermediate container 517de35ab991 [2021-01-12T22:30:08.190Z] ---> 17aa2efe402c [2021-01-12T22:30:08.190Z] [2021-01-12T22:30:08.457Z] Successfully built 17aa2efe402c [2021-01-12T22:30:08.457Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T22:30:23.578Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a230b4ecf61e [2021-01-12T22:30:23.578Z] ---> 42785ed00a27 [2021-01-12T22:30:23.578Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T22:30:23.578Z] ---> Running in eabf9bb7eeb0 [2021-01-12T22:30:23.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T22:30:24.981Z] Removing intermediate container 76078ad2599f [2021-01-12T22:30:24.981Z] ---> d709dd991c25 [2021-01-12T22:30:24.981Z] [2021-01-12T22:30:24.981Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:30:24.981Z] ---> 389fef711851 [2021-01-12T22:30:24.981Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:30:24.981Z] ---> Running in 4e5899369c62 [2021-01-12T22:30:24.981Z] Removing intermediate container eabf9bb7eeb0 [2021-01-12T22:30:24.981Z] ---> 4dddcadada5e [2021-01-12T22:30:24.981Z] [2021-01-12T22:30:24.981Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T22:30:24.981Z] Removing intermediate container 4e5899369c62 [2021-01-12T22:30:24.981Z] ---> e841be35f52b [2021-01-12T22:30:24.981Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T22:30:24.981Z] 20.10.0: Pulling from library/docker [2021-01-12T22:30:25.249Z] ---> Running in 56a2607e50a0 [2021-01-12T22:30:25.515Z] Removing intermediate container 56a2607e50a0 [2021-01-12T22:30:25.515Z] ---> 59349bd177e0 [2021-01-12T22:30:25.515Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T22:30:25.515Z] ---> Running in b29983fd1ef6 [2021-01-12T22:30:26.099Z] Removing intermediate container b29983fd1ef6 [2021-01-12T22:30:26.099Z] ---> 01914e9f8258 [2021-01-12T22:30:26.099Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:30:26.368Z] ---> Running in 17701a024b33 [2021-01-12T22:30:27.803Z] Removing intermediate container 17701a024b33 [2021-01-12T22:30:27.803Z] ---> 3e18d41e1e20 [2021-01-12T22:30:27.803Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T22:30:27.803Z] ---> Running in fc30629c1bab [2021-01-12T22:30:28.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:29.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:30.721Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T22:30:30.721Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T22:30:30.721Z] ---> aefe523efa57 [2021-01-12T22:30:30.721Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T22:30:31.008Z] ---> Running in 610a5c4f0844 [2021-01-12T22:30:31.008Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T22:30:31.008Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T22:30:31.274Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T22:30:31.854Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T22:30:31.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:31.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:32.124Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T22:30:32.124Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:30:32.124Z] OK: 8 MiB in 19 packages [2021-01-12T22:30:32.124Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T22:30:32.124Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T22:30:32.124Z] Executing bash-5.0.17-r0.post-install [2021-01-12T22:30:32.124Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:30:32.124Z] OK: 12 MiB in 22 packages [2021-01-12T22:30:33.075Z] Removing intermediate container fc30629c1bab [2021-01-12T22:30:33.075Z] ---> 90114d37c3ac [2021-01-12T22:30:33.075Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:30:33.075Z] Removing intermediate container 610a5c4f0844 [2021-01-12T22:30:33.075Z] ---> 3902b46dc6c9 [2021-01-12T22:30:33.075Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T22:30:33.075Z] ---> Running in 3879ff3862ec [2021-01-12T22:30:33.075Z] ---> 42fd32c83af3 [2021-01-12T22:30:33.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T22:30:33.075Z] Removing intermediate container 3879ff3862ec [2021-01-12T22:30:33.075Z] ---> 7900fe842604 [2021-01-12T22:30:33.075Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T22:30:33.338Z] ---> Running in 1bb4779515ac [2021-01-12T22:30:33.611Z] Removing intermediate container 1bb4779515ac [2021-01-12T22:30:33.611Z] ---> 62c913d12d9c [2021-01-12T22:30:33.611Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T22:30:33.611Z] ---> Running in 5b6a70aed402 [2021-01-12T22:30:33.876Z] ---> 17eb6017aa11 [2021-01-12T22:30:33.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T22:30:33.876Z] Removing intermediate container 5b6a70aed402 [2021-01-12T22:30:33.876Z] ---> 012a52d6588c [2021-01-12T22:30:33.876Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T22:30:34.140Z] ---> 88fe4fa8dd8b [2021-01-12T22:30:34.140Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T22:30:34.140Z] ---> Running in 8d3ff285946f [2021-01-12T22:30:34.402Z] ---> 1c890161aeda [2021-01-12T22:30:34.402Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T22:30:34.402Z] Removing intermediate container 8d3ff285946f [2021-01-12T22:30:34.402Z] ---> eedabf2871a9 [2021-01-12T22:30:34.402Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:30:34.402Z] ---> Running in 25f208ee0889 [2021-01-12T22:30:34.665Z] ---> d6007b9a5d05 [2021-01-12T22:30:34.665Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T22:30:34.665Z] Removing intermediate container 25f208ee0889 [2021-01-12T22:30:34.665Z] ---> 9d6a38f65b78 [2021-01-12T22:30:34.665Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T22:30:34.665Z] ---> Running in e6a70d83567e [2021-01-12T22:30:34.929Z] Removing intermediate container e6a70d83567e [2021-01-12T22:30:34.929Z] ---> 85810eb3aac6 [2021-01-12T22:30:34.929Z] Step 22/23 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:30:34.929Z] ---> 485fbeb73e13 [2021-01-12T22:30:34.929Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T22:30:34.929Z] ---> Running in 5d69f838e685 [2021-01-12T22:30:34.929Z] ---> Running in 4a0e8a2ca34f [2021-01-12T22:30:35.198Z] Removing intermediate container 5d69f838e685 [2021-01-12T22:30:35.198Z] ---> 3cebac073bc1 [2021-01-12T22:30:35.198Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:30:35.198Z] ---> Running in 9f40836dc4a4 [2021-01-12T22:30:36.590Z] Removing intermediate container 9f40836dc4a4 [2021-01-12T22:30:36.590Z] ---> 929598caa827 [2021-01-12T22:30:36.590Z] [2021-01-12T22:30:36.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:36.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:36.590Z] Successfully built 929598caa827 [2021-01-12T22:30:36.590Z] Successfully tagged docker-core-data-go:latest [2021-01-12T22:30:36.859Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T22:30:36.859Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T22:30:36.859Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T22:30:36.859Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T22:30:36.859Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T22:30:36.859Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T22:30:36.859Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T22:30:38.255Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T22:30:38.255Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T22:30:38.255Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T22:30:38.255Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T22:30:38.255Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T22:30:38.255Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T22:30:38.255Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T22:30:38.255Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T22:30:38.255Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T22:30:38.255Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T22:30:38.255Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T22:30:38.255Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T22:30:38.255Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T22:30:38.255Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T22:30:38.255Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T22:30:38.518Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T22:30:38.518Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T22:30:38.518Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T22:30:38.518Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T22:30:38.518Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T22:30:38.518Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T22:30:38.518Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T22:30:38.518Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T22:30:38.518Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T22:30:38.518Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T22:30:38.518Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T22:30:38.780Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:30:38.780Z] OK: 71 MiB in 55 packages [2021-01-12T22:30:48.863Z] Removing intermediate container 4a0e8a2ca34f [2021-01-12T22:30:48.863Z] ---> 00404d27d866 [2021-01-12T22:30:48.863Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T22:30:48.863Z] ---> Running in 80c43fc4a87b [2021-01-12T22:30:49.126Z] Collecting docker-compose==1.23.2 [2021-01-12T22:30:49.126Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T22:30:49.393Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T22:30:49.393Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T22:30:49.659Z] Collecting PyYAML<4,>=3.10 [2021-01-12T22:30:49.659Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T22:30:50.634Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T22:30:50.634Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T22:30:50.904Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T22:30:50.904Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T22:30:51.873Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T22:30:51.873Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T22:30:51.873Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T22:30:51.873Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T22:30:51.873Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T22:30:51.873Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T22:30:52.459Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-12T22:30:52.459Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T22:30:52.459Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T22:30:53.047Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T22:30:53.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T22:30:53.310Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T22:30:53.310Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T22:30:53.310Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-12T22:30:53.310Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T22:30:53.310Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T22:30:53.574Z] Collecting idna<2.8,>=2.5 [2021-01-12T22:30:53.574Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T22:30:53.574Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-12T22:30:53.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T22:30:53.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T22:30:53.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T22:30:53.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T22:30:53.849Z] Installing collected packages: websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, docopt, texttable, jsonschema, docker-compose [2021-01-12T22:30:53.849Z] Running setup.py install for PyYAML: started [2021-01-12T22:30:54.428Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T22:30:54.428Z] Attempting uninstall: urllib3 [2021-01-12T22:30:54.428Z] Found existing installation: urllib3 1.25.9 [2021-01-12T22:30:54.428Z] Uninstalling urllib3-1.25.9: [2021-01-12T22:30:54.428Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T22:30:54.692Z] Attempting uninstall: idna [2021-01-12T22:30:54.692Z] Found existing installation: idna 2.9 [2021-01-12T22:30:54.692Z] Uninstalling idna-2.9: [2021-01-12T22:30:54.692Z] Successfully uninstalled idna-2.9 [2021-01-12T22:30:54.955Z] Attempting uninstall: requests [2021-01-12T22:30:54.955Z] Found existing installation: requests 2.23.0 [2021-01-12T22:30:54.955Z] Uninstalling requests-2.23.0: [2021-01-12T22:30:54.955Z] Successfully uninstalled requests-2.23.0 [2021-01-12T22:30:55.534Z] Running setup.py install for dockerpty: started [2021-01-12T22:30:55.797Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T22:30:56.067Z] Running setup.py install for docopt: started [2021-01-12T22:30:56.361Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T22:30:56.361Z] Running setup.py install for texttable: started [2021-01-12T22:30:57.004Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T22:30:57.269Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-12T22:31:00.646Z] Removing intermediate container 80c43fc4a87b [2021-01-12T22:31:00.646Z] ---> 9e8f3ef03e3b [2021-01-12T22:31:00.646Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T22:31:00.910Z] ---> Running in 0aae4efb6206 [2021-01-12T22:31:01.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:01.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:01.753Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:31:01.753Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T22:31:01.753Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T22:31:01.753Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:31:01.753Z] OK: 72 MiB in 58 packages [2021-01-12T22:31:02.339Z] Removing intermediate container 0aae4efb6206 [2021-01-12T22:31:02.339Z] ---> 51f384ddd94f [2021-01-12T22:31:02.339Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T22:31:02.339Z] ---> Running in f8ef3a929e56 [2021-01-12T22:31:02.602Z] Removing intermediate container f8ef3a929e56 [2021-01-12T22:31:02.602Z] ---> b57d80e3bb84 [2021-01-12T22:31:02.602Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:31:02.602Z] ---> Running in fd2042e305dd [2021-01-12T22:31:02.866Z] Removing intermediate container fd2042e305dd [2021-01-12T22:31:02.866Z] ---> fbaab9db73e5 [2021-01-12T22:31:02.866Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T22:31:02.866Z] ---> Running in 2cfe8d34c4d8 [2021-01-12T22:31:03.134Z] Removing intermediate container 2cfe8d34c4d8 [2021-01-12T22:31:03.134Z] ---> 552539e7b2e2 [2021-01-12T22:31:03.134Z] Step 25/26 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [2021-01-12T22:31:03.134Z] ---> Running in cccf17b44bee [2021-01-12T22:31:03.400Z] Removing intermediate container cccf17b44bee [2021-01-12T22:31:03.400Z] ---> 300367da4a22 [2021-01-12T22:31:03.400Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T22:31:03.663Z] ---> Running in 6ff7b658d4ec [2021-01-12T22:31:03.663Z] Removing intermediate container 6ff7b658d4ec [2021-01-12T22:31:03.663Z] ---> 072d7d1d704a [2021-01-12T22:31:03.663Z] [2021-01-12T22:31:03.956Z] Successfully built 072d7d1d704a [2021-01-12T22:31:03.956Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T22:31:04.558Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T22:31:04.618Z] $ docker stop --time=1 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 [2021-01-12T22:31:06.508Z] $ docker rm -f 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:31:07.109Z] + docker images [2021-01-12T22:31:07.109Z] + grep docker [2021-01-12T22:31:07.109Z] docker-sys-mgmt-agent-go latest 072d7d1d704a 4 seconds ago 313MB [2021-01-12T22:31:07.109Z] docker-core-data-go latest 929598caa827 31 seconds ago 22.3MB [2021-01-12T22:31:07.109Z] docker-security-secretstore-setup-go latest 17aa2efe402c 59 seconds ago 24.6MB [2021-01-12T22:31:07.109Z] docker-core-metadata-go latest d6e057f192e0 About a minute ago 13.1MB [2021-01-12T22:31:07.109Z] docker-security-bootstrap-redis-go latest 5d3b495561ec 2 minutes ago 15.8MB [2021-01-12T22:31:07.110Z] docker-security-proxy-setup-go latest 4c7f95b0ed7f 2 minutes ago 24.5MB [2021-01-12T22:31:07.110Z] docker-support-notifications-go latest f3f8c6e88ebf 2 minutes ago 12MB [2021-01-12T22:31:07.110Z] docker-core-command-go latest 76b64f2ab259 2 minutes ago 10.6MB [2021-01-12T22:31:07.110Z] docker-support-scheduler-go latest 8e399b8e5115 2 minutes ago 10.7MB [2021-01-12T22:31:07.110Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-12T22:31:23.096Z] Still waiting to schedule task [2021-01-12T22:31:23.096Z] ‘prd-ubuntu18.04-docker-8c-8g-19840’ is offline [2021-01-12T22:32:10.379Z] Running on prd-ubuntu18.04-docker-8c-8g-19847 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-12T22:32:10.439Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:32:11.741Z] + echo snap-build.sh [2021-01-12T22:32:11.741Z] snap-build.sh [2021-01-12T22:32:11.741Z] + SNAP_BASE_DIR=. [2021-01-12T22:32:11.741Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-12T22:32:11.741Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-12T22:32:11.741Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-12T22:32:11.741Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-12T22:32:11.741Z] + cd /w/workspace/edgex-go/8 [2021-01-12T22:32:11.741Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T22:32:11.741Z] Reading package lists... [2021-01-12T22:32:11.741Z] Building dependency tree... [2021-01-12T22:32:11.741Z] Reading state information... [2021-01-12T22:32:12.009Z] The following packages were automatically installed and are no longer required: [2021-01-12T22:32:12.009Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T22:32:12.009Z] uidmap xdelta3 [2021-01-12T22:32:12.009Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T22:32:12.009Z] The following packages will be REMOVED: [2021-01-12T22:32:12.009Z] lxd* lxd-client* [2021-01-12T22:32:12.271Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T22:32:12.271Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T22:32:13.323Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-12T22:32:13.323Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:32:14.271Z] Removing lxd dnsmasq configuration [2021-01-12T22:32:14.271Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:32:14.535Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T22:32:15.507Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T22:32:15.507Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-12T22:32:15.507Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:32:16.898Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T22:32:16.898Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T22:32:18.293Z] + sudo snap remove --purge lxd [2021-01-12T22:32:18.556Z] snap "lxd" is not installed [2021-01-12T22:32:18.556Z] + sudo groupadd --force --system lxd [2021-01-12T22:32:18.556Z] ++ whoami [2021-01-12T22:32:18.556Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T22:32:18.556Z] + newgrp - lxd [2021-01-12T22:32:18.556Z] + sudo snap install lxd [2021-01-12T22:32:28.567Z] 2021-01-12T22:32:25Z INFO Waiting for automatic snapd restart... [2021-01-12T22:32:40.821Z] lxd 4.10 from Canonical* installed [2021-01-12T22:32:40.821Z] + sudo lxd init --auto [2021-01-12T22:32:48.987Z] + sudo snap install --classic snapcraft [2021-01-12T22:32:53.279Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T22:32:53.279Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T22:32:53.279Z] + sudo snapcraft prime --use-lxd [2021-01-12T22:32:54.688Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T22:32:54.688Z] Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? [2021-01-12T22:32:54.688Z] To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T22:32:55.428Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:32:57.725Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:32:58.667Z] ---> package-listing.sh [2021-01-12T22:32:58.667Z] ++ facter osfamily [2021-01-12T22:32:58.667Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T22:32:58.667Z] + OS_FAMILY=redhat [2021-01-12T22:32:58.667Z] + workspace=/w/workspace/edgex-go/8 [2021-01-12T22:32:58.667Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T22:32:58.667Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T22:32:58.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T22:32:58.667Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T22:32:58.667Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-12T22:32:58.667Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T22:32:58.667Z] + case "${OS_FAMILY}" in [2021-01-12T22:32:58.667Z] + rpm -qa [2021-01-12T22:32:58.667Z] + sort [2021-01-12T22:33:04.021Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T22:33:04.021Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T22:33:04.021Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T22:33:04.021Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-12T22:33:04.021Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-12T22:33:04.021Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-12T22:33:04.048Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T22:33:04.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:33:04.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:33:04.792Z] [2021-01-12T22:33:04.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:33:05.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:33:05.183Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T22:33:05.183Z] df20fa9351a1: Pulling fs layer [2021-01-12T22:33:05.183Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T22:33:05.183Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T22:33:05.183Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T22:33:05.183Z] 93b61091891f: Pulling fs layer [2021-01-12T22:33:05.183Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T22:33:05.183Z] 5e14af77c1be: Pulling fs layer [2021-01-12T22:33:05.183Z] 01666e4c0597: Pulling fs layer [2021-01-12T22:33:05.183Z] aa168da1d23b: Pulling fs layer [2021-01-12T22:33:05.183Z] 93b9cdb0e59b: Waiting [2021-01-12T22:33:05.183Z] 5e14af77c1be: Waiting [2021-01-12T22:33:05.183Z] 01666e4c0597: Waiting [2021-01-12T22:33:05.183Z] 46f8f816bc3b: Waiting [2021-01-12T22:33:05.183Z] 93b61091891f: Waiting [2021-01-12T22:33:05.183Z] aa168da1d23b: Waiting [2021-01-12T22:33:05.183Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T22:33:05.183Z] 36b3adc4ff6f: Download complete [2021-01-12T22:33:05.450Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T22:33:05.450Z] 46f8f816bc3b: Download complete [2021-01-12T22:33:06.037Z] df20fa9351a1: Verifying Checksum [2021-01-12T22:33:06.037Z] df20fa9351a1: Download complete [2021-01-12T22:33:06.037Z] 93b9cdb0e59b: Download complete [2021-01-12T22:33:06.037Z] 5e14af77c1be: Verifying Checksum [2021-01-12T22:33:06.037Z] 5e14af77c1be: Download complete [2021-01-12T22:33:06.037Z] 93b61091891f: Verifying Checksum [2021-01-12T22:33:06.037Z] 93b61091891f: Download complete [2021-01-12T22:33:06.037Z] 01666e4c0597: Verifying Checksum [2021-01-12T22:33:06.037Z] 01666e4c0597: Download complete [2021-01-12T22:33:06.317Z] df20fa9351a1: Pull complete [2021-01-12T22:33:06.594Z] 36b3adc4ff6f: Pull complete [2021-01-12T22:33:07.249Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T22:33:07.249Z] 8ad3a11d3b57: Download complete [2021-01-12T22:33:08.283Z] 8ad3a11d3b57: Pull complete [2021-01-12T22:33:08.283Z] 46f8f816bc3b: Pull complete [2021-01-12T22:33:08.557Z] 93b61091891f: Pull complete [2021-01-12T22:33:08.851Z] 93b9cdb0e59b: Pull complete [2021-01-12T22:33:08.851Z] 5e14af77c1be: Pull complete [2021-01-12T22:33:09.136Z] 01666e4c0597: Pull complete [2021-01-12T22:33:11.124Z] aa168da1d23b: Verifying Checksum [2021-01-12T22:33:11.124Z] aa168da1d23b: Download complete [2021-01-12T22:33:19.570Z] aa168da1d23b: Pull complete [2021-01-12T22:33:19.570Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T22:33:19.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:33:19.570Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T22:33:19.817Z] prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container [2021-01-12T22:33:19.976Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T22:33:24.358Z] $ docker top ed61fd95694282bde0bee76e0645154a6ccb32edc81cf375bdc8f63949e0bdcf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:33:25.008Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T22:33:25.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T22:33:25.714Z] + ls /var/log/sa-host [2021-01-12T22:33:25.715Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T22:33:25.715Z] file_magic: OK [2021-01-12T22:33:25.715Z] HZ: Using current value: 100 [2021-01-12T22:33:25.715Z] file_header: OK [2021-01-12T22:33:25.715Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T22:33:25.715Z] Statistics: [2021-01-12T22:33:25.715Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T22:33:25.715Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T22:33:25.715Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T22:33:25.715Z] file_magic: OK [2021-01-12T22:33:25.715Z] HZ: Using current value: 100 [2021-01-12T22:33:25.715Z] file_header: OK [2021-01-12T22:33:25.715Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T22:33:25.715Z] Statistics: [2021-01-12T22:33:25.715Z] Hnuu...uuuununununu... [2021-01-12T22:33:25.715Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T22:33:26.399Z] provisioning config files... [2021-01-12T22:33:26.420Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config1804890202489130791tmp [Pipeline] { [Pipeline] echo [2021-01-12T22:33:26.486Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:33:26.790Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T22:33:26.800Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T22:33:26.890Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:33:27.190Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T22:33:27.201Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:33:27.502Z] ---> sudo-logs.sh [2021-01-12T22:33:27.503Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T22:33:27.514Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:33:27.811Z] ---> job-cost.sh [2021-01-12T22:33:27.812Z] lf-activate-venv: SKIPPING [2021-01-12T22:33:27.812Z] INFO: No Stack... [2021-01-12T22:33:28.386Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T22:33:28.961Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T22:33:28.974Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:33:29.277Z] ---> logs-deploy.sh [2021-01-12T22:33:29.278Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/8 [2021-01-12T22:33:29.278Z] INFO: archiving workspace using pattern(s): [2021-01-12T22:33:31.202Z] Archives upload complete. [2021-01-12T22:33:31.202Z] INFO: archiving logs to Nexus