Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from eec1fc97adfe7334b0b6c27c3c0213c68a68466c+60451040515ee9eeb901ca3bb1c4662a631f475e (648a4871a62d93b2e0770849d060c98b5e33174f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20315 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit eec1fc97adfe7334b0b6c27c3c0213c68a68466c Merge succeeded, producing eec1fc97adfe7334b0b6c27c3c0213c68a68466c Checking out Revision eec1fc97adfe7334b0b6c27c3c0213c68a68466c (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 Commit message: "feat(security): Address another PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T22:14:14.852Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 [Pipeline] withCredentials [2021-01-14T22:14:15.133Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T22:14:15.233Z] ========================================================= [2021-01-14T22:14:15.233Z] EdgeX Global Pipelines Version Info [2021-01-14T22:14:15.233Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:14:16.682Z] ------------------- [2021-01-14T22:14:16.682Z] stable info: [2021-01-14T22:14:16.682Z] ------------------- [2021-01-14T22:14:16.682Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T22:14:16.682Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T22:14:16.682Z] Message: update stable to v1.0.177 [2021-01-14T22:14:17.632Z] ------------------- [2021-01-14T22:14:17.632Z] experimental info: [2021-01-14T22:14:17.632Z] ------------------- [2021-01-14T22:14:17.632Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T22:14:17.632Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T22:14:17.632Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T22:14:17.881Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T22:14:17.980Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T22:14:18.066Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T22:14:18.162Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T22:14:18.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T22:14:18.351Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T22:14:18.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T22:14:18.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T22:14:18.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T22:14:18.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T22:14:18.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T22:14:18.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T22:14:18.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T22:14:19.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T22:14:19.165Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T22:14:19.253Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T22:14:19.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T22:14:19.437Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T22:14:19.528Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T22:14:19.658Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T22:14:19.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T22:14:19.835Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T22:14:19.921Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T22:14:20.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-14T22:14:20.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-14T22:14:20.437Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-14T22:14:20.577Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eec1fc97adfe7334b0b6c27c3c0213c68a68466c [Pipeline] echo [2021-01-14T22:14:20.696Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eec1fc9 [Pipeline] echo [2021-01-14T22:14:20.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T22:14:20.960Z] provisioning config files... [2021-01-14T22:14:21.023Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config2168225686817871802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:14:21.411Z] ---> docker-login.sh [2021-01-14T22:14:21.411Z] nexus3.edgexfoundry.org:10001 [2021-01-14T22:14:21.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:14:21.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:14:21.677Z] Configure a credential helper to remove this warning. See [2021-01-14T22:14:21.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:14:21.677Z] [2021-01-14T22:14:21.677Z] Login Succeeded [2021-01-14T22:14:21.677Z] nexus3.edgexfoundry.org:10002 [2021-01-14T22:14:21.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:14:21.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:14:21.939Z] Configure a credential helper to remove this warning. See [2021-01-14T22:14:21.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:14:21.939Z] [2021-01-14T22:14:21.939Z] Login Succeeded [2021-01-14T22:14:21.939Z] nexus3.edgexfoundry.org:10003 [2021-01-14T22:14:21.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:14:22.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:14:22.200Z] Configure a credential helper to remove this warning. See [2021-01-14T22:14:22.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:14:22.200Z] [2021-01-14T22:14:22.200Z] Login Succeeded [2021-01-14T22:14:22.200Z] nexus3.edgexfoundry.org:10004 [2021-01-14T22:14:22.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:14:22.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:14:22.201Z] Configure a credential helper to remove this warning. See [2021-01-14T22:14:22.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:14:22.201Z] [2021-01-14T22:14:22.201Z] Login Succeeded [2021-01-14T22:14:22.201Z] docker.io [2021-01-14T22:14:22.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:14:22.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:14:22.724Z] Configure a credential helper to remove this warning. See [2021-01-14T22:14:22.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:14:22.724Z] [2021-01-14T22:14:22.724Z] Login Succeeded [2021-01-14T22:14:22.724Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T22:14:22.735Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T22:14:23.204Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T22:14:23.204Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T22:14:23.204Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T22:14:23.204Z] ++ cut -d/ -f2 [2021-01-14T22:14:23.204Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T22:14:23.276Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-14T22:14:24.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:14:24.088Z] [2021-01-14T22:14:24.088Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:14:24.432Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:14:24.433Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T22:14:24.433Z] 31603596830f: Pulling fs layer [2021-01-14T22:14:24.433Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T22:14:24.433Z] 6ca5941a6612: Pulling fs layer [2021-01-14T22:14:24.433Z] ecc8261a40a4: Pulling fs layer [2021-01-14T22:14:24.433Z] ecc8261a40a4: Waiting [2021-01-14T22:14:24.433Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T22:14:24.433Z] 2a8b12db71e7: Download complete [2021-01-14T22:14:24.695Z] 31603596830f: Verifying Checksum [2021-01-14T22:14:24.695Z] 31603596830f: Download complete [2021-01-14T22:14:24.695Z] ecc8261a40a4: Verifying Checksum [2021-01-14T22:14:24.695Z] ecc8261a40a4: Download complete [2021-01-14T22:14:24.695Z] 6ca5941a6612: Verifying Checksum [2021-01-14T22:14:24.695Z] 6ca5941a6612: Download complete [2021-01-14T22:14:24.957Z] 31603596830f: Pull complete [2021-01-14T22:14:24.957Z] 2a8b12db71e7: Pull complete [2021-01-14T22:14:25.908Z] 6ca5941a6612: Pull complete [2021-01-14T22:14:26.171Z] ecc8261a40a4: Pull complete [2021-01-14T22:14:26.171Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T22:14:26.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T22:14:26.171Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T22:14:26.273Z] prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container [2021-01-14T22:14:26.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T22:14:29.115Z] $ docker top e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T22:14:29.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T22:14:29.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T22:14:29.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T22:14:29.608Z] $ docker exec e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent [2021-01-14T22:14:29.773Z] SSH_AUTH_SOCK=/tmp/ssh-3Vrltzn6KEcY/agent.12 [2021-01-14T22:14:29.773Z] SSH_AGENT_PID=17 [2021-01-14T22:14:29.786Z] Running ssh-add (command line suppressed) [2021-01-14T22:14:29.911Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_5354967265103362623.key (/w/workspace/edgex-go/24@tmp/private_key_5354967265103362623.key) [2021-01-14T22:14:29.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T22:14:30.295Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T22:14:30.322Z] $ docker exec --env ******** --env ******** e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent -k [2021-01-14T22:14:30.431Z] unset SSH_AUTH_SOCK; [2021-01-14T22:14:30.431Z] unset SSH_AGENT_PID; [2021-01-14T22:14:30.431Z] echo Agent pid 17 killed; [2021-01-14T22:14:30.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T22:14:30.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T22:14:30.638Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T22:14:30.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T22:14:30.817Z] $ docker exec e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent [2021-01-14T22:14:30.976Z] SSH_AUTH_SOCK=/tmp/ssh-eK8OLSebHqVb/agent.45 [2021-01-14T22:14:30.976Z] SSH_AGENT_PID=51 [2021-01-14T22:14:30.983Z] Running ssh-add (command line suppressed) [2021-01-14T22:14:31.107Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_6109196708794054447.key (/w/workspace/edgex-go/24@tmp/private_key_6109196708794054447.key) [2021-01-14T22:14:31.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T22:14:31.500Z] + git semver init [2021-01-14T22:14:31.500Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T22:14:31.500Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2021-01-14T22:14:31.500Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2021-01-14T22:14:31.500Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T22:14:31.500Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T22:14:31.500Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T22:14:31.500Z] # $SEMVER_BRANCH = PR-2970 [2021-01-14T22:14:31.500Z] # $SEMVER_TEMP = /tmp/semver-994355409 [2021-01-14T22:14:31.500Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T22:14:58.112Z] # '/tmp/semver-994355409' -> '/w/workspace/edgex-go/24/.semver' [2021-01-14T22:14:58.112Z] # -> Force: false [2021-01-14T22:14:58.112Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2021-01-14T22:14:58.129Z] $ docker exec --env ******** --env ******** e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent -k [2021-01-14T22:14:58.310Z] unset SSH_AUTH_SOCK; [2021-01-14T22:14:58.310Z] unset SSH_AGENT_PID; [2021-01-14T22:14:58.310Z] echo Agent pid 51 killed; [2021-01-14T22:14:58.372Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T22:14:58.880Z] + git semver [Pipeline] } [2021-01-14T22:14:58.902Z] $ docker stop --time=1 e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 [2021-01-14T22:15:00.558Z] $ docker rm -f e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T22:15:01.071Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T22:15:01.638Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T22:15:01.641Z] [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-14T22:15:02.702Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:15:03.006Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:15:03.314Z] + sudo service docker restart [2021-01-14T22:15:03.314Z] + true [2021-01-14T22:15:03.314Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T22:15:03.909Z] ========================================================= [2021-01-14T22:15:03.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T22:15:03.909Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:15:04.261Z] + 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-14T22:15:08.488Z] Sending build context to Docker daemon 326.7MB [2021-01-14T22:15:08.488Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T22:15:08.488Z] Step 2/6 : FROM ${BASE} [2021-01-14T22:15:08.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T22:15:08.488Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T22:15:08.488Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T22:15:08.488Z] de9db76c5a1d: Pulling fs layer [2021-01-14T22:15:08.488Z] bca2f99d35d6: Pulling fs layer [2021-01-14T22:15:08.488Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T22:15:08.488Z] 7c6f9722023f: Pulling fs layer [2021-01-14T22:15:08.488Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T22:15:08.488Z] bca2f99d35d6: Waiting [2021-01-14T22:15:08.488Z] 93359f2a8cfa: Waiting [2021-01-14T22:15:08.488Z] 7c6f9722023f: Waiting [2021-01-14T22:15:08.488Z] a35cf1a2eb13: Waiting [2021-01-14T22:15:08.488Z] de9db76c5a1d: Verifying Checksum [2021-01-14T22:15:08.488Z] de9db76c5a1d: Download complete [2021-01-14T22:15:08.488Z] 0ef7d3d256c8: Download complete [2021-01-14T22:15:08.488Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T22:15:08.488Z] 93359f2a8cfa: Download complete [2021-01-14T22:15:08.488Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T22:15:08.488Z] 188c0c94c7c5: Download complete [2021-01-14T22:15:08.488Z] 7c6f9722023f: Verifying Checksum [2021-01-14T22:15:08.488Z] 7c6f9722023f: Download complete [2021-01-14T22:15:08.750Z] 188c0c94c7c5: Pull complete [2021-01-14T22:15:08.750Z] 0ef7d3d256c8: Pull complete [2021-01-14T22:15:09.012Z] de9db76c5a1d: Pull complete [2021-01-14T22:15:10.411Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T22:15:10.411Z] a35cf1a2eb13: Download complete [2021-01-14T22:15:10.989Z] bca2f99d35d6: Verifying Checksum [2021-01-14T22:15:10.989Z] bca2f99d35d6: Download complete [2021-01-14T22:15:16.328Z] bca2f99d35d6: Pull complete [2021-01-14T22:15:16.328Z] 93359f2a8cfa: Pull complete [2021-01-14T22:15:16.328Z] 7c6f9722023f: Pull complete [2021-01-14T22:15:17.079Z] Still waiting to schedule task [2021-01-14T22:15:17.079Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T22:15:20.577Z] a35cf1a2eb13: Pull complete [2021-01-14T22:15:21.157Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T22:15:21.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T22:15:21.157Z] ---> a62c8e92a672 [2021-01-14T22:15:21.157Z] 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-14T22:15:21.157Z] ---> Running in ae78c910348c [2021-01-14T22:15:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T22:15:22.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T22:15:22.945Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T22:15:23.207Z] (2/12) Installing file (5.38-r0) [2021-01-14T22:15:23.207Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T22:15:23.469Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T22:15:26.785Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T22:15:26.785Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T22:15:26.785Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T22:15:26.785Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T22:15:26.785Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T22:15:26.785Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T22:15:26.785Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T22:15:26.785Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T22:15:27.048Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:15:27.048Z] OK: 233 MiB in 51 packages [2021-01-14T22:15:31.279Z] Removing intermediate container ae78c910348c [2021-01-14T22:15:31.279Z] ---> ec49db99f59b [2021-01-14T22:15:31.279Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T22:15:31.279Z] ---> Running in c44329435496 [2021-01-14T22:15:31.279Z] Removing intermediate container c44329435496 [2021-01-14T22:15:31.279Z] ---> f1b1c7d4416a [2021-01-14T22:15:31.279Z] Step 5/6 : COPY go.mod . [2021-01-14T22:15:31.279Z] ---> 3ab515821616 [2021-01-14T22:15:31.279Z] Step 6/6 : RUN go mod download [2021-01-14T22:15:31.279Z] ---> Running in bf8ff464b15b [2021-01-14T22:15:53.312Z] Removing intermediate container bf8ff464b15b [2021-01-14T22:15:53.312Z] ---> 4cc73369c922 [2021-01-14T22:15:53.312Z] Successfully built 4cc73369c922 [2021-01-14T22:15:53.312Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:15:53.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T22:15:53.634Z] . [Pipeline] withDockerContainer [2021-01-14T22:15:53.741Z] prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container [2021-01-14T22:15:53.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T22:15:54.561Z] $ docker top ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:15:55.063Z] + go version [2021-01-14T22:15:55.063Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T22:15:55.084Z] $ docker stop --time=1 ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b [2021-01-14T22:15:56.460Z] $ docker rm -f ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:15:57.350Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T22:15:57.350Z] . [Pipeline] withDockerContainer [2021-01-14T22:15:57.453Z] prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container [2021-01-14T22:15:57.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T22:15:58.266Z] $ docker top 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T22:15:58.461Z] ========================================================= [2021-01-14T22:15:58.461Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T22:15:58.461Z] ========================================================= [Pipeline] sh [2021-01-14T22:15:58.757Z] + make test [2021-01-14T22:15:58.757Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T22:16:06.950Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T22:16:25.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T22:16:26.653Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T22:16:28.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T22:16:28.083Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T22:16:28.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T22:16:30.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-14T22:16:30.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T22:16:30.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T22:16:30.681Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T22:16:30.681Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T22:16:30.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T22:16:32.908Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T22:16:32.908Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T22:16:32.908Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T22:16:34.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements [2021-01-14T22:16:34.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T22:16:34.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T22:16:34.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T22:16:34.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T22:16:34.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T22:16:39.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.0% of statements [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T22:16:39.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T22:16:39.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T22:16:39.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 67.9% of statements [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T22:16:39.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.134s coverage: 82.3% of statements [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T22:16:39.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T22:16:39.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T22:16:39.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T22:16:39.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-14T22:16:39.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T22:16:40.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-01-14T22:16:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T22:16:40.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-01-14T22:16:40.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T22:16:40.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-14T22:16:40.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T22:16:40.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T22:16:40.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T22:16:40.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T22:16:43.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 93.2% of statements [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T22:16:43.272Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T22:16:43.272Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-14T22:16:43.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-14T22:16:43.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-14T22:16:43.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-14T22:16:53.344Z] Expected timed out due to no TCP server [2021-01-14T22:16:53.344Z] ================== [2021-01-14T22:16:53.344Z] WARNING: DATA RACE [2021-01-14T22:16:53.344Z] Read at 0x00c000212343 by goroutine 38: [2021-01-14T22:16:53.344Z] testing.(*common).Fail() [2021-01-14T22:16:53.344Z] /usr/local/go/src/testing/testing.go:687 +0xd0 [2021-01-14T22:16:53.344Z] testing.(*common).Errorf() [2021-01-14T22:16:53.344Z] /usr/local/go/src/testing/testing.go:794 +0x9d [2021-01-14T22:16:53.344Z] testing.(*T).Errorf() [2021-01-14T22:16:53.344Z] :1 +0x75 [2021-01-14T22:16:53.344Z] github.com/stretchr/testify/assert.Fail() [2021-01-14T22:16:53.344Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:262 +0x3a1 [2021-01-14T22:16:53.344Z] github.com/stretchr/testify/assert.True() [2021-01-14T22:16:53.344Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:657 +0xc4 [2021-01-14T22:16:53.344Z] github.com/stretchr/testify/require.True() [2021-01-14T22:16:53.345Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1544 +0xca [2021-01-14T22:16:53.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener.func2() [2021-01-14T22:16:53.345Z] /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:43 +0xe6 [2021-01-14T22:16:53.345Z] [2021-01-14T22:16:53.345Z] Previous write at 0x00c000212343 by goroutine 36: [2021-01-14T22:16:53.345Z] testing.tRunner.func1() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1109 +0x484 [2021-01-14T22:16:53.345Z] testing.tRunner() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1127 +0x22a [2021-01-14T22:16:53.345Z] [2021-01-14T22:16:53.345Z] Goroutine 38 (running) created at: [2021-01-14T22:16:53.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener() [2021-01-14T22:16:53.345Z] /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:37 +0x1ab [2021-01-14T22:16:53.345Z] testing.tRunner() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1123 +0x202 [2021-01-14T22:16:53.345Z] [2021-01-14T22:16:53.345Z] Goroutine 36 (running) created at: [2021-01-14T22:16:53.345Z] testing.(*T).Run() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1168 +0x5bb [2021-01-14T22:16:53.345Z] testing.runTests.func1() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1439 +0xa6 [2021-01-14T22:16:53.345Z] testing.tRunner() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1123 +0x202 [2021-01-14T22:16:53.345Z] testing.runTests() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1437 +0x612 [2021-01-14T22:16:53.345Z] testing.(*M).Run() [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:1345 +0x3b3 [2021-01-14T22:16:53.345Z] main.main() [2021-01-14T22:16:53.345Z] _testmain.go:101 +0x356 [2021-01-14T22:16:53.345Z] ================== [2021-01-14T22:16:53.345Z] panic: Fail in goroutine after TestStartListener has completed [2021-01-14T22:16:53.345Z] [2021-01-14T22:16:53.345Z] goroutine 55 [running]: [2021-01-14T22:16:53.345Z] testing.(*common).Fail(0xc000212300) [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:688 +0x20e [2021-01-14T22:16:53.345Z] testing.(*common).Errorf(0xc000212300, 0x72b9b1, 0x3, 0xc00004f2b0, 0x1, 0x1) [2021-01-14T22:16:53.345Z] /usr/local/go/src/testing/testing.go:794 +0x9e [2021-01-14T22:16:53.345Z] github.com/stretchr/testify/assert.Fail(0x7f92ee416028, 0xc000212300, 0x72e9cc, 0xe, 0x0, 0x0, 0x0, 0x58cf00) [2021-01-14T22:16:53.345Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:262 +0x3a2 [2021-01-14T22:16:53.345Z] github.com/stretchr/testify/assert.True(0x7f92ee416028, 0xc000212300, 0xc000212300, 0x0, 0x0, 0x0, 0xc000200178) [2021-01-14T22:16:53.345Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:657 +0xc5 [2021-01-14T22:16:53.345Z] github.com/stretchr/testify/require.True(0x779740, 0xc000212300, 0x3000, 0x0, 0x0, 0x0) [2021-01-14T22:16:53.345Z] /go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1544 +0xcb [2021-01-14T22:16:53.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener.func2(0xc000202300, 0x3039, 0xc000200170, 0xc000212300) [2021-01-14T22:16:53.345Z] /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:43 +0xe7 [2021-01-14T22:16:53.345Z] created by github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener [2021-01-14T22:16:53.345Z] /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:37 +0x1ac [2021-01-14T22:16:53.345Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 10.040s [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.675s coverage: 29.1% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T22:16:53.345Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-14T22:16:53.345Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-14T22:16:53.345Z] FAIL [2021-01-14T22:16:53.345Z] make: *** [Makefile:98: test] Error 1 [Pipeline] } [2021-01-14T22:16:53.373Z] $ docker stop --time=1 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 [2021-01-14T22:16:55.769Z] $ docker rm -f 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T22:16:57.243Z] Failed in branch amd64 [2021-01-14T22:17:11.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20316 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-14T22:17:11.556Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-01-14T22:17:16.828Z] using credential edgex-jenkins-ssh [2021-01-14T22:17:16.888Z] Cloning the remote Git repository [2021-01-14T22:17:16.939Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:17:17.049Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-01-14T22:17:17.121Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:17:17.122Z] > git --version # timeout=10 [2021-01-14T22:17:17.142Z] > git --version # 'git version 2.17.1' [2021-01-14T22:17:17.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:17:17.225Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:17:31.880Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:17:31.910Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T22:17:31.940Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T22:17:31.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T22:17:31.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:17:31.994Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T22:17:32.899Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:17:33.412Z] Merge succeeded, producing eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:17:33.413Z] Checking out Revision eec1fc97adfe7334b0b6c27c3c0213c68a68466c (PR-2970) [2021-01-14T22:17:32.917Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:17:32.931Z] > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 [2021-01-14T22:17:33.233Z] > git remote # timeout=10 [2021-01-14T22:17:33.257Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T22:17:33.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T22:17:33.336Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T22:17:33.374Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T22:17:33.419Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T22:17:33.439Z] > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 [2021-01-14T22:17:37.792Z] Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T22:17:39.591Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:17:39.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T22:17:40.339Z] + sudo service docker restart+ true [2021-01-14T22:17:40.339Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T22:17:42.392Z] provisioning config files... [2021-01-14T22:17:42.438Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6950099846800304554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:17:42.843Z] ---> docker-login.sh [2021-01-14T22:17:42.843Z] nexus3.edgexfoundry.org:10001 [2021-01-14T22:17:43.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:17:44.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:17:44.099Z] Configure a credential helper to remove this warning. See [2021-01-14T22:17:44.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:17:44.099Z] [2021-01-14T22:17:44.099Z] Login Succeeded [2021-01-14T22:17:44.099Z] nexus3.edgexfoundry.org:10002 [2021-01-14T22:17:44.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:17:44.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:17:44.648Z] Configure a credential helper to remove this warning. See [2021-01-14T22:17:44.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:17:44.648Z] [2021-01-14T22:17:44.648Z] Login Succeeded [2021-01-14T22:17:44.648Z] nexus3.edgexfoundry.org:10003 [2021-01-14T22:17:44.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:17:45.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:17:45.195Z] Configure a credential helper to remove this warning. See [2021-01-14T22:17:45.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:17:45.195Z] [2021-01-14T22:17:45.195Z] Login Succeeded [2021-01-14T22:17:45.195Z] nexus3.edgexfoundry.org:10004 [2021-01-14T22:17:45.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:17:45.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:17:45.742Z] Configure a credential helper to remove this warning. See [2021-01-14T22:17:45.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:17:45.742Z] [2021-01-14T22:17:45.742Z] Login Succeeded [2021-01-14T22:17:45.742Z] docker.io [2021-01-14T22:17:46.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T22:17:46.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T22:17:46.287Z] Configure a credential helper to remove this warning. See [2021-01-14T22:17:46.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T22:17:46.287Z] [2021-01-14T22:17:46.287Z] Login Succeeded [2021-01-14T22:17:46.557Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T22:17:46.574Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T22:17:47.012Z] ========================================================= [2021-01-14T22:17:47.012Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T22:17:47.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:17:47.405Z] + 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-14T22:17:50.049Z] Sending build context to Docker daemon 165.7MB [2021-01-14T22:17:50.049Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T22:17:50.049Z] Step 2/6 : FROM ${BASE} [2021-01-14T22:17:50.049Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T22:17:50.049Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T22:17:50.049Z] a4357932f1b6: Pulling fs layer [2021-01-14T22:17:50.049Z] 18c013af1878: Pulling fs layer [2021-01-14T22:17:50.049Z] 00ac8860ef70: Pulling fs layer [2021-01-14T22:17:50.049Z] 63d7cb157983: Pulling fs layer [2021-01-14T22:17:50.049Z] b116817d02f9: Pulling fs layer [2021-01-14T22:17:50.049Z] 745a02a5169b: Pulling fs layer [2021-01-14T22:17:50.049Z] 00ac8860ef70: Waiting [2021-01-14T22:17:50.049Z] 63d7cb157983: Waiting [2021-01-14T22:17:50.049Z] b116817d02f9: Waiting [2021-01-14T22:17:50.049Z] 745a02a5169b: Waiting [2021-01-14T22:17:50.049Z] 18c013af1878: Verifying Checksum [2021-01-14T22:17:50.049Z] 18c013af1878: Download complete [2021-01-14T22:17:50.049Z] a4357932f1b6: Download complete [2021-01-14T22:17:50.049Z] 63d7cb157983: Verifying Checksum [2021-01-14T22:17:50.049Z] 63d7cb157983: Download complete [2021-01-14T22:17:50.049Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T22:17:50.049Z] 5f621e34cdf4: Download complete [2021-01-14T22:17:50.049Z] b116817d02f9: Verifying Checksum [2021-01-14T22:17:50.049Z] b116817d02f9: Download complete [2021-01-14T22:17:50.651Z] 5f621e34cdf4: Pull complete [2021-01-14T22:17:50.936Z] a4357932f1b6: Pull complete [2021-01-14T22:17:51.540Z] 18c013af1878: Pull complete [2021-01-14T22:17:52.983Z] 745a02a5169b: Verifying Checksum [2021-01-14T22:17:52.983Z] 745a02a5169b: Download complete [2021-01-14T22:17:53.966Z] 00ac8860ef70: Verifying Checksum [2021-01-14T22:17:53.966Z] 00ac8860ef70: Download complete [2021-01-14T22:18:04.141Z] 00ac8860ef70: Pull complete [2021-01-14T22:18:04.415Z] 63d7cb157983: Pull complete [2021-01-14T22:18:04.692Z] b116817d02f9: Pull complete [2021-01-14T22:18:08.109Z] 745a02a5169b: Pull complete [2021-01-14T22:18:08.385Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T22:18:08.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T22:18:08.385Z] ---> b7e6874047d6 [2021-01-14T22:18:08.385Z] 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-14T22:18:11.789Z] ---> Running in 2acce8d36136 [2021-01-14T22:18:12.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:18:13.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:18:14.352Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T22:18:14.623Z] (2/12) Installing file (5.38-r0) [2021-01-14T22:18:14.893Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T22:18:14.893Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T22:18:20.276Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T22:18:20.276Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T22:18:20.276Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T22:18:20.276Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T22:18:20.276Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T22:18:20.547Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T22:18:20.547Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T22:18:20.818Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T22:18:20.818Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:18:20.818Z] OK: 217 MiB in 51 packages [2021-01-14T22:18:25.118Z] Removing intermediate container 2acce8d36136 [2021-01-14T22:18:25.118Z] ---> f551ed56021e [2021-01-14T22:18:25.118Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T22:18:25.118Z] ---> Running in 30c7a9ba60f7 [2021-01-14T22:18:25.390Z] Removing intermediate container 30c7a9ba60f7 [2021-01-14T22:18:25.390Z] ---> 8cd0cd53d139 [2021-01-14T22:18:25.390Z] Step 5/6 : COPY go.mod . [2021-01-14T22:18:25.990Z] ---> 2f38d08a9b00 [2021-01-14T22:18:25.990Z] Step 6/6 : RUN go mod download [2021-01-14T22:18:26.263Z] ---> Running in 46a5c1fa7fd7 [2021-01-14T22:18:53.060Z] Removing intermediate container 46a5c1fa7fd7 [2021-01-14T22:18:53.060Z] ---> e55af7e7f5b4 [2021-01-14T22:18:53.060Z] Successfully built e55af7e7f5b4 [2021-01-14T22:18:53.060Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:18:53.395Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T22:18:53.395Z] . [Pipeline] withDockerContainer [2021-01-14T22:18:53.626Z] prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container [2021-01-14T22:18:53.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T22:18:55.094Z] $ docker top 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:18:56.112Z] + go version [2021-01-14T22:18:56.112Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T22:18:56.133Z] $ docker stop --time=1 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 [2021-01-14T22:18:58.070Z] $ docker rm -f 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:18:59.082Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T22:18:59.082Z] . [Pipeline] withDockerContainer [2021-01-14T22:18:59.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container [2021-01-14T22:18:59.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T22:19:00.748Z] $ docker top d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T22:19:01.113Z] ========================================================= [2021-01-14T22:19:01.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T22:19:01.113Z] ========================================================= [Pipeline] sh [2021-01-14T22:19:01.760Z] + make test [2021-01-14T22:19:01.760Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T22:19:23.958Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T22:20:03.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T22:20:25.694Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T22:20:26.297Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T22:20:33.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T22:20:33.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T22:20:33.032Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T22:20:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.261s coverage: 46.6% of statements [2021-01-14T22:20:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T22:20:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T22:20:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T22:20:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T22:20:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T22:20:45.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.497s coverage: 27.0% of statements [2021-01-14T22:20:45.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T22:20:45.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T22:20:45.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T22:20:45.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T22:20:45.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T22:20:45.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 67.9% of statements [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T22:20:45.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T22:20:46.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.770s coverage: 82.3% of statements [2021-01-14T22:20:46.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T22:20:46.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:20:46.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T22:20:46.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T22:20:54.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T22:20:54.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T22:20:54.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T22:20:54.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T22:20:54.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-01-14T22:20:54.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T22:20:55.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-01-14T22:20:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T22:20:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T22:20:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T22:20:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T22:21:03.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.025s coverage: 93.2% of statements [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T22:21:03.468Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T22:21:03.468Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-14T22:21:03.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 43.8% of statements [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-14T22:21:03.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-14T22:21:03.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 16.091s coverage: 90.2% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.462s coverage: 63.5% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.698s coverage: 68.9% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.315s coverage: 37.0% of statements [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T22:21:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T22:21:18.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.565s coverage: 84.0% of statements [2021-01-14T22:21:19.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2021-01-14T22:21:25.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T22:21:25.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T22:21:25.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-14T22:21:25.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.070s coverage: 29.1% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T22:21:31.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-01-14T22:21:31.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-14T22:21:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-14T22:21:32.218Z] GO111MODULE=on go vet ./... [2021-01-14T22:22:40.268Z] gofmt -l . [2021-01-14T22:22:41.251Z] [ "`gofmt -l .`" = "" ] [2021-01-14T22:22:43.866Z] ./bin/test-go-mod-tidy.sh [2021-01-14T22:22:44.465Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T22:22:45.788Z] + ls -al . [2021-01-14T22:22:45.811Z] total 688 [2021-01-14T22:22:45.811Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 22:22 . [2021-01-14T22:22:45.811Z] drwxr-xr-x 4 root root 4096 Jan 14 22:19 .. [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 22:17 .dockerignore [2021-01-14T22:22:45.811Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 22:17 .git [2021-01-14T22:22:45.811Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 22:17 .github [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 872 Jan 14 22:17 .gitignore [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 22:17 .sonarcloud.properties [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 7841 Jan 14 22:17 Attribution.txt [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 22:17 CONTRIBUTING.md [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 22:17 Dockerfile.build [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 22:17 Jenkinsfile [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 22:17 LICENSE [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 6001 Jan 14 22:17 Makefile [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 22:17 README.md [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 22:17 SECURITY.md [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 22:15 VERSION [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 22:17 ZMQWindows.md [2021-01-14T22:22:45.811Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 22:17 bin [2021-01-14T22:22:45.811Z] drwxrwxr-x 15 1001 1001 4096 Jan 14 22:17 cmd [2021-01-14T22:22:45.811Z] -rw-r--r-- 1 root root 555492 Jan 14 22:21 coverage.out [2021-01-14T22:22:45.811Z] -rw-r--r-- 1 root root 1005 Jan 14 22:22 go.mod [2021-01-14T22:22:45.811Z] -rw-r--r-- 1 root root 19189 Jan 14 22:22 go.sum [2021-01-14T22:22:45.811Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 22:17 internal [2021-01-14T22:22:45.811Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 22:17 openapi [2021-01-14T22:22:45.811Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 22:17 snap [2021-01-14T22:22:45.811Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 22:17 version.go [Pipeline] sh [2021-01-14T22:22:46.456Z] + '[' -e coverage.out ] [2021-01-14T22:22:46.456Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T22:22:47.706Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T22:22:48.411Z] + make build [2021-01-14T22:22:48.411Z] 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-14T22:22:58.626Z] 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-14T22:23:20.806Z] 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-14T22:23:22.241Z] 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-14T22:23:27.649Z] 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-14T22:23:28.244Z] 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-14T22:23:33.637Z] 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-14T22:23:37.032Z] 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-14T22:23:40.422Z] 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-14T22:23:44.736Z] 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-14T22:23:47.352Z] 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-14T22:23:51.650Z] 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-14T22:23:55.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-14T22:24:01.369Z] $ docker stop --time=1 d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 [2021-01-14T22:24:03.998Z] $ docker rm -f d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:24:09.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:24:09.297Z] [2021-01-14T22:24:09.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:24:09.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:24:10.235Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T22:24:10.235Z] 29e5d40040c1: Pulling fs layer [2021-01-14T22:24:10.235Z] 1ce36da41761: Pulling fs layer [2021-01-14T22:24:10.235Z] 25b303627fd3: Pulling fs layer [2021-01-14T22:24:10.828Z] 29e5d40040c1: Verifying Checksum [2021-01-14T22:24:10.829Z] 29e5d40040c1: Download complete [2021-01-14T22:24:11.431Z] 1ce36da41761: Verifying Checksum [2021-01-14T22:24:11.431Z] 1ce36da41761: Download complete [2021-01-14T22:24:11.431Z] 29e5d40040c1: Pull complete [2021-01-14T22:24:12.875Z] 1ce36da41761: Pull complete [2021-01-14T22:24:12.875Z] 25b303627fd3: Verifying Checksum [2021-01-14T22:24:12.875Z] 25b303627fd3: Download complete [2021-01-14T22:24:23.031Z] 25b303627fd3: Pull complete [2021-01-14T22:24:23.031Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T22:24:23.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:24:23.031Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T22:24:23.264Z] prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container [2021-01-14T22:24:23.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T22:24:26.492Z] $ docker top bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:24:27.560Z] + docker-compose build --help [2021-01-14T22:24:27.560Z] + grep parallel [2021-01-14T22:24:30.930Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T22:24:31.210Z] $ docker stop --time=1 bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 [2021-01-14T22:24:33.173Z] $ docker rm -f bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:24:34.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T22:24:34.017Z] . [Pipeline] withDockerContainer [2021-01-14T22:24:34.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container [2021-01-14T22:24:34.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T22:24:35.825Z] $ docker top f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:24:36.881Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T22:24:41.169Z] Building docker-core-command-go ... [2021-01-14T22:24:41.169Z] Building docker-core-data-go ... [2021-01-14T22:24:41.169Z] Building docker-core-metadata-go ... [2021-01-14T22:24:41.169Z] Building docker-security-bootstrapper-go ... [2021-01-14T22:24:41.169Z] Building docker-security-proxy-setup-go ... [2021-01-14T22:24:41.169Z] Building docker-security-secretstore-setup-go ... [2021-01-14T22:24:41.169Z] Building docker-support-notifications-go ... [2021-01-14T22:24:41.169Z] Building docker-support-scheduler-go ... [2021-01-14T22:24:41.169Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T22:24:41.169Z] Building docker-security-proxy-setup-go [2021-01-14T22:24:41.169Z] Building docker-security-secretstore-setup-go [2021-01-14T22:24:41.169Z] Building docker-support-scheduler-go [2021-01-14T22:24:41.169Z] Building docker-core-metadata-go [2021-01-14T22:24:41.169Z] Building docker-core-command-go [2021-01-14T22:26:02.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:26:02.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:26:02.935Z] ---> e55af7e7f5b4 [2021-01-14T22:26:02.935Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T22:26:02.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:26:02.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:26:02.935Z] ---> e55af7e7f5b4 [2021-01-14T22:26:02.935Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T22:26:02.935Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:26:02.935Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:26:02.935Z] ---> e55af7e7f5b4 [2021-01-14T22:26:02.935Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T22:26:02.935Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:26:02.935Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:26:02.935Z] ---> e55af7e7f5b4 [2021-01-14T22:26:02.935Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T22:26:02.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:26:02.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:26:02.935Z] ---> e55af7e7f5b4 [2021-01-14T22:26:02.935Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:26:02.935Z] ---> Running in 5e172fdf5238 [2021-01-14T22:26:02.935Z] ---> Running in 63b375234c8f [2021-01-14T22:26:02.935Z] ---> Running in 584b452533ca [2021-01-14T22:26:02.935Z] ---> Running in 93bc1000e4db [2021-01-14T22:26:02.935Z] ---> Running in 384081f6942d [2021-01-14T22:26:02.935Z] Removing intermediate container 384081f6942d [2021-01-14T22:26:02.935Z] ---> 57827df808b9 [2021-01-14T22:26:02.935Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:26:02.935Z] Removing intermediate container 584b452533ca [2021-01-14T22:26:02.935Z] ---> 4859fc78e39c [2021-01-14T22:26:02.935Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:26:02.935Z] Removing intermediate container 63b375234c8f [2021-01-14T22:26:02.935Z] ---> f511e14452c8 [2021-01-14T22:26:02.935Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:26:02.935Z] Removing intermediate container 93bc1000e4db [2021-01-14T22:26:02.935Z] ---> 7a89df02e65e [2021-01-14T22:26:02.935Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:26:02.935Z] Removing intermediate container 5e172fdf5238 [2021-01-14T22:26:02.935Z] ---> f8e4e90cc4b8 [2021-01-14T22:26:02.935Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:26:02.935Z] ---> Running in ef0046975132 [2021-01-14T22:26:02.935Z] ---> Running in 6f6ffe49a98f [2021-01-14T22:26:02.935Z] ---> Running in 8b70e393324d [2021-01-14T22:26:02.935Z] ---> Running in 94bcb0e31da0 [2021-01-14T22:26:02.935Z] ---> Running in 04fc8f43392f [2021-01-14T22:26:02.935Z] Removing intermediate container ef0046975132 [2021-01-14T22:26:02.935Z] ---> 3c1ff7c4d753 [2021-01-14T22:26:02.935Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T22:26:02.935Z] ---> Running in 3226e9afca22 [2021-01-14T22:26:02.935Z] Removing intermediate container 8b70e393324d [2021-01-14T22:26:02.935Z] ---> 8c07f82f073b [2021-01-14T22:26:02.935Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-14T22:26:02.935Z] Removing intermediate container 6f6ffe49a98f [2021-01-14T22:26:02.935Z] ---> a3cfe6146125 [2021-01-14T22:26:02.935Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T22:26:02.935Z] ---> Running in 697d4f579d23 [2021-01-14T22:26:02.935Z] Removing intermediate container 94bcb0e31da0 [2021-01-14T22:26:02.935Z] ---> 14df521f45aa [2021-01-14T22:26:02.935Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-14T22:26:02.935Z] ---> Running in 888c63f54776 [2021-01-14T22:26:02.935Z] Removing intermediate container 04fc8f43392f [2021-01-14T22:26:02.935Z] ---> f34477e723f6 [2021-01-14T22:26:02.935Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T22:26:02.935Z] ---> Running in 162825f80074 [2021-01-14T22:26:02.935Z] ---> Running in b3845fb28684 [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:02.936Z] OK: 217 MiB in 51 packages [2021-01-14T22:26:03.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:03.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:26:03.491Z] OK: 217 MiB in 51 packages [2021-01-14T22:26:03.766Z] OK: 217 MiB in 51 packages [2021-01-14T22:26:04.040Z] OK: 217 MiB in 51 packages [2021-01-14T22:26:04.320Z] OK: 217 MiB in 51 packages [2021-01-14T22:26:04.924Z] Removing intermediate container 3226e9afca22 [2021-01-14T22:26:04.924Z] ---> d11cd34a552b [2021-01-14T22:26:04.924Z] Step 6/22 : COPY go.mod . [2021-01-14T22:26:04.924Z] Removing intermediate container 697d4f579d23 [2021-01-14T22:26:04.924Z] ---> 60d866bc1afe [2021-01-14T22:26:04.924Z] Step 6/23 : COPY go.mod . [2021-01-14T22:26:05.529Z] Removing intermediate container 888c63f54776 [2021-01-14T22:26:05.529Z] ---> 48a7cc262d81 [2021-01-14T22:26:05.529Z] Step 6/21 : COPY go.mod . [2021-01-14T22:26:05.529Z] Removing intermediate container 162825f80074 [2021-01-14T22:26:05.529Z] ---> eed3a4aa92dd [2021-01-14T22:26:05.529Z] Step 6/23 : COPY go.mod . [2021-01-14T22:26:05.806Z] ---> 283490e0aba5 [2021-01-14T22:26:05.806Z] Step 7/22 : RUN go mod download [2021-01-14T22:26:05.806Z] Removing intermediate container b3845fb28684 [2021-01-14T22:26:05.806Z] ---> 2c28e1519d47 [2021-01-14T22:26:05.806Z] Step 6/24 : COPY go.mod . [2021-01-14T22:26:06.081Z] ---> Running in 201e48188c32 [2021-01-14T22:26:06.081Z] ---> 23b6f45a917d [2021-01-14T22:26:06.081Z] Step 7/23 : RUN go mod download [2021-01-14T22:26:06.364Z] ---> Running in 2203d84e5089 [2021-01-14T22:26:06.647Z] ---> 1d0b990b176f [2021-01-14T22:26:06.647Z] Step 7/21 : RUN go mod download [2021-01-14T22:26:06.647Z] ---> Running in 498a3bc20f51 [2021-01-14T22:26:06.926Z] ---> 9100e06267d1 [2021-01-14T22:26:06.926Z] Step 7/23 : RUN go mod download [2021-01-14T22:26:06.926Z] ---> 3f89c21b5222 [2021-01-14T22:26:06.926Z] Step 7/24 : RUN go mod download [2021-01-14T22:26:06.926Z] ---> Running in af92844a051e [2021-01-14T22:26:07.215Z] ---> Running in 52fa794ebc3b [2021-01-14T22:26:10.656Z] Removing intermediate container 201e48188c32 [2021-01-14T22:26:10.656Z] ---> dba201bbbfb5 [2021-01-14T22:26:10.656Z] Step 8/22 : COPY . . [2021-01-14T22:26:10.930Z] Removing intermediate container 2203d84e5089 [2021-01-14T22:26:10.930Z] ---> 4d2b9e6c6c61 [2021-01-14T22:26:10.930Z] Step 8/23 : COPY . . [2021-01-14T22:26:11.528Z] Removing intermediate container 498a3bc20f51 [2021-01-14T22:26:11.528Z] ---> 34caca3a7d45 [2021-01-14T22:26:11.528Z] Step 8/21 : COPY . . [2021-01-14T22:26:12.129Z] Removing intermediate container af92844a051e [2021-01-14T22:26:12.129Z] ---> 349c1eb9ec41 [2021-01-14T22:26:12.129Z] Step 8/23 : COPY . . [2021-01-14T22:26:12.129Z] Removing intermediate container 52fa794ebc3b [2021-01-14T22:26:12.129Z] ---> 3057b81cc94a [2021-01-14T22:26:12.129Z] Step 8/24 : COPY . . [2021-01-14T22:26:38.957Z] ---> 28c8dd54a520 [2021-01-14T22:26:38.957Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T22:26:38.957Z] ---> 11bd35b27789 [2021-01-14T22:26:38.957Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-14T22:26:38.957Z] ---> f683e975646c [2021-01-14T22:26:38.957Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-14T22:26:38.957Z] ---> dfdb48d49649 [2021-01-14T22:26:38.957Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T22:26:38.957Z] ---> Running in ea2ff36f2b9e [2021-01-14T22:26:38.957Z] ---> Running in e3a9e8f6fa53 [2021-01-14T22:26:38.957Z] ---> 608591625a09 [2021-01-14T22:26:38.957Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T22:26:38.957Z] ---> Running in 3a62bad1b3f1 [2021-01-14T22:26:38.957Z] ---> Running in 8d146d9fdd40 [2021-01-14T22:26:38.957Z] ---> Running in b5b86635fffa [2021-01-14T22:26:38.957Z] 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-14T22:26:39.229Z] 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-14T22:26:39.229Z] 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-14T22:26:39.507Z] 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-14T22:26:39.507Z] 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-14T22:28:01.387Z] 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-14T22:28:01.387Z] 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-14T22:28:13.827Z] Removing intermediate container b5b86635fffa [2021-01-14T22:28:13.828Z] ---> ffd9f4a8c916 [2021-01-14T22:28:13.828Z] [2021-01-14T22:28:13.828Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T22:28:13.828Z] 3.12: Pulling from library/alpine [2021-01-14T22:28:14.430Z] Removing intermediate container 8d146d9fdd40 [2021-01-14T22:28:14.430Z] ---> 0795013939ab [2021-01-14T22:28:14.430Z] [2021-01-14T22:28:14.430Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T22:28:14.430Z] 3.12: Pulling from library/alpine [2021-01-14T22:28:14.710Z] Removing intermediate container e3a9e8f6fa53 [2021-01-14T22:28:14.710Z] ---> 0446f60101ce [2021-01-14T22:28:14.710Z] [2021-01-14T22:28:14.710Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T22:28:14.710Z] 3.12: Pulling from library/alpine [2021-01-14T22:28:14.710Z] Removing intermediate container 3a62bad1b3f1 [2021-01-14T22:28:14.710Z] ---> 34edaf596cd4 [2021-01-14T22:28:14.710Z] [2021-01-14T22:28:14.710Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T22:28:14.991Z] 3.12: Pulling from library/alpine [2021-01-14T22:28:14.991Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:28:14.991Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:28:14.991Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:28:14.991Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T22:28:14.991Z] Status: Image is up to date for alpine:3.12 [2021-01-14T22:28:14.991Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T22:28:14.991Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T22:28:14.991Z] Status: Image is up to date for alpine:3.12 [2021-01-14T22:28:14.991Z] ---> afeebe901d6b [2021-01-14T22:28:14.991Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T22:28:14.991Z] ---> afeebe901d6b [2021-01-14T22:28:14.991Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T22:28:14.991Z] ---> afeebe901d6b [2021-01-14T22:28:14.991Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-14T22:28:14.991Z] ---> afeebe901d6b [2021-01-14T22:28:14.991Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-14T22:28:15.587Z] ---> Running in 3ff7a4a78819 [2021-01-14T22:28:15.587Z] ---> Running in e906fb7a22fe [2021-01-14T22:28:15.587Z] ---> Running in 8088bc925c68 [2021-01-14T22:28:15.587Z] ---> Running in 44133081f843 [2021-01-14T22:28:17.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:17.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:17.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:17.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:17.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:18.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:18.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:18.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:28:18.402Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T22:28:18.402Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:28:18.402Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T22:28:18.402Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T22:28:18.402Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-14T22:28:18.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:28:18.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:28:18.686Z] OK: 5 MiB in 15 packages [2021-01-14T22:28:18.686Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:28:18.962Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-14T22:28:18.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:28:18.962Z] OK: 5 MiB in 15 packages [2021-01-14T22:28:18.962Z] OK: 7 MiB in 18 packages [2021-01-14T22:28:18.962Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T22:28:18.962Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:28:18.962Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T22:28:19.249Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T22:28:19.249Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T22:28:19.249Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:28:19.249Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:28:19.524Z] OK: 7 MiB in 19 packages [2021-01-14T22:28:20.972Z] Removing intermediate container 8088bc925c68 [2021-01-14T22:28:20.972Z] ---> 36eb2353ddd4 [2021-01-14T22:28:20.972Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-14T22:28:20.972Z] ---> Running in 3c1597ff3377 [2021-01-14T22:28:21.249Z] Removing intermediate container 44133081f843 [2021-01-14T22:28:21.249Z] ---> edc21e190ea5 [2021-01-14T22:28:21.250Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-14T22:28:21.533Z] ---> Running in 0a0937933fd6 [2021-01-14T22:28:21.807Z] Removing intermediate container 3c1597ff3377 [2021-01-14T22:28:21.807Z] ---> 7760bf786c58 [2021-01-14T22:28:21.807Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-14T22:28:22.407Z] Removing intermediate container 3ff7a4a78819 [2021-01-14T22:28:22.407Z] ---> d264bbd94562 [2021-01-14T22:28:22.407Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:28:22.407Z] Removing intermediate container e906fb7a22fe [2021-01-14T22:28:22.407Z] ---> 14fc72240559 [2021-01-14T22:28:22.407Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T22:28:22.407Z] ---> Running in 0950fe433fb0 [2021-01-14T22:28:22.407Z] Removing intermediate container 0a0937933fd6 [2021-01-14T22:28:22.407Z] ---> 04901aafd358 [2021-01-14T22:28:22.407Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-14T22:28:22.685Z] ---> Running in 6782597b2c20 [2021-01-14T22:28:22.685Z] ---> Running in dd2fe2b0e9ff [2021-01-14T22:28:22.961Z] ---> Running in 84a30c5034cd [2021-01-14T22:28:23.235Z] Removing intermediate container 0950fe433fb0 [2021-01-14T22:28:23.235Z] ---> c6e44a9e83aa [2021-01-14T22:28:23.235Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-14T22:28:23.507Z] Removing intermediate container dd2fe2b0e9ff [2021-01-14T22:28:23.507Z] ---> 61059b1dee2a [2021-01-14T22:28:23.507Z] Step 13/21 : WORKDIR /edgex [2021-01-14T22:28:23.507Z] ---> Running in cac5cfe81da6 [2021-01-14T22:28:23.507Z] Removing intermediate container 6782597b2c20 [2021-01-14T22:28:23.507Z] ---> 895bff2ed01a [2021-01-14T22:28:23.507Z] Step 13/24 : WORKDIR / [2021-01-14T22:28:23.786Z] ---> Running in 97cc47e90603 [2021-01-14T22:28:23.786Z] Removing intermediate container 84a30c5034cd [2021-01-14T22:28:23.786Z] ---> 4732a47c3b1e [2021-01-14T22:28:23.786Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-14T22:28:24.060Z] Removing intermediate container ea2ff36f2b9e [2021-01-14T22:28:24.060Z] ---> 0a8fb56a3677 [2021-01-14T22:28:24.060Z] [2021-01-14T22:28:24.060Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T22:28:24.060Z] ---> afeebe901d6b [2021-01-14T22:28:24.060Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-14T22:28:24.060Z] ---> Using cache [2021-01-14T22:28:24.060Z] ---> edc21e190ea5 [2021-01-14T22:28:24.060Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-14T22:28:24.060Z] ---> Using cache [2021-01-14T22:28:24.060Z] ---> 04901aafd358 [2021-01-14T22:28:24.060Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-14T22:28:24.060Z] ---> Running in ad5e668a31ec [2021-01-14T22:28:24.337Z] ---> Running in 072d53755f08 [2021-01-14T22:28:24.337Z] ---> Running in 44ede99846b3 [2021-01-14T22:28:24.337Z] Removing intermediate container cac5cfe81da6 [2021-01-14T22:28:24.337Z] ---> dd2a15dc6f68 [2021-01-14T22:28:24.337Z] Step 15/23 : WORKDIR / [2021-01-14T22:28:24.615Z] ---> Running in bdca3304e090 [2021-01-14T22:28:24.615Z] Removing intermediate container 97cc47e90603 [2021-01-14T22:28:24.615Z] ---> 92b9f5460cbc [2021-01-14T22:28:24.615Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T22:28:24.895Z] Removing intermediate container 44ede99846b3 [2021-01-14T22:28:24.895Z] ---> 96e39572385b [2021-01-14T22:28:24.895Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-14T22:28:24.895Z] Removing intermediate container ad5e668a31ec [2021-01-14T22:28:24.895Z] ---> c0a583acccf3 [2021-01-14T22:28:24.895Z] 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-14T22:28:24.895Z] Removing intermediate container 072d53755f08 [2021-01-14T22:28:24.895Z] ---> 3ac9ffde181e [2021-01-14T22:28:24.895Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:28:25.170Z] ---> Running in 8f80a76fba93 [2021-01-14T22:28:25.447Z] Removing intermediate container bdca3304e090 [2021-01-14T22:28:25.448Z] ---> 5e3f3723b5ad [2021-01-14T22:28:25.448Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:28:25.724Z] ---> 803c4cebeddb [2021-01-14T22:28:25.724Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T22:28:26.009Z] Removing intermediate container 8f80a76fba93 [2021-01-14T22:28:26.009Z] ---> 5d832cbca340 [2021-01-14T22:28:26.009Z] Step 15/23 : WORKDIR / [2021-01-14T22:28:26.009Z] ---> 76cfec72a638 [2021-01-14T22:28:26.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T22:28:26.283Z] ---> Running in 743b2b5a4f9d [2021-01-14T22:28:26.283Z] ---> 93ae33bb44a8 [2021-01-14T22:28:26.283Z] 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-14T22:28:26.559Z] ---> 11706fc79ed6 [2021-01-14T22:28:26.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T22:28:27.159Z] Removing intermediate container 743b2b5a4f9d [2021-01-14T22:28:27.159Z] ---> 98c8660c8cb6 [2021-01-14T22:28:27.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:28:27.766Z] ---> 12fb5cce2a99 [2021-01-14T22:28:27.766Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T22:28:27.766Z] ---> 335763e8c1f5 [2021-01-14T22:28:27.766Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T22:28:27.766Z] ---> b03c35f4bbb8 [2021-01-14T22:28:27.766Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T22:28:28.364Z] ---> 57262d1478d6 [2021-01-14T22:28:28.364Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T22:28:28.642Z] ---> e543f527c7f5 [2021-01-14T22:28:28.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T22:28:28.642Z] ---> a15b46643798 [2021-01-14T22:28:28.642Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T22:28:29.658Z] ---> 82104487edc8 [2021-01-14T22:28:29.658Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T22:28:29.987Z] ---> a3e938847366 [2021-01-14T22:28:29.987Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T22:28:29.987Z] ---> Running in 1e6130444c76 [2021-01-14T22:28:29.987Z] ---> 884a95ac6b44 [2021-01-14T22:28:29.987Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-14T22:28:30.264Z] ---> Running in 7538c48cef7a [2021-01-14T22:28:30.264Z] ---> Running in 8939bba95928 [2021-01-14T22:28:30.634Z] ---> 541b50b44464 [2021-01-14T22:28:30.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T22:28:30.634Z] ---> cbe1417e151e [2021-01-14T22:28:30.634Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T22:28:30.634Z] Removing intermediate container 1e6130444c76 [2021-01-14T22:28:30.634Z] ---> abd1202d51ae [2021-01-14T22:28:30.634Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:28:30.946Z] ---> Running in 0e0c2814c13e [2021-01-14T22:28:31.236Z] Removing intermediate container 7538c48cef7a [2021-01-14T22:28:31.236Z] ---> e774e7e96a37 [2021-01-14T22:28:31.236Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T22:28:31.528Z] ---> Running in a2b53eae3e8b [2021-01-14T22:28:31.528Z] Removing intermediate container 8939bba95928 [2021-01-14T22:28:31.528Z] ---> 916a5906f86b [2021-01-14T22:28:31.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:28:31.812Z] Removing intermediate container 0e0c2814c13e [2021-01-14T22:28:31.812Z] ---> d9a437625ffc [2021-01-14T22:28:31.812Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T22:28:31.812Z] ---> Running in 809206a31afa [2021-01-14T22:28:32.086Z] ---> Running in b6a1ceb59567 [2021-01-14T22:28:32.086Z] ---> e55ecb8bbd42 [2021-01-14T22:28:32.086Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-14T22:28:32.086Z] Removing intermediate container a2b53eae3e8b [2021-01-14T22:28:32.086Z] ---> 65116c4f3b5e [2021-01-14T22:28:32.086Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T22:28:32.360Z] ---> dccb9d98a766 [2021-01-14T22:28:32.360Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T22:28:32.360Z] ---> Running in 786ecf852f3e [2021-01-14T22:28:32.360Z] ---> Running in 290e1a5da337 [2021-01-14T22:28:32.360Z] Removing intermediate container 809206a31afa [2021-01-14T22:28:32.360Z] ---> 84b010f76362 [2021-01-14T22:28:32.360Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T22:28:32.638Z] ---> Running in c53bc86756a2 [2021-01-14T22:28:32.638Z] Removing intermediate container b6a1ceb59567 [2021-01-14T22:28:32.638Z] ---> 450916916e8c [2021-01-14T22:28:32.638Z] Step 21/22 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:28:32.915Z] ---> Running in f78c1a729ca0 [2021-01-14T22:28:33.190Z] Removing intermediate container 786ecf852f3e [2021-01-14T22:28:33.190Z] ---> 2ff54f6df3a3 [2021-01-14T22:28:33.190Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:28:33.190Z] Removing intermediate container 290e1a5da337 [2021-01-14T22:28:33.190Z] ---> bad5959f0572 [2021-01-14T22:28:33.190Z] Step 20/21 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:28:33.464Z] ---> Running in 3d4bef12fa70 [2021-01-14T22:28:33.464Z] Removing intermediate container c53bc86756a2 [2021-01-14T22:28:33.464Z] ---> 4f1c2bac0a4b [2021-01-14T22:28:33.464Z] Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:28:33.464Z] ---> 7261e6cd7360 [2021-01-14T22:28:33.464Z] 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-14T22:28:33.464Z] ---> Running in a5cdc58431df [2021-01-14T22:28:33.738Z] ---> Running in 364ef5633da2 [2021-01-14T22:28:33.738Z] ---> Running in 86a86ef89932 [2021-01-14T22:28:33.738Z] Removing intermediate container f78c1a729ca0 [2021-01-14T22:28:33.738Z] ---> 9407cb82301a [2021-01-14T22:28:33.738Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:28:34.017Z] ---> Running in cbc63942319a [2021-01-14T22:28:34.017Z] Removing intermediate container 3d4bef12fa70 [2021-01-14T22:28:34.017Z] ---> 185d649229e9 [2021-01-14T22:28:34.017Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T22:28:34.293Z] Removing intermediate container a5cdc58431df [2021-01-14T22:28:34.294Z] ---> 2a66aa9dc400 [2021-01-14T22:28:34.294Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T22:28:34.294Z] ---> Running in 351961cfa8d9 [2021-01-14T22:28:34.294Z] Removing intermediate container 86a86ef89932 [2021-01-14T22:28:34.294Z] ---> 526606c90f10 [2021-01-14T22:28:34.294Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T22:28:34.568Z] ---> Running in 7c0df129cb62 [2021-01-14T22:28:34.568Z] ---> Running in f557ce8bf520 [2021-01-14T22:28:34.848Z] Removing intermediate container cbc63942319a [2021-01-14T22:28:34.848Z] ---> 1cc8bde06846 [2021-01-14T22:28:34.848Z] [2021-01-14T22:28:35.122Z] Removing intermediate container 351961cfa8d9 [2021-01-14T22:28:35.122Z] ---> cd7a8d6a131a [2021-01-14T22:28:35.122Z] Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:28:35.122Z] Successfully built 1cc8bde06846 [2021-01-14T22:28:35.396Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T22:28:35.396Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T22:28:35.396Z] ---> Running in 8c60ffd7bfb3 [2021-01-14T22:28:35.396Z] Removing intermediate container 7c0df129cb62 [2021-01-14T22:28:35.396Z] ---> 946e98f97f98 [2021-01-14T22:28:35.396Z] [2021-01-14T22:28:35.673Z] Removing intermediate container f557ce8bf520 [2021-01-14T22:28:35.673Z] ---> 7185a2758579 [2021-01-14T22:28:35.673Z] [2021-01-14T22:28:35.946Z] Successfully built 946e98f97f98 [2021-01-14T22:28:36.220Z] Successfully built 7185a2758579 [2021-01-14T22:28:36.220Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T22:28:36.220Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-14T22:28:36.220Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T22:28:36.220Z]  Building docker-core-command-go ... done Removing intermediate container 8c60ffd7bfb3 [2021-01-14T22:28:36.220Z] Building docker-support-notifications-go [2021-01-14T22:28:36.220Z] ---> d46e7cde606a [2021-01-14T22:28:36.220Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T22:28:36.492Z] ---> Running in 10d0a0c00c1d [2021-01-14T22:28:36.767Z] Removing intermediate container 364ef5633da2 [2021-01-14T22:28:36.767Z] ---> a11951b1a900 [2021-01-14T22:28:36.767Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T22:28:37.043Z] Removing intermediate container 10d0a0c00c1d [2021-01-14T22:28:37.043Z] ---> 3220532c0a06 [2021-01-14T22:28:37.043Z] [2021-01-14T22:28:37.043Z] ---> Running in 1a6cfd3bec49 [2021-01-14T22:28:37.318Z] Successfully built 3220532c0a06 [2021-01-14T22:28:37.318Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T22:28:37.318Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-14T22:28:37.589Z] Removing intermediate container 1a6cfd3bec49 [2021-01-14T22:28:37.589Z] ---> 39b4e34eb7c3 [2021-01-14T22:28:37.589Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T22:28:37.860Z] ---> Running in 92fd53eaab08 [2021-01-14T22:28:38.134Z] Removing intermediate container 92fd53eaab08 [2021-01-14T22:28:38.134Z] ---> 13a61e359ec3 [2021-01-14T22:28:38.134Z] Step 23/24 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:28:38.409Z] ---> Running in 974229889ea0 [2021-01-14T22:28:39.005Z] Removing intermediate container 974229889ea0 [2021-01-14T22:28:39.005Z] ---> 0f4146818913 [2021-01-14T22:28:39.005Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T22:28:39.005Z] ---> Running in a04a66d4a3f5 [2021-01-14T22:28:39.987Z] Removing intermediate container a04a66d4a3f5 [2021-01-14T22:28:39.987Z] ---> 5f2f0d9cc352 [2021-01-14T22:28:39.987Z] [2021-01-14T22:28:40.261Z] Successfully built 5f2f0d9cc352 [2021-01-14T22:28:40.261Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T22:29:36.822Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:29:36.822Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:29:36.822Z] ---> e55af7e7f5b4 [2021-01-14T22:29:36.822Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f8e4e90cc4b8 [2021-01-14T22:29:36.822Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f34477e723f6 [2021-01-14T22:29:36.822Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T22:29:36.822Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:29:36.822Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:29:36.822Z] ---> e55af7e7f5b4 [2021-01-14T22:29:36.822Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f8e4e90cc4b8 [2021-01-14T22:29:36.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f34477e723f6 [2021-01-14T22:29:36.822Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T22:29:36.822Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:29:36.822Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:29:36.822Z] ---> e55af7e7f5b4 [2021-01-14T22:29:36.822Z] Step 3/33 : WORKDIR /edgex-go [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f8e4e90cc4b8 [2021-01-14T22:29:36.822Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f34477e723f6 [2021-01-14T22:29:36.822Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> 2c28e1519d47 [2021-01-14T22:29:36.822Z] Step 6/33 : COPY go.mod . [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> 3f89c21b5222 [2021-01-14T22:29:36.822Z] Step 7/33 : RUN go mod download [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> 3057b81cc94a [2021-01-14T22:29:36.822Z] Step 8/33 : COPY . . [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> 608591625a09 [2021-01-14T22:29:36.822Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T22:29:36.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T22:29:36.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T22:29:36.822Z] ---> e55af7e7f5b4 [2021-01-14T22:29:36.822Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f8e4e90cc4b8 [2021-01-14T22:29:36.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:29:36.822Z] ---> Using cache [2021-01-14T22:29:36.822Z] ---> f34477e723f6 [2021-01-14T22:29:36.822Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T22:29:36.822Z] ---> Running in be28a1d69bbe [2021-01-14T22:29:36.822Z] ---> Running in 407df0a17396 [2021-01-14T22:29:36.822Z] ---> Running in 8794e47f3271 [2021-01-14T22:29:36.822Z] ---> Running in 6352d4f397df [2021-01-14T22:29:37.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-14T22:29:37.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:38.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:38.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:38.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:38.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:38.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:29:39.593Z] OK: 217 MiB in 51 packages [2021-01-14T22:29:39.593Z] OK: 217 MiB in 51 packages [2021-01-14T22:29:40.587Z] OK: 217 MiB in 51 packages [2021-01-14T22:29:42.047Z] Removing intermediate container be28a1d69bbe [2021-01-14T22:29:42.047Z] ---> b3b6dca7dde6 [2021-01-14T22:29:42.047Z] Step 6/22 : COPY go.mod . [2021-01-14T22:29:42.047Z] Removing intermediate container 407df0a17396 [2021-01-14T22:29:42.047Z] ---> b08644f01a47 [2021-01-14T22:29:42.047Z] Step 6/26 : COPY go.mod . [2021-01-14T22:29:42.335Z] Removing intermediate container 6352d4f397df [2021-01-14T22:29:42.335Z] ---> 21673d6d976c [2021-01-14T22:29:42.335Z] Step 6/23 : COPY go.mod . [2021-01-14T22:29:43.324Z] ---> 3ac79213b3eb [2021-01-14T22:29:43.324Z] Step 7/26 : RUN go mod download [2021-01-14T22:29:43.600Z] ---> Running in c7f516fe4a9e [2021-01-14T22:29:43.600Z] ---> ae8f35c94098 [2021-01-14T22:29:43.600Z] Step 7/22 : RUN go mod download [2021-01-14T22:29:43.878Z] ---> dd8764af0a46 [2021-01-14T22:29:43.878Z] Step 7/23 : RUN go mod download [2021-01-14T22:29:43.878Z] ---> Running in 239025b40222 [2021-01-14T22:29:44.159Z] ---> Running in 4283e036422d [2021-01-14T22:29:48.509Z] Removing intermediate container c7f516fe4a9e [2021-01-14T22:29:48.509Z] ---> 01b69dd6aefb [2021-01-14T22:29:48.509Z] Step 8/26 : COPY . . [2021-01-14T22:29:48.784Z] Removing intermediate container 239025b40222 [2021-01-14T22:29:48.785Z] ---> 65abc5e3f088 [2021-01-14T22:29:48.785Z] Step 8/22 : COPY . . [2021-01-14T22:29:49.388Z] Removing intermediate container 4283e036422d [2021-01-14T22:29:49.388Z] ---> 3c3fe454c74b [2021-01-14T22:29:49.388Z] Step 8/23 : COPY . . [2021-01-14T22:30:11.629Z] 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-14T22:30:18.401Z] ---> b78599c6e080 [2021-01-14T22:30:18.401Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-14T22:30:18.401Z] ---> c5af41eaf55d [2021-01-14T22:30:18.401Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T22:30:18.401Z] ---> f77f34479d17 [2021-01-14T22:30:18.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T22:30:18.401Z] ---> Running in d15b619ce77a [2021-01-14T22:30:18.401Z] ---> Running in 0781169315d0 [2021-01-14T22:30:18.401Z] ---> Running in 5683d85b7287 [2021-01-14T22:30:19.393Z] 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-14T22:30:19.393Z] 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-14T22:30:19.671Z] 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-14T22:30:22.314Z] Removing intermediate container 8794e47f3271 [2021-01-14T22:30:22.314Z] ---> 16e15b5ea313 [2021-01-14T22:30:22.314Z] [2021-01-14T22:30:22.314Z] Step 10/33 : FROM alpine:3.12 [2021-01-14T22:30:22.314Z] ---> afeebe901d6b [2021-01-14T22:30:22.314Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-14T22:30:22.586Z] ---> Running in d1e4f722e2b6 [2021-01-14T22:30:24.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:30:24.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:30:25.464Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-14T22:30:25.464Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-14T22:30:25.464Z] (3/3) Installing su-exec (0.2-r1) [2021-01-14T22:30:25.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:30:25.464Z] OK: 6 MiB in 17 packages [2021-01-14T22:30:27.472Z] Removing intermediate container d1e4f722e2b6 [2021-01-14T22:30:27.472Z] ---> ddcc9d989d7e [2021-01-14T22:30:27.472Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-14T22:30:27.472Z] ---> Running in dc5aa5c4a3c1 [2021-01-14T22:30:28.071Z] Removing intermediate container dc5aa5c4a3c1 [2021-01-14T22:30:28.071Z] ---> d9ba1dbe50a2 [2021-01-14T22:30:28.071Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-14T22:30:28.071Z] ---> Running in ccae72604835 [2021-01-14T22:30:28.673Z] Removing intermediate container ccae72604835 [2021-01-14T22:30:28.673Z] ---> 05a5b347ac07 [2021-01-14T22:30:28.673Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-14T22:30:28.947Z] ---> Running in 25be9f232b74 [2021-01-14T22:30:30.945Z] Connecting to github.com (140.82.112.4:443) [2021-01-14T22:30:30.945Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.18.116:443) [2021-01-14T22:30:31.219Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-14T22:30:31.220Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-14T22:30:31.220Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-14T22:30:31.220Z] dockerize [2021-01-14T22:30:33.878Z] Removing intermediate container 25be9f232b74 [2021-01-14T22:30:33.879Z] ---> 067303addb17 [2021-01-14T22:30:33.879Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-14T22:30:33.879Z] ---> Running in ee9d3ab2c56c [2021-01-14T22:30:34.484Z] Removing intermediate container ee9d3ab2c56c [2021-01-14T22:30:34.484Z] ---> 487da503e20d [2021-01-14T22:30:34.484Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-14T22:30:34.764Z] ---> Running in 1eaebf347dbc [2021-01-14T22:30:35.382Z] Removing intermediate container 1eaebf347dbc [2021-01-14T22:30:35.382Z] ---> 87531988cdca [2021-01-14T22:30:35.382Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-14T22:30:35.663Z] ---> Running in 7524f0f437c9 [2021-01-14T22:30:37.665Z] Move dockerize executable [2021-01-14T22:30:39.914Z] Removing intermediate container 7524f0f437c9 [2021-01-14T22:30:39.914Z] ---> e2c0b2f07e62 [2021-01-14T22:30:39.914Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-14T22:30:39.914Z] ---> Running in ee755f785044 [2021-01-14T22:30:40.247Z] Removing intermediate container ee755f785044 [2021-01-14T22:30:40.247Z] ---> d76af5f863a0 [2021-01-14T22:30:40.247Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-14T22:30:41.750Z] ---> 4048e850f39e [2021-01-14T22:30:41.750Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-14T22:30:41.750Z] ---> Running in eea0713b98b1 [2021-01-14T22:30:45.215Z] Removing intermediate container eea0713b98b1 [2021-01-14T22:30:45.215Z] ---> bad8393d259c [2021-01-14T22:30:45.215Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:30:46.669Z] ---> 532d22b0dd23 [2021-01-14T22:30:46.669Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-14T22:30:48.116Z] ---> 74208b68c167 [2021-01-14T22:30:48.116Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-14T22:30:49.107Z] ---> 130746d94d88 [2021-01-14T22:30:49.107Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-14T22:30:51.128Z] ---> c638fadc4187 [2021-01-14T22:30:51.128Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-14T22:30:52.143Z] ---> b35b57a0b682 [2021-01-14T22:30:52.143Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-14T22:30:52.425Z] ---> Running in 6e60b1758813 [2021-01-14T22:30:53.039Z] Removing intermediate container 6e60b1758813 [2021-01-14T22:30:53.039Z] ---> b1494dff51d6 [2021-01-14T22:30:53.039Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-14T22:30:54.486Z] ---> f8a278510df0 [2021-01-14T22:30:54.486Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-14T22:30:54.765Z] ---> Running in c481944a7478 [2021-01-14T22:30:58.232Z] Removing intermediate container c481944a7478 [2021-01-14T22:30:58.232Z] ---> 7744e4736f21 [2021-01-14T22:30:58.232Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T22:30:58.853Z] ---> Running in ab353e9142a5 [2021-01-14T22:30:59.472Z] Removing intermediate container ab353e9142a5 [2021-01-14T22:30:59.472Z] ---> 8ca05753e8f5 [2021-01-14T22:30:59.472Z] Step 30/33 : CMD ["gate"] [2021-01-14T22:31:00.085Z] ---> Running in abbacc0afc6e [2021-01-14T22:31:00.686Z] Removing intermediate container abbacc0afc6e [2021-01-14T22:31:00.686Z] ---> fa73634a5b72 [2021-01-14T22:31:00.686Z] Step 31/33 : LABEL arch=arm64 [2021-01-14T22:31:01.285Z] ---> Running in 1c765e6ec92e [2021-01-14T22:31:01.889Z] Removing intermediate container 1c765e6ec92e [2021-01-14T22:31:01.889Z] ---> ce3cef8b8e4a [2021-01-14T22:31:01.889Z] Step 32/33 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:31:02.165Z] ---> Running in 27790fef1156 [2021-01-14T22:31:03.153Z] Removing intermediate container 27790fef1156 [2021-01-14T22:31:03.153Z] ---> 18fdd71d2592 [2021-01-14T22:31:03.153Z] Step 33/33 : LABEL version=0.0.0 [2021-01-14T22:31:03.427Z] ---> Running in 338abe542bd6 [2021-01-14T22:31:04.409Z] Removing intermediate container 338abe542bd6 [2021-01-14T22:31:04.409Z] ---> eff5372678ae [2021-01-14T22:31:04.409Z] [2021-01-14T22:31:04.684Z] Successfully built eff5372678ae [2021-01-14T22:31:04.684Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-14T22:31:31.529Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d15b619ce77a [2021-01-14T22:31:31.529Z] ---> e46fa6e19c6a [2021-01-14T22:31:31.529Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T22:31:31.529Z] Removing intermediate container 0781169315d0 [2021-01-14T22:31:31.529Z] ---> 2cfc2e8e9ba8 [2021-01-14T22:31:31.529Z] [2021-01-14T22:31:31.529Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T22:31:31.529Z] ---> afeebe901d6b [2021-01-14T22:31:31.529Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-14T22:31:31.529Z] ---> Running in a9500c905657 [2021-01-14T22:31:31.529Z] ---> Running in 364789b5635c [2021-01-14T22:31:32.973Z] 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-14T22:31:33.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:33.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:33.854Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-14T22:31:33.854Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-14T22:31:34.133Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:31:34.133Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T22:31:34.133Z] OK: 6 MiB in 16 packages [2021-01-14T22:31:36.120Z] Removing intermediate container 364789b5635c [2021-01-14T22:31:36.120Z] ---> 859a8316583b [2021-01-14T22:31:36.120Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-14T22:31:36.417Z] ---> Running in 6d69f4f89691 [2021-01-14T22:31:36.691Z] Removing intermediate container a9500c905657 [2021-01-14T22:31:36.691Z] ---> d80516c0dae7 [2021-01-14T22:31:36.691Z] [2021-01-14T22:31:36.691Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T22:31:36.691Z] 20.10.0: Pulling from library/docker [2021-01-14T22:31:36.963Z] Removing intermediate container 6d69f4f89691 [2021-01-14T22:31:36.963Z] ---> ffa938cdbad9 [2021-01-14T22:31:36.963Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-14T22:31:37.572Z] ---> Running in 5bc518fc0a5b [2021-01-14T22:31:38.570Z] Removing intermediate container 5bc518fc0a5b [2021-01-14T22:31:38.570Z] ---> 78e7603583b8 [2021-01-14T22:31:38.570Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-14T22:31:38.846Z] ---> Running in 373886063e5c [2021-01-14T22:31:39.440Z] Removing intermediate container 373886063e5c [2021-01-14T22:31:39.440Z] ---> f72ef41ca311 [2021-01-14T22:31:39.440Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:31:40.426Z] ---> 050cf4705f2d [2021-01-14T22:31:40.426Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T22:31:42.411Z] ---> 7d682a16b964 [2021-01-14T22:31:42.411Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T22:31:44.391Z] ---> 7cfa300569f5 [2021-01-14T22:31:44.391Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-14T22:31:44.391Z] ---> Running in 7fc3c7143047 [2021-01-14T22:31:45.375Z] Removing intermediate container 5683d85b7287 [2021-01-14T22:31:45.375Z] ---> 005a79da924d [2021-01-14T22:31:45.375Z] [2021-01-14T22:31:45.375Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T22:31:45.375Z] ---> afeebe901d6b [2021-01-14T22:31:45.375Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T22:31:45.375Z] Removing intermediate container 7fc3c7143047 [2021-01-14T22:31:45.375Z] ---> dec79acefd3b [2021-01-14T22:31:45.375Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:31:45.649Z] ---> Running in f6c30c2feef2 [2021-01-14T22:31:45.649Z] ---> Running in d93698a4e7d8 [2021-01-14T22:31:46.259Z] Removing intermediate container f6c30c2feef2 [2021-01-14T22:31:46.259Z] ---> 4f0504c70a15 [2021-01-14T22:31:46.259Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T22:31:46.259Z] Removing intermediate container d93698a4e7d8 [2021-01-14T22:31:46.259Z] ---> 715a41bdeb94 [2021-01-14T22:31:46.259Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T22:31:46.537Z] ---> Running in 3fff04186ffe [2021-01-14T22:31:46.537Z] ---> Running in a8b53943aae7 [2021-01-14T22:31:47.131Z] Removing intermediate container 3fff04186ffe [2021-01-14T22:31:47.131Z] ---> aac67a483099 [2021-01-14T22:31:47.131Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T22:31:47.131Z] Removing intermediate container a8b53943aae7 [2021-01-14T22:31:47.131Z] ---> 34224cc5522e [2021-01-14T22:31:47.131Z] Step 21/22 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:31:47.131Z] ---> Running in a13fea98cd45 [2021-01-14T22:31:47.404Z] ---> Running in 680e6efe580d [2021-01-14T22:31:47.680Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T22:31:47.680Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T22:31:47.680Z] ---> eeaf43b92773 [2021-01-14T22:31:47.680Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T22:31:47.680Z] Removing intermediate container a13fea98cd45 [2021-01-14T22:31:47.680Z] ---> e8e3c0e87c2e [2021-01-14T22:31:47.680Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T22:31:47.680Z] ---> Running in cdb268b33d14 [2021-01-14T22:31:47.957Z] Removing intermediate container 680e6efe580d [2021-01-14T22:31:47.957Z] ---> 2d1fee0681e0 [2021-01-14T22:31:47.957Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T22:31:47.957Z] ---> Running in 002235a3e60a [2021-01-14T22:31:48.230Z] ---> Running in 530bd93a6f55 [2021-01-14T22:31:48.833Z] Removing intermediate container 530bd93a6f55 [2021-01-14T22:31:48.833Z] ---> 0e6db46bdc89 [2021-01-14T22:31:48.833Z] [2021-01-14T22:31:49.108Z] Successfully built 0e6db46bdc89 [2021-01-14T22:31:49.108Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T22:31:49.380Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:49.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:50.250Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T22:31:50.250Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T22:31:50.250Z] Executing bash-5.0.17-r0.post-install [2021-01-14T22:31:50.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:31:50.250Z] OK: 12 MiB in 22 packages [2021-01-14T22:31:50.525Z] Removing intermediate container 002235a3e60a [2021-01-14T22:31:50.525Z] ---> f3e64d54744a [2021-01-14T22:31:50.525Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-14T22:31:50.525Z] ---> Running in 39dbbb12392f [2021-01-14T22:31:51.507Z] Removing intermediate container cdb268b33d14 [2021-01-14T22:31:51.507Z] ---> b07182d2b7a7 [2021-01-14T22:31:51.507Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T22:31:51.507Z] ---> Running in 2ba9de73b428 [2021-01-14T22:31:51.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:52.054Z] Removing intermediate container 2ba9de73b428 [2021-01-14T22:31:52.054Z] ---> f999c618f011 [2021-01-14T22:31:52.054Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T22:31:52.054Z] ---> Running in 9a51f5e7a5d2 [2021-01-14T22:31:52.654Z] Removing intermediate container 9a51f5e7a5d2 [2021-01-14T22:31:52.654Z] ---> ae4d33db6e4b [2021-01-14T22:31:52.654Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T22:31:52.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:52.654Z] ---> Running in 0ada69a41300 [2021-01-14T22:31:53.247Z] Removing intermediate container 0ada69a41300 [2021-01-14T22:31:53.247Z] ---> f15a3f34416a [2021-01-14T22:31:53.247Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T22:31:53.247Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-14T22:31:53.517Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-14T22:31:53.517Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-14T22:31:53.517Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-14T22:31:53.788Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-14T22:31:53.788Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-14T22:31:54.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:31:54.062Z] OK: 8 MiB in 20 packages [2021-01-14T22:31:54.335Z] ---> 7de36ab08fdd [2021-01-14T22:31:54.335Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T22:31:54.930Z] ---> d10eee12d2ed [2021-01-14T22:31:54.930Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T22:31:55.204Z] Removing intermediate container 39dbbb12392f [2021-01-14T22:31:55.204Z] ---> 77a24e061a5d [2021-01-14T22:31:55.204Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T22:31:56.184Z] ---> b45b827e8cb1 [2021-01-14T22:31:56.184Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T22:31:56.184Z] ---> aa56417bae14 [2021-01-14T22:31:56.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T22:31:56.184Z] ---> Running in 7768275fa451 [2021-01-14T22:31:57.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:57.625Z] ---> dc3ab6a76975 [2021-01-14T22:31:57.625Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T22:31:57.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:31:57.897Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T22:31:57.897Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T22:31:57.897Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T22:31:57.897Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T22:31:58.169Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T22:31:58.169Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T22:31:58.169Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T22:31:58.443Z] ---> 296d7c864fd6 [2021-01-14T22:31:58.443Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T22:31:58.718Z] ---> Running in 4f5d1c2e3f09 [2021-01-14T22:31:59.311Z] Removing intermediate container 4f5d1c2e3f09 [2021-01-14T22:31:59.311Z] ---> 337059eeb792 [2021-01-14T22:31:59.311Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:31:59.581Z] ---> Running in 4106b5fe570b [2021-01-14T22:31:59.856Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T22:31:59.856Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T22:31:59.856Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T22:31:59.856Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T22:31:59.856Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T22:31:59.856Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T22:32:00.153Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T22:32:00.153Z] Removing intermediate container 4106b5fe570b [2021-01-14T22:32:00.153Z] ---> 28bd22bfb300 [2021-01-14T22:32:00.153Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T22:32:00.153Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T22:32:00.153Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T22:32:00.153Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T22:32:00.153Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T22:32:00.153Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T22:32:00.453Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T22:32:00.453Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T22:32:00.453Z] ---> Running in ad06492d74e4 [2021-01-14T22:32:00.453Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T22:32:00.453Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T22:32:00.453Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T22:32:00.453Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T22:32:00.453Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T22:32:00.740Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T22:32:00.740Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T22:32:00.740Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T22:32:00.740Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T22:32:00.740Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T22:32:00.740Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T22:32:00.740Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T22:32:01.022Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:32:01.022Z] OK: 71 MiB in 55 packages [2021-01-14T22:32:01.022Z] Removing intermediate container ad06492d74e4 [2021-01-14T22:32:01.022Z] ---> ac6d96f9a75c [2021-01-14T22:32:01.022Z] Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:32:01.022Z] ---> Running in dc1aa455d9f2 [2021-01-14T22:32:01.657Z] Removing intermediate container dc1aa455d9f2 [2021-01-14T22:32:01.657Z] ---> 73f35a2b0a53 [2021-01-14T22:32:01.657Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T22:32:01.943Z] ---> Running in c109933531e5 [2021-01-14T22:32:02.538Z] Removing intermediate container c109933531e5 [2021-01-14T22:32:02.538Z] ---> ed74af154af7 [2021-01-14T22:32:02.538Z] [2021-01-14T22:32:03.134Z] Successfully built ed74af154af7 [2021-01-14T22:32:03.134Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T22:32:07.435Z]  Building docker-core-data-go ... done Removing intermediate container 7768275fa451 [2021-01-14T22:32:07.435Z] ---> 2587afbd8c5b [2021-01-14T22:32:07.435Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T22:32:07.436Z] ---> Running in e0f6c5ad8232 [2021-01-14T22:32:11.721Z] Collecting docker-compose==1.23.2 [2021-01-14T22:32:11.721Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T22:32:12.311Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T22:32:12.311Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T22:32:14.273Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T22:32:14.273Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T22:32:16.870Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T22:32:16.870Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T22:32:17.457Z] Collecting PyYAML<4,>=3.10 [2021-01-14T22:32:17.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T22:32:20.056Z] 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-14T22:32:20.325Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T22:32:20.325Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T22:32:20.916Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T22:32:20.916Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T22:32:21.503Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T22:32:21.503Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T22:32:21.788Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T22:32:21.788Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T22:32:23.753Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T22:32:23.753Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T22:32:24.024Z] 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-14T22:32:24.024Z] Collecting idna<2.8,>=2.5 [2021-01-14T22:32:24.296Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T22:32:24.567Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T22:32:24.837Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T22:32:24.837Z] 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-14T22:32:25.105Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T22:32:25.105Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T22:32:25.105Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T22:32:25.105Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T22:32:25.105Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T22:32:25.105Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T22:32:26.074Z] Installing collected packages: dockerpty, texttable, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, docker-compose [2021-01-14T22:32:26.074Z] Running setup.py install for dockerpty: started [2021-01-14T22:32:27.500Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T22:32:27.500Z] Running setup.py install for texttable: started [2021-01-14T22:32:29.462Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T22:32:29.462Z] Attempting uninstall: idna [2021-01-14T22:32:29.462Z] Found existing installation: idna 2.9 [2021-01-14T22:32:29.462Z] Uninstalling idna-2.9: [2021-01-14T22:32:29.462Z] Successfully uninstalled idna-2.9 [2021-01-14T22:32:30.054Z] Attempting uninstall: urllib3 [2021-01-14T22:32:30.054Z] Found existing installation: urllib3 1.25.9 [2021-01-14T22:32:30.054Z] Uninstalling urllib3-1.25.9: [2021-01-14T22:32:30.325Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T22:32:30.917Z] Attempting uninstall: requests [2021-01-14T22:32:30.917Z] Found existing installation: requests 2.23.0 [2021-01-14T22:32:30.917Z] Uninstalling requests-2.23.0: [2021-01-14T22:32:30.917Z] Successfully uninstalled requests-2.23.0 [2021-01-14T22:32:31.188Z] Running setup.py install for PyYAML: started [2021-01-14T22:32:33.146Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T22:32:34.572Z] Running setup.py install for docopt: started [2021-01-14T22:32:36.528Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T22:32:37.116Z] 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-14T22:32:40.488Z] Removing intermediate container e0f6c5ad8232 [2021-01-14T22:32:40.488Z] ---> 797dd9d7dac4 [2021-01-14T22:32:40.488Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T22:32:40.488Z] ---> Running in 42ddb77d6685 [2021-01-14T22:32:41.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T22:32:41.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T22:32:42.513Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T22:32:42.513Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T22:32:42.513Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T22:32:42.513Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T22:32:42.513Z] OK: 71 MiB in 58 packages [2021-01-14T22:32:43.945Z] Removing intermediate container 42ddb77d6685 [2021-01-14T22:32:43.945Z] ---> 89e8cb9fb7ba [2021-01-14T22:32:43.945Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T22:32:43.945Z] ---> Running in e75d7b37acd4 [2021-01-14T22:32:44.215Z] Removing intermediate container e75d7b37acd4 [2021-01-14T22:32:44.215Z] ---> 07fed1979dbc [2021-01-14T22:32:44.215Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T22:32:44.486Z] ---> Running in fb30fc6fb4e5 [2021-01-14T22:32:44.756Z] Removing intermediate container fb30fc6fb4e5 [2021-01-14T22:32:44.756Z] ---> cc8aa8ee9926 [2021-01-14T22:32:44.756Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T22:32:45.028Z] ---> Running in 85e4d633e017 [2021-01-14T22:32:45.297Z] Removing intermediate container 85e4d633e017 [2021-01-14T22:32:45.297Z] ---> 15f38482beb3 [2021-01-14T22:32:45.297Z] Step 25/26 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c [2021-01-14T22:32:45.568Z] ---> Running in 2b6c9066b6bf [2021-01-14T22:32:45.839Z] Removing intermediate container 2b6c9066b6bf [2021-01-14T22:32:45.839Z] ---> 32a2cbfd01cb [2021-01-14T22:32:45.839Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T22:32:46.111Z] ---> Running in adf699d2b1c5 [2021-01-14T22:32:46.382Z] Removing intermediate container adf699d2b1c5 [2021-01-14T22:32:46.382Z] ---> beb4b195156e [2021-01-14T22:32:46.382Z] [2021-01-14T22:32:46.974Z] Successfully built beb4b195156e [2021-01-14T22:32:46.974Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T22:32:47.259Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T22:32:47.251Z] $ docker stop --time=1 f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b [2021-01-14T22:32:49.153Z] $ docker rm -f f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T22:32:49.907Z] + docker images [2021-01-14T22:32:49.907Z] + grep docker [2021-01-14T22:32:50.178Z] docker-sys-mgmt-agent-go-arm64 latest beb4b195156e 3 seconds ago 300MB [2021-01-14T22:32:50.178Z] docker-core-data-go-arm64 latest ed74af154af7 47 seconds ago 21MB [2021-01-14T22:32:50.178Z] docker-support-notifications-go-arm64 latest 0e6db46bdc89 About a minute ago 15.9MB [2021-01-14T22:32:50.178Z] docker-security-bootstrapper-go-arm64 latest eff5372678ae About a minute ago 40.3MB [2021-01-14T22:32:50.178Z] docker-security-secretstore-setup-go-arm64 latest 5f2f0d9cc352 4 minutes ago 23.4MB [2021-01-14T22:32:50.178Z] docker-core-metadata-go-arm64 latest 3220532c0a06 4 minutes ago 17.7MB [2021-01-14T22:32:50.178Z] docker-core-command-go-arm64 latest 7185a2758579 4 minutes ago 15.4MB [2021-01-14T22:32:50.178Z] docker-security-proxy-setup-go-arm64 latest 946e98f97f98 4 minutes ago 23.2MB [2021-01-14T22:32:50.178Z] docker-support-scheduler-go-arm64 latest 1cc8bde06846 4 minutes ago 15.5MB [2021-01-14T22:32:50.178Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:32:54.144Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:32:55.058Z] ---> package-listing.sh [2021-01-14T22:32:55.058Z] ++ facter osfamily [2021-01-14T22:32:55.058Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T22:32:55.058Z] + OS_FAMILY=redhat [2021-01-14T22:32:55.058Z] + workspace=/w/workspace/edgex-go/24 [2021-01-14T22:32:55.058Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T22:32:55.059Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T22:32:55.059Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T22:32:55.059Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T22:32:55.059Z] + '[' /w/workspace/edgex-go/24 ']' [2021-01-14T22:32:55.059Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T22:32:55.059Z] + case "${OS_FAMILY}" in [2021-01-14T22:32:55.059Z] + rpm -qa [2021-01-14T22:32:55.059Z] + sort [2021-01-14T22:33:01.682Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T22:33:01.682Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T22:33:01.682Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T22:33:01.682Z] + '[' /w/workspace/edgex-go/24 ']' [2021-01-14T22:33:01.682Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2021-01-14T22:33:01.682Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2021-01-14T22:33:01.700Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T22:33:01.996Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:33:02.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T22:33:02.305Z] [2021-01-14T22:33:02.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T22:33:02.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T22:33:02.656Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T22:33:02.656Z] df20fa9351a1: Pulling fs layer [2021-01-14T22:33:02.656Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T22:33:02.656Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T22:33:02.656Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T22:33:02.656Z] 93b61091891f: Pulling fs layer [2021-01-14T22:33:02.656Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T22:33:02.656Z] 5e14af77c1be: Pulling fs layer [2021-01-14T22:33:02.656Z] 01666e4c0597: Pulling fs layer [2021-01-14T22:33:02.656Z] aa168da1d23b: Pulling fs layer [2021-01-14T22:33:02.656Z] 93b9cdb0e59b: Waiting [2021-01-14T22:33:02.656Z] 5e14af77c1be: Waiting [2021-01-14T22:33:02.656Z] 01666e4c0597: Waiting [2021-01-14T22:33:02.656Z] aa168da1d23b: Waiting [2021-01-14T22:33:02.656Z] 46f8f816bc3b: Waiting [2021-01-14T22:33:02.656Z] 93b61091891f: Waiting [2021-01-14T22:33:02.656Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T22:33:02.656Z] 36b3adc4ff6f: Download complete [2021-01-14T22:33:02.656Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T22:33:02.656Z] 46f8f816bc3b: Download complete [2021-01-14T22:33:02.921Z] df20fa9351a1: Verifying Checksum [2021-01-14T22:33:02.921Z] df20fa9351a1: Download complete [2021-01-14T22:33:02.921Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T22:33:02.921Z] 93b9cdb0e59b: Download complete [2021-01-14T22:33:02.921Z] 93b61091891f: Verifying Checksum [2021-01-14T22:33:02.921Z] 93b61091891f: Download complete [2021-01-14T22:33:02.921Z] 5e14af77c1be: Verifying Checksum [2021-01-14T22:33:02.921Z] 5e14af77c1be: Download complete [2021-01-14T22:33:02.921Z] 01666e4c0597: Verifying Checksum [2021-01-14T22:33:02.921Z] 01666e4c0597: Download complete [2021-01-14T22:33:03.184Z] df20fa9351a1: Pull complete [2021-01-14T22:33:03.449Z] 36b3adc4ff6f: Pull complete [2021-01-14T22:33:03.720Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T22:33:03.720Z] 8ad3a11d3b57: Download complete [2021-01-14T22:33:05.124Z] 8ad3a11d3b57: Pull complete [2021-01-14T22:33:05.124Z] 46f8f816bc3b: Pull complete [2021-01-14T22:33:05.388Z] aa168da1d23b: Verifying Checksum [2021-01-14T22:33:05.388Z] aa168da1d23b: Download complete [2021-01-14T22:33:05.388Z] 93b61091891f: Pull complete [2021-01-14T22:33:05.650Z] 93b9cdb0e59b: Pull complete [2021-01-14T22:33:05.650Z] 5e14af77c1be: Pull complete [2021-01-14T22:33:05.915Z] 01666e4c0597: Pull complete [2021-01-14T22:33:14.102Z] aa168da1d23b: Pull complete [2021-01-14T22:33:14.102Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T22:33:14.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T22:33:14.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T22:33:14.273Z] prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container [2021-01-14T22:33:14.319Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T22:33:17.926Z] $ docker top 459bc06c2d3dd1fe29f680b439876f86f92188e85ccd7102711aadbf00e77851 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T22:33:18.426Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T22:33:18.725Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T22:33:19.025Z] + ls /var/log/sa-host [2021-01-14T22:33:19.025Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T22:33:19.025Z] file_magic: OK [2021-01-14T22:33:19.025Z] HZ: Using current value: 100 [2021-01-14T22:33:19.025Z] file_header: OK [2021-01-14T22:33:19.025Z] 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-14T22:33:19.025Z] Statistics: [2021-01-14T22:33:19.025Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T22:33:19.025Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T22:33:19.025Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T22:33:19.025Z] file_magic: OK [2021-01-14T22:33:19.025Z] HZ: Using current value: 100 [2021-01-14T22:33:19.025Z] file_header: OK [2021-01-14T22:33:19.025Z] 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-14T22:33:19.025Z] Statistics: [2021-01-14T22:33:19.025Z] Hnuu...uuuununununu... [2021-01-14T22:33:19.025Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T22:33:19.586Z] provisioning config files... [2021-01-14T22:33:19.604Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config8380307959961137731tmp [Pipeline] { [Pipeline] echo [2021-01-14T22:33:19.683Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:33:19.994Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T22:33:20.005Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T22:33:20.118Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:33:20.417Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T22:33:20.429Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:33:20.729Z] ---> sudo-logs.sh [2021-01-14T22:33:20.729Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T22:33:20.740Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:33:21.038Z] ---> job-cost.sh [2021-01-14T22:33:21.038Z] lf-activate-venv: SKIPPING [2021-01-14T22:33:21.038Z] INFO: No Stack... [2021-01-14T22:33:21.984Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T22:33:22.248Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T22:33:22.263Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T22:33:22.559Z] ---> logs-deploy.sh [2021-01-14T22:33:22.559Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/24 [2021-01-14T22:33:22.559Z] INFO: archiving workspace using pattern(s): [2021-01-14T22:33:25.114Z] Archives upload complete. [2021-01-14T22:33:25.114Z] INFO: archiving logs to Nexus