Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0+2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 (11cc40ee23c876655fa026b6248a6250efc95dc7) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4113781257525628421.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8041497802474531680.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3011063369906875489.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2977152640579322723.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8901747842682707920.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@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-40 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1116404535384774779.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 Merge succeeded, producing 0d8da8941b190b880e19c2b7bf818eee88b99c2a Checking out Revision 0d8da8941b190b880e19c2b7bf818eee88b99c2a (PR-3780) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1330553974494216408.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1086239123518802707.key > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d8da8941b190b880e19c2b7bf818eee88b99c2a # timeout=10 Commit message: "Merge commit '2c337aa67f7f49cab4b4922dfb9771da0d6f35f3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-28T18:21:53.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-28T18:21:53.223Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-28T18:21:53.232Z] ========================================================= [2021-10-28T18:21:53.232Z] EdgeX Global Pipelines Version Info [2021-10-28T18:21:53.232Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:21:54.386Z] ------------------- [2021-10-28T18:21:54.386Z] stable info: [2021-10-28T18:21:54.386Z] ------------------- [2021-10-28T18:21:54.386Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-28T18:21:54.386Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-28T18:21:54.386Z] Message: update stable to v1.0.210 > git rev-list --no-walk e097a24377ed6a60b08e88edc3f7fc25bd6d6393 # timeout=10 [2021-10-28T18:21:54.960Z] ------------------- [2021-10-28T18:21:54.960Z] experimental info: [2021-10-28T18:21:54.960Z] ------------------- [2021-10-28T18:21:54.960Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-28T18:21:54.960Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-10-28T18:21:54.960Z] Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-28T18:21:55.036Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-28T18:21:55.051Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-28T18:21:55.060Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-28T18:21:55.069Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-28T18:21:55.079Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-28T18:21:55.086Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-28T18:21:55.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-28T18:21:55.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-28T18:21:55.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-28T18:21:55.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-28T18:21:55.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-28T18:21:55.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-28T18:21:55.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-28T18:21:55.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-28T18:21:55.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-28T18:21:55.179Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:21:55.188Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:21:55.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-28T18:21:55.209Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-28T18:21:55.223Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-28T18:21:55.236Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-28T18:21:55.244Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-28T18:21:55.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo [2021-10-28T18:21:55.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo [2021-10-28T18:21:55.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo [2021-10-28T18:21:55.284Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d8da8941b190b880e19c2b7bf818eee88b99c2a [Pipeline] echo [2021-10-28T18:21:55.291Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d8da89 [Pipeline] echo [2021-10-28T18:21:55.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T18:21:55.336Z] provisioning config files... [2021-10-28T18:21:55.352Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8984399549652911105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:21:55.658Z] ---> docker-login.sh [2021-10-28T18:21:55.658Z] nexus3.edgexfoundry.org:10001 [2021-10-28T18:21:55.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:21:55.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:21:55.658Z] Configure a credential helper to remove this warning. See [2021-10-28T18:21:55.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:21:55.658Z] [2021-10-28T18:21:55.658Z] Login Succeeded [2021-10-28T18:21:55.658Z] nexus3.edgexfoundry.org:10002 [2021-10-28T18:21:55.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:21:55.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:21:55.928Z] Configure a credential helper to remove this warning. See [2021-10-28T18:21:55.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:21:55.928Z] [2021-10-28T18:21:55.928Z] Login Succeeded [2021-10-28T18:21:55.928Z] nexus3.edgexfoundry.org:10003 [2021-10-28T18:21:55.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:21:55.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:21:55.928Z] Configure a credential helper to remove this warning. See [2021-10-28T18:21:55.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:21:55.928Z] [2021-10-28T18:21:55.928Z] Login Succeeded [2021-10-28T18:21:55.928Z] nexus3.edgexfoundry.org:10004 [2021-10-28T18:21:56.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:21:56.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:21:56.190Z] Configure a credential helper to remove this warning. See [2021-10-28T18:21:56.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:21:56.190Z] [2021-10-28T18:21:56.190Z] Login Succeeded [2021-10-28T18:21:56.190Z] docker.io [2021-10-28T18:21:56.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:21:56.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:21:56.453Z] Configure a credential helper to remove this warning. See [2021-10-28T18:21:56.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:21:56.453Z] [2021-10-28T18:21:56.453Z] Login Succeeded [2021-10-28T18:21:56.453Z] ---> docker-login.sh ends [Pipeline] } [2021-10-28T18:21:56.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:21:56.776Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/core-command/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/core-data/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-28T18:21:56.776Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:21:56.776Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-28T18:21:56.776Z] ++ cut -d/ -f2 [2021-10-28T18:21:56.776Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-28T18:21:56.821Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:21:57.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:21:57.353Z] [2021-10-28T18:21:57.353Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:21:57.661Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:21:57.662Z] latest: Pulling from edgex-devops/git-semver [2021-10-28T18:21:57.662Z] a0d0a0d46f8b: Pulling fs layer [2021-10-28T18:21:57.662Z] 3e5f54012d9b: Pulling fs layer [2021-10-28T18:21:57.662Z] 4c7163046ea9: Pulling fs layer [2021-10-28T18:21:57.662Z] 0c2d73faf560: Pulling fs layer [2021-10-28T18:21:57.662Z] 0c2d73faf560: Waiting [2021-10-28T18:21:57.662Z] 3e5f54012d9b: Download complete [2021-10-28T18:21:57.662Z] a0d0a0d46f8b: Verifying Checksum [2021-10-28T18:21:57.662Z] a0d0a0d46f8b: Download complete [2021-10-28T18:21:57.662Z] 4c7163046ea9: Verifying Checksum [2021-10-28T18:21:57.662Z] 4c7163046ea9: Download complete [2021-10-28T18:21:57.923Z] 0c2d73faf560: Verifying Checksum [2021-10-28T18:21:57.923Z] 0c2d73faf560: Download complete [2021-10-28T18:21:57.923Z] a0d0a0d46f8b: Pull complete [2021-10-28T18:21:57.923Z] 3e5f54012d9b: Pull complete [2021-10-28T18:21:58.182Z] 4c7163046ea9: Pull complete [2021-10-28T18:21:58.446Z] 0c2d73faf560: Pull complete [2021-10-28T18:21:58.446Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-28T18:21:58.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:21:58.446Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-28T18:21:58.516Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T18:21:58.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-28T18:21:59.099Z] $ docker top 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-28T18:21:59.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:21:59.191Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:21:59.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:21:59.310Z] $ docker exec 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent [2021-10-28T18:21:59.407Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXoeLBCF/agent.14 [2021-10-28T18:21:59.407Z] SSH_AGENT_PID=20 [2021-10-28T18:21:59.413Z] Running ssh-add (command line suppressed) [2021-10-28T18:21:59.501Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5575421561687296484.key (/w/workspace/edgex-go/6@tmp/private_key_5575421561687296484.key) [2021-10-28T18:21:59.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:21:59.805Z] + git tag --points-at HEAD [Pipeline] } [2021-10-28T18:21:59.821Z] $ docker exec --env ******** --env ******** 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent -k [2021-10-28T18:21:59.927Z] unset SSH_AUTH_SOCK; [2021-10-28T18:21:59.927Z] unset SSH_AGENT_PID; [2021-10-28T18:21:59.927Z] echo Agent pid 20 killed; [2021-10-28T18:21:59.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-28T18:21:59.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:21:59.965Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:22:00.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:22:00.096Z] $ docker exec 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent [2021-10-28T18:22:00.212Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLndlej/agent.55 [2021-10-28T18:22:00.212Z] SSH_AGENT_PID=61 [2021-10-28T18:22:00.216Z] Running ssh-add (command line suppressed) [2021-10-28T18:22:00.306Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8361300190676467779.key (/w/workspace/edgex-go/6@tmp/private_key_8361300190676467779.key) [2021-10-28T18:22:00.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:22:00.625Z] + git semver init [2021-10-28T18:22:00.625Z] # -> Open(): unable to determine branch for HEAD [2021-10-28T18:22:00.625Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-10-28T18:22:00.625Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-10-28T18:22:00.625Z] # $SEMVER_REMOTE_NAME = origin [2021-10-28T18:22:00.625Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-28T18:22:00.625Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-28T18:22:00.625Z] # $SEMVER_BRANCH = PR-3780 [2021-10-28T18:22:00.625Z] # $SEMVER_TEMP = /tmp/semver-411710936 [2021-10-28T18:22:00.625Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-28T18:22:56.910Z] # '/tmp/semver-411710936' -> '/w/workspace/edgex-go/6/.semver' [2021-10-28T18:22:56.910Z] # -> Force: false [2021-10-28T18:22:56.910Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-10-28T18:22:56.919Z] $ docker exec --env ******** --env ******** 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent -k [2021-10-28T18:22:57.014Z] unset SSH_AUTH_SOCK; [2021-10-28T18:22:57.014Z] unset SSH_AGENT_PID; [2021-10-28T18:22:57.014Z] echo Agent pid 61 killed; [2021-10-28T18:22:57.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:22:57.324Z] + git semver [Pipeline] } [2021-10-28T18:22:57.341Z] $ docker stop --time=1 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b [2021-10-28T18:22:59.125Z] $ docker rm -f 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:22:59.484Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-28T18:22:59.744Z] Stashed 1 file(s) [Pipeline] echo [2021-10-28T18:22:59.746Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-10-28T18:22:59.966Z] ========================================================= [2021-10-28T18:22:59.966Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-28T18:22:59.966Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:23:00.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:23:00.271Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-28T18:23:00.271Z] a0d0a0d46f8b: Already exists [2021-10-28T18:23:00.271Z] 31adcdaf11c8: Pulling fs layer [2021-10-28T18:23:00.271Z] b8b176561691: Pulling fs layer [2021-10-28T18:23:00.271Z] 4527c011a84f: Pulling fs layer [2021-10-28T18:23:00.271Z] 5d74067f8e1e: Pulling fs layer [2021-10-28T18:23:00.271Z] e0aca202a116: Pulling fs layer [2021-10-28T18:23:00.271Z] 3a43be97a3b4: Pulling fs layer [2021-10-28T18:23:00.271Z] 34cad66bf833: Pulling fs layer [2021-10-28T18:23:00.271Z] b4e3c513aaa6: Pulling fs layer [2021-10-28T18:23:00.271Z] 5d74067f8e1e: Waiting [2021-10-28T18:23:00.271Z] e0aca202a116: Waiting [2021-10-28T18:23:00.271Z] 3a43be97a3b4: Waiting [2021-10-28T18:23:00.271Z] 34cad66bf833: Waiting [2021-10-28T18:23:00.271Z] b4e3c513aaa6: Waiting [2021-10-28T18:23:00.271Z] b8b176561691: Verifying Checksum [2021-10-28T18:23:00.271Z] b8b176561691: Download complete [2021-10-28T18:23:00.271Z] 31adcdaf11c8: Verifying Checksum [2021-10-28T18:23:00.271Z] 31adcdaf11c8: Download complete [2021-10-28T18:23:00.271Z] 5d74067f8e1e: Verifying Checksum [2021-10-28T18:23:00.271Z] 5d74067f8e1e: Download complete [2021-10-28T18:23:00.271Z] e0aca202a116: Verifying Checksum [2021-10-28T18:23:00.271Z] e0aca202a116: Download complete [2021-10-28T18:23:00.271Z] 3a43be97a3b4: Verifying Checksum [2021-10-28T18:23:00.271Z] 3a43be97a3b4: Download complete [2021-10-28T18:23:00.547Z] 31adcdaf11c8: Pull complete [2021-10-28T18:23:00.547Z] 34cad66bf833: Verifying Checksum [2021-10-28T18:23:00.547Z] 34cad66bf833: Download complete [2021-10-28T18:23:00.547Z] b8b176561691: Pull complete [2021-10-28T18:23:00.822Z] b4e3c513aaa6: Verifying Checksum [2021-10-28T18:23:00.822Z] b4e3c513aaa6: Download complete [2021-10-28T18:23:00.822Z] 4527c011a84f: Verifying Checksum [2021-10-28T18:23:00.822Z] 4527c011a84f: Download complete [2021-10-28T18:23:05.070Z] 4527c011a84f: Pull complete [2021-10-28T18:23:05.070Z] 5d74067f8e1e: Pull complete [2021-10-28T18:23:05.070Z] e0aca202a116: Pull complete [2021-10-28T18:23:05.070Z] 3a43be97a3b4: Pull complete [2021-10-28T18:23:05.070Z] 34cad66bf833: Pull complete [2021-10-28T18:23:07.630Z] b4e3c513aaa6: Pull complete [2021-10-28T18:23:07.630Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-28T18:23:07.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:23:07.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:23:07.930Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:23:07.930Z] WORKDIR /edgex [2021-10-28T18:23:07.930Z] COPY go.mod . [2021-10-28T18:23:07.930Z] RUN go mod download' [2021-10-28T18:23:07.930Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-28T18:23:09.319Z] Sending build context to Docker daemon 329.8MB [2021-10-28T18:23:09.319Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:23:09.319Z] ---> 9f6097aaca64 [2021-10-28T18:23:09.319Z] Step 2/4 : WORKDIR /edgex [2021-10-28T18:23:11.230Z] ---> Running in 146652de26be [2021-10-28T18:23:11.496Z] Removing intermediate container 146652de26be [2021-10-28T18:23:11.496Z] ---> df70863a63a4 [2021-10-28T18:23:11.496Z] Step 3/4 : COPY go.mod . [2021-10-28T18:23:11.496Z] ---> 4214a32a7f87 [2021-10-28T18:23:11.496Z] Step 4/4 : RUN go mod download [2021-10-28T18:23:11.496Z] ---> Running in bc392e2bed1a [2021-10-28T18:23:14.921Z] Still waiting to schedule task [2021-10-28T18:23:14.921Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-33’ is offline [2021-10-28T18:23:43.648Z] Removing intermediate container bc392e2bed1a [2021-10-28T18:23:43.648Z] ---> b115123a7f28 [2021-10-28T18:23:43.648Z] Successfully built b115123a7f28 [2021-10-28T18:23:43.648Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:23:43.944Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:23:43.944Z] . [Pipeline] withDockerContainer [2021-10-28T18:23:44.012Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T18:23:44.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-28T18:23:44.380Z] $ docker top 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:23:44.725Z] + go version [2021-10-28T18:23:44.725Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-28T18:23:44.735Z] $ docker stop --time=1 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 [2021-10-28T18:23:45.914Z] $ docker rm -f 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:23:46.386Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:23:46.386Z] . [Pipeline] withDockerContainer [2021-10-28T18:23:46.451Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T18:23:46.485Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-28T18:23:46.813Z] $ docker top d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-28T18:23:46.875Z] ========================================================= [2021-10-28T18:23:46.875Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-28T18:23:46.875Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:23:47.168Z] + make test [2021-10-28T18:23:47.168Z] go mod tidy [2021-10-28T18:23:47.168Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-28T18:23:52.492Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-28T18:24:10.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-28T18:24:14.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-28T18:24:14.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-28T18:24:14.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-28T18:24:17.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-28T18:24:17.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-28T18:24:17.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-28T18:24:17.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-28T18:24:18.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-28T18:24:18.326Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-28T18:24:18.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-28T18:24:18.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-28T18:24:18.593Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-28T18:24:18.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-28T18:24:20.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements [2021-10-28T18:24:20.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-28T18:24:20.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-28T18:24:21.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.058s coverage: 98.5% of statements [2021-10-28T18:24:21.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-28T18:24:21.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 44.7% of statements [2021-10-28T18:24:21.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-28T18:24:21.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-28T18:24:22.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.139s coverage: 89.5% of statements [2021-10-28T18:24:22.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-28T18:24:22.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:24:23.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.047s coverage: 84.4% of statements [2021-10-28T18:24:23.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-28T18:24:23.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-28T18:24:23.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-28T18:24:23.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-28T18:24:23.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-28T18:24:24.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.255s coverage: 94.2% of statements [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:24:24.304Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-28T18:24:24.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-28T18:24:24.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.045s coverage: 60.0% of statements [2021-10-28T18:24:24.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-28T18:24:24.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-28T18:24:24.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-28T18:24:25.470Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.043s coverage: 0.9% of statements [2021-10-28T18:24:25.470Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-28T18:24:25.470Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-10-28T18:24:25.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.040s coverage: 21.7% of statements [2021-10-28T18:24:25.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-28T18:24:26.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-10-28T18:24:26.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements [2021-10-28T18:24:26.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-10-28T18:24:26.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-10-28T18:24:27.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-10-28T18:24:39.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-10-28T18:24:39.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-10-28T18:24:43.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.171s coverage: 82.5% of statements [2021-10-28T18:24:43.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.2% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.114s coverage: 64.4% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2021-10-28T18:25:01.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.203s coverage: 65.4% of statements [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-28T18:25:01.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-28T18:25:01.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 43.8% of statements [2021-10-28T18:25:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-28T18:25:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-28T18:25:02.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-10-28T18:25:02.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-28T18:25:02.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-10-28T18:25:02.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 92.3% of statements [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-28T18:25:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-10-28T18:25:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2021-10-28T18:25:09.355Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-28T18:25:41.605Z] GO111MODULE=on go vet ./... [2021-10-28T18:25:51.676Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-28T18:25:51.676Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-28T18:25:51.676Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-28T18:25:51.969Z] + ls -al . [2021-10-28T18:25:51.970Z] total 636 [2021-10-28T18:25:51.970Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 18:25 . [2021-10-28T18:25:51.970Z] drwxr-xr-x 4 root root 28 Oct 28 18:23 .. [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 18:21 .dockerignore [2021-10-28T18:25:51.970Z] drwxrwxr-x 8 1001 1001 179 Oct 28 18:21 .git [2021-10-28T18:25:51.970Z] drwxrwxr-x 4 1001 1001 142 Oct 28 18:21 .github [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 804 Oct 28 18:21 .gitignore [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 42 Oct 28 18:21 .golangci.yml [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 76 Oct 28 18:21 .hadolint.yml [2021-10-28T18:25:51.970Z] drwx------ 3 1001 1001 58 Oct 28 18:22 .semver [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 18:21 .sonarcloud.properties [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:21 ADOPTERS.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:21 Attribution.txt [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:21 CHANGELOG.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:21 CONTRIBUTING.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 18:21 GOVERNANCE.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 849 Oct 28 18:21 Jenkinsfile [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:21 LICENSE [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:21 Makefile [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 18:21 OWNERS.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:21 README.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:21 SECURITY.md [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 18:22 VERSION [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:21 ZMQWindows.md [2021-10-28T18:25:51.970Z] drwxrwxr-x 2 1001 1001 37 Oct 28 18:21 bin [2021-10-28T18:25:51.970Z] drwxrwxr-x 14 1001 1001 4096 Oct 28 18:21 cmd [2021-10-28T18:25:51.970Z] -rw-r--r-- 1 root root 428381 Oct 28 18:25 coverage.out [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 848 Oct 28 18:21 go.mod [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 50525 Oct 28 18:21 go.sum [2021-10-28T18:25:51.970Z] drwxrwxr-x 8 1001 1001 124 Oct 28 18:21 internal [2021-10-28T18:25:51.970Z] drwxrwxr-x 3 1001 1001 16 Oct 28 18:21 openapi [2021-10-28T18:25:51.970Z] drwxrwxr-x 4 1001 1001 71 Oct 28 18:21 snap [2021-10-28T18:25:51.970Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 18:21 version.go [Pipeline] sh [2021-10-28T18:25:52.261Z] + '[' -e coverage.out ] [2021-10-28T18:25:52.261Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-28T18:25:52.358Z] Stashed 1 file(s) [Pipeline] sh [2021-10-28T18:25:52.654Z] + make build [2021-10-28T18:25:52.654Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T18:25:54.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T18:26:00.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T18:26:01.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T18:26:02.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T18:26:02.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T18:26:03.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T18:26:04.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T18:26:05.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:26:06.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T18:26:06.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T18:26:07.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-10-28T18:26:09.158Z] $ docker stop --time=1 d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 [2021-10-28T18:26:10.850Z] $ docker rm -f d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:26:12.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:26:12.507Z] [2021-10-28T18:26:12.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:26:13.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:26:13.058Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-28T18:26:13.058Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-28T18:26:13.058Z] ca9280d653b3: Pulling fs layer [2021-10-28T18:26:13.058Z] 7e9c9ca2126c: Pulling fs layer [2021-10-28T18:26:13.058Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-28T18:26:13.058Z] cbdbe7a5bc2a: Download complete [2021-10-28T18:26:13.420Z] ca9280d653b3: Verifying Checksum [2021-10-28T18:26:13.420Z] ca9280d653b3: Download complete [2021-10-28T18:26:13.420Z] cbdbe7a5bc2a: Pull complete [2021-10-28T18:26:13.420Z] 7e9c9ca2126c: Verifying Checksum [2021-10-28T18:26:13.421Z] 7e9c9ca2126c: Download complete [2021-10-28T18:26:14.189Z] ca9280d653b3: Pull complete [2021-10-28T18:26:18.441Z] 7e9c9ca2126c: Pull complete [2021-10-28T18:26:18.441Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-28T18:26:18.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:26:18.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-28T18:26:18.508Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T18:26:18.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-28T18:26:21.031Z] $ docker top 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:26:21.382Z] + docker-compose build --help [2021-10-28T18:26:21.382Z] + grep parallel [2021-10-28T18:26:21.953Z] --parallel Build images in parallel. [Pipeline] } [2021-10-28T18:26:21.963Z] $ docker stop --time=1 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b [2021-10-28T18:26:23.140Z] $ docker rm -f 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:26:23.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:26:23.514Z] . [Pipeline] withDockerContainer [2021-10-28T18:26:23.578Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T18:26:23.609Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-28T18:26:23.936Z] $ docker top 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:26:24.280Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-28T18:26:24.856Z] Building core-command ... [2021-10-28T18:26:24.856Z] Building core-data ... [2021-10-28T18:26:24.856Z] Building core-metadata ... [2021-10-28T18:26:24.856Z] Building security-bootstrapper ... [2021-10-28T18:26:24.856Z] Building security-proxy-setup ... [2021-10-28T18:26:24.856Z] Building security-secretstore-setup ... [2021-10-28T18:26:24.856Z] Building support-notifications ... [2021-10-28T18:26:24.856Z] Building support-scheduler ... [2021-10-28T18:26:24.856Z] Building sys-mgmt-agent ... [2021-10-28T18:26:24.856Z] Building support-notifications [2021-10-28T18:26:24.856Z] Building core-metadata [2021-10-28T18:26:24.856Z] Building support-scheduler [2021-10-28T18:26:24.856Z] Building security-secretstore-setup [2021-10-28T18:26:24.856Z] Building security-proxy-setup [2021-10-28T18:26:34.869Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:26:34.869Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:26:34.869Z] ---> b115123a7f28 [2021-10-28T18:26:34.869Z] Step 3/24 : WORKDIR /edgex-go [2021-10-28T18:26:35.129Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:26:35.129Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:26:35.129Z] ---> b115123a7f28 [2021-10-28T18:26:35.129Z] Step 3/20 : WORKDIR /edgex-go [2021-10-28T18:26:37.062Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:26:37.062Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:26:37.062Z] ---> b115123a7f28 [2021-10-28T18:26:37.062Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:26:40.362Z] ---> Running in 7447229d2fd1 [2021-10-28T18:26:40.362Z] ---> Running in 9007c2302cf3 [2021-10-28T18:26:40.362Z] ---> Running in 78749181af3c [2021-10-28T18:26:40.946Z] Removing intermediate container 7447229d2fd1 [2021-10-28T18:26:40.946Z] ---> e917a43f3ad4 [2021-10-28T18:26:40.946Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:26:40.946Z] Removing intermediate container 9007c2302cf3 [2021-10-28T18:26:40.946Z] ---> 1e84108c5698 [2021-10-28T18:26:40.946Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:26:40.946Z] Removing intermediate container 78749181af3c [2021-10-28T18:26:40.946Z] ---> e8583a5f99ba [2021-10-28T18:26:40.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:26:40.946Z] ---> Running in 0c29a728c001 [2021-10-28T18:26:40.946Z] ---> Running in f4d77ee7eb8c [2021-10-28T18:26:40.946Z] ---> Running in 1e7a13741db4 [2021-10-28T18:26:42.868Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:26:42.868Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:26:42.868Z] ---> b115123a7f28 [2021-10-28T18:26:42.868Z] Step 3/23 : WORKDIR /edgex-go [2021-10-28T18:26:42.868Z] ---> Using cache [2021-10-28T18:26:42.868Z] ---> 1e84108c5698 [2021-10-28T18:26:42.868Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:26:42.868Z] ---> Using cache [2021-10-28T18:26:42.868Z] ---> 7f9b21ff2104 [2021-10-28T18:26:42.868Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-28T18:26:42.868Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:26:42.868Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:26:42.868Z] ---> b115123a7f28 [2021-10-28T18:26:42.868Z] Step 3/21 : WORKDIR /edgex-go [2021-10-28T18:26:42.868Z] ---> Using cache [2021-10-28T18:26:42.868Z] ---> 1e84108c5698 [2021-10-28T18:26:42.868Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:26:42.868Z] ---> Using cache [2021-10-28T18:26:42.868Z] ---> 7f9b21ff2104 [2021-10-28T18:26:42.868Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-28T18:26:42.868Z] Removing intermediate container f4d77ee7eb8c [2021-10-28T18:26:42.868Z] ---> 7f9b21ff2104 [2021-10-28T18:26:42.868Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-28T18:26:42.868Z] ---> Running in f4290a4bea46 [2021-10-28T18:26:42.868Z] ---> Running in 6c34706094ae [2021-10-28T18:26:42.868Z] ---> Running in da4cb63ded16 [2021-10-28T18:26:43.129Z] Removing intermediate container 0c29a728c001 [2021-10-28T18:26:43.129Z] ---> b1e144899041 [2021-10-28T18:26:43.129Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:26:43.129Z] Removing intermediate container 1e7a13741db4 [2021-10-28T18:26:43.129Z] ---> 1b525553886d [2021-10-28T18:26:43.129Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-28T18:26:43.129Z] ---> Running in bbc5b3b8db66 [2021-10-28T18:26:43.129Z] ---> Running in 7408eff135e1 [2021-10-28T18:26:43.390Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:43.391Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:43.652Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:43.652Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:43.652Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.225Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.484Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.484Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.484Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.484Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:26:44.750Z] OK: 220 MiB in 52 packages [2021-10-28T18:26:45.011Z] OK: 220 MiB in 52 packages [2021-10-28T18:26:45.011Z] OK: 220 MiB in 52 packages [2021-10-28T18:26:45.011Z] OK: 220 MiB in 52 packages [2021-10-28T18:26:45.011Z] Removing intermediate container f4290a4bea46 [2021-10-28T18:26:45.011Z] ---> cbc58a354e12 [2021-10-28T18:26:45.011Z] Step 6/23 : COPY go.mod . [2021-10-28T18:26:45.011Z] OK: 220 MiB in 52 packages [2021-10-28T18:26:45.274Z] Removing intermediate container da4cb63ded16 [2021-10-28T18:26:45.274Z] ---> 45967848ef07 [2021-10-28T18:26:45.274Z] Step 6/24 : COPY . . [2021-10-28T18:26:45.540Z] ---> f46801d63087 [2021-10-28T18:26:45.540Z] Step 7/23 : RUN go mod download [2021-10-28T18:26:45.540Z] Removing intermediate container 6c34706094ae [2021-10-28T18:26:45.540Z] ---> 85385c567273 [2021-10-28T18:26:45.540Z] Step 6/21 : COPY . . [2021-10-28T18:26:45.540Z] ---> Running in b3b77a9a4cff [2021-10-28T18:26:45.540Z] Removing intermediate container 7408eff135e1 [2021-10-28T18:26:45.540Z] ---> 19f7eac2dee6 [2021-10-28T18:26:45.540Z] Step 6/20 : COPY . . [2021-10-28T18:26:45.800Z] Removing intermediate container bbc5b3b8db66 [2021-10-28T18:26:45.800Z] ---> f4082c9b0700 [2021-10-28T18:26:45.800Z] Step 6/22 : COPY . . [2021-10-28T18:26:52.396Z] Removing intermediate container b3b77a9a4cff [2021-10-28T18:26:52.396Z] ---> b9051671d49a [2021-10-28T18:26:52.396Z] Step 8/23 : COPY . . [2021-10-28T18:26:57.688Z] ---> 4fac5c5f7563 [2021-10-28T18:26:57.688Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:26:57.688Z] ---> Running in 0ccd91f8b293 [2021-10-28T18:27:00.225Z] Removing intermediate container 0ccd91f8b293 [2021-10-28T18:27:00.225Z] ---> d728f891e953 [2021-10-28T18:27:00.225Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-28T18:27:00.225Z] ---> Running in 06d7420b0b4c [2021-10-28T18:27:00.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T18:27:18.983Z] ---> 801e10e2599e [2021-10-28T18:27:18.983Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:27:18.983Z] ---> Running in 56d01275a57c [2021-10-28T18:27:18.983Z] ---> 9f88e490ec88 [2021-10-28T18:27:18.983Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:27:18.983Z] ---> 6430b6e5b9b7 [2021-10-28T18:27:18.983Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:27:18.983Z] ---> Running in ddc2bb75d760 [2021-10-28T18:27:18.983Z] ---> Running in ceb3669b42fe [2021-10-28T18:27:18.983Z] Removing intermediate container 56d01275a57c [2021-10-28T18:27:18.983Z] ---> db5b0cf5640f [2021-10-28T18:27:18.983Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-28T18:27:18.983Z] ---> Running in c6c71a60f818 [2021-10-28T18:27:18.983Z] Removing intermediate container ddc2bb75d760 [2021-10-28T18:27:18.983Z] ---> 1e55fba5a483 [2021-10-28T18:27:18.983Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-28T18:27:18.983Z] ---> Running in a3bd6210efb8 [2021-10-28T18:27:18.983Z] Removing intermediate container ceb3669b42fe [2021-10-28T18:27:18.983Z] ---> 855cc65224ad [2021-10-28T18:27:18.983Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-28T18:27:18.983Z] ---> Running in 33a91cac835f [2021-10-28T18:27:19.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T18:27:19.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T18:27:19.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T18:27:21.715Z] ---> 942d311eb4af [2021-10-28T18:27:21.715Z] Step 9/23 : RUN go mod tidy [2021-10-28T18:27:21.715Z] ---> Running in cf59da39d666 [2021-10-28T18:27:22.655Z] Removing intermediate container 06d7420b0b4c [2021-10-28T18:27:22.655Z] ---> b504154ccd97 [2021-10-28T18:27:22.655Z] [2021-10-28T18:27:22.655Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:27:22.655Z] 3.14: Pulling from library/alpine [2021-10-28T18:27:22.917Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-28T18:27:22.917Z] Status: Downloaded newer image for alpine:3.14 [2021-10-28T18:27:22.917Z] ---> 14119a10abf4 [2021-10-28T18:27:22.917Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:27:22.917Z] ---> Running in e1e9ef338491 [2021-10-28T18:27:23.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:23.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:24.067Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T18:27:24.067Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:27:24.067Z] OK: 6 MiB in 15 packages [2021-10-28T18:27:24.688Z] Removing intermediate container e1e9ef338491 [2021-10-28T18:27:24.688Z] ---> b883ff05bdba [2021-10-28T18:27:24.688Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:27:24.688Z] ---> Running in 9c7ee41558ce [2021-10-28T18:27:24.688Z] Removing intermediate container 9c7ee41558ce [2021-10-28T18:27:24.688Z] ---> 1d22f1adb779 [2021-10-28T18:27:24.688Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-28T18:27:24.688Z] ---> Running in c494c69136be [2021-10-28T18:27:24.964Z] Removing intermediate container c494c69136be [2021-10-28T18:27:24.964Z] ---> b13e5922db4d [2021-10-28T18:27:24.964Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:27:24.964Z] ---> Running in 440800e6c514 [2021-10-28T18:27:25.238Z] Removing intermediate container 440800e6c514 [2021-10-28T18:27:25.238Z] ---> 58232e77e163 [2021-10-28T18:27:25.238Z] Step 14/22 : WORKDIR / [2021-10-28T18:27:25.238Z] ---> Running in b7aeafa8720d [2021-10-28T18:27:25.238Z] Removing intermediate container b7aeafa8720d [2021-10-28T18:27:25.238Z] ---> b459c77d4b30 [2021-10-28T18:27:25.238Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:27:25.520Z] ---> a0a101f45d87 [2021-10-28T18:27:25.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-28T18:27:26.099Z] Removing intermediate container cf59da39d666 [2021-10-28T18:27:26.099Z] ---> 41de118d1029 [2021-10-28T18:27:26.099Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-28T18:27:26.099Z] ---> Running in 821598ddb382 [2021-10-28T18:27:26.099Z] ---> 20959dc9015b [2021-10-28T18:27:26.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-28T18:27:26.364Z] ---> e6acd24a7787 [2021-10-28T18:27:26.364Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-28T18:27:26.634Z] ---> Running in 324d733ee450 [2021-10-28T18:27:26.634Z] Removing intermediate container 324d733ee450 [2021-10-28T18:27:26.634Z] ---> cd780ac8870b [2021-10-28T18:27:26.634Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:27:26.634Z] ---> Running in 6ef247e8025a [2021-10-28T18:27:26.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T18:27:26.905Z] Removing intermediate container 6ef247e8025a [2021-10-28T18:27:26.905Z] ---> 3ef86320fb7d [2021-10-28T18:27:26.905Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:27:26.905Z] ---> Running in 56884744fd18 [2021-10-28T18:27:27.174Z] Removing intermediate container 56884744fd18 [2021-10-28T18:27:27.174Z] ---> dfbbf388973c [2021-10-28T18:27:27.175Z] Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:27:27.175Z] ---> Running in 077bbfef7a42 [2021-10-28T18:27:27.175Z] Removing intermediate container 077bbfef7a42 [2021-10-28T18:27:27.175Z] ---> e17c833868eb [2021-10-28T18:27:27.175Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:27:27.448Z] ---> Running in 14641f6ee156 [2021-10-28T18:27:27.448Z] Removing intermediate container 14641f6ee156 [2021-10-28T18:27:27.448Z] ---> 1539e7b58873 [2021-10-28T18:27:27.448Z] [2021-10-28T18:27:27.448Z] Successfully built 1539e7b58873 [2021-10-28T18:27:27.719Z] Successfully tagged core-metadata:latest [2021-10-28T18:27:27.719Z] Building sys-mgmt-agent [2021-10-28T18:27:34.385Z]  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:34.385Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:34.385Z] ---> b115123a7f28 [2021-10-28T18:27:34.385Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:27:34.385Z] ---> Using cache [2021-10-28T18:27:34.385Z] ---> 1e84108c5698 [2021-10-28T18:27:34.385Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:34.385Z] ---> Using cache [2021-10-28T18:27:34.385Z] ---> 7f9b21ff2104 [2021-10-28T18:27:34.385Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-28T18:27:34.385Z] ---> Running in b295464ff415 [2021-10-28T18:27:34.962Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:35.928Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:36.195Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:36.805Z] Removing intermediate container b295464ff415 [2021-10-28T18:27:36.805Z] ---> fc21ae800af0 [2021-10-28T18:27:36.805Z] Step 6/22 : COPY . . [2021-10-28T18:27:43.473Z] ---> d48a92a562cf [2021-10-28T18:27:43.473Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:27:43.473Z] ---> Running in a994da8aa8ce [2021-10-28T18:27:44.417Z] Removing intermediate container a994da8aa8ce [2021-10-28T18:27:44.417Z] ---> 75c8bede937a [2021-10-28T18:27:44.417Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-28T18:27:44.417Z] ---> Running in cec929de157d [2021-10-28T18:27:44.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T18:27:54.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T18:27:54.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:27:58.875Z] Removing intermediate container c6c71a60f818 [2021-10-28T18:27:58.875Z] ---> 083927a369c0 [2021-10-28T18:27:58.875Z] [2021-10-28T18:27:58.875Z] Step 9/24 : FROM alpine:3.14 [2021-10-28T18:27:58.875Z] ---> 14119a10abf4 [2021-10-28T18:27:58.875Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-28T18:27:59.144Z] ---> Running in 238186c1247e [2021-10-28T18:28:00.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:00.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:00.089Z] Removing intermediate container a3bd6210efb8 [2021-10-28T18:28:00.089Z] ---> a54c4a3818e4 [2021-10-28T18:28:00.089Z] [2021-10-28T18:28:00.089Z] Step 9/20 : FROM alpine:3.14 [2021-10-28T18:28:00.089Z] ---> 14119a10abf4 [2021-10-28T18:28:00.089Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-28T18:28:00.352Z] ---> Running in 5e4e7441d344 [2021-10-28T18:28:00.352Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:00.352Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:00.352Z] (3/3) Installing su-exec (0.2-r1) [2021-10-28T18:28:00.352Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:00.615Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:00.615Z] OK: 6 MiB in 17 packages [2021-10-28T18:28:00.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:00.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:01.481Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:01.481Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:28:01.481Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:28:01.481Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-28T18:28:01.481Z] (5/5) Installing curl (7.79.1-r0) [2021-10-28T18:28:01.481Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:01.481Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:01.749Z] OK: 8 MiB in 19 packages [2021-10-28T18:28:01.749Z] Removing intermediate container 238186c1247e [2021-10-28T18:28:01.749Z] ---> 3d5d35985428 [2021-10-28T18:28:01.749Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:28:02.012Z] ---> Running in 027c15ffb598 [2021-10-28T18:28:02.012Z] Removing intermediate container 33a91cac835f [2021-10-28T18:28:02.012Z] ---> 973156fc85a3 [2021-10-28T18:28:02.012Z] [2021-10-28T18:28:02.012Z] Step 9/21 : FROM alpine:3.14 [2021-10-28T18:28:02.012Z] ---> 14119a10abf4 [2021-10-28T18:28:02.012Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-28T18:28:02.012Z] ---> Running in c7d5a3e164d2 [2021-10-28T18:28:02.012Z] Removing intermediate container 027c15ffb598 [2021-10-28T18:28:02.012Z] ---> 233aa2d42331 [2021-10-28T18:28:02.012Z] Step 12/24 : WORKDIR / [2021-10-28T18:28:02.275Z] ---> Running in 03f5d12023d6 [2021-10-28T18:28:02.275Z] Removing intermediate container 5e4e7441d344 [2021-10-28T18:28:02.275Z] ---> c0e5159cb0d6 [2021-10-28T18:28:02.275Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:28:02.540Z] Removing intermediate container 03f5d12023d6 [2021-10-28T18:28:02.540Z] ---> 2fd0e00bc95e [2021-10-28T18:28:02.540Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-28T18:28:02.540Z] ---> Running in b3b58b82e61a [2021-10-28T18:28:02.540Z] Removing intermediate container b3b58b82e61a [2021-10-28T18:28:02.540Z] ---> ed733ef97b1e [2021-10-28T18:28:02.540Z] Step 12/20 : WORKDIR /edgex [2021-10-28T18:28:02.803Z] ---> Running in 2467ee2a2492 [2021-10-28T18:28:02.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:02.803Z] ---> 9b01aa94c81e [2021-10-28T18:28:02.803Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-28T18:28:02.803Z] Removing intermediate container 2467ee2a2492 [2021-10-28T18:28:02.803Z] ---> f78365dee108 [2021-10-28T18:28:02.803Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-28T18:28:03.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:03.361Z] ---> b26d9bf48e42 [2021-10-28T18:28:03.361Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:03.361Z] ---> a053505aa839 [2021-10-28T18:28:03.361Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-28T18:28:03.361Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:03.361Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:03.361Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:03.361Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:03.629Z] OK: 6 MiB in 16 packages [2021-10-28T18:28:03.892Z] ---> 9d4fd709b77f [2021-10-28T18:28:03.892Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-28T18:28:03.892Z] ---> ad2f05b79f2d [2021-10-28T18:28:03.892Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-28T18:28:04.491Z] Removing intermediate container c7d5a3e164d2 [2021-10-28T18:28:04.491Z] ---> 3c8b4779aa36 [2021-10-28T18:28:04.491Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:04.491Z] ---> a07fd7fb0efa [2021-10-28T18:28:04.491Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-28T18:28:04.491Z] ---> Running in 06ae653e2f9e [2021-10-28T18:28:04.777Z] ---> 96bffce10c80 [2021-10-28T18:28:04.777Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-28T18:28:04.777Z] Removing intermediate container 06ae653e2f9e [2021-10-28T18:28:04.777Z] ---> 1ce388ac0aa0 [2021-10-28T18:28:04.777Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-28T18:28:04.777Z] ---> Running in 9088767f9136 [2021-10-28T18:28:04.777Z] ---> Running in 9dad403dd419 [2021-10-28T18:28:05.050Z] Removing intermediate container 9dad403dd419 [2021-10-28T18:28:05.050Z] ---> 1cbdda78c14b [2021-10-28T18:28:05.050Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-28T18:28:05.050Z] Removing intermediate container 9088767f9136 [2021-10-28T18:28:05.050Z] ---> a1dad760dcc1 [2021-10-28T18:28:05.050Z] Step 17/20 : CMD ["--init=true"] [2021-10-28T18:28:05.050Z] ---> 309138a2cb0e [2021-10-28T18:28:05.050Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-28T18:28:05.050Z] ---> Running in bd5196bb62ca [2021-10-28T18:28:05.050Z] ---> Running in 7f0bd9b4a98a [2021-10-28T18:28:05.324Z] Removing intermediate container bd5196bb62ca [2021-10-28T18:28:05.324Z] ---> c4b9479ee2d4 [2021-10-28T18:28:05.324Z] Step 18/20 : LABEL arch=x86_64 [2021-10-28T18:28:05.604Z] ---> Running in b072040e7a9b [2021-10-28T18:28:05.604Z] Removing intermediate container 7f0bd9b4a98a [2021-10-28T18:28:05.604Z] ---> 49039ea6abce [2021-10-28T18:28:05.604Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:05.604Z] ---> 9fb331aee78d [2021-10-28T18:28:05.604Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-28T18:28:05.888Z] Removing intermediate container b072040e7a9b [2021-10-28T18:28:05.888Z] ---> 5d33d61fa06a [2021-10-28T18:28:05.888Z] Step 19/20 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:06.174Z] ---> Running in d877c1ee242e [2021-10-28T18:28:06.174Z] ---> a05932ff7418 [2021-10-28T18:28:06.174Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-28T18:28:06.446Z] ---> 1675222381c3 [2021-10-28T18:28:06.446Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-10-28T18:28:06.446Z] ---> Running in 55b46328a504 [2021-10-28T18:28:06.446Z] Removing intermediate container d877c1ee242e [2021-10-28T18:28:06.446Z] ---> 3cd9dc8b754b [2021-10-28T18:28:06.446Z] Step 20/20 : LABEL version=0.0.0 [2021-10-28T18:28:06.719Z] ---> Running in 340a99d0834b [2021-10-28T18:28:06.719Z] Removing intermediate container 821598ddb382 [2021-10-28T18:28:06.719Z] ---> b1761e7ad89d [2021-10-28T18:28:06.719Z] [2021-10-28T18:28:06.719Z] Step 11/23 : FROM alpine:3.14 [2021-10-28T18:28:06.719Z] ---> 14119a10abf4 [2021-10-28T18:28:06.719Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:28:06.719Z] ---> Using cache [2021-10-28T18:28:06.719Z] ---> b883ff05bdba [2021-10-28T18:28:06.719Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:06.719Z] ---> Using cache [2021-10-28T18:28:06.719Z] ---> 1d22f1adb779 [2021-10-28T18:28:06.719Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-28T18:28:06.719Z] ---> Running in 837711c92295 [2021-10-28T18:28:06.992Z] ---> 506ec072d2ac [2021-10-28T18:28:06.992Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:06.992Z] Removing intermediate container 340a99d0834b [2021-10-28T18:28:06.992Z] ---> 3bbf0f52532c [2021-10-28T18:28:06.992Z] [2021-10-28T18:28:06.992Z] Removing intermediate container 837711c92295 [2021-10-28T18:28:06.992Z] ---> cf590858fa8c [2021-10-28T18:28:06.992Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-28T18:28:07.261Z] Successfully built 3bbf0f52532c [2021-10-28T18:28:07.261Z] ---> Running in fc0db0780cb6 [2021-10-28T18:28:07.261Z] Successfully tagged security-proxy-setup:latest [2021-10-28T18:28:07.261Z] Building core-command [2021-10-28T18:28:07.261Z]  Building security-proxy-setup ... done  ---> 28fb4bd02b7c [2021-10-28T18:28:07.261Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-28T18:28:07.261Z] ---> Running in 26e50630a03e [2021-10-28T18:28:07.543Z] Removing intermediate container fc0db0780cb6 [2021-10-28T18:28:07.543Z] ---> 96e3bcc829da [2021-10-28T18:28:07.543Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:08.490Z] Removing intermediate container 26e50630a03e [2021-10-28T18:28:08.490Z] ---> bc08be701d65 [2021-10-28T18:28:08.490Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:09.074Z] ---> 430df675eec8 [2021-10-28T18:28:09.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-28T18:28:09.074Z] ---> Running in 1300c300ee53 [2021-10-28T18:28:09.074Z] Removing intermediate container 55b46328a504 [2021-10-28T18:28:09.074Z] ---> 1b92bdaa8ef4 [2021-10-28T18:28:09.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-28T18:28:09.074Z] ---> Running in 02fb2a03dccf [2021-10-28T18:28:09.074Z] Removing intermediate container 1300c300ee53 [2021-10-28T18:28:09.074Z] ---> 9b10c9ef1042 [2021-10-28T18:28:09.074Z] Step 19/21 : LABEL arch=x86_64 [2021-10-28T18:28:09.338Z] ---> Running in 46f656cfa149 [2021-10-28T18:28:09.338Z] Removing intermediate container 02fb2a03dccf [2021-10-28T18:28:09.338Z] ---> ad3b95588e5a [2021-10-28T18:28:09.338Z] Step 22/24 : LABEL arch=x86_64 [2021-10-28T18:28:09.601Z] ---> Running in b8c3dde6fdd0 [2021-10-28T18:28:09.601Z] Removing intermediate container 46f656cfa149 [2021-10-28T18:28:09.601Z] ---> a6a59c5730f4 [2021-10-28T18:28:09.601Z] Step 20/21 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:09.601Z] ---> 531fe151c169 [2021-10-28T18:28:09.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:09.601Z] ---> Running in 56880d84c0f8 [2021-10-28T18:28:09.601Z] Removing intermediate container b8c3dde6fdd0 [2021-10-28T18:28:09.601Z] ---> 4c1b9da47d1a [2021-10-28T18:28:09.601Z] Step 23/24 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:09.864Z] ---> Running in fedff4ae6000 [2021-10-28T18:28:09.864Z] Removing intermediate container 56880d84c0f8 [2021-10-28T18:28:09.864Z] ---> ad0fe1ac67e2 [2021-10-28T18:28:09.864Z] Step 21/21 : LABEL version=0.0.0 [2021-10-28T18:28:09.864Z] ---> Running in bf3bab11015d [2021-10-28T18:28:09.864Z] ---> ab13fbf86213 [2021-10-28T18:28:09.864Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-28T18:28:10.128Z] ---> Running in 3ab933bb8a28 [2021-10-28T18:28:10.128Z] Removing intermediate container fedff4ae6000 [2021-10-28T18:28:10.128Z] ---> 84b41202f86b [2021-10-28T18:28:10.128Z] Step 24/24 : LABEL version=0.0.0 [2021-10-28T18:28:10.128Z] ---> Running in 0dae1a7ce805 [2021-10-28T18:28:10.128Z] Removing intermediate container bf3bab11015d [2021-10-28T18:28:10.128Z] ---> cd95a1dea94f [2021-10-28T18:28:10.128Z] [2021-10-28T18:28:10.128Z] Removing intermediate container 3ab933bb8a28 [2021-10-28T18:28:10.128Z] ---> 7b4e8d09c192 [2021-10-28T18:28:10.128Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:10.405Z] Successfully built cd95a1dea94f [2021-10-28T18:28:10.405Z] Successfully tagged support-notifications:latest [2021-10-28T18:28:10.405Z]  Building support-notifications ... done Building core-data [2021-10-28T18:28:10.405Z] ---> Running in d51a2bb98417 [2021-10-28T18:28:10.405Z] Removing intermediate container 0dae1a7ce805 [2021-10-28T18:28:10.405Z] ---> 4a72a59c13c4 [2021-10-28T18:28:10.405Z] [2021-10-28T18:28:10.405Z] Successfully built 4a72a59c13c4 [2021-10-28T18:28:10.664Z] Successfully tagged security-secretstore-setup:latest [2021-10-28T18:28:10.664Z] Building security-bootstrapper [2021-10-28T18:28:10.664Z]  Building security-secretstore-setup ... done Removing intermediate container d51a2bb98417 [2021-10-28T18:28:10.664Z] ---> b7db516a8490 [2021-10-28T18:28:10.664Z] Step 21/23 : LABEL arch=x86_64 [2021-10-28T18:28:13.239Z] ---> Running in 2215f5cf6a4b [2021-10-28T18:28:13.810Z] Removing intermediate container 2215f5cf6a4b [2021-10-28T18:28:13.810Z] ---> 7b0a925353e0 [2021-10-28T18:28:13.810Z] Step 22/23 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:13.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:28:13.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:28:13.810Z] ---> b115123a7f28 [2021-10-28T18:28:13.810Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:28:13.810Z] ---> Using cache [2021-10-28T18:28:13.810Z] ---> 1e84108c5698 [2021-10-28T18:28:13.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:28:13.810Z] ---> Using cache [2021-10-28T18:28:13.810Z] ---> 7f9b21ff2104 [2021-10-28T18:28:13.810Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:28:13.810Z] ---> Using cache [2021-10-28T18:28:13.810Z] ---> 45967848ef07 [2021-10-28T18:28:13.810Z] Step 6/22 : COPY . . [2021-10-28T18:28:13.810Z] ---> Using cache [2021-10-28T18:28:13.810Z] ---> 801e10e2599e [2021-10-28T18:28:13.810Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:13.810Z] ---> Using cache [2021-10-28T18:28:13.810Z] ---> db5b0cf5640f [2021-10-28T18:28:13.810Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-28T18:28:14.399Z] ---> Running in d179a8cb4fc9 [2021-10-28T18:28:14.399Z] ---> Running in 8b8d92694cf4 [2021-10-28T18:28:14.669Z] Removing intermediate container 8b8d92694cf4 [2021-10-28T18:28:14.669Z] ---> e6e9db2bc87c [2021-10-28T18:28:14.669Z] Step 23/23 : LABEL version=0.0.0 [2021-10-28T18:28:14.930Z] ---> Running in 851cfde7bafa [2021-10-28T18:28:15.212Z] Removing intermediate container 851cfde7bafa [2021-10-28T18:28:15.212Z] ---> b61244d2bcbb [2021-10-28T18:28:15.212Z] [2021-10-28T18:28:15.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T18:28:15.212Z] Successfully built b61244d2bcbb [2021-10-28T18:28:15.212Z] Successfully tagged support-scheduler:latest [2021-10-28T18:28:15.796Z]  Building support-scheduler ... done Removing intermediate container cec929de157d [2021-10-28T18:28:15.796Z] ---> 1e1d3bb05d5d [2021-10-28T18:28:15.796Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-28T18:28:16.385Z] ---> Running in 5c0930c27ccc [2021-10-28T18:28:16.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T18:28:18.078Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:28:18.078Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:28:18.078Z] ---> b115123a7f28 [2021-10-28T18:28:18.078Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 1e84108c5698 [2021-10-28T18:28:18.078Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 7f9b21ff2104 [2021-10-28T18:28:18.078Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-28T18:28:18.078Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:28:18.078Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:28:18.078Z] ---> b115123a7f28 [2021-10-28T18:28:18.078Z] Step 3/30 : WORKDIR /edgex-go [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 1e84108c5698 [2021-10-28T18:28:18.078Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 7f9b21ff2104 [2021-10-28T18:28:18.078Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 45967848ef07 [2021-10-28T18:28:18.078Z] Step 6/30 : COPY . . [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> 801e10e2599e [2021-10-28T18:28:18.078Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:18.078Z] ---> Using cache [2021-10-28T18:28:18.078Z] ---> db5b0cf5640f [2021-10-28T18:28:18.078Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-28T18:28:18.646Z] ---> Running in 52a14a93c51f [2021-10-28T18:28:18.646Z] ---> Running in 0150a0e762d0 [2021-10-28T18:28:18.907Z] Removing intermediate container 5c0930c27ccc [2021-10-28T18:28:18.907Z] ---> ba0d3bf3ef0a [2021-10-28T18:28:18.907Z] [2021-10-28T18:28:18.907Z] Step 10/22 : FROM docker:20.10.8 [2021-10-28T18:28:18.907Z] 20.10.8: Pulling from library/docker [2021-10-28T18:28:19.168Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:19.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-10-28T18:28:20.026Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:20.632Z] OK: 220 MiB in 52 packages [2021-10-28T18:28:21.669Z] Removing intermediate container 52a14a93c51f [2021-10-28T18:28:21.669Z] ---> cd43b37ed91d [2021-10-28T18:28:21.669Z] Step 6/22 : COPY . . [2021-10-28T18:28:25.008Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-28T18:28:25.008Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-28T18:28:25.008Z] ---> bc6c0ffef665 [2021-10-28T18:28:25.008Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:26.997Z] ---> Running in 1729f043d430 [2021-10-28T18:28:26.997Z] Removing intermediate container 1729f043d430 [2021-10-28T18:28:26.997Z] ---> f6e986a67e4a [2021-10-28T18:28:26.997Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-28T18:28:27.266Z] ---> Running in 04186fae77f6 [2021-10-28T18:28:27.543Z] ---> bf1d0a48053b [2021-10-28T18:28:27.543Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:27.811Z] ---> Running in c689cb25e5dc [2021-10-28T18:28:27.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:27.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:28.403Z] (1/42) Installing readline (8.1.0-r0) [2021-10-28T18:28:28.403Z] (2/42) Installing bash (5.1.4-r0) [2021-10-28T18:28:28.403Z] Executing bash-5.1.4-r0.post-install [2021-10-28T18:28:28.403Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:28:28.403Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:28:28.403Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-28T18:28:28.403Z] (6/42) Installing curl (7.79.1-r0) [2021-10-28T18:28:28.403Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:28.403Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-28T18:28:28.403Z] (9/42) Installing expat (2.4.1-r0) [2021-10-28T18:28:28.403Z] (10/42) Installing libffi (3.3-r2) [2021-10-28T18:28:28.403Z] (11/42) Installing gdbm (1.19-r0) [2021-10-28T18:28:28.403Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-28T18:28:28.403Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:28:28.403Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:28:28.403Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-28T18:28:28.403Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-28T18:28:28.403Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-28T18:28:28.990Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-28T18:28:28.990Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-28T18:28:28.990Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-28T18:28:28.990Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-28T18:28:28.990Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-28T18:28:28.990Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-28T18:28:28.990Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-28T18:28:29.257Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-28T18:28:29.853Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-28T18:28:29.853Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-28T18:28:29.853Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-28T18:28:29.853Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-28T18:28:29.853Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-28T18:28:29.853Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-28T18:28:29.853Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-28T18:28:29.853Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-28T18:28:29.853Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-28T18:28:29.853Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-28T18:28:29.853Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-28T18:28:29.853Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-28T18:28:29.853Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-28T18:28:29.853Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-28T18:28:29.853Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-28T18:28:29.853Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-28T18:28:29.853Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-28T18:28:29.853Z] Removing intermediate container c689cb25e5dc [2021-10-28T18:28:29.853Z] ---> 585d4b3d6e55 [2021-10-28T18:28:29.853Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-28T18:28:30.128Z] ---> Running in 0ffc6bd8a67d [2021-10-28T18:28:30.128Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:30.128Z] OK: 84 MiB in 64 packages [2021-10-28T18:28:30.739Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T18:28:31.716Z] Collecting docker-compose==1.23.2 [2021-10-28T18:28:31.716Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-28T18:28:31.716Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-28T18:28:31.716Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-28T18:28:31.716Z] Collecting docopt<0.7,>=0.6.1 [2021-10-28T18:28:31.716Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-28T18:28:32.305Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-28T18:28:32.305Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-28T18:28:32.572Z] Collecting docker<4.0,>=3.6.0 [2021-10-28T18:28:32.572Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-28T18:28:32.841Z] Collecting PyYAML<4,>=3.10 [2021-10-28T18:28:32.841Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-28T18:28:33.820Z] Collecting cached-property<2,>=1.2.0 [2021-10-28T18:28:33.820Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-28T18:28:33.820Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-28T18:28:33.820Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-28T18:28:34.414Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-28T18:28:34.414Z] Collecting jsonschema<3,>=2.5.1 [2021-10-28T18:28:34.414Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-28T18:28:34.414Z] Collecting texttable<0.10,>=0.9.0 [2021-10-28T18:28:34.414Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-28T18:28:34.996Z] Collecting docker-pycreds>=0.4.0 [2021-10-28T18:28:34.996Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-28T18:28:35.258Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-28T18:28:35.258Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-28T18:28:35.258Z] Collecting idna<2.8,>=2.5 [2021-10-28T18:28:35.258Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-28T18:28:35.258Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-28T18:28:35.518Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-28T18:28:35.518Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-28T18:28:35.518Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-28T18:28:35.518Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-28T18:28:35.518Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-28T18:28:35.518Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-28T18:28:35.518Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-28T18:28:35.518Z] Attempting uninstall: urllib3 [2021-10-28T18:28:35.518Z] Found existing installation: urllib3 1.26.5 [2021-10-28T18:28:35.780Z] Uninstalling urllib3-1.26.5: [2021-10-28T18:28:35.780Z] Successfully uninstalled urllib3-1.26.5 [2021-10-28T18:28:35.780Z] Attempting uninstall: idna [2021-10-28T18:28:35.780Z] Found existing installation: idna 3.2 [2021-10-28T18:28:35.780Z] Uninstalling idna-3.2: [2021-10-28T18:28:35.780Z] Successfully uninstalled idna-3.2 [2021-10-28T18:28:36.039Z] Attempting uninstall: chardet [2021-10-28T18:28:36.039Z] Found existing installation: chardet 4.0.0 [2021-10-28T18:28:36.039Z] Uninstalling chardet-4.0.0: [2021-10-28T18:28:36.039Z] Successfully uninstalled chardet-4.0.0 [2021-10-28T18:28:36.615Z] Attempting uninstall: requests [2021-10-28T18:28:36.615Z] Found existing installation: requests 2.25.1 [2021-10-28T18:28:36.615Z] Uninstalling requests-2.25.1: [2021-10-28T18:28:36.615Z] Successfully uninstalled requests-2.25.1 [2021-10-28T18:28:36.615Z] Running setup.py install for texttable: started [2021-10-28T18:28:37.189Z] Running setup.py install for texttable: finished with status 'done' [2021-10-28T18:28:37.189Z] Running setup.py install for PyYAML: started [2021-10-28T18:28:37.759Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-28T18:28:38.710Z] Running setup.py install for docopt: started [2021-10-28T18:28:39.334Z] Running setup.py install for docopt: finished with status 'done' [2021-10-28T18:28:39.334Z] Running setup.py install for dockerpty: started [2021-10-28T18:28:39.600Z] Removing intermediate container d179a8cb4fc9 [2021-10-28T18:28:39.600Z] ---> 49ac3d5e3438 [2021-10-28T18:28:39.600Z] [2021-10-28T18:28:39.600Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:28:39.600Z] ---> 14119a10abf4 [2021-10-28T18:28:39.600Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:28:39.600Z] ---> Using cache [2021-10-28T18:28:39.600Z] ---> b883ff05bdba [2021-10-28T18:28:39.600Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:39.600Z] ---> Using cache [2021-10-28T18:28:39.600Z] ---> 1d22f1adb779 [2021-10-28T18:28:39.600Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-28T18:28:39.600Z] ---> Running in b73283d6600d [2021-10-28T18:28:39.600Z] Removing intermediate container b73283d6600d [2021-10-28T18:28:39.600Z] ---> d9f7cd0d0f9b [2021-10-28T18:28:39.600Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:28:39.600Z] ---> Running in 996d216513e3 [2021-10-28T18:28:39.862Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-28T18:28:39.862Z] Removing intermediate container 996d216513e3 [2021-10-28T18:28:39.862Z] ---> 837f4cd0eeac [2021-10-28T18:28:39.862Z] Step 14/22 : WORKDIR / [2021-10-28T18:28:39.862Z] ---> Running in 354a9a2ac8f1 [2021-10-28T18:28:40.129Z] Removing intermediate container 354a9a2ac8f1 [2021-10-28T18:28:40.129Z] ---> 236942a1dd7a [2021-10-28T18:28:40.129Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:40.400Z] ---> 7bc96f5f214b [2021-10-28T18:28:40.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-28T18:28:40.400Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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.59.0 [2021-10-28T18:28:40.665Z] ---> edc7d82cc4f5 [2021-10-28T18:28:40.665Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:41.258Z] ---> 6fc04b6eb827 [2021-10-28T18:28:41.258Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-28T18:28:41.258Z] ---> Running in 0df1a5eba3a8 [2021-10-28T18:28:41.258Z] Removing intermediate container 0df1a5eba3a8 [2021-10-28T18:28:41.258Z] ---> 51866e4b91e4 [2021-10-28T18:28:41.258Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:41.546Z] ---> Running in 84c7d1d4154f [2021-10-28T18:28:42.155Z] Removing intermediate container 84c7d1d4154f [2021-10-28T18:28:42.155Z] ---> b8887fde5d3c [2021-10-28T18:28:42.155Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:28:42.437Z] ---> Running in ef4ab016b1b2 [2021-10-28T18:28:42.717Z] Removing intermediate container ef4ab016b1b2 [2021-10-28T18:28:42.717Z] ---> c830920f914a [2021-10-28T18:28:42.717Z] Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:42.998Z] ---> Running in 50e1756f9228 [2021-10-28T18:28:43.277Z] Removing intermediate container 50e1756f9228 [2021-10-28T18:28:43.277Z] ---> e692ced9ddb1 [2021-10-28T18:28:43.277Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:28:43.541Z] ---> Running in 4e2d462c8cb9 [2021-10-28T18:28:43.541Z] Removing intermediate container 4e2d462c8cb9 [2021-10-28T18:28:43.541Z] ---> 2ca9a98a3912 [2021-10-28T18:28:43.541Z] [2021-10-28T18:28:43.803Z] Successfully built 2ca9a98a3912 [2021-10-28T18:28:43.803Z] Removing intermediate container 04186fae77f6 [2021-10-28T18:28:43.803Z] ---> 42fb081d54fb [2021-10-28T18:28:43.803Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-28T18:28:43.803Z] Successfully tagged core-command:latest [2021-10-28T18:28:44.067Z]  Building core-command ... done  ---> Running in 425c7fbee32c [2021-10-28T18:28:44.067Z] Removing intermediate container 425c7fbee32c [2021-10-28T18:28:44.067Z] ---> 8d7f8ec3b5e1 [2021-10-28T18:28:44.067Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-28T18:28:44.067Z] ---> Running in 982c8711eeb4 [2021-10-28T18:28:44.334Z] Removing intermediate container 982c8711eeb4 [2021-10-28T18:28:44.334Z] ---> e7ef2cf30fe9 [2021-10-28T18:28:44.334Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-28T18:28:44.912Z] ---> 0348f1f5800e [2021-10-28T18:28:44.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:45.173Z] ---> adbe4a338dbc [2021-10-28T18:28:45.173Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-28T18:28:45.435Z] ---> 0eec97a83c93 [2021-10-28T18:28:45.435Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-28T18:28:45.700Z] ---> Running in a0be8ae39b1f [2021-10-28T18:28:45.700Z] Removing intermediate container a0be8ae39b1f [2021-10-28T18:28:45.700Z] ---> 29e684c59623 [2021-10-28T18:28:45.700Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:45.700Z] ---> Running in 628b5b1bf3a2 [2021-10-28T18:28:45.960Z] Removing intermediate container 628b5b1bf3a2 [2021-10-28T18:28:45.960Z] ---> f0606d6d80b1 [2021-10-28T18:28:45.960Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:28:45.960Z] ---> Running in 514d7a8d4f47 [2021-10-28T18:28:46.227Z] Removing intermediate container 514d7a8d4f47 [2021-10-28T18:28:46.227Z] ---> 5241f78b4083 [2021-10-28T18:28:46.227Z] Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:46.227Z] ---> Running in 19f3a994564a [2021-10-28T18:28:46.227Z] Removing intermediate container 19f3a994564a [2021-10-28T18:28:46.227Z] ---> eeb7f7f329d7 [2021-10-28T18:28:46.227Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:28:46.492Z] ---> Running in f376ff04272d [2021-10-28T18:28:47.078Z] Removing intermediate container f376ff04272d [2021-10-28T18:28:47.078Z] ---> f273c87b33cc [2021-10-28T18:28:47.078Z] [2021-10-28T18:28:47.078Z] Successfully built f273c87b33cc [2021-10-28T18:28:47.078Z] Successfully tagged sys-mgmt-agent:latest [2021-10-28T18:28:47.078Z]  Building sys-mgmt-agent ... done Removing intermediate container 0150a0e762d0 [2021-10-28T18:28:47.078Z] ---> 9a27a14f4d90 [2021-10-28T18:28:47.078Z] [2021-10-28T18:28:47.078Z] Step 9/30 : FROM alpine:3.14 [2021-10-28T18:28:47.078Z] ---> 14119a10abf4 [2021-10-28T18:28:47.078Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-28T18:28:47.340Z] ---> Running in 66aab2645a0b [2021-10-28T18:28:47.340Z] Removing intermediate container 66aab2645a0b [2021-10-28T18:28:47.340Z] ---> 93e05bb3c1b0 [2021-10-28T18:28:47.340Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-28T18:28:47.340Z] ---> Running in ead53a701cb8 [2021-10-28T18:28:47.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:47.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:48.181Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:48.181Z] (2/2) Installing su-exec (0.2-r1) [2021-10-28T18:28:48.181Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:48.181Z] OK: 6 MiB in 16 packages [2021-10-28T18:28:48.759Z] Removing intermediate container ead53a701cb8 [2021-10-28T18:28:48.759Z] ---> 11f2170d2c8f [2021-10-28T18:28:48.759Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-28T18:28:48.760Z] ---> Running in ba9bce4cd76d [2021-10-28T18:28:48.760Z] Removing intermediate container ba9bce4cd76d [2021-10-28T18:28:48.760Z] ---> 19715334dcda [2021-10-28T18:28:48.760Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-28T18:28:48.760Z] ---> Running in bef13c59f19c [2021-10-28T18:28:49.023Z] Removing intermediate container bef13c59f19c [2021-10-28T18:28:49.023Z] ---> 761d31ab9c57 [2021-10-28T18:28:49.023Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-28T18:28:49.023Z] ---> Running in 18366db1e7d3 [2021-10-28T18:28:49.983Z] Removing intermediate container 18366db1e7d3 [2021-10-28T18:28:49.983Z] ---> 373c78cd4600 [2021-10-28T18:28:49.983Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-28T18:28:49.983Z] ---> Running in 69eee37b3521 [2021-10-28T18:28:50.258Z] Removing intermediate container 69eee37b3521 [2021-10-28T18:28:50.258Z] ---> e94824687c04 [2021-10-28T18:28:50.258Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-28T18:28:50.532Z] ---> edfcd05cc592 [2021-10-28T18:28:50.532Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-28T18:28:50.532Z] ---> Running in 78cb37b789d0 [2021-10-28T18:28:51.491Z] Removing intermediate container 78cb37b789d0 [2021-10-28T18:28:51.491Z] ---> 8adb7742ee7c [2021-10-28T18:28:51.491Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:51.491Z] ---> 7e0620ff2fb4 [2021-10-28T18:28:51.491Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-28T18:28:52.074Z] ---> 6ec62fe19152 [2021-10-28T18:28:52.074Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-28T18:28:52.355Z] ---> 7a552d482972 [2021-10-28T18:28:52.355Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-28T18:28:52.355Z] ---> 33b580445118 [2021-10-28T18:28:52.355Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-28T18:28:52.623Z] ---> 21612ea5a89b [2021-10-28T18:28:52.623Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-28T18:28:52.623Z] ---> Running in 9c176a92b24a [2021-10-28T18:28:52.623Z] Removing intermediate container 9c176a92b24a [2021-10-28T18:28:52.623Z] ---> 4ce54494fa9a [2021-10-28T18:28:52.623Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-28T18:28:52.884Z] ---> 03342447ee6a [2021-10-28T18:28:52.884Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-28T18:28:53.154Z] ---> Running in c345d34d11bb [2021-10-28T18:28:53.745Z] Removing intermediate container c345d34d11bb [2021-10-28T18:28:53.745Z] ---> e9aacb5e00f4 [2021-10-28T18:28:53.745Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-28T18:28:53.745Z] ---> Running in 4ab88bdd89ee [2021-10-28T18:28:53.745Z] Removing intermediate container 4ab88bdd89ee [2021-10-28T18:28:53.745Z] ---> fe71d5562fc7 [2021-10-28T18:28:53.745Z] Step 27/30 : CMD ["gate"] [2021-10-28T18:28:53.745Z] ---> Running in c699572fdb28 [2021-10-28T18:28:54.010Z] Removing intermediate container c699572fdb28 [2021-10-28T18:28:54.010Z] ---> 58d35ab81cd3 [2021-10-28T18:28:54.010Z] Step 28/30 : LABEL arch=x86_64 [2021-10-28T18:28:54.010Z] ---> Running in 02ba4220342c [2021-10-28T18:28:54.278Z] Removing intermediate container 02ba4220342c [2021-10-28T18:28:54.278Z] ---> b7fc5e1f9e16 [2021-10-28T18:28:54.278Z] Step 29/30 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:54.278Z] ---> Running in 2bd6f047241f [2021-10-28T18:28:54.541Z] Removing intermediate container 2bd6f047241f [2021-10-28T18:28:54.541Z] ---> 992141b886db [2021-10-28T18:28:54.541Z] Step 30/30 : LABEL version=0.0.0 [2021-10-28T18:28:54.541Z] Removing intermediate container 0ffc6bd8a67d [2021-10-28T18:28:54.541Z] ---> fb322c159d29 [2021-10-28T18:28:54.541Z] [2021-10-28T18:28:54.541Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:28:54.541Z] ---> 14119a10abf4 [2021-10-28T18:28:54.541Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-28T18:28:54.801Z] ---> Running in 0f8287cabb52 [2021-10-28T18:28:54.801Z] ---> Running in 336f44711235 [2021-10-28T18:28:54.801Z] Removing intermediate container 0f8287cabb52 [2021-10-28T18:28:54.801Z] ---> 0cd403588182 [2021-10-28T18:28:54.801Z] [2021-10-28T18:28:54.801Z] Removing intermediate container 336f44711235 [2021-10-28T18:28:54.801Z] ---> 064299bd79b7 [2021-10-28T18:28:54.801Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-28T18:28:54.801Z] ---> Running in ffdd10dbb09b [2021-10-28T18:28:54.801Z] Successfully built 0cd403588182 [2021-10-28T18:28:54.801Z] Successfully tagged security-bootstrapper:latest [2021-10-28T18:28:55.064Z]  Building security-bootstrapper ... done Removing intermediate container ffdd10dbb09b [2021-10-28T18:28:55.064Z] ---> 3b10081db6fa [2021-10-28T18:28:55.064Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-28T18:28:55.064Z] ---> Running in 7356ac56b7dd [2021-10-28T18:28:55.064Z] Removing intermediate container 7356ac56b7dd [2021-10-28T18:28:55.064Z] ---> 4d36a34882e2 [2021-10-28T18:28:55.064Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:28:55.064Z] ---> Running in 5f144619e91f [2021-10-28T18:28:55.636Z] Removing intermediate container 5f144619e91f [2021-10-28T18:28:55.636Z] ---> 0f7eccd6b318 [2021-10-28T18:28:55.636Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-28T18:28:55.636Z] ---> Running in fea6c1081e32 [2021-10-28T18:28:55.636Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:56.574Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:57.143Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:57.143Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:28:57.143Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-28T18:28:57.143Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:28:57.404Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-28T18:28:57.404Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-28T18:28:57.404Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:57.404Z] OK: 8 MiB in 20 packages [2021-10-28T18:28:57.975Z] Removing intermediate container fea6c1081e32 [2021-10-28T18:28:57.975Z] ---> 56c0015453fb [2021-10-28T18:28:57.975Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:57.975Z] ---> c76ecbbca920 [2021-10-28T18:28:57.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-28T18:28:58.234Z] ---> b640bbc50719 [2021-10-28T18:28:58.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:58.500Z] ---> c33c563c1414 [2021-10-28T18:28:58.500Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-28T18:28:58.500Z] ---> Running in c9f81541eea6 [2021-10-28T18:28:58.500Z] Removing intermediate container c9f81541eea6 [2021-10-28T18:28:58.500Z] ---> 8511e842749a [2021-10-28T18:28:58.500Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:58.500Z] ---> Running in 0cc24a8d9279 [2021-10-28T18:28:58.500Z] Removing intermediate container 0cc24a8d9279 [2021-10-28T18:28:58.500Z] ---> ba134c8d3fbb [2021-10-28T18:28:58.500Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:28:58.500Z] ---> Running in 0c7dea11df2e [2021-10-28T18:28:58.759Z] Removing intermediate container 0c7dea11df2e [2021-10-28T18:28:58.759Z] ---> 1a2c865f9ae6 [2021-10-28T18:28:58.759Z] Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a [2021-10-28T18:28:58.759Z] ---> Running in 63287a19761b [2021-10-28T18:28:58.759Z] Removing intermediate container 63287a19761b [2021-10-28T18:28:58.759Z] ---> bdda1300f34d [2021-10-28T18:28:58.759Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:28:58.759Z] ---> Running in 0910bac774fc [2021-10-28T18:28:58.759Z] Removing intermediate container 0910bac774fc [2021-10-28T18:28:58.759Z] ---> d221c3ca2a2e [2021-10-28T18:28:58.759Z] [2021-10-28T18:28:59.019Z] Successfully built d221c3ca2a2e [2021-10-28T18:28:59.019Z] Successfully tagged core-data:latest [2021-10-28T18:28:59.026Z]  Building core-data ... done  [Pipeline] } [2021-10-28T18:28:59.036Z] $ docker stop --time=1 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd [2021-10-28T18:29:00.309Z] $ docker rm -f 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:29:00.644Z] + docker images [2021-10-28T18:29:00.644Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-28T18:29:00.644Z] core-data latest d221c3ca2a2e 2 seconds ago 20.7MB [2021-10-28T18:29:00.644Z] fb322c159d29 6 seconds ago 1.76GB [2021-10-28T18:29:00.644Z] security-bootstrapper latest 0cd403588182 6 seconds ago 18.9MB [2021-10-28T18:29:00.644Z] 9a27a14f4d90 14 seconds ago 1.76GB [2021-10-28T18:29:00.644Z] sys-mgmt-agent latest f273c87b33cc 14 seconds ago 294MB [2021-10-28T18:29:00.644Z] core-command latest 2ca9a98a3912 17 seconds ago 16.1MB [2021-10-28T18:29:00.644Z] 49ac3d5e3438 21 seconds ago 1.75GB [2021-10-28T18:29:00.644Z] ba0d3bf3ef0a 42 seconds ago 1.76GB [2021-10-28T18:29:00.644Z] support-scheduler latest b61244d2bcbb 46 seconds ago 16.2MB [2021-10-28T18:29:00.644Z] security-secretstore-setup latest 4a72a59c13c4 50 seconds ago 28.4MB [2021-10-28T18:29:00.644Z] support-notifications latest cd95a1dea94f 51 seconds ago 16.9MB [2021-10-28T18:29:00.644Z] b1761e7ad89d 54 seconds ago 1.76GB [2021-10-28T18:29:00.644Z] security-proxy-setup latest 3bbf0f52532c 54 seconds ago 26.9MB [2021-10-28T18:29:00.644Z] 973156fc85a3 59 seconds ago 1.76GB [2021-10-28T18:29:00.644Z] a54c4a3818e4 About a minute ago 1.76GB [2021-10-28T18:29:00.644Z] 083927a369c0 About a minute ago 1.76GB [2021-10-28T18:29:00.644Z] core-metadata latest 1539e7b58873 About a minute ago 16.9MB [2021-10-28T18:29:00.644Z] b504154ccd97 About a minute ago 1.76GB [2021-10-28T18:29:00.644Z] ci-base-image-x86_64 latest b115123a7f28 5 minutes ago 1.25GB [2021-10-28T18:29:00.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB [2021-10-28T18:29:00.644Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB [2021-10-28T18:29:00.644Z] docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB [2021-10-28T18:29:00.644Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-10-28T18:29:00.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-10-28T18:29:16.043Z] Still waiting to schedule task [2021-10-28T18:29:16.044Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-10-28T18:29:57.523Z] Running on prd-ubuntu18.04-docker-8c-8g-159 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-28T18:29:57.533Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-10-28T18:29:57.616Z] The recommended git tool is: git [2021-10-28T18:29:59.547Z] using credential edgex-jenkins-ssh [2021-10-28T18:29:59.562Z] Cloning the remote Git repository [2021-10-28T18:29:59.398Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:29:59.459Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-10-28T18:29:59.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:29:59.497Z] > git --version # timeout=10 [2021-10-28T18:29:59.502Z] > git --version # 'git version 2.17.1' [2021-10-28T18:29:59.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:29:59.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:30:15.012Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:30:15.018Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:30:15.028Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:30:15.037Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:30:15.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:30:15.041Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-28T18:30:15.629Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-28T18:30:15.815Z] Failed in branch amd64 [2021-10-28T18:30:15.609Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T18:30:15.613Z] > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 [2021-10-28T20:53:56.646Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12250 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-28T20:53:56.658Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-10-28T20:53:56.951Z] The recommended git tool is: git [2021-10-28T20:54:05.468Z] using credential edgex-jenkins-ssh [2021-10-28T20:54:05.490Z] Cloning the remote Git repository [2021-10-28T20:54:05.564Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:05.766Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-10-28T20:54:05.895Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:05.897Z] > git --version # timeout=10 [2021-10-28T20:54:05.922Z] > git --version # 'git version 2.17.1' [2021-10-28T20:54:05.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:54:06.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T20:54:45.679Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 [2021-10-28T20:54:44.867Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T20:54:44.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T20:54:44.918Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T20:54:44.955Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:44.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:54:44.971Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-28T20:54:45.700Z] > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-28T20:54:45.898Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-28T20:54:46.799Z] + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:54:47.096Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:54:47.653Z] ---> package-listing.sh [2021-10-28T20:54:47.654Z] ++ facter osfamily [2021-10-28T20:54:47.654Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-28T20:54:47.915Z] + OS_FAMILY=redhat [2021-10-28T20:54:47.915Z] + workspace=/w/workspace/edgex-go/6 [2021-10-28T20:54:47.915Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-28T20:54:47.915Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-28T20:54:47.915Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-28T20:54:47.915Z] + PACKAGES=/tmp/packages_start.txt [2021-10-28T20:54:47.915Z] + '[' /w/workspace/edgex-go/6 ']' [2021-10-28T20:54:47.915Z] + PACKAGES=/tmp/packages_end.txt [2021-10-28T20:54:47.915Z] + case "${OS_FAMILY}" in [2021-10-28T20:54:47.915Z] + sort [2021-10-28T20:54:47.915Z] + rpm -qa [2021-10-28T20:54:45.720Z] > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 [2021-10-28T20:54:51.221Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-28T20:54:51.221Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-28T20:54:51.221Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-28T20:54:51.221Z] + '[' /w/workspace/edgex-go/6 ']' [2021-10-28T20:54:51.221Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-10-28T20:54:51.221Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-10-28T20:54:51.230Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-28T20:54:51.512Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-28T20:54:52.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T20:54:52.065Z] [2021-10-28T20:54:52.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T20:54:52.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T20:54:52.361Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-28T20:54:52.361Z] b4d181a07f80: Pulling fs layer [2021-10-28T20:54:52.361Z] a1111a8f2ec3: Pulling fs layer [2021-10-28T20:54:52.361Z] ed53099fbce6: Pulling fs layer [2021-10-28T20:54:52.361Z] dc539afda2c1: Pulling fs layer [2021-10-28T20:54:52.361Z] 77bc0d833cb6: Pulling fs layer [2021-10-28T20:54:52.361Z] 9065ff56babe: Pulling fs layer [2021-10-28T20:54:52.361Z] d287ab97295c: Pulling fs layer [2021-10-28T20:54:52.361Z] dc539afda2c1: Waiting [2021-10-28T20:54:52.361Z] 77bc0d833cb6: Waiting [2021-10-28T20:54:52.361Z] 9065ff56babe: Waiting [2021-10-28T20:54:52.361Z] d287ab97295c: Waiting [2021-10-28T20:54:52.361Z] a1111a8f2ec3: Verifying Checksum [2021-10-28T20:54:52.361Z] a1111a8f2ec3: Download complete [2021-10-28T20:54:52.361Z] dc539afda2c1: Verifying Checksum [2021-10-28T20:54:52.361Z] dc539afda2c1: Download complete [2021-10-28T20:54:52.632Z] 77bc0d833cb6: Verifying Checksum [2021-10-28T20:54:52.632Z] 77bc0d833cb6: Download complete [2021-10-28T20:54:52.632Z] ed53099fbce6: Verifying Checksum [2021-10-28T20:54:52.632Z] ed53099fbce6: Download complete [2021-10-28T20:54:52.632Z] 9065ff56babe: Verifying Checksum [2021-10-28T20:54:52.632Z] 9065ff56babe: Download complete [2021-10-28T20:54:52.632Z] b4d181a07f80: Verifying Checksum [2021-10-28T20:54:52.632Z] b4d181a07f80: Download complete [2021-10-28T20:54:53.210Z] d287ab97295c: Verifying Checksum [2021-10-28T20:54:53.210Z] d287ab97295c: Download complete [2021-10-28T20:54:54.155Z] b4d181a07f80: Pull complete [2021-10-28T20:54:54.155Z] a1111a8f2ec3: Pull complete [2021-10-28T20:54:54.733Z] ed53099fbce6: Pull complete [2021-10-28T20:54:54.733Z] dc539afda2c1: Pull complete [2021-10-28T20:54:54.996Z] 77bc0d833cb6: Pull complete [2021-10-28T20:54:54.996Z] 9065ff56babe: Pull complete [2021-10-28T20:55:00.316Z] d287ab97295c: Pull complete [2021-10-28T20:55:00.316Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-28T20:55:00.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T20:55:00.316Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-28T20:55:00.385Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-10-28T20:55:00.417Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-28T20:55:03.809Z] $ docker top aa860abe3877ab3018f506ccdf71f6461bd9c3f899ccde68212bd8e0d0413cf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T20:55:04.172Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-28T20:55:04.464Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-28T20:55:04.762Z] + ls /var/log/sa-host [2021-10-28T20:55:04.762Z] + sadf -c /var/log/sa-host/sa28 [2021-10-28T20:55:04.762Z] file_magic: OK [2021-10-28T20:55:04.762Z] HZ: Using current value: 100 [2021-10-28T20:55:04.762Z] file_header: OK [2021-10-28T20:55:04.762Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-28T20:55:04.762Z] Statistics: [2021-10-28T20:55:04.762Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-28T20:55:04.762Z] File successfully converted to sysstat format version 12.0.3 [2021-10-28T20:55:04.762Z] + sadf -c /var/log/sa-host/sa30 [2021-10-28T20:55:04.762Z] file_magic: OK [2021-10-28T20:55:04.762Z] HZ: Using current value: 100 [2021-10-28T20:55:04.762Z] file_header: OK [2021-10-28T20:55:04.762Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-28T20:55:04.762Z] Statistics: [2021-10-28T20:55:04.762Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-28T20:55:04.762Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T20:55:04.836Z] provisioning config files... [2021-10-28T20:55:04.847Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4434451377505218207tmp [Pipeline] { [Pipeline] echo [2021-10-28T20:55:04.861Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:05.150Z] ---> create-netrc.sh [Pipeline] } [2021-10-28T20:55:05.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:05.476Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-28T20:55:05.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:05.775Z] ---> sudo-logs.sh [2021-10-28T20:55:05.775Z] Archiving 'sudo' log.. [2021-10-28T20:55:05.775Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-40.novalocal: Name or service not known [2021-10-28T20:55:05.775Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-40.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-28T20:55:05.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:06.084Z] ---> job-cost.sh [2021-10-28T20:55:06.084Z] lf-activate-venv: SKIPPING [2021-10-28T20:55:06.084Z] INFO: No Stack... [2021-10-28T20:55:07.468Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-28T20:55:07.728Z] INFO: Archiving Costs [Pipeline] echo [2021-10-28T20:55:07.741Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:08.031Z] ---> logs-deploy.sh [2021-10-28T20:55:08.031Z] lf-activate-venv: SKIPPING [2021-10-28T20:55:08.031Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/6 [2021-10-28T20:55:08.031Z] INFO: archiving workspace using pattern(s): [2021-10-28T20:55:08.606Z] Archives upload complete. [2021-10-28T20:55:08.867Z] INFO: archiving logs to Nexus