Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea5d7be70bf78d25df2f442b65fefbdc258c073e 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13567 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/235 [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/235 # 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 Checking out Revision ea5d7be70bf78d25df2f442b65fefbdc258c073e (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 Commit message: "Merge pull request #2756 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk dc03883d853ac4d3c424c6075bb78550a4ae80ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T09:30:44.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T09:30:44.987Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T09:30:45.100Z] ========================================================= [2020-11-26T09:30:45.100Z] EdgeX Global Pipelines Version Info [2020-11-26T09:30:45.100Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:30:46.569Z] ------------------- [2020-11-26T09:30:46.569Z] stable info: [2020-11-26T09:30:46.569Z] ------------------- [2020-11-26T09:30:46.569Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T09:30:46.569Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T09:30:46.569Z] Message: update stable to v1.0.167 [2020-11-26T09:30:47.518Z] ------------------- [2020-11-26T09:30:47.518Z] experimental info: [2020-11-26T09:30:47.518Z] ------------------- [2020-11-26T09:30:47.518Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T09:30:47.518Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T09:30:47.518Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:30:47.780Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-26T09:30:47.900Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-26T09:30:48.005Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T09:30:48.102Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T09:30:48.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T09:30:48.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T09:30:48.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T09:30:48.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-26T09:30:48.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-26T09:30:48.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-26T09:30:48.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T09:30:48.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T09:30:49.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T09:30:49.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T09:30:49.217Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:30:49.303Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:30:49.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T09:30:49.519Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T09:30:49.625Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T09:30:49.719Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T09:30:49.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-26T09:30:49.895Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T09:30:50.021Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-26T09:30:50.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-26T09:30:50.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-26T09:30:50.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] echo [2020-11-26T09:30:50.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea5d7be [Pipeline] echo [2020-11-26T09:30:50.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:30:51.006Z] provisioning config files... [2020-11-26T09:30:51.052Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config6830057822985794946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:30:51.408Z] ---> docker-login.sh [2020-11-26T09:30:51.408Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:30:51.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:30:51.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:30:51.933Z] Configure a credential helper to remove this warning. See [2020-11-26T09:30:51.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:30:51.933Z] [2020-11-26T09:30:51.933Z] Login Succeeded [2020-11-26T09:30:51.933Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:30:51.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:30:51.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:30:51.933Z] Configure a credential helper to remove this warning. See [2020-11-26T09:30:51.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:30:51.933Z] [2020-11-26T09:30:51.933Z] Login Succeeded [2020-11-26T09:30:51.933Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:30:52.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:30:52.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:30:52.195Z] Configure a credential helper to remove this warning. See [2020-11-26T09:30:52.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:30:52.195Z] [2020-11-26T09:30:52.195Z] Login Succeeded [2020-11-26T09:30:52.195Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:30:52.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:30:52.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:30:52.457Z] Configure a credential helper to remove this warning. See [2020-11-26T09:30:52.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:30:52.457Z] [2020-11-26T09:30:52.457Z] Login Succeeded [2020-11-26T09:30:52.457Z] docker.io [2020-11-26T09:30:52.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:30:52.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:30:52.720Z] Configure a credential helper to remove this warning. See [2020-11-26T09:30:52.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:30:52.720Z] [2020-11-26T09:30:52.720Z] Login Succeeded [2020-11-26T09:30:52.720Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:30:52.731Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:30:53.201Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/core-command/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/core-data/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-26T09:30:53.201Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:30:53.201Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-26T09:30:53.201Z] ++ cut -d/ -f2 [2020-11-26T09:30:53.201Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T09:30:53.280Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:54.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:30:54.743Z] [2020-11-26T09:30:54.743Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:30:55.192Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:30:55.192Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T09:30:55.192Z] 31603596830f: Pulling fs layer [2020-11-26T09:30:55.192Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T09:30:55.192Z] 6ca5941a6612: Pulling fs layer [2020-11-26T09:30:55.192Z] ecc8261a40a4: Pulling fs layer [2020-11-26T09:30:55.192Z] ecc8261a40a4: Waiting [2020-11-26T09:30:55.192Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T09:30:55.192Z] 2a8b12db71e7: Download complete [2020-11-26T09:30:55.456Z] ecc8261a40a4: Verifying Checksum [2020-11-26T09:30:55.456Z] ecc8261a40a4: Download complete [2020-11-26T09:30:55.456Z] 6ca5941a6612: Download complete [2020-11-26T09:30:55.456Z] 31603596830f: Verifying Checksum [2020-11-26T09:30:55.456Z] 31603596830f: Download complete [2020-11-26T09:30:56.039Z] 31603596830f: Pull complete [2020-11-26T09:30:56.039Z] 2a8b12db71e7: Pull complete [2020-11-26T09:30:56.996Z] 6ca5941a6612: Pull complete [2020-11-26T09:30:57.260Z] ecc8261a40a4: Pull complete [2020-11-26T09:30:57.260Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T09:30:57.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:30:57.260Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T09:30:57.381Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:30:57.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T09:30:59.681Z] $ docker top dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:30:59.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:30:59.971Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:31:00.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:31:00.198Z] $ docker exec dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent [2020-11-26T09:31:00.362Z] SSH_AUTH_SOCK=/tmp/ssh-nPdHlb85o8GW/agent.11 [2020-11-26T09:31:00.362Z] SSH_AGENT_PID=17 [2020-11-26T09:31:00.374Z] Running ssh-add (command line suppressed) [2020-11-26T09:31:00.502Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_1167317932860912772.key (/w/workspace/edgex-go/235@tmp/private_key_1167317932860912772.key) [2020-11-26T09:31:00.553Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:31:00.977Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T09:31:01.005Z] $ docker exec --env ******** --env ******** dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent -k [2020-11-26T09:31:01.122Z] unset SSH_AUTH_SOCK; [2020-11-26T09:31:01.122Z] unset SSH_AGENT_PID; [2020-11-26T09:31:01.123Z] echo Agent pid 17 killed; [2020-11-26T09:31:01.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T09:31:01.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:31:01.317Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:31:01.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:31:01.500Z] $ docker exec dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent [2020-11-26T09:31:01.658Z] SSH_AUTH_SOCK=/tmp/ssh-dL8HWcatVBlm/agent.46 [2020-11-26T09:31:01.658Z] SSH_AGENT_PID=51 [2020-11-26T09:31:01.665Z] Running ssh-add (command line suppressed) [2020-11-26T09:31:01.789Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_1176787810826641254.key (/w/workspace/edgex-go/235@tmp/private_key_1176787810826641254.key) [2020-11-26T09:31:01.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:31:02.188Z] + git semver init [2020-11-26T09:31:02.188Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:31:02.188Z] # $GIT_DIR = /w/workspace/edgex-go/235/.git [2020-11-26T09:31:02.188Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/235 [2020-11-26T09:31:02.188Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:31:02.188Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:31:02.188Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:31:02.188Z] # $SEMVER_BRANCH = master [2020-11-26T09:31:02.188Z] # $SEMVER_TEMP = /tmp/semver-389919766 [2020-11-26T09:31:02.188Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-26T09:31:20.432Z] # '/tmp/semver-389919766' -> '/w/workspace/edgex-go/235/.semver' [2020-11-26T09:31:21.386Z] # -> Force: false [2020-11-26T09:31:21.386Z] # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [Pipeline] } [2020-11-26T09:31:21.405Z] $ docker exec --env ******** --env ******** dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee ssh-agent -k [2020-11-26T09:31:21.660Z] unset SSH_AUTH_SOCK; [2020-11-26T09:31:21.660Z] unset SSH_AGENT_PID; [2020-11-26T09:31:21.660Z] echo Agent pid 51 killed; [2020-11-26T09:31:21.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:31:22.268Z] + git semver [Pipeline] } [2020-11-26T09:31:22.292Z] $ docker stop --time=1 dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee [2020-11-26T09:31:23.907Z] $ docker rm -f dd379221ad9e8d0e45378a716583f9508934d84752f998a3da1aeb6a44b3f4ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:31:24.435Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T09:31:24.964Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T09:31:24.967Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.11 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:31:25.952Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:31:26.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:31:26.608Z] + sudo service docker restart [2020-11-26T09:31:26.608Z] + true [2020-11-26T09:31:26.608Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-26T09:31:27.215Z] ========================================================= [2020-11-26T09:31:27.215Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T09:31:27.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:31:27.579Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-26T09:31:32.933Z] Sending build context to Docker daemon 325.9MB [2020-11-26T09:31:32.933Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T09:31:32.933Z] Step 2/7 : FROM ${BASE} [2020-11-26T09:31:32.933Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T09:31:32.933Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:31:32.933Z] ed8968b2872e: Pulling fs layer [2020-11-26T09:31:32.933Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T09:31:32.933Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T09:31:32.933Z] e73272ec9a57: Pulling fs layer [2020-11-26T09:31:32.933Z] 1e910a182e73: Pulling fs layer [2020-11-26T09:31:32.933Z] 4e634b169226: Pulling fs layer [2020-11-26T09:31:32.933Z] e871e8e8d7a9: Waiting [2020-11-26T09:31:32.933Z] e73272ec9a57: Waiting [2020-11-26T09:31:32.933Z] 1e910a182e73: Waiting [2020-11-26T09:31:32.933Z] 4e634b169226: Waiting [2020-11-26T09:31:32.933Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T09:31:32.933Z] a92cc7c5fd73: Download complete [2020-11-26T09:31:32.933Z] ed8968b2872e: Verifying Checksum [2020-11-26T09:31:32.933Z] ed8968b2872e: Download complete [2020-11-26T09:31:32.934Z] e73272ec9a57: Verifying Checksum [2020-11-26T09:31:32.934Z] e73272ec9a57: Download complete [2020-11-26T09:31:32.934Z] 1e910a182e73: Verifying Checksum [2020-11-26T09:31:32.934Z] 1e910a182e73: Download complete [2020-11-26T09:31:32.934Z] df20fa9351a1: Verifying Checksum [2020-11-26T09:31:32.934Z] df20fa9351a1: Download complete [2020-11-26T09:31:33.200Z] df20fa9351a1: Pull complete [2020-11-26T09:31:33.468Z] ed8968b2872e: Pull complete [2020-11-26T09:31:33.468Z] a92cc7c5fd73: Pull complete [2020-11-26T09:31:34.873Z] 4e634b169226: Verifying Checksum [2020-11-26T09:31:34.873Z] 4e634b169226: Download complete [2020-11-26T09:31:35.454Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T09:31:35.454Z] e871e8e8d7a9: Download complete [2020-11-26T09:31:40.416Z] Still waiting to schedule task [2020-11-26T09:31:40.416Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T09:31:40.780Z] e871e8e8d7a9: Pull complete [2020-11-26T09:31:40.780Z] e73272ec9a57: Pull complete [2020-11-26T09:31:40.780Z] 1e910a182e73: Pull complete [2020-11-26T09:31:46.106Z] 4e634b169226: Pull complete [2020-11-26T09:31:46.106Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T09:31:46.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T09:31:46.106Z] ---> f7629b54cfaa [2020-11-26T09:31:46.106Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-26T09:31:46.106Z] ---> Running in d2fa5444d69e [2020-11-26T09:31:46.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:31:47.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:31:47.835Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T09:31:48.098Z] (2/12) Installing file (5.38-r0) [2020-11-26T09:31:48.098Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T09:31:48.360Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T09:31:51.680Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T09:31:51.680Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T09:31:51.680Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T09:31:51.943Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T09:31:51.943Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T09:31:51.943Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T09:31:52.207Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T09:31:52.207Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T09:31:52.207Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T09:31:52.473Z] OK: 233 MiB in 51 packages [2020-11-26T09:31:56.713Z] Removing intermediate container d2fa5444d69e [2020-11-26T09:31:56.713Z] ---> 2403c161befe [2020-11-26T09:31:56.713Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T09:31:56.713Z] ---> Running in c49969147ab8 [2020-11-26T09:31:56.713Z] Removing intermediate container c49969147ab8 [2020-11-26T09:31:56.713Z] ---> ba9ac42fb63f [2020-11-26T09:31:56.713Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T09:31:57.292Z] latest: Pulling from library/docker [2020-11-26T09:31:57.292Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T09:31:57.292Z] 0c7c675703d6: Pulling fs layer [2020-11-26T09:31:57.292Z] cc8c12a437cb: Pulling fs layer [2020-11-26T09:31:57.292Z] c5dafad2182a: Pulling fs layer [2020-11-26T09:31:57.292Z] 5aa711733414: Pulling fs layer [2020-11-26T09:31:57.292Z] 058f73b55e4b: Pulling fs layer [2020-11-26T09:31:57.292Z] 8c9c664faf12: Pulling fs layer [2020-11-26T09:31:57.292Z] 5aa711733414: Waiting [2020-11-26T09:31:57.292Z] 058f73b55e4b: Waiting [2020-11-26T09:31:57.292Z] 8c9c664faf12: Waiting [2020-11-26T09:31:57.292Z] c5dafad2182a: Waiting [2020-11-26T09:31:57.292Z] cc8c12a437cb: Verifying Checksum [2020-11-26T09:31:57.292Z] cc8c12a437cb: Download complete [2020-11-26T09:31:57.292Z] 0c7c675703d6: Verifying Checksum [2020-11-26T09:31:57.292Z] 0c7c675703d6: Download complete [2020-11-26T09:31:57.556Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T09:31:57.556Z] 188c0c94c7c5: Download complete [2020-11-26T09:31:57.556Z] 5aa711733414: Verifying Checksum [2020-11-26T09:31:57.556Z] 5aa711733414: Download complete [2020-11-26T09:31:57.556Z] 058f73b55e4b: Verifying Checksum [2020-11-26T09:31:57.556Z] 058f73b55e4b: Download complete [2020-11-26T09:31:57.556Z] 8c9c664faf12: Verifying Checksum [2020-11-26T09:31:57.556Z] 8c9c664faf12: Download complete [2020-11-26T09:31:57.826Z] 188c0c94c7c5: Pull complete [2020-11-26T09:31:58.089Z] 0c7c675703d6: Pull complete [2020-11-26T09:31:58.089Z] cc8c12a437cb: Pull complete [2020-11-26T09:31:58.354Z] c5dafad2182a: Verifying Checksum [2020-11-26T09:31:58.354Z] c5dafad2182a: Download complete [2020-11-26T09:32:00.920Z] c5dafad2182a: Pull complete [2020-11-26T09:32:00.920Z] 5aa711733414: Pull complete [2020-11-26T09:32:00.920Z] 058f73b55e4b: Pull complete [2020-11-26T09:32:00.920Z] 8c9c664faf12: Pull complete [2020-11-26T09:32:00.920Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T09:32:00.920Z] Status: Downloaded newer image for docker:latest [2020-11-26T09:32:02.863Z] ---> 776ec4bc51ce [2020-11-26T09:32:02.863Z] Step 6/7 : COPY go.mod . [2020-11-26T09:32:02.863Z] ---> a2dad2ba4bbb [2020-11-26T09:32:02.863Z] Step 7/7 : RUN go mod download [2020-11-26T09:32:03.126Z] ---> Running in 1f330d11b55b [2020-11-26T09:32:25.146Z] Removing intermediate container 1f330d11b55b [2020-11-26T09:32:25.146Z] ---> cbfea9c34631 [2020-11-26T09:32:25.146Z] Successfully built cbfea9c34631 [2020-11-26T09:32:25.146Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:32:25.699Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:32:25.699Z] . [Pipeline] withDockerContainer [2020-11-26T09:32:25.822Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:32:25.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** ci-base-image-x86_64 cat [2020-11-26T09:32:26.711Z] $ docker top a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:32:27.279Z] + go version [2020-11-26T09:32:27.279Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T09:32:27.297Z] $ docker stop --time=1 a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 [2020-11-26T09:32:28.659Z] $ docker rm -f a283b7b4ff2470fe001d77b4b6d50282712b2a98e2283e9ebaa7dc679e158a50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:32:29.585Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:32:29.585Z] . [Pipeline] withDockerContainer [2020-11-26T09:32:29.686Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:32:29.742Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** ci-base-image-x86_64 cat [2020-11-26T09:32:30.425Z] $ docker top 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T09:32:30.735Z] ========================================================= [2020-11-26T09:32:30.735Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-26T09:32:30.735Z] ========================================================= [Pipeline] sh [2020-11-26T09:32:31.030Z] + make test [2020-11-26T09:32:31.030Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T09:32:39.660Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-26T09:33:01.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-26T09:33:01.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-26T09:33:02.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-26T09:33:02.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-26T09:33:02.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-26T09:33:02.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-26T09:33:04.672Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s [2020-11-26T09:33:04.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-26T09:33:04.672Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-26T09:33:04.936Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-26T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-26T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-26T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-26T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-26T09:33:09.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 46.6% of statements [2020-11-26T09:33:09.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-26T09:33:09.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-26T09:33:09.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-26T09:33:09.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-26T09:33:09.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-26T09:33:14.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-26T09:33:14.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-26T09:33:14.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-26T09:33:14.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.387s coverage: 69.3% of statements [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-26T09:33:14.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.3% of statements [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-26T09:33:14.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-26T09:33:15.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-26T09:33:15.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-26T09:33:15.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-26T09:33:15.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2020-11-26T09:33:15.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-26T09:33:16.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-11-26T09:33:16.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-26T09:33:16.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 79.0% of statements [2020-11-26T09:33:16.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-26T09:33:16.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-26T09:33:16.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-26T09:33:16.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.267s coverage: 95.7% of statements [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-26T09:33:18.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2020-11-26T09:33:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2020-11-26T09:33:18.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-11-26T09:33:18.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-11-26T09:33:19.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 55.9% of statements [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-26T09:33:19.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-26T09:33:26.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.528s coverage: 86.3% of statements [2020-11-26T09:33:26.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-26T09:33:26.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.066s coverage: 72.2% of statements [2020-11-26T09:33:26.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.036s coverage: 48.4% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.2% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.1% of statements [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.034s coverage: 100.0% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-26T09:33:26.663Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-11-26T09:33:26.663Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-26T09:33:28.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-11-26T09:33:28.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2020-11-26T09:33:28.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-11-26T09:33:29.148Z] GO111MODULE=on go vet ./... [2020-11-26T09:33:52.072Z] gofmt -l . [2020-11-26T09:33:52.336Z] [ "`gofmt -l .`" = "" ] [2020-11-26T09:33:52.911Z] ./bin/test-go-mod-tidy.sh [2020-11-26T09:33:53.486Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-26T09:33:56.400Z] + ls -al . [2020-11-26T09:33:56.400Z] total 644 [2020-11-26T09:33:56.400Z] drwxrwxr-x 10 1001 1001 4096 Nov 26 09:33 . [2020-11-26T09:33:56.400Z] drwxr-xr-x 4 root root 32 Nov 26 09:32 .. [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 09:30 .dockerignore [2020-11-26T09:33:56.400Z] drwxrwxr-x 8 1001 1001 162 Nov 26 09:30 .git [2020-11-26T09:33:56.400Z] drwxrwxr-x 3 1001 1001 125 Nov 26 09:30 .github [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 971 Nov 26 09:30 .gitignore [2020-11-26T09:33:56.400Z] drwx------ 3 1001 1001 32 Nov 26 09:31 .semver [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 166 Nov 26 09:30 .sonarcloud.properties [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 3804 Nov 26 09:30 CONTRIBUTING.md [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 1035 Nov 26 09:30 Dockerfile.build [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 863 Nov 26 09:30 Jenkinsfile [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 10775 Nov 26 09:30 LICENSE [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 6581 Nov 26 09:30 Makefile [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 6447 Nov 26 09:30 README.md [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 259 Nov 26 09:30 SECURITY.md [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 12 Nov 26 09:31 VERSION [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 4131 Nov 26 09:30 ZMQWindows.md [2020-11-26T09:33:56.400Z] drwxrwxr-x 2 1001 1001 117 Nov 26 09:30 bin [2020-11-26T09:33:56.400Z] drwxrwxr-x 15 1001 1001 4096 Nov 26 09:30 cmd [2020-11-26T09:33:56.400Z] -rw-r--r-- 1 root root 549148 Nov 26 09:33 coverage.out [2020-11-26T09:33:56.400Z] -rw-r--r-- 1 root root 1041 Nov 26 09:33 go.mod [2020-11-26T09:33:56.400Z] -rw-r--r-- 1 root root 18746 Nov 26 09:33 go.sum [2020-11-26T09:33:56.400Z] drwxrwxr-x 8 1001 1001 127 Nov 26 09:30 internal [2020-11-26T09:33:56.400Z] drwxrwxr-x 4 1001 1001 26 Nov 26 09:30 openapi [2020-11-26T09:33:56.400Z] drwxrwxr-x 4 1001 1001 71 Nov 26 09:30 snap [2020-11-26T09:33:56.400Z] -rw-rw-r-- 1 1001 1001 168 Nov 26 09:30 version.go [Pipeline] sh [2020-11-26T09:33:56.704Z] + '[' -e coverage.out ] [2020-11-26T09:33:56.704Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-26T09:33:56.886Z] Stashed 1 file(s) [Pipeline] sh [2020-11-26T09:33:57.181Z] + make build [2020-11-26T09:33:57.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T09:34:05.440Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T09:34:08.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T09:34:10.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T09:34:11.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T09:34:12.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T09:34:12.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T09:34:14.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T09:34:15.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T09:34:16.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T09:34:17.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T09:34:19.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T09:34:20.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-11-26T09:34:21.243Z] $ docker stop --time=1 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 [2020-11-26T09:34:22.926Z] $ docker rm -f 77765f388a2ead41e6fe047127abfca7a53444ec1d87809e0e90bc21474a0d72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:34:25.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:34:25.817Z] [2020-11-26T09:34:25.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:34:26.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:34:26.253Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-26T09:34:26.253Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-26T09:34:26.253Z] ca9280d653b3: Pulling fs layer [2020-11-26T09:34:26.253Z] 7e9c9ca2126c: Pulling fs layer [2020-11-26T09:34:26.849Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13571 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [2020-11-26T09:34:26.897Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-26T09:34:26.897Z] cbdbe7a5bc2a: Download complete [Pipeline] ws [2020-11-26T09:34:26.909Z] Running in /w/workspace/edgex-go/235 [Pipeline] { [Pipeline] checkout [2020-11-26T09:34:27.219Z] cbdbe7a5bc2a: Pull complete [2020-11-26T09:34:27.219Z] ca9280d653b3: Verifying Checksum [2020-11-26T09:34:27.219Z] ca9280d653b3: Download complete [2020-11-26T09:34:28.272Z] ca9280d653b3: Pull complete [2020-11-26T09:34:28.272Z] 7e9c9ca2126c: Verifying Checksum [2020-11-26T09:34:32.105Z] using credential edgex-jenkins-ssh [2020-11-26T09:34:32.169Z] Cloning the remote Git repository [2020-11-26T09:34:32.237Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-26T09:34:32.356Z] > git init /w/workspace/edgex-go/235 # timeout=10 [2020-11-26T09:34:32.432Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T09:34:32.433Z] > git --version # timeout=10 [2020-11-26T09:34:32.454Z] > git --version # 'git version 2.17.1' [2020-11-26T09:34:32.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:34:32.554Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:34:36.459Z] 7e9c9ca2126c: Pull complete [2020-11-26T09:34:36.459Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-26T09:34:36.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:34:36.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-26T09:34:36.643Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:34:36.690Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T09:34:37.744Z] $ docker top 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:34:38.250Z] + docker-compose build --help [2020-11-26T09:34:38.251Z] + grep parallel [2020-11-26T09:34:39.198Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T09:34:39.215Z] $ docker stop --time=1 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b [2020-11-26T09:34:40.579Z] $ docker rm -f 56bd4f67fd46d2eb47246a4eebb9146daa2515b5e4d23c2a62cc09d177216f8b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:34:41.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:34:41.245Z] . [Pipeline] withDockerContainer [2020-11-26T09:34:41.342Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:34:41.409Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T09:34:42.062Z] $ docker top 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:34:42.558Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-26T09:34:43.503Z] Building docker-core-command-go ... [2020-11-26T09:34:43.503Z] Building docker-core-data-go ... [2020-11-26T09:34:43.503Z] Building docker-core-metadata-go ... [2020-11-26T09:34:43.503Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T09:34:43.503Z] Building docker-security-proxy-setup-go ... [2020-11-26T09:34:43.503Z] Building docker-security-secrets-setup-go ... [2020-11-26T09:34:43.503Z] Building docker-security-secretstore-setup-go ... [2020-11-26T09:34:43.503Z] Building docker-support-logging-go ... [2020-11-26T09:34:43.503Z] Building docker-support-notifications-go ... [2020-11-26T09:34:43.503Z] Building docker-support-scheduler-go ... [2020-11-26T09:34:43.503Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T09:34:43.503Z] Building docker-security-proxy-setup-go [2020-11-26T09:34:43.503Z] Building docker-security-secretstore-setup-go [2020-11-26T09:34:43.503Z] Building docker-sys-mgmt-agent-go [2020-11-26T09:34:43.503Z] Building docker-support-logging-go [2020-11-26T09:34:43.503Z] Building docker-security-bootstrap-redis-go [2020-11-26T09:34:54.430Z] Checking out Revision ea5d7be70bf78d25df2f442b65fefbdc258c073e (master) [2020-11-26T09:34:53.739Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T09:34:53.756Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:34:53.780Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-26T09:34:53.823Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-26T09:34:53.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:34:53.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T09:34:54.457Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:34:54.479Z] > git checkout -f ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 [2020-11-26T09:34:59.041Z] Commit message: "Merge pull request #2756 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:35:00.751Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:35:01.236Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:35:01.578Z] + sudo service docker restart [2020-11-26T09:35:01.578Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:35:03.647Z] provisioning config files... [2020-11-26T09:35:03.687Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config8624877221573725014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:35:04.108Z] ---> docker-login.sh [2020-11-26T09:35:04.108Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:35:05.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:35:05.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:35:05.368Z] Configure a credential helper to remove this warning. See [2020-11-26T09:35:05.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:35:05.368Z] [2020-11-26T09:35:05.368Z] Login Succeeded [2020-11-26T09:35:05.368Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:35:05.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:35:05.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:35:05.917Z] Configure a credential helper to remove this warning. See [2020-11-26T09:35:05.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:35:05.917Z] [2020-11-26T09:35:05.917Z] Login Succeeded [2020-11-26T09:35:05.917Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:35:06.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:35:06.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:35:06.470Z] Configure a credential helper to remove this warning. See [2020-11-26T09:35:06.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:35:06.470Z] [2020-11-26T09:35:06.470Z] Login Succeeded [2020-11-26T09:35:06.470Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:35:06.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:35:07.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:35:07.020Z] Configure a credential helper to remove this warning. See [2020-11-26T09:35:07.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:35:07.020Z] [2020-11-26T09:35:07.020Z] Login Succeeded [2020-11-26T09:35:07.020Z] docker.io [2020-11-26T09:35:07.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:35:07.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:35:07.565Z] Configure a credential helper to remove this warning. See [2020-11-26T09:35:07.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:35:07.565Z] [2020-11-26T09:35:07.565Z] Login Succeeded [2020-11-26T09:35:07.565Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:35:07.582Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T09:35:08.011Z] ========================================================= [2020-11-26T09:35:08.011Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T09:35:08.011Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:35:08.398Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-26T09:35:11.176Z] Sending build context to Docker daemon 165.4MB [2020-11-26T09:35:11.176Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T09:35:11.176Z] Step 2/7 : FROM ${BASE} [2020-11-26T09:35:11.176Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T09:35:11.176Z] b538f80385f9: Pulling fs layer [2020-11-26T09:35:11.176Z] 74f711af9a0d: Pulling fs layer [2020-11-26T09:35:11.176Z] 99f96fe45779: Pulling fs layer [2020-11-26T09:35:11.176Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T09:35:11.176Z] 45590311c82a: Pulling fs layer [2020-11-26T09:35:11.176Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T09:35:11.176Z] 209524e5b208: Pulling fs layer [2020-11-26T09:35:11.176Z] 8529a6b9a6be: Waiting [2020-11-26T09:35:11.176Z] 45590311c82a: Waiting [2020-11-26T09:35:11.176Z] 69ca0ff8b7b3: Waiting [2020-11-26T09:35:11.176Z] 209524e5b208: Waiting [2020-11-26T09:35:11.176Z] 99f96fe45779: Verifying Checksum [2020-11-26T09:35:11.176Z] 99f96fe45779: Download complete [2020-11-26T09:35:11.176Z] 74f711af9a0d: Verifying Checksum [2020-11-26T09:35:11.176Z] 74f711af9a0d: Download complete [2020-11-26T09:35:11.777Z] 45590311c82a: Download complete [2020-11-26T09:35:11.777Z] b538f80385f9: Verifying Checksum [2020-11-26T09:35:11.777Z] b538f80385f9: Download complete [2020-11-26T09:35:11.777Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T09:35:11.777Z] 69ca0ff8b7b3: Download complete [2020-11-26T09:35:12.386Z] b538f80385f9: Pull complete [2020-11-26T09:35:12.994Z] 74f711af9a0d: Pull complete [2020-11-26T09:35:13.610Z] 99f96fe45779: Pull complete [2020-11-26T09:35:14.218Z] 209524e5b208: Verifying Checksum [2020-11-26T09:35:14.218Z] 209524e5b208: Download complete [2020-11-26T09:35:15.674Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T09:35:15.674Z] 8529a6b9a6be: Download complete [2020-11-26T09:35:15.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:35:15.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:35:15.809Z] ---> cbfea9c34631 [2020-11-26T09:35:15.809Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:35:15.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:35:15.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:35:15.809Z] ---> cbfea9c34631 [2020-11-26T09:35:15.809Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:35:15.809Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:35:15.809Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:35:15.809Z] ---> cbfea9c34631 [2020-11-26T09:35:15.809Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T09:35:16.386Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:35:16.386Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:35:16.386Z] ---> cbfea9c34631 [2020-11-26T09:35:16.386Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T09:35:16.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:35:16.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:35:16.650Z] ---> cbfea9c34631 [2020-11-26T09:35:16.650Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:35:17.227Z] ---> Running in f532ca12fb47 [2020-11-26T09:35:17.227Z] ---> Running in 8253dde2e97d [2020-11-26T09:35:17.227Z] ---> Running in 7f06f10e9cf3 [2020-11-26T09:35:17.227Z] ---> Running in 62d44a966590 [2020-11-26T09:35:17.227Z] ---> Running in 8f91da9542d0 [2020-11-26T09:35:17.807Z] Removing intermediate container f532ca12fb47 [2020-11-26T09:35:17.807Z] ---> 0a571e824510 [2020-11-26T09:35:17.807Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:35:17.807Z] Removing intermediate container 8253dde2e97d [2020-11-26T09:35:17.807Z] ---> ded4b239b0e7 [2020-11-26T09:35:17.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:35:17.807Z] Removing intermediate container 7f06f10e9cf3 [2020-11-26T09:35:17.807Z] ---> fb4f31a87971 [2020-11-26T09:35:17.807Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:35:17.807Z] Removing intermediate container 8f91da9542d0 [2020-11-26T09:35:17.807Z] ---> 1a91039b2e6b [2020-11-26T09:35:17.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:35:17.807Z] Removing intermediate container 62d44a966590 [2020-11-26T09:35:17.807Z] ---> a03f9bc37714 [2020-11-26T09:35:17.807Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:35:17.807Z] ---> Running in d87c0b70666e [2020-11-26T09:35:17.807Z] ---> Running in 705ab26e3f51 [2020-11-26T09:35:17.807Z] ---> Running in 7b675f86fb31 [2020-11-26T09:35:17.807Z] ---> Running in 8980a7052731 [2020-11-26T09:35:17.807Z] ---> Running in 76b38c92b765 [2020-11-26T09:35:19.760Z] Removing intermediate container d87c0b70666e [2020-11-26T09:35:19.760Z] ---> 4f6847b48047 [2020-11-26T09:35:19.760Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T09:35:19.760Z] ---> Running in 0433ba65181a [2020-11-26T09:35:20.334Z] Removing intermediate container 7b675f86fb31 [2020-11-26T09:35:20.334Z] ---> 71dbe9d79675 [2020-11-26T09:35:20.334Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T09:35:20.334Z] Removing intermediate container 705ab26e3f51 [2020-11-26T09:35:20.334Z] ---> 70f4117ce8b6 [2020-11-26T09:35:20.334Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T09:35:20.334Z] Removing intermediate container 8980a7052731 [2020-11-26T09:35:20.334Z] ---> 18cdba50880d [2020-11-26T09:35:20.334Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:35:20.334Z] Removing intermediate container 76b38c92b765 [2020-11-26T09:35:20.334Z] ---> fdcea98039e8 [2020-11-26T09:35:20.334Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T09:35:20.597Z] ---> Running in 89524399fd48 [2020-11-26T09:35:20.597Z] ---> Running in 5542f0432d56 [2020-11-26T09:35:20.597Z] ---> Running in 11a0f1b12237 [2020-11-26T09:35:20.597Z] ---> Running in 61896a604714 [2020-11-26T09:35:20.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:21.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:22.226Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:35:22.226Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:35:22.226Z] OK: 12754 distinct packages available [2020-11-26T09:35:22.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:22.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:22.489Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:22.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:35:22.773Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:35:22.773Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:35:22.773Z] OK: 12754 distinct packages available [2020-11-26T09:35:22.773Z] Removing intermediate container 0433ba65181a [2020-11-26T09:35:22.773Z] ---> 14aae7b47195 [2020-11-26T09:35:22.773Z] Step 6/27 : COPY go.mod . [2020-11-26T09:35:23.069Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:23.070Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:35:23.070Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:35:23.070Z] OK: 12754 distinct packages available [2020-11-26T09:35:23.070Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:35:23.070Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:35:23.070Z] OK: 12754 distinct packages available [2020-11-26T09:35:23.070Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:35:23.070Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:35:23.070Z] OK: 12754 distinct packages available [2020-11-26T09:35:23.346Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:23.346Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:23.346Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:23.346Z] ---> 1df762028f02 [2020-11-26T09:35:23.346Z] Step 7/27 : RUN go mod download [2020-11-26T09:35:23.346Z] OK: 233 MiB in 51 packages [2020-11-26T09:35:23.346Z] ---> Running in 3a2d8c65880f [2020-11-26T09:35:24.297Z] Removing intermediate container 89524399fd48 [2020-11-26T09:35:24.297Z] ---> 3755f60d1602 [2020-11-26T09:35:24.297Z] Step 6/22 : COPY go.mod . [2020-11-26T09:35:24.297Z] Removing intermediate container 5542f0432d56 [2020-11-26T09:35:24.297Z] ---> 73bde1088198 [2020-11-26T09:35:24.297Z] Step 6/20 : COPY go.mod . [2020-11-26T09:35:24.563Z] ---> 5637e7f7c64e [2020-11-26T09:35:24.563Z] Step 7/22 : RUN go mod download [2020-11-26T09:35:24.563Z] Removing intermediate container 61896a604714 [2020-11-26T09:35:24.563Z] ---> 6491718d7913 [2020-11-26T09:35:24.563Z] Step 6/24 : COPY go.mod . [2020-11-26T09:35:24.563Z] Removing intermediate container 11a0f1b12237 [2020-11-26T09:35:24.563Z] ---> 6e053fabf4f7 [2020-11-26T09:35:24.563Z] Step 6/22 : COPY go.mod . [2020-11-26T09:35:24.563Z] ---> Running in 06c7a94cad8e [2020-11-26T09:35:24.833Z] ---> a84fb0c5b47f [2020-11-26T09:35:24.834Z] Step 7/20 : RUN go mod download [2020-11-26T09:35:24.834Z] ---> Running in ed188d08eed8 [2020-11-26T09:35:25.107Z] ---> ee9ee055bd70 [2020-11-26T09:35:25.107Z] Step 7/24 : RUN go mod download [2020-11-26T09:35:25.107Z] ---> 618a7f44fb27 [2020-11-26T09:35:25.107Z] Step 7/22 : RUN go mod download [2020-11-26T09:35:25.372Z] ---> Running in 699c5de4e1c9 [2020-11-26T09:35:25.372Z] ---> Running in 9f25a02170ea [2020-11-26T09:35:25.844Z] 8529a6b9a6be: Pull complete [2020-11-26T09:35:25.844Z] 45590311c82a: Pull complete [2020-11-26T09:35:25.844Z] 69ca0ff8b7b3: Pull complete [2020-11-26T09:35:26.779Z] Removing intermediate container 3a2d8c65880f [2020-11-26T09:35:26.779Z] ---> 9ab448442461 [2020-11-26T09:35:26.779Z] Step 8/27 : COPY . . [2020-11-26T09:35:27.368Z] Removing intermediate container 06c7a94cad8e [2020-11-26T09:35:27.368Z] ---> 8b85dac25934 [2020-11-26T09:35:27.368Z] Step 8/22 : COPY . . [2020-11-26T09:35:29.247Z] 209524e5b208: Pull complete [2020-11-26T09:35:29.247Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T09:35:29.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T09:35:29.247Z] ---> 5bddaf1c2fca [2020-11-26T09:35:29.247Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-26T09:35:29.301Z] Removing intermediate container ed188d08eed8 [2020-11-26T09:35:29.301Z] ---> 46511f301ba9 [2020-11-26T09:35:29.301Z] Step 8/20 : COPY . . [2020-11-26T09:35:33.594Z] ---> Running in 5f09c57451e3 [2020-11-26T09:35:34.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:35:35.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:35:36.171Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T09:35:36.443Z] (2/12) Installing file (5.38-r0) [2020-11-26T09:35:36.717Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T09:35:36.717Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T09:35:37.505Z] Removing intermediate container 699c5de4e1c9 [2020-11-26T09:35:37.505Z] ---> 9af2fbdf090a [2020-11-26T09:35:37.505Z] Step 8/22 : COPY . . [2020-11-26T09:35:42.823Z] Removing intermediate container 9f25a02170ea [2020-11-26T09:35:42.823Z] ---> fd00392f1076 [2020-11-26T09:35:42.823Z] Step 8/24 : COPY . . [2020-11-26T09:35:43.421Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T09:35:43.421Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T09:35:43.421Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T09:35:43.421Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T09:35:43.421Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T09:35:43.421Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T09:35:43.421Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T09:35:43.421Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T09:35:43.421Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T09:35:43.421Z] OK: 217 MiB in 51 packages [2020-11-26T09:35:47.741Z] Removing intermediate container 5f09c57451e3 [2020-11-26T09:35:47.741Z] ---> 9d8a24ea0fc4 [2020-11-26T09:35:47.741Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T09:35:47.741Z] ---> Running in daa6a0642d1a [2020-11-26T09:35:48.015Z] Removing intermediate container daa6a0642d1a [2020-11-26T09:35:48.015Z] ---> ce2f4c1fcae8 [2020-11-26T09:35:48.015Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T09:35:48.610Z] latest: Pulling from library/docker [2020-11-26T09:35:48.885Z] 5f621e34cdf4: Pulling fs layer [2020-11-26T09:35:48.885Z] 85db56a05063: Pulling fs layer [2020-11-26T09:35:48.885Z] ccb67d6aeaaa: Pulling fs layer [2020-11-26T09:35:48.885Z] a0b19fc83503: Pulling fs layer [2020-11-26T09:35:48.885Z] 8eb508b41278: Pulling fs layer [2020-11-26T09:35:48.885Z] 37236713561e: Pulling fs layer [2020-11-26T09:35:48.885Z] 07c93f2b1b56: Pulling fs layer [2020-11-26T09:35:48.885Z] a0b19fc83503: Waiting [2020-11-26T09:35:48.885Z] 8eb508b41278: Waiting [2020-11-26T09:35:48.885Z] 37236713561e: Waiting [2020-11-26T09:35:48.885Z] 07c93f2b1b56: Waiting [2020-11-26T09:35:48.885Z] ccb67d6aeaaa: Verifying Checksum [2020-11-26T09:35:48.885Z] ccb67d6aeaaa: Download complete [2020-11-26T09:35:49.160Z] 85db56a05063: Download complete [2020-11-26T09:35:49.160Z] 5f621e34cdf4: Verifying Checksum [2020-11-26T09:35:49.160Z] 5f621e34cdf4: Download complete [2020-11-26T09:35:49.160Z] 8eb508b41278: Download complete [2020-11-26T09:35:49.160Z] 37236713561e: Verifying Checksum [2020-11-26T09:35:49.160Z] 37236713561e: Download complete [2020-11-26T09:35:49.160Z] 07c93f2b1b56: Verifying Checksum [2020-11-26T09:35:49.160Z] 07c93f2b1b56: Download complete [2020-11-26T09:35:49.761Z] 5f621e34cdf4: Pull complete [2020-11-26T09:35:50.356Z] 85db56a05063: Pull complete [2020-11-26T09:35:50.356Z] a0b19fc83503: Verifying Checksum [2020-11-26T09:35:50.356Z] a0b19fc83503: Download complete [2020-11-26T09:35:50.630Z] ccb67d6aeaaa: Pull complete [2020-11-26T09:35:54.028Z] a0b19fc83503: Pull complete [2020-11-26T09:35:54.303Z] 8eb508b41278: Pull complete [2020-11-26T09:35:54.578Z] 37236713561e: Pull complete [2020-11-26T09:35:54.860Z] 07c93f2b1b56: Pull complete [2020-11-26T09:35:54.860Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T09:35:54.860Z] Status: Downloaded newer image for docker:latest [2020-11-26T09:35:58.252Z] ---> 9f6a57cba6ad [2020-11-26T09:35:58.252Z] Step 6/7 : COPY go.mod . [2020-11-26T09:35:58.849Z] ---> 15d6c7a037a7 [2020-11-26T09:35:58.849Z] Step 7/7 : RUN go mod download [2020-11-26T09:35:59.121Z] ---> Running in 99bd0f9f1e5a [2020-11-26T09:36:04.923Z] ---> af3612060ffe [2020-11-26T09:36:04.923Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T09:36:07.707Z] ---> Running in 05b6ffd4a703 [2020-11-26T09:36:08.290Z] ---> fd26f6f64c6f [2020-11-26T09:36:08.290Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T09:36:08.290Z] ---> d3b065876151 [2020-11-26T09:36:08.290Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T09:36:10.856Z] ---> Running in 682bf8e9ede9 [2020-11-26T09:36:10.856Z] ---> Running in 20d28dd21bc5 [2020-11-26T09:36:11.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T09:36:12.770Z] ---> 3950d9c26c5f [2020-11-26T09:36:12.770Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T09:36:13.745Z] ---> Running in 144ef000aa4b [2020-11-26T09:36:14.021Z] ---> 2d114cfbf7b4 [2020-11-26T09:36:14.021Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T09:36:14.021Z] ---> Running in 92b701a366ed [2020-11-26T09:36:14.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T09:36:14.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T09:36:14.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-26T09:36:15.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T09:36:25.948Z] Removing intermediate container 99bd0f9f1e5a [2020-11-26T09:36:25.948Z] ---> 657399818551 [2020-11-26T09:36:25.948Z] Successfully built 657399818551 [2020-11-26T09:36:25.948Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:36:26.291Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T09:36:26.291Z] . [Pipeline] withDockerContainer [2020-11-26T09:36:26.543Z] prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container [2020-11-26T09:36:26.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** ci-base-image-arm64 cat [2020-11-26T09:36:28.185Z] $ docker top dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:36:29.212Z] + go version [2020-11-26T09:36:29.212Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T09:36:29.242Z] $ docker stop --time=1 dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 [2020-11-26T09:36:31.153Z] $ docker rm -f dddba59f398b276a0aa9b8708c0b1e378ce502617d76c332b0d809d50be720e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:36:32.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T09:36:32.519Z] [2020-11-26T09:36:32.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:36:33.259Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T09:36:33.536Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-26T09:36:33.536Z] 29e5d40040c1: Pulling fs layer [2020-11-26T09:36:33.536Z] 1ce36da41761: Pulling fs layer [2020-11-26T09:36:33.536Z] 25b303627fd3: Pulling fs layer [2020-11-26T09:36:33.536Z] 29e5d40040c1: Verifying Checksum [2020-11-26T09:36:33.536Z] 29e5d40040c1: Download complete [2020-11-26T09:36:34.143Z] 29e5d40040c1: Pull complete [2020-11-26T09:36:34.419Z] 1ce36da41761: Verifying Checksum [2020-11-26T09:36:34.419Z] 1ce36da41761: Download complete [2020-11-26T09:36:35.864Z] 1ce36da41761: Pull complete [2020-11-26T09:36:36.464Z] 25b303627fd3: Verifying Checksum [2020-11-26T09:36:36.464Z] 25b303627fd3: Download complete [2020-11-26T09:36:41.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T09:36:41.872Z] Removing intermediate container 05b6ffd4a703 [2020-11-26T09:36:41.872Z] ---> fda6905a6757 [2020-11-26T09:36:41.872Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T09:36:41.872Z] ---> Running in d592c9a7e1a7 [2020-11-26T09:36:41.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T09:36:41.872Z] Removing intermediate container 20d28dd21bc5 [2020-11-26T09:36:41.872Z] ---> b315cd063052 [2020-11-26T09:36:41.872Z] [2020-11-26T09:36:41.872Z] Step 10/20 : FROM alpine [2020-11-26T09:36:41.872Z] latest: Pulling from library/alpine [2020-11-26T09:36:41.872Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T09:36:41.872Z] Status: Downloaded newer image for alpine:latest [2020-11-26T09:36:41.872Z] ---> d6e46aa2470d [2020-11-26T09:36:41.872Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T09:36:44.427Z] Removing intermediate container 144ef000aa4b [2020-11-26T09:36:44.427Z] ---> 96d6c98a21a8 [2020-11-26T09:36:44.427Z] [2020-11-26T09:36:44.427Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T09:36:44.427Z] ---> Running in 19f6af53946a [2020-11-26T09:36:44.427Z] 3.10: Pulling from library/alpine [2020-11-26T09:36:44.427Z] Removing intermediate container 682bf8e9ede9 [2020-11-26T09:36:44.427Z] ---> 4f56f50f5b5c [2020-11-26T09:36:44.427Z] [2020-11-26T09:36:44.427Z] Step 10/22 : FROM scratch [2020-11-26T09:36:44.427Z] ---> [2020-11-26T09:36:44.427Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:36:44.427Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T09:36:44.427Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T09:36:44.427Z] ---> be4e4bea2c2e [2020-11-26T09:36:44.427Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:36:45.007Z] ---> Running in e1728cb972f5 [2020-11-26T09:36:45.007Z] Removing intermediate container d592c9a7e1a7 [2020-11-26T09:36:45.007Z] ---> 8b6c584c3175 [2020-11-26T09:36:45.007Z] [2020-11-26T09:36:45.007Z] Step 11/27 : FROM docker:latest [2020-11-26T09:36:45.007Z] ---> 6972c414f322 [2020-11-26T09:36:45.007Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T09:36:45.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:45.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:45.535Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:36:45.535Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:36:45.535Z] OK: 12746 distinct packages available [2020-11-26T09:36:45.797Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T09:36:45.797Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:36:45.797Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T09:36:45.797Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T09:36:45.797Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:36:45.797Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:36:45.797Z] OK: 7 MiB in 18 packages [2020-11-26T09:36:46.062Z] ---> Running in ed44d80fd9a0 [2020-11-26T09:36:46.624Z] 25b303627fd3: Pull complete [2020-11-26T09:36:46.624Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-26T09:36:46.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T09:36:46.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T09:36:46.639Z] ---> Running in 3661182c62d6 [2020-11-26T09:36:46.639Z] Removing intermediate container e1728cb972f5 [2020-11-26T09:36:46.639Z] ---> a0246339ec60 [2020-11-26T09:36:46.639Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T09:36:46.639Z] Removing intermediate container 92b701a366ed [2020-11-26T09:36:46.639Z] ---> a1466b4af96d [2020-11-26T09:36:46.639Z] [2020-11-26T09:36:46.639Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T09:36:46.639Z] ---> be4e4bea2c2e [2020-11-26T09:36:46.639Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:36:46.639Z] ---> Running in 607a73335c0d [Pipeline] withDockerContainer [2020-11-26T09:36:46.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container [2020-11-26T09:36:46.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T09:36:47.220Z] ---> Running in d0932510d674 [2020-11-26T09:36:47.220Z] Removing intermediate container 607a73335c0d [2020-11-26T09:36:47.220Z] ---> a169acb99cb2 [2020-11-26T09:36:47.220Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:36:47.497Z] ---> Running in 86aede3014dc [2020-11-26T09:36:47.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.293Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T09:36:48.293Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T09:36:48.293Z] OK: 10348 distinct packages available [2020-11-26T09:36:48.293Z] Removing intermediate container 86aede3014dc [2020-11-26T09:36:48.293Z] ---> e6db55059576 [2020-11-26T09:36:48.293Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T09:36:48.293Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T09:36:48.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.293Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T09:36:48.557Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T09:36:48.557Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T09:36:48.557Z] Removing intermediate container 19f6af53946a [2020-11-26T09:36:48.557Z] ---> 12ded73dd2da [2020-11-26T09:36:48.557Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:36:48.557Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T09:36:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.557Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T09:36:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:36:48.557Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T09:36:48.557Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T09:36:48.557Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T09:36:48.557Z] OK: 10348 distinct packages available [2020-11-26T09:36:48.557Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T09:36:48.557Z] Executing bash-5.0.17-r0.post-install [2020-11-26T09:36:48.557Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:36:48.822Z] OK: 12 MiB in 22 packages [2020-11-26T09:36:48.822Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T09:36:48.822Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T09:36:48.822Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T09:36:48.822Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T09:36:48.822Z] OK: 7 MiB in 19 packages [2020-11-26T09:36:48.822Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T09:36:48.822Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T09:36:48.822Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T09:36:48.822Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T09:36:49.396Z] OK: 7 MiB in 19 packages [2020-11-26T09:36:49.396Z] ---> Running in d7c68afef2f3 [2020-11-26T09:36:49.396Z] ---> d983f474c933 [2020-11-26T09:36:49.396Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T09:36:49.972Z] Removing intermediate container d7c68afef2f3 [2020-11-26T09:36:49.972Z] ---> f43644a028df [2020-11-26T09:36:49.972Z] Step 13/20 : WORKDIR /edgex [2020-11-26T09:36:50.053Z] $ docker top 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:36:50.549Z] ---> Running in 7ea4e18874ea [2020-11-26T09:36:50.549Z] ---> bf141b4a9b57 [2020-11-26T09:36:50.549Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T09:36:50.549Z] Removing intermediate container 3661182c62d6 [2020-11-26T09:36:50.549Z] ---> 3657745ffdec [2020-11-26T09:36:50.549Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T09:36:51.241Z] + docker-compose build --help [2020-11-26T09:36:51.241Z] + grep parallel [2020-11-26T09:36:51.498Z] ---> Running in 9ade75de6bfe [2020-11-26T09:36:51.761Z] ---> 3a7a3b75abb5 [2020-11-26T09:36:51.761Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T09:36:51.761Z] Removing intermediate container ed44d80fd9a0 [2020-11-26T09:36:51.761Z] ---> 1c68a15f4f75 [2020-11-26T09:36:51.761Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T09:36:52.024Z] Removing intermediate container 7ea4e18874ea [2020-11-26T09:36:52.024Z] ---> f010659db62c [2020-11-26T09:36:52.024Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T09:36:52.024Z] Removing intermediate container d0932510d674 [2020-11-26T09:36:52.024Z] ---> 27a861b8c434 [2020-11-26T09:36:52.024Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:36:52.290Z] ---> Running in d3cb6df8edc1 [2020-11-26T09:36:52.290Z] ---> f6dc4708c50c [2020-11-26T09:36:52.290Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T09:36:52.290Z] ---> Running in 06cc97f10768 [2020-11-26T09:36:52.553Z] ---> Running in 1d2d24e5a3a4 [2020-11-26T09:36:52.553Z] ---> b9bc231bef5e [2020-11-26T09:36:52.553Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T09:36:52.553Z] Removing intermediate container d3cb6df8edc1 [2020-11-26T09:36:52.553Z] ---> 5f63c76b564f [2020-11-26T09:36:52.553Z] Step 13/22 : WORKDIR / [2020-11-26T09:36:52.553Z] Removing intermediate container 06cc97f10768 [2020-11-26T09:36:52.553Z] ---> 5378a6619e70 [2020-11-26T09:36:52.553Z] Step 13/24 : WORKDIR / [2020-11-26T09:36:53.129Z] ---> Running in 9c3fc95fbe22 [2020-11-26T09:36:53.396Z] Removing intermediate container 1d2d24e5a3a4 [2020-11-26T09:36:53.396Z] ---> 59d701df50bb [2020-11-26T09:36:53.396Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:36:53.396Z] ---> Running in 8d80e1b5fd7d [2020-11-26T09:36:53.396Z] ---> Running in 5089ca79bcd6 [2020-11-26T09:36:53.662Z] ---> f35c7a57d9c9 [2020-11-26T09:36:53.662Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T09:36:53.662Z] Removing intermediate container 9c3fc95fbe22 [2020-11-26T09:36:53.662Z] ---> 63928dc80788 [2020-11-26T09:36:53.662Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T09:36:53.662Z] ---> Running in 9e15a8183185 [2020-11-26T09:36:53.925Z] Removing intermediate container 5089ca79bcd6 [2020-11-26T09:36:53.925Z] ---> 7e190a4c2174 [2020-11-26T09:36:53.925Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:36:53.925Z] Removing intermediate container 9ade75de6bfe [2020-11-26T09:36:53.925Z] ---> e800831b3063 [2020-11-26T09:36:53.925Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T09:36:53.925Z] Removing intermediate container 8d80e1b5fd7d [2020-11-26T09:36:53.925Z] ---> 08accab974ad [2020-11-26T09:36:53.925Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-26T09:36:54.189Z] ---> Running in aa137a3fdf3e [2020-11-26T09:36:54.189Z] ---> ff57347a15be [2020-11-26T09:36:54.189Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T09:36:54.189Z] ---> Running in 80b47d96563d [2020-11-26T09:36:54.189Z] Removing intermediate container 9e15a8183185 [2020-11-26T09:36:54.189Z] ---> 34bac5248c3a [2020-11-26T09:36:54.189Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T09:36:54.189Z] ---> Running in f63554480ff2 [2020-11-26T09:36:54.451Z] Removing intermediate container 80b47d96563d [2020-11-26T09:36:54.451Z] ---> 7c6a76182e85 [2020-11-26T09:36:54.452Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:36:54.452Z] ---> fbf341070c85 [2020-11-26T09:36:54.452Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-26T09:36:54.715Z] Removing intermediate container aa137a3fdf3e [2020-11-26T09:36:54.715Z] ---> 44c570e7ac19 [2020-11-26T09:36:54.715Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T09:36:54.715Z] ---> Running in ba848c903691 [2020-11-26T09:36:54.715Z] Removing intermediate container f63554480ff2 [2020-11-26T09:36:54.715Z] ---> ef7eedcb779c [2020-11-26T09:36:54.715Z] Step 18/20 : LABEL arch=x86_64 [2020-11-26T09:36:54.715Z] ---> 427d16b90eaf [2020-11-26T09:36:54.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T09:36:54.715Z] ---> Running in 3555c7281a74 [2020-11-26T09:36:54.798Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T09:36:54.828Z] $ docker stop --time=1 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 [2020-11-26T09:36:54.977Z] ---> Running in 1d8a759116b3 [2020-11-26T09:36:54.977Z] Removing intermediate container 3555c7281a74 [2020-11-26T09:36:54.977Z] ---> b8b7d0bffe39 [2020-11-26T09:36:54.977Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T09:36:55.245Z] ---> a1e9a91ce369 [2020-11-26T09:36:55.245Z] ---> a5220c022f5a [2020-11-26T09:36:55.245Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T09:36:55.245Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T09:36:55.245Z] Removing intermediate container ba848c903691 [2020-11-26T09:36:55.245Z] ---> c7fe4f75d59e [2020-11-26T09:36:55.245Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:36:55.245Z] ---> Running in 3daa82db8fee [2020-11-26T09:36:55.245Z] Removing intermediate container 1d8a759116b3 [2020-11-26T09:36:55.245Z] ---> 5908006beacb [2020-11-26T09:36:55.245Z] Step 19/20 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:36:55.508Z] ---> Running in 1688ffeb9579 [2020-11-26T09:36:55.508Z] ---> Running in 37cd1701285c [2020-11-26T09:36:55.770Z] ---> 967584bfd4d0 [2020-11-26T09:36:55.770Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T09:36:55.770Z] Removing intermediate container 3daa82db8fee [2020-11-26T09:36:55.770Z] ---> 6c6b3967d1ad [2020-11-26T09:36:55.770Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T09:36:55.770Z] ---> 77798a80641a [2020-11-26T09:36:55.770Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T09:36:55.770Z] Removing intermediate container 1688ffeb9579 [2020-11-26T09:36:55.770Z] ---> d1da1d7a870c [2020-11-26T09:36:55.770Z] [2020-11-26T09:36:55.770Z] Removing intermediate container 37cd1701285c [2020-11-26T09:36:55.770Z] ---> f0cb4e3ddccb [2020-11-26T09:36:55.770Z] Step 20/20 : LABEL version=1.3.1-dev.11 [2020-11-26T09:36:56.037Z] ---> Running in 2056a73618f5 [2020-11-26T09:36:56.037Z] Successfully built d1da1d7a870c [2020-11-26T09:36:56.037Z] Successfully tagged docker-support-logging-go:latest [2020-11-26T09:36:56.037Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-11-26T09:36:56.037Z] ---> Running in 73309063c485 [2020-11-26T09:36:56.300Z] ---> 734fac52acd6 [2020-11-26T09:36:56.300Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T09:36:56.809Z] $ docker rm -f 6cb7ae75af043a5ee6397cfb2f31a95f89e9c032db5b62719a8843a52b9dfde9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:36:57.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-26T09:36:57.685Z] . [Pipeline] withDockerContainer [2020-11-26T09:36:57.949Z] prd-ubuntu18.04-docker-arm64-4c-16g-13571 does not seem to be running inside a container [2020-11-26T09:36:58.033Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-26T09:36:58.241Z] ---> c21c0a325bbd [2020-11-26T09:36:58.241Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T09:36:58.241Z] Removing intermediate container 73309063c485 [2020-11-26T09:36:58.242Z] ---> 6faf5db54c34 [2020-11-26T09:36:58.242Z] [2020-11-26T09:36:59.193Z] ---> 7253a819fbce [2020-11-26T09:36:59.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:36:59.193Z] Successfully built 6faf5db54c34 [2020-11-26T09:36:59.436Z] $ docker top c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa -eo pid,comm [2020-11-26T09:36:59.455Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-26T09:36:59.456Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [Pipeline] { [Pipeline] sh [2020-11-26T09:37:00.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-26T09:37:02.030Z] ---> 1decfe01dec7 [2020-11-26T09:37:02.030Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T09:37:03.825Z] Building docker-core-command-go ... [2020-11-26T09:37:03.825Z] Building docker-core-data-go ... [2020-11-26T09:37:03.825Z] Building docker-core-metadata-go ... [2020-11-26T09:37:03.825Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T09:37:03.825Z] Building docker-security-proxy-setup-go ... [2020-11-26T09:37:03.825Z] Building docker-security-secrets-setup-go ... [2020-11-26T09:37:03.825Z] Building docker-security-secretstore-setup-go ... [2020-11-26T09:37:03.825Z] Building docker-support-logging-go ... [2020-11-26T09:37:03.825Z] Building docker-support-notifications-go ... [2020-11-26T09:37:03.825Z] Building docker-support-scheduler-go ... [2020-11-26T09:37:03.825Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T09:37:03.825Z] Building docker-support-notifications-go [2020-11-26T09:37:03.825Z] Building docker-security-proxy-setup-go [2020-11-26T09:37:03.825Z] Building docker-core-data-go [2020-11-26T09:37:03.956Z] ---> 768c6616ad01 [2020-11-26T09:37:03.956Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:37:04.096Z] Building docker-core-metadata-go [2020-11-26T09:37:04.096Z] Building docker-support-scheduler-go [2020-11-26T09:37:04.541Z] Removing intermediate container 2056a73618f5 [2020-11-26T09:37:04.541Z] ---> 93169279fe63 [2020-11-26T09:37:04.541Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T09:37:05.508Z] ---> 3f3a50004880 [2020-11-26T09:37:05.508Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T09:37:05.508Z] ---> Running in c3210c6c7e00 [2020-11-26T09:37:06.488Z] ---> Running in f73ca4feda56 [2020-11-26T09:37:07.084Z] ---> Running in b9770bc75533 [2020-11-26T09:37:09.048Z] Removing intermediate container f73ca4feda56 [2020-11-26T09:37:09.048Z] ---> d66220994e89 [2020-11-26T09:37:09.048Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:37:10.009Z] ---> Running in 5f5dcb2a99e3 [2020-11-26T09:37:10.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:37:10.604Z] Removing intermediate container 5f5dcb2a99e3 [2020-11-26T09:37:10.604Z] ---> 860f8ee029ab [2020-11-26T09:37:10.604Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:37:10.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:37:10.868Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T09:37:11.134Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T09:37:11.134Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T09:37:11.134Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T09:37:11.399Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T09:37:11.399Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T09:37:11.680Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T09:37:15.018Z] ---> Running in 4e2072aba5f9 [2020-11-26T09:37:15.281Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:15.281Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:15.281Z] ---> cbfea9c34631 [2020-11-26T09:37:15.281Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T09:37:15.281Z] ---> Using cache [2020-11-26T09:37:15.281Z] ---> a03f9bc37714 [2020-11-26T09:37:15.281Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:15.281Z] ---> Using cache [2020-11-26T09:37:15.281Z] ---> fdcea98039e8 [2020-11-26T09:37:15.281Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T09:37:15.281Z] ---> Using cache [2020-11-26T09:37:15.281Z] ---> 6491718d7913 [2020-11-26T09:37:15.281Z] Step 6/21 : COPY go.mod . [2020-11-26T09:37:15.545Z] ---> Using cache [2020-11-26T09:37:15.545Z] ---> ee9ee055bd70 [2020-11-26T09:37:15.545Z] Step 7/21 : RUN go mod download [2020-11-26T09:37:15.545Z] ---> Using cache [2020-11-26T09:37:15.545Z] ---> fd00392f1076 [2020-11-26T09:37:15.545Z] Step 8/21 : COPY . . [2020-11-26T09:37:15.809Z] ---> Using cache [2020-11-26T09:37:15.809Z] ---> 2d114cfbf7b4 [2020-11-26T09:37:15.809Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T09:37:15.809Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:15.809Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T09:37:15.809Z] ---> cbfea9c34631 [2020-11-26T09:37:15.809Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T09:37:15.809Z] ---> Using cache [2020-11-26T09:37:15.809Z] ---> a03f9bc37714 [2020-11-26T09:37:15.809Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T09:37:16.757Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T09:37:16.757Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T09:37:16.757Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T09:37:16.757Z] ---> Running in a7c244028c16 [2020-11-26T09:37:17.029Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T09:37:17.029Z] ---> Running in abef63103af9 [2020-11-26T09:37:17.029Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T09:37:17.029Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T09:37:17.029Z] Removing intermediate container 4e2072aba5f9 [2020-11-26T09:37:17.029Z] ---> e007993b4ebd [2020-11-26T09:37:17.029Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:37:17.029Z] Removing intermediate container c3210c6c7e00 [2020-11-26T09:37:17.029Z] ---> 697d64e8e519 [2020-11-26T09:37:17.029Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:37:17.029Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T09:37:17.293Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-26T09:37:17.555Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T09:37:17.819Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T09:37:18.083Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T09:37:18.083Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T09:37:18.083Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T09:37:18.083Z] ---> Running in 78987189f011 [2020-11-26T09:37:18.083Z] ---> Running in 1fa86e3f08f5 [2020-11-26T09:37:18.083Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T09:37:18.083Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T09:37:18.083Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T09:37:18.346Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T09:37:18.346Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T09:37:18.346Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T09:37:18.346Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T09:37:18.346Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T09:37:18.346Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T09:37:18.346Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T09:37:18.929Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T09:37:18.929Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T09:37:18.929Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T09:37:18.929Z] Removing intermediate container 1fa86e3f08f5 [2020-11-26T09:37:18.929Z] ---> 4a19f7c41d31 [2020-11-26T09:37:18.929Z] [2020-11-26T09:37:18.929Z] Removing intermediate container 78987189f011 [2020-11-26T09:37:18.929Z] ---> 43d53dec376e [2020-11-26T09:37:18.929Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T09:37:19.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T09:37:19.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:37:19.191Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:37:19.453Z] Successfully built 4a19f7c41d31 [2020-11-26T09:37:19.730Z] OK: 71 MiB in 55 packages [2020-11-26T09:37:19.730Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-26T09:37:19.730Z] Building docker-core-metadata-go [2020-11-26T09:37:19.731Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in f36c1381eb48 [2020-11-26T09:37:20.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:37:20.002Z] Removing intermediate container f36c1381eb48 [2020-11-26T09:37:20.002Z] ---> c41163a4eddd [2020-11-26T09:37:20.002Z] Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:37:20.591Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:37:20.591Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:37:20.591Z] OK: 12754 distinct packages available [2020-11-26T09:37:20.591Z] ---> Running in 2646177518df [2020-11-26T09:37:21.556Z] OK: 233 MiB in 51 packages [2020-11-26T09:37:29.775Z] Removing intermediate container 2646177518df [2020-11-26T09:37:29.775Z] ---> ab0080c98686 [2020-11-26T09:37:29.775Z] Step 24/24 : LABEL version=1.3.1-dev.11 [2020-11-26T09:37:31.788Z] ---> Running in 7575d0ac6e64 [2020-11-26T09:37:31.788Z] Removing intermediate container abef63103af9 [2020-11-26T09:37:31.788Z] ---> da0baa56a564 [2020-11-26T09:37:31.788Z] Step 5/29 : COPY go.mod . [2020-11-26T09:37:32.060Z] Removing intermediate container 7575d0ac6e64 [2020-11-26T09:37:32.060Z] ---> 26ca29f5d66a [2020-11-26T09:37:32.060Z] [2020-11-26T09:37:33.026Z] ---> 053427589ac2 [2020-11-26T09:37:33.026Z] Step 6/29 : RUN go mod download [2020-11-26T09:37:33.296Z] Successfully built 26ca29f5d66a [2020-11-26T09:37:33.296Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-26T09:37:33.296Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-11-26T09:37:38.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:38.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:38.742Z] ---> cbfea9c34631 [2020-11-26T09:37:38.742Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> a03f9bc37714 [2020-11-26T09:37:38.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> fdcea98039e8 [2020-11-26T09:37:38.742Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> 6491718d7913 [2020-11-26T09:37:38.742Z] Step 6/22 : COPY go.mod . [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> ee9ee055bd70 [2020-11-26T09:37:38.742Z] Step 7/22 : RUN go mod download [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> fd00392f1076 [2020-11-26T09:37:38.742Z] Step 8/22 : COPY . . [2020-11-26T09:37:38.742Z] ---> Using cache [2020-11-26T09:37:38.742Z] ---> 2d114cfbf7b4 [2020-11-26T09:37:38.742Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T09:37:39.899Z] ---> Running in 141f7c2b3751 [2020-11-26T09:37:40.206Z] ---> Running in ae54e121c035 [2020-11-26T09:37:41.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T09:37:43.745Z] Removing intermediate container b9770bc75533 [2020-11-26T09:37:43.745Z] ---> 72e22e40e3af [2020-11-26T09:37:43.745Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T09:37:49.102Z] ---> Running in 834f79b14fcf [2020-11-26T09:37:50.087Z] Removing intermediate container 141f7c2b3751 [2020-11-26T09:37:50.087Z] ---> 24c3c39eb7ee [2020-11-26T09:37:50.087Z] Step 7/29 : COPY . . [2020-11-26T09:37:51.073Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:51.073Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:51.073Z] ---> 657399818551 [2020-11-26T09:37:51.073Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:37:51.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:51.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:51.073Z] ---> 657399818551 [2020-11-26T09:37:51.073Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T09:37:51.073Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:51.073Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:51.073Z] ---> 657399818551 [2020-11-26T09:37:51.073Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T09:37:51.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:51.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:51.073Z] ---> 657399818551 [2020-11-26T09:37:51.073Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:37:51.073Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:51.073Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:51.073Z] ---> 657399818551 [2020-11-26T09:37:51.073Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T09:37:52.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:37:52.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:37:52.725Z] ---> cbfea9c34631 [2020-11-26T09:37:52.725Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> a03f9bc37714 [2020-11-26T09:37:52.725Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> fdcea98039e8 [2020-11-26T09:37:52.725Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> 6491718d7913 [2020-11-26T09:37:52.725Z] Step 6/22 : COPY go.mod . [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> ee9ee055bd70 [2020-11-26T09:37:52.725Z] Step 7/22 : RUN go mod download [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> fd00392f1076 [2020-11-26T09:37:52.725Z] Step 8/22 : COPY . . [2020-11-26T09:37:52.725Z] ---> Using cache [2020-11-26T09:37:52.725Z] ---> 2d114cfbf7b4 [2020-11-26T09:37:52.725Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T09:37:53.053Z] ---> Running in cb745de398ca [2020-11-26T09:37:53.053Z] ---> Running in 901b2d1232ac [2020-11-26T09:37:53.053Z] ---> Running in 7270e37faf5e [2020-11-26T09:37:53.053Z] ---> Running in 4b442fe720e6 [2020-11-26T09:37:53.053Z] ---> Running in bf620a9ab290 [2020-11-26T09:37:53.650Z] Removing intermediate container cb745de398ca [2020-11-26T09:37:53.650Z] ---> 917a10f6f669 [2020-11-26T09:37:53.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:53.650Z] Removing intermediate container 901b2d1232ac [2020-11-26T09:37:53.650Z] ---> a6a913b1457f [2020-11-26T09:37:53.650Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:53.650Z] Removing intermediate container 7270e37faf5e [2020-11-26T09:37:53.650Z] ---> 1afc7515a8e3 [2020-11-26T09:37:53.650Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:53.650Z] Removing intermediate container bf620a9ab290 [2020-11-26T09:37:53.650Z] ---> 7146b94da8be [2020-11-26T09:37:53.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:53.650Z] Removing intermediate container 4b442fe720e6 [2020-11-26T09:37:53.650Z] ---> 45478503a147 [2020-11-26T09:37:53.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:37:53.925Z] ---> Running in 02741e089093 [2020-11-26T09:37:53.925Z] ---> Running in d9774756c407 [2020-11-26T09:37:53.925Z] ---> Running in fafbc1819db2 [2020-11-26T09:37:53.925Z] ---> Running in 75b4af691dc8 [2020-11-26T09:37:53.925Z] ---> Running in ecdb1bd609b7 [2020-11-26T09:37:54.675Z] ---> Running in fefdcf9ed271 [2020-11-26T09:37:55.631Z] Removing intermediate container a7c244028c16 [2020-11-26T09:37:55.631Z] ---> eea4b5c35083 [2020-11-26T09:37:55.631Z] [2020-11-26T09:37:55.631Z] Step 10/21 : FROM scratch [2020-11-26T09:37:55.631Z] ---> [2020-11-26T09:37:55.631Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:37:58.219Z] Collecting docker-compose==1.23.2 [2020-11-26T09:37:58.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T09:37:58.258Z] Removing intermediate container d9774756c407 [2020-11-26T09:37:58.258Z] ---> a842300e393e [2020-11-26T09:37:58.258Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T09:37:58.258Z] ---> Running in 7531cae1334e [2020-11-26T09:37:58.258Z] Removing intermediate container 75b4af691dc8 [2020-11-26T09:37:58.258Z] ---> e3a945fdb80b [2020-11-26T09:37:58.258Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T09:37:58.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T09:37:58.534Z] Removing intermediate container 02741e089093 [2020-11-26T09:37:58.534Z] ---> 238113e89c75 [2020-11-26T09:37:58.534Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:37:58.534Z] Removing intermediate container fafbc1819db2 [2020-11-26T09:37:58.534Z] ---> 464c841f897c [2020-11-26T09:37:58.534Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T09:37:58.534Z] Removing intermediate container ecdb1bd609b7 [2020-11-26T09:37:58.534Z] ---> df029af06269 [2020-11-26T09:37:58.534Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T09:37:58.534Z] ---> Running in 4ccdb3d035a0 [2020-11-26T09:37:58.813Z] ---> Running in b49d6459dbef [2020-11-26T09:37:58.813Z] ---> Running in 02b39714b273 [2020-11-26T09:37:58.813Z] ---> Running in e9f0b7f11a25 [2020-11-26T09:37:59.071Z] ---> Running in 2da981803aaa [2020-11-26T09:37:59.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:00.055Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T09:38:00.055Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T09:38:00.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:00.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:00.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:00.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:00.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:01.013Z] Removing intermediate container 2da981803aaa [2020-11-26T09:38:01.013Z] ---> f8e126ca43c1 [2020-11-26T09:38:01.013Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T09:38:01.253Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:01.253Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:01.253Z] OK: 12625 distinct packages available [2020-11-26T09:38:01.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:01.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:01.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:01.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:38:02.082Z] OK: 217 MiB in 51 packages [2020-11-26T09:38:02.704Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:02.704Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:02.704Z] OK: 12625 distinct packages available [2020-11-26T09:38:02.704Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:02.704Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:02.704Z] OK: 12625 distinct packages available [2020-11-26T09:38:02.961Z] ---> Running in aec7b156c07f [2020-11-26T09:38:02.961Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T09:38:02.961Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T09:38:02.977Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:02.977Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:02.977Z] OK: 12625 distinct packages available [2020-11-26T09:38:02.977Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:02.977Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:02.977Z] OK: 12625 distinct packages available [2020-11-26T09:38:03.563Z] Removing intermediate container aec7b156c07f [2020-11-26T09:38:03.564Z] ---> 17541ec5f322 [2020-11-26T09:38:03.564Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T09:38:03.564Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T09:38:03.564Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T09:38:03.577Z] OK: 217 MiB in 51 packages [2020-11-26T09:38:03.577Z] OK: 217 MiB in 51 packages [2020-11-26T09:38:03.853Z] Removing intermediate container 7531cae1334e [2020-11-26T09:38:03.853Z] ---> 8a2b4dbbdc98 [2020-11-26T09:38:03.853Z] Step 6/24 : COPY go.mod . [2020-11-26T09:38:03.853Z] OK: 217 MiB in 51 packages [2020-11-26T09:38:04.134Z] OK: 217 MiB in 51 packages [2020-11-26T09:38:04.158Z] ---> Running in 757b19dbecb2 [2020-11-26T09:38:04.740Z] Collecting PyYAML<4,>=3.10 [2020-11-26T09:38:04.740Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T09:38:05.129Z] ---> 650b0caf25df [2020-11-26T09:38:05.129Z] Step 7/24 : RUN go mod download [2020-11-26T09:38:05.417Z] ---> Running in d4c76d95a79b [2020-11-26T09:38:05.417Z] Removing intermediate container 4ccdb3d035a0 [2020-11-26T09:38:05.417Z] ---> 60e7ea573f8e [2020-11-26T09:38:05.417Z] Step 6/23 : COPY go.mod . [2020-11-26T09:38:06.025Z] Removing intermediate container b49d6459dbef [2020-11-26T09:38:06.025Z] ---> 853213300ef8 [2020-11-26T09:38:06.025Z] Step 6/20 : COPY go.mod . [2020-11-26T09:38:06.177Z] Removing intermediate container 757b19dbecb2 [2020-11-26T09:38:06.178Z] ---> a9e8bb2b8fba [2020-11-26T09:38:06.178Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T09:38:06.304Z] Removing intermediate container 02b39714b273 [2020-11-26T09:38:06.304Z] ---> cc632c6e04a8 [2020-11-26T09:38:06.304Z] Step 6/22 : COPY go.mod . [2020-11-26T09:38:06.304Z] Removing intermediate container e9f0b7f11a25 [2020-11-26T09:38:06.304Z] ---> f2e72e3b2d68 [2020-11-26T09:38:06.304Z] Step 6/21 : COPY go.mod . [2020-11-26T09:38:06.582Z] ---> 26989fde078b [2020-11-26T09:38:06.582Z] Step 7/23 : RUN go mod download [2020-11-26T09:38:06.787Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T09:38:06.788Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T09:38:06.859Z] ---> Running in 2b72759a6c0f [2020-11-26T09:38:06.859Z] ---> e93c97426e5c [2020-11-26T09:38:06.859Z] Step 7/20 : RUN go mod download [2020-11-26T09:38:07.402Z] ---> 93f7f064d5b4 [2020-11-26T09:38:07.402Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T09:38:07.402Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-26T09:38:07.459Z] ---> Running in 917ddaabac3b [2020-11-26T09:38:07.459Z] ---> e843eccb5a11 [2020-11-26T09:38:07.459Z] Step 7/21 : RUN go mod download [2020-11-26T09:38:07.459Z] ---> ad686401022e [2020-11-26T09:38:07.459Z] Step 7/22 : RUN go mod download [2020-11-26T09:38:07.708Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T09:38:07.709Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T09:38:07.795Z] ---> Running in 3edf4502d361 [2020-11-26T09:38:07.796Z] ---> Running in b3c75ef7079c [2020-11-26T09:38:08.335Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T09:38:08.336Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T09:38:08.336Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T09:38:08.336Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T09:38:09.356Z] ---> 573d9ab3d0fd [2020-11-26T09:38:09.356Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T09:38:09.356Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T09:38:09.356Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T09:38:09.810Z] Removing intermediate container d4c76d95a79b [2020-11-26T09:38:09.810Z] ---> 4a5a6e09c5fe [2020-11-26T09:38:09.810Z] Step 8/24 : COPY . . [2020-11-26T09:38:09.993Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T09:38:09.994Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T09:38:10.599Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-26T09:38:11.207Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T09:38:11.207Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T09:38:11.478Z] ---> 53ad5b27843b [2020-11-26T09:38:11.478Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T09:38:11.741Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-26T09:38:11.826Z] Removing intermediate container 2b72759a6c0f [2020-11-26T09:38:11.826Z] ---> 928029ae5c3a [2020-11-26T09:38:11.826Z] Step 8/23 : COPY . . [2020-11-26T09:38:12.316Z] Collecting idna<2.8,>=2.5 [2020-11-26T09:38:12.316Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T09:38:12.433Z] Removing intermediate container 917ddaabac3b [2020-11-26T09:38:12.433Z] ---> ade3d0225592 [2020-11-26T09:38:12.433Z] Step 8/20 : COPY . . [2020-11-26T09:38:12.712Z] Removing intermediate container b3c75ef7079c [2020-11-26T09:38:12.712Z] ---> e59f786de661 [2020-11-26T09:38:12.712Z] Step 8/22 : COPY . . [2020-11-26T09:38:12.904Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T09:38:12.904Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T09:38:12.904Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T09:38:12.904Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T09:38:12.904Z] ---> Running in 0c7173a3718b [2020-11-26T09:38:12.904Z] Installing collected packages: dockerpty, docopt, jsonschema, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, texttable, docker-compose [2020-11-26T09:38:12.904Z] Running setup.py install for dockerpty: started [2020-11-26T09:38:13.177Z] Removing intermediate container 0c7173a3718b [2020-11-26T09:38:13.177Z] ---> 3b82aefc668c [2020-11-26T09:38:13.177Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:38:13.312Z] Removing intermediate container 3edf4502d361 [2020-11-26T09:38:13.312Z] ---> 3669d6cd2a2d [2020-11-26T09:38:13.312Z] Step 8/21 : COPY . . [2020-11-26T09:38:13.450Z] ---> de3c2646b2bf [2020-11-26T09:38:13.451Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T09:38:13.451Z] ---> Running in bc635492352a [2020-11-26T09:38:13.451Z] ---> Running in 371643acfac5 [2020-11-26T09:38:13.724Z] Removing intermediate container bc635492352a [2020-11-26T09:38:13.724Z] ---> d21bf456816b [2020-11-26T09:38:13.724Z] Step 19/21 : LABEL arch=x86_64 [2020-11-26T09:38:14.014Z] ---> Running in 06725aa9ded0 [2020-11-26T09:38:14.014Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T09:38:14.014Z] Running setup.py install for docopt: started [2020-11-26T09:38:14.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T09:38:14.289Z] Removing intermediate container 06725aa9ded0 [2020-11-26T09:38:14.289Z] ---> 9f484fadccbb [2020-11-26T09:38:14.289Z] Step 20/21 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:38:14.556Z] ---> Running in a641a58ce016 [2020-11-26T09:38:14.825Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T09:38:14.825Z] Removing intermediate container a641a58ce016 [2020-11-26T09:38:14.825Z] ---> e469d1610eae [2020-11-26T09:38:14.825Z] Step 21/21 : LABEL version=1.3.1-dev.11 [2020-11-26T09:38:15.096Z] Running setup.py install for PyYAML: started [2020-11-26T09:38:15.096Z] ---> Running in 4c8b8d5accc7 [2020-11-26T09:38:15.376Z] Removing intermediate container 4c8b8d5accc7 [2020-11-26T09:38:15.376Z] ---> e04bcd296430 [2020-11-26T09:38:15.376Z] [2020-11-26T09:38:15.652Z] Successfully built e04bcd296430 [2020-11-26T09:38:15.652Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-26T09:38:15.652Z] Building docker-support-notifications-go [2020-11-26T09:38:15.920Z]  Building docker-support-scheduler-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T09:38:15.920Z] Attempting uninstall: urllib3 [2020-11-26T09:38:15.920Z] Found existing installation: urllib3 1.25.9 [2020-11-26T09:38:15.920Z] Uninstalling urllib3-1.25.9: [2020-11-26T09:38:16.192Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T09:38:21.518Z] Attempting uninstall: idna [2020-11-26T09:38:21.518Z] Found existing installation: idna 2.9 [2020-11-26T09:38:21.518Z] Uninstalling idna-2.9: [2020-11-26T09:38:22.107Z] Successfully uninstalled idna-2.9 [2020-11-26T09:38:25.477Z] Attempting uninstall: requests [2020-11-26T09:38:25.477Z] Found existing installation: requests 2.23.0 [2020-11-26T09:38:25.477Z] Uninstalling requests-2.23.0: [2020-11-26T09:38:25.477Z] Successfully uninstalled requests-2.23.0 [2020-11-26T09:38:27.435Z] Removing intermediate container ae54e121c035 [2020-11-26T09:38:27.435Z] ---> f60bcc63d603 [2020-11-26T09:38:27.435Z] [2020-11-26T09:38:27.435Z] Step 10/22 : FROM scratch [2020-11-26T09:38:27.435Z] ---> [2020-11-26T09:38:27.435Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:38:27.435Z] ---> Using cache [2020-11-26T09:38:27.435Z] ---> f8e126ca43c1 [2020-11-26T09:38:27.435Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T09:38:28.413Z] ---> Running in f603d451dade [2020-11-26T09:38:29.004Z] Running setup.py install for texttable: started [2020-11-26T09:38:29.963Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T09:38:30.947Z] Removing intermediate container f603d451dade [2020-11-26T09:38:30.947Z] ---> e172405d168d [2020-11-26T09:38:30.947Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:38:31.667Z] ---> 6655b47022bb [2020-11-26T09:38:31.667Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T09:38:31.667Z] ---> ca72f08a7b03 [2020-11-26T09:38:31.667Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T09:38:31.667Z] ---> 4a69b9da3ca0 [2020-11-26T09:38:31.667Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T09:38:31.667Z] ---> 8beec2a051f4 [2020-11-26T09:38:31.667Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T09:38:31.667Z] ---> f65e837ec034 [2020-11-26T09:38:31.667Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T09:38:31.667Z] ---> Running in f19b85beb8f5 [2020-11-26T09:38:31.667Z] ---> Running in 478659e9aba0 [2020-11-26T09:38:31.667Z] ---> Running in 65db27e83d22 [2020-11-26T09:38:31.667Z] ---> Running in 0de9a77604a1 [2020-11-26T09:38:31.667Z] ---> Running in dc18b663b4eb [2020-11-26T09:38:31.945Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T09:38:32.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T09:38:32.347Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-26T09:38:32.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-26T09:38:32.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-26T09:38:32.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-26T09:38:34.928Z] ---> Running in 50af7974b6b0 [2020-11-26T09:38:37.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:38:37.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:38:37.510Z] ---> cbfea9c34631 [2020-11-26T09:38:37.510Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:38:37.510Z] ---> Using cache [2020-11-26T09:38:37.510Z] ---> a03f9bc37714 [2020-11-26T09:38:37.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:38:37.510Z] ---> Using cache [2020-11-26T09:38:37.510Z] ---> fdcea98039e8 [2020-11-26T09:38:37.510Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T09:38:38.456Z] Removing intermediate container 50af7974b6b0 [2020-11-26T09:38:38.456Z] ---> 6c3cad7cd8a4 [2020-11-26T09:38:38.456Z] Step 14/22 : WORKDIR / [2020-11-26T09:38:39.405Z] ---> Running in 1f641c20d346 [2020-11-26T09:38:39.405Z] ---> Running in ca087d40e07e [2020-11-26T09:38:40.795Z] Removing intermediate container fefdcf9ed271 [2020-11-26T09:38:40.795Z] ---> b263ecb61d27 [2020-11-26T09:38:40.795Z] [2020-11-26T09:38:40.795Z] Step 10/22 : FROM scratch [2020-11-26T09:38:40.795Z] ---> [2020-11-26T09:38:40.795Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:38:40.795Z] Removing intermediate container 834f79b14fcf [2020-11-26T09:38:40.795Z] ---> 78d53717fb25 [2020-11-26T09:38:40.795Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T09:38:40.795Z] ---> Using cache [2020-11-26T09:38:40.795Z] ---> f8e126ca43c1 [2020-11-26T09:38:40.795Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T09:38:41.383Z] Removing intermediate container ca087d40e07e [2020-11-26T09:38:41.383Z] ---> 11130e12b671 [2020-11-26T09:38:41.383Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T09:38:41.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:41.933Z] ---> Running in de2f621a21a5 [2020-11-26T09:38:41.933Z] ---> Running in 6d214ac5a7cf [2020-11-26T09:38:42.272Z] ---> 63ba510a36f2 [2020-11-26T09:38:42.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-26T09:38:42.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:42.272Z] Removing intermediate container 371643acfac5 [2020-11-26T09:38:42.272Z] ---> abf20baa7cde [2020-11-26T09:38:42.272Z] [2020-11-26T09:38:42.272Z] Step 9/29 : FROM alpine:latest [2020-11-26T09:38:42.272Z] ---> d6e46aa2470d [2020-11-26T09:38:42.272Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-26T09:38:42.694Z] Removing intermediate container 6d214ac5a7cf [2020-11-26T09:38:42.694Z] ---> cf021fb5f457 [2020-11-26T09:38:42.694Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:38:42.694Z] ---> Running in 3bcc35e02350 [2020-11-26T09:38:42.694Z] ---> Running in 14b3e4f064b4 [2020-11-26T09:38:43.068Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:43.068Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:43.068Z] OK: 12754 distinct packages available [2020-11-26T09:38:43.068Z] Removing intermediate container 3bcc35e02350 [2020-11-26T09:38:43.068Z] ---> d545208e9ab3 [2020-11-26T09:38:43.068Z] Step 11/29 : USER root [2020-11-26T09:38:43.068Z] Removing intermediate container 14b3e4f064b4 [2020-11-26T09:38:43.068Z] ---> 31e624cfd466 [2020-11-26T09:38:43.068Z] Step 14/22 : WORKDIR / [2020-11-26T09:38:43.068Z] ---> 89d8c173f6d5 [2020-11-26T09:38:43.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T09:38:43.068Z] ---> Running in 59abfee9c148 [2020-11-26T09:38:43.068Z] ---> Running in fddb19888103 [2020-11-26T09:38:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:43.374Z] OK: 233 MiB in 51 packages [2020-11-26T09:38:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:43.374Z] Removing intermediate container 59abfee9c148 [2020-11-26T09:38:43.374Z] ---> 8be25cb2a8e4 [2020-11-26T09:38:43.374Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T09:38:43.374Z] Removing intermediate container fddb19888103 [2020-11-26T09:38:43.374Z] ---> 80fd2ddbb893 [2020-11-26T09:38:43.374Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T09:38:43.374Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:38:43.374Z] ---> Running in da757a93eaf4 [2020-11-26T09:38:43.374Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T09:38:43.374Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T09:38:43.374Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:38:43.637Z] OK: 72 MiB in 58 packages [2020-11-26T09:38:43.637Z] ---> b5c522085769 [2020-11-26T09:38:43.637Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T09:38:43.637Z] ---> Running in eca2e3993cdc [2020-11-26T09:38:43.907Z] ---> b8475a489e48 [2020-11-26T09:38:43.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T09:38:44.176Z] Removing intermediate container eca2e3993cdc [2020-11-26T09:38:44.176Z] ---> c927f5cccf17 [2020-11-26T09:38:44.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:38:44.442Z] ---> Running in 427c67dae14f [2020-11-26T09:38:44.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:44.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:38:44.965Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:38:44.965Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:38:44.965Z] OK: 12746 distinct packages available [2020-11-26T09:38:45.228Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T09:38:45.228Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T09:38:45.228Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:38:45.228Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:38:45.228Z] OK: 6 MiB in 16 packages [2020-11-26T09:38:45.490Z] Removing intermediate container 1f641c20d346 [2020-11-26T09:38:45.490Z] ---> 233ed7af1485 [2020-11-26T09:38:45.490Z] Step 6/24 : COPY go.mod . [2020-11-26T09:38:45.752Z] ---> e9614c0fe7a2 [2020-11-26T09:38:45.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T09:38:46.015Z] Removing intermediate container de2f621a21a5 [2020-11-26T09:38:46.015Z] ---> 24eeec80695e [2020-11-26T09:38:46.015Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T09:38:46.015Z] ---> 5578fe71d457 [2020-11-26T09:38:46.015Z] Step 7/24 : RUN go mod download [2020-11-26T09:38:46.015Z] Removing intermediate container 427c67dae14f [2020-11-26T09:38:46.015Z] ---> fa44aa80ba60 [2020-11-26T09:38:46.285Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:38:46.285Z] ---> Running in dd60b7367fd2 [2020-11-26T09:38:46.285Z] ---> Running in 070176b3f8f3 [2020-11-26T09:38:46.285Z] ---> Running in dfa384e94e57 [2020-11-26T09:38:46.551Z] ---> b439d6e94719 [2020-11-26T09:38:46.551Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T09:38:47.128Z] ---> Running in 1bc7c2f2732c [2020-11-26T09:38:47.128Z] Removing intermediate container 070176b3f8f3 [2020-11-26T09:38:47.128Z] ---> 0c5c6f9de6e0 [2020-11-26T09:38:47.128Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:38:47.128Z] Removing intermediate container dd60b7367fd2 [2020-11-26T09:38:47.128Z] ---> 9ef20ce4f468 [2020-11-26T09:38:47.128Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:38:47.128Z] Removing intermediate container da757a93eaf4 [2020-11-26T09:38:47.128Z] ---> 3f4aed8c81a5 [2020-11-26T09:38:47.128Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T09:38:47.399Z] ---> Running in 10f5760e9bbe [2020-11-26T09:38:47.399Z] ---> Running in 35d9592541ec [2020-11-26T09:38:47.399Z] ---> Running in 1deedc6c4f84 [2020-11-26T09:38:47.979Z] Removing intermediate container 1bc7c2f2732c [2020-11-26T09:38:47.979Z] ---> 676fc5a30bb7 [2020-11-26T09:38:47.979Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:38:47.979Z] ---> Running in 0ac0ed9de057 [2020-11-26T09:38:47.979Z] Removing intermediate container 1deedc6c4f84 [2020-11-26T09:38:47.979Z] ---> a6e774e25a29 [2020-11-26T09:38:47.979Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:38:48.243Z] Removing intermediate container 10f5760e9bbe [2020-11-26T09:38:48.243Z] ---> a9d0180b1a06 [2020-11-26T09:38:48.243Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T09:38:48.243Z] Removing intermediate container 35d9592541ec [2020-11-26T09:38:48.243Z] ---> 4f53eed8f21d [2020-11-26T09:38:48.243Z] Step 25/27 : LABEL arch=x86_64 [2020-11-26T09:38:48.243Z] ---> Running in 065cf4752a1f [2020-11-26T09:38:48.243Z] ---> Running in 2fc4585da36c [2020-11-26T09:38:48.505Z] ---> Running in a8a36c28bcec [2020-11-26T09:38:48.505Z] Removing intermediate container 0ac0ed9de057 [2020-11-26T09:38:48.505Z] ---> 27bf1bb6b535 [2020-11-26T09:38:48.505Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:38:48.767Z] ---> Running in a0ea0edc48c0 [2020-11-26T09:38:48.767Z] Removing intermediate container 065cf4752a1f [2020-11-26T09:38:48.767Z] ---> 11b61e2d335a [2020-11-26T09:38:48.767Z] [2020-11-26T09:38:48.767Z] Removing intermediate container 2fc4585da36c [2020-11-26T09:38:48.767Z] ---> 68f56264f80a [2020-11-26T09:38:48.767Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T09:38:48.767Z] Removing intermediate container a8a36c28bcec [2020-11-26T09:38:48.767Z] ---> d8306b3ed497 [2020-11-26T09:38:48.767Z] Step 26/27 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:38:48.767Z] Successfully built 11b61e2d335a [2020-11-26T09:38:49.034Z] Removing intermediate container dfa384e94e57 [2020-11-26T09:38:49.034Z] ---> 32ab6fcae7d6 [2020-11-26T09:38:49.034Z] Step 8/24 : COPY . . [2020-11-26T09:38:49.034Z] Successfully tagged docker-core-metadata-go:latest [2020-11-26T09:38:49.034Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-11-26T09:38:49.034Z] ---> Running in 6293a3191e1e [2020-11-26T09:38:49.034Z] ---> Running in 0743d3a10abd [2020-11-26T09:38:49.034Z] Removing intermediate container a0ea0edc48c0 [2020-11-26T09:38:49.034Z] ---> ee8b1b159a5c [2020-11-26T09:38:49.034Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:38:50.447Z] ---> Running in 1aa7a7f5957e [2020-11-26T09:38:53.026Z] Removing intermediate container 0743d3a10abd [2020-11-26T09:38:53.026Z] ---> fbb96d005442 [2020-11-26T09:38:53.026Z] Step 27/27 : LABEL version=1.3.1-dev.11 [2020-11-26T09:38:56.355Z] Removing intermediate container 1aa7a7f5957e [2020-11-26T09:38:56.355Z] ---> a779544bf739 [2020-11-26T09:38:56.355Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:38:56.355Z] ---> Running in a04a4f0f3499 [2020-11-26T09:38:56.930Z] ---> Running in 6510dfc05a3c [2020-11-26T09:38:59.504Z] Removing intermediate container a04a4f0f3499 [2020-11-26T09:38:59.504Z] ---> c454bf5b3089 [2020-11-26T09:38:59.504Z] [2020-11-26T09:39:00.458Z] Removing intermediate container 6510dfc05a3c [2020-11-26T09:39:00.458Z] ---> a3c5eee4ceff [2020-11-26T09:39:00.458Z] [2020-11-26T09:39:01.407Z] Successfully built c454bf5b3089 [2020-11-26T09:39:01.677Z] Successfully built a3c5eee4ceff [2020-11-26T09:39:01.677Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-26T09:39:01.677Z]  Building docker-sys-mgmt-agent-go ... done Successfully tagged docker-core-command-go:latest [2020-11-26T09:39:02.641Z]  Building docker-core-command-go ... done Removing intermediate container 6293a3191e1e [2020-11-26T09:39:02.641Z] ---> d5ac1e69b32d [2020-11-26T09:39:02.641Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T09:39:05.998Z] ---> 994a786b6bef [2020-11-26T09:39:05.998Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T09:39:06.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:39:06.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:39:06.261Z] ---> cbfea9c34631 [2020-11-26T09:39:06.261Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T09:39:06.261Z] ---> Using cache [2020-11-26T09:39:06.261Z] ---> a03f9bc37714 [2020-11-26T09:39:06.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:39:06.261Z] ---> Using cache [2020-11-26T09:39:06.261Z] ---> fdcea98039e8 [2020-11-26T09:39:06.261Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T09:39:07.212Z] ---> 9a8a12385bdd [2020-11-26T09:39:07.212Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T09:39:07.212Z] ---> Running in 72115669cd63 [2020-11-26T09:39:07.788Z] ---> cd4ed1edb16b [2020-11-26T09:39:07.788Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T09:39:07.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:39:08.368Z] ---> a33404d451b0 [2020-11-26T09:39:08.368Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T09:39:08.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:39:09.205Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:39:09.205Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:39:09.205Z] OK: 12754 distinct packages available [2020-11-26T09:39:09.467Z] ---> 3489ae0db51d [2020-11-26T09:39:09.467Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T09:39:09.467Z] OK: 233 MiB in 51 packages [2020-11-26T09:39:10.047Z] ---> Running in 847d7f4dcab4 [2020-11-26T09:39:11.442Z] Removing intermediate container 72115669cd63 [2020-11-26T09:39:11.442Z] ---> c570a597034f [2020-11-26T09:39:11.442Z] Step 6/23 : COPY go.mod . [2020-11-26T09:39:11.442Z] ---> 7385ed0773c2 [2020-11-26T09:39:11.442Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T09:39:11.442Z] ---> Running in 8cb8173b7194 [2020-11-26T09:39:11.442Z] ---> a942d2fe515c [2020-11-26T09:39:11.442Z] Step 7/23 : RUN go mod download [2020-11-26T09:39:11.709Z] ---> Running in 1620a8c3e07c [2020-11-26T09:39:11.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-26T09:39:12.236Z] Removing intermediate container 847d7f4dcab4 [2020-11-26T09:39:12.236Z] ---> fc571779498c [2020-11-26T09:39:12.236Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:39:12.501Z] ---> 1d370678a217 [2020-11-26T09:39:12.501Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:39:12.501Z] ---> Running in 7c3926bcf36e [2020-11-26T09:39:13.086Z] Removing intermediate container 1620a8c3e07c [2020-11-26T09:39:13.086Z] ---> 033de1f3756c [2020-11-26T09:39:13.086Z] Step 8/23 : COPY . . [2020-11-26T09:39:19.819Z] Removing intermediate container 7c3926bcf36e [2020-11-26T09:39:19.819Z] ---> 30943f93a0ce [2020-11-26T09:39:19.819Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T09:39:20.803Z] ---> Running in 00920e199b12 [2020-11-26T09:39:24.228Z] Removing intermediate container 00920e199b12 [2020-11-26T09:39:24.228Z] ---> 545c0ffbbcb9 [2020-11-26T09:39:24.228Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:39:24.228Z] ---> Running in 1617d696d5ff [2020-11-26T09:39:25.203Z] Removing intermediate container 1617d696d5ff [2020-11-26T09:39:25.203Z] ---> d27e585680e8 [2020-11-26T09:39:25.203Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T09:39:25.471Z] ---> Running in cc54ab874060 [2020-11-26T09:39:27.417Z] Removing intermediate container cc54ab874060 [2020-11-26T09:39:27.417Z] ---> a820a8486362 [2020-11-26T09:39:27.417Z] Step 27/29 : LABEL arch=x86_64 [2020-11-26T09:39:28.818Z] ---> Running in a5a1f4a87a1d [2020-11-26T09:39:28.818Z] Removing intermediate container a5a1f4a87a1d [2020-11-26T09:39:28.818Z] ---> 1a2f00b3dbf3 [2020-11-26T09:39:28.818Z] Step 28/29 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:39:29.079Z] ---> Running in 4ea398fc49c9 [2020-11-26T09:39:30.475Z] Removing intermediate container 4ea398fc49c9 [2020-11-26T09:39:30.475Z] ---> 88da3d86c324 [2020-11-26T09:39:30.475Z] Step 29/29 : LABEL version=1.3.1-dev.11 [2020-11-26T09:39:32.398Z] ---> Running in 57294c9dce81 [2020-11-26T09:39:32.398Z] Removing intermediate container 8cb8173b7194 [2020-11-26T09:39:32.398Z] ---> 33484bab3540 [2020-11-26T09:39:32.398Z] [2020-11-26T09:39:32.398Z] Step 10/24 : FROM scratch [2020-11-26T09:39:32.398Z] ---> [2020-11-26T09:39:32.398Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:39:32.398Z] ---> 3abf713df967 [2020-11-26T09:39:32.398Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T09:39:32.398Z] ---> Running in 6b2b23facc11 [2020-11-26T09:39:32.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-11-26T09:39:32.665Z] ---> Using cache [2020-11-26T09:39:32.665Z] ---> a0246339ec60 [2020-11-26T09:39:32.665Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T09:39:32.929Z] Removing intermediate container 57294c9dce81 [2020-11-26T09:39:32.929Z] ---> 76508337722f [2020-11-26T09:39:32.929Z] [2020-11-26T09:39:32.929Z] ---> Running in 18c3a4582efc [2020-11-26T09:39:32.929Z] Successfully built 76508337722f [2020-11-26T09:39:32.929Z] Removing intermediate container 18c3a4582efc [2020-11-26T09:39:32.929Z] ---> d1768adf2bab [2020-11-26T09:39:32.929Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T09:39:32.929Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-26T09:39:33.202Z]  Building docker-security-secrets-setup-go ... done  ---> Running in d4784e507d51 [2020-11-26T09:39:33.202Z] Removing intermediate container d4784e507d51 [2020-11-26T09:39:33.202Z] ---> 3a57652c05f4 [2020-11-26T09:39:33.202Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T09:39:33.465Z] ---> 3ef57cc9b035 [2020-11-26T09:39:33.465Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T09:39:34.899Z] ---> 83a259e0089c [2020-11-26T09:39:34.899Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T09:39:35.877Z] ---> a7547e448bf2 [2020-11-26T09:39:35.877Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T09:39:36.151Z] ---> 3479408355a5 [2020-11-26T09:39:36.151Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T09:39:37.127Z] ---> d7bdf86b8600 [2020-11-26T09:39:37.127Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T09:39:37.399Z] ---> 3315caefe811 [2020-11-26T09:39:37.399Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T09:39:37.400Z] ---> Running in f5026f404f40 [2020-11-26T09:39:37.679Z] Removing intermediate container f5026f404f40 [2020-11-26T09:39:37.679Z] ---> 0d162d435e9b [2020-11-26T09:39:37.679Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:39:37.966Z] ---> Running in 817ff1c3ef94 [2020-11-26T09:39:38.929Z] Removing intermediate container 817ff1c3ef94 [2020-11-26T09:39:38.929Z] ---> a18041292437 [2020-11-26T09:39:38.929Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T09:39:38.929Z] ---> Running in 54ee6d6f5a1a [2020-11-26T09:39:39.522Z] Removing intermediate container 54ee6d6f5a1a [2020-11-26T09:39:39.522Z] ---> c8803f938abb [2020-11-26T09:39:39.522Z] Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:39:39.522Z] ---> Running in 0aecd5e3353c [2020-11-26T09:39:39.795Z] Removing intermediate container 0aecd5e3353c [2020-11-26T09:39:39.795Z] ---> 0ae20c52b289 [2020-11-26T09:39:39.795Z] Step 24/24 : LABEL version=1.3.1-dev.11 [2020-11-26T09:39:39.795Z] ---> Running in bd21eb184794 [2020-11-26T09:39:40.073Z] Removing intermediate container bd21eb184794 [2020-11-26T09:39:40.073Z] ---> 21d6adaab85f [2020-11-26T09:39:40.073Z] [2020-11-26T09:39:40.343Z] Successfully built 21d6adaab85f [2020-11-26T09:39:40.343Z] Successfully tagged docker-support-notifications-go:latest [2020-11-26T09:39:50.556Z]  Building docker-support-notifications-go ... done Removing intermediate container 6b2b23facc11 [2020-11-26T09:39:50.556Z] ---> a4fdd1a853d9 [2020-11-26T09:39:50.556Z] [2020-11-26T09:39:50.556Z] Step 10/23 : FROM alpine [2020-11-26T09:39:50.556Z] ---> d6e46aa2470d [2020-11-26T09:39:50.556Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:39:50.556Z] ---> Running in b961f5908941 [2020-11-26T09:39:50.556Z] Removing intermediate container b961f5908941 [2020-11-26T09:39:50.556Z] ---> 010898c3e749 [2020-11-26T09:39:50.556Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T09:39:50.556Z] ---> Running in 6e1e61e6e572 [2020-11-26T09:39:50.556Z] Removing intermediate container 6e1e61e6e572 [2020-11-26T09:39:50.556Z] ---> 00a2b3e5295b [2020-11-26T09:39:50.556Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T09:39:50.556Z] ---> Running in 2fcaa2cd8625 [2020-11-26T09:39:50.556Z] Removing intermediate container 2fcaa2cd8625 [2020-11-26T09:39:50.556Z] ---> 297ecb4d1a5a [2020-11-26T09:39:50.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:39:50.556Z] ---> Running in ba02ebf52d9e [2020-11-26T09:39:50.556Z] Removing intermediate container ba02ebf52d9e [2020-11-26T09:39:50.556Z] ---> 88b75bf0a087 [2020-11-26T09:39:50.556Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T09:39:50.821Z] ---> Running in 630b56397d7a [2020-11-26T09:39:51.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:39:51.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:39:52.546Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T09:39:52.546Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T09:39:52.546Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T09:39:52.808Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T09:39:52.808Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T09:39:52.808Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:39:53.070Z] OK: 8 MiB in 19 packages [2020-11-26T09:39:53.332Z] Removing intermediate container 630b56397d7a [2020-11-26T09:39:53.333Z] ---> e6bc16058c38 [2020-11-26T09:39:53.333Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T09:39:53.598Z] ---> 09aae626b92f [2020-11-26T09:39:53.598Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T09:39:54.545Z] ---> eb83f1edce4f [2020-11-26T09:39:54.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T09:39:54.545Z] ---> a4f6df7963c5 [2020-11-26T09:39:54.545Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T09:39:54.545Z] ---> Running in 7c11972e6eb8 [2020-11-26T09:39:54.808Z] Removing intermediate container 7c11972e6eb8 [2020-11-26T09:39:54.808Z] ---> 51eec008f4ac [2020-11-26T09:39:54.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:39:54.808Z] ---> Running in dd6836a551c1 [2020-11-26T09:39:55.071Z] Removing intermediate container dd6836a551c1 [2020-11-26T09:39:55.071Z] ---> cda4d44d4cc9 [2020-11-26T09:39:55.071Z] Step 21/23 : LABEL arch=x86_64 [2020-11-26T09:39:55.071Z] ---> Running in 3087a5566d17 [2020-11-26T09:39:55.334Z] Removing intermediate container 3087a5566d17 [2020-11-26T09:39:55.334Z] ---> 88d42440e805 [2020-11-26T09:39:55.334Z] Step 22/23 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:39:55.334Z] ---> Running in 9303fac91081 [2020-11-26T09:39:55.600Z] Removing intermediate container 9303fac91081 [2020-11-26T09:39:55.600Z] ---> f628b49cf58b [2020-11-26T09:39:55.600Z] Step 23/23 : LABEL version=1.3.1-dev.11 [2020-11-26T09:39:55.600Z] ---> Running in c1f1aa7cc741 [2020-11-26T09:39:55.600Z] Removing intermediate container c1f1aa7cc741 [2020-11-26T09:39:55.600Z] ---> eefb2d762f60 [2020-11-26T09:39:55.600Z] [2020-11-26T09:39:55.862Z] Successfully built eefb2d762f60 [2020-11-26T09:39:55.862Z] Successfully tagged docker-core-data-go:latest [2020-11-26T09:39:56.138Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-11-26T09:39:56.160Z] $ docker stop --time=1 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 [2020-11-26T09:39:58.255Z] $ docker rm -f 50bf000039beac618b332f411d26e73e83454c2ad6255121d164e06d498b9ec4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:39:58.809Z] + docker images [2020-11-26T09:39:58.809Z] + grep docker [2020-11-26T09:39:58.809Z] docker-core-data-go latest eefb2d762f60 3 seconds ago 23.7MB [2020-11-26T09:39:58.809Z] docker-support-notifications-go latest 21d6adaab85f 19 seconds ago 13.6MB [2020-11-26T09:39:58.809Z] docker-security-secrets-setup-go latest 76508337722f 26 seconds ago 24MB [2020-11-26T09:39:58.809Z] docker-sys-mgmt-agent-go latest c454bf5b3089 About a minute ago 290MB [2020-11-26T09:39:58.809Z] docker-core-command-go latest a3c5eee4ceff About a minute ago 12.2MB [2020-11-26T09:39:58.810Z] docker-core-metadata-go latest 11b61e2d335a About a minute ago 14.5MB [2020-11-26T09:39:58.810Z] docker-support-scheduler-go latest e04bcd296430 About a minute ago 12.3MB [2020-11-26T09:39:58.810Z] docker-security-secretstore-setup-go latest 26ca29f5d66a 2 minutes ago 24.8MB [2020-11-26T09:39:58.810Z] docker-security-bootstrap-redis-go latest 4a19f7c41d31 2 minutes ago 15.9MB [2020-11-26T09:39:58.810Z] docker-security-proxy-setup-go latest 6faf5db54c34 3 minutes ago 15.8MB [2020-11-26T09:39:58.810Z] docker-support-logging-go latest d1da1d7a870c 3 minutes ago 11.1MB [2020-11-26T09:39:58.810Z] docker latest 6972c414f322 5 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:39:59.430Z] provisioning config files... [2020-11-26T09:39:59.511Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config5363910703838278727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:39:59.870Z] ---> docker-login.sh [2020-11-26T09:39:59.870Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:39:59.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:39:59.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:39:59.870Z] Configure a credential helper to remove this warning. See [2020-11-26T09:39:59.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:39:59.870Z] [2020-11-26T09:39:59.870Z] Login Succeeded [2020-11-26T09:39:59.870Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:40:00.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:40:00.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:40:00.132Z] Configure a credential helper to remove this warning. See [2020-11-26T09:40:00.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:40:00.132Z] [2020-11-26T09:40:00.132Z] Login Succeeded [2020-11-26T09:40:00.132Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:40:00.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:40:00.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:40:00.395Z] Configure a credential helper to remove this warning. See [2020-11-26T09:40:00.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:40:00.395Z] [2020-11-26T09:40:00.395Z] Login Succeeded [2020-11-26T09:40:00.395Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:40:00.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:40:00.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:40:00.657Z] Configure a credential helper to remove this warning. See [2020-11-26T09:40:00.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:40:00.657Z] [2020-11-26T09:40:00.657Z] Login Succeeded [2020-11-26T09:40:00.657Z] docker.io [2020-11-26T09:40:00.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:40:01.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:40:01.181Z] Configure a credential helper to remove this warning. See [2020-11-26T09:40:01.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:40:01.181Z] [2020-11-26T09:40:01.181Z] Login Succeeded [2020-11-26T09:40:01.181Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:40:01.191Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:01.450Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-26T09:40:01.450Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:01.450Z] 1.3.1-dev.11 [2020-11-26T09:40:01.450Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:01.450Z] master [2020-11-26T09:40:01.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:01.976Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:02.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:02.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T09:40:02.288Z] bd28b50f2851: Preparing [2020-11-26T09:40:02.288Z] bc10703cd22d: Preparing [2020-11-26T09:40:02.288Z] 35f25f37e5e6: Preparing [2020-11-26T09:40:02.552Z] bd28b50f2851: Pushed [2020-11-26T09:40:02.552Z] 35f25f37e5e6: Pushed [2020-11-26T09:40:03.944Z] bc10703cd22d: Pushed [2020-11-26T09:40:04.207Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:04.520Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:04.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 [2020-11-26T09:40:04.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T09:40:04.825Z] bd28b50f2851: Preparing [2020-11-26T09:40:04.825Z] bc10703cd22d: Preparing [2020-11-26T09:40:04.825Z] 35f25f37e5e6: Preparing [2020-11-26T09:40:04.825Z] bc10703cd22d: Layer already exists [2020-11-26T09:40:04.825Z] bd28b50f2851: Layer already exists [2020-11-26T09:40:04.825Z] 35f25f37e5e6: Layer already exists [2020-11-26T09:40:04.825Z] 1.3.1-dev.11: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:05.134Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:05.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:05.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T09:40:05.438Z] bd28b50f2851: Preparing [2020-11-26T09:40:05.438Z] bc10703cd22d: Preparing [2020-11-26T09:40:05.438Z] 35f25f37e5e6: Preparing [2020-11-26T09:40:05.438Z] bc10703cd22d: Layer already exists [2020-11-26T09:40:05.438Z] 35f25f37e5e6: Layer already exists [2020-11-26T09:40:05.438Z] bd28b50f2851: Layer already exists [2020-11-26T09:40:05.438Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:05.746Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:06.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-26T09:40:06.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-26T09:40:06.046Z] bd28b50f2851: Preparing [2020-11-26T09:40:06.046Z] bc10703cd22d: Preparing [2020-11-26T09:40:06.046Z] 35f25f37e5e6: Preparing [2020-11-26T09:40:06.046Z] 35f25f37e5e6: Layer already exists [2020-11-26T09:40:06.046Z] bd28b50f2851: Layer already exists [2020-11-26T09:40:06.046Z] bc10703cd22d: Layer already exists [2020-11-26T09:40:06.046Z] master: digest: sha256:6362dd60b7427c3d6f6671d12b1fe0c8ca6ebb17fd7508444317a7aea3c00d5e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:06.327Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:06.390Z] taggedImages: [2020-11-26T09:40:06.390Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:06.390Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.11 [2020-11-26T09:40:06.390Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:06.390Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-26T09:40:06.465Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-26T09:40:06.465Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:06.465Z] 1.3.1-dev.11 [2020-11-26T09:40:06.465Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:06.465Z] master [2020-11-26T09:40:06.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:06.960Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:07.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:07.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T09:40:07.264Z] 459d841c4eda: Preparing [2020-11-26T09:40:07.264Z] d22364216033: Preparing [2020-11-26T09:40:07.264Z] 4dc26980e1e4: Preparing [2020-11-26T09:40:07.264Z] 1d16ab407d1d: Preparing [2020-11-26T09:40:07.264Z] 08bfd7ddcb78: Preparing [2020-11-26T09:40:07.264Z] ace0eda3e3be: Preparing [2020-11-26T09:40:07.264Z] ace0eda3e3be: Waiting [2020-11-26T09:40:07.529Z] 459d841c4eda: Pushed [2020-11-26T09:40:07.529Z] 08bfd7ddcb78: Pushed [2020-11-26T09:40:07.529Z] 4dc26980e1e4: Pushed [2020-11-26T09:40:07.529Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:07.792Z] 1d16ab407d1d: Pushed [2020-11-26T09:40:09.183Z] d22364216033: Pushed [2020-11-26T09:40:09.183Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:09.495Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:09.605Z] Removing intermediate container 65db27e83d22 [2020-11-26T09:40:09.605Z] ---> 396999da6fcf [2020-11-26T09:40:09.605Z] [2020-11-26T09:40:09.605Z] Step 10/20 : FROM alpine [2020-11-26T09:40:09.605Z] latest: Pulling from library/alpine [2020-11-26T09:40:09.605Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T09:40:09.605Z] Status: Downloaded newer image for alpine:latest [2020-11-26T09:40:09.605Z] ---> 2e77e061c27f [2020-11-26T09:40:09.605Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T09:40:09.605Z] ---> Running in ffc05cf35663 [2020-11-26T09:40:09.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:40:09.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:40:09.605Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:09.605Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:09.605Z] OK: 12617 distinct packages available [2020-11-26T09:40:09.605Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T09:40:09.605Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:40:09.605Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T09:40:09.605Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T09:40:09.605Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:40:09.605Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:40:09.605Z] OK: 7 MiB in 18 packages [2020-11-26T09:40:09.605Z] Removing intermediate container ffc05cf35663 [2020-11-26T09:40:09.605Z] ---> aa16f116dd3b [2020-11-26T09:40:09.605Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:40:09.605Z] ---> Running in c959a76e08e7 [2020-11-26T09:40:09.605Z] Removing intermediate container c959a76e08e7 [2020-11-26T09:40:09.605Z] ---> 5ae8226a7829 [2020-11-26T09:40:09.605Z] Step 13/20 : WORKDIR /edgex [2020-11-26T09:40:09.605Z] ---> Running in 62ff6f514847 [2020-11-26T09:40:09.605Z] Removing intermediate container 62ff6f514847 [2020-11-26T09:40:09.605Z] ---> 11a898af20d4 [2020-11-26T09:40:09.605Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T09:40:09.605Z] ---> 29219dfa9219 [2020-11-26T09:40:09.605Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T09:40:09.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 [2020-11-26T09:40:09.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T09:40:09.798Z] 459d841c4eda: Preparing [2020-11-26T09:40:09.798Z] d22364216033: Preparing [2020-11-26T09:40:09.798Z] 4dc26980e1e4: Preparing [2020-11-26T09:40:09.799Z] 1d16ab407d1d: Preparing [2020-11-26T09:40:09.799Z] 08bfd7ddcb78: Preparing [2020-11-26T09:40:09.799Z] ace0eda3e3be: Preparing [2020-11-26T09:40:09.799Z] ace0eda3e3be: Waiting [2020-11-26T09:40:09.799Z] 1d16ab407d1d: Layer already exists [2020-11-26T09:40:09.799Z] 08bfd7ddcb78: Layer already exists [2020-11-26T09:40:09.799Z] 459d841c4eda: Layer already exists [2020-11-26T09:40:09.799Z] 4dc26980e1e4: Layer already exists [2020-11-26T09:40:09.799Z] d22364216033: Layer already exists [2020-11-26T09:40:09.799Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:09.799Z] 1.3.1-dev.11: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:10.111Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:10.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:10.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T09:40:10.416Z] 459d841c4eda: Preparing [2020-11-26T09:40:10.416Z] d22364216033: Preparing [2020-11-26T09:40:10.416Z] 4dc26980e1e4: Preparing [2020-11-26T09:40:10.416Z] 1d16ab407d1d: Preparing [2020-11-26T09:40:10.416Z] 08bfd7ddcb78: Preparing [2020-11-26T09:40:10.416Z] ace0eda3e3be: Preparing [2020-11-26T09:40:10.416Z] ace0eda3e3be: Waiting [2020-11-26T09:40:10.416Z] 1d16ab407d1d: Layer already exists [2020-11-26T09:40:10.416Z] 459d841c4eda: Layer already exists [2020-11-26T09:40:10.416Z] 4dc26980e1e4: Layer already exists [2020-11-26T09:40:10.416Z] 08bfd7ddcb78: Layer already exists [2020-11-26T09:40:10.416Z] d22364216033: Layer already exists [2020-11-26T09:40:10.416Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:10.416Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:10.659Z] ---> 703d51476318 [2020-11-26T09:40:10.660Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T09:40:10.660Z] ---> Running in 13f1f408f39d [2020-11-26T09:40:10.731Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:11.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-26T09:40:11.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-26T09:40:11.095Z] 459d841c4eda: Preparing [2020-11-26T09:40:11.095Z] d22364216033: Preparing [2020-11-26T09:40:11.095Z] 4dc26980e1e4: Preparing [2020-11-26T09:40:11.095Z] 1d16ab407d1d: Preparing [2020-11-26T09:40:11.095Z] 08bfd7ddcb78: Preparing [2020-11-26T09:40:11.095Z] ace0eda3e3be: Preparing [2020-11-26T09:40:11.095Z] ace0eda3e3be: Waiting [2020-11-26T09:40:11.095Z] d22364216033: Layer already exists [2020-11-26T09:40:11.095Z] 1d16ab407d1d: Layer already exists [2020-11-26T09:40:11.095Z] 459d841c4eda: Layer already exists [2020-11-26T09:40:11.095Z] 08bfd7ddcb78: Layer already exists [2020-11-26T09:40:11.095Z] 4dc26980e1e4: Layer already exists [2020-11-26T09:40:11.095Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:11.130Z] master: digest: sha256:be075b9f5f3088bf697d738fa905b2b19454d27f62ab16361f9b444e68dcee61 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:11.336Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:11.388Z] taggedImages: [2020-11-26T09:40:11.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:11.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.11 [2020-11-26T09:40:11.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:11.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-26T09:40:11.461Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-26T09:40:11.461Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:11.461Z] 1.3.1-dev.11 [2020-11-26T09:40:11.461Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:11.461Z] master [2020-11-26T09:40:11.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:11.717Z] Removing intermediate container 13f1f408f39d [2020-11-26T09:40:11.717Z] ---> 6c9f688f9b21 [2020-11-26T09:40:11.717Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T09:40:11.717Z] ---> Running in 6e22f6610e70 [2020-11-26T09:40:12.002Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:12.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:12.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T09:40:12.331Z] 0ac45c852d5a: Preparing [2020-11-26T09:40:12.331Z] d81ab6dd9f1d: Preparing [2020-11-26T09:40:12.331Z] fc32356a3524: Preparing [2020-11-26T09:40:12.593Z] 0ac45c852d5a: Pushed [2020-11-26T09:40:12.593Z] fc32356a3524: Pushed [2020-11-26T09:40:12.712Z] Removing intermediate container 6e22f6610e70 [2020-11-26T09:40:12.712Z] ---> e596fb9eadcf [2020-11-26T09:40:12.712Z] Step 18/20 : LABEL arch=arm64 [2020-11-26T09:40:12.985Z] ---> Running in 00753794ba7e [2020-11-26T09:40:13.595Z] Removing intermediate container 00753794ba7e [2020-11-26T09:40:13.595Z] ---> fbe2d78b48eb [2020-11-26T09:40:13.595Z] Step 19/20 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:13.872Z] ---> Running in f2515f588ba6 [2020-11-26T09:40:13.988Z] d81ab6dd9f1d: Pushed [2020-11-26T09:40:13.988Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:14.305Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:14.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 [2020-11-26T09:40:14.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T09:40:14.608Z] 0ac45c852d5a: Preparing [2020-11-26T09:40:14.608Z] d81ab6dd9f1d: Preparing [2020-11-26T09:40:14.608Z] fc32356a3524: Preparing [2020-11-26T09:40:14.608Z] d81ab6dd9f1d: Layer already exists [2020-11-26T09:40:14.608Z] fc32356a3524: Layer already exists [2020-11-26T09:40:14.608Z] 0ac45c852d5a: Layer already exists [2020-11-26T09:40:14.608Z] 1.3.1-dev.11: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:14.854Z] Removing intermediate container f2515f588ba6 [2020-11-26T09:40:14.854Z] ---> a0acbfd9b8a3 [2020-11-26T09:40:14.854Z] Step 20/20 : LABEL version=1.3.1-dev.11 [2020-11-26T09:40:14.919Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:15.127Z] ---> Running in 386993de55f5 [2020-11-26T09:40:15.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:15.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T09:40:15.214Z] 0ac45c852d5a: Preparing [2020-11-26T09:40:15.214Z] d81ab6dd9f1d: Preparing [2020-11-26T09:40:15.214Z] fc32356a3524: Preparing [2020-11-26T09:40:15.214Z] fc32356a3524: Layer already exists [2020-11-26T09:40:15.214Z] 0ac45c852d5a: Layer already exists [2020-11-26T09:40:15.214Z] d81ab6dd9f1d: Layer already exists [2020-11-26T09:40:15.214Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:15.517Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:15.727Z] Removing intermediate container 386993de55f5 [2020-11-26T09:40:15.727Z] ---> 4ebf0e881621 [2020-11-26T09:40:15.727Z] [2020-11-26T09:40:15.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-26T09:40:15.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-26T09:40:15.815Z] 0ac45c852d5a: Preparing [2020-11-26T09:40:15.815Z] d81ab6dd9f1d: Preparing [2020-11-26T09:40:15.815Z] fc32356a3524: Preparing [2020-11-26T09:40:15.815Z] fc32356a3524: Layer already exists [2020-11-26T09:40:15.815Z] 0ac45c852d5a: Layer already exists [2020-11-26T09:40:15.815Z] d81ab6dd9f1d: Layer already exists [2020-11-26T09:40:15.815Z] master: digest: sha256:95f84a5d838c36e8cbcb7e6a1ca7033954976397fefb0d7c4a252028c3f7a908 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:16.015Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:16.064Z] taggedImages: [2020-11-26T09:40:16.064Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:16.064Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.11 [2020-11-26T09:40:16.064Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:16.064Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-26T09:40:16.131Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-26T09:40:16.131Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:16.131Z] 1.3.1-dev.11 [2020-11-26T09:40:16.131Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:16.131Z] master [2020-11-26T09:40:16.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-26T09:40:16.332Z] Successfully built 4ebf0e881621 [2020-11-26T09:40:16.332Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-26T09:40:16.332Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:16.740Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:17.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:17.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T09:40:17.052Z] 6e0fe11ff3a6: Preparing [2020-11-26T09:40:17.052Z] cba06a4a4d99: Preparing [2020-11-26T09:40:17.052Z] f5acc520ff31: Preparing [2020-11-26T09:40:17.052Z] 990368bd3909: Preparing [2020-11-26T09:40:17.052Z] 88beb771ce3f: Preparing [2020-11-26T09:40:17.052Z] 96c4e6e61c62: Preparing [2020-11-26T09:40:17.052Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:17.052Z] 96c4e6e61c62: Waiting [2020-11-26T09:40:17.052Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:17.317Z] 6e0fe11ff3a6: Pushed [2020-11-26T09:40:17.317Z] 88beb771ce3f: Pushed [2020-11-26T09:40:17.317Z] cba06a4a4d99: Pushed [2020-11-26T09:40:17.317Z] f5acc520ff31: Pushed [2020-11-26T09:40:17.317Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:17.892Z] 96c4e6e61c62: Pushed [2020-11-26T09:40:17.892Z] 990368bd3909: Pushed [2020-11-26T09:40:18.155Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:18.464Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:18.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 [2020-11-26T09:40:18.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T09:40:18.764Z] 6e0fe11ff3a6: Preparing [2020-11-26T09:40:18.764Z] cba06a4a4d99: Preparing [2020-11-26T09:40:18.764Z] f5acc520ff31: Preparing [2020-11-26T09:40:18.764Z] 990368bd3909: Preparing [2020-11-26T09:40:18.764Z] 88beb771ce3f: Preparing [2020-11-26T09:40:18.764Z] 96c4e6e61c62: Preparing [2020-11-26T09:40:18.764Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:18.764Z] 96c4e6e61c62: Waiting [2020-11-26T09:40:18.764Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:18.764Z] 88beb771ce3f: Layer already exists [2020-11-26T09:40:18.764Z] 990368bd3909: Layer already exists [2020-11-26T09:40:18.764Z] cba06a4a4d99: Layer already exists [2020-11-26T09:40:18.764Z] 6e0fe11ff3a6: Layer already exists [2020-11-26T09:40:18.764Z] f5acc520ff31: Layer already exists [2020-11-26T09:40:18.764Z] 96c4e6e61c62: Layer already exists [2020-11-26T09:40:18.764Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:18.764Z] 1.3.1-dev.11: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:19.070Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:19.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:19.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T09:40:19.368Z] 6e0fe11ff3a6: Preparing [2020-11-26T09:40:19.368Z] cba06a4a4d99: Preparing [2020-11-26T09:40:19.368Z] f5acc520ff31: Preparing [2020-11-26T09:40:19.368Z] 990368bd3909: Preparing [2020-11-26T09:40:19.368Z] 88beb771ce3f: Preparing [2020-11-26T09:40:19.368Z] 96c4e6e61c62: Preparing [2020-11-26T09:40:19.368Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:19.368Z] 96c4e6e61c62: Waiting [2020-11-26T09:40:19.368Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:19.368Z] 88beb771ce3f: Layer already exists [2020-11-26T09:40:19.368Z] 990368bd3909: Layer already exists [2020-11-26T09:40:19.368Z] 6e0fe11ff3a6: Layer already exists [2020-11-26T09:40:19.368Z] cba06a4a4d99: Layer already exists [2020-11-26T09:40:19.368Z] f5acc520ff31: Layer already exists [2020-11-26T09:40:19.368Z] 96c4e6e61c62: Layer already exists [2020-11-26T09:40:19.368Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:19.368Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:19.672Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:19.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-26T09:40:19.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-26T09:40:19.975Z] 6e0fe11ff3a6: Preparing [2020-11-26T09:40:19.975Z] cba06a4a4d99: Preparing [2020-11-26T09:40:19.975Z] f5acc520ff31: Preparing [2020-11-26T09:40:19.975Z] 990368bd3909: Preparing [2020-11-26T09:40:19.975Z] 88beb771ce3f: Preparing [2020-11-26T09:40:19.975Z] 96c4e6e61c62: Preparing [2020-11-26T09:40:19.975Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:19.975Z] 96c4e6e61c62: Waiting [2020-11-26T09:40:19.975Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:19.975Z] 88beb771ce3f: Layer already exists [2020-11-26T09:40:19.975Z] 6e0fe11ff3a6: Layer already exists [2020-11-26T09:40:19.975Z] cba06a4a4d99: Layer already exists [2020-11-26T09:40:19.975Z] 990368bd3909: Layer already exists [2020-11-26T09:40:19.975Z] f5acc520ff31: Layer already exists [2020-11-26T09:40:19.975Z] 96c4e6e61c62: Layer already exists [2020-11-26T09:40:19.975Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:19.975Z] master: digest: sha256:6829d36384d3c39ade24703bc1e4eaf34a9ef264bb7bd1f64322badecf15151b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:20.349Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:20.433Z] taggedImages: [2020-11-26T09:40:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.11 [2020-11-26T09:40:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:20.433Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-26T09:40:20.499Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-26T09:40:20.499Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:20.499Z] 1.3.1-dev.11 [2020-11-26T09:40:20.499Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:20.499Z] master [2020-11-26T09:40:20.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:21.038Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:21.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:21.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T09:40:21.344Z] 13a17e2cffcf: Preparing [2020-11-26T09:40:21.344Z] 8364dc5dee23: Preparing [2020-11-26T09:40:21.344Z] 629ebbdd854f: Preparing [2020-11-26T09:40:21.344Z] bd5f7831478a: Preparing [2020-11-26T09:40:21.344Z] ace0eda3e3be: Preparing [2020-11-26T09:40:21.344Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:21.607Z] 8364dc5dee23: Pushed [2020-11-26T09:40:21.607Z] 629ebbdd854f: Pushed [2020-11-26T09:40:21.869Z] bd5f7831478a: Pushed [2020-11-26T09:40:22.444Z] 13a17e2cffcf: Pushed [2020-11-26T09:40:22.444Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:22.749Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:23.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 [2020-11-26T09:40:23.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T09:40:23.053Z] 13a17e2cffcf: Preparing [2020-11-26T09:40:23.053Z] 8364dc5dee23: Preparing [2020-11-26T09:40:23.053Z] 629ebbdd854f: Preparing [2020-11-26T09:40:23.053Z] bd5f7831478a: Preparing [2020-11-26T09:40:23.053Z] ace0eda3e3be: Preparing [2020-11-26T09:40:23.053Z] bd5f7831478a: Layer already exists [2020-11-26T09:40:23.053Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:23.053Z] 629ebbdd854f: Layer already exists [2020-11-26T09:40:23.053Z] 13a17e2cffcf: Layer already exists [2020-11-26T09:40:23.053Z] 8364dc5dee23: Layer already exists [2020-11-26T09:40:23.053Z] 1.3.1-dev.11: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:23.362Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:23.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:23.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T09:40:23.661Z] 13a17e2cffcf: Preparing [2020-11-26T09:40:23.661Z] 8364dc5dee23: Preparing [2020-11-26T09:40:23.661Z] 629ebbdd854f: Preparing [2020-11-26T09:40:23.661Z] bd5f7831478a: Preparing [2020-11-26T09:40:23.661Z] ace0eda3e3be: Preparing [2020-11-26T09:40:23.661Z] 629ebbdd854f: Layer already exists [2020-11-26T09:40:23.661Z] 8364dc5dee23: Layer already exists [2020-11-26T09:40:23.661Z] 13a17e2cffcf: Layer already exists [2020-11-26T09:40:23.661Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:23.661Z] bd5f7831478a: Layer already exists [2020-11-26T09:40:23.661Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:23.970Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:24.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-26T09:40:24.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-26T09:40:24.271Z] 13a17e2cffcf: Preparing [2020-11-26T09:40:24.271Z] 8364dc5dee23: Preparing [2020-11-26T09:40:24.271Z] 629ebbdd854f: Preparing [2020-11-26T09:40:24.271Z] bd5f7831478a: Preparing [2020-11-26T09:40:24.271Z] ace0eda3e3be: Preparing [2020-11-26T09:40:24.271Z] bd5f7831478a: Layer already exists [2020-11-26T09:40:24.271Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:24.271Z] 13a17e2cffcf: Layer already exists [2020-11-26T09:40:24.271Z] 629ebbdd854f: Layer already exists [2020-11-26T09:40:24.271Z] 8364dc5dee23: Layer already exists [2020-11-26T09:40:24.271Z] master: digest: sha256:8d3f770461330893b58a7f53ebff406c3c30dd052ea877072a1af58455df0e5d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:24.460Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:24.505Z] taggedImages: [2020-11-26T09:40:24.505Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:24.505Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.11 [2020-11-26T09:40:24.505Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:24.505Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-26T09:40:24.568Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-26T09:40:24.569Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:24.569Z] 1.3.1-dev.11 [2020-11-26T09:40:24.569Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:24.569Z] master [2020-11-26T09:40:24.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:25.070Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:25.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:25.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T09:40:25.368Z] 448333935993: Preparing [2020-11-26T09:40:25.368Z] 71403c91daf6: Preparing [2020-11-26T09:40:25.368Z] e109792a3bec: Preparing [2020-11-26T09:40:25.368Z] ecdebb449fd1: Preparing [2020-11-26T09:40:25.368Z] ecdebb449fd1: Preparing [2020-11-26T09:40:25.368Z] 23103c6929ce: Preparing [2020-11-26T09:40:25.368Z] b4af0f21801f: Preparing [2020-11-26T09:40:25.368Z] e6c37c27ffd4: Preparing [2020-11-26T09:40:25.368Z] 448333935993: Preparing [2020-11-26T09:40:25.368Z] 87186831e30c: Preparing [2020-11-26T09:40:25.368Z] b0e41707f30f: Preparing [2020-11-26T09:40:25.368Z] 57e34f1bd977: Preparing [2020-11-26T09:40:25.368Z] ace0eda3e3be: Preparing [2020-11-26T09:40:25.368Z] b4af0f21801f: Waiting [2020-11-26T09:40:25.368Z] e6c37c27ffd4: Waiting [2020-11-26T09:40:25.368Z] 87186831e30c: Waiting [2020-11-26T09:40:25.368Z] b0e41707f30f: Waiting [2020-11-26T09:40:25.369Z] 57e34f1bd977: Waiting [2020-11-26T09:40:25.369Z] ace0eda3e3be: Waiting [2020-11-26T09:40:25.630Z] 71403c91daf6: Pushed [2020-11-26T09:40:25.630Z] ecdebb449fd1: Pushed [2020-11-26T09:40:25.630Z] 23103c6929ce: Pushed [2020-11-26T09:40:25.630Z] e109792a3bec: Pushed [2020-11-26T09:40:25.891Z] 87186831e30c: Pushed [2020-11-26T09:40:25.891Z] b0e41707f30f: Pushed [2020-11-26T09:40:25.891Z] b4af0f21801f: Pushed [2020-11-26T09:40:25.891Z] e6c37c27ffd4: Pushed [2020-11-26T09:40:25.891Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:26.155Z] 57e34f1bd977: Pushed [2020-11-26T09:40:26.420Z] 448333935993: Pushed [2020-11-26T09:40:26.420Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:26.992Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:27.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 [2020-11-26T09:40:27.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T09:40:27.489Z] 448333935993: Preparing [2020-11-26T09:40:27.489Z] 71403c91daf6: Preparing [2020-11-26T09:40:27.489Z] e109792a3bec: Preparing [2020-11-26T09:40:27.489Z] ecdebb449fd1: Preparing [2020-11-26T09:40:27.489Z] ecdebb449fd1: Preparing [2020-11-26T09:40:27.489Z] 23103c6929ce: Preparing [2020-11-26T09:40:27.489Z] b4af0f21801f: Preparing [2020-11-26T09:40:27.489Z] e6c37c27ffd4: Preparing [2020-11-26T09:40:27.489Z] 448333935993: Preparing [2020-11-26T09:40:27.489Z] 87186831e30c: Preparing [2020-11-26T09:40:27.489Z] b0e41707f30f: Preparing [2020-11-26T09:40:27.489Z] 57e34f1bd977: Preparing [2020-11-26T09:40:27.489Z] ace0eda3e3be: Preparing [2020-11-26T09:40:27.489Z] b4af0f21801f: Waiting [2020-11-26T09:40:27.489Z] e6c37c27ffd4: Waiting [2020-11-26T09:40:27.489Z] 87186831e30c: Waiting [2020-11-26T09:40:27.489Z] b0e41707f30f: Waiting [2020-11-26T09:40:27.489Z] 57e34f1bd977: Waiting [2020-11-26T09:40:27.489Z] ace0eda3e3be: Waiting [2020-11-26T09:40:27.489Z] e109792a3bec: Layer already exists [2020-11-26T09:40:27.489Z] 71403c91daf6: Layer already exists [2020-11-26T09:40:27.489Z] 448333935993: Layer already exists [2020-11-26T09:40:27.489Z] 23103c6929ce: Layer already exists [2020-11-26T09:40:27.489Z] ecdebb449fd1: Layer already exists [2020-11-26T09:40:27.489Z] 87186831e30c: Layer already exists [2020-11-26T09:40:27.489Z] e6c37c27ffd4: Layer already exists [2020-11-26T09:40:27.489Z] b4af0f21801f: Layer already exists [2020-11-26T09:40:27.489Z] b0e41707f30f: Layer already exists [2020-11-26T09:40:27.489Z] 57e34f1bd977: Layer already exists [2020-11-26T09:40:27.489Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:27.489Z] 1.3.1-dev.11: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:27.881Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:28.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:28.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T09:40:28.206Z] 448333935993: Preparing [2020-11-26T09:40:28.206Z] 71403c91daf6: Preparing [2020-11-26T09:40:28.206Z] e109792a3bec: Preparing [2020-11-26T09:40:28.206Z] ecdebb449fd1: Preparing [2020-11-26T09:40:28.206Z] ecdebb449fd1: Preparing [2020-11-26T09:40:28.206Z] 23103c6929ce: Preparing [2020-11-26T09:40:28.206Z] b4af0f21801f: Preparing [2020-11-26T09:40:28.206Z] e6c37c27ffd4: Preparing [2020-11-26T09:40:28.206Z] 448333935993: Preparing [2020-11-26T09:40:28.206Z] 87186831e30c: Preparing [2020-11-26T09:40:28.206Z] b0e41707f30f: Preparing [2020-11-26T09:40:28.206Z] 57e34f1bd977: Preparing [2020-11-26T09:40:28.206Z] ace0eda3e3be: Preparing [2020-11-26T09:40:28.206Z] b4af0f21801f: Waiting [2020-11-26T09:40:28.206Z] e6c37c27ffd4: Waiting [2020-11-26T09:40:28.206Z] 57e34f1bd977: Waiting [2020-11-26T09:40:28.206Z] 87186831e30c: Waiting [2020-11-26T09:40:28.206Z] b0e41707f30f: Waiting [2020-11-26T09:40:28.206Z] ace0eda3e3be: Waiting [2020-11-26T09:40:28.206Z] ecdebb449fd1: Layer already exists [2020-11-26T09:40:28.206Z] 23103c6929ce: Layer already exists [2020-11-26T09:40:28.206Z] 71403c91daf6: Layer already exists [2020-11-26T09:40:28.206Z] e109792a3bec: Layer already exists [2020-11-26T09:40:28.206Z] 448333935993: Layer already exists [2020-11-26T09:40:28.206Z] e6c37c27ffd4: Layer already exists [2020-11-26T09:40:28.206Z] b4af0f21801f: Layer already exists [2020-11-26T09:40:28.206Z] 87186831e30c: Layer already exists [2020-11-26T09:40:28.206Z] b0e41707f30f: Layer already exists [2020-11-26T09:40:28.206Z] 57e34f1bd977: Layer already exists [2020-11-26T09:40:28.206Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:28.206Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:28.521Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:28.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-26T09:40:28.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-26T09:40:28.820Z] 448333935993: Preparing [2020-11-26T09:40:28.820Z] 71403c91daf6: Preparing [2020-11-26T09:40:28.820Z] e109792a3bec: Preparing [2020-11-26T09:40:28.820Z] ecdebb449fd1: Preparing [2020-11-26T09:40:28.820Z] ecdebb449fd1: Preparing [2020-11-26T09:40:28.820Z] 23103c6929ce: Preparing [2020-11-26T09:40:28.820Z] b4af0f21801f: Preparing [2020-11-26T09:40:28.820Z] e6c37c27ffd4: Preparing [2020-11-26T09:40:28.820Z] 448333935993: Preparing [2020-11-26T09:40:28.820Z] 87186831e30c: Preparing [2020-11-26T09:40:28.820Z] b0e41707f30f: Preparing [2020-11-26T09:40:28.820Z] 57e34f1bd977: Preparing [2020-11-26T09:40:28.820Z] ace0eda3e3be: Preparing [2020-11-26T09:40:28.820Z] 87186831e30c: Waiting [2020-11-26T09:40:28.820Z] b4af0f21801f: Waiting [2020-11-26T09:40:28.820Z] e6c37c27ffd4: Waiting [2020-11-26T09:40:28.820Z] 57e34f1bd977: Waiting [2020-11-26T09:40:28.820Z] b0e41707f30f: Waiting [2020-11-26T09:40:28.820Z] ace0eda3e3be: Waiting [2020-11-26T09:40:28.820Z] ecdebb449fd1: Layer already exists [2020-11-26T09:40:28.820Z] 71403c91daf6: Layer already exists [2020-11-26T09:40:28.820Z] 448333935993: Layer already exists [2020-11-26T09:40:28.820Z] 23103c6929ce: Layer already exists [2020-11-26T09:40:28.820Z] e109792a3bec: Layer already exists [2020-11-26T09:40:28.820Z] b4af0f21801f: Layer already exists [2020-11-26T09:40:28.820Z] e6c37c27ffd4: Layer already exists [2020-11-26T09:40:28.820Z] b0e41707f30f: Layer already exists [2020-11-26T09:40:28.820Z] 87186831e30c: Layer already exists [2020-11-26T09:40:28.820Z] 57e34f1bd977: Layer already exists [2020-11-26T09:40:28.820Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:28.820Z] master: digest: sha256:68a1a1a212093dcbe3299e66e1640510b3c4c25ab19d33bcae20c553468efd93 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:29.013Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:29.059Z] taggedImages: [2020-11-26T09:40:29.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:29.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.11 [2020-11-26T09:40:29.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:29.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-26T09:40:29.120Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-26T09:40:29.120Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:29.121Z] 1.3.1-dev.11 [2020-11-26T09:40:29.121Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:29.121Z] master [2020-11-26T09:40:29.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:29.580Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:29.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:29.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T09:40:29.881Z] 1e3d169322a0: Preparing [2020-11-26T09:40:29.881Z] bb5eb38dd20d: Preparing [2020-11-26T09:40:29.881Z] 6be47df5d34e: Preparing [2020-11-26T09:40:29.881Z] fe60933d6d83: Preparing [2020-11-26T09:40:29.881Z] b8d1b53f9e8a: Preparing [2020-11-26T09:40:29.881Z] a49a84541a22: Preparing [2020-11-26T09:40:29.881Z] 72ce202f5138: Preparing [2020-11-26T09:40:29.881Z] 695d1f567645: Preparing [2020-11-26T09:40:29.881Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:29.881Z] a49a84541a22: Waiting [2020-11-26T09:40:29.881Z] 72ce202f5138: Waiting [2020-11-26T09:40:29.881Z] 695d1f567645: Waiting [2020-11-26T09:40:29.881Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:30.143Z] 1e3d169322a0: Pushed [2020-11-26T09:40:30.143Z] bb5eb38dd20d: Pushed [2020-11-26T09:40:30.143Z] b8d1b53f9e8a: Pushed [2020-11-26T09:40:30.143Z] a49a84541a22: Pushed [2020-11-26T09:40:30.143Z] 72ce202f5138: Pushed [2020-11-26T09:40:30.143Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:30.717Z] 695d1f567645: Pushed [2020-11-26T09:40:30.717Z] fe60933d6d83: Pushed [2020-11-26T09:40:30.980Z] 6be47df5d34e: Pushed [2020-11-26T09:40:30.980Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:31.287Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:31.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 [2020-11-26T09:40:31.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T09:40:31.587Z] 1e3d169322a0: Preparing [2020-11-26T09:40:31.587Z] bb5eb38dd20d: Preparing [2020-11-26T09:40:31.587Z] 6be47df5d34e: Preparing [2020-11-26T09:40:31.587Z] fe60933d6d83: Preparing [2020-11-26T09:40:31.587Z] b8d1b53f9e8a: Preparing [2020-11-26T09:40:31.587Z] a49a84541a22: Preparing [2020-11-26T09:40:31.587Z] 72ce202f5138: Preparing [2020-11-26T09:40:31.587Z] 695d1f567645: Preparing [2020-11-26T09:40:31.587Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:31.587Z] 72ce202f5138: Waiting [2020-11-26T09:40:31.587Z] a49a84541a22: Waiting [2020-11-26T09:40:31.587Z] 695d1f567645: Waiting [2020-11-26T09:40:31.587Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:31.587Z] fe60933d6d83: Layer already exists [2020-11-26T09:40:31.587Z] b8d1b53f9e8a: Layer already exists [2020-11-26T09:40:31.587Z] 6be47df5d34e: Layer already exists [2020-11-26T09:40:31.587Z] 1e3d169322a0: Layer already exists [2020-11-26T09:40:31.587Z] bb5eb38dd20d: Layer already exists [2020-11-26T09:40:31.587Z] a49a84541a22: Layer already exists [2020-11-26T09:40:31.587Z] 72ce202f5138: Layer already exists [2020-11-26T09:40:31.587Z] 695d1f567645: Layer already exists [2020-11-26T09:40:31.587Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:31.587Z] 1.3.1-dev.11: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:31.892Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:32.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:32.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T09:40:32.189Z] 1e3d169322a0: Preparing [2020-11-26T09:40:32.189Z] bb5eb38dd20d: Preparing [2020-11-26T09:40:32.189Z] 6be47df5d34e: Preparing [2020-11-26T09:40:32.189Z] fe60933d6d83: Preparing [2020-11-26T09:40:32.189Z] b8d1b53f9e8a: Preparing [2020-11-26T09:40:32.189Z] a49a84541a22: Preparing [2020-11-26T09:40:32.189Z] 72ce202f5138: Preparing [2020-11-26T09:40:32.189Z] 695d1f567645: Preparing [2020-11-26T09:40:32.189Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:32.189Z] a49a84541a22: Waiting [2020-11-26T09:40:32.189Z] 695d1f567645: Waiting [2020-11-26T09:40:32.189Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:32.189Z] 72ce202f5138: Waiting [2020-11-26T09:40:32.189Z] b8d1b53f9e8a: Layer already exists [2020-11-26T09:40:32.189Z] bb5eb38dd20d: Layer already exists [2020-11-26T09:40:32.189Z] fe60933d6d83: Layer already exists [2020-11-26T09:40:32.189Z] 1e3d169322a0: Layer already exists [2020-11-26T09:40:32.189Z] 6be47df5d34e: Layer already exists [2020-11-26T09:40:32.189Z] 72ce202f5138: Layer already exists [2020-11-26T09:40:32.189Z] a49a84541a22: Layer already exists [2020-11-26T09:40:32.189Z] 695d1f567645: Layer already exists [2020-11-26T09:40:32.189Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:32.189Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:32.493Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:32.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-26T09:40:32.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-26T09:40:32.795Z] 1e3d169322a0: Preparing [2020-11-26T09:40:32.795Z] bb5eb38dd20d: Preparing [2020-11-26T09:40:32.795Z] 6be47df5d34e: Preparing [2020-11-26T09:40:32.795Z] fe60933d6d83: Preparing [2020-11-26T09:40:32.795Z] b8d1b53f9e8a: Preparing [2020-11-26T09:40:32.795Z] a49a84541a22: Preparing [2020-11-26T09:40:32.795Z] 72ce202f5138: Preparing [2020-11-26T09:40:32.795Z] 695d1f567645: Preparing [2020-11-26T09:40:32.795Z] 1b3ee35aacca: Preparing [2020-11-26T09:40:32.795Z] a49a84541a22: Waiting [2020-11-26T09:40:32.795Z] 72ce202f5138: Waiting [2020-11-26T09:40:32.795Z] 695d1f567645: Waiting [2020-11-26T09:40:32.795Z] 1b3ee35aacca: Waiting [2020-11-26T09:40:32.795Z] 1e3d169322a0: Layer already exists [2020-11-26T09:40:32.795Z] bb5eb38dd20d: Layer already exists [2020-11-26T09:40:32.795Z] b8d1b53f9e8a: Layer already exists [2020-11-26T09:40:32.795Z] 6be47df5d34e: Layer already exists [2020-11-26T09:40:32.795Z] fe60933d6d83: Layer already exists [2020-11-26T09:40:32.795Z] 72ce202f5138: Layer already exists [2020-11-26T09:40:32.795Z] a49a84541a22: Layer already exists [2020-11-26T09:40:32.795Z] 695d1f567645: Layer already exists [2020-11-26T09:40:32.795Z] 1b3ee35aacca: Layer already exists [2020-11-26T09:40:32.795Z] master: digest: sha256:5153dafee9688c33e33d929aa36aadc48d4cc29811f68085ff3ef81979585b06 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:32.976Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:33.023Z] taggedImages: [2020-11-26T09:40:33.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:33.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.11 [2020-11-26T09:40:33.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:33.023Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-26T09:40:33.089Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-26T09:40:33.089Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:33.089Z] 1.3.1-dev.11 [2020-11-26T09:40:33.089Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:33.089Z] master [2020-11-26T09:40:33.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:33.569Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:33.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:33.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T09:40:33.870Z] 1d379aa05ebd: Preparing [2020-11-26T09:40:33.870Z] f1c42386e301: Preparing [2020-11-26T09:40:33.870Z] 9f0a711a5faf: Preparing [2020-11-26T09:40:33.870Z] c91d61895b29: Preparing [2020-11-26T09:40:33.870Z] 1d379aa05ebd: Pushed [2020-11-26T09:40:34.133Z] 9f0a711a5faf: Pushed [2020-11-26T09:40:34.133Z] c91d61895b29: Pushed [2020-11-26T09:40:34.665Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:34.665Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:34.665Z] ---> 657399818551 [2020-11-26T09:40:34.665Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> 45478503a147 [2020-11-26T09:40:34.665Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> df029af06269 [2020-11-26T09:40:34.665Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> f2e72e3b2d68 [2020-11-26T09:40:34.665Z] Step 6/24 : COPY go.mod . [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> e843eccb5a11 [2020-11-26T09:40:34.665Z] Step 7/24 : RUN go mod download [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> 3669d6cd2a2d [2020-11-26T09:40:34.665Z] Step 8/24 : COPY . . [2020-11-26T09:40:34.665Z] ---> Using cache [2020-11-26T09:40:34.665Z] ---> 4a69b9da3ca0 [2020-11-26T09:40:34.665Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T09:40:34.665Z] ---> Running in 08ac4053730f [2020-11-26T09:40:34.665Z] Removing intermediate container 0de9a77604a1 [2020-11-26T09:40:34.665Z] ---> f234db57f4e5 [2020-11-26T09:40:34.665Z] [2020-11-26T09:40:34.665Z] Step 10/21 : FROM scratch [2020-11-26T09:40:34.665Z] ---> [2020-11-26T09:40:34.665Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:40:34.665Z] Removing intermediate container 478659e9aba0 [2020-11-26T09:40:34.665Z] ---> 59992a19c76c [2020-11-26T09:40:34.665Z] [2020-11-26T09:40:34.665Z] Step 10/24 : FROM scratch [2020-11-26T09:40:34.665Z] ---> [2020-11-26T09:40:34.665Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:40:35.079Z] f1c42386e301: Pushed [2020-11-26T09:40:35.079Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:35.258Z] ---> Running in 27dfb86dfece [2020-11-26T09:40:35.259Z] ---> Running in 47f17aca0590 [2020-11-26T09:40:35.381Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:35.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 [2020-11-26T09:40:35.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T09:40:35.678Z] 1d379aa05ebd: Preparing [2020-11-26T09:40:35.678Z] f1c42386e301: Preparing [2020-11-26T09:40:35.678Z] 9f0a711a5faf: Preparing [2020-11-26T09:40:35.678Z] c91d61895b29: Preparing [2020-11-26T09:40:35.678Z] 9f0a711a5faf: Layer already exists [2020-11-26T09:40:35.678Z] f1c42386e301: Layer already exists [2020-11-26T09:40:35.678Z] 1d379aa05ebd: Layer already exists [2020-11-26T09:40:35.678Z] c91d61895b29: Layer already exists [2020-11-26T09:40:35.678Z] 1.3.1-dev.11: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:35.852Z] Removing intermediate container 27dfb86dfece [2020-11-26T09:40:35.852Z] ---> ae67b73cd080 [2020-11-26T09:40:35.852Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T09:40:35.986Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:36.135Z] Removing intermediate container 47f17aca0590 [2020-11-26T09:40:36.135Z] ---> e579b4101222 [2020-11-26T09:40:36.135Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T09:40:36.135Z] ---> Running in d5c555985688 [2020-11-26T09:40:36.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-26T09:40:36.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:36.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T09:40:36.283Z] 1d379aa05ebd: Preparing [2020-11-26T09:40:36.283Z] f1c42386e301: Preparing [2020-11-26T09:40:36.283Z] 9f0a711a5faf: Preparing [2020-11-26T09:40:36.283Z] c91d61895b29: Preparing [2020-11-26T09:40:36.283Z] 9f0a711a5faf: Layer already exists [2020-11-26T09:40:36.283Z] 1d379aa05ebd: Layer already exists [2020-11-26T09:40:36.283Z] f1c42386e301: Layer already exists [2020-11-26T09:40:36.283Z] c91d61895b29: Layer already exists [2020-11-26T09:40:36.283Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:36.416Z] ---> Running in 4eafa5f6ba13 [2020-11-26T09:40:36.588Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:36.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-26T09:40:36.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-26T09:40:36.889Z] 1d379aa05ebd: Preparing [2020-11-26T09:40:36.889Z] f1c42386e301: Preparing [2020-11-26T09:40:36.889Z] 9f0a711a5faf: Preparing [2020-11-26T09:40:36.889Z] c91d61895b29: Preparing [2020-11-26T09:40:36.889Z] 9f0a711a5faf: Layer already exists [2020-11-26T09:40:36.889Z] f1c42386e301: Layer already exists [2020-11-26T09:40:36.889Z] c91d61895b29: Layer already exists [2020-11-26T09:40:36.889Z] 1d379aa05ebd: Layer already exists [2020-11-26T09:40:36.889Z] master: digest: sha256:e6235a235bce1013e7086f66e29cd5b1067f195f8c098527822d46c16645b265 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-26T09:40:37.017Z] Removing intermediate container d5c555985688 [2020-11-26T09:40:37.017Z] ---> 5b909b61a57e [2020-11-26T09:40:37.017Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T09:40:37.017Z] Removing intermediate container 4eafa5f6ba13 [2020-11-26T09:40:37.017Z] ---> 8e5d27c3ad48 [2020-11-26T09:40:37.017Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T09:40:37.017Z] ---> Running in 95ea8b2e032c [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:37.060Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:37.107Z] taggedImages: [2020-11-26T09:40:37.107Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:37.107Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.11 [2020-11-26T09:40:37.107Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:37.107Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-26T09:40:37.189Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-26T09:40:37.189Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:37.189Z] 1.3.1-dev.11 [2020-11-26T09:40:37.189Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:37.189Z] master [2020-11-26T09:40:37.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-26T09:40:37.299Z] ---> Running in f0fe91f1f197 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:37.674Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:37.910Z] Removing intermediate container 95ea8b2e032c [2020-11-26T09:40:37.910Z] ---> 0010954dba38 [2020-11-26T09:40:37.910Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T09:40:37.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:37.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T09:40:37.975Z] 426cc5afab2f: Preparing [2020-11-26T09:40:37.975Z] d3e96c0bba31: Preparing [2020-11-26T09:40:37.975Z] eb2038345157: Preparing [2020-11-26T09:40:37.975Z] 45faf3e0b9aa: Preparing [2020-11-26T09:40:37.975Z] 71a7cd95f3ed: Preparing [2020-11-26T09:40:37.975Z] 1d4cbbc42f5e: Preparing [2020-11-26T09:40:37.975Z] 1d4cbbc42f5e: Waiting [2020-11-26T09:40:38.188Z] Removing intermediate container f0fe91f1f197 [2020-11-26T09:40:38.188Z] ---> 91f3f67f4fbe [2020-11-26T09:40:38.188Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T09:40:38.236Z] 426cc5afab2f: Pushed [2020-11-26T09:40:38.236Z] 71a7cd95f3ed: Pushed [2020-11-26T09:40:38.236Z] eb2038345157: Pushed [2020-11-26T09:40:38.236Z] 45faf3e0b9aa: Pushed [2020-11-26T09:40:38.236Z] 1d4cbbc42f5e: Pushed [2020-11-26T09:40:39.175Z] ---> 2aedd89faf56 [2020-11-26T09:40:39.176Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T09:40:39.176Z] ---> 242fae2f690b [2020-11-26T09:40:39.176Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T09:40:39.179Z] d3e96c0bba31: Pushed [2020-11-26T09:40:39.441Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:39.748Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:40.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 [2020-11-26T09:40:40.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T09:40:40.047Z] 426cc5afab2f: Preparing [2020-11-26T09:40:40.047Z] d3e96c0bba31: Preparing [2020-11-26T09:40:40.047Z] eb2038345157: Preparing [2020-11-26T09:40:40.047Z] 45faf3e0b9aa: Preparing [2020-11-26T09:40:40.047Z] 71a7cd95f3ed: Preparing [2020-11-26T09:40:40.047Z] 1d4cbbc42f5e: Preparing [2020-11-26T09:40:40.047Z] 1d4cbbc42f5e: Waiting [2020-11-26T09:40:40.047Z] 45faf3e0b9aa: Layer already exists [2020-11-26T09:40:40.047Z] 71a7cd95f3ed: Layer already exists [2020-11-26T09:40:40.047Z] eb2038345157: Layer already exists [2020-11-26T09:40:40.047Z] d3e96c0bba31: Layer already exists [2020-11-26T09:40:40.047Z] 426cc5afab2f: Layer already exists [2020-11-26T09:40:40.047Z] 1d4cbbc42f5e: Layer already exists [2020-11-26T09:40:40.047Z] 1.3.1-dev.11: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:40.350Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:40.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:40.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T09:40:40.646Z] 426cc5afab2f: Preparing [2020-11-26T09:40:40.646Z] d3e96c0bba31: Preparing [2020-11-26T09:40:40.646Z] eb2038345157: Preparing [2020-11-26T09:40:40.646Z] 45faf3e0b9aa: Preparing [2020-11-26T09:40:40.646Z] 71a7cd95f3ed: Preparing [2020-11-26T09:40:40.646Z] 1d4cbbc42f5e: Preparing [2020-11-26T09:40:40.646Z] 1d4cbbc42f5e: Waiting [2020-11-26T09:40:40.646Z] eb2038345157: Layer already exists [2020-11-26T09:40:40.646Z] d3e96c0bba31: Layer already exists [2020-11-26T09:40:40.646Z] 71a7cd95f3ed: Layer already exists [2020-11-26T09:40:40.646Z] 426cc5afab2f: Layer already exists [2020-11-26T09:40:40.646Z] 45faf3e0b9aa: Layer already exists [2020-11-26T09:40:40.646Z] 1d4cbbc42f5e: Layer already exists [2020-11-26T09:40:40.646Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:41.032Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:41.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-26T09:40:41.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-26T09:40:41.386Z] 426cc5afab2f: Preparing [2020-11-26T09:40:41.386Z] d3e96c0bba31: Preparing [2020-11-26T09:40:41.386Z] eb2038345157: Preparing [2020-11-26T09:40:41.386Z] 45faf3e0b9aa: Preparing [2020-11-26T09:40:41.386Z] 71a7cd95f3ed: Preparing [2020-11-26T09:40:41.386Z] 1d4cbbc42f5e: Preparing [2020-11-26T09:40:41.386Z] 1d4cbbc42f5e: Waiting [2020-11-26T09:40:41.386Z] eb2038345157: Layer already exists [2020-11-26T09:40:41.386Z] 45faf3e0b9aa: Layer already exists [2020-11-26T09:40:41.386Z] d3e96c0bba31: Layer already exists [2020-11-26T09:40:41.386Z] 71a7cd95f3ed: Layer already exists [2020-11-26T09:40:41.386Z] 426cc5afab2f: Layer already exists [2020-11-26T09:40:41.386Z] 1d4cbbc42f5e: Layer already exists [2020-11-26T09:40:41.386Z] master: digest: sha256:093385d9493998465ba5ff88cfd6af8ed939251285272c37d66374fd5391203c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:41.571Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:41.622Z] taggedImages: [2020-11-26T09:40:41.622Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:41.622Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.11 [2020-11-26T09:40:41.622Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:41.622Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-26T09:40:41.713Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-26T09:40:41.713Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:41.713Z] 1.3.1-dev.11 [2020-11-26T09:40:41.713Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:41.713Z] master [2020-11-26T09:40:41.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-11-26T09:40:41.825Z] ---> 7bc21c92e77a [2020-11-26T09:40:41.825Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T09:40:41.825Z] ---> 0562864446c6 [2020-11-26T09:40:41.825Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:42.182Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:42.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:42.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T09:40:42.479Z] 20dc8e43530e: Preparing [2020-11-26T09:40:42.479Z] e90ce8ada91e: Preparing [2020-11-26T09:40:42.479Z] f0145af4ba76: Preparing [2020-11-26T09:40:42.741Z] f0145af4ba76: Pushed [2020-11-26T09:40:42.741Z] 20dc8e43530e: Pushed [2020-11-26T09:40:43.275Z] ---> 7552318272ac [2020-11-26T09:40:43.275Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T09:40:43.552Z] ---> Running in 4d53cc32d0a0 [2020-11-26T09:40:43.687Z] e90ce8ada91e: Pushed [2020-11-26T09:40:43.687Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:43.830Z] ---> 39000de5b79f [2020-11-26T09:40:43.830Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T09:40:43.990Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:44.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 [2020-11-26T09:40:44.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T09:40:44.290Z] 20dc8e43530e: Preparing [2020-11-26T09:40:44.290Z] e90ce8ada91e: Preparing [2020-11-26T09:40:44.290Z] f0145af4ba76: Preparing [2020-11-26T09:40:44.290Z] 20dc8e43530e: Layer already exists [2020-11-26T09:40:44.290Z] f0145af4ba76: Layer already exists [2020-11-26T09:40:44.290Z] e90ce8ada91e: Layer already exists [2020-11-26T09:40:44.290Z] 1.3.1-dev.11: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:44.597Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:44.825Z] Removing intermediate container 4d53cc32d0a0 [2020-11-26T09:40:44.825Z] ---> 5d18d198687a [2020-11-26T09:40:44.825Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:40:44.825Z] ---> Running in 000437b8c5e3 [2020-11-26T09:40:44.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:44.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T09:40:44.895Z] 20dc8e43530e: Preparing [2020-11-26T09:40:44.895Z] e90ce8ada91e: Preparing [2020-11-26T09:40:44.895Z] f0145af4ba76: Preparing [2020-11-26T09:40:44.895Z] f0145af4ba76: Layer already exists [2020-11-26T09:40:44.895Z] e90ce8ada91e: Layer already exists [2020-11-26T09:40:44.895Z] 20dc8e43530e: Layer already exists [2020-11-26T09:40:44.895Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:45.105Z] ---> 73f4de5e8e40 [2020-11-26T09:40:45.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T09:40:45.200Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:45.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-26T09:40:45.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-26T09:40:45.495Z] 20dc8e43530e: Preparing [2020-11-26T09:40:45.495Z] e90ce8ada91e: Preparing [2020-11-26T09:40:45.495Z] f0145af4ba76: Preparing [2020-11-26T09:40:45.495Z] 20dc8e43530e: Layer already exists [2020-11-26T09:40:45.495Z] f0145af4ba76: Layer already exists [2020-11-26T09:40:45.495Z] e90ce8ada91e: Layer already exists [2020-11-26T09:40:45.495Z] master: digest: sha256:c8ae0202c4b4984d33738bb8e168ef5ce722a5f16e841812a32aa0ab073a5b81 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:45.680Z] ===================================================== [2020-11-26T09:40:45.707Z] Removing intermediate container 000437b8c5e3 [2020-11-26T09:40:45.708Z] ---> f5b38bb50b55 [2020-11-26T09:40:45.708Z] Step 19/21 : LABEL arch=arm64 [Pipeline] echo [2020-11-26T09:40:45.725Z] taggedImages: [2020-11-26T09:40:45.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:45.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.11 [2020-11-26T09:40:45.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:45.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-26T09:40:45.790Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-26T09:40:45.790Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:45.790Z] 1.3.1-dev.11 [2020-11-26T09:40:45.790Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:45.790Z] master [2020-11-26T09:40:45.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:46.255Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:46.319Z] ---> Running in 06bb18c7989e [2020-11-26T09:40:46.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:46.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T09:40:46.553Z] 0e377d7bbabc: Preparing [2020-11-26T09:40:46.553Z] 7456e95d14b5: Preparing [2020-11-26T09:40:46.553Z] 4fa964944e6b: Preparing [2020-11-26T09:40:46.553Z] 5043f53f3dfa: Preparing [2020-11-26T09:40:46.553Z] 540ea1da8104: Preparing [2020-11-26T09:40:46.553Z] a9538a3eb21e: Preparing [2020-11-26T09:40:46.553Z] 895a9cae9d92: Preparing [2020-11-26T09:40:46.553Z] 1d278c39f50a: Preparing [2020-11-26T09:40:46.553Z] 3730a0890c46: Preparing [2020-11-26T09:40:46.553Z] 383f309b5d37: Preparing [2020-11-26T09:40:46.553Z] e1a73c32da76: Preparing [2020-11-26T09:40:46.553Z] 31b11ec6ff38: Preparing [2020-11-26T09:40:46.553Z] 911954e2fe49: Preparing [2020-11-26T09:40:46.553Z] ace0eda3e3be: Preparing [2020-11-26T09:40:46.553Z] a9538a3eb21e: Waiting [2020-11-26T09:40:46.553Z] 895a9cae9d92: Waiting [2020-11-26T09:40:46.553Z] 1d278c39f50a: Waiting [2020-11-26T09:40:46.553Z] 3730a0890c46: Waiting [2020-11-26T09:40:46.553Z] 383f309b5d37: Waiting [2020-11-26T09:40:46.553Z] e1a73c32da76: Waiting [2020-11-26T09:40:46.553Z] 31b11ec6ff38: Waiting [2020-11-26T09:40:46.553Z] 911954e2fe49: Waiting [2020-11-26T09:40:46.553Z] ace0eda3e3be: Waiting [2020-11-26T09:40:46.821Z] 540ea1da8104: Pushed [2020-11-26T09:40:46.821Z] 0e377d7bbabc: Pushed [2020-11-26T09:40:47.083Z] 5043f53f3dfa: Pushed [2020-11-26T09:40:47.083Z] 1d278c39f50a: Layer already exists [2020-11-26T09:40:47.083Z] 3730a0890c46: Layer already exists [2020-11-26T09:40:47.083Z] 383f309b5d37: Layer already exists [2020-11-26T09:40:47.083Z] 895a9cae9d92: Pushed [2020-11-26T09:40:47.083Z] e1a73c32da76: Layer already exists [2020-11-26T09:40:47.083Z] 31b11ec6ff38: Layer already exists [2020-11-26T09:40:47.307Z] Removing intermediate container 06bb18c7989e [2020-11-26T09:40:47.307Z] ---> 47a1520d40fc [2020-11-26T09:40:47.307Z] Step 20/21 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:47.349Z] 911954e2fe49: Layer already exists [2020-11-26T09:40:47.349Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:47.589Z] ---> Running in ecf99a76458f [2020-11-26T09:40:47.590Z] ---> f30d5e21da60 [2020-11-26T09:40:47.865Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T09:40:47.923Z] a9538a3eb21e: Pushed [2020-11-26T09:40:48.184Z] 7456e95d14b5: Pushed [2020-11-26T09:40:48.855Z] Removing intermediate container ecf99a76458f [2020-11-26T09:40:48.855Z] ---> b9dabf9e89c5 [2020-11-26T09:40:48.855Z] Step 21/21 : LABEL version=1.3.1-dev.11 [2020-11-26T09:40:49.130Z] ---> Running in b58db5c8e26a [2020-11-26T09:40:49.731Z] ---> 0c5d52909c59 [2020-11-26T09:40:49.731Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T09:40:50.007Z] ---> Running in 108769b5c796 [2020-11-26T09:40:50.284Z] Removing intermediate container b58db5c8e26a [2020-11-26T09:40:50.284Z] ---> 69be5546f186 [2020-11-26T09:40:50.284Z] [2020-11-26T09:40:51.273Z] Successfully built 69be5546f186 [2020-11-26T09:40:51.549Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-26T09:40:51.549Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-11-26T09:40:51.827Z] Removing intermediate container 108769b5c796 [2020-11-26T09:40:51.828Z] ---> f1f576c7b77b [2020-11-26T09:40:51.828Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:40:52.106Z] ---> Running in ef5dbfd76792 [2020-11-26T09:40:52.381Z] Removing intermediate container dc18b663b4eb [2020-11-26T09:40:52.381Z] ---> 7d72f02c0c64 [2020-11-26T09:40:52.381Z] [2020-11-26T09:40:52.381Z] Step 10/22 : FROM scratch [2020-11-26T09:40:52.381Z] ---> [2020-11-26T09:40:52.381Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:40:52.381Z] ---> Using cache [2020-11-26T09:40:52.381Z] ---> ae67b73cd080 [2020-11-26T09:40:52.381Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T09:40:52.984Z] ---> Running in 9fb61116d77d [2020-11-26T09:40:53.273Z] Removing intermediate container ef5dbfd76792 [2020-11-26T09:40:53.273Z] ---> 384c90856e0b [2020-11-26T09:40:53.273Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T09:40:53.875Z] ---> Running in 49d4820b25f6 [2020-11-26T09:40:53.875Z] Removing intermediate container 9fb61116d77d [2020-11-26T09:40:53.875Z] ---> 341df985c5ce [2020-11-26T09:40:53.875Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:40:54.159Z] ---> Running in 43504f802dff [2020-11-26T09:40:54.443Z] Removing intermediate container 49d4820b25f6 [2020-11-26T09:40:54.443Z] ---> 1b7d7c68790b [2020-11-26T09:40:54.443Z] Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:54.781Z] 4fa964944e6b: Pushed [2020-11-26T09:40:55.041Z] ---> Running in c79a60d0ac54 [2020-11-26T09:40:55.041Z] Removing intermediate container 43504f802dff [2020-11-26T09:40:55.041Z] ---> cf37a7937fcd [2020-11-26T09:40:55.041Z] Step 14/22 : WORKDIR / [2020-11-26T09:40:55.043Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:55.360Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:55.637Z] ---> Running in 8177677013dc [2020-11-26T09:40:55.637Z] Removing intermediate container c79a60d0ac54 [2020-11-26T09:40:55.637Z] ---> 9669c37ea86a [2020-11-26T09:40:55.637Z] Step 24/24 : LABEL version=1.3.1-dev.11 [2020-11-26T09:40:55.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 [2020-11-26T09:40:55.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T09:40:55.662Z] 0e377d7bbabc: Preparing [2020-11-26T09:40:55.662Z] 7456e95d14b5: Preparing [2020-11-26T09:40:55.662Z] 4fa964944e6b: Preparing [2020-11-26T09:40:55.662Z] 5043f53f3dfa: Preparing [2020-11-26T09:40:55.662Z] 540ea1da8104: Preparing [2020-11-26T09:40:55.662Z] a9538a3eb21e: Preparing [2020-11-26T09:40:55.662Z] 895a9cae9d92: Preparing [2020-11-26T09:40:55.662Z] 1d278c39f50a: Preparing [2020-11-26T09:40:55.662Z] 3730a0890c46: Preparing [2020-11-26T09:40:55.662Z] 383f309b5d37: Preparing [2020-11-26T09:40:55.662Z] e1a73c32da76: Preparing [2020-11-26T09:40:55.662Z] 31b11ec6ff38: Preparing [2020-11-26T09:40:55.662Z] 911954e2fe49: Preparing [2020-11-26T09:40:55.662Z] ace0eda3e3be: Preparing [2020-11-26T09:40:55.662Z] a9538a3eb21e: Waiting [2020-11-26T09:40:55.662Z] 895a9cae9d92: Waiting [2020-11-26T09:40:55.662Z] 1d278c39f50a: Waiting [2020-11-26T09:40:55.662Z] 3730a0890c46: Waiting [2020-11-26T09:40:55.662Z] 383f309b5d37: Waiting [2020-11-26T09:40:55.662Z] e1a73c32da76: Waiting [2020-11-26T09:40:55.662Z] 31b11ec6ff38: Waiting [2020-11-26T09:40:55.662Z] 911954e2fe49: Waiting [2020-11-26T09:40:55.662Z] 5043f53f3dfa: Layer already exists [2020-11-26T09:40:55.662Z] 540ea1da8104: Layer already exists [2020-11-26T09:40:55.662Z] 0e377d7bbabc: Layer already exists [2020-11-26T09:40:55.662Z] 7456e95d14b5: Layer already exists [2020-11-26T09:40:55.662Z] 4fa964944e6b: Layer already exists [2020-11-26T09:40:55.662Z] a9538a3eb21e: Layer already exists [2020-11-26T09:40:55.662Z] 895a9cae9d92: Layer already exists [2020-11-26T09:40:55.662Z] e1a73c32da76: Layer already exists [2020-11-26T09:40:55.662Z] 1d278c39f50a: Layer already exists [2020-11-26T09:40:55.662Z] 3730a0890c46: Layer already exists [2020-11-26T09:40:55.662Z] 383f309b5d37: Layer already exists [2020-11-26T09:40:55.662Z] 31b11ec6ff38: Layer already exists [2020-11-26T09:40:55.662Z] 911954e2fe49: Layer already exists [2020-11-26T09:40:55.662Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:55.913Z] ---> Running in 2b38bb581351 [2020-11-26T09:40:55.924Z] 1.3.1-dev.11: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:56.190Z] Removing intermediate container 8177677013dc [2020-11-26T09:40:56.190Z] ---> d5ae204d749d [2020-11-26T09:40:56.190Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T09:40:56.229Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:56.465Z] Removing intermediate container 2b38bb581351 [2020-11-26T09:40:56.465Z] ---> 6e86112c7512 [2020-11-26T09:40:56.465Z] [2020-11-26T09:40:56.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:56.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T09:40:56.530Z] 0e377d7bbabc: Preparing [2020-11-26T09:40:56.530Z] 7456e95d14b5: Preparing [2020-11-26T09:40:56.530Z] 4fa964944e6b: Preparing [2020-11-26T09:40:56.530Z] 5043f53f3dfa: Preparing [2020-11-26T09:40:56.530Z] 540ea1da8104: Preparing [2020-11-26T09:40:56.530Z] a9538a3eb21e: Preparing [2020-11-26T09:40:56.530Z] 895a9cae9d92: Preparing [2020-11-26T09:40:56.530Z] 1d278c39f50a: Preparing [2020-11-26T09:40:56.530Z] 3730a0890c46: Preparing [2020-11-26T09:40:56.530Z] 383f309b5d37: Preparing [2020-11-26T09:40:56.530Z] e1a73c32da76: Preparing [2020-11-26T09:40:56.530Z] 31b11ec6ff38: Preparing [2020-11-26T09:40:56.530Z] 911954e2fe49: Preparing [2020-11-26T09:40:56.530Z] ace0eda3e3be: Preparing [2020-11-26T09:40:56.530Z] 3730a0890c46: Waiting [2020-11-26T09:40:56.530Z] 383f309b5d37: Waiting [2020-11-26T09:40:56.530Z] e1a73c32da76: Waiting [2020-11-26T09:40:56.530Z] 31b11ec6ff38: Waiting [2020-11-26T09:40:56.530Z] a9538a3eb21e: Waiting [2020-11-26T09:40:56.530Z] 911954e2fe49: Waiting [2020-11-26T09:40:56.530Z] ace0eda3e3be: Waiting [2020-11-26T09:40:56.530Z] 895a9cae9d92: Waiting [2020-11-26T09:40:56.530Z] 1d278c39f50a: Waiting [2020-11-26T09:40:56.530Z] 4fa964944e6b: Layer already exists [2020-11-26T09:40:56.530Z] 5043f53f3dfa: Layer already exists [2020-11-26T09:40:56.530Z] 540ea1da8104: Layer already exists [2020-11-26T09:40:56.530Z] 0e377d7bbabc: Layer already exists [2020-11-26T09:40:56.530Z] 7456e95d14b5: Layer already exists [2020-11-26T09:40:56.530Z] 1d278c39f50a: Layer already exists [2020-11-26T09:40:56.530Z] a9538a3eb21e: Layer already exists [2020-11-26T09:40:56.530Z] 895a9cae9d92: Layer already exists [2020-11-26T09:40:56.530Z] 3730a0890c46: Layer already exists [2020-11-26T09:40:56.530Z] 383f309b5d37: Layer already exists [2020-11-26T09:40:56.530Z] 911954e2fe49: Layer already exists [2020-11-26T09:40:56.530Z] 31b11ec6ff38: Layer already exists [2020-11-26T09:40:56.530Z] e1a73c32da76: Layer already exists [2020-11-26T09:40:56.530Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:56.530Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:56.833Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:40:57.068Z] Successfully built 6e86112c7512 [2020-11-26T09:40:57.068Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-26T09:40:57.068Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-11-26T09:40:57.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-26T09:40:57.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-26T09:40:57.135Z] 0e377d7bbabc: Preparing [2020-11-26T09:40:57.135Z] 7456e95d14b5: Preparing [2020-11-26T09:40:57.135Z] 4fa964944e6b: Preparing [2020-11-26T09:40:57.135Z] 5043f53f3dfa: Preparing [2020-11-26T09:40:57.135Z] 540ea1da8104: Preparing [2020-11-26T09:40:57.135Z] a9538a3eb21e: Preparing [2020-11-26T09:40:57.135Z] 895a9cae9d92: Preparing [2020-11-26T09:40:57.135Z] 1d278c39f50a: Preparing [2020-11-26T09:40:57.135Z] 3730a0890c46: Preparing [2020-11-26T09:40:57.135Z] 383f309b5d37: Preparing [2020-11-26T09:40:57.135Z] e1a73c32da76: Preparing [2020-11-26T09:40:57.135Z] 31b11ec6ff38: Preparing [2020-11-26T09:40:57.135Z] 911954e2fe49: Preparing [2020-11-26T09:40:57.135Z] ace0eda3e3be: Preparing [2020-11-26T09:40:57.135Z] a9538a3eb21e: Waiting [2020-11-26T09:40:57.135Z] 895a9cae9d92: Waiting [2020-11-26T09:40:57.135Z] 1d278c39f50a: Waiting [2020-11-26T09:40:57.135Z] 3730a0890c46: Waiting [2020-11-26T09:40:57.135Z] 383f309b5d37: Waiting [2020-11-26T09:40:57.135Z] e1a73c32da76: Waiting [2020-11-26T09:40:57.135Z] 31b11ec6ff38: Waiting [2020-11-26T09:40:57.135Z] 911954e2fe49: Waiting [2020-11-26T09:40:57.135Z] ace0eda3e3be: Waiting [2020-11-26T09:40:57.135Z] 7456e95d14b5: Layer already exists [2020-11-26T09:40:57.135Z] 5043f53f3dfa: Layer already exists [2020-11-26T09:40:57.135Z] 0e377d7bbabc: Layer already exists [2020-11-26T09:40:57.135Z] 540ea1da8104: Layer already exists [2020-11-26T09:40:57.135Z] 4fa964944e6b: Layer already exists [2020-11-26T09:40:57.135Z] a9538a3eb21e: Layer already exists [2020-11-26T09:40:57.135Z] 895a9cae9d92: Layer already exists [2020-11-26T09:40:57.135Z] 3730a0890c46: Layer already exists [2020-11-26T09:40:57.135Z] 1d278c39f50a: Layer already exists [2020-11-26T09:40:57.135Z] 383f309b5d37: Layer already exists [2020-11-26T09:40:57.135Z] 31b11ec6ff38: Layer already exists [2020-11-26T09:40:57.135Z] e1a73c32da76: Layer already exists [2020-11-26T09:40:57.135Z] 911954e2fe49: Layer already exists [2020-11-26T09:40:57.135Z] ace0eda3e3be: Layer already exists [2020-11-26T09:40:57.398Z] master: digest: sha256:0da2fa9769327c2453d2ffd442266e0b1fd402a4a81a217abfc5d7aab284ceef size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:40:57.575Z] ===================================================== [Pipeline] echo [2020-11-26T09:40:57.628Z] taggedImages: [2020-11-26T09:40:57.629Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:40:57.629Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.11 [2020-11-26T09:40:57.629Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:40:57.629Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [2020-11-26T09:40:57.688Z] ---> 1ab7962e00f9 [2020-11-26T09:40:57.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T09:41:00.348Z] ---> e860dfc025c1 [2020-11-26T09:41:00.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T09:41:02.984Z] ---> 106e8e28ba28 [2020-11-26T09:41:02.984Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T09:41:03.258Z] ---> Running in 991a4d8399a3 [2020-11-26T09:41:03.555Z] Removing intermediate container f19b85beb8f5 [2020-11-26T09:41:03.555Z] ---> 0e8b515fbc5c [2020-11-26T09:41:03.555Z] [2020-11-26T09:41:03.555Z] Step 10/23 : FROM alpine [2020-11-26T09:41:03.555Z] ---> 2e77e061c27f [2020-11-26T09:41:03.555Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:41:04.160Z] ---> Running in 73fc57969870 [2020-11-26T09:41:04.160Z] Removing intermediate container 991a4d8399a3 [2020-11-26T09:41:04.160Z] ---> a7171ac472c4 [2020-11-26T09:41:04.160Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:41:04.439Z] ---> Running in 2e117f4e467a [2020-11-26T09:41:05.059Z] Removing intermediate container 73fc57969870 [2020-11-26T09:41:05.059Z] ---> cf126b27b2e6 [2020-11-26T09:41:05.059Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T09:41:05.059Z] ---> Running in ae1649d808fa [2020-11-26T09:41:05.059Z] Removing intermediate container 2e117f4e467a [2020-11-26T09:41:05.059Z] ---> d4576f332bc6 [2020-11-26T09:41:05.059Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T09:41:05.353Z] ---> Running in 900e46b07f9b [2020-11-26T09:41:05.948Z] Removing intermediate container ae1649d808fa [2020-11-26T09:41:05.948Z] ---> 832229a46869 [2020-11-26T09:41:05.948Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T09:41:06.542Z] ---> Running in 9d9a0fa3655b [2020-11-26T09:41:06.542Z] Removing intermediate container 900e46b07f9b [2020-11-26T09:41:06.542Z] ---> 3c29ace158c8 [2020-11-26T09:41:06.542Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:41:06.817Z] ---> Running in d8f47710db2f [2020-11-26T09:41:07.415Z] Removing intermediate container 9d9a0fa3655b [2020-11-26T09:41:07.415Z] ---> d7c0f62eeb3c [2020-11-26T09:41:07.415Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:41:07.415Z] ---> Running in 10f3b38eeef3 [2020-11-26T09:41:08.014Z] Removing intermediate container d8f47710db2f [2020-11-26T09:41:08.014Z] ---> affd7cdaa570 [2020-11-26T09:41:08.014Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:41:08.295Z] ---> Running in 5d783dec5ab8 [2020-11-26T09:41:09.743Z] Removing intermediate container 5d783dec5ab8 [2020-11-26T09:41:09.743Z] ---> 7ba043b0b1b9 [2020-11-26T09:41:09.743Z] [2020-11-26T09:41:11.177Z] Successfully built 7ba043b0b1b9 [2020-11-26T09:41:11.177Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-26T09:41:11.177Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2020-11-26T09:41:11.787Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:41:11.787Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:41:11.787Z] ---> 657399818551 [2020-11-26T09:41:11.787Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> 45478503a147 [2020-11-26T09:41:11.787Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> df029af06269 [2020-11-26T09:41:11.787Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> f2e72e3b2d68 [2020-11-26T09:41:11.787Z] Step 6/22 : COPY go.mod . [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> e843eccb5a11 [2020-11-26T09:41:11.787Z] Step 7/22 : RUN go mod download [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> 3669d6cd2a2d [2020-11-26T09:41:11.787Z] Step 8/22 : COPY . . [2020-11-26T09:41:11.787Z] ---> Using cache [2020-11-26T09:41:11.787Z] ---> 4a69b9da3ca0 [2020-11-26T09:41:11.787Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T09:41:12.060Z] Removing intermediate container 10f3b38eeef3 [2020-11-26T09:41:12.060Z] ---> d308a53880d7 [2020-11-26T09:41:12.061Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T09:41:12.345Z] ---> Running in b2aecd889ad3 [2020-11-26T09:41:12.345Z] ---> Running in a3f350dc6f0d [2020-11-26T09:41:14.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-11-26T09:41:14.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:15.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:16.954Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T09:41:16.954Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T09:41:16.954Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T09:41:17.242Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:41:17.242Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:41:17.242Z] ---> 657399818551 [2020-11-26T09:41:17.242Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:41:17.242Z] ---> Using cache [2020-11-26T09:41:17.242Z] ---> 45478503a147 [2020-11-26T09:41:17.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:41:17.242Z] ---> Using cache [2020-11-26T09:41:17.242Z] ---> df029af06269 [2020-11-26T09:41:17.242Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T09:41:17.517Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T09:41:17.517Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T09:41:17.793Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:41:17.793Z] OK: 8 MiB in 19 packages [2020-11-26T09:41:19.235Z] ---> Running in 9e87e08fbed1 [2020-11-26T09:41:20.231Z] Removing intermediate container a3f350dc6f0d [2020-11-26T09:41:20.231Z] ---> 6e7ac1a2168d [2020-11-26T09:41:20.231Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T09:41:21.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:22.283Z] ---> a472baaa1b86 [2020-11-26T09:41:22.283Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T09:41:22.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:24.014Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:41:24.014Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:41:24.014Z] OK: 12625 distinct packages available [2020-11-26T09:41:25.001Z] OK: 217 MiB in 51 packages [2020-11-26T09:41:25.641Z] ---> c8fe4fff8fd4 [2020-11-26T09:41:25.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T09:41:25.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-26T09:41:25.917Z] OK: 217 MiB in 51 packages [2020-11-26T09:41:27.369Z] ---> 2fb05cfd3026 [2020-11-26T09:41:27.369Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T09:41:27.971Z] ---> Running in 493dd76b29e9 [2020-11-26T09:41:28.248Z] Removing intermediate container 9e87e08fbed1 [2020-11-26T09:41:28.248Z] ---> 182b33bbf68c [2020-11-26T09:41:28.248Z] Step 6/22 : COPY go.mod . [2020-11-26T09:41:28.848Z] Removing intermediate container 493dd76b29e9 [2020-11-26T09:41:28.848Z] ---> 117bdb502d32 [2020-11-26T09:41:28.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:41:29.129Z] ---> Running in e157cb151ba0 [2020-11-26T09:41:29.863Z] ---> 8a427b0e3720 [2020-11-26T09:41:29.863Z] Step 7/22 : RUN go mod download [2020-11-26T09:41:30.331Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:41:30.331Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:41:30.331Z] ---> 657399818551 [2020-11-26T09:41:30.331Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> 45478503a147 [2020-11-26T09:41:30.331Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> df029af06269 [2020-11-26T09:41:30.331Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> f2e72e3b2d68 [2020-11-26T09:41:30.331Z] Step 6/22 : COPY go.mod . [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> e843eccb5a11 [2020-11-26T09:41:30.331Z] Step 7/22 : RUN go mod download [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> 3669d6cd2a2d [2020-11-26T09:41:30.331Z] Step 8/22 : COPY . . [2020-11-26T09:41:30.331Z] ---> Running in 3de9f0eccb4f [2020-11-26T09:41:30.331Z] ---> Using cache [2020-11-26T09:41:30.331Z] ---> 4a69b9da3ca0 [2020-11-26T09:41:30.331Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T09:41:30.660Z] Removing intermediate container e157cb151ba0 [2020-11-26T09:41:30.660Z] ---> 9e7bff451fcb [2020-11-26T09:41:30.660Z] Step 21/23 : LABEL arch=arm64 [2020-11-26T09:41:30.660Z] ---> Running in db299bfb17c6 [2020-11-26T09:41:30.660Z] ---> Running in 56bc3d784626 [2020-11-26T09:41:32.236Z] Removing intermediate container 56bc3d784626 [2020-11-26T09:41:32.236Z] ---> 40caf09afe8d [2020-11-26T09:41:32.236Z] Step 22/23 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:41:32.236Z] ---> Running in 61e77857501c [2020-11-26T09:41:33.775Z] Removing intermediate container 61e77857501c [2020-11-26T09:41:33.775Z] ---> 20fb55ebc59b [2020-11-26T09:41:33.775Z] Step 23/23 : LABEL version=1.3.1-dev.11 [2020-11-26T09:41:33.775Z] ---> Running in 429b4d88f18c [2020-11-26T09:41:33.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-26T09:41:34.379Z] Removing intermediate container 429b4d88f18c [2020-11-26T09:41:34.379Z] ---> 27776d347ee0 [2020-11-26T09:41:34.379Z] [2020-11-26T09:41:34.659Z] Successfully built 27776d347ee0 [2020-11-26T09:41:34.940Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-26T09:41:34.940Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-11-26T09:41:36.408Z] Removing intermediate container 3de9f0eccb4f [2020-11-26T09:41:36.408Z] ---> 8d476cb3217c [2020-11-26T09:41:36.408Z] Step 8/22 : COPY . . [2020-11-26T09:41:48.881Z] Removing intermediate container 08ac4053730f [2020-11-26T09:41:48.881Z] ---> 6201de8e67ba [2020-11-26T09:41:48.881Z] [2020-11-26T09:41:48.881Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T09:41:49.158Z] 3.10: Pulling from library/alpine [2020-11-26T09:41:51.789Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T09:41:51.789Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T09:41:51.789Z] ---> 536a684cf733 [2020-11-26T09:41:51.789Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:41:52.781Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:41:52.781Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T09:41:52.781Z] ---> 657399818551 [2020-11-26T09:41:52.781Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T09:41:52.781Z] ---> Using cache [2020-11-26T09:41:52.781Z] ---> 45478503a147 [2020-11-26T09:41:52.781Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T09:41:53.441Z] ---> Running in 518f56b74c92 [2020-11-26T09:41:53.441Z] ---> Running in a578c9095991 [2020-11-26T09:41:54.056Z] ---> 7059de14b5b0 [2020-11-26T09:41:54.056Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T09:41:54.333Z] ---> Running in c023d77ae10b [2020-11-26T09:41:56.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:56.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:56.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:56.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T09:41:56.932Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T09:41:56.932Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T09:41:56.932Z] OK: 10169 distinct packages available [2020-11-26T09:41:56.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:41:57.534Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T09:41:57.813Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T09:41:57.813Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T09:41:57.813Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T09:41:57.813Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T09:41:57.813Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T09:41:57.813Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T09:41:58.088Z] OK: 7 MiB in 19 packages [2020-11-26T09:41:58.088Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:41:58.088Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:41:58.088Z] OK: 12625 distinct packages available [2020-11-26T09:41:59.078Z] OK: 217 MiB in 51 packages [2020-11-26T09:42:01.075Z] Removing intermediate container 518f56b74c92 [2020-11-26T09:42:01.075Z] ---> 7ac04804bb35 [2020-11-26T09:42:01.075Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:42:01.357Z] Removing intermediate container a578c9095991 [2020-11-26T09:42:01.357Z] ---> 0086920fdf99 [2020-11-26T09:42:01.357Z] Step 5/29 : COPY go.mod . [2020-11-26T09:42:01.357Z] ---> Running in 277fe57fb92b [2020-11-26T09:42:02.349Z] Removing intermediate container 277fe57fb92b [2020-11-26T09:42:02.349Z] ---> 5818cd975de5 [2020-11-26T09:42:02.349Z] Step 13/24 : WORKDIR / [2020-11-26T09:42:02.349Z] ---> Running in 51b9206799a8 [2020-11-26T09:42:02.629Z] ---> 9c233b975eac [2020-11-26T09:42:02.629Z] Step 6/29 : RUN go mod download [2020-11-26T09:42:02.908Z] ---> Running in fde6f771750e [2020-11-26T09:42:03.519Z] Removing intermediate container 51b9206799a8 [2020-11-26T09:42:03.519Z] ---> 9ed306c7b909 [2020-11-26T09:42:03.519Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-26T09:42:04.985Z] ---> 56f708c3380a [2020-11-26T09:42:04.985Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-26T09:42:05.984Z] ---> 29f68d171d37 [2020-11-26T09:42:05.984Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:07.976Z] ---> 7cc7b052da40 [2020-11-26T09:42:07.976Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T09:42:07.976Z] Removing intermediate container fde6f771750e [2020-11-26T09:42:07.976Z] ---> 2032a9a539e1 [2020-11-26T09:42:07.976Z] Step 7/29 : COPY . . [2020-11-26T09:42:09.968Z] ---> 9b410c53d57c [2020-11-26T09:42:09.968Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T09:42:13.376Z] ---> 1f07cd6e8865 [2020-11-26T09:42:13.376Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:42:14.378Z] ---> aeaac36b8a05 [2020-11-26T09:42:14.378Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:42:14.665Z] ---> Running in 0ca9e934bfe1 [2020-11-26T09:42:20.104Z] Removing intermediate container 0ca9e934bfe1 [2020-11-26T09:42:20.104Z] ---> 4971fa813f64 [2020-11-26T09:42:20.104Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:42:20.104Z] ---> Running in 9057c3427f23 [2020-11-26T09:42:21.090Z] Removing intermediate container 9057c3427f23 [2020-11-26T09:42:21.090Z] ---> efc46149d263 [2020-11-26T09:42:21.090Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T09:42:21.365Z] ---> Running in cc97ee399b19 [2020-11-26T09:42:22.350Z] Removing intermediate container cc97ee399b19 [2020-11-26T09:42:22.350Z] ---> 7f15632b5dec [2020-11-26T09:42:22.350Z] Step 23/24 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:42:22.625Z] ---> Running in 7589adf422f0 [2020-11-26T09:42:23.227Z] ---> 1ba4acf32022 [2020-11-26T09:42:23.227Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T09:42:23.227Z] Removing intermediate container 7589adf422f0 [2020-11-26T09:42:23.227Z] ---> 29593cd6d614 [2020-11-26T09:42:23.227Z] Step 24/24 : LABEL version=1.3.1-dev.11 [2020-11-26T09:42:23.502Z] ---> Running in 1113a48c16d4 [2020-11-26T09:42:23.502Z] ---> Running in 46571b6602cf [2020-11-26T09:42:24.488Z] Removing intermediate container 46571b6602cf [2020-11-26T09:42:24.488Z] ---> 804b2ff72609 [2020-11-26T09:42:24.488Z] [2020-11-26T09:42:24.763Z] Successfully built 804b2ff72609 [2020-11-26T09:42:25.036Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-26T09:42:25.036Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-26T09:42:25.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-26T09:42:40.785Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:42:40.785Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:42:40.785Z] ---> 657399818551 [2020-11-26T09:42:40.785Z] Step 3/27 : WORKDIR /edgex-go [2020-11-26T09:42:40.785Z] ---> Using cache [2020-11-26T09:42:40.785Z] ---> 45478503a147 [2020-11-26T09:42:40.785Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:42:40.785Z] ---> Using cache [2020-11-26T09:42:40.785Z] ---> df029af06269 [2020-11-26T09:42:40.785Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T09:42:40.785Z] ---> Running in f20a491f8ea9 [2020-11-26T09:42:42.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:42:43.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:42:44.678Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:42:44.678Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:42:44.678Z] OK: 12625 distinct packages available [2020-11-26T09:42:45.280Z] OK: 217 MiB in 51 packages [2020-11-26T09:42:47.268Z] Removing intermediate container f20a491f8ea9 [2020-11-26T09:42:47.268Z] ---> 08738a4f12b8 [2020-11-26T09:42:47.268Z] Step 6/27 : COPY go.mod . [2020-11-26T09:42:48.267Z] ---> cb4a21e341ba [2020-11-26T09:42:48.267Z] Step 7/27 : RUN go mod download [2020-11-26T09:42:48.545Z] ---> Running in c6c83be89395 [2020-11-26T09:42:53.985Z] Removing intermediate container c6c83be89395 [2020-11-26T09:42:53.985Z] ---> 66817ff8d200 [2020-11-26T09:42:53.985Z] Step 8/27 : COPY . . [2020-11-26T09:42:56.743Z] Removing intermediate container b2aecd889ad3 [2020-11-26T09:42:56.743Z] ---> 397ab12c5954 [2020-11-26T09:42:56.743Z] [2020-11-26T09:42:56.743Z] Step 10/22 : FROM scratch [2020-11-26T09:42:56.743Z] ---> [2020-11-26T09:42:56.743Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:42:56.743Z] Removing intermediate container db299bfb17c6 [2020-11-26T09:42:56.743Z] ---> 7fbaf4abfdc1 [2020-11-26T09:42:56.743Z] [2020-11-26T09:42:56.743Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T09:42:56.743Z] ---> 536a684cf733 [2020-11-26T09:42:56.743Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:42:56.743Z] ---> Using cache [2020-11-26T09:42:56.743Z] ---> 7ac04804bb35 [2020-11-26T09:42:56.743Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T09:42:56.743Z] ---> Using cache [2020-11-26T09:42:56.743Z] ---> ae67b73cd080 [2020-11-26T09:42:56.743Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T09:42:57.048Z] ---> Running in 2e418000fc7c [2020-11-26T09:42:57.048Z] ---> Running in 153123c9b87c [2020-11-26T09:42:58.128Z] Removing intermediate container 2e418000fc7c [2020-11-26T09:42:58.128Z] ---> e264411fbbeb [2020-11-26T09:42:58.128Z] Step 13/22 : WORKDIR / [2020-11-26T09:42:58.403Z] ---> Running in f17ffa03fcf1 [2020-11-26T09:42:58.403Z] Removing intermediate container 153123c9b87c [2020-11-26T09:42:58.403Z] ---> 304d42009ddd [2020-11-26T09:42:58.403Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:42:58.682Z] ---> Running in c6dd700c1fa7 [2020-11-26T09:42:59.707Z] Removing intermediate container f17ffa03fcf1 [2020-11-26T09:42:59.707Z] ---> a5425ab3dbf2 [2020-11-26T09:42:59.707Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T09:43:00.004Z] Removing intermediate container c6dd700c1fa7 [2020-11-26T09:43:00.004Z] ---> 1e7253470789 [2020-11-26T09:43:00.004Z] Step 14/22 : WORKDIR / [2020-11-26T09:43:00.286Z] ---> Running in 3fe2c96d0c05 [2020-11-26T09:43:01.743Z] Removing intermediate container 3fe2c96d0c05 [2020-11-26T09:43:01.743Z] ---> 8e228786d28d [2020-11-26T09:43:01.743Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T09:43:02.032Z] ---> a1685f16beaa [2020-11-26T09:43:02.032Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T09:43:03.502Z] ---> 1a5ca34b1935 [2020-11-26T09:43:03.502Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T09:43:04.498Z] ---> 8d270c151a51 [2020-11-26T09:43:04.498Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T09:43:06.508Z] ---> ff33011ed6cb [2020-11-26T09:43:06.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T09:43:06.784Z] ---> 93a919e1fbd4 [2020-11-26T09:43:06.784Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T09:43:08.238Z] ---> 20ef05ae5c73 [2020-11-26T09:43:08.238Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T09:43:08.517Z] ---> aa1bef4a9bda [2020-11-26T09:43:08.517Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T09:43:08.517Z] ---> Running in fe65782157ce [2020-11-26T09:43:08.796Z] ---> Running in 3a99f856de1f [2020-11-26T09:43:10.796Z] Removing intermediate container 3a99f856de1f [2020-11-26T09:43:10.797Z] ---> 41403b841297 [2020-11-26T09:43:10.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:43:10.797Z] ---> Running in 1b1275c2a31a [2020-11-26T09:43:12.251Z] Removing intermediate container 1b1275c2a31a [2020-11-26T09:43:12.251Z] ---> 0f07f882a662 [2020-11-26T09:43:12.251Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T09:43:12.251Z] ---> Running in c9f39b1e742c [2020-11-26T09:43:12.867Z] Removing intermediate container fe65782157ce [2020-11-26T09:43:12.867Z] ---> ad8d0a68d49f [2020-11-26T09:43:12.867Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T09:43:13.144Z] Removing intermediate container c9f39b1e742c [2020-11-26T09:43:13.144Z] ---> d226a6ee79d9 [2020-11-26T09:43:13.144Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:43:13.144Z] ---> Running in 6c831571b00a [2020-11-26T09:43:13.422Z] ---> Running in 154eb28a97d8 [2020-11-26T09:43:14.030Z] Removing intermediate container 6c831571b00a [2020-11-26T09:43:14.030Z] ---> adc617043413 [2020-11-26T09:43:14.030Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T09:43:14.312Z] ---> 3622a7278026 [2020-11-26T09:43:14.312Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T09:43:14.312Z] Removing intermediate container 154eb28a97d8 [2020-11-26T09:43:14.312Z] ---> 948cc52a8e22 [2020-11-26T09:43:14.312Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:43:14.312Z] ---> Running in 514b068de000 [2020-11-26T09:43:14.594Z] ---> Running in 376a2f0ae8b1 [2020-11-26T09:43:14.594Z] ---> Running in 7a88384e2296 [2020-11-26T09:43:15.206Z] Removing intermediate container 514b068de000 [2020-11-26T09:43:15.206Z] ---> ebbad092eff6 [2020-11-26T09:43:15.206Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:43:15.488Z] ---> Running in e4f4361716fe [2020-11-26T09:43:15.488Z] Removing intermediate container 7a88384e2296 [2020-11-26T09:43:15.488Z] ---> 1c36fe86963d [2020-11-26T09:43:15.488Z] [2020-11-26T09:43:16.098Z] Successfully built 1c36fe86963d [2020-11-26T09:43:16.379Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-26T09:43:16.379Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-26T09:43:16.379Z] Removing intermediate container e4f4361716fe [2020-11-26T09:43:16.379Z] ---> d4582ca2f729 [2020-11-26T09:43:16.379Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:43:16.993Z] ---> Running in dc225e05ebae [2020-11-26T09:43:17.611Z] Removing intermediate container dc225e05ebae [2020-11-26T09:43:17.611Z] ---> d0d2d3656d7f [2020-11-26T09:43:17.611Z] [2020-11-26T09:43:18.221Z] Successfully built d0d2d3656d7f [2020-11-26T09:43:18.221Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-26T09:43:21.671Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c023d77ae10b [2020-11-26T09:43:21.671Z] ---> 831da70e9df5 [2020-11-26T09:43:21.671Z] [2020-11-26T09:43:21.671Z] Step 10/22 : FROM scratch [2020-11-26T09:43:21.671Z] ---> [2020-11-26T09:43:21.671Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:43:21.671Z] ---> Using cache [2020-11-26T09:43:21.671Z] ---> e579b4101222 [2020-11-26T09:43:21.671Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T09:43:21.956Z] ---> Running in 6eca42398cf0 [2020-11-26T09:43:22.566Z] Removing intermediate container 6eca42398cf0 [2020-11-26T09:43:22.566Z] ---> d718c4e7b1e5 [2020-11-26T09:43:22.566Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:43:22.566Z] ---> Running in 58e322566f3f [2020-11-26T09:43:23.178Z] Removing intermediate container 58e322566f3f [2020-11-26T09:43:23.178Z] ---> bb3fc9bbedb3 [2020-11-26T09:43:23.178Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T09:43:24.180Z] ---> 9ac4c3b28ae1 [2020-11-26T09:43:24.180Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T09:43:25.185Z] ---> ed56577f4bb3 [2020-11-26T09:43:25.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T09:43:27.835Z] ---> 3fd47d0d1b76 [2020-11-26T09:43:27.835Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T09:43:29.330Z] ---> 1519bc5ebe23 [2020-11-26T09:43:29.330Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T09:43:29.609Z] ---> Running in 69fb973df32b [2020-11-26T09:43:30.215Z] Removing intermediate container 1113a48c16d4 [2020-11-26T09:43:30.215Z] ---> 5712883fb82d [2020-11-26T09:43:30.215Z] [2020-11-26T09:43:30.215Z] Step 9/29 : FROM alpine:latest [2020-11-26T09:43:30.215Z] ---> 2e77e061c27f [2020-11-26T09:43:30.215Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-26T09:43:30.509Z] ---> Running in 5debedbdb188 [2020-11-26T09:43:30.509Z] Removing intermediate container 69fb973df32b [2020-11-26T09:43:30.509Z] ---> 72c65a933560 [2020-11-26T09:43:30.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:43:30.785Z] ---> Running in ad173f4870fc [2020-11-26T09:43:31.064Z] Removing intermediate container 5debedbdb188 [2020-11-26T09:43:31.064Z] ---> a24d62efbc04 [2020-11-26T09:43:31.064Z] Step 11/29 : USER root [2020-11-26T09:43:31.345Z] ---> Running in 256dd62118e4 [2020-11-26T09:43:31.345Z] Removing intermediate container ad173f4870fc [2020-11-26T09:43:31.345Z] ---> cdbdca4575da [2020-11-26T09:43:31.345Z] Step 20/22 : LABEL arch=arm64 [2020-11-26T09:43:31.623Z] ---> Running in 0d7d9d7a7f6c [2020-11-26T09:43:31.904Z] Removing intermediate container 256dd62118e4 [2020-11-26T09:43:31.904Z] ---> 2cedaed6568b [2020-11-26T09:43:31.904Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T09:43:32.180Z] ---> Running in 97b14225adc0 [2020-11-26T09:43:32.180Z] Removing intermediate container 0d7d9d7a7f6c [2020-11-26T09:43:32.180Z] ---> 835b097482e0 [2020-11-26T09:43:32.180Z] Step 21/22 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:43:32.454Z] ---> Running in ee49deea1377 [2020-11-26T09:43:33.058Z] Removing intermediate container ee49deea1377 [2020-11-26T09:43:33.059Z] ---> da1ccb0144a8 [2020-11-26T09:43:33.059Z] Step 22/22 : LABEL version=1.3.1-dev.11 [2020-11-26T09:43:33.346Z] ---> Running in d2993d1217fc [2020-11-26T09:43:34.339Z] Removing intermediate container d2993d1217fc [2020-11-26T09:43:34.339Z] ---> 55a28d0498f4 [2020-11-26T09:43:34.339Z] [2020-11-26T09:43:34.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:43:34.339Z] Successfully built 55a28d0498f4 [2020-11-26T09:43:34.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:43:34.618Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-26T09:43:35.221Z]  Building docker-support-logging-go ... done v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:43:35.221Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:43:35.221Z] OK: 12617 distinct packages available [2020-11-26T09:43:35.818Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T09:43:35.818Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T09:43:35.818Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:43:35.818Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:43:36.092Z] OK: 6 MiB in 16 packages [2020-11-26T09:43:38.090Z] Removing intermediate container 97b14225adc0 [2020-11-26T09:43:38.090Z] ---> fd9f8487e92b [2020-11-26T09:43:38.090Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T09:43:38.367Z] ---> Running in 84e5861091ca [2020-11-26T09:43:38.648Z] Removing intermediate container 84e5861091ca [2020-11-26T09:43:38.648Z] ---> 4bdcb1e5f6c1 [2020-11-26T09:43:38.648Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T09:43:38.922Z] ---> Running in 97063a62dbbf [2020-11-26T09:43:39.530Z] Removing intermediate container 97063a62dbbf [2020-11-26T09:43:39.530Z] ---> ea07b8a7e975 [2020-11-26T09:43:39.530Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T09:43:39.811Z] ---> Running in c014c9c79187 [2020-11-26T09:43:43.242Z] Removing intermediate container c014c9c79187 [2020-11-26T09:43:43.242Z] ---> a9a7955f09e3 [2020-11-26T09:43:43.242Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T09:43:44.705Z] ---> 137dd38362f5 [2020-11-26T09:43:44.705Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T09:43:45.708Z] ---> 48dbcf378969 [2020-11-26T09:43:45.708Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T09:43:46.309Z] ---> 7fd146b8887b [2020-11-26T09:43:46.309Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T09:43:47.298Z] ---> 9059f2c1f0c0 [2020-11-26T09:43:47.298Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T09:43:47.897Z] ---> 300f55c684be [2020-11-26T09:43:47.897Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T09:43:47.897Z] ---> Running in 6ca544ce6fbc [2020-11-26T09:43:50.538Z] Removing intermediate container 6ca544ce6fbc [2020-11-26T09:43:50.538Z] ---> 04a07c2b1528 [2020-11-26T09:43:50.538Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:43:51.519Z] ---> 10db3f627fb0 [2020-11-26T09:43:51.519Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:43:51.519Z] ---> Running in d87ae8adb650 [2020-11-26T09:43:51.519Z] Removing intermediate container 376a2f0ae8b1 [2020-11-26T09:43:51.519Z] ---> b4ba71a44f64 [2020-11-26T09:43:51.519Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T09:43:51.792Z] ---> Running in f0bb5b2b8f45 [2020-11-26T09:43:52.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-26T09:43:53.769Z] Removing intermediate container d87ae8adb650 [2020-11-26T09:43:53.769Z] ---> ad23476b1768 [2020-11-26T09:43:53.769Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T09:43:54.055Z] ---> Running in 2652e0067337 [2020-11-26T09:43:56.051Z] Removing intermediate container f0bb5b2b8f45 [2020-11-26T09:43:56.051Z] ---> 9b552667a3ea [2020-11-26T09:43:56.051Z] [2020-11-26T09:43:56.051Z] Step 11/27 : FROM docker:latest [2020-11-26T09:43:56.051Z] ---> 5d4db4dc0692 [2020-11-26T09:43:56.051Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T09:43:56.051Z] ---> Running in 5b8ed8b209b1 [2020-11-26T09:43:56.659Z] Removing intermediate container 2652e0067337 [2020-11-26T09:43:56.659Z] ---> a1c3d9f91304 [2020-11-26T09:43:56.659Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:43:56.933Z] ---> Running in 1885fc377233 [2020-11-26T09:43:57.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:43:57.481Z] Removing intermediate container 1885fc377233 [2020-11-26T09:43:57.481Z] ---> 9d333ed92fa7 [2020-11-26T09:43:57.481Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T09:43:57.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:43:57.481Z] ---> Running in 7693ea6ca7ef [2020-11-26T09:43:58.087Z] Removing intermediate container 7693ea6ca7ef [2020-11-26T09:43:58.087Z] ---> 972804a12896 [2020-11-26T09:43:58.087Z] Step 27/29 : LABEL arch=arm64 [2020-11-26T09:43:58.087Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T09:43:58.087Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T09:43:58.087Z] ---> Running in 687b3783756a [2020-11-26T09:43:58.087Z] Executing bash-5.0.17-r0.post-install [2020-11-26T09:43:58.087Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:43:58.087Z] OK: 12 MiB in 22 packages [2020-11-26T09:43:58.733Z] Removing intermediate container 687b3783756a [2020-11-26T09:43:58.733Z] ---> e7f38081771d [2020-11-26T09:43:58.733Z] Step 28/29 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:43:59.032Z] ---> Running in 20075a956f12 [2020-11-26T09:43:59.319Z] Removing intermediate container 20075a956f12 [2020-11-26T09:43:59.319Z] ---> 2cf460537da6 [2020-11-26T09:43:59.319Z] Step 29/29 : LABEL version=1.3.1-dev.11 [2020-11-26T09:43:59.601Z] ---> Running in 6ed914e8e0ff [2020-11-26T09:43:59.602Z] Removing intermediate container 5b8ed8b209b1 [2020-11-26T09:43:59.602Z] ---> ee42b6fcc103 [2020-11-26T09:43:59.602Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T09:43:59.894Z] ---> Running in 06b02dde2e21 [2020-11-26T09:44:00.177Z] Removing intermediate container 6ed914e8e0ff [2020-11-26T09:44:00.177Z] ---> 76369e110a6f [2020-11-26T09:44:00.177Z] [2020-11-26T09:44:00.470Z] Successfully built 76369e110a6f [2020-11-26T09:44:00.748Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-26T09:44:02.194Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 06b02dde2e21 [2020-11-26T09:44:02.194Z] ---> 56a8e1185b78 [2020-11-26T09:44:02.194Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T09:44:02.194Z] ---> Running in 88fa765d496b [2020-11-26T09:44:02.796Z] Removing intermediate container 88fa765d496b [2020-11-26T09:44:02.796Z] ---> d9e72a5e5c21 [2020-11-26T09:44:02.796Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T09:44:02.796Z] ---> Running in 6747e1d71e26 [2020-11-26T09:44:03.394Z] Removing intermediate container 6747e1d71e26 [2020-11-26T09:44:03.394Z] ---> ca1d9e5911e7 [2020-11-26T09:44:03.394Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T09:44:03.394Z] ---> Running in 62739bec4c57 [2020-11-26T09:44:03.994Z] Removing intermediate container 62739bec4c57 [2020-11-26T09:44:03.994Z] ---> 95d80fc39847 [2020-11-26T09:44:03.994Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T09:44:04.975Z] ---> 40c38bd64a83 [2020-11-26T09:44:04.975Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T09:44:05.958Z] ---> ca215f304cb7 [2020-11-26T09:44:05.958Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T09:44:06.950Z] ---> 1e42281e9b7b [2020-11-26T09:44:06.950Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T09:44:06.950Z] ---> Running in 87b579b8568d [2020-11-26T09:44:07.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:44:08.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:44:08.805Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T09:44:08.805Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T09:44:08.805Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T09:44:08.805Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T09:44:08.805Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T09:44:08.805Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T09:44:08.805Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T09:44:10.787Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T09:44:10.787Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T09:44:10.787Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T09:44:10.787Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T09:44:10.787Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T09:44:10.787Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T09:44:10.787Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T09:44:10.787Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-26T09:44:10.787Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T09:44:10.787Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T09:44:11.062Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T09:44:11.062Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T09:44:11.062Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T09:44:11.062Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T09:44:11.062Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T09:44:11.062Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T09:44:11.062Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T09:44:11.062Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T09:44:11.062Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T09:44:11.062Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T09:44:11.340Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T09:44:11.340Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T09:44:11.340Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T09:44:11.340Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T09:44:11.340Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T09:44:11.340Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T09:44:11.340Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:44:11.340Z] OK: 71 MiB in 55 packages [2020-11-26T09:44:18.065Z] Removing intermediate container 87b579b8568d [2020-11-26T09:44:18.065Z] ---> 108e963a9cf2 [2020-11-26T09:44:18.065Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T09:44:18.065Z] ---> Running in ffe1e670ee3d [2020-11-26T09:44:23.468Z] Collecting docker-compose==1.23.2 [2020-11-26T09:44:23.468Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T09:44:23.468Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T09:44:23.468Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T09:44:25.436Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T09:44:25.436Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T09:44:25.708Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T09:44:25.708Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T09:44:27.677Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-26T09:44:27.950Z] Collecting PyYAML<4,>=3.10 [2020-11-26T09:44:27.950Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T09:44:31.330Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T09:44:31.330Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T09:44:31.602Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T09:44:31.602Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T09:44:33.574Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T09:44:33.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T09:44:34.546Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T09:44:34.546Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T09:44:35.137Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T09:44:35.137Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T09:44:35.408Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T09:44:35.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T09:44:35.681Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-26T09:44:35.951Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T09:44:35.951Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T09:44:36.223Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-26T09:44:36.497Z] Collecting idna<2.8,>=2.5 [2020-11-26T09:44:36.497Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T09:44:36.497Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T09:44:36.497Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T09:44:36.497Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T09:44:36.497Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T09:44:37.472Z] Installing collected packages: texttable, websocket-client, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose [2020-11-26T09:44:37.472Z] Running setup.py install for texttable: started [2020-11-26T09:44:39.445Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T09:44:39.445Z] Running setup.py install for docopt: started [2020-11-26T09:44:41.451Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T09:44:41.451Z] Running setup.py install for PyYAML: started [2020-11-26T09:44:43.437Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T09:44:43.437Z] Attempting uninstall: urllib3 [2020-11-26T09:44:43.437Z] Found existing installation: urllib3 1.25.9 [2020-11-26T09:44:43.437Z] Uninstalling urllib3-1.25.9: [2020-11-26T09:44:43.437Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T09:44:44.037Z] Attempting uninstall: idna [2020-11-26T09:44:44.038Z] Found existing installation: idna 2.9 [2020-11-26T09:44:44.038Z] Uninstalling idna-2.9: [2020-11-26T09:44:44.038Z] Successfully uninstalled idna-2.9 [2020-11-26T09:44:44.639Z] Attempting uninstall: requests [2020-11-26T09:44:44.639Z] Found existing installation: requests 2.23.0 [2020-11-26T09:44:44.639Z] Uninstalling requests-2.23.0: [2020-11-26T09:44:44.639Z] Successfully uninstalled requests-2.23.0 [2020-11-26T09:44:45.622Z] Running setup.py install for dockerpty: started [2020-11-26T09:44:47.601Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T09:44:49.031Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-26T09:44:53.344Z] Removing intermediate container ffe1e670ee3d [2020-11-26T09:44:53.345Z] ---> 8028ef324145 [2020-11-26T09:44:53.345Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T09:44:53.345Z] ---> Running in 0856a68442d1 [2020-11-26T09:44:53.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:44:53.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:44:54.546Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:44:54.546Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T09:44:54.546Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T09:44:54.546Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:44:54.546Z] OK: 71 MiB in 58 packages [2020-11-26T09:44:55.985Z] Removing intermediate container 0856a68442d1 [2020-11-26T09:44:55.985Z] ---> d27dea525e54 [2020-11-26T09:44:55.985Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T09:44:55.985Z] ---> Running in becca6cfef59 [2020-11-26T09:44:56.582Z] Removing intermediate container becca6cfef59 [2020-11-26T09:44:56.582Z] ---> 5da49b5ce5fa [2020-11-26T09:44:56.582Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:44:56.582Z] ---> Running in 2e3b54b7a427 [2020-11-26T09:44:57.181Z] Removing intermediate container 2e3b54b7a427 [2020-11-26T09:44:57.181Z] ---> a1b6444e58ff [2020-11-26T09:44:57.181Z] Step 25/27 : LABEL arch=arm64 [2020-11-26T09:44:57.181Z] ---> Running in a5415707b105 [2020-11-26T09:44:57.777Z] Removing intermediate container a5415707b105 [2020-11-26T09:44:57.778Z] ---> 93fc7eea1c0c [2020-11-26T09:44:57.778Z] Step 26/27 : LABEL git_sha=ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:44:57.778Z] ---> Running in 6d15e695a5c0 [2020-11-26T09:44:58.052Z] Removing intermediate container 6d15e695a5c0 [2020-11-26T09:44:58.052Z] ---> 106897f4ac97 [2020-11-26T09:44:58.052Z] Step 27/27 : LABEL version=1.3.1-dev.11 [2020-11-26T09:44:58.339Z] ---> Running in 3d3904adb3dd [2020-11-26T09:44:58.935Z] Removing intermediate container 3d3904adb3dd [2020-11-26T09:44:58.935Z] ---> 45681657c61c [2020-11-26T09:44:58.935Z] [2020-11-26T09:44:59.209Z] Successfully built 45681657c61c [2020-11-26T09:44:59.209Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-26T09:44:59.501Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-26T09:44:59.516Z] $ docker stop --time=1 c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa [2020-11-26T09:45:01.404Z] $ docker rm -f c8025c0cadc99ae3e1ceadd5f22ce4218dd2edd01e881fab789bc50e8cbca9fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:45:02.211Z] + + grepdocker docker images [2020-11-26T09:45:02.211Z] [2020-11-26T09:45:02.482Z] docker-sys-mgmt-agent-go-arm64 latest 45681657c61c 4 seconds ago 270MB [2020-11-26T09:45:02.482Z] docker-security-secrets-setup-go-arm64 latest 76369e110a6f About a minute ago 22.7MB [2020-11-26T09:45:02.482Z] docker-support-logging-go-arm64 latest 55a28d0498f4 About a minute ago 10.6MB [2020-11-26T09:45:02.482Z] docker-security-bootstrap-redis-go-arm64 latest d0d2d3656d7f About a minute ago 15.2MB [2020-11-26T09:45:02.482Z] docker-core-command-go-arm64 latest 1c36fe86963d About a minute ago 11.4MB [2020-11-26T09:45:02.482Z] docker-security-secretstore-setup-go-arm64 latest 804b2ff72609 2 minutes ago 23.5MB [2020-11-26T09:45:02.482Z] docker-core-data-go-arm64 latest 27776d347ee0 3 minutes ago 22.3MB [2020-11-26T09:45:02.482Z] docker-core-metadata-go-arm64 latest 7ba043b0b1b9 3 minutes ago 13.6MB [2020-11-26T09:45:02.482Z] docker-support-notifications-go-arm64 latest 6e86112c7512 4 minutes ago 12.9MB [2020-11-26T09:45:02.482Z] docker-support-scheduler-go-arm64 latest 69be5546f186 4 minutes ago 11.5MB [2020-11-26T09:45:02.482Z] docker-security-proxy-setup-go-arm64 latest 4ebf0e881621 4 minutes ago 15.1MB [2020-11-26T09:45:02.482Z] docker latest 5d4db4dc0692 5 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:45:03.242Z] provisioning config files... [2020-11-26T09:45:03.282Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config8501712374046105291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:45:03.737Z] ---> docker-login.sh [2020-11-26T09:45:03.737Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:45:04.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:45:04.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:45:04.320Z] Configure a credential helper to remove this warning. See [2020-11-26T09:45:04.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:45:04.320Z] [2020-11-26T09:45:04.320Z] Login Succeeded [2020-11-26T09:45:04.320Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:45:04.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:45:04.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:45:04.926Z] Configure a credential helper to remove this warning. See [2020-11-26T09:45:04.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:45:04.926Z] [2020-11-26T09:45:04.926Z] Login Succeeded [2020-11-26T09:45:04.926Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:45:05.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:45:05.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:45:05.523Z] Configure a credential helper to remove this warning. See [2020-11-26T09:45:05.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:45:05.523Z] [2020-11-26T09:45:05.523Z] Login Succeeded [2020-11-26T09:45:05.523Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:45:06.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:45:06.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:45:06.118Z] Configure a credential helper to remove this warning. See [2020-11-26T09:45:06.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:45:06.118Z] [2020-11-26T09:45:06.118Z] Login Succeeded [2020-11-26T09:45:06.118Z] docker.io [2020-11-26T09:45:06.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:45:06.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:45:06.984Z] Configure a credential helper to remove this warning. See [2020-11-26T09:45:06.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:45:06.984Z] [2020-11-26T09:45:06.984Z] Login Succeeded [2020-11-26T09:45:06.984Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:45:07.001Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:07.239Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-26T09:45:07.239Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:07.239Z] 1.3.1-dev.11 [2020-11-26T09:45:07.239Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:07.239Z] master [2020-11-26T09:45:07.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:07.814Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:08.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:08.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T09:45:08.153Z] eb6b10d9e4a1: Preparing [2020-11-26T09:45:08.153Z] 0b97082e36d2: Preparing [2020-11-26T09:45:08.153Z] d5e1e8639287: Preparing [2020-11-26T09:45:08.424Z] d5e1e8639287: Pushed [2020-11-26T09:45:08.424Z] eb6b10d9e4a1: Pushed [2020-11-26T09:45:11.805Z] 0b97082e36d2: Pushed [2020-11-26T09:45:11.805Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:12.144Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:12.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:12.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T09:45:12.477Z] eb6b10d9e4a1: Preparing [2020-11-26T09:45:12.477Z] 0b97082e36d2: Preparing [2020-11-26T09:45:12.477Z] d5e1e8639287: Preparing [2020-11-26T09:45:12.477Z] 0b97082e36d2: Layer already exists [2020-11-26T09:45:12.477Z] eb6b10d9e4a1: Layer already exists [2020-11-26T09:45:12.747Z] d5e1e8639287: Layer already exists [2020-11-26T09:45:12.747Z] 1.3.1-dev.11: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:13.091Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:13.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:13.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T09:45:13.432Z] eb6b10d9e4a1: Preparing [2020-11-26T09:45:13.432Z] 0b97082e36d2: Preparing [2020-11-26T09:45:13.432Z] d5e1e8639287: Preparing [2020-11-26T09:45:13.432Z] eb6b10d9e4a1: Layer already exists [2020-11-26T09:45:13.432Z] 0b97082e36d2: Layer already exists [2020-11-26T09:45:13.432Z] d5e1e8639287: Layer already exists [2020-11-26T09:45:13.703Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:14.047Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:14.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-26T09:45:14.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-26T09:45:14.382Z] eb6b10d9e4a1: Preparing [2020-11-26T09:45:14.382Z] 0b97082e36d2: Preparing [2020-11-26T09:45:14.382Z] d5e1e8639287: Preparing [2020-11-26T09:45:14.382Z] 0b97082e36d2: Layer already exists [2020-11-26T09:45:14.382Z] eb6b10d9e4a1: Layer already exists [2020-11-26T09:45:14.382Z] d5e1e8639287: Layer already exists [2020-11-26T09:45:14.654Z] master: digest: sha256:11838e91371790ab5204fc90f2a2d07b6ebc8b8cda21cc1f7fc1d74d3d4cb770 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:14.945Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:14.998Z] taggedImages: [2020-11-26T09:45:14.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:14.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:14.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:14.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-26T09:45:15.062Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-26T09:45:15.062Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:15.062Z] 1.3.1-dev.11 [2020-11-26T09:45:15.062Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:15.062Z] master [2020-11-26T09:45:15.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:15.609Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:15.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:15.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T09:45:15.972Z] 7af175c83047: Preparing [2020-11-26T09:45:15.972Z] 1dbe29226fbb: Preparing [2020-11-26T09:45:15.972Z] 4ee8bb067765: Preparing [2020-11-26T09:45:15.972Z] 6f0aba90352b: Preparing [2020-11-26T09:45:15.972Z] 9e431ad0d788: Preparing [2020-11-26T09:45:15.972Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:15.972Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:16.244Z] 9e431ad0d788: Pushed [2020-11-26T09:45:16.244Z] 4ee8bb067765: Pushed [2020-11-26T09:45:16.519Z] 7af175c83047: Pushed [2020-11-26T09:45:16.519Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:17.114Z] 6f0aba90352b: Pushed [2020-11-26T09:45:19.715Z] 1dbe29226fbb: Pushed [2020-11-26T09:45:19.715Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:20.053Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:20.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:20.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T09:45:20.386Z] 7af175c83047: Preparing [2020-11-26T09:45:20.386Z] 1dbe29226fbb: Preparing [2020-11-26T09:45:20.386Z] 4ee8bb067765: Preparing [2020-11-26T09:45:20.386Z] 6f0aba90352b: Preparing [2020-11-26T09:45:20.386Z] 9e431ad0d788: Preparing [2020-11-26T09:45:20.386Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:20.386Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:20.386Z] 9e431ad0d788: Layer already exists [2020-11-26T09:45:20.386Z] 6f0aba90352b: Layer already exists [2020-11-26T09:45:20.386Z] 7af175c83047: Layer already exists [2020-11-26T09:45:20.386Z] 4ee8bb067765: Layer already exists [2020-11-26T09:45:20.654Z] 1dbe29226fbb: Layer already exists [2020-11-26T09:45:20.654Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:20.654Z] 1.3.1-dev.11: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:20.995Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:21.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:21.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T09:45:21.332Z] 7af175c83047: Preparing [2020-11-26T09:45:21.332Z] 1dbe29226fbb: Preparing [2020-11-26T09:45:21.332Z] 4ee8bb067765: Preparing [2020-11-26T09:45:21.332Z] 6f0aba90352b: Preparing [2020-11-26T09:45:21.332Z] 9e431ad0d788: Preparing [2020-11-26T09:45:21.332Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:21.332Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:21.602Z] 4ee8bb067765: Layer already exists [2020-11-26T09:45:21.602Z] 9e431ad0d788: Layer already exists [2020-11-26T09:45:21.602Z] 7af175c83047: Layer already exists [2020-11-26T09:45:21.602Z] 1dbe29226fbb: Layer already exists [2020-11-26T09:45:21.602Z] 6f0aba90352b: Layer already exists [2020-11-26T09:45:21.602Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:21.602Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:21.945Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:22.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-26T09:45:22.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-26T09:45:22.281Z] 7af175c83047: Preparing [2020-11-26T09:45:22.281Z] 1dbe29226fbb: Preparing [2020-11-26T09:45:22.281Z] 4ee8bb067765: Preparing [2020-11-26T09:45:22.281Z] 6f0aba90352b: Preparing [2020-11-26T09:45:22.281Z] 9e431ad0d788: Preparing [2020-11-26T09:45:22.281Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:22.281Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:22.551Z] 6f0aba90352b: Layer already exists [2020-11-26T09:45:22.551Z] 1dbe29226fbb: Layer already exists [2020-11-26T09:45:22.551Z] 4ee8bb067765: Layer already exists [2020-11-26T09:45:22.551Z] 9e431ad0d788: Layer already exists [2020-11-26T09:45:22.551Z] 7af175c83047: Layer already exists [2020-11-26T09:45:22.551Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:22.551Z] master: digest: sha256:1737f7ca4f86f80902f934d39fca3903e3c6191bbc3f4e8ac58c9c87a7d45dc3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:22.773Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:22.833Z] taggedImages: [2020-11-26T09:45:22.833Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:22.833Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:22.833Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:22.833Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-26T09:45:22.915Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-26T09:45:22.915Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:22.915Z] 1.3.1-dev.11 [2020-11-26T09:45:22.915Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:22.915Z] master [2020-11-26T09:45:22.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:23.442Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:23.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:23.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T09:45:23.777Z] c67d9c31756f: Preparing [2020-11-26T09:45:23.777Z] 498e00323e73: Preparing [2020-11-26T09:45:23.777Z] 95012b86ce76: Preparing [2020-11-26T09:45:24.048Z] 95012b86ce76: Pushed [2020-11-26T09:45:24.048Z] c67d9c31756f: Pushed [2020-11-26T09:45:27.425Z] 498e00323e73: Pushed [2020-11-26T09:45:27.425Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:27.762Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:28.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:28.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T09:45:28.099Z] c67d9c31756f: Preparing [2020-11-26T09:45:28.099Z] 498e00323e73: Preparing [2020-11-26T09:45:28.099Z] 95012b86ce76: Preparing [2020-11-26T09:45:28.099Z] 95012b86ce76: Layer already exists [2020-11-26T09:45:28.099Z] 498e00323e73: Layer already exists [2020-11-26T09:45:28.099Z] c67d9c31756f: Layer already exists [2020-11-26T09:45:28.371Z] 1.3.1-dev.11: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:28.720Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:29.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:29.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T09:45:29.077Z] c67d9c31756f: Preparing [2020-11-26T09:45:29.077Z] 498e00323e73: Preparing [2020-11-26T09:45:29.077Z] 95012b86ce76: Preparing [2020-11-26T09:45:29.363Z] c67d9c31756f: Layer already exists [2020-11-26T09:45:29.363Z] 95012b86ce76: Layer already exists [2020-11-26T09:45:29.363Z] 498e00323e73: Layer already exists [2020-11-26T09:45:29.363Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:29.723Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:30.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-26T09:45:30.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-26T09:45:30.082Z] c67d9c31756f: Preparing [2020-11-26T09:45:30.082Z] 498e00323e73: Preparing [2020-11-26T09:45:30.082Z] 95012b86ce76: Preparing [2020-11-26T09:45:30.355Z] 498e00323e73: Layer already exists [2020-11-26T09:45:30.355Z] c67d9c31756f: Layer already exists [2020-11-26T09:45:30.355Z] 95012b86ce76: Layer already exists [2020-11-26T09:45:30.355Z] master: digest: sha256:add3b5dc65d7c0812787b9e40765809fec71c7854bb46579267c15b0660e6670 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:30.579Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:30.710Z] taggedImages: [2020-11-26T09:45:30.710Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:30.710Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:30.710Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:30.710Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-26T09:45:30.785Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-26T09:45:30.785Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:30.785Z] 1.3.1-dev.11 [2020-11-26T09:45:30.785Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:30.785Z] master [2020-11-26T09:45:30.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:31.326Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:31.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:31.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T09:45:31.664Z] fd7a5ceea941: Preparing [2020-11-26T09:45:31.664Z] a45b8f18d666: Preparing [2020-11-26T09:45:31.664Z] ed4a54d77f57: Preparing [2020-11-26T09:45:31.664Z] 3c522fce0729: Preparing [2020-11-26T09:45:31.664Z] 62523b9fdf3f: Preparing [2020-11-26T09:45:31.664Z] 3a70ad93398d: Preparing [2020-11-26T09:45:31.664Z] 66b385cf80cf: Preparing [2020-11-26T09:45:31.664Z] 3a70ad93398d: Waiting [2020-11-26T09:45:31.664Z] 66b385cf80cf: Waiting [2020-11-26T09:45:31.942Z] fd7a5ceea941: Pushed [2020-11-26T09:45:31.942Z] 62523b9fdf3f: Pushed [2020-11-26T09:45:31.942Z] a45b8f18d666: Pushed [2020-11-26T09:45:31.942Z] ed4a54d77f57: Pushed [2020-11-26T09:45:32.214Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:32.803Z] 3a70ad93398d: Pushed [2020-11-26T09:45:34.223Z] 3c522fce0729: Pushed [2020-11-26T09:45:34.223Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:34.567Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:34.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:34.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T09:45:34.902Z] fd7a5ceea941: Preparing [2020-11-26T09:45:34.902Z] a45b8f18d666: Preparing [2020-11-26T09:45:34.902Z] ed4a54d77f57: Preparing [2020-11-26T09:45:34.902Z] 3c522fce0729: Preparing [2020-11-26T09:45:34.902Z] 62523b9fdf3f: Preparing [2020-11-26T09:45:34.902Z] 3a70ad93398d: Preparing [2020-11-26T09:45:34.902Z] 66b385cf80cf: Preparing [2020-11-26T09:45:34.902Z] 66b385cf80cf: Waiting [2020-11-26T09:45:34.902Z] 3a70ad93398d: Waiting [2020-11-26T09:45:35.173Z] a45b8f18d666: Layer already exists [2020-11-26T09:45:35.173Z] ed4a54d77f57: Layer already exists [2020-11-26T09:45:35.173Z] 62523b9fdf3f: Layer already exists [2020-11-26T09:45:35.173Z] 3c522fce0729: Layer already exists [2020-11-26T09:45:35.173Z] fd7a5ceea941: Layer already exists [2020-11-26T09:45:35.173Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:35.173Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:35.173Z] 1.3.1-dev.11: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:35.525Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:35.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:35.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T09:45:35.862Z] fd7a5ceea941: Preparing [2020-11-26T09:45:35.862Z] a45b8f18d666: Preparing [2020-11-26T09:45:35.862Z] ed4a54d77f57: Preparing [2020-11-26T09:45:35.862Z] 3c522fce0729: Preparing [2020-11-26T09:45:35.862Z] 62523b9fdf3f: Preparing [2020-11-26T09:45:35.862Z] 3a70ad93398d: Preparing [2020-11-26T09:45:35.862Z] 66b385cf80cf: Preparing [2020-11-26T09:45:35.862Z] 3a70ad93398d: Waiting [2020-11-26T09:45:35.862Z] 66b385cf80cf: Waiting [2020-11-26T09:45:35.862Z] fd7a5ceea941: Layer already exists [2020-11-26T09:45:35.862Z] a45b8f18d666: Layer already exists [2020-11-26T09:45:35.862Z] 62523b9fdf3f: Layer already exists [2020-11-26T09:45:35.862Z] 3c522fce0729: Layer already exists [2020-11-26T09:45:35.862Z] ed4a54d77f57: Layer already exists [2020-11-26T09:45:35.862Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:36.133Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:36.133Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:36.470Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:36.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-26T09:45:36.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-26T09:45:36.803Z] fd7a5ceea941: Preparing [2020-11-26T09:45:36.803Z] a45b8f18d666: Preparing [2020-11-26T09:45:36.803Z] ed4a54d77f57: Preparing [2020-11-26T09:45:36.803Z] 3c522fce0729: Preparing [2020-11-26T09:45:36.803Z] 62523b9fdf3f: Preparing [2020-11-26T09:45:36.803Z] 3a70ad93398d: Preparing [2020-11-26T09:45:36.803Z] 66b385cf80cf: Preparing [2020-11-26T09:45:36.803Z] 3a70ad93398d: Waiting [2020-11-26T09:45:36.803Z] 66b385cf80cf: Waiting [2020-11-26T09:45:36.803Z] fd7a5ceea941: Layer already exists [2020-11-26T09:45:36.803Z] a45b8f18d666: Layer already exists [2020-11-26T09:45:36.803Z] 3c522fce0729: Layer already exists [2020-11-26T09:45:36.803Z] 62523b9fdf3f: Layer already exists [2020-11-26T09:45:36.803Z] ed4a54d77f57: Layer already exists [2020-11-26T09:45:36.803Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:36.803Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:37.074Z] master: digest: sha256:2e30eef5fd901db44a9e7f2f47ec34d70836a69a4806843fcf7f599250dabc26 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:37.328Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:37.383Z] taggedImages: [2020-11-26T09:45:37.383Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:37.383Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:37.383Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:37.383Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-26T09:45:37.477Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-26T09:45:37.477Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:37.477Z] 1.3.1-dev.11 [2020-11-26T09:45:37.477Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:37.477Z] master [2020-11-26T09:45:37.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:38.014Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:38.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:38.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T09:45:38.354Z] bb7f496962c0: Preparing [2020-11-26T09:45:38.354Z] a5ba5a7ab716: Preparing [2020-11-26T09:45:38.354Z] 9a64d33df93c: Preparing [2020-11-26T09:45:38.354Z] 8e5d3d4e5eaa: Preparing [2020-11-26T09:45:38.354Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:38.627Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:38.627Z] 9a64d33df93c: Pushed [2020-11-26T09:45:38.627Z] a5ba5a7ab716: Pushed [2020-11-26T09:45:39.219Z] 8e5d3d4e5eaa: Pushed [2020-11-26T09:45:40.650Z] bb7f496962c0: Pushed [2020-11-26T09:45:40.922Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:41.262Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:41.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:41.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T09:45:41.602Z] bb7f496962c0: Preparing [2020-11-26T09:45:41.602Z] a5ba5a7ab716: Preparing [2020-11-26T09:45:41.602Z] 9a64d33df93c: Preparing [2020-11-26T09:45:41.602Z] 8e5d3d4e5eaa: Preparing [2020-11-26T09:45:41.602Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:41.602Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:41.602Z] 9a64d33df93c: Layer already exists [2020-11-26T09:45:41.602Z] bb7f496962c0: Layer already exists [2020-11-26T09:45:41.873Z] a5ba5a7ab716: Layer already exists [2020-11-26T09:45:41.874Z] 8e5d3d4e5eaa: Layer already exists [2020-11-26T09:45:41.874Z] 1.3.1-dev.11: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:42.218Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:42.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:42.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T09:45:42.553Z] bb7f496962c0: Preparing [2020-11-26T09:45:42.553Z] a5ba5a7ab716: Preparing [2020-11-26T09:45:42.553Z] 9a64d33df93c: Preparing [2020-11-26T09:45:42.553Z] 8e5d3d4e5eaa: Preparing [2020-11-26T09:45:42.553Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:42.823Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:42.823Z] 8e5d3d4e5eaa: Layer already exists [2020-11-26T09:45:42.823Z] 9a64d33df93c: Layer already exists [2020-11-26T09:45:42.823Z] bb7f496962c0: Layer already exists [2020-11-26T09:45:42.823Z] a5ba5a7ab716: Layer already exists [2020-11-26T09:45:42.823Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:43.170Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:43.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-26T09:45:43.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-26T09:45:43.511Z] bb7f496962c0: Preparing [2020-11-26T09:45:43.511Z] a5ba5a7ab716: Preparing [2020-11-26T09:45:43.511Z] 9a64d33df93c: Preparing [2020-11-26T09:45:43.511Z] 8e5d3d4e5eaa: Preparing [2020-11-26T09:45:43.511Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:43.784Z] a5ba5a7ab716: Layer already exists [2020-11-26T09:45:43.784Z] 9a64d33df93c: Layer already exists [2020-11-26T09:45:43.784Z] bb7f496962c0: Layer already exists [2020-11-26T09:45:43.784Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:43.784Z] 8e5d3d4e5eaa: Layer already exists [2020-11-26T09:45:43.784Z] master: digest: sha256:17e56435e5fe7b9d43578aa85f5f4b20f3b41433e97a90768d855944f9b67a4f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:44.017Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:44.073Z] taggedImages: [2020-11-26T09:45:44.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:44.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:44.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:44.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-26T09:45:44.147Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-26T09:45:44.147Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:44.147Z] 1.3.1-dev.11 [2020-11-26T09:45:44.147Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:44.147Z] master [2020-11-26T09:45:44.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:44.699Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:45.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:45.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T09:45:45.039Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:45.039Z] 9f8a2d03991e: Preparing [2020-11-26T09:45:45.039Z] 73d097469109: Preparing [2020-11-26T09:45:45.039Z] 7111b5de49ac: Preparing [2020-11-26T09:45:45.039Z] 7111b5de49ac: Preparing [2020-11-26T09:45:45.039Z] e0c546b5a38e: Preparing [2020-11-26T09:45:45.039Z] 7123e5714a12: Preparing [2020-11-26T09:45:45.039Z] 4f848a55827f: Preparing [2020-11-26T09:45:45.039Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:45.039Z] cb9d419307ab: Preparing [2020-11-26T09:45:45.039Z] 7f13d82722a5: Preparing [2020-11-26T09:45:45.039Z] 0e2f34d37e1e: Preparing [2020-11-26T09:45:45.039Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:45.039Z] cb9d419307ab: Waiting [2020-11-26T09:45:45.039Z] 7f13d82722a5: Waiting [2020-11-26T09:45:45.039Z] 0e2f34d37e1e: Waiting [2020-11-26T09:45:45.039Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:45.039Z] 7123e5714a12: Waiting [2020-11-26T09:45:45.039Z] 4f848a55827f: Waiting [2020-11-26T09:45:45.313Z] 9f8a2d03991e: Pushed [2020-11-26T09:45:45.313Z] 73d097469109: Pushed [2020-11-26T09:45:45.313Z] e0c546b5a38e: Pushed [2020-11-26T09:45:45.313Z] 7111b5de49ac: Pushed [2020-11-26T09:45:45.586Z] 7123e5714a12: Pushed [2020-11-26T09:45:45.586Z] 4f848a55827f: Pushed [2020-11-26T09:45:45.586Z] cb9d419307ab: Pushed [2020-11-26T09:45:45.586Z] 7f13d82722a5: Pushed [2020-11-26T09:45:45.586Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:46.178Z] 0e2f34d37e1e: Pushed [2020-11-26T09:45:47.607Z] 67bddc3c53a4: Pushed [2020-11-26T09:45:47.879Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:48.218Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:48.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:48.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T09:45:48.584Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:48.584Z] 9f8a2d03991e: Preparing [2020-11-26T09:45:48.584Z] 73d097469109: Preparing [2020-11-26T09:45:48.584Z] 7111b5de49ac: Preparing [2020-11-26T09:45:48.584Z] 7111b5de49ac: Preparing [2020-11-26T09:45:48.584Z] e0c546b5a38e: Preparing [2020-11-26T09:45:48.584Z] 7123e5714a12: Preparing [2020-11-26T09:45:48.584Z] 4f848a55827f: Preparing [2020-11-26T09:45:48.584Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:48.584Z] cb9d419307ab: Preparing [2020-11-26T09:45:48.584Z] 7f13d82722a5: Preparing [2020-11-26T09:45:48.584Z] 0e2f34d37e1e: Preparing [2020-11-26T09:45:48.584Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:48.584Z] 7123e5714a12: Waiting [2020-11-26T09:45:48.584Z] 7f13d82722a5: Waiting [2020-11-26T09:45:48.584Z] 0e2f34d37e1e: Waiting [2020-11-26T09:45:48.584Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:48.584Z] 4f848a55827f: Waiting [2020-11-26T09:45:48.584Z] cb9d419307ab: Waiting [2020-11-26T09:45:48.584Z] 67bddc3c53a4: Layer already exists [2020-11-26T09:45:48.584Z] 73d097469109: Layer already exists [2020-11-26T09:45:48.584Z] e0c546b5a38e: Layer already exists [2020-11-26T09:45:48.584Z] 7111b5de49ac: Layer already exists [2020-11-26T09:45:48.856Z] 9f8a2d03991e: Layer already exists [2020-11-26T09:45:48.856Z] 7123e5714a12: Layer already exists [2020-11-26T09:45:48.856Z] 4f848a55827f: Layer already exists [2020-11-26T09:45:48.856Z] cb9d419307ab: Layer already exists [2020-11-26T09:45:48.856Z] 7f13d82722a5: Layer already exists [2020-11-26T09:45:48.856Z] 0e2f34d37e1e: Layer already exists [2020-11-26T09:45:48.856Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:48.856Z] 1.3.1-dev.11: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:49.199Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:49.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:49.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T09:45:49.537Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:49.537Z] 9f8a2d03991e: Preparing [2020-11-26T09:45:49.537Z] 73d097469109: Preparing [2020-11-26T09:45:49.537Z] 7111b5de49ac: Preparing [2020-11-26T09:45:49.537Z] 7111b5de49ac: Preparing [2020-11-26T09:45:49.537Z] e0c546b5a38e: Preparing [2020-11-26T09:45:49.537Z] 7123e5714a12: Preparing [2020-11-26T09:45:49.537Z] 4f848a55827f: Preparing [2020-11-26T09:45:49.537Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:49.537Z] cb9d419307ab: Preparing [2020-11-26T09:45:49.537Z] 7f13d82722a5: Preparing [2020-11-26T09:45:49.537Z] 0e2f34d37e1e: Preparing [2020-11-26T09:45:49.537Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:49.537Z] cb9d419307ab: Waiting [2020-11-26T09:45:49.537Z] 7f13d82722a5: Waiting [2020-11-26T09:45:49.537Z] 0e2f34d37e1e: Waiting [2020-11-26T09:45:49.537Z] 7123e5714a12: Waiting [2020-11-26T09:45:49.537Z] 4f848a55827f: Waiting [2020-11-26T09:45:49.537Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:49.819Z] 67bddc3c53a4: Layer already exists [2020-11-26T09:45:49.819Z] e0c546b5a38e: Layer already exists [2020-11-26T09:45:49.819Z] 9f8a2d03991e: Layer already exists [2020-11-26T09:45:49.819Z] 7111b5de49ac: Layer already exists [2020-11-26T09:45:49.819Z] 73d097469109: Layer already exists [2020-11-26T09:45:49.819Z] cb9d419307ab: Layer already exists [2020-11-26T09:45:49.819Z] 4f848a55827f: Layer already exists [2020-11-26T09:45:49.819Z] 7123e5714a12: Layer already exists [2020-11-26T09:45:49.819Z] 0e2f34d37e1e: Layer already exists [2020-11-26T09:45:49.819Z] 7f13d82722a5: Layer already exists [2020-11-26T09:45:49.819Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:49.819Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:50.158Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:50.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-26T09:45:50.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-26T09:45:50.536Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:50.536Z] 9f8a2d03991e: Preparing [2020-11-26T09:45:50.536Z] 73d097469109: Preparing [2020-11-26T09:45:50.536Z] 7111b5de49ac: Preparing [2020-11-26T09:45:50.536Z] 7111b5de49ac: Preparing [2020-11-26T09:45:50.536Z] e0c546b5a38e: Preparing [2020-11-26T09:45:50.536Z] 7123e5714a12: Preparing [2020-11-26T09:45:50.536Z] 4f848a55827f: Preparing [2020-11-26T09:45:50.536Z] 67bddc3c53a4: Preparing [2020-11-26T09:45:50.536Z] cb9d419307ab: Preparing [2020-11-26T09:45:50.536Z] 7f13d82722a5: Preparing [2020-11-26T09:45:50.536Z] 0e2f34d37e1e: Preparing [2020-11-26T09:45:50.536Z] cd3761cfa1d9: Preparing [2020-11-26T09:45:50.536Z] 7123e5714a12: Waiting [2020-11-26T09:45:50.536Z] 4f848a55827f: Waiting [2020-11-26T09:45:50.536Z] cb9d419307ab: Waiting [2020-11-26T09:45:50.536Z] 7f13d82722a5: Waiting [2020-11-26T09:45:50.536Z] 0e2f34d37e1e: Waiting [2020-11-26T09:45:50.536Z] cd3761cfa1d9: Waiting [2020-11-26T09:45:50.536Z] 73d097469109: Layer already exists [2020-11-26T09:45:50.536Z] 7111b5de49ac: Layer already exists [2020-11-26T09:45:50.536Z] e0c546b5a38e: Layer already exists [2020-11-26T09:45:50.536Z] 67bddc3c53a4: Layer already exists [2020-11-26T09:45:50.536Z] 9f8a2d03991e: Layer already exists [2020-11-26T09:45:50.811Z] 7123e5714a12: Layer already exists [2020-11-26T09:45:50.811Z] 7f13d82722a5: Layer already exists [2020-11-26T09:45:50.811Z] 0e2f34d37e1e: Layer already exists [2020-11-26T09:45:50.811Z] cb9d419307ab: Layer already exists [2020-11-26T09:45:50.811Z] 4f848a55827f: Layer already exists [2020-11-26T09:45:50.811Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:45:50.811Z] master: digest: sha256:ac076f4f1cabad144950e00091dc08ed4783a48c150efac323fde7de19e24f8c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:51.050Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:51.105Z] taggedImages: [2020-11-26T09:45:51.105Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:51.105Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:51.105Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:51.105Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-26T09:45:51.186Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-26T09:45:51.186Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:51.186Z] 1.3.1-dev.11 [2020-11-26T09:45:51.186Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:51.186Z] master [2020-11-26T09:45:51.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:51.779Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:52.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:52.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T09:45:52.129Z] d7b4c67f1944: Preparing [2020-11-26T09:45:52.129Z] 6a3f8239d7a0: Preparing [2020-11-26T09:45:52.129Z] 030ec6df9281: Preparing [2020-11-26T09:45:52.129Z] eff1f09967ac: Preparing [2020-11-26T09:45:52.129Z] 7b9776bb4164: Preparing [2020-11-26T09:45:52.129Z] d9ad5bc20b99: Preparing [2020-11-26T09:45:52.129Z] ec24953a0128: Preparing [2020-11-26T09:45:52.129Z] 3a70ad93398d: Preparing [2020-11-26T09:45:52.129Z] 66b385cf80cf: Preparing [2020-11-26T09:45:52.129Z] d9ad5bc20b99: Waiting [2020-11-26T09:45:52.129Z] 66b385cf80cf: Waiting [2020-11-26T09:45:52.129Z] 3a70ad93398d: Waiting [2020-11-26T09:45:52.400Z] 7b9776bb4164: Pushed [2020-11-26T09:45:52.400Z] 6a3f8239d7a0: Pushed [2020-11-26T09:45:52.400Z] d7b4c67f1944: Pushed [2020-11-26T09:45:52.672Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:52.672Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:52.672Z] d9ad5bc20b99: Pushed [2020-11-26T09:45:52.672Z] ec24953a0128: Pushed [2020-11-26T09:45:54.640Z] eff1f09967ac: Pushed [2020-11-26T09:45:54.640Z] 030ec6df9281: Pushed [2020-11-26T09:45:54.913Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:55.259Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:55.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:55.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T09:45:55.639Z] d7b4c67f1944: Preparing [2020-11-26T09:45:55.639Z] 6a3f8239d7a0: Preparing [2020-11-26T09:45:55.639Z] 030ec6df9281: Preparing [2020-11-26T09:45:55.639Z] eff1f09967ac: Preparing [2020-11-26T09:45:55.639Z] 7b9776bb4164: Preparing [2020-11-26T09:45:55.639Z] d9ad5bc20b99: Preparing [2020-11-26T09:45:55.639Z] ec24953a0128: Preparing [2020-11-26T09:45:55.639Z] 3a70ad93398d: Preparing [2020-11-26T09:45:55.639Z] 66b385cf80cf: Preparing [2020-11-26T09:45:55.639Z] d9ad5bc20b99: Waiting [2020-11-26T09:45:55.639Z] ec24953a0128: Waiting [2020-11-26T09:45:55.639Z] 3a70ad93398d: Waiting [2020-11-26T09:45:55.639Z] 66b385cf80cf: Waiting [2020-11-26T09:45:55.639Z] 030ec6df9281: Layer already exists [2020-11-26T09:45:55.639Z] d7b4c67f1944: Layer already exists [2020-11-26T09:45:55.639Z] eff1f09967ac: Layer already exists [2020-11-26T09:45:55.639Z] 7b9776bb4164: Layer already exists [2020-11-26T09:45:55.639Z] 6a3f8239d7a0: Layer already exists [2020-11-26T09:45:55.639Z] d9ad5bc20b99: Layer already exists [2020-11-26T09:45:55.639Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:55.639Z] ec24953a0128: Layer already exists [2020-11-26T09:45:55.639Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:55.908Z] 1.3.1-dev.11: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:56.248Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:56.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:56.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T09:45:56.579Z] d7b4c67f1944: Preparing [2020-11-26T09:45:56.579Z] 6a3f8239d7a0: Preparing [2020-11-26T09:45:56.579Z] 030ec6df9281: Preparing [2020-11-26T09:45:56.579Z] eff1f09967ac: Preparing [2020-11-26T09:45:56.579Z] 7b9776bb4164: Preparing [2020-11-26T09:45:56.579Z] d9ad5bc20b99: Preparing [2020-11-26T09:45:56.579Z] ec24953a0128: Preparing [2020-11-26T09:45:56.579Z] 3a70ad93398d: Preparing [2020-11-26T09:45:56.579Z] 66b385cf80cf: Preparing [2020-11-26T09:45:56.579Z] ec24953a0128: Waiting [2020-11-26T09:45:56.579Z] 3a70ad93398d: Waiting [2020-11-26T09:45:56.579Z] 66b385cf80cf: Waiting [2020-11-26T09:45:56.579Z] d9ad5bc20b99: Waiting [2020-11-26T09:45:56.579Z] 030ec6df9281: Layer already exists [2020-11-26T09:45:56.579Z] d7b4c67f1944: Layer already exists [2020-11-26T09:45:56.579Z] eff1f09967ac: Layer already exists [2020-11-26T09:45:56.579Z] 6a3f8239d7a0: Layer already exists [2020-11-26T09:45:56.849Z] 7b9776bb4164: Layer already exists [2020-11-26T09:45:56.849Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:56.849Z] d9ad5bc20b99: Layer already exists [2020-11-26T09:45:56.849Z] ec24953a0128: Layer already exists [2020-11-26T09:45:56.849Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:56.849Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:57.191Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:57.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-26T09:45:57.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-26T09:45:57.529Z] d7b4c67f1944: Preparing [2020-11-26T09:45:57.529Z] 6a3f8239d7a0: Preparing [2020-11-26T09:45:57.529Z] 030ec6df9281: Preparing [2020-11-26T09:45:57.529Z] eff1f09967ac: Preparing [2020-11-26T09:45:57.529Z] 7b9776bb4164: Preparing [2020-11-26T09:45:57.529Z] d9ad5bc20b99: Preparing [2020-11-26T09:45:57.529Z] ec24953a0128: Preparing [2020-11-26T09:45:57.529Z] 3a70ad93398d: Preparing [2020-11-26T09:45:57.529Z] 66b385cf80cf: Preparing [2020-11-26T09:45:57.529Z] d9ad5bc20b99: Waiting [2020-11-26T09:45:57.529Z] ec24953a0128: Waiting [2020-11-26T09:45:57.529Z] 3a70ad93398d: Waiting [2020-11-26T09:45:57.529Z] 66b385cf80cf: Waiting [2020-11-26T09:45:57.529Z] 030ec6df9281: Layer already exists [2020-11-26T09:45:57.529Z] 6a3f8239d7a0: Layer already exists [2020-11-26T09:45:57.529Z] d7b4c67f1944: Layer already exists [2020-11-26T09:45:57.529Z] 7b9776bb4164: Layer already exists [2020-11-26T09:45:57.529Z] eff1f09967ac: Layer already exists [2020-11-26T09:45:57.800Z] d9ad5bc20b99: Layer already exists [2020-11-26T09:45:57.800Z] 3a70ad93398d: Layer already exists [2020-11-26T09:45:57.800Z] 66b385cf80cf: Layer already exists [2020-11-26T09:45:57.800Z] ec24953a0128: Layer already exists [2020-11-26T09:45:57.800Z] master: digest: sha256:15d9f0fda086487cf4e18ed01fb149c71c299771d9a5c330c83b8bfd62c410b3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:45:58.018Z] ===================================================== [Pipeline] echo [2020-11-26T09:45:58.069Z] taggedImages: [2020-11-26T09:45:58.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:58.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.11 [2020-11-26T09:45:58.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:58.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-26T09:45:58.137Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-26T09:45:58.137Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:58.137Z] 1.3.1-dev.11 [2020-11-26T09:45:58.137Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:45:58.137Z] master [2020-11-26T09:45:58.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:58.679Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:45:59.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:45:59.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T09:45:59.032Z] ac4bd688e29d: Preparing [2020-11-26T09:45:59.032Z] f4aa0586c91f: Preparing [2020-11-26T09:45:59.032Z] 0f3cad10d4bd: Preparing [2020-11-26T09:45:59.032Z] 2a7e92be3c10: Preparing [2020-11-26T09:45:59.308Z] ac4bd688e29d: Pushed [2020-11-26T09:45:59.308Z] 0f3cad10d4bd: Pushed [2020-11-26T09:45:59.578Z] 2a7e92be3c10: Pushed [2020-11-26T09:46:01.540Z] f4aa0586c91f: Pushed [2020-11-26T09:46:01.813Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:02.162Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:02.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:02.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T09:46:02.498Z] ac4bd688e29d: Preparing [2020-11-26T09:46:02.498Z] f4aa0586c91f: Preparing [2020-11-26T09:46:02.498Z] 0f3cad10d4bd: Preparing [2020-11-26T09:46:02.498Z] 2a7e92be3c10: Preparing [2020-11-26T09:46:02.498Z] ac4bd688e29d: Layer already exists [2020-11-26T09:46:02.498Z] f4aa0586c91f: Layer already exists [2020-11-26T09:46:02.498Z] 2a7e92be3c10: Layer already exists [2020-11-26T09:46:02.498Z] 0f3cad10d4bd: Layer already exists [2020-11-26T09:46:02.769Z] 1.3.1-dev.11: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:03.110Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:03.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:03.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T09:46:03.443Z] ac4bd688e29d: Preparing [2020-11-26T09:46:03.443Z] f4aa0586c91f: Preparing [2020-11-26T09:46:03.443Z] 0f3cad10d4bd: Preparing [2020-11-26T09:46:03.443Z] 2a7e92be3c10: Preparing [2020-11-26T09:46:03.443Z] 2a7e92be3c10: Layer already exists [2020-11-26T09:46:03.443Z] f4aa0586c91f: Layer already exists [2020-11-26T09:46:03.443Z] 0f3cad10d4bd: Layer already exists [2020-11-26T09:46:03.443Z] ac4bd688e29d: Layer already exists [2020-11-26T09:46:03.716Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:04.059Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:04.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-26T09:46:04.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-26T09:46:04.391Z] ac4bd688e29d: Preparing [2020-11-26T09:46:04.391Z] f4aa0586c91f: Preparing [2020-11-26T09:46:04.391Z] 0f3cad10d4bd: Preparing [2020-11-26T09:46:04.391Z] 2a7e92be3c10: Preparing [2020-11-26T09:46:04.391Z] 0f3cad10d4bd: Layer already exists [2020-11-26T09:46:04.391Z] 2a7e92be3c10: Layer already exists [2020-11-26T09:46:04.391Z] ac4bd688e29d: Layer already exists [2020-11-26T09:46:04.391Z] f4aa0586c91f: Layer already exists [2020-11-26T09:46:04.661Z] master: digest: sha256:a0ca00adf280ce7911bb3f13c3506ce651cd6307203da0acc78f42862e2d8d79 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:46:04.875Z] ===================================================== [Pipeline] echo [2020-11-26T09:46:04.923Z] taggedImages: [2020-11-26T09:46:04.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:04.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:04.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:04.923Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-26T09:46:05.021Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-26T09:46:05.021Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:05.021Z] 1.3.1-dev.11 [2020-11-26T09:46:05.021Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:05.021Z] master [2020-11-26T09:46:05.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:05.562Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:05.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:05.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T09:46:05.911Z] f2570163c919: Preparing [2020-11-26T09:46:05.911Z] 18a904945d01: Preparing [2020-11-26T09:46:05.911Z] efc6c3bc9b8e: Preparing [2020-11-26T09:46:05.911Z] 82f221eaff93: Preparing [2020-11-26T09:46:05.911Z] 190afc54a4e4: Preparing [2020-11-26T09:46:05.911Z] aef32bd646f3: Preparing [2020-11-26T09:46:05.911Z] aef32bd646f3: Waiting [2020-11-26T09:46:06.185Z] efc6c3bc9b8e: Pushed [2020-11-26T09:46:06.185Z] f2570163c919: Pushed [2020-11-26T09:46:06.185Z] 82f221eaff93: Pushed [2020-11-26T09:46:06.456Z] 190afc54a4e4: Pushed [2020-11-26T09:46:06.456Z] aef32bd646f3: Pushed [2020-11-26T09:46:09.066Z] 18a904945d01: Pushed [2020-11-26T09:46:09.341Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:09.683Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:10.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:10.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T09:46:10.017Z] f2570163c919: Preparing [2020-11-26T09:46:10.017Z] 18a904945d01: Preparing [2020-11-26T09:46:10.017Z] efc6c3bc9b8e: Preparing [2020-11-26T09:46:10.017Z] 82f221eaff93: Preparing [2020-11-26T09:46:10.017Z] 190afc54a4e4: Preparing [2020-11-26T09:46:10.017Z] aef32bd646f3: Preparing [2020-11-26T09:46:10.017Z] aef32bd646f3: Waiting [2020-11-26T09:46:10.017Z] 18a904945d01: Layer already exists [2020-11-26T09:46:10.017Z] 190afc54a4e4: Layer already exists [2020-11-26T09:46:10.017Z] f2570163c919: Layer already exists [2020-11-26T09:46:10.017Z] efc6c3bc9b8e: Layer already exists [2020-11-26T09:46:10.017Z] 82f221eaff93: Layer already exists [2020-11-26T09:46:10.290Z] aef32bd646f3: Layer already exists [2020-11-26T09:46:10.290Z] 1.3.1-dev.11: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:10.632Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:10.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:10.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T09:46:10.964Z] f2570163c919: Preparing [2020-11-26T09:46:10.964Z] 18a904945d01: Preparing [2020-11-26T09:46:10.964Z] efc6c3bc9b8e: Preparing [2020-11-26T09:46:10.964Z] 82f221eaff93: Preparing [2020-11-26T09:46:10.964Z] 190afc54a4e4: Preparing [2020-11-26T09:46:10.964Z] aef32bd646f3: Preparing [2020-11-26T09:46:10.964Z] aef32bd646f3: Waiting [2020-11-26T09:46:11.236Z] 82f221eaff93: Layer already exists [2020-11-26T09:46:11.236Z] f2570163c919: Layer already exists [2020-11-26T09:46:11.236Z] 190afc54a4e4: Layer already exists [2020-11-26T09:46:11.236Z] efc6c3bc9b8e: Layer already exists [2020-11-26T09:46:11.236Z] 18a904945d01: Layer already exists [2020-11-26T09:46:11.236Z] aef32bd646f3: Layer already exists [2020-11-26T09:46:11.236Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:11.573Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:11.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-26T09:46:11.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-26T09:46:11.903Z] f2570163c919: Preparing [2020-11-26T09:46:11.903Z] 18a904945d01: Preparing [2020-11-26T09:46:11.903Z] efc6c3bc9b8e: Preparing [2020-11-26T09:46:11.903Z] 82f221eaff93: Preparing [2020-11-26T09:46:11.903Z] 190afc54a4e4: Preparing [2020-11-26T09:46:11.903Z] aef32bd646f3: Preparing [2020-11-26T09:46:11.903Z] aef32bd646f3: Waiting [2020-11-26T09:46:11.903Z] f2570163c919: Layer already exists [2020-11-26T09:46:11.903Z] 190afc54a4e4: Layer already exists [2020-11-26T09:46:11.903Z] efc6c3bc9b8e: Layer already exists [2020-11-26T09:46:11.903Z] 18a904945d01: Layer already exists [2020-11-26T09:46:11.903Z] 82f221eaff93: Layer already exists [2020-11-26T09:46:12.175Z] aef32bd646f3: Layer already exists [2020-11-26T09:46:12.175Z] master: digest: sha256:850ee128ce368c923d819d4ffb4c2a5c824b18a6cec9cec63433935141f8cf41 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:46:12.382Z] ===================================================== [Pipeline] echo [2020-11-26T09:46:12.435Z] taggedImages: [2020-11-26T09:46:12.435Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:12.435Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:12.435Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:12.435Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-26T09:46:12.511Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-26T09:46:12.511Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:12.511Z] 1.3.1-dev.11 [2020-11-26T09:46:12.511Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:12.511Z] master [2020-11-26T09:46:12.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:13.042Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:13.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:13.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T09:46:13.428Z] 1821b9083fa6: Preparing [2020-11-26T09:46:13.428Z] f01cfdc74267: Preparing [2020-11-26T09:46:13.428Z] f1cc8b3686c9: Preparing [2020-11-26T09:46:13.724Z] f1cc8b3686c9: Pushed [2020-11-26T09:46:13.724Z] 1821b9083fa6: Pushed [2020-11-26T09:46:17.118Z] f01cfdc74267: Pushed [2020-11-26T09:46:17.118Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:17.458Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:17.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:17.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T09:46:17.793Z] 1821b9083fa6: Preparing [2020-11-26T09:46:17.793Z] f01cfdc74267: Preparing [2020-11-26T09:46:17.793Z] f1cc8b3686c9: Preparing [2020-11-26T09:46:18.064Z] 1821b9083fa6: Layer already exists [2020-11-26T09:46:18.064Z] f1cc8b3686c9: Layer already exists [2020-11-26T09:46:18.064Z] f01cfdc74267: Layer already exists [2020-11-26T09:46:18.064Z] 1.3.1-dev.11: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:18.399Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:18.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:18.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T09:46:18.732Z] 1821b9083fa6: Preparing [2020-11-26T09:46:18.732Z] f01cfdc74267: Preparing [2020-11-26T09:46:18.732Z] f1cc8b3686c9: Preparing [2020-11-26T09:46:18.732Z] f01cfdc74267: Layer already exists [2020-11-26T09:46:18.732Z] f1cc8b3686c9: Layer already exists [2020-11-26T09:46:18.732Z] 1821b9083fa6: Layer already exists [2020-11-26T09:46:19.002Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:19.343Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:19.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-26T09:46:19.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-26T09:46:19.675Z] 1821b9083fa6: Preparing [2020-11-26T09:46:19.675Z] f01cfdc74267: Preparing [2020-11-26T09:46:19.675Z] f1cc8b3686c9: Preparing [2020-11-26T09:46:19.675Z] f1cc8b3686c9: Layer already exists [2020-11-26T09:46:19.675Z] f01cfdc74267: Layer already exists [2020-11-26T09:46:19.675Z] 1821b9083fa6: Layer already exists [2020-11-26T09:46:19.946Z] master: digest: sha256:0573e0426ba070661ebc54be4a4fc5a16bb9412a90ff1a68a981051008023764 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:46:20.205Z] ===================================================== [Pipeline] echo [2020-11-26T09:46:20.274Z] taggedImages: [2020-11-26T09:46:20.274Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:20.274Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:20.274Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:20.274Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-26T09:46:20.364Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-26T09:46:20.364Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:20.364Z] 1.3.1-dev.11 [2020-11-26T09:46:20.364Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:20.364Z] master [2020-11-26T09:46:20.364Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:20.907Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:21.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:21.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T09:46:21.244Z] 1064e8851a09: Preparing [2020-11-26T09:46:21.244Z] f23069823cc3: Preparing [2020-11-26T09:46:21.244Z] c1308467c76a: Preparing [2020-11-26T09:46:21.244Z] 1ccb6d9fb2f2: Preparing [2020-11-26T09:46:21.244Z] 18cbd462899d: Preparing [2020-11-26T09:46:21.244Z] b7698d489824: Preparing [2020-11-26T09:46:21.244Z] 19abb614e825: Preparing [2020-11-26T09:46:21.244Z] 52543ddb2901: Preparing [2020-11-26T09:46:21.244Z] 9f553b275599: Preparing [2020-11-26T09:46:21.244Z] 3a47579f0cd1: Preparing [2020-11-26T09:46:21.244Z] cd6d79ebbfb6: Preparing [2020-11-26T09:46:21.244Z] 3e7dc55cab04: Preparing [2020-11-26T09:46:21.244Z] b2e85fd0898f: Preparing [2020-11-26T09:46:21.244Z] cd3761cfa1d9: Preparing [2020-11-26T09:46:21.244Z] 3a47579f0cd1: Waiting [2020-11-26T09:46:21.244Z] cd6d79ebbfb6: Waiting [2020-11-26T09:46:21.244Z] 3e7dc55cab04: Waiting [2020-11-26T09:46:21.244Z] b2e85fd0898f: Waiting [2020-11-26T09:46:21.244Z] cd3761cfa1d9: Waiting [2020-11-26T09:46:21.244Z] b7698d489824: Waiting [2020-11-26T09:46:21.244Z] 52543ddb2901: Waiting [2020-11-26T09:46:21.244Z] 9f553b275599: Waiting [2020-11-26T09:46:21.244Z] 19abb614e825: Waiting [2020-11-26T09:46:21.837Z] 18cbd462899d: Pushed [2020-11-26T09:46:22.113Z] 1064e8851a09: Pushed [2020-11-26T09:46:22.712Z] 1ccb6d9fb2f2: Pushed [2020-11-26T09:46:22.712Z] 52543ddb2901: Layer already exists [2020-11-26T09:46:22.712Z] 9f553b275599: Layer already exists [2020-11-26T09:46:22.712Z] 19abb614e825: Pushed [2020-11-26T09:46:22.712Z] 3a47579f0cd1: Layer already exists [2020-11-26T09:46:22.712Z] 3e7dc55cab04: Layer already exists [2020-11-26T09:46:22.712Z] cd6d79ebbfb6: Layer already exists [2020-11-26T09:46:22.712Z] b2e85fd0898f: Layer already exists [2020-11-26T09:46:22.712Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:46:23.306Z] f23069823cc3: Pushed [2020-11-26T09:46:24.280Z] b7698d489824: Pushed [2020-11-26T09:46:34.395Z] c1308467c76a: Pushed [2020-11-26T09:46:34.395Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:34.728Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:35.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:35.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T09:46:35.058Z] 1064e8851a09: Preparing [2020-11-26T09:46:35.058Z] f23069823cc3: Preparing [2020-11-26T09:46:35.058Z] c1308467c76a: Preparing [2020-11-26T09:46:35.058Z] 1ccb6d9fb2f2: Preparing [2020-11-26T09:46:35.058Z] 18cbd462899d: Preparing [2020-11-26T09:46:35.058Z] b7698d489824: Preparing [2020-11-26T09:46:35.058Z] 19abb614e825: Preparing [2020-11-26T09:46:35.059Z] 52543ddb2901: Preparing [2020-11-26T09:46:35.059Z] 9f553b275599: Preparing [2020-11-26T09:46:35.059Z] 3a47579f0cd1: Preparing [2020-11-26T09:46:35.059Z] cd6d79ebbfb6: Preparing [2020-11-26T09:46:35.059Z] 3e7dc55cab04: Preparing [2020-11-26T09:46:35.059Z] b2e85fd0898f: Preparing [2020-11-26T09:46:35.059Z] cd3761cfa1d9: Preparing [2020-11-26T09:46:35.059Z] b7698d489824: Waiting [2020-11-26T09:46:35.059Z] 19abb614e825: Waiting [2020-11-26T09:46:35.059Z] 52543ddb2901: Waiting [2020-11-26T09:46:35.059Z] 9f553b275599: Waiting [2020-11-26T09:46:35.059Z] 3a47579f0cd1: Waiting [2020-11-26T09:46:35.059Z] cd6d79ebbfb6: Waiting [2020-11-26T09:46:35.059Z] 3e7dc55cab04: Waiting [2020-11-26T09:46:35.059Z] b2e85fd0898f: Waiting [2020-11-26T09:46:35.059Z] cd3761cfa1d9: Waiting [2020-11-26T09:46:35.059Z] c1308467c76a: Layer already exists [2020-11-26T09:46:35.059Z] 1064e8851a09: Layer already exists [2020-11-26T09:46:35.059Z] 18cbd462899d: Layer already exists [2020-11-26T09:46:35.059Z] 1ccb6d9fb2f2: Layer already exists [2020-11-26T09:46:35.059Z] f23069823cc3: Layer already exists [2020-11-26T09:46:35.328Z] 3a47579f0cd1: Layer already exists [2020-11-26T09:46:35.328Z] 9f553b275599: Layer already exists [2020-11-26T09:46:35.328Z] b7698d489824: Layer already exists [2020-11-26T09:46:35.328Z] 19abb614e825: Layer already exists [2020-11-26T09:46:35.328Z] 52543ddb2901: Layer already exists [2020-11-26T09:46:35.328Z] 3e7dc55cab04: Layer already exists [2020-11-26T09:46:35.328Z] cd6d79ebbfb6: Layer already exists [2020-11-26T09:46:35.328Z] b2e85fd0898f: Layer already exists [2020-11-26T09:46:35.328Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:46:35.328Z] 1.3.1-dev.11: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:35.661Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:35.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:35.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T09:46:35.991Z] 1064e8851a09: Preparing [2020-11-26T09:46:35.991Z] f23069823cc3: Preparing [2020-11-26T09:46:35.991Z] c1308467c76a: Preparing [2020-11-26T09:46:35.991Z] 1ccb6d9fb2f2: Preparing [2020-11-26T09:46:35.991Z] 18cbd462899d: Preparing [2020-11-26T09:46:35.991Z] b7698d489824: Preparing [2020-11-26T09:46:35.991Z] 19abb614e825: Preparing [2020-11-26T09:46:35.991Z] 52543ddb2901: Preparing [2020-11-26T09:46:35.991Z] 9f553b275599: Preparing [2020-11-26T09:46:35.991Z] 3a47579f0cd1: Preparing [2020-11-26T09:46:35.991Z] cd6d79ebbfb6: Preparing [2020-11-26T09:46:35.991Z] 3e7dc55cab04: Preparing [2020-11-26T09:46:35.991Z] b2e85fd0898f: Preparing [2020-11-26T09:46:35.991Z] cd3761cfa1d9: Preparing [2020-11-26T09:46:35.991Z] 9f553b275599: Waiting [2020-11-26T09:46:35.991Z] 19abb614e825: Waiting [2020-11-26T09:46:35.991Z] 3a47579f0cd1: Waiting [2020-11-26T09:46:35.991Z] cd6d79ebbfb6: Waiting [2020-11-26T09:46:35.991Z] 3e7dc55cab04: Waiting [2020-11-26T09:46:35.991Z] b2e85fd0898f: Waiting [2020-11-26T09:46:35.991Z] b7698d489824: Waiting [2020-11-26T09:46:35.991Z] 52543ddb2901: Waiting [2020-11-26T09:46:35.991Z] cd3761cfa1d9: Waiting [2020-11-26T09:46:36.262Z] f23069823cc3: Layer already exists [2020-11-26T09:46:36.262Z] 1064e8851a09: Layer already exists [2020-11-26T09:46:36.262Z] 18cbd462899d: Layer already exists [2020-11-26T09:46:36.262Z] c1308467c76a: Layer already exists [2020-11-26T09:46:36.262Z] 1ccb6d9fb2f2: Layer already exists [2020-11-26T09:46:36.262Z] 19abb614e825: Layer already exists [2020-11-26T09:46:36.262Z] 52543ddb2901: Layer already exists [2020-11-26T09:46:36.262Z] 9f553b275599: Layer already exists [2020-11-26T09:46:36.262Z] b7698d489824: Layer already exists [2020-11-26T09:46:36.262Z] 3a47579f0cd1: Layer already exists [2020-11-26T09:46:36.262Z] cd6d79ebbfb6: Layer already exists [2020-11-26T09:46:36.262Z] 3e7dc55cab04: Layer already exists [2020-11-26T09:46:36.262Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:46:36.262Z] b2e85fd0898f: Layer already exists [2020-11-26T09:46:36.262Z] ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:36.598Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:36.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-26T09:46:36.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-26T09:46:36.929Z] 1064e8851a09: Preparing [2020-11-26T09:46:36.929Z] f23069823cc3: Preparing [2020-11-26T09:46:36.929Z] c1308467c76a: Preparing [2020-11-26T09:46:36.929Z] 1ccb6d9fb2f2: Preparing [2020-11-26T09:46:36.929Z] 18cbd462899d: Preparing [2020-11-26T09:46:36.929Z] b7698d489824: Preparing [2020-11-26T09:46:36.929Z] 19abb614e825: Preparing [2020-11-26T09:46:36.929Z] 52543ddb2901: Preparing [2020-11-26T09:46:36.929Z] 9f553b275599: Preparing [2020-11-26T09:46:36.929Z] 3a47579f0cd1: Preparing [2020-11-26T09:46:36.929Z] b7698d489824: Waiting [2020-11-26T09:46:36.929Z] cd6d79ebbfb6: Preparing [2020-11-26T09:46:36.929Z] 3e7dc55cab04: Preparing [2020-11-26T09:46:36.929Z] b2e85fd0898f: Preparing [2020-11-26T09:46:36.929Z] cd3761cfa1d9: Preparing [2020-11-26T09:46:36.929Z] 19abb614e825: Waiting [2020-11-26T09:46:36.929Z] cd6d79ebbfb6: Waiting [2020-11-26T09:46:36.929Z] 52543ddb2901: Waiting [2020-11-26T09:46:36.929Z] 3e7dc55cab04: Waiting [2020-11-26T09:46:36.929Z] b2e85fd0898f: Waiting [2020-11-26T09:46:36.929Z] 9f553b275599: Waiting [2020-11-26T09:46:36.929Z] cd3761cfa1d9: Waiting [2020-11-26T09:46:36.929Z] 3a47579f0cd1: Waiting [2020-11-26T09:46:37.199Z] 18cbd462899d: Layer already exists [2020-11-26T09:46:37.199Z] f23069823cc3: Layer already exists [2020-11-26T09:46:37.199Z] c1308467c76a: Layer already exists [2020-11-26T09:46:37.199Z] 1064e8851a09: Layer already exists [2020-11-26T09:46:37.199Z] 1ccb6d9fb2f2: Layer already exists [2020-11-26T09:46:37.199Z] 9f553b275599: Layer already exists [2020-11-26T09:46:37.199Z] 19abb614e825: Layer already exists [2020-11-26T09:46:37.199Z] b7698d489824: Layer already exists [2020-11-26T09:46:37.199Z] 3a47579f0cd1: Layer already exists [2020-11-26T09:46:37.199Z] 52543ddb2901: Layer already exists [2020-11-26T09:46:37.199Z] cd6d79ebbfb6: Layer already exists [2020-11-26T09:46:37.199Z] 3e7dc55cab04: Layer already exists [2020-11-26T09:46:37.199Z] b2e85fd0898f: Layer already exists [2020-11-26T09:46:37.199Z] cd3761cfa1d9: Layer already exists [2020-11-26T09:46:37.199Z] master: digest: sha256:963d225f85c7fd01251b0f9c53bea76fd094d244a3bb77fdbe2de9a65102352f size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-26T09:46:37.396Z] ===================================================== [Pipeline] echo [2020-11-26T09:46:37.446Z] taggedImages: [2020-11-26T09:46:37.446Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e [2020-11-26T09:46:37.446Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.11 [2020-11-26T09:46:37.446Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ea5d7be70bf78d25df2f442b65fefbdc258c073e-1.3.1-dev.11 [2020-11-26T09:46:37.446Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap [2020-11-26T09:46:39.159Z] provisioning config files... [2020-11-26T09:46:39.175Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/235@tmp/config3722079169474211156tmp [Pipeline] { [Pipeline] sh [2020-11-26T09:46:39.550Z] + set +x [2020-11-26T09:46:39.550Z] + curl -s https://codecov.io/bash [2020-11-26T09:46:39.550Z] + bash -s -- [2020-11-26T09:46:40.125Z] [2020-11-26T09:46:40.125Z] _____ _ [2020-11-26T09:46:40.125Z] / ____| | | [2020-11-26T09:46:40.125Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T09:46:40.125Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T09:46:40.125Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T09:46:40.125Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T09:46:40.125Z] Bash-20201124-79cbc08 [2020-11-26T09:46:40.125Z] [2020-11-26T09:46:40.125Z] [2020-11-26T09:46:40.125Z] ==> Jenkins CI detected. [2020-11-26T09:46:40.125Z] project root: . [2020-11-26T09:46:40.125Z] --> token set from env [2020-11-26T09:46:40.125Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T09:46:40.125Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T09:46:40.125Z] ==> Python coveragepy not found [2020-11-26T09:46:40.125Z] ==> Searching for coverage reports in: [2020-11-26T09:46:40.125Z] + . [2020-11-26T09:46:40.125Z] -> Found 1 reports [2020-11-26T09:46:40.125Z] ==> Detecting git/mercurial file structure [2020-11-26T09:46:40.125Z] ==> Reading reports [2020-11-26T09:46:40.125Z] + ./coverage.out bytes=549148 [2020-11-26T09:46:40.125Z] ==> Appending adjustments [2020-11-26T09:46:40.125Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T09:46:43.437Z] + Found adjustments [2020-11-26T09:46:43.437Z] ==> Gzipping contents [2020-11-26T09:46:43.437Z] 88K /tmp/codecov.ndanHQ.gz [2020-11-26T09:46:43.437Z] ==> Uploading reports [2020-11-26T09:46:43.437Z] url: https://codecov.io [2020-11-26T09:46:43.437Z] query: branch=master&commit=ea5d7be70bf78d25df2f442b65fefbdc258c073e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T09:46:43.437Z] -> Pinging Codecov [2020-11-26T09:46:43.437Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=ea5d7be70bf78d25df2f442b65fefbdc258c073e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T09:46:44.012Z] -> Uploading to [2020-11-26T09:46:44.012Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/00271124DB129430A58F1EEE437C3FCB/ea5d7be70bf78d25df2f442b65fefbdc258c073e/6ebd52ad-204b-44fb-bf64-3450fbceb4c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T094643Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5325270dea7793643b82785d510dd6a92b02e3ca4353e04e9fa1f5cfb160264 [2020-11-26T09:46:44.012Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:46:44.012Z] Dload Upload Total Spent Left Speed [2020-11-26T09:46:44.275Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86104 0 0 100 86104 0 170k --:--:-- --:--:-- --:--:-- 170k [2020-11-26T09:46:44.275Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ea5d7be70bf78d25df2f442b65fefbdc258c073e [Pipeline] } [2020-11-26T09:46:44.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-26T09:46:45.224Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-26T09:46:45.323Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:45.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:46:45.681Z] [2020-11-26T09:46:45.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:46:46.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:46:46.154Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-26T09:46:46.154Z] 188c0c94c7c5: Already exists [2020-11-26T09:46:46.154Z] 0ef7d3d256c8: Pulling fs layer [2020-11-26T09:46:46.154Z] de9db76c5a1d: Pulling fs layer [2020-11-26T09:46:46.154Z] 0eba1c9be4d2: Pulling fs layer [2020-11-26T09:46:46.154Z] 0d57e429df01: Pulling fs layer [2020-11-26T09:46:46.154Z] 4e4be7b47b0d: Pulling fs layer [2020-11-26T09:46:46.154Z] e1f770b5df2f: Pulling fs layer [2020-11-26T09:46:46.154Z] 85a0685a4137: Pulling fs layer [2020-11-26T09:46:46.154Z] 0d57e429df01: Waiting [2020-11-26T09:46:46.154Z] 4e4be7b47b0d: Waiting [2020-11-26T09:46:46.154Z] e1f770b5df2f: Waiting [2020-11-26T09:46:46.154Z] 85a0685a4137: Waiting [2020-11-26T09:46:46.154Z] de9db76c5a1d: Verifying Checksum [2020-11-26T09:46:46.154Z] de9db76c5a1d: Download complete [2020-11-26T09:46:46.154Z] 0ef7d3d256c8: Download complete [2020-11-26T09:46:46.154Z] 0d57e429df01: Verifying Checksum [2020-11-26T09:46:46.154Z] 0d57e429df01: Download complete [2020-11-26T09:46:46.154Z] 4e4be7b47b0d: Verifying Checksum [2020-11-26T09:46:46.154Z] 4e4be7b47b0d: Download complete [2020-11-26T09:46:46.417Z] 0ef7d3d256c8: Pull complete [2020-11-26T09:46:46.679Z] de9db76c5a1d: Pull complete [2020-11-26T09:46:48.609Z] e1f770b5df2f: Verifying Checksum [2020-11-26T09:46:50.543Z] 0eba1c9be4d2: Download complete [2020-11-26T09:46:50.543Z] 85a0685a4137: Verifying Checksum [2020-11-26T09:46:50.543Z] 85a0685a4137: Download complete [2020-11-26T09:46:57.169Z] 0eba1c9be4d2: Pull complete [2020-11-26T09:46:57.169Z] 0d57e429df01: Pull complete [2020-11-26T09:46:57.169Z] 4e4be7b47b0d: Pull complete [2020-11-26T09:47:02.486Z] e1f770b5df2f: Pull complete [2020-11-26T09:47:10.677Z] 85a0685a4137: Pull complete [2020-11-26T09:47:10.677Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-26T09:47:10.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:47:10.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-26T09:47:10.938Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:47:11.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:47:12.099Z] $ docker top b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T09:47:12.342Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-26T09:47:12.640Z] + set -o pipefail [2020-11-26T09:47:12.640Z] + snyk monitor '--org=edgex-jenkins' [2020-11-26T09:47:20.801Z] [2020-11-26T09:47:20.801Z] Monitoring /w/workspace/edgex-go/235 (github.com/edgexfoundry/edgex-go)... [2020-11-26T09:47:20.801Z] [2020-11-26T09:47:20.801Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/61c6f58c-ad8b-4d19-ad81-da8b746bc062 [2020-11-26T09:47:20.801Z] [2020-11-26T09:47:20.801Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-26T09:47:20.801Z] [2020-11-26T09:47:20.801Z] [2020-11-26T09:47:20.801Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-26T09:47:20.801Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-26T09:47:20.819Z] $ docker stop --time=1 b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb [2020-11-26T09:47:23.897Z] $ docker rm -f b81d57b8cec3f0f7f592d20e8e1b624284af1bba6f60de401d8ba2060e0756fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-26T09:47:25.012Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-26T09:47:25.014Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:47:25.305Z] + set -o pipefail [2020-11-26T09:47:25.305Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:47:25.305Z] + tee .snyk [2020-11-26T09:47:25.567Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:47:25.567Z] version: v1.14.1 [2020-11-26T09:47:25.567Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:47:25.567Z] ignore: [2020-11-26T09:47:25.567Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:47:25.567Z] - '*': [2020-11-26T09:47:25.567Z] reason: does not apply # justification for ignoring [2020-11-26T09:47:25.567Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:47:25.567Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:47:25.567Z] - '*': [2020-11-26T09:47:25.567Z] reason: false positive [2020-11-26T09:47:25.567Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:47:25.567Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:47:25.673Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:47:26.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:47:26.022Z] . [Pipeline] withDockerContainer [2020-11-26T09:47:26.142Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:47:26.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:47:27.050Z] $ docker top 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:47:27.590Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:47:27.602Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:47:27.893Z] + set -o pipefail [2020-11-26T09:47:27.893Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e+ '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:47:27.893Z] snyk-to-html -o snykReport.html [2020-11-26T09:47:37.930Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:47:37.951Z] $ docker stop --time=1 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa [2020-11-26T09:47:39.545Z] $ docker rm -f 840ee514f51c03bab55d913fd01009d0dc0af365e5d31821dd0d09d7895f86fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:47:39.898Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-26T09:47:39.900Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:47:40.197Z] + set -o pipefail [2020-11-26T09:47:40.197Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:47:40.197Z] + tee .snyk [2020-11-26T09:47:40.197Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:47:40.197Z] version: v1.14.1 [2020-11-26T09:47:40.197Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:47:40.197Z] ignore: [2020-11-26T09:47:40.197Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:47:40.197Z] - '*': [2020-11-26T09:47:40.197Z] reason: does not apply # justification for ignoring [2020-11-26T09:47:40.197Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:47:40.197Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:47:40.197Z] - '*': [2020-11-26T09:47:40.197Z] reason: false positive [2020-11-26T09:47:40.197Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:47:40.197Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:47:40.565Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:47:40.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:47:40.943Z] . [Pipeline] withDockerContainer [2020-11-26T09:47:41.047Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:47:41.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:47:41.753Z] $ docker top 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:47:42.242Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:47:42.255Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:47:42.546Z] + set -o pipefail [2020-11-26T09:47:42.546Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:47:42.546Z] + snyk-to-html -o snykReport.html [2020-11-26T09:47:49.169Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:47:49.188Z] $ docker stop --time=1 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa [2020-11-26T09:47:50.709Z] $ docker rm -f 5e8441c882ed6a6e525f82b68c836f8ee5590dba2cf729e852ebc9e47eef1eaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:47:51.097Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-26T09:47:51.100Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:47:51.393Z] + set -o pipefail [2020-11-26T09:47:51.393Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:47:51.393Z] + tee .snyk [2020-11-26T09:47:51.393Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:47:51.393Z] version: v1.14.1 [2020-11-26T09:47:51.393Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:47:51.393Z] ignore: [2020-11-26T09:47:51.393Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:47:51.393Z] - '*': [2020-11-26T09:47:51.393Z] reason: does not apply # justification for ignoring [2020-11-26T09:47:51.393Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:47:51.393Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:47:51.394Z] - '*': [2020-11-26T09:47:51.394Z] reason: false positive [2020-11-26T09:47:51.394Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:47:51.394Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:47:51.501Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:47:51.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:47:51.848Z] . [Pipeline] withDockerContainer [2020-11-26T09:47:51.950Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:47:52.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:47:52.653Z] $ docker top 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:47:53.179Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:47:53.191Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:47:53.480Z] + set -o pipefail [2020-11-26T09:47:53.480Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:47:53.480Z] + snyk-to-html -o snykReport.html [2020-11-26T09:48:01.647Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:01.668Z] $ docker stop --time=1 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 [2020-11-26T09:48:03.176Z] $ docker rm -f 659ddcd3ac20b90f739678a7b61a52354fae62303a506670c31cb194956e0325 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:03.621Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-26T09:48:03.623Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:03.914Z] + set -o pipefail [2020-11-26T09:48:03.914Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:03.914Z] + tee .snyk [2020-11-26T09:48:04.176Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:04.176Z] version: v1.14.1 [2020-11-26T09:48:04.176Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:04.176Z] ignore: [2020-11-26T09:48:04.176Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:04.176Z] - '*': [2020-11-26T09:48:04.176Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:04.176Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:04.176Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:04.176Z] - '*': [2020-11-26T09:48:04.176Z] reason: false positive [2020-11-26T09:48:04.176Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:04.176Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:04.251Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:04.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:04.598Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:04.785Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:04.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:05.613Z] $ docker top 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:06.112Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:06.125Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:06.420Z] + set -o pipefail [2020-11-26T09:48:06.420Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:06.420Z] + snyk-to-html -o snykReport.html [2020-11-26T09:48:11.728Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:11.746Z] $ docker stop --time=1 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 [2020-11-26T09:48:13.148Z] $ docker rm -f 1d9fa1a6a9eb6b3f174392506b3917121c06d71e0a62eecb940ea8b26ce880e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:13.501Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-26T09:48:13.503Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:13.798Z] + set -o pipefail [2020-11-26T09:48:13.798Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:13.798Z] + tee .snyk [2020-11-26T09:48:13.798Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:13.798Z] version: v1.14.1 [2020-11-26T09:48:13.798Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:13.798Z] ignore: [2020-11-26T09:48:13.798Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:13.798Z] - '*': [2020-11-26T09:48:13.798Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:13.798Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:13.798Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:13.798Z] - '*': [2020-11-26T09:48:13.798Z] reason: false positive [2020-11-26T09:48:13.798Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:13.798Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:13.878Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:14.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:14.240Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:14.359Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:14.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:15.176Z] $ docker top e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:15.737Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:15.748Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:16.039Z] + set -o pipefail [2020-11-26T09:48:16.039Z] + + snyk testsnyk-to-html '--org=edgex-jenkins' --docker -o nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e snykReport.html '--file=./cmd/security-proxy-setup/Dockerfile' [2020-11-26T09:48:16.039Z] '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:21.351Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:21.370Z] $ docker stop --time=1 e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a [2020-11-26T09:48:22.804Z] $ docker rm -f e17d63cd185bad7c3ac2140396b285f96cc24e96d4536ac43150f24999c4e74a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:23.125Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-26T09:48:23.128Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:23.422Z] + set -o pipefail [2020-11-26T09:48:23.422Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:23.422Z] + tee .snyk [2020-11-26T09:48:23.422Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:23.422Z] version: v1.14.1 [2020-11-26T09:48:23.422Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:23.422Z] ignore: [2020-11-26T09:48:23.422Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:23.422Z] - '*': [2020-11-26T09:48:23.422Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:23.422Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:23.422Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:23.422Z] - '*': [2020-11-26T09:48:23.422Z] reason: false positive [2020-11-26T09:48:23.422Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:23.422Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:23.522Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:23.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:23.964Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:24.068Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:24.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:24.854Z] $ docker top b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:25.334Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:25.348Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:25.729Z] + set -o pipefail [2020-11-26T09:48:25.729Z] + snyk-to-html -o snykReport.html [2020-11-26T09:48:25.729Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:31.045Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:31.062Z] $ docker stop --time=1 b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f [2020-11-26T09:48:32.465Z] $ docker rm -f b12fe97928c6d88658d425fa199bc4a4b675c4b0b9e2749fded7389b041ec19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:32.748Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-26T09:48:32.750Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:33.040Z] + set -o pipefail [2020-11-26T09:48:33.040Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:33.040Z] + tee .snyk [2020-11-26T09:48:33.040Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:33.040Z] version: v1.14.1 [2020-11-26T09:48:33.040Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:33.040Z] ignore: [2020-11-26T09:48:33.040Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:33.040Z] - '*': [2020-11-26T09:48:33.040Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:33.040Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:33.040Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:33.040Z] - '*': [2020-11-26T09:48:33.040Z] reason: false positive [2020-11-26T09:48:33.040Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:33.040Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:33.141Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:33.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:33.496Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:33.600Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:33.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:34.302Z] $ docker top 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:34.793Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:34.804Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:35.094Z] + set -o pipefail [2020-11-26T09:48:35.094Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:35.094Z] + snyk-to-html -o snykReport.html [2020-11-26T09:48:40.438Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:40.456Z] $ docker stop --time=1 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 [2020-11-26T09:48:41.977Z] $ docker rm -f 925a41df2f5c6a727a404c71f5d1d28db0a35410e4bfbdddba8423df1e8335b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:42.341Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-26T09:48:42.343Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:42.638Z] + set -o pipefail [2020-11-26T09:48:42.638Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:42.638Z] + tee .snyk [2020-11-26T09:48:42.638Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:42.638Z] version: v1.14.1 [2020-11-26T09:48:42.638Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:42.638Z] ignore: [2020-11-26T09:48:42.638Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:42.638Z] - '*': [2020-11-26T09:48:42.638Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:42.638Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:42.638Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:42.638Z] - '*': [2020-11-26T09:48:42.638Z] reason: false positive [2020-11-26T09:48:42.638Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:42.638Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:42.775Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:43.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:43.125Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:43.226Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:43.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:44.003Z] $ docker top ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:44.525Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:44.538Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:44.832Z] + set -o pipefail [2020-11-26T09:48:44.832Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:44.832Z] + snyk-to-html -o snykReport.html [2020-11-26T09:48:54.928Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:48:54.984Z] $ docker stop --time=1 ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 [2020-11-26T09:48:56.604Z] $ docker rm -f ae93557cc79d6ef23989ecdfee226fb2d661f713032cdf0bb1067107b4dc9242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:48:56.916Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-26T09:48:56.918Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:48:57.208Z] + set -o pipefail [2020-11-26T09:48:57.209Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:48:57.209Z] + tee .snyk [2020-11-26T09:48:57.209Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:48:57.209Z] version: v1.14.1 [2020-11-26T09:48:57.209Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:48:57.209Z] ignore: [2020-11-26T09:48:57.209Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:48:57.209Z] - '*': [2020-11-26T09:48:57.209Z] reason: does not apply # justification for ignoring [2020-11-26T09:48:57.209Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:48:57.209Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:48:57.209Z] - '*': [2020-11-26T09:48:57.209Z] reason: false positive [2020-11-26T09:48:57.209Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:48:57.209Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:48:57.296Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:57.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:48:57.644Z] . [Pipeline] withDockerContainer [2020-11-26T09:48:57.751Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:48:57.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:48:58.527Z] $ docker top afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:48:58.992Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:48:59.004Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:48:59.297Z] + set -o pipefail [2020-11-26T09:48:59.297Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:48:59.297Z] + snyk-to-html -o snykReport.html [2020-11-26T09:49:09.352Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:49:09.370Z] $ docker stop --time=1 afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 [2020-11-26T09:49:10.887Z] $ docker rm -f afdf82bb6a9b6ed051fea79c168c58e4205be16efc36333c63110eeb8bcbb179 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:49:11.178Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-26T09:49:11.181Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:49:11.474Z] + set -o pipefail [2020-11-26T09:49:11.475Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:49:11.475Z] + tee .snyk [2020-11-26T09:49:11.475Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:49:11.475Z] version: v1.14.1 [2020-11-26T09:49:11.475Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:49:11.475Z] ignore: [2020-11-26T09:49:11.475Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:49:11.475Z] - '*': [2020-11-26T09:49:11.475Z] reason: does not apply # justification for ignoring [2020-11-26T09:49:11.475Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:49:11.475Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:49:11.475Z] - '*': [2020-11-26T09:49:11.475Z] reason: false positive [2020-11-26T09:49:11.475Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:49:11.475Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:49:11.591Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:49:11.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:49:11.936Z] . [Pipeline] withDockerContainer [2020-11-26T09:49:12.044Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:49:12.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:49:12.730Z] $ docker top feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:49:13.199Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:49:13.213Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:49:13.505Z] + set -o pipefail [2020-11-26T09:49:13.505Z] + snyk-to-html -o snykReport.html [2020-11-26T09:49:13.505Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:49:21.677Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:49:21.696Z] $ docker stop --time=1 feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 [2020-11-26T09:49:23.221Z] $ docker rm -f feaaf461d5105d30be436dd27b41c63e677af03dce03b4c8f37776e631bc6f29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:49:23.548Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T09:49:23.550Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-26T09:49:23.860Z] + set -o pipefail [2020-11-26T09:49:23.860Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-26T09:49:23.860Z] + tee .snyk [2020-11-26T09:49:23.860Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-26T09:49:23.860Z] version: v1.14.1 [2020-11-26T09:49:23.860Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-26T09:49:23.860Z] ignore: [2020-11-26T09:49:23.860Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-26T09:49:23.860Z] - '*': [2020-11-26T09:49:23.860Z] reason: does not apply # justification for ignoring [2020-11-26T09:49:23.860Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-26T09:49:23.860Z] SNYK-ALPINE312-JQ-588886: [2020-11-26T09:49:23.860Z] - '*': [2020-11-26T09:49:23.860Z] reason: false positive [2020-11-26T09:49:23.860Z] expires: 2021-01-01T00:00:00 [2020-11-26T09:49:23.860Z] # patch: {} [Pipeline] withCredentials [2020-11-26T09:49:23.945Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:49:24.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T09:49:24.290Z] . [Pipeline] withDockerContainer [2020-11-26T09:49:24.393Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:49:24.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T09:49:25.102Z] $ docker top f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:49:26.638Z] + rm -f snykReport.html [Pipeline] echo [2020-11-26T09:49:26.651Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-26T09:49:26.946Z] + set -o pipefail [2020-11-26T09:49:26.946Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ea5d7be70bf78d25df2f442b65fefbdc258c073e '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-26T09:49:26.946Z] + snyk-to-html -o snykReport.html [2020-11-26T09:49:33.567Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-26T09:49:33.585Z] $ docker stop --time=1 f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f [2020-11-26T09:49:35.041Z] $ docker rm -f f33d5ce6d7b233eda716a908c217957c2e93fa09d3f6f3d447d6358dfde9f78f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-26T09:49:35.880Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:49:35.928Z] provisioning config files... [2020-11-26T09:49:35.942Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/235@tmp/config2810640663829487065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:36.373Z] --> edgex-publish-swagger.sh [2020-11-26T09:49:36.373Z] === Publish openapi/v1 API === [2020-11-26T09:49:36.373Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-26T09:49:36.373Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-26T09:49:36.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:36.373Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:37.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9275 0:00:01 0:00:01 --:--:-- 9285 100 10521 0 0 100 10521 0 9273 0:00:01 0:00:01 --:--:-- 9277 [2020-11-26T09:49:37.322Z] [2020-11-26T09:49:37.322Z] [2020-11-26T09:49:37.322Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-26T09:49:37.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:37.322Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:38.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31392 0:00:01 0:00:01 --:--:-- 31424 100 32556 0 0 100 32556 0 31386 0:00:01 0:00:01 --:--:-- 31394 [2020-11-26T09:49:38.721Z] [2020-11-26T09:49:38.721Z] [2020-11-26T09:49:38.721Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-26T09:49:38.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:38.721Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:39.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62831 0:00:01 0:00:01 --:--:-- 62847 [2020-11-26T09:49:39.669Z] [2020-11-26T09:49:39.669Z] [2020-11-26T09:49:39.669Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-26T09:49:39.669Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:39.669Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:40.876Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12960 0:00:01 0:00:01 --:--:-- 12958 100 13580 0 0 100 13580 0 12958 0:00:01 0:00:01 --:--:-- 12958 [2020-11-26T09:49:40.876Z] [2020-11-26T09:49:40.876Z] [2020-11-26T09:49:40.876Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-26T09:49:40.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:40.876Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:41.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 38363 0:00:01 0:00:01 --:--:-- 38389 100 38889 0 0 100 38889 0 38355 0:00:01 0:00:01 --:--:-- 38389 [2020-11-26T09:49:41.823Z] [2020-11-26T09:49:41.823Z] [2020-11-26T09:49:41.823Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-26T09:49:41.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:41.823Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:42.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 14058 0:00:01 0:00:01 --:--:-- 14065 100 14248 0 0 100 14248 0 14055 0:00:01 0:00:01 --:--:-- 14065 [2020-11-26T09:49:42.769Z] [2020-11-26T09:49:42.769Z] [2020-11-26T09:49:42.769Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-26T09:49:42.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:42.769Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:43.717Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4041 0:00:01 0:00:01 --:--:-- 4044 100 4109 0 0 100 4109 0 4041 0:00:01 0:00:01 --:--:-- 4044 [2020-11-26T09:49:43.717Z] [2020-11-26T09:49:43.717Z] [2020-11-26T09:49:43.717Z] === Publish openapi/v2 API === [2020-11-26T09:49:43.717Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-26T09:49:43.717Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-26T09:49:43.717Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:43.717Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:45.109Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24990 0:00:01 0:00:01 --:--:-- 25008 100 29535 0 0 100 29535 0 24986 0:00:01 0:00:01 --:--:-- 25008 [2020-11-26T09:49:45.109Z] [2020-11-26T09:49:45.109Z] [2020-11-26T09:49:45.109Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-26T09:49:45.109Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:45.110Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:46.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65252 0 0 100 65252 0 55469 0:00:01 0:00:01 --:--:-- 55486 100 65252 0 0 100 65252 0 55456 0:00:01 0:00:01 --:--:-- 55486 [2020-11-26T09:49:46.505Z] [2020-11-26T09:49:46.505Z] [2020-11-26T09:49:46.505Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-26T09:49:46.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:46.505Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:47.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 110k 0:00:01 0:00:01 --:--:-- 110k 100 119k 0 0 100 119k 0 110k 0:00:01 0:00:01 --:--:-- 110k [2020-11-26T09:49:47.451Z] [2020-11-26T09:49:47.451Z] [2020-11-26T09:49:47.451Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-26T09:49:47.451Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:47.451Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:48.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19412 0:00:01 0:00:01 --:--:-- 19418 100 23691 0 0 100 23691 0 19310 0:00:01 0:00:01 --:--:-- 19323 [2020-11-26T09:49:48.843Z] [2020-11-26T09:49:48.843Z] [2020-11-26T09:49:48.843Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-26T09:49:48.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:48.843Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:49.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53209 0:00:01 0:00:01 --:--:-- 53173 100 62691 0 0 100 62691 0 53200 0:00:01 0:00:01 --:--:-- 53173 [2020-11-26T09:49:49.792Z] [2020-11-26T09:49:49.792Z] [2020-11-26T09:49:49.792Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-26T09:49:49.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:49.792Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:51.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38309 0:00:01 0:00:01 --:--:-- 38338 100 46198 0 0 100 46198 0 37602 0:00:01 0:00:01 --:--:-- 37620 [2020-11-26T09:49:51.184Z] [2020-11-26T09:49:51.184Z] [2020-11-26T09:49:51.184Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-26T09:49:51.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:49:51.184Z] Dload Upload Total Spent Left Speed [2020-11-26T09:49:52.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20181 0:00:01 0:00:01 --:--:-- 20191 100 23725 0 0 100 23725 0 20177 0:00:01 0:00:01 --:--:-- 20191 [2020-11-26T09:49:52.132Z] [2020-11-26T09:49:52.132Z] [Pipeline] } [2020-11-26T09:49:52.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:49:53.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:49:53.049Z] . [Pipeline] withDockerContainer [2020-11-26T09:49:53.163Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:49:53.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T09:49:53.977Z] $ docker top 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:49:54.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:49:54.355Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:49:54.566Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:49:54.571Z] $ docker exec 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c ssh-agent [2020-11-26T09:49:54.754Z] SSH_AUTH_SOCK=/tmp/ssh-akHq1mCNRoMD/agent.11 [2020-11-26T09:49:54.754Z] SSH_AGENT_PID=17 [2020-11-26T09:49:54.761Z] Running ssh-add (command line suppressed) [2020-11-26T09:49:54.895Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_2265375610788482769.key (/w/workspace/edgex-go/235@tmp/private_key_2265375610788482769.key) [2020-11-26T09:49:54.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:49:55.283Z] + git semver tag [2020-11-26T09:49:55.546Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:49:55.546Z] # $GIT_DIR = /w/workspace/edgex-go/235/.git [2020-11-26T09:49:55.546Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/235 [2020-11-26T09:49:55.546Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:49:55.546Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:49:55.546Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:49:55.546Z] # $SEMVER_BRANCH = master [2020-11-26T09:49:55.546Z] # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [2020-11-26T09:49:55.546Z] # ea5d7be70bf78d25df2f442b65fefbdc258c073e HEAD [2020-11-26T09:49:56.122Z] # -> Force: false [2020-11-26T09:49:56.122Z] # 7458d6140e8bbda074cb1ff7bd0b8b562d8e0874 refs/tags/v1.3.1-dev.11 [Pipeline] } [2020-11-26T09:49:56.137Z] $ docker exec --env ******** --env ******** 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c ssh-agent -k [2020-11-26T09:49:56.259Z] unset SSH_AUTH_SOCK; [2020-11-26T09:49:56.259Z] unset SSH_AGENT_PID; [2020-11-26T09:49:56.259Z] echo Agent pid 17 killed; [2020-11-26T09:49:56.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:49:56.767Z] + git semver [Pipeline] } [2020-11-26T09:49:56.785Z] $ docker stop --time=1 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c [2020-11-26T09:49:58.146Z] $ docker rm -f 4eeeadf60354a72c52f4b35945c0152fc543a2f0e37ac990a80291e365ec938c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:49:58.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T09:49:58.796Z] [2020-11-26T09:49:58.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:49:59.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T09:49:59.141Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-26T09:49:59.141Z] ab5ef0e58194: Pulling fs layer [2020-11-26T09:49:59.141Z] 9712f1f96733: Pulling fs layer [2020-11-26T09:49:59.141Z] 63f879dbbcfc: Pulling fs layer [2020-11-26T09:49:59.141Z] 0d9ebad4ef96: Pulling fs layer [2020-11-26T09:49:59.141Z] e9a5061849ea: Pulling fs layer [2020-11-26T09:49:59.141Z] d747dcd14b5f: Pulling fs layer [2020-11-26T09:49:59.141Z] 2de7ff778b66: Pulling fs layer [2020-11-26T09:49:59.141Z] e9a5061849ea: Waiting [2020-11-26T09:49:59.141Z] d747dcd14b5f: Waiting [2020-11-26T09:49:59.141Z] 2de7ff778b66: Waiting [2020-11-26T09:49:59.141Z] 0d9ebad4ef96: Waiting [2020-11-26T09:49:59.141Z] 9712f1f96733: Download complete [2020-11-26T09:50:01.710Z] 63f879dbbcfc: Verifying Checksum [2020-11-26T09:50:01.710Z] 63f879dbbcfc: Download complete [2020-11-26T09:50:01.710Z] e9a5061849ea: Verifying Checksum [2020-11-26T09:50:01.710Z] e9a5061849ea: Download complete [2020-11-26T09:50:01.710Z] d747dcd14b5f: Download complete [2020-11-26T09:50:02.289Z] 2de7ff778b66: Verifying Checksum [2020-11-26T09:50:02.289Z] 2de7ff778b66: Download complete [2020-11-26T09:50:02.552Z] 0d9ebad4ef96: Verifying Checksum [2020-11-26T09:50:02.552Z] 0d9ebad4ef96: Download complete [2020-11-26T09:50:02.552Z] ab5ef0e58194: Verifying Checksum [2020-11-26T09:50:02.552Z] ab5ef0e58194: Download complete [2020-11-26T09:50:07.880Z] ab5ef0e58194: Pull complete [2020-11-26T09:50:07.880Z] 9712f1f96733: Pull complete [2020-11-26T09:50:10.437Z] 63f879dbbcfc: Pull complete [2020-11-26T09:50:17.060Z] 0d9ebad4ef96: Pull complete [2020-11-26T09:50:17.060Z] e9a5061849ea: Pull complete [2020-11-26T09:50:17.323Z] d747dcd14b5f: Pull complete [2020-11-26T09:50:19.878Z] 2de7ff778b66: Pull complete [2020-11-26T09:50:19.878Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-26T09:50:19.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T09:50:19.878Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-26T09:50:20.124Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:50:20.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-26T09:50:23.819Z] $ docker top 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:50:24.151Z] provisioning config files... [2020-11-26T09:50:24.162Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/235@tmp/config4795417154683307534tmp [2020-11-26T09:50:24.177Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/235@tmp/config5777967416161896561tmp [2020-11-26T09:50:24.194Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/235@tmp/config1071356871559671757tmp [Pipeline] { [Pipeline] echo [2020-11-26T09:50:24.247Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:50:24.555Z] ---> sigul-configuration.sh [2020-11-26T09:50:24.555Z] gpg: directory `/root/.gnupg' created [2020-11-26T09:50:24.555Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-26T09:50:24.555Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-26T09:50:24.555Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-26T09:50:24.555Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-26T09:50:24.555Z] gpg: CAST5 encrypted data [2020-11-26T09:50:24.817Z] gpg: encrypted with 1 passphrase [2020-11-26T09:50:24.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-26T09:50:25.119Z] + mkdir /home/jenkins [2020-11-26T09:50:25.119Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-26T09:50:25.419Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-26T09:50:25.432Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:50:25.728Z] ---> sigul-install.sh [2020-11-26T09:50:32.334Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-26T09:50:32.639Z] + git tag --list [2020-11-26T09:50:32.639Z] 0.6.0 [2020-11-26T09:50:32.639Z] 0.6.1 [2020-11-26T09:50:32.639Z] 0.7.0 [2020-11-26T09:50:32.639Z] 0.7.1 [2020-11-26T09:50:32.639Z] v1.0.0 [2020-11-26T09:50:32.639Z] v1.0.1 [2020-11-26T09:50:32.639Z] v1.1.0 [2020-11-26T09:50:32.639Z] v1.2.0 [2020-11-26T09:50:32.639Z] v1.2.1 [2020-11-26T09:50:32.639Z] v1.2.2-dev.1 [2020-11-26T09:50:32.639Z] v1.2.2-dev.10 [2020-11-26T09:50:32.639Z] v1.2.2-dev.100 [2020-11-26T09:50:32.639Z] v1.2.2-dev.101 [2020-11-26T09:50:32.639Z] v1.2.2-dev.102 [2020-11-26T09:50:32.639Z] v1.2.2-dev.103 [2020-11-26T09:50:32.639Z] v1.2.2-dev.104 [2020-11-26T09:50:32.639Z] v1.2.2-dev.105 [2020-11-26T09:50:32.639Z] v1.2.2-dev.106 [2020-11-26T09:50:32.639Z] v1.2.2-dev.107 [2020-11-26T09:50:32.639Z] v1.2.2-dev.11 [2020-11-26T09:50:32.639Z] v1.2.2-dev.12 [2020-11-26T09:50:32.639Z] v1.2.2-dev.13 [2020-11-26T09:50:32.639Z] v1.2.2-dev.14 [2020-11-26T09:50:32.639Z] v1.2.2-dev.15 [2020-11-26T09:50:32.639Z] v1.2.2-dev.16 [2020-11-26T09:50:32.639Z] v1.2.2-dev.17 [2020-11-26T09:50:32.639Z] v1.2.2-dev.18 [2020-11-26T09:50:32.639Z] v1.2.2-dev.19 [2020-11-26T09:50:32.639Z] v1.2.2-dev.2 [2020-11-26T09:50:32.639Z] v1.2.2-dev.20 [2020-11-26T09:50:32.639Z] v1.2.2-dev.21 [2020-11-26T09:50:32.639Z] v1.2.2-dev.22 [2020-11-26T09:50:32.639Z] v1.2.2-dev.23 [2020-11-26T09:50:32.639Z] v1.2.2-dev.24 [2020-11-26T09:50:32.639Z] v1.2.2-dev.25 [2020-11-26T09:50:32.639Z] v1.2.2-dev.26 [2020-11-26T09:50:32.639Z] v1.2.2-dev.27 [2020-11-26T09:50:32.639Z] v1.2.2-dev.28 [2020-11-26T09:50:32.639Z] v1.2.2-dev.29 [2020-11-26T09:50:32.639Z] v1.2.2-dev.3 [2020-11-26T09:50:32.639Z] v1.2.2-dev.30 [2020-11-26T09:50:32.639Z] v1.2.2-dev.31 [2020-11-26T09:50:32.639Z] v1.2.2-dev.32 [2020-11-26T09:50:32.639Z] v1.2.2-dev.33 [2020-11-26T09:50:32.639Z] v1.2.2-dev.34 [2020-11-26T09:50:32.639Z] v1.2.2-dev.35 [2020-11-26T09:50:32.639Z] v1.2.2-dev.36 [2020-11-26T09:50:32.639Z] v1.2.2-dev.37 [2020-11-26T09:50:32.639Z] v1.2.2-dev.38 [2020-11-26T09:50:32.639Z] v1.2.2-dev.39 [2020-11-26T09:50:32.639Z] v1.2.2-dev.4 [2020-11-26T09:50:32.639Z] v1.2.2-dev.40 [2020-11-26T09:50:32.639Z] v1.2.2-dev.41 [2020-11-26T09:50:32.639Z] v1.2.2-dev.42 [2020-11-26T09:50:32.639Z] v1.2.2-dev.43 [2020-11-26T09:50:32.639Z] v1.2.2-dev.44 [2020-11-26T09:50:32.639Z] v1.2.2-dev.45 [2020-11-26T09:50:32.639Z] v1.2.2-dev.46 [2020-11-26T09:50:32.639Z] v1.2.2-dev.47 [2020-11-26T09:50:32.639Z] v1.2.2-dev.48 [2020-11-26T09:50:32.639Z] v1.2.2-dev.49 [2020-11-26T09:50:32.639Z] v1.2.2-dev.5 [2020-11-26T09:50:32.639Z] v1.2.2-dev.50 [2020-11-26T09:50:32.639Z] v1.2.2-dev.51 [2020-11-26T09:50:32.639Z] v1.2.2-dev.52 [2020-11-26T09:50:32.639Z] v1.2.2-dev.53 [2020-11-26T09:50:32.639Z] v1.2.2-dev.54 [2020-11-26T09:50:32.639Z] v1.2.2-dev.55 [2020-11-26T09:50:32.639Z] v1.2.2-dev.56 [2020-11-26T09:50:32.639Z] v1.2.2-dev.57 [2020-11-26T09:50:32.639Z] v1.2.2-dev.58 [2020-11-26T09:50:32.639Z] v1.2.2-dev.59 [2020-11-26T09:50:32.639Z] v1.2.2-dev.6 [2020-11-26T09:50:32.639Z] v1.2.2-dev.60 [2020-11-26T09:50:32.639Z] v1.2.2-dev.61 [2020-11-26T09:50:32.639Z] v1.2.2-dev.62 [2020-11-26T09:50:32.639Z] v1.2.2-dev.63 [2020-11-26T09:50:32.639Z] v1.2.2-dev.64 [2020-11-26T09:50:32.639Z] v1.2.2-dev.65 [2020-11-26T09:50:32.639Z] v1.2.2-dev.66 [2020-11-26T09:50:32.639Z] v1.2.2-dev.67 [2020-11-26T09:50:32.639Z] v1.2.2-dev.68 [2020-11-26T09:50:32.639Z] v1.2.2-dev.69 [2020-11-26T09:50:32.639Z] v1.2.2-dev.7 [2020-11-26T09:50:32.639Z] v1.2.2-dev.70 [2020-11-26T09:50:32.639Z] v1.2.2-dev.71 [2020-11-26T09:50:32.639Z] v1.2.2-dev.72 [2020-11-26T09:50:32.639Z] v1.2.2-dev.73 [2020-11-26T09:50:32.639Z] v1.2.2-dev.74 [2020-11-26T09:50:32.639Z] v1.2.2-dev.75 [2020-11-26T09:50:32.639Z] v1.2.2-dev.76 [2020-11-26T09:50:32.639Z] v1.2.2-dev.77 [2020-11-26T09:50:32.639Z] v1.2.2-dev.78 [2020-11-26T09:50:32.639Z] v1.2.2-dev.79 [2020-11-26T09:50:32.639Z] v1.2.2-dev.8 [2020-11-26T09:50:32.639Z] v1.2.2-dev.80 [2020-11-26T09:50:32.639Z] v1.2.2-dev.81 [2020-11-26T09:50:32.639Z] v1.2.2-dev.82 [2020-11-26T09:50:32.639Z] v1.2.2-dev.83 [2020-11-26T09:50:32.639Z] v1.2.2-dev.84 [2020-11-26T09:50:32.639Z] v1.2.2-dev.85 [2020-11-26T09:50:32.639Z] v1.2.2-dev.86 [2020-11-26T09:50:32.639Z] v1.2.2-dev.87 [2020-11-26T09:50:32.639Z] v1.2.2-dev.88 [2020-11-26T09:50:32.639Z] v1.2.2-dev.89 [2020-11-26T09:50:32.639Z] v1.2.2-dev.9 [2020-11-26T09:50:32.639Z] v1.2.2-dev.90 [2020-11-26T09:50:32.639Z] v1.2.2-dev.91 [2020-11-26T09:50:32.639Z] v1.2.2-dev.92 [2020-11-26T09:50:32.639Z] v1.2.2-dev.93 [2020-11-26T09:50:32.639Z] v1.2.2-dev.94 [2020-11-26T09:50:32.639Z] v1.2.2-dev.95 [2020-11-26T09:50:32.639Z] v1.2.2-dev.96 [2020-11-26T09:50:32.639Z] v1.2.2-dev.97 [2020-11-26T09:50:32.639Z] v1.2.2-dev.98 [2020-11-26T09:50:32.639Z] v1.2.2-dev.99 [2020-11-26T09:50:32.639Z] v1.3.0 [2020-11-26T09:50:32.639Z] v1.3.1-dev.1 [2020-11-26T09:50:32.639Z] v1.3.1-dev.10 [2020-11-26T09:50:32.639Z] v1.3.1-dev.11 [2020-11-26T09:50:32.639Z] v1.3.1-dev.2 [2020-11-26T09:50:32.639Z] v1.3.1-dev.3 [2020-11-26T09:50:32.639Z] v1.3.1-dev.4 [2020-11-26T09:50:32.639Z] v1.3.1-dev.5 [2020-11-26T09:50:32.639Z] v1.3.1-dev.6 [2020-11-26T09:50:32.639Z] v1.3.1-dev.7 [2020-11-26T09:50:32.639Z] v1.3.1-dev.8 [2020-11-26T09:50:32.639Z] v1.3.1-dev.9 [Pipeline] sh [2020-11-26T09:50:32.942Z] + lftools sign git-tag v1.3.1-dev.11 [2020-11-26T09:50:34.332Z] Signing Git tag with Sigul... [2020-11-26T09:50:34.332Z] Signing v1.3.1-dev.11 [Pipeline] echo [2020-11-26T09:50:35.734Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:50:36.030Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-26T09:50:36.039Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-26T09:50:36.142Z] $ docker stop --time=1 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 [2020-11-26T09:50:38.077Z] $ docker rm -f 418ac808f6e3f3306ef5645a1834a3971439fb332313e9326c3ca93be8f9cf21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:50:38.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:50:38.931Z] . [Pipeline] withDockerContainer [2020-11-26T09:50:39.052Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:50:39.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T09:50:39.769Z] $ docker top 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:50:40.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:50:40.136Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:50:40.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:50:40.354Z] $ docker exec 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa ssh-agent [2020-11-26T09:50:40.526Z] SSH_AUTH_SOCK=/tmp/ssh-DDiRiQ2CgwGg/agent.11 [2020-11-26T09:50:40.526Z] SSH_AGENT_PID=16 [2020-11-26T09:50:40.533Z] Running ssh-add (command line suppressed) [2020-11-26T09:50:40.661Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_94889866828458668.key (/w/workspace/edgex-go/235@tmp/private_key_94889866828458668.key) [2020-11-26T09:50:40.721Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:50:41.051Z] + git semver bump pre [2020-11-26T09:50:41.051Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:50:41.051Z] # $GIT_DIR = /w/workspace/edgex-go/235/.git [2020-11-26T09:50:41.051Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/235 [2020-11-26T09:50:41.051Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:50:41.051Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:50:41.051Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:50:41.051Z] # $SEMVER_BRANCH = master [2020-11-26T09:50:41.051Z] # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [2020-11-26T09:50:41.051Z] 1.3.1-dev.12 [Pipeline] } [2020-11-26T09:50:41.065Z] $ docker exec --env ******** --env ******** 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa ssh-agent -k [2020-11-26T09:50:41.184Z] unset SSH_AUTH_SOCK; [2020-11-26T09:50:41.184Z] unset SSH_AGENT_PID; [2020-11-26T09:50:41.184Z] echo Agent pid 16 killed; [2020-11-26T09:50:41.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:50:41.722Z] + git semver [Pipeline] } [2020-11-26T09:50:41.740Z] $ docker stop --time=1 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa [2020-11-26T09:50:43.136Z] $ docker rm -f 6556786a8c6f61364cefe6361d1294b9240cff9900717750e6cfe20bdf7b05fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:50:43.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:50:43.730Z] . [Pipeline] withDockerContainer [2020-11-26T09:50:43.847Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:50:43.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T09:50:44.623Z] $ docker top 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:50:44.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:50:44.947Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:50:45.156Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:50:45.162Z] $ docker exec 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 ssh-agent [2020-11-26T09:50:45.360Z] SSH_AUTH_SOCK=/tmp/ssh-ikEJk3wOinby/agent.12 [2020-11-26T09:50:45.360Z] SSH_AGENT_PID=18 [2020-11-26T09:50:45.367Z] Running ssh-add (command line suppressed) [2020-11-26T09:50:45.497Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_9184850199760772362.key (/w/workspace/edgex-go/235@tmp/private_key_9184850199760772362.key) [2020-11-26T09:50:45.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:50:45.889Z] + git semver push [2020-11-26T09:50:45.889Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:50:45.889Z] # $GIT_DIR = /w/workspace/edgex-go/235/.git [2020-11-26T09:50:45.889Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/235 [2020-11-26T09:50:45.889Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:50:45.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:50:45.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:50:45.889Z] # $SEMVER_BRANCH = master [2020-11-26T09:50:45.889Z] # $SEMVER_DIR = /w/workspace/edgex-go/235/.semver [Pipeline] } [2020-11-26T09:50:55.935Z] $ docker exec --env ******** --env ******** 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 ssh-agent -k [2020-11-26T09:50:56.104Z] unset SSH_AUTH_SOCK; [2020-11-26T09:50:56.104Z] unset SSH_AGENT_PID; [2020-11-26T09:50:56.104Z] echo Agent pid 18 killed; [2020-11-26T09:50:56.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:50:56.660Z] + git semver [Pipeline] } [2020-11-26T09:50:56.680Z] $ docker stop --time=1 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 [2020-11-26T09:50:58.084Z] $ docker rm -f 2938385e69aca005b0ddec6211e268155b460965fa8fa0661b405ed1eba687e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:50:59.206Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:00.154Z] ---> package-listing.sh [2020-11-26T09:51:00.154Z] ++ facter osfamily [2020-11-26T09:51:00.154Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T09:51:00.154Z] + OS_FAMILY=redhat [2020-11-26T09:51:00.154Z] + workspace=/w/workspace/edgex-go/235 [2020-11-26T09:51:00.154Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T09:51:00.154Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T09:51:00.154Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T09:51:00.154Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T09:51:00.154Z] + '[' /w/workspace/edgex-go/235 ']' [2020-11-26T09:51:00.154Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T09:51:00.154Z] + case "${OS_FAMILY}" in [2020-11-26T09:51:00.154Z] + rpm -qa [2020-11-26T09:51:00.154Z] + sort [2020-11-26T09:51:05.459Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T09:51:05.459Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T09:51:05.459Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T09:51:05.459Z] + '[' /w/workspace/edgex-go/235 ']' [2020-11-26T09:51:05.459Z] + mkdir -p /w/workspace/edgex-go/235/archives/ [2020-11-26T09:51:05.459Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/235/archives/ [Pipeline] echo [2020-11-26T09:51:05.472Z] 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/235/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T09:51:05.761Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:51:06.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:51:06.072Z] [2020-11-26T09:51:06.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:51:06.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:51:06.438Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T09:51:06.438Z] df20fa9351a1: Already exists [2020-11-26T09:51:06.438Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T09:51:06.438Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T09:51:06.438Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T09:51:06.438Z] 93b61091891f: Pulling fs layer [2020-11-26T09:51:06.438Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T09:51:06.438Z] 5e14af77c1be: Pulling fs layer [2020-11-26T09:51:06.438Z] 01666e4c0597: Pulling fs layer [2020-11-26T09:51:06.438Z] aa168da1d23b: Pulling fs layer [2020-11-26T09:51:06.438Z] 93b61091891f: Waiting [2020-11-26T09:51:06.438Z] 93b9cdb0e59b: Waiting [2020-11-26T09:51:06.438Z] 5e14af77c1be: Waiting [2020-11-26T09:51:06.438Z] aa168da1d23b: Waiting [2020-11-26T09:51:06.438Z] 01666e4c0597: Waiting [2020-11-26T09:51:06.438Z] 46f8f816bc3b: Download complete [2020-11-26T09:51:06.438Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T09:51:06.438Z] 36b3adc4ff6f: Download complete [2020-11-26T09:51:06.701Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T09:51:06.701Z] 93b9cdb0e59b: Download complete [2020-11-26T09:51:06.701Z] 5e14af77c1be: Verifying Checksum [2020-11-26T09:51:06.701Z] 5e14af77c1be: Download complete [2020-11-26T09:51:06.701Z] 01666e4c0597: Verifying Checksum [2020-11-26T09:51:06.701Z] 01666e4c0597: Download complete [2020-11-26T09:51:06.701Z] 93b61091891f: Verifying Checksum [2020-11-26T09:51:06.701Z] 93b61091891f: Download complete [2020-11-26T09:51:06.963Z] 36b3adc4ff6f: Pull complete [2020-11-26T09:51:07.545Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T09:51:07.545Z] 8ad3a11d3b57: Download complete [2020-11-26T09:51:09.475Z] 8ad3a11d3b57: Pull complete [2020-11-26T09:51:09.475Z] aa168da1d23b: Verifying Checksum [2020-11-26T09:51:09.475Z] aa168da1d23b: Download complete [2020-11-26T09:51:09.740Z] 46f8f816bc3b: Pull complete [2020-11-26T09:51:10.003Z] 93b61091891f: Pull complete [2020-11-26T09:51:10.266Z] 93b9cdb0e59b: Pull complete [2020-11-26T09:51:10.266Z] 5e14af77c1be: Pull complete [2020-11-26T09:51:10.530Z] 01666e4c0597: Pull complete [2020-11-26T09:51:18.706Z] aa168da1d23b: Pull complete [2020-11-26T09:51:18.706Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T09:51:18.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:51:18.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T09:51:18.889Z] prd-centos7-docker-4c-2g-13567 does not seem to be running inside a container [2020-11-26T09:51:18.941Z] $ 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/235/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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T09:51:21.742Z] $ docker top 57043eb05fc79d1b74452ffb26e7af719d3facb6e3fb451da448eb893366e05d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:51:22.276Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T09:51:22.575Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T09:51:22.873Z] + ls /var/log/sa-host [2020-11-26T09:51:22.873Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T09:51:22.873Z] file_magic: OK [2020-11-26T09:51:22.873Z] HZ: Using current value: 100 [2020-11-26T09:51:22.873Z] file_header: OK [2020-11-26T09:51:22.873Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-26T09:51:22.873Z] Statistics: [2020-11-26T09:51:22.873Z] Hnuu...uuuununununu... [2020-11-26T09:51:22.873Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T09:51:22.873Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T09:51:22.873Z] file_magic: OK [2020-11-26T09:51:22.873Z] HZ: Using current value: 100 [2020-11-26T09:51:22.873Z] file_header: OK [2020-11-26T09:51:22.873Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-26T09:51:22.873Z] Statistics: [2020-11-26T09:51:22.873Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T09:51:22.873Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:51:23.081Z] provisioning config files... [2020-11-26T09:51:23.098Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/235@tmp/config4128748226714213641tmp [Pipeline] { [Pipeline] echo [2020-11-26T09:51:23.218Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:23.515Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T09:51:23.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T09:51:23.613Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:23.968Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T09:51:23.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:24.275Z] ---> sudo-logs.sh [2020-11-26T09:51:24.275Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T09:51:24.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:24.587Z] ---> job-cost.sh [2020-11-26T09:51:24.587Z] lf-activate-venv: SKIPPING [2020-11-26T09:51:24.587Z] INFO: No Stack... [2020-11-26T09:51:25.533Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T09:51:25.796Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T09:51:25.809Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:51:26.106Z] ---> logs-deploy.sh [2020-11-26T09:51:26.106Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/235 [2020-11-26T09:51:26.106Z] INFO: archiving workspace using pattern(s): [2020-11-26T09:51:28.026Z] Archives upload complete. [2020-11-26T09:51:28.026Z] INFO: archiving logs to Nexus [2020-11-26T09:51:28.975Z] ---> uname -a: [2020-11-26T09:51:28.975Z] Linux prd-centos7-docker-4c-2g-13567.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> lscpu: [2020-11-26T09:51:28.975Z] Architecture: x86_64 [2020-11-26T09:51:28.975Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-26T09:51:28.975Z] Byte Order: Little Endian [2020-11-26T09:51:28.975Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-26T09:51:28.975Z] CPU(s): 4 [2020-11-26T09:51:28.975Z] On-line CPU(s) list: 0-3 [2020-11-26T09:51:28.975Z] Thread(s) per core: 1 [2020-11-26T09:51:28.975Z] Core(s) per socket: 1 [2020-11-26T09:51:28.975Z] Socket(s): 4 [2020-11-26T09:51:28.975Z] NUMA node(s): 1 [2020-11-26T09:51:28.975Z] Vendor ID: GenuineIntel [2020-11-26T09:51:28.975Z] CPU family: 6 [2020-11-26T09:51:28.975Z] Model: 44 [2020-11-26T09:51:28.975Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-26T09:51:28.975Z] Stepping: 1 [2020-11-26T09:51:28.975Z] CPU MHz: 2933.436 [2020-11-26T09:51:28.975Z] BogoMIPS: 5866.87 [2020-11-26T09:51:28.975Z] Virtualization: VT-x [2020-11-26T09:51:28.975Z] Hypervisor vendor: KVM [2020-11-26T09:51:28.975Z] Virtualization type: full [2020-11-26T09:51:28.975Z] L1d cache: 128 KiB [2020-11-26T09:51:28.975Z] L1i cache: 128 KiB [2020-11-26T09:51:28.975Z] L2 cache: 16 MiB [2020-11-26T09:51:28.975Z] L3 cache: 64 MiB [2020-11-26T09:51:28.975Z] NUMA node0 CPU(s): 0-3 [2020-11-26T09:51:28.975Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-26T09:51:28.975Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-26T09:51:28.975Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-26T09:51:28.975Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-26T09:51:28.975Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-26T09:51:28.975Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-26T09:51:28.975Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-26T09:51:28.975Z] Vulnerability Srbds: Not affected [2020-11-26T09:51:28.975Z] Vulnerability Tsx async abort: Not affected [2020-11-26T09:51:28.975Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> nproc: [2020-11-26T09:51:28.975Z] 4 [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> df -h: [2020-11-26T09:51:28.975Z] Filesystem Size Used Available Use% Mounted on [2020-11-26T09:51:28.975Z] overlay 50.0G 14.4G 35.6G 29% / [2020-11-26T09:51:28.975Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-26T09:51:28.975Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-26T09:51:28.975Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /facter-os [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/resolv.conf [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hostname [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hosts [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /run/cloud-init/result.json [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/sa-host [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/secure [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/auth.log [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/235 [2020-11-26T09:51:28.975Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/235@tmp [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> free -m: [2020-11-26T09:51:28.975Z] total used free shared buff/cache available [2020-11-26T09:51:28.975Z] Mem: 1837 778 130 0 928 1011 [2020-11-26T09:51:28.975Z] Swap: 1023 63 960 [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> ip addr: [2020-11-26T09:51:28.975Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-26T09:51:28.975Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-26T09:51:28.975Z] inet 127.0.0.1/8 scope host lo [2020-11-26T09:51:28.975Z] valid_lft forever preferred_lft forever [2020-11-26T09:51:28.975Z] inet6 ::1/128 scope host [2020-11-26T09:51:28.975Z] valid_lft forever preferred_lft forever [2020-11-26T09:51:28.975Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-26T09:51:28.975Z] link/ether fa:16:3e:ae:c5:3c brd ff:ff:ff:ff:ff:ff [2020-11-26T09:51:28.975Z] inet 10.30.123.7/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-26T09:51:28.975Z] valid_lft 85118sec preferred_lft 85118sec [2020-11-26T09:51:28.975Z] inet6 fe80::f816:3eff:feae:c53c/64 scope link [2020-11-26T09:51:28.975Z] valid_lft forever preferred_lft forever [2020-11-26T09:51:28.975Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-26T09:51:28.975Z] link/ether 02:42:ec:6c:c4:8c brd ff:ff:ff:ff:ff:ff [2020-11-26T09:51:28.975Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-26T09:51:28.975Z] valid_lft forever preferred_lft forever [2020-11-26T09:51:28.975Z] inet6 fe80::42:ecff:fe6c:c48c/64 scope link [2020-11-26T09:51:28.975Z] valid_lft forever preferred_lft forever [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] ---> sar -b -r -n DEV: [2020-11-26T09:51:28.975Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] 09:29:55 LINUX RESTART (4 CPU) [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] 09:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-26T09:51:28.975Z] 09:32:01 247.92 114.57 133.35 0.00 7018.88 56657.99 0.00 [2020-11-26T09:51:28.975Z] 09:33:01 286.93 126.53 160.41 0.00 6187.77 26700.13 0.00 [2020-11-26T09:51:28.975Z] 09:34:01 178.75 92.38 86.36 0.00 4184.93 6857.39 0.00 [2020-11-26T09:51:28.975Z] 09:35:02 268.37 90.99 177.38 0.00 33344.46 108233.66 0.00 [2020-11-26T09:51:28.975Z] 09:36:02 2593.30 2239.62 353.68 0.00 185565.12 195303.27 0.00 [2020-11-26T09:51:28.975Z] 09:37:01 803.12 531.28 271.84 0.00 51505.27 66686.17 0.00 [2020-11-26T09:51:28.975Z] 09:38:02 1884.29 1524.25 360.04 0.00 126609.62 133539.56 0.00 [2020-11-26T09:51:28.975Z] 09:39:02 1446.18 1097.05 349.13 0.00 94698.25 102351.21 0.00 [2020-11-26T09:51:28.975Z] 09:40:01 1188.67 935.03 253.64 0.00 61353.44 69373.91 0.00 [2020-11-26T09:51:28.975Z] 09:41:01 113.98 100.23 13.75 0.00 6154.55 274.26 0.00 [2020-11-26T09:51:28.975Z] 09:42:01 1.68 1.27 0.42 0.00 94.57 6.83 0.00 [2020-11-26T09:51:28.975Z] 09:43:01 0.25 0.07 0.18 0.00 0.80 3.16 0.00 [2020-11-26T09:51:28.975Z] 09:44:01 0.35 0.12 0.23 0.00 1.60 2.93 0.00 [2020-11-26T09:51:28.975Z] 09:45:01 2.08 1.77 0.32 0.00 56.76 3.83 0.00 [2020-11-26T09:51:28.975Z] 09:46:01 0.23 0.00 0.23 0.00 0.00 2.35 0.00 [2020-11-26T09:51:28.975Z] 09:47:01 81.39 16.70 64.69 0.00 1339.59 17671.56 0.00 [2020-11-26T09:51:28.975Z] 09:48:01 317.87 150.87 167.00 0.00 8251.22 20328.07 0.00 [2020-11-26T09:51:28.975Z] 09:49:01 113.53 8.02 105.51 0.00 321.70 1195.87 0.00 [2020-11-26T09:51:28.975Z] 09:50:01 83.68 9.65 74.04 0.00 1873.72 2286.36 0.00 [2020-11-26T09:51:28.975Z] 09:51:01 240.84 111.13 129.71 0.00 8786.42 31331.72 0.00 [2020-11-26T09:51:28.975Z] Average: 492.87 357.81 135.05 0.00 29907.51 41978.16 0.00 [2020-11-26T09:51:28.975Z] [2020-11-26T09:51:28.975Z] 09:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-26T09:51:28.975Z] 09:32:01 169524 0 697068 37.05 1492 1013460 1310636 44.73 566852 908368 80200 [2020-11-26T09:51:28.975Z] 09:33:01 180592 0 810864 43.10 620 889468 1783120 60.85 695304 729480 26604 [2020-11-26T09:51:28.975Z] 09:34:01 214640 0 790480 42.01 380 876044 1640200 55.98 634008 743876 75580 [2020-11-26T09:51:28.975Z] 09:35:02 67864 0 829668 44.10 0 984012 2264904 77.30 744472 855768 53668 [2020-11-26T09:51:28.975Z] 09:36:02 55236 0 842204 44.76 0 984104 2340076 79.86 772784 831812 26988 [2020-11-26T09:51:28.975Z] 09:37:01 67300 0 742176 39.45 0 1072068 1544860 52.72 720708 849680 59500 [2020-11-26T09:51:28.975Z] 09:38:02 69776 0 863500 45.89 0 948268 2203172 75.19 550648 1019896 45764 [2020-11-26T09:51:28.975Z] 09:39:02 78572 0 736552 39.15 0 1066420 1761788 60.13 575652 991888 46784 [2020-11-26T09:51:28.975Z] 09:40:01 359064 0 631476 33.56 0 891004 1199668 40.94 435076 852180 44 [2020-11-26T09:51:28.975Z] 09:41:01 177476 0 631072 33.54 0 1072996 1192632 40.70 463992 1001468 8 [2020-11-26T09:51:28.975Z] 09:42:01 179116 0 626616 33.30 0 1075812 1151492 39.30 460904 1002996 8 [2020-11-26T09:51:28.975Z] 09:43:01 179812 0 625900 33.27 0 1075832 1146552 39.13 460960 1002948 8 [2020-11-26T09:51:28.976Z] 09:44:01 179980 0 625724 33.26 0 1075840 1146484 39.13 460660 1003000 12 [2020-11-26T09:51:28.976Z] 09:45:01 178836 0 625864 33.26 0 1076844 1146484 39.13 461460 1003224 16 [2020-11-26T09:51:28.976Z] 09:46:01 178800 0 625884 33.26 0 1076860 1146556 39.13 461548 1003232 8 [2020-11-26T09:51:28.976Z] 09:47:01 166688 0 679592 36.12 0 1035264 1346908 45.97 513532 936708 105692 [2020-11-26T09:51:28.976Z] 09:48:01 378284 0 676556 35.96 0 826704 1278440 43.63 594040 628552 12 [2020-11-26T09:51:28.976Z] 09:49:01 280156 0 765720 40.70 0 835668 1927196 65.77 686404 629028 28 [2020-11-26T09:51:28.976Z] 09:50:01 159972 0 692108 36.78 0 1029464 1352988 46.18 665232 774652 91436 [2020-11-26T09:51:28.976Z] 09:51:01 99760 0 755844 40.17 0 1025940 1178376 40.22 612224 808612 140 [2020-11-26T09:51:28.976Z] Average: 171072 0 713743 37.93 125 996604 1503127 51.30 576823 878868 30625 [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] 09:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-26T09:51:28.976Z] 09:32:01 eth0 1218.63 1190.98 7136.84 142.52 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:32:01 docker0 854.11 740.22 69.82 3076.08 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:33:01 eth0 152.74 124.73 498.96 69.30 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:33:01 veth9fd02fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:33:01 docker0 100.15 116.22 7.86 470.37 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:34:01 eth0 31.96 16.50 26.59 14.11 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:34:01 veth9fd02fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:35:02 eth0 203.79 170.09 1688.99 79.44 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:35:02 veth69eee39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:36:02 eth0 45.90 24.23 165.15 10.70 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:36:02 veth69eee39 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:36:02 docker0 12.22 22.34 0.68 145.73 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:37:01 eth0 79.52 59.43 219.22 62.53 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:37:01 veth69eee39 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:37:01 docker0 17.71 22.59 0.95 144.65 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:38:02 veth66264cd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:38:02 vethf0a878b 0.98 1.29 0.12 3.04 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:38:02 eth0 108.40 62.16 370.74 79.25 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:39:02 eth0 79.38 50.57 154.35 71.60 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:39:02 veth69eee39 0.00 1.00 0.00 0.05 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:39:02 docker0 1002.72 956.22 80.23 4242.25 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:40:01 eth0 86.48 60.56 116.24 73.35 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:40:01 docker0 5.29 10.90 0.29 74.75 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:41:01 eth0 477.46 448.26 218.21 1696.99 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:42:01 eth0 0.08 0.12 0.01 0.03 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:43:01 eth0 0.52 0.35 0.27 0.17 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:46:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:47:01 eth0 410.46 363.80 4031.33 61.52 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:48:01 eth0 108.94 87.82 284.60 56.60 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:48:01 vethcc03724 0.45 0.55 0.08 0.19 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:48:01 docker0 34.60 33.82 3.45 225.23 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:49:01 veth2d87e13 0.02 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:49:01 eth0 121.02 91.13 90.89 98.21 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:49:01 docker0 2.25 2.16 0.47 0.92 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:50:01 eth0 353.06 307.93 2390.61 98.84 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:50:01 docker0 1.35 1.28 0.29 0.55 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:51:01 eth0 205.09 165.49 1109.64 87.17 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] 09:51:01 docker0 23.85 31.07 1.73 185.85 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] Average: eth0 183.48 160.50 921.29 135.15 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] Average: docker0 53.53 51.79 4.32 236.57 0.00 0.00 0.00 0.00 [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] ---> sar -P ALL: [2020-11-26T09:51:28.976Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] 09:29:55 LINUX RESTART (4 CPU) [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] 09:31:02 CPU %user %nice %system %iowait %steal %idle [2020-11-26T09:51:28.976Z] 09:32:01 all 17.27 0.00 9.41 2.95 0.16 70.21 [2020-11-26T09:51:28.976Z] 09:32:01 0 16.84 0.00 11.84 3.12 0.09 68.10 [2020-11-26T09:51:28.976Z] 09:32:01 1 15.14 0.00 8.12 2.27 0.18 74.30 [2020-11-26T09:51:28.976Z] 09:32:01 2 19.25 0.00 8.12 3.61 0.21 68.81 [2020-11-26T09:51:28.976Z] 09:32:01 3 17.85 0.00 9.57 2.79 0.16 69.63 [2020-11-26T09:51:28.976Z] 09:33:01 all 32.97 0.00 10.82 9.06 0.14 47.00 [2020-11-26T09:51:28.976Z] 09:33:01 0 32.29 0.00 10.96 6.98 0.17 49.60 [2020-11-26T09:51:28.976Z] 09:33:01 1 32.85 0.00 10.57 10.64 0.10 45.83 [2020-11-26T09:51:28.976Z] 09:33:01 2 33.17 0.00 11.16 11.09 0.16 44.42 [2020-11-26T09:51:28.976Z] 09:33:01 3 33.58 0.00 10.60 7.51 0.14 48.17 [2020-11-26T09:51:28.976Z] 09:34:01 all 59.43 0.00 15.22 4.38 0.10 20.87 [2020-11-26T09:51:28.976Z] 09:34:01 0 60.05 0.00 14.70 5.55 0.11 19.59 [2020-11-26T09:51:28.976Z] 09:34:01 1 59.55 0.00 14.42 3.13 0.07 22.84 [2020-11-26T09:51:28.976Z] 09:34:01 2 59.19 0.00 16.68 6.14 0.11 17.87 [2020-11-26T09:51:28.976Z] 09:34:01 3 58.92 0.00 15.07 2.70 0.11 23.21 [2020-11-26T09:51:28.976Z] 09:35:02 all 21.35 0.00 15.12 8.28 0.16 55.09 [2020-11-26T09:51:28.976Z] 09:35:02 0 20.82 0.00 15.32 7.61 0.15 56.10 [2020-11-26T09:51:28.976Z] 09:35:02 1 22.43 0.00 14.72 8.09 0.21 54.55 [2020-11-26T09:51:28.976Z] 09:35:02 2 20.67 0.00 15.28 8.19 0.14 55.72 [2020-11-26T09:51:28.976Z] 09:35:02 3 21.48 0.00 15.17 9.24 0.12 53.99 [2020-11-26T09:51:28.976Z] 09:36:02 all 21.64 0.00 27.30 24.57 0.25 26.24 [2020-11-26T09:51:28.976Z] 09:36:02 0 21.13 0.00 27.26 24.50 0.27 26.85 [2020-11-26T09:51:28.976Z] 09:36:02 1 22.29 0.00 26.72 24.79 0.23 25.96 [2020-11-26T09:51:28.976Z] 09:36:02 2 21.70 0.00 27.50 22.11 0.27 28.42 [2020-11-26T09:51:28.976Z] 09:36:02 3 21.43 0.00 27.73 26.90 0.25 23.68 [2020-11-26T09:51:28.976Z] 09:37:01 all 45.44 0.00 17.33 20.14 0.13 16.95 [2020-11-26T09:51:28.976Z] 09:37:01 0 44.75 0.00 17.08 21.91 0.14 16.12 [2020-11-26T09:51:28.976Z] 09:37:01 1 44.38 0.00 18.02 21.35 0.13 16.13 [2020-11-26T09:51:28.976Z] 09:37:01 2 46.12 0.00 17.39 17.43 0.14 18.92 [2020-11-26T09:51:28.976Z] 09:37:01 3 46.51 0.00 16.83 19.89 0.12 16.64 [2020-11-26T09:51:28.976Z] 09:38:02 all 34.67 0.00 22.61 27.28 0.18 15.27 [2020-11-26T09:51:28.976Z] 09:38:02 0 33.90 0.00 21.82 28.82 0.16 15.31 [2020-11-26T09:51:28.976Z] 09:38:02 1 36.29 0.00 21.64 24.27 0.19 17.60 [2020-11-26T09:51:28.976Z] 09:38:02 2 33.74 0.00 23.72 26.94 0.16 15.45 [2020-11-26T09:51:28.976Z] 09:38:02 3 34.74 0.00 23.25 29.11 0.21 12.68 [2020-11-26T09:51:28.976Z] 09:39:02 all 32.36 0.00 18.94 30.42 0.11 18.17 [2020-11-26T09:51:28.976Z] 09:39:02 0 31.25 0.00 17.76 30.28 0.12 20.58 [2020-11-26T09:51:28.976Z] 09:39:02 1 32.68 0.00 19.46 29.80 0.09 17.97 [2020-11-26T09:51:28.976Z] 09:39:02 2 32.80 0.00 19.21 33.23 0.09 14.67 [2020-11-26T09:51:28.976Z] 09:39:02 3 32.72 0.00 19.34 28.35 0.14 19.44 [2020-11-26T09:51:28.976Z] 09:40:01 all 31.56 0.00 16.75 11.65 0.12 39.91 [2020-11-26T09:51:28.976Z] 09:40:01 0 31.75 0.00 16.46 10.86 0.12 40.80 [2020-11-26T09:51:28.976Z] 09:40:01 1 31.07 0.00 16.68 13.89 0.12 38.23 [2020-11-26T09:51:28.976Z] 09:40:01 2 31.27 0.00 17.54 10.99 0.11 40.10 [2020-11-26T09:51:28.976Z] 09:40:01 3 32.17 0.00 16.33 10.86 0.12 40.51 [2020-11-26T09:51:28.976Z] 09:41:01 all 9.91 0.00 4.30 2.29 0.14 83.37 [2020-11-26T09:51:28.976Z] 09:41:01 0 9.78 0.00 4.86 2.25 0.15 82.96 [2020-11-26T09:51:28.976Z] 09:41:01 1 9.76 0.00 4.35 2.24 0.12 83.53 [2020-11-26T09:51:28.976Z] 09:41:01 2 10.25 0.00 4.13 2.35 0.12 83.15 [2020-11-26T09:51:28.976Z] 09:41:01 3 9.84 0.00 3.86 2.31 0.15 83.83 [2020-11-26T09:51:28.976Z] 09:42:01 all 0.19 0.00 0.07 0.00 0.00 99.74 [2020-11-26T09:51:28.976Z] 09:42:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-26T09:51:28.976Z] 09:42:01 1 0.08 0.00 0.08 0.00 0.02 99.82 [2020-11-26T09:51:28.976Z] 09:42:01 2 0.55 0.00 0.10 0.00 0.00 99.35 [2020-11-26T09:51:28.976Z] 09:42:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-26T09:51:28.976Z] [2020-11-26T09:51:28.976Z] 09:42:01 CPU %user %nice %system %iowait %steal %idle [2020-11-26T09:51:28.976Z] 09:43:01 all 0.22 0.00 0.05 0.00 0.00 99.73 [2020-11-26T09:51:28.976Z] 09:43:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2020-11-26T09:51:28.976Z] 09:43:01 1 0.23 0.00 0.07 0.02 0.00 99.68 [2020-11-26T09:51:28.976Z] 09:43:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-11-26T09:51:28.976Z] 09:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2020-11-26T09:51:28.976Z] 09:44:01 all 0.19 0.00 0.03 0.00 0.01 99.77 [2020-11-26T09:51:28.976Z] 09:44:01 0 0.15 0.00 0.03 0.02 0.02 99.78 [2020-11-26T09:51:28.976Z] 09:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-11-26T09:51:28.976Z] 09:44:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2020-11-26T09:51:28.976Z] 09:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-26T09:51:28.976Z] 09:45:01 all 0.16 0.00 0.06 0.03 0.00 99.75 [2020-11-26T09:51:28.976Z] 09:45:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2020-11-26T09:51:28.976Z] 09:45:01 1 0.05 0.00 0.07 0.02 0.02 99.85 [2020-11-26T09:51:28.976Z] 09:45:01 2 0.55 0.00 0.10 0.08 0.00 99.27 [2020-11-26T09:51:28.976Z] 09:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-26T09:51:28.976Z] 09:46:01 all 0.19 0.00 0.11 0.00 0.00 99.70 [2020-11-26T09:51:28.976Z] 09:46:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2020-11-26T09:51:28.976Z] 09:46:01 1 0.07 0.00 0.08 0.00 0.02 99.83 [2020-11-26T09:51:28.976Z] 09:46:01 2 0.53 0.00 0.12 0.00 0.00 99.35 [2020-11-26T09:51:28.976Z] 09:46:01 3 0.08 0.00 0.15 0.00 0.00 99.77 [2020-11-26T09:51:28.976Z] 09:47:01 all 5.22 0.00 3.82 3.73 0.05 87.18 [2020-11-26T09:51:28.976Z] 09:47:01 0 4.30 0.00 3.80 3.27 0.03 88.60 [2020-11-26T09:51:28.976Z] 09:47:01 1 5.54 0.00 3.90 4.29 0.05 86.22 [2020-11-26T09:51:28.976Z] 09:47:01 2 5.54 0.00 3.73 4.44 0.05 86.24 [2020-11-26T09:51:28.976Z] 09:47:01 3 5.49 0.00 3.87 2.90 0.07 87.68 [2020-11-26T09:51:28.976Z] 09:48:01 all 11.11 0.00 9.38 7.02 0.11 72.38 [2020-11-26T09:51:28.976Z] 09:48:01 0 11.63 0.00 9.97 6.24 0.12 72.04 [2020-11-26T09:51:28.976Z] 09:48:01 1 10.62 0.00 9.24 8.04 0.09 72.01 [2020-11-26T09:51:28.977Z] 09:48:01 2 11.73 0.00 8.82 7.54 0.15 71.76 [2020-11-26T09:51:28.977Z] 09:48:01 3 10.45 0.00 9.47 6.27 0.09 73.73 [2020-11-26T09:51:28.977Z] 09:49:01 all 10.48 0.00 8.81 3.00 0.10 77.60 [2020-11-26T09:51:28.977Z] 09:49:01 0 9.64 0.00 9.48 3.01 0.12 77.75 [2020-11-26T09:51:28.977Z] 09:49:01 1 9.71 0.00 7.70 3.09 0.07 79.43 [2020-11-26T09:51:28.977Z] 09:49:01 2 11.43 0.00 8.70 2.95 0.12 76.80 [2020-11-26T09:51:28.977Z] 09:49:01 3 11.16 0.00 9.37 2.96 0.09 76.43 [2020-11-26T09:51:28.977Z] 09:50:01 all 6.99 0.00 6.61 2.15 0.06 84.18 [2020-11-26T09:51:28.977Z] 09:50:01 0 7.53 0.00 6.79 2.16 0.02 83.50 [2020-11-26T09:51:28.977Z] 09:50:01 1 6.54 0.00 5.90 2.53 0.07 84.96 [2020-11-26T09:51:28.977Z] 09:50:01 2 6.11 0.00 6.33 2.08 0.10 85.39 [2020-11-26T09:51:28.977Z] 09:50:01 3 7.81 0.00 7.43 1.84 0.07 82.85 [2020-11-26T09:51:28.977Z] 09:51:01 all 11.38 0.00 9.08 3.80 0.11 75.63 [2020-11-26T09:51:28.977Z] 09:51:01 0 11.09 0.00 8.96 2.25 0.09 77.61 [2020-11-26T09:51:28.977Z] 09:51:01 1 10.41 0.00 8.51 2.65 0.14 78.28 [2020-11-26T09:51:28.977Z] 09:51:01 2 10.52 0.00 9.93 5.45 0.10 74.00 [2020-11-26T09:51:28.977Z] 09:51:01 3 13.51 0.00 8.89 4.87 0.12 72.61 [2020-11-26T09:51:28.977Z] Average: all 17.29 0.00 9.61 7.87 0.10 65.14 [2020-11-26T09:51:28.977Z] Average: 0 17.03 0.00 9.70 7.77 0.09 65.40 [2020-11-26T09:51:28.977Z] Average: 1 17.13 0.00 9.34 7.89 0.09 65.54 [2020-11-26T09:51:28.977Z] Average: 2 17.46 0.00 9.75 8.06 0.10 64.63 [2020-11-26T09:51:28.977Z] Average: 3 17.53 0.00 9.65 7.73 0.10 64.99 [2020-11-26T09:51:28.977Z] [2020-11-26T09:51:28.977Z] [2020-11-26T09:51:28.977Z]