Pull request #3531 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6297f6088465b296dff9245ec99846c37894c455+9b7d42e1e61a7ee364e8f6860ff471f154b121f0 (1f3ff055f4df0e136839a30a57ddad7b3d0de9d5) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5468167262400739520.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh808172923699583603.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2669916222471889469.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh604674553716476779.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9214718518890871397.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false 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 ‘prd-centos7-docker-4c-2g-1173’ Running on prd-centos7-docker-4c-2g-1181 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh8551267491774077916.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit 6297f6088465b296dff9245ec99846c37894c455 > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh263465246114741236.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 6297f6088465b296dff9245ec99846c37894c455 Checking out Revision 6297f6088465b296dff9245ec99846c37894c455 (PR-3531) > git config core.sparsecheckout # timeout=10 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh1719042778252059277.key > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-09T04:14:24.051Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-09T04:14:26.639Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-09T04:14:28.936Z] ========================================================= [2021-06-09T04:14:28.936Z] EdgeX Global Pipelines Version Info [2021-06-09T04:14:28.936Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:14:36.844Z] ------------------- [2021-06-09T04:14:36.844Z] stable info: [2021-06-09T04:14:36.844Z] ------------------- [2021-06-09T04:14:36.844Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-09T04:14:36.844Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T04:14:36.844Z] Message: update stable to v1.0.194 [2021-06-09T04:14:36.844Z] ------------------- [2021-06-09T04:14:36.844Z] experimental info: [2021-06-09T04:14:36.844Z] ------------------- [2021-06-09T04:14:36.844Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-09T04:14:36.844Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T04:14:36.844Z] Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-09T04:14:36.981Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-09T04:14:37.004Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-09T04:14:39.296Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-09T04:14:39.341Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-09T04:14:39.364Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-09T04:14:39.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-09T04:14:41.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-09T04:14:41.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-09T04:14:41.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-09T04:14:41.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-09T04:14:41.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-09T04:14:44.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-09T04:14:44.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-09T04:14:44.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-09T04:14:44.430Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T04:14:46.860Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T04:14:46.900Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-09T04:14:46.925Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-09T04:14:46.950Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-09T04:14:46.973Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-09T04:14:46.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-09T04:14:49.343Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-09T04:14:49.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo [2021-06-09T04:14:49.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo [2021-06-09T04:14:49.425Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo [2021-06-09T04:14:49.451Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6297f6088465b296dff9245ec99846c37894c455 [Pipeline] echo [2021-06-09T04:14:49.477Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6297f60 [Pipeline] echo [2021-06-09T04:14:49.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T04:14:52.076Z] provisioning config files... [2021-06-09T04:14:52.089Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config5054398241672194474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:14:52.417Z] ---> docker-login.sh [2021-06-09T04:14:52.418Z] nexus3.edgexfoundry.org:10001 [2021-06-09T04:14:52.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:14:52.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:14:52.680Z] Configure a credential helper to remove this warning. See [2021-06-09T04:14:52.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:14:52.680Z] [2021-06-09T04:14:52.942Z] Login Succeeded [2021-06-09T04:14:52.942Z] nexus3.edgexfoundry.org:10002 [2021-06-09T04:14:52.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:14:52.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:14:52.942Z] Configure a credential helper to remove this warning. See [2021-06-09T04:14:52.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:14:52.942Z] [2021-06-09T04:14:52.942Z] Login Succeeded [2021-06-09T04:14:52.942Z] nexus3.edgexfoundry.org:10003 [2021-06-09T04:14:52.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:14:55.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:14:55.468Z] Configure a credential helper to remove this warning. See [2021-06-09T04:14:55.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:14:55.468Z] [2021-06-09T04:14:55.468Z] Login Succeeded [2021-06-09T04:14:55.468Z] nexus3.edgexfoundry.org:10004 [2021-06-09T04:14:55.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:14:55.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:14:55.468Z] Configure a credential helper to remove this warning. See [2021-06-09T04:14:55.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:14:55.468Z] [2021-06-09T04:14:55.468Z] Login Succeeded [2021-06-09T04:14:55.468Z] docker.io [2021-06-09T04:14:55.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:14:55.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:14:55.468Z] Configure a credential helper to remove this warning. See [2021-06-09T04:14:55.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:14:55.468Z] [2021-06-09T04:14:55.468Z] Login Succeeded [2021-06-09T04:14:55.468Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T04:14:55.477Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T04:14:55.818Z] ++ 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-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/core-command/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/core-data/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-09T04:14:55.818Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-09T04:14:55.818Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T04:14:55.818Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-09T04:14:55.818Z] ++ cut -d/ -f2 [2021-06-09T04:14:55.818Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-09T04:14:55.866Z] 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-06-09T04:15:01.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T04:15:01.723Z] [2021-06-09T04:15:01.723Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:15:05.786Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T04:15:05.786Z] latest: Pulling from edgex-devops/git-semver [2021-06-09T04:15:05.786Z] 31603596830f: Pulling fs layer [2021-06-09T04:15:05.786Z] 54011a49482f: Pulling fs layer [2021-06-09T04:15:05.786Z] a6820b24f6d8: Pulling fs layer [2021-06-09T04:15:05.786Z] f581987b2513: Pulling fs layer [2021-06-09T04:15:05.786Z] f581987b2513: Waiting [2021-06-09T04:15:05.786Z] 54011a49482f: Verifying Checksum [2021-06-09T04:15:05.786Z] 54011a49482f: Download complete [2021-06-09T04:15:06.051Z] 31603596830f: Verifying Checksum [2021-06-09T04:15:06.051Z] 31603596830f: Download complete [2021-06-09T04:15:06.315Z] f581987b2513: Verifying Checksum [2021-06-09T04:15:06.315Z] f581987b2513: Download complete [2021-06-09T04:15:06.315Z] 31603596830f: Pull complete [2021-06-09T04:15:06.315Z] a6820b24f6d8: Verifying Checksum [2021-06-09T04:15:06.315Z] a6820b24f6d8: Download complete [2021-06-09T04:15:06.315Z] 54011a49482f: Pull complete [2021-06-09T04:15:06.898Z] a6820b24f6d8: Pull complete [2021-06-09T04:15:07.165Z] f581987b2513: Pull complete [2021-06-09T04:15:07.165Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-09T04:15:07.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T04:15:07.165Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-09T04:15:07.243Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T04:15:07.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-09T04:15:08.333Z] $ docker top 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-09T04:15:12.556Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T04:15:12.556Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T04:15:12.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T04:15:12.663Z] $ docker exec 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent [2021-06-09T04:15:12.808Z] SSH_AUTH_SOCK=/tmp/ssh-ufwgRer2YDLs/agent.14 [2021-06-09T04:15:12.808Z] SSH_AGENT_PID=19 [2021-06-09T04:15:12.819Z] Running ssh-add (command line suppressed) [2021-06-09T04:15:12.911Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4659729341848402531.key (/w/workspace/edgex-go/13@tmp/private_key_4659729341848402531.key) [2021-06-09T04:15:12.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T04:15:15.978Z] + git tag --points-at HEAD [Pipeline] } [2021-06-09T04:15:15.990Z] $ docker exec --env ******** --env ******** 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent -k [2021-06-09T04:15:16.085Z] unset SSH_AUTH_SOCK; [2021-06-09T04:15:16.085Z] unset SSH_AGENT_PID; [2021-06-09T04:15:16.086Z] echo Agent pid 19 killed; [2021-06-09T04:15:16.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-09T04:15:16.150Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T04:15:16.150Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T04:15:16.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T04:15:16.247Z] $ docker exec 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent [2021-06-09T04:15:16.361Z] SSH_AUTH_SOCK=/tmp/ssh-EUtmls06hGMv/agent.53 [2021-06-09T04:15:16.361Z] SSH_AGENT_PID=59 [2021-06-09T04:15:16.368Z] Running ssh-add (command line suppressed) [2021-06-09T04:15:16.468Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4937341988248950647.key (/w/workspace/edgex-go/13@tmp/private_key_4937341988248950647.key) [2021-06-09T04:15:19.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T04:15:19.404Z] + git semver init [2021-06-09T04:15:19.404Z] # -> Open(): unable to determine branch for HEAD [2021-06-09T04:15:19.404Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-06-09T04:15:19.404Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-06-09T04:15:19.404Z] # $SEMVER_REMOTE_NAME = origin [2021-06-09T04:15:19.404Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-09T04:15:19.404Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-09T04:15:19.404Z] # $SEMVER_BRANCH = PR-3531 [2021-06-09T04:15:19.404Z] # $SEMVER_TEMP = /tmp/semver-110018653 [2021-06-09T04:15:19.404Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-09T04:15:38.926Z] # '/tmp/semver-110018653' -> '/w/workspace/edgex-go/13/.semver' [2021-06-09T04:15:38.926Z] # -> Force: false [2021-06-09T04:15:38.926Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-06-09T04:15:38.937Z] $ docker exec --env ******** --env ******** 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent -k [2021-06-09T04:15:39.036Z] unset SSH_AUTH_SOCK; [2021-06-09T04:15:39.036Z] unset SSH_AGENT_PID; [2021-06-09T04:15:39.036Z] echo Agent pid 59 killed; [2021-06-09T04:15:39.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T04:15:39.385Z] + git semver [Pipeline] } [2021-06-09T04:15:39.395Z] $ docker stop --time=1 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 [2021-06-09T04:15:44.094Z] $ docker rm -f 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T04:15:44.498Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-09T04:15:47.538Z] Stashed 1 file(s) [Pipeline] echo [2021-06-09T04:15:47.542Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T04:15:50.858Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-09T04:15:51.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T04:15:51.451Z] + true [2021-06-09T04:15:51.451Z] + sudo service docker restart [2021-06-09T04:15:51.451Z] Redirecting to /bin/systemctl restart docker.service [2021-06-09T04:16:05.493Z] Still waiting to schedule task [2021-06-09T04:16:05.494Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1178’ [Pipeline] echo [2021-06-09T04:16:08.491Z] ========================================================= [2021-06-09T04:16:08.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-09T04:16:08.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:16:08.813Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-09T04:16:10.226Z] Sending build context to Docker daemon 329.2MB [2021-06-09T04:16:10.226Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T04:16:10.226Z] Step 2/6 : FROM ${BASE} [2021-06-09T04:16:10.226Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-09T04:16:10.226Z] 540db60ca938: Pulling fs layer [2021-06-09T04:16:10.226Z] adcc1eea9eea: Pulling fs layer [2021-06-09T04:16:10.226Z] 4c4ab2625f07: Pulling fs layer [2021-06-09T04:16:10.226Z] 0510c868ecb4: Pulling fs layer [2021-06-09T04:16:10.226Z] afea3b2eda06: Pulling fs layer [2021-06-09T04:16:10.226Z] 7809a108b3ef: Pulling fs layer [2021-06-09T04:16:10.226Z] f706445af74f: Pulling fs layer [2021-06-09T04:16:10.226Z] 0510c868ecb4: Waiting [2021-06-09T04:16:10.226Z] afea3b2eda06: Waiting [2021-06-09T04:16:10.226Z] 7809a108b3ef: Waiting [2021-06-09T04:16:10.226Z] f706445af74f: Waiting [2021-06-09T04:16:10.226Z] 4c4ab2625f07: Verifying Checksum [2021-06-09T04:16:10.226Z] 4c4ab2625f07: Download complete [2021-06-09T04:16:10.226Z] adcc1eea9eea: Verifying Checksum [2021-06-09T04:16:10.226Z] adcc1eea9eea: Download complete [2021-06-09T04:16:10.226Z] afea3b2eda06: Verifying Checksum [2021-06-09T04:16:10.226Z] afea3b2eda06: Download complete [2021-06-09T04:16:10.226Z] 540db60ca938: Verifying Checksum [2021-06-09T04:16:10.226Z] 540db60ca938: Download complete [2021-06-09T04:16:10.226Z] 7809a108b3ef: Verifying Checksum [2021-06-09T04:16:10.226Z] 7809a108b3ef: Download complete [2021-06-09T04:16:10.226Z] 540db60ca938: Pull complete [2021-06-09T04:16:10.500Z] adcc1eea9eea: Pull complete [2021-06-09T04:16:10.500Z] 4c4ab2625f07: Pull complete [2021-06-09T04:16:13.849Z] f706445af74f: Verifying Checksum [2021-06-09T04:16:13.849Z] f706445af74f: Download complete [2021-06-09T04:16:13.849Z] 0510c868ecb4: Verifying Checksum [2021-06-09T04:16:13.849Z] 0510c868ecb4: Download complete [2021-06-09T04:16:15.822Z] 0510c868ecb4: Pull complete [2021-06-09T04:16:15.822Z] afea3b2eda06: Pull complete [2021-06-09T04:16:15.822Z] 7809a108b3ef: Pull complete [2021-06-09T04:16:19.524Z] f706445af74f: Pull complete [2021-06-09T04:16:19.524Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-09T04:16:19.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-09T04:16:19.524Z] ---> b068be0155e3 [2021-06-09T04:16:19.524Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-09T04:16:19.785Z] ---> Running in 3a722823f575 [2021-06-09T04:16:22.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:16:22.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:16:22.336Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T04:16:22.336Z] (2/12) Installing file (5.39-r0) [2021-06-09T04:16:22.336Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T04:16:22.336Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T04:16:34.623Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T04:16:34.623Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T04:16:34.623Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T04:16:34.623Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T04:16:34.623Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T04:16:34.623Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T04:16:34.623Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T04:16:34.623Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T04:16:34.623Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T04:16:34.623Z] OK: 219 MiB in 52 packages [2021-06-09T04:16:36.543Z] Removing intermediate container 3a722823f575 [2021-06-09T04:16:36.543Z] ---> d9643bff12cd [2021-06-09T04:16:36.543Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T04:16:36.543Z] ---> Running in cd0affa2347f [2021-06-09T04:16:36.543Z] Removing intermediate container cd0affa2347f [2021-06-09T04:16:36.543Z] ---> 8a864e202b3f [2021-06-09T04:16:36.543Z] Step 5/6 : COPY go.mod . [2021-06-09T04:16:36.543Z] ---> e7048a7f4af2 [2021-06-09T04:16:36.543Z] Step 6/6 : RUN go mod download [2021-06-09T04:16:36.543Z] ---> Running in 91c6ef49122c [2021-06-09T04:16:48.154Z] Removing intermediate container 91c6ef49122c [2021-06-09T04:16:48.154Z] ---> ef2b63ea0a3a [2021-06-09T04:16:48.154Z] Successfully built ef2b63ea0a3a [2021-06-09T04:16:48.154Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:16:48.475Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T04:16:48.475Z] . [Pipeline] withDockerContainer [2021-06-09T04:16:48.552Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T04:16:50.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-09T04:16:51.167Z] $ docker top d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:16:51.541Z] + go version [2021-06-09T04:16:51.541Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-09T04:16:51.547Z] $ docker stop --time=1 d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a [2021-06-09T04:16:52.731Z] $ docker rm -f d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:16:57.478Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T04:16:57.478Z] . [Pipeline] withDockerContainer [2021-06-09T04:16:57.553Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T04:16:57.596Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-09T04:16:57.904Z] $ docker top 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-09T04:16:57.994Z] ========================================================= [2021-06-09T04:16:57.994Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-09T04:16:57.994Z] ========================================================= [Pipeline] sh [2021-06-09T04:16:58.289Z] + go mod tidy [Pipeline] sh [2021-06-09T04:16:58.848Z] + make test [2021-06-09T04:16:58.848Z] go mod tidy [2021-06-09T04:16:58.848Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T04:17:06.517Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-09T04:17:23.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-09T04:17:26.510Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-09T04:17:27.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-09T04:17:27.460Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-09T04:17:30.184Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-09T04:17:30.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-09T04:17:30.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-09T04:17:30.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-09T04:17:31.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-09T04:17:31.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-09T04:17:33.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-09T04:17:34.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.047s coverage: 28.7% of statements [2021-06-09T04:17:35.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements [2021-06-09T04:17:35.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-09T04:17:35.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-09T04:17:35.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-09T04:17:36.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.061s coverage: 81.2% of statements [2021-06-09T04:17:36.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-09T04:17:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.070s coverage: 53.4% of statements [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-09T04:17:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 87.7% of statements [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:17:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.052s coverage: 78.9% of statements [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-09T04:17:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-09T04:17:39.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.228s coverage: 95.1% of statements [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-09T04:17:39.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-09T04:17:39.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-09T04:17:39.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.046s coverage: 60.0% of statements [2021-06-09T04:17:40.413Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.8% of statements [2021-06-09T04:17:40.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-09T04:17:40.413Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.057s coverage: 22.0% of statements [2021-06-09T04:17:40.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-09T04:17:40.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-06-09T04:17:40.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements [2021-06-09T04:17:40.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-06-09T04:17:43.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-06-09T04:17:43.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-06-09T04:17:54.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-06-09T04:17:54.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-06-09T04:17:59.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.178s coverage: 81.8% of statements [2021-06-09T04:17:59.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 76.0% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.0% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 64.4% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 43.6% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-09T04:18:18.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-09T04:18:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.065s coverage: 19.3% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 91.9% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.054s coverage: 62.7% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 97.6% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.053s coverage: 28.9% of statements [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-09T04:18:24.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-09T04:18:24.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements [2021-06-09T04:18:24.945Z] GO111MODULE=on go vet ./... [2021-06-09T04:18:49.763Z] gofmt -l . [2021-06-09T04:18:49.763Z] [ "`gofmt -l .`" = "" ] [2021-06-09T04:18:49.763Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-09T04:18:52.053Z] + ls -al . [2021-06-09T04:18:52.053Z] total 528 [2021-06-09T04:18:52.053Z] drwxrwxr-x 10 1001 1001 4096 Jun 9 04:18 . [2021-06-09T04:18:52.053Z] drwxr-xr-x 4 root root 30 Jun 9 04:16 .. [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 11 Jun 9 04:14 .dockerignore [2021-06-09T04:18:52.053Z] drwxrwxr-x 8 1001 1001 179 Jun 9 04:14 .git [2021-06-09T04:18:52.053Z] drwxrwxr-x 3 1001 1001 125 Jun 9 04:14 .github [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 818 Jun 9 04:14 .gitignore [2021-06-09T04:18:52.053Z] drwx------ 3 1001 1001 60 Jun 9 04:15 .semver [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 166 Jun 9 04:14 .sonarcloud.properties [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 8609 Jun 9 04:14 Attribution.txt [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 3804 Jun 9 04:14 CONTRIBUTING.md [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 931 Jun 9 04:14 Dockerfile.build [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 849 Jun 9 04:14 Jenkinsfile [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 10775 Jun 9 04:14 LICENSE [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 5605 Jun 9 04:14 Makefile [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 7978 Jun 9 04:14 README.md [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 7071 Jun 9 04:14 SECURITY.md [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 5 Jun 9 04:15 VERSION [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 4131 Jun 9 04:14 ZMQWindows.md [2021-06-09T04:18:52.053Z] drwxrwxr-x 2 1001 1001 37 Jun 9 04:14 bin [2021-06-09T04:18:52.053Z] drwxrwxr-x 14 1001 1001 4096 Jun 9 04:14 cmd [2021-06-09T04:18:52.053Z] -rw-r--r-- 1 root root 411487 Jun 9 04:18 coverage.out [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 902 Jun 9 04:14 go.mod [2021-06-09T04:18:52.053Z] -rw-r--r-- 1 root root 21230 Jun 9 04:16 go.sum [2021-06-09T04:18:52.053Z] drwxrwxr-x 8 1001 1001 127 Jun 9 04:14 internal [2021-06-09T04:18:52.053Z] drwxrwxr-x 3 1001 1001 16 Jun 9 04:14 openapi [2021-06-09T04:18:52.053Z] drwxrwxr-x 4 1001 1001 71 Jun 9 04:14 snap [2021-06-09T04:18:52.053Z] -rw-rw-r-- 1 1001 1001 168 Jun 9 04:14 version.go [Pipeline] sh [2021-06-09T04:18:54.336Z] + '[' -e coverage.out ] [2021-06-09T04:18:54.336Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-09T04:18:56.671Z] Stashed 1 file(s) [Pipeline] sh [2021-06-09T04:18:58.968Z] + make build [2021-06-09T04:18:58.968Z] go mod tidy [2021-06-09T04:18:58.968Z] 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-06-09T04:18:58.968Z] 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-06-09T04:19:06.271Z] 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-06-09T04:19:06.271Z] 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-06-09T04:19:06.536Z] 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-06-09T04:19:08.753Z] 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-06-09T04:19:08.753Z] 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-06-09T04:19:11.034Z] 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-06-09T04:19:11.034Z] 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-06-09T04:19:11.034Z] 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-06-09T04:19:11.303Z] 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-06-09T04:19:13.636Z] 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-06-09T04:19:13.644Z] $ docker stop --time=1 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 [2021-06-09T04:19:16.874Z] $ docker rm -f 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:19:39.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T04:19:39.844Z] [2021-06-09T04:19:39.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:19:42.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T04:19:42.057Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-09T04:19:42.057Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-09T04:19:42.057Z] ca9280d653b3: Pulling fs layer [2021-06-09T04:19:42.057Z] 7e9c9ca2126c: Pulling fs layer [2021-06-09T04:19:42.057Z] cbdbe7a5bc2a: Download complete [2021-06-09T04:19:42.057Z] cbdbe7a5bc2a: Pull complete [2021-06-09T04:19:42.057Z] ca9280d653b3: Verifying Checksum [2021-06-09T04:19:42.057Z] ca9280d653b3: Download complete [2021-06-09T04:19:42.057Z] ca9280d653b3: Pull complete [2021-06-09T04:19:42.057Z] 7e9c9ca2126c: Verifying Checksum [2021-06-09T04:19:42.057Z] 7e9c9ca2126c: Download complete [2021-06-09T04:19:44.679Z] 7e9c9ca2126c: Pull complete [2021-06-09T04:19:44.679Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-09T04:19:44.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T04:19:44.679Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-09T04:19:44.768Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T04:19:47.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-09T04:19:49.939Z] $ docker top 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:19:52.517Z] + docker-compose build --help [2021-06-09T04:19:52.517Z] + grep parallel [2021-06-09T04:19:52.517Z] --parallel Build images in parallel. [Pipeline] } [2021-06-09T04:19:52.526Z] $ docker stop --time=1 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c [2021-06-09T04:19:54.810Z] $ docker rm -f 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:19:59.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-09T04:19:59.606Z] . [Pipeline] withDockerContainer [2021-06-09T04:20:01.852Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T04:20:01.922Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-06-09T04:20:02.342Z] $ docker top b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:20:04.968Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-09T04:20:05.541Z] Building core-command ... [2021-06-09T04:20:05.541Z] Building core-data ... [2021-06-09T04:20:05.541Z] Building core-metadata ... [2021-06-09T04:20:05.541Z] Building security-bootstrapper ... [2021-06-09T04:20:05.541Z] Building security-proxy-setup ... [2021-06-09T04:20:05.541Z] Building security-secretstore-setup ... [2021-06-09T04:20:05.541Z] Building support-notifications ... [2021-06-09T04:20:05.541Z] Building support-scheduler ... [2021-06-09T04:20:05.541Z] Building sys-mgmt-agent ... [2021-06-09T04:20:05.541Z] Building core-data [2021-06-09T04:20:05.541Z] Building security-bootstrapper [2021-06-09T04:20:05.541Z] Building security-secretstore-setup [2021-06-09T04:20:05.541Z] Building core-metadata [2021-06-09T04:20:05.541Z] Building security-proxy-setup [2021-06-09T04:20:17.699Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:20:17.699Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:20:17.699Z] ---> ef2b63ea0a3a [2021-06-09T04:20:17.699Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:20:17.699Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:20:17.699Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:20:17.699Z] ---> ef2b63ea0a3a [2021-06-09T04:20:17.699Z] Step 3/26 : WORKDIR /edgex-go [2021-06-09T04:20:17.699Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:20:17.699Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:20:17.699Z] ---> ef2b63ea0a3a [2021-06-09T04:20:17.699Z] Step 3/32 : WORKDIR /edgex-go [2021-06-09T04:20:25.365Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:20:25.365Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:20:25.365Z] ---> ef2b63ea0a3a [2021-06-09T04:20:25.365Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:20:25.365Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:20:25.365Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:20:25.365Z] ---> ef2b63ea0a3a [2021-06-09T04:20:25.365Z] Step 3/22 : WORKDIR /edgex-go [2021-06-09T04:20:25.365Z] ---> Running in 032e338ef538 [2021-06-09T04:20:25.365Z] ---> Running in 5e02e1122276 [2021-06-09T04:20:25.365Z] ---> Running in 20250fdacfaa [2021-06-09T04:20:25.365Z] ---> Running in d07ae4480fbc [2021-06-09T04:20:25.365Z] ---> Running in 08f8892b0735 [2021-06-09T04:20:25.625Z] Removing intermediate container 20250fdacfaa [2021-06-09T04:20:25.625Z] ---> b1710d7bf915 [2021-06-09T04:20:25.625Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:20:25.625Z] Removing intermediate container 032e338ef538 [2021-06-09T04:20:25.625Z] ---> 1dec8d171f1e [2021-06-09T04:20:25.625Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:20:25.625Z] Removing intermediate container 5e02e1122276 [2021-06-09T04:20:25.625Z] ---> 626b198f2f2f [2021-06-09T04:20:25.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:20:25.625Z] Removing intermediate container d07ae4480fbc [2021-06-09T04:20:25.625Z] ---> 2d59987cf702 [2021-06-09T04:20:25.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:20:25.625Z] ---> Running in fb2f315522fb [2021-06-09T04:20:25.625Z] ---> Running in 48a5cffdc995 [2021-06-09T04:20:25.625Z] Removing intermediate container 08f8892b0735 [2021-06-09T04:20:25.625Z] ---> 3471f6a5a26b [2021-06-09T04:20:25.625Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:20:25.625Z] ---> Running in d930bd7bcf64 [2021-06-09T04:20:25.625Z] ---> Running in e3fc11d4fb49 [2021-06-09T04:20:25.625Z] ---> Running in 43758cfe7a44 [2021-06-09T04:20:28.272Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1184 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws [2021-06-09T04:20:28.292Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-06-09T04:20:30.467Z] Removing intermediate container fb2f315522fb [2021-06-09T04:20:30.467Z] ---> abf1596b0a5a [2021-06-09T04:20:30.467Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-09T04:20:30.467Z] Removing intermediate container d930bd7bcf64 [2021-06-09T04:20:30.467Z] ---> cbfa64b20e02 [2021-06-09T04:20:30.467Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-09T04:20:30.467Z] ---> Running in de618f633651 [2021-06-09T04:20:30.467Z] ---> Running in 5f4e2a115d49 [2021-06-09T04:20:30.467Z] Removing intermediate container 48a5cffdc995 [2021-06-09T04:20:30.467Z] ---> d7d7d7a4b4e6 [2021-06-09T04:20:30.467Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T04:20:30.467Z] ---> Running in 43de10d13527 [2021-06-09T04:20:30.467Z] Removing intermediate container 43758cfe7a44 [2021-06-09T04:20:30.467Z] ---> 3729155c28ce [2021-06-09T04:20:30.467Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-09T04:20:30.467Z] Removing intermediate container e3fc11d4fb49 [2021-06-09T04:20:30.467Z] ---> 8ea09a9aec2a [2021-06-09T04:20:30.467Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-09T04:20:30.467Z] ---> Running in 6db903b662b5 [2021-06-09T04:20:30.467Z] ---> Running in b32b638f391b [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:20:30.467Z] OK: 219 MiB in 52 packages [2021-06-09T04:20:30.467Z] OK: 219 MiB in 52 packages [2021-06-09T04:20:30.467Z] OK: 219 MiB in 52 packages [2021-06-09T04:20:30.467Z] OK: 219 MiB in 52 packages [2021-06-09T04:20:30.467Z] Removing intermediate container de618f633651 [2021-06-09T04:20:30.467Z] ---> 15b0c7bec6cc [2021-06-09T04:20:30.467Z] Step 6/32 : COPY go.mod . [2021-06-09T04:20:30.467Z] OK: 219 MiB in 52 packages [2021-06-09T04:20:30.467Z] Removing intermediate container 5f4e2a115d49 [2021-06-09T04:20:30.467Z] ---> 2c8f15043614 [2021-06-09T04:20:30.467Z] Step 6/26 : COPY go.mod . [2021-06-09T04:20:30.467Z] ---> 4e98b0bb0aca [2021-06-09T04:20:30.467Z] Step 7/32 : RUN go mod download [2021-06-09T04:20:30.467Z] ---> Running in 63a2575a4a8b [2021-06-09T04:20:30.467Z] Removing intermediate container 6db903b662b5 [2021-06-09T04:20:30.467Z] ---> 6cec7bc8cb01 [2021-06-09T04:20:30.467Z] Step 6/24 : COPY go.mod . [2021-06-09T04:20:30.467Z] Removing intermediate container 43de10d13527 [2021-06-09T04:20:30.467Z] ---> 9277a270b6fc [2021-06-09T04:20:30.467Z] Step 6/24 : COPY go.mod . [2021-06-09T04:20:30.467Z] ---> 02cacd31a02d [2021-06-09T04:20:30.467Z] Step 7/26 : RUN go mod download [2021-06-09T04:20:30.467Z] Removing intermediate container b32b638f391b [2021-06-09T04:20:30.467Z] ---> cb8f8dbc34f3 [2021-06-09T04:20:30.467Z] Step 6/22 : COPY go.mod . [2021-06-09T04:20:30.467Z] ---> Running in 056bfbb18e6b [2021-06-09T04:20:30.467Z] ---> 3f94e0ef9a95 [2021-06-09T04:20:30.467Z] Step 7/24 : RUN go mod download [2021-06-09T04:20:30.467Z] ---> 22b158c4b69a [2021-06-09T04:20:30.467Z] Step 7/24 : RUN go mod download [2021-06-09T04:20:30.467Z] ---> Running in 7a66bec1ee4b [2021-06-09T04:20:30.467Z] ---> Running in a9f637664f39 [2021-06-09T04:20:30.467Z] ---> 0a905d230479 [2021-06-09T04:20:30.467Z] Step 7/22 : RUN go mod download [2021-06-09T04:20:30.467Z] ---> Running in c10c9f1433e5 [2021-06-09T04:20:30.646Z] The recommended git tool is: git [2021-06-09T04:20:30.738Z] Removing intermediate container 63a2575a4a8b [2021-06-09T04:20:30.738Z] ---> ff594b2d62e7 [2021-06-09T04:20:30.738Z] Step 8/32 : COPY . . [2021-06-09T04:20:32.914Z] Removing intermediate container 056bfbb18e6b [2021-06-09T04:20:32.914Z] ---> ed31f97af207 [2021-06-09T04:20:32.914Z] Step 8/26 : COPY . . [2021-06-09T04:20:38.238Z] Removing intermediate container 7a66bec1ee4b [2021-06-09T04:20:38.238Z] ---> 9899541e11e2 [2021-06-09T04:20:38.238Z] Step 8/24 : COPY . . [2021-06-09T04:20:38.238Z] Removing intermediate container a9f637664f39 [2021-06-09T04:20:38.238Z] ---> a32b382dcc33 [2021-06-09T04:20:38.238Z] Step 8/24 : COPY . . [2021-06-09T04:20:38.238Z] Removing intermediate container c10c9f1433e5 [2021-06-09T04:20:38.238Z] ---> 61e13ebc3f1c [2021-06-09T04:20:38.238Z] Step 8/22 : COPY . . [2021-06-09T04:20:38.238Z] ---> 7100d421f116 [2021-06-09T04:20:38.238Z] Step 9/26 : RUN go mod tidy [2021-06-09T04:20:38.238Z] ---> b0fe1ee49dd7 [2021-06-09T04:20:38.238Z] Step 9/32 : RUN go mod tidy [2021-06-09T04:20:42.865Z] ---> Running in f67abcf7a712 [2021-06-09T04:20:42.865Z] ---> Running in 2a77c666b7a1 [2021-06-09T04:20:45.718Z] Removing intermediate container f67abcf7a712 [2021-06-09T04:20:45.718Z] ---> 78bab37de4f1 [2021-06-09T04:20:45.718Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-09T04:20:48.186Z] ---> Running in 4ce6d06e76a4 [2021-06-09T04:20:48.186Z] Removing intermediate container 2a77c666b7a1 [2021-06-09T04:20:48.186Z] ---> 27f9cbe4f833 [2021-06-09T04:20:48.186Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-09T04:20:48.186Z] ---> 185a4812dcc7 [2021-06-09T04:20:48.186Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:20:48.186Z] ---> Running in 60bcbb8d7b5d [2021-06-09T04:20:48.186Z] ---> Running in d41888671ea1 [2021-06-09T04:20:48.187Z] ---> fbdfcc1e0cfd [2021-06-09T04:20:48.187Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:20:48.187Z] ---> Running in 926d45f16ceb [2021-06-09T04:20:48.456Z] 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-06-09T04:20:48.456Z] ---> dbb70bbd5838 [2021-06-09T04:20:48.456Z] Step 9/22 : RUN go mod tidy [2021-06-09T04:20:48.456Z] ---> Running in 386af3d52794 [2021-06-09T04:20:50.674Z] 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-06-09T04:20:50.674Z] Removing intermediate container d41888671ea1 [2021-06-09T04:20:50.674Z] ---> c33e93a74542 [2021-06-09T04:20:50.674Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-09T04:20:50.674Z] ---> Running in b231b92543ab [2021-06-09T04:20:50.674Z] Removing intermediate container 386af3d52794 [2021-06-09T04:20:50.674Z] ---> 64aeeab1aac2 [2021-06-09T04:20:50.674Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-09T04:20:50.674Z] Removing intermediate container 926d45f16ceb [2021-06-09T04:20:50.674Z] ---> e038b4c878bd [2021-06-09T04:20:50.674Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-09T04:20:50.674Z] ---> Running in efec95d02baf [2021-06-09T04:20:50.674Z] ---> Running in 1d10e107ce1d [2021-06-09T04:20:50.945Z] 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-06-09T04:20:53.518Z] 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-06-09T04:20:53.518Z] 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-06-09T04:20:58.725Z] using credential edgex-jenkins-ssh [2021-06-09T04:20:58.745Z] Cloning the remote Git repository [2021-06-09T04:20:58.791Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-09T04:20:58.925Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-06-09T04:20:59.007Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T04:20:59.007Z] > git --version # timeout=10 [2021-06-09T04:20:59.021Z] > git --version # 'git version 2.17.1' [2021-06-09T04:20:59.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T04:20:59.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T04:21:13.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T04:21:13.691Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T04:21:15.626Z] Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit 6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:15.950Z] Merge succeeded, producing 6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:15.952Z] Checking out Revision 6297f6088465b296dff9245ec99846c37894c455 (PR-3531) [2021-06-09T04:21:14.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T04:21:14.852Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T04:21:14.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T04:21:14.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T04:21:15.643Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T04:21:15.654Z] > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 [2021-06-09T04:21:15.873Z] > git remote # timeout=10 [2021-06-09T04:21:15.889Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T04:21:15.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T04:21:15.915Z] > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 [2021-06-09T04:21:15.937Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T04:21:15.958Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T04:21:15.976Z] > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 [2021-06-09T04:21:22.488Z] 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-06-09T04:21:25.095Z] Removing intermediate container 4ce6d06e76a4 [2021-06-09T04:21:25.095Z] ---> a744dbc065a0 [2021-06-09T04:21:25.095Z] [2021-06-09T04:21:25.095Z] Step 11/32 : FROM alpine:3.12 [2021-06-09T04:21:25.095Z] 3.12: Pulling from library/alpine [2021-06-09T04:21:25.363Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T04:21:25.363Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T04:21:25.363Z] ---> 13621d1b12d4 [2021-06-09T04:21:25.363Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-09T04:21:25.363Z] 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-06-09T04:21:25.363Z] ---> Running in c5445b26e358 [2021-06-09T04:21:25.501Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-06-09T04:21:27.995Z] Removing intermediate container c5445b26e358 [2021-06-09T04:21:27.995Z] ---> e0011178759c [2021-06-09T04:21:27.995Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-09T04:21:27.995Z] ---> Running in df01c913bfea [2021-06-09T04:21:27.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:27.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:27.995Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-09T04:21:27.995Z] (2/2) Installing su-exec (0.2-r1) [2021-06-09T04:21:27.995Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:21:27.995Z] OK: 6 MiB in 16 packages [2021-06-09T04:21:27.995Z] Removing intermediate container 60bcbb8d7b5d [2021-06-09T04:21:27.995Z] ---> a76bbe672b50 [2021-06-09T04:21:27.995Z] [2021-06-09T04:21:27.995Z] Step 11/26 : FROM alpine:3.12 [2021-06-09T04:21:27.995Z] ---> 13621d1b12d4 [2021-06-09T04:21:27.995Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-09T04:21:27.995Z] ---> Running in 940435c2e0b5 [2021-06-09T04:21:27.995Z] Removing intermediate container df01c913bfea [2021-06-09T04:21:27.995Z] ---> dd8e4f3e985a [2021-06-09T04:21:27.995Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-09T04:21:27.995Z] ---> Running in 92de9db14f7d [2021-06-09T04:21:27.995Z] Removing intermediate container 92de9db14f7d [2021-06-09T04:21:27.995Z] ---> c264a17efcd4 [2021-06-09T04:21:27.995Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-09T04:21:27.995Z] ---> Running in d91c501ef21b [2021-06-09T04:21:27.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:27.995Z] Removing intermediate container d91c501ef21b [2021-06-09T04:21:27.995Z] ---> bff7a0515784 [2021-06-09T04:21:27.995Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-09T04:21:27.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:27.995Z] ---> Running in 89c27c44c209 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T04:21:28.260Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-09T04:21:28.260Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:21:28.260Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-09T04:21:28.260Z] (4/6) Installing curl (7.77.0-r0) [2021-06-09T04:21:30.581Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-09T04:21:30.581Z] (6/6) Installing su-exec (0.2-r1) [2021-06-09T04:21:30.581Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:21:30.581Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:21:30.581Z] OK: 7 MiB in 20 packages [2021-06-09T04:21:30.581Z] Removing intermediate container 89c27c44c209 [2021-06-09T04:21:30.581Z] ---> 32cb0ba60686 [2021-06-09T04:21:30.581Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-09T04:21:30.581Z] ---> Running in 47dac0173f8c [2021-06-09T04:21:30.581Z] Removing intermediate container 940435c2e0b5 [2021-06-09T04:21:30.581Z] ---> 43635bb2659a [2021-06-09T04:21:30.581Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T04:21:30.581Z] ---> Running in 2d365de6bb5d [2021-06-09T04:21:30.581Z] Removing intermediate container 47dac0173f8c [2021-06-09T04:21:30.581Z] ---> f6013a3bacaf [2021-06-09T04:21:30.581Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-09T04:21:30.581Z] Removing intermediate container 2d365de6bb5d [2021-06-09T04:21:30.581Z] ---> c619b01d26e4 [2021-06-09T04:21:30.581Z] Step 14/26 : WORKDIR / [2021-06-09T04:21:30.581Z] ---> Running in 2434ab5d87b3 [2021-06-09T04:21:30.581Z] ---> 54a019acfb39 [2021-06-09T04:21:30.581Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-09T04:21:30.581Z] Removing intermediate container 2434ab5d87b3 [2021-06-09T04:21:30.581Z] ---> 637fdeee7805 [2021-06-09T04:21:30.581Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-09T04:21:30.581Z] ---> Running in 63ffbb785147 [2021-06-09T04:21:30.581Z] Removing intermediate container efec95d02baf [2021-06-09T04:21:30.581Z] ---> c8e62c1a21ac [2021-06-09T04:21:30.581Z] [2021-06-09T04:21:30.581Z] Step 11/22 : FROM alpine:3.12 [2021-06-09T04:21:30.581Z] ---> 13621d1b12d4 [2021-06-09T04:21:30.581Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-09T04:21:30.581Z] ---> Running in 69dfd2fae343 [2021-06-09T04:21:30.581Z] ---> 969a4a07bfb6 [2021-06-09T04:21:30.581Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-09T04:21:31.076Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-09T04:21:31.165Z] ---> 325c4c52f178 [2021-06-09T04:21:31.165Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-09T04:21:31.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:31.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:31.481Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T04:21:31.743Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-09T04:21:31.744Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:21:31.744Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-09T04:21:31.744Z] (4/4) Installing curl (7.77.0-r0) [2021-06-09T04:21:31.744Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:21:31.744Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:21:31.744Z] OK: 7 MiB in 18 packages [2021-06-09T04:21:31.744Z] ---> a647cc8cc8a3 [2021-06-09T04:21:31.744Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-09T04:21:31.818Z] + sudo+ service dockertrue restart [2021-06-09T04:21:31.818Z] [2021-06-09T04:21:32.006Z] Removing intermediate container b231b92543ab [2021-06-09T04:21:32.007Z] ---> fd69256dc88b [2021-06-09T04:21:32.007Z] [2021-06-09T04:21:32.007Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:21:32.007Z] ---> 13621d1b12d4 [2021-06-09T04:21:32.007Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:21:32.007Z] Removing intermediate container 63ffbb785147 [2021-06-09T04:21:32.007Z] ---> 59976e87c691 [2021-06-09T04:21:32.007Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:21:32.007Z] ---> Running in a89e0a914c87 [2021-06-09T04:21:32.284Z] ---> 62ca85103acf [2021-06-09T04:21:32.284Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-09T04:21:32.284Z] ---> 238a28acd95a [2021-06-09T04:21:32.284Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-09T04:21:32.564Z] Removing intermediate container 69dfd2fae343 [2021-06-09T04:21:32.564Z] ---> 37400889c59b [2021-06-09T04:21:32.564Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T04:21:32.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:32.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:32.564Z] ---> Running in 7a6a732c8967 [2021-06-09T04:21:32.564Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T04:21:32.564Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:21:32.564Z] OK: 6 MiB in 15 packages [2021-06-09T04:21:33.137Z] Removing intermediate container 7a6a732c8967 [2021-06-09T04:21:33.137Z] ---> 1efc8d99475d [2021-06-09T04:21:33.137Z] Step 14/22 : WORKDIR /edgex [2021-06-09T04:21:38.473Z] ---> Running in 2b3eeaa525a7 [2021-06-09T04:21:38.473Z] ---> 525a740b59f0 [2021-06-09T04:21:38.473Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-09T04:21:38.473Z] ---> b3f6772a60f8 [2021-06-09T04:21:38.473Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-09T04:21:38.473Z] Removing intermediate container 1d10e107ce1d [2021-06-09T04:21:38.473Z] ---> ebf6e1b437d2 [2021-06-09T04:21:38.473Z] [2021-06-09T04:21:38.473Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:21:38.473Z] ---> 13621d1b12d4 [2021-06-09T04:21:38.473Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-09T04:21:38.473Z] Removing intermediate container a89e0a914c87 [2021-06-09T04:21:38.473Z] ---> a5e4595e124b [2021-06-09T04:21:38.473Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:21:38.473Z] ---> Running in 7e7f9893cc2f [2021-06-09T04:21:38.473Z] Removing intermediate container 2b3eeaa525a7 [2021-06-09T04:21:38.473Z] ---> 8742554740dd [2021-06-09T04:21:38.473Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-09T04:21:38.473Z] ---> Running in af51ac8c80fd [2021-06-09T04:21:38.473Z] ---> 98d4c4883177 [2021-06-09T04:21:38.473Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-09T04:21:38.473Z] ---> 837d015dcacb [2021-06-09T04:21:38.473Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-09T04:21:38.473Z] Removing intermediate container 7e7f9893cc2f [2021-06-09T04:21:38.473Z] ---> dc94b5162ddf [2021-06-09T04:21:38.473Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-09T04:21:38.473Z] Removing intermediate container af51ac8c80fd [2021-06-09T04:21:38.473Z] ---> 453f0e1d2241 [2021-06-09T04:21:38.473Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-09T04:21:38.473Z] ---> Running in df0e5af0ad7e [2021-06-09T04:21:38.473Z] ---> Running in 1b6f4eb6678b [2021-06-09T04:21:38.473Z] ---> 1e35f5f8fd09 [2021-06-09T04:21:38.473Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-09T04:21:38.473Z] ---> 8735d6735a69 [2021-06-09T04:21:38.473Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-09T04:21:38.473Z] Removing intermediate container 1b6f4eb6678b [2021-06-09T04:21:38.473Z] ---> 896fe46afe19 [2021-06-09T04:21:38.473Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-09T04:21:38.473Z] Removing intermediate container df0e5af0ad7e [2021-06-09T04:21:38.473Z] ---> 23925d2bbb98 [2021-06-09T04:21:38.473Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T04:21:38.473Z] ---> 6f40b89d0303 [2021-06-09T04:21:38.473Z] Step 22/26 : 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-06-09T04:21:38.473Z] ---> Running in fb32b343400c [2021-06-09T04:21:38.473Z] ---> Running in cb4c39ff0fd2 [2021-06-09T04:21:38.473Z] ---> 42d7c3429647 [2021-06-09T04:21:38.473Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-09T04:21:38.473Z] ---> Running in cbff028b69a9 [2021-06-09T04:21:38.473Z] ---> 9d4732e476cc [2021-06-09T04:21:38.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-09T04:21:38.473Z] ---> Running in 4a7618b469b4 [2021-06-09T04:21:38.473Z] Removing intermediate container cb4c39ff0fd2 [2021-06-09T04:21:38.473Z] ---> 082db9aeef94 [2021-06-09T04:21:38.473Z] Step 16/24 : WORKDIR / [2021-06-09T04:21:38.473Z] Removing intermediate container fb32b343400c [2021-06-09T04:21:38.473Z] ---> 2e47184d9648 [2021-06-09T04:21:38.473Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:21:38.473Z] ---> Running in 7fe3d95f78fd [2021-06-09T04:21:38.473Z] ---> Running in 0066565cf430 [2021-06-09T04:21:38.473Z] Removing intermediate container 4a7618b469b4 [2021-06-09T04:21:38.473Z] ---> 350764a5f0c6 [2021-06-09T04:21:38.473Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-09T04:21:38.473Z] Removing intermediate container 7fe3d95f78fd [2021-06-09T04:21:38.473Z] ---> c9c60b0ee86d [2021-06-09T04:21:38.473Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:21:38.473Z] ---> de1bc52e8746 [2021-06-09T04:21:38.473Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-09T04:21:38.473Z] ---> Running in 8370130c03f7 [2021-06-09T04:21:38.473Z] ---> 57b53854f2e5 [2021-06-09T04:21:38.473Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-09T04:21:38.473Z] ---> 706f42812ece [2021-06-09T04:21:38.473Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-09T04:21:38.473Z] ---> Running in b6d042fd02de [2021-06-09T04:21:38.473Z] Removing intermediate container 8370130c03f7 [2021-06-09T04:21:38.473Z] ---> 33a2bfd40765 [2021-06-09T04:21:38.473Z] Step 19/22 : CMD ["--init=true"] [2021-06-09T04:21:38.473Z] Removing intermediate container cbff028b69a9 [2021-06-09T04:21:38.473Z] ---> 23bc38ec56e7 [2021-06-09T04:21:38.473Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-09T04:21:38.473Z] ---> Running in f3b1562da4b6 [2021-06-09T04:21:38.473Z] ---> 7c325411df68 [2021-06-09T04:21:38.473Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-09T04:21:38.473Z] ---> Running in 0d824333908e [2021-06-09T04:21:38.473Z] Removing intermediate container f3b1562da4b6 [2021-06-09T04:21:38.473Z] ---> 40c7868880d3 [2021-06-09T04:21:38.473Z] Step 20/22 : LABEL arch=x86_64 [2021-06-09T04:21:38.473Z] ---> Running in cbcad6397178 [2021-06-09T04:21:38.473Z] Removing intermediate container 0d824333908e [2021-06-09T04:21:38.473Z] ---> bb20f93f526e [2021-06-09T04:21:38.473Z] Step 24/26 : LABEL arch=x86_64 [2021-06-09T04:21:38.473Z] Removing intermediate container 0066565cf430 [2021-06-09T04:21:38.473Z] ---> 745c934d475a [2021-06-09T04:21:38.473Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-09T04:21:38.473Z] ---> Running in a94ee51770c7 [2021-06-09T04:21:38.473Z] ---> Running in d873de34629f [2021-06-09T04:21:38.473Z] Removing intermediate container cbcad6397178 [2021-06-09T04:21:38.473Z] ---> 50360cd1751b [2021-06-09T04:21:38.473Z] Step 21/22 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:38.473Z] ---> 8970f7f33b3a [2021-06-09T04:21:38.473Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-09T04:21:38.473Z] ---> Running in e3d0097bbba0 [2021-06-09T04:21:38.473Z] ---> Running in 2574a3b5c824 [2021-06-09T04:21:38.473Z] Removing intermediate container a94ee51770c7 [2021-06-09T04:21:38.473Z] ---> 84c23089e551 [2021-06-09T04:21:38.473Z] Step 25/26 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:38.473Z] Removing intermediate container b6d042fd02de [2021-06-09T04:21:38.473Z] ---> 85586ce5a6b0 [2021-06-09T04:21:38.473Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-09T04:21:38.473Z] ---> Running in 545998a39274 [2021-06-09T04:21:38.473Z] ---> Running in 85e5120fb3a6 [2021-06-09T04:21:38.473Z] Removing intermediate container e3d0097bbba0 [2021-06-09T04:21:38.473Z] ---> c0e84e52ab79 [2021-06-09T04:21:38.473Z] Step 22/22 : LABEL version=0.0.0 [2021-06-09T04:21:38.473Z] Removing intermediate container 2574a3b5c824 [2021-06-09T04:21:38.473Z] ---> f865d90a1b3c [2021-06-09T04:21:38.473Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:21:38.473Z] Removing intermediate container 545998a39274 [2021-06-09T04:21:38.473Z] ---> 59a48c20b332 [2021-06-09T04:21:38.473Z] Step 26/26 : LABEL version=0.0.0 [2021-06-09T04:21:38.473Z] ---> Running in 22297085e5d2 [2021-06-09T04:21:38.473Z] ---> Running in a3ca9ffd8ddf [2021-06-09T04:21:38.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:38.473Z] ---> Running in 69fda46a06a0 [2021-06-09T04:21:38.473Z] Removing intermediate container 85e5120fb3a6 [2021-06-09T04:21:38.473Z] ---> 4c39c833fa2b [2021-06-09T04:21:38.473Z] Step 29/32 : CMD ["gate"] [2021-06-09T04:21:38.473Z] Removing intermediate container 22297085e5d2 [2021-06-09T04:21:38.473Z] ---> f8cede5bd236 [2021-06-09T04:21:38.473Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T04:21:38.473Z] Removing intermediate container a3ca9ffd8ddf [2021-06-09T04:21:38.473Z] ---> 8a77055ece56 [2021-06-09T04:21:38.473Z] [2021-06-09T04:21:38.473Z] Removing intermediate container 69fda46a06a0 [2021-06-09T04:21:38.473Z] ---> 9dd846b38a54 [2021-06-09T04:21:38.473Z] [2021-06-09T04:21:38.473Z] Successfully built 8a77055ece56 [2021-06-09T04:21:38.473Z] ---> Running in ff47456a0c70 [2021-06-09T04:21:38.473Z] ---> Running in 97a99fca6757 [2021-06-09T04:21:38.473Z] Successfully tagged security-proxy-setup:latest [2021-06-09T04:21:38.473Z] Building support-scheduler [2021-06-09T04:21:38.473Z]  Building security-proxy-setup ... done Successfully built 9dd846b38a54 [2021-06-09T04:21:38.473Z] Successfully tagged security-secretstore-setup:latest [2021-06-09T04:21:38.473Z]  Building security-secretstore-setup ... done Building support-notifications [2021-06-09T04:21:38.473Z] Removing intermediate container ff47456a0c70 [2021-06-09T04:21:38.473Z] ---> a09e4e975806 [2021-06-09T04:21:38.473Z] Removing intermediate container 97a99fca6757 [2021-06-09T04:21:38.473Z] Step 30/32 : LABEL arch=x86_64 ---> 3149ef088e1a [2021-06-09T04:21:38.473Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:38.473Z] [2021-06-09T04:21:38.473Z] ---> Running in 5803a779976a [2021-06-09T04:21:38.473Z] ---> Running in 045ed8901a3c [2021-06-09T04:21:38.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:38.473Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-09T04:21:38.473Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-09T04:21:38.473Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-09T04:21:38.473Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-09T04:21:38.473Z] Removing intermediate container 5803a779976a [2021-06-09T04:21:38.473Z] ---> 19d9438057cf [2021-06-09T04:21:38.473Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:21:38.473Z] Removing intermediate container 045ed8901a3c [2021-06-09T04:21:38.473Z] ---> 489037e8c042 [2021-06-09T04:21:38.473Z] Step 31/32 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:38.473Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-09T04:21:38.473Z] ---> Running in 17847c4619e2 [2021-06-09T04:21:39.417Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-09T04:21:39.417Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:21:39.417Z] OK: 8 MiB in 20 packages [2021-06-09T04:21:39.681Z] Removing intermediate container 17847c4619e2 [2021-06-09T04:21:39.681Z] ---> f1c8484ee257 [2021-06-09T04:21:39.681Z] [2021-06-09T04:21:39.681Z] ---> Running in 35c9001a353a [2021-06-09T04:21:39.681Z] Successfully built f1c8484ee257 [2021-06-09T04:21:40.624Z] Successfully tagged core-metadata:latest [2021-06-09T04:21:40.625Z] Building sys-mgmt-agent [2021-06-09T04:21:40.625Z]  Building core-metadata ... done Removing intermediate container 35c9001a353a [2021-06-09T04:21:40.625Z] ---> 1f910f8efd7b [2021-06-09T04:21:40.625Z] Step 32/32 : LABEL version=0.0.0 [2021-06-09T04:21:40.625Z] ---> Running in 95214797e079 [2021-06-09T04:21:40.887Z] Removing intermediate container d873de34629f [2021-06-09T04:21:40.887Z] ---> 62900082c625 [2021-06-09T04:21:40.887Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:21:45.062Z] Removing intermediate container 95214797e079 [2021-06-09T04:21:45.062Z] ---> b83d3ff090df [2021-06-09T04:21:45.062Z] [2021-06-09T04:21:45.062Z] Successfully built b83d3ff090df [2021-06-09T04:21:45.062Z] Successfully tagged security-bootstrapper:latest [2021-06-09T04:21:45.062Z]  Building security-bootstrapper ... done Building core-command [2021-06-09T04:21:45.062Z] ---> 85dd658549cd [2021-06-09T04:21:45.062Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-09T04:21:47.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:21:47.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:21:47.405Z] ---> ef2b63ea0a3a [2021-06-09T04:21:47.405Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T04:21:47.405Z] ---> Using cache [2021-06-09T04:21:47.405Z] ---> 3471f6a5a26b [2021-06-09T04:21:47.405Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:21:47.405Z] ---> Using cache [2021-06-09T04:21:47.405Z] ---> 3729155c28ce [2021-06-09T04:21:47.405Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-09T04:21:48.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:21:48.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:21:48.812Z] ---> ef2b63ea0a3a [2021-06-09T04:21:48.812Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T04:21:48.812Z] ---> Using cache [2021-06-09T04:21:48.812Z] ---> 3471f6a5a26b [2021-06-09T04:21:48.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:21:48.812Z] ---> Using cache [2021-06-09T04:21:48.812Z] ---> 3729155c28ce [2021-06-09T04:21:48.812Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-09T04:21:48.812Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:21:48.812Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:21:48.812Z] ---> ef2b63ea0a3a [2021-06-09T04:21:48.812Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:21:48.812Z] ---> Using cache [2021-06-09T04:21:48.812Z] ---> 3471f6a5a26b [2021-06-09T04:21:48.812Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:21:48.812Z] ---> Using cache [2021-06-09T04:21:48.812Z] ---> 3729155c28ce [2021-06-09T04:21:48.812Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-09T04:21:49.073Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:21:49.073Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:21:49.073Z] ---> ef2b63ea0a3a [2021-06-09T04:21:49.073Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:21:49.073Z] ---> Using cache [2021-06-09T04:21:49.073Z] ---> 3471f6a5a26b [2021-06-09T04:21:49.073Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:21:49.073Z] ---> Using cache [2021-06-09T04:21:49.073Z] ---> 3729155c28ce [2021-06-09T04:21:49.073Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T04:21:49.380Z] ---> e2ef16478f1c [2021-06-09T04:21:49.381Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-09T04:21:49.381Z] ---> Running in b7346224c178 [2021-06-09T04:21:49.381Z] ---> Running in e469673560e8 [2021-06-09T04:21:49.381Z] ---> Running in f1e61d8645ed [2021-06-09T04:21:49.381Z] ---> Running in a828124fd554 [2021-06-09T04:21:51.596Z] ---> fc688e85ced3 [2021-06-09T04:21:51.596Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-09T04:21:51.596Z] ---> Running in 15278e32e587 [2021-06-09T04:21:51.596Z] Removing intermediate container 15278e32e587 [2021-06-09T04:21:51.596Z] ---> 89f9fb8b4121 [2021-06-09T04:21:51.596Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:21:51.596Z] ---> Running in 7bd212ad2db8 [2021-06-09T04:21:51.596Z] Removing intermediate container 7bd212ad2db8 [2021-06-09T04:21:51.596Z] ---> 7ca1d057af75 [2021-06-09T04:21:51.596Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] ---> Running in 9d0c9d2cd840 [2021-06-09T04:21:51.596Z] Removing intermediate container 9d0c9d2cd840 [2021-06-09T04:21:51.596Z] ---> 52f6c7659ce1 [2021-06-09T04:21:51.596Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] ---> Running in ec4c284dc189 [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] Removing intermediate container ec4c284dc189 [2021-06-09T04:21:51.596Z] ---> 96891a822250 [2021-06-09T04:21:51.596Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] ---> Running in 07dd3a655014 [2021-06-09T04:21:51.596Z] Removing intermediate container 07dd3a655014 [2021-06-09T04:21:51.596Z] ---> 2b388532ff15 [2021-06-09T04:21:51.596Z] [2021-06-09T04:21:51.596Z] Successfully built 2b388532ff15 [2021-06-09T04:21:51.596Z] Successfully tagged core-data:latest [2021-06-09T04:21:51.596Z]  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:21:51.596Z] OK: 219 MiB in 52 packages [2021-06-09T04:21:51.596Z] OK: 219 MiB in 52 packages [2021-06-09T04:21:51.596Z] OK: 219 MiB in 52 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T04:21:51.625Z] provisioning config files... [2021-06-09T04:21:51.649Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config2277487008100618301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:21:53.952Z] OK: 219 MiB in 52 packages [2021-06-09T04:21:53.952Z] Removing intermediate container b7346224c178 [2021-06-09T04:21:53.952Z] ---> 7d09a714b3fe [2021-06-09T04:21:53.952Z] Step 6/24 : COPY go.mod . [2021-06-09T04:21:53.952Z] Removing intermediate container f1e61d8645ed [2021-06-09T04:21:53.952Z] ---> fb99e334b1c4 [2021-06-09T04:21:53.952Z] Step 6/24 : COPY go.mod . [2021-06-09T04:21:53.952Z] Removing intermediate container a828124fd554 [2021-06-09T04:21:53.952Z] ---> 5d210fbef554 [2021-06-09T04:21:53.952Z] Step 6/23 : COPY go.mod . [2021-06-09T04:21:53.952Z] ---> a7a2dab5a2fb [2021-06-09T04:21:53.952Z] Step 7/24 : RUN go mod download [2021-06-09T04:21:53.952Z] Removing intermediate container e469673560e8 [2021-06-09T04:21:53.952Z] ---> 9c149795bc72 [2021-06-09T04:21:53.952Z] Step 6/23 : COPY go.mod . [2021-06-09T04:21:53.952Z] ---> Running in 05e36153fd3f [2021-06-09T04:21:53.952Z] ---> 090475634fc1 [2021-06-09T04:21:53.952Z] Step 7/24 : RUN go mod download [2021-06-09T04:21:53.952Z] ---> 31f51b4e14a3 [2021-06-09T04:21:53.952Z] Step 7/23 : RUN go mod download [2021-06-09T04:21:53.952Z] ---> Running in c50939e686d6 [2021-06-09T04:21:53.952Z] ---> Running in 678349a80d3b [2021-06-09T04:21:53.952Z] ---> c1a078d0ed68 [2021-06-09T04:21:53.952Z] Step 7/23 : RUN go mod download [2021-06-09T04:21:53.952Z] ---> Running in b9eef6959d16 [2021-06-09T04:21:53.952Z] Removing intermediate container 05e36153fd3f [2021-06-09T04:21:53.952Z] ---> d5a20264328c [2021-06-09T04:21:53.952Z] Step 8/24 : COPY . . [2021-06-09T04:21:53.965Z] ---> docker-login.sh [2021-06-09T04:21:53.965Z] nexus3.edgexfoundry.org:10001 [2021-06-09T04:21:53.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:21:53.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:21:53.965Z] Configure a credential helper to remove this warning. See [2021-06-09T04:21:53.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:21:53.965Z] [2021-06-09T04:21:53.965Z] Login Succeeded [2021-06-09T04:21:53.965Z] nexus3.edgexfoundry.org:10002 [2021-06-09T04:21:53.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:21:53.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:21:53.966Z] Configure a credential helper to remove this warning. See [2021-06-09T04:21:53.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:21:53.966Z] [2021-06-09T04:21:53.966Z] Login Succeeded [2021-06-09T04:21:53.966Z] nexus3.edgexfoundry.org:10003 [2021-06-09T04:21:53.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:21:54.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:21:54.240Z] Configure a credential helper to remove this warning. See [2021-06-09T04:21:54.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:21:54.240Z] [2021-06-09T04:21:54.240Z] Login Succeeded [2021-06-09T04:21:54.240Z] nexus3.edgexfoundry.org:10004 [2021-06-09T04:21:54.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:21:54.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:21:54.514Z] Configure a credential helper to remove this warning. See [2021-06-09T04:21:54.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:21:54.514Z] [2021-06-09T04:21:54.514Z] Login Succeeded [2021-06-09T04:21:54.514Z] docker.io [2021-06-09T04:21:55.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T04:21:55.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T04:21:55.380Z] Configure a credential helper to remove this warning. See [2021-06-09T04:21:55.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T04:21:55.380Z] [2021-06-09T04:21:55.380Z] Login Succeeded [2021-06-09T04:21:55.380Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T04:21:55.399Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T04:21:55.681Z] ========================================================= [2021-06-09T04:21:55.681Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-09T04:21:55.681Z] ========================================================= [2021-06-09T04:21:57.914Z] Removing intermediate container 678349a80d3b [2021-06-09T04:21:57.915Z] ---> d4beb8f165c5 [2021-06-09T04:21:57.915Z] Step 8/23 : COPY . . [2021-06-09T04:21:57.915Z] Removing intermediate container b9eef6959d16 [2021-06-09T04:21:57.915Z] ---> 6af23128316a [2021-06-09T04:21:57.915Z] Step 8/23 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:21:58.246Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-09T04:22:01.911Z] Removing intermediate container c50939e686d6 [2021-06-09T04:22:01.911Z] ---> bfcade25b364 [2021-06-09T04:22:01.911Z] Step 8/24 : COPY . . [2021-06-09T04:22:01.969Z] Sending build context to Docker daemon 166.2MB [2021-06-09T04:22:01.969Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T04:22:01.969Z] Step 2/6 : FROM ${BASE} [2021-06-09T04:22:01.969Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-09T04:22:01.969Z] 595b0fe564bb: Pulling fs layer [2021-06-09T04:22:01.969Z] 7186ed65a4f7: Pulling fs layer [2021-06-09T04:22:01.969Z] 316046926c0a: Pulling fs layer [2021-06-09T04:22:01.969Z] 4ebd0625c992: Pulling fs layer [2021-06-09T04:22:01.969Z] 207e8628e3a3: Pulling fs layer [2021-06-09T04:22:01.969Z] c791037a9be2: Pulling fs layer [2021-06-09T04:22:01.969Z] ffd874e62e21: Pulling fs layer [2021-06-09T04:22:01.969Z] 207e8628e3a3: Waiting [2021-06-09T04:22:01.969Z] c791037a9be2: Waiting [2021-06-09T04:22:01.969Z] ffd874e62e21: Waiting [2021-06-09T04:22:01.969Z] 4ebd0625c992: Waiting [2021-06-09T04:22:01.969Z] 316046926c0a: Download complete [2021-06-09T04:22:01.969Z] 7186ed65a4f7: Verifying Checksum [2021-06-09T04:22:01.969Z] 7186ed65a4f7: Download complete [2021-06-09T04:22:01.969Z] 207e8628e3a3: Download complete [2021-06-09T04:22:01.969Z] 595b0fe564bb: Download complete [2021-06-09T04:22:01.969Z] c791037a9be2: Verifying Checksum [2021-06-09T04:22:01.969Z] c791037a9be2: Download complete [2021-06-09T04:22:01.969Z] 595b0fe564bb: Pull complete [2021-06-09T04:22:04.327Z] 7186ed65a4f7: Pull complete [2021-06-09T04:22:04.327Z] 316046926c0a: Pull complete [2021-06-09T04:22:04.327Z] ffd874e62e21: Verifying Checksum [2021-06-09T04:22:04.327Z] ffd874e62e21: Download complete [2021-06-09T04:22:04.329Z] ---> 82a3b5c67671 [2021-06-09T04:22:04.329Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:22:04.329Z] ---> Running in 8b8c40363afe [2021-06-09T04:22:04.329Z] ---> c60aff87cbd5 [2021-06-09T04:22:04.329Z] Step 9/23 : RUN go mod tidy [2021-06-09T04:22:04.599Z] 4ebd0625c992: Verifying Checksum [2021-06-09T04:22:04.599Z] 4ebd0625c992: Download complete [2021-06-09T04:22:04.904Z] ---> ff5d7e9b8723 [2021-06-09T04:22:04.904Z] Step 9/23 : RUN go mod tidy [2021-06-09T04:22:05.169Z] ---> Running in 238169dfeeae [2021-06-09T04:22:05.434Z] ---> Running in 30f36259255d [2021-06-09T04:22:08.003Z] Removing intermediate container 8b8c40363afe [2021-06-09T04:22:08.003Z] ---> a78e7dc65199 [2021-06-09T04:22:08.003Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-09T04:22:08.003Z] ---> Running in fc1801cc0326 [2021-06-09T04:22:08.003Z] Removing intermediate container 238169dfeeae [2021-06-09T04:22:08.003Z] ---> 28e57ec48910 [2021-06-09T04:22:08.003Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-09T04:22:08.003Z] ---> Running in b88f0a954022 [2021-06-09T04:22:08.003Z] Removing intermediate container 30f36259255d [2021-06-09T04:22:08.003Z] ---> 1a159b4f90fc [2021-06-09T04:22:08.003Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-09T04:22:08.003Z] ---> Running in 542bcb44321c [2021-06-09T04:22:08.267Z] 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-06-09T04:22:08.267Z] ---> 7716f461e576 [2021-06-09T04:22:08.267Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:22:08.267Z] ---> Running in 95f5d2c6ca5d [2021-06-09T04:22:08.267Z] 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-06-09T04:22:08.843Z] 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-06-09T04:22:09.794Z] Removing intermediate container 95f5d2c6ca5d [2021-06-09T04:22:09.794Z] ---> f0e670afdba2 [2021-06-09T04:22:09.794Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-09T04:22:09.794Z] ---> Running in 457676f4b069 [2021-06-09T04:22:12.934Z] 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-06-09T04:22:16.024Z] 4ebd0625c992: Pull complete [2021-06-09T04:22:16.024Z] 207e8628e3a3: Pull complete [2021-06-09T04:22:16.024Z] c791037a9be2: Pull complete [2021-06-09T04:22:19.150Z] ffd874e62e21: Pull complete [2021-06-09T04:22:19.150Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-09T04:22:19.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-09T04:22:19.150Z] ---> cfc18b08335c [2021-06-09T04:22:19.150Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-09T04:22:23.308Z] ---> Running in 24b02ab92308 [2021-06-09T04:22:23.308Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:22:23.308Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:22:25.844Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T04:22:25.844Z] (2/12) Installing file (5.39-r0) [2021-06-09T04:22:25.844Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T04:22:25.844Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T04:22:31.333Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T04:22:31.333Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T04:22:31.333Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T04:22:31.603Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T04:22:31.603Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T04:22:31.603Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T04:22:31.873Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T04:22:31.873Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T04:22:32.148Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T04:22:32.148Z] OK: 218 MiB in 52 packages [2021-06-09T04:22:36.166Z] Removing intermediate container 24b02ab92308 [2021-06-09T04:22:36.166Z] ---> 81a33870d456 [2021-06-09T04:22:36.166Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T04:22:36.166Z] ---> Running in 0291fdd8fad2 [2021-06-09T04:22:36.444Z] Removing intermediate container 0291fdd8fad2 [2021-06-09T04:22:36.444Z] ---> 531b470a9e35 [2021-06-09T04:22:36.444Z] Step 5/6 : COPY go.mod . [2021-06-09T04:22:37.425Z] ---> b63b70cad904 [2021-06-09T04:22:37.426Z] Step 6/6 : RUN go mod download [2021-06-09T04:22:37.426Z] ---> Running in 6cc0e75934ab [2021-06-09T04:22:39.877Z] Removing intermediate container b88f0a954022 [2021-06-09T04:22:39.877Z] ---> df713b21c771 [2021-06-09T04:22:39.877Z] [2021-06-09T04:22:39.877Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T04:22:39.877Z] ---> 13621d1b12d4 [2021-06-09T04:22:39.877Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:22:39.877Z] ---> Using cache [2021-06-09T04:22:39.877Z] ---> a5e4595e124b [2021-06-09T04:22:39.877Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:22:39.877Z] ---> Using cache [2021-06-09T04:22:39.877Z] ---> 453f0e1d2241 [2021-06-09T04:22:39.877Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-09T04:22:39.877Z] Removing intermediate container fc1801cc0326 [2021-06-09T04:22:39.877Z] ---> 41c260235fc9 [2021-06-09T04:22:39.877Z] [2021-06-09T04:22:39.877Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:22:39.877Z] ---> 13621d1b12d4 [2021-06-09T04:22:39.877Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:22:39.877Z] ---> Using cache [2021-06-09T04:22:39.877Z] ---> a5e4595e124b [2021-06-09T04:22:39.877Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:22:39.877Z] ---> Using cache [2021-06-09T04:22:39.877Z] ---> 453f0e1d2241 [2021-06-09T04:22:39.877Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-09T04:22:39.877Z] Removing intermediate container 542bcb44321c [2021-06-09T04:22:39.877Z] ---> 46f9a8970467 [2021-06-09T04:22:39.877Z] [2021-06-09T04:22:39.877Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T04:22:39.877Z] ---> Running in a49802b2bfb7 [2021-06-09T04:22:39.877Z] ---> 13621d1b12d4 [2021-06-09T04:22:39.877Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-09T04:22:39.877Z] ---> Running in 0d3a26032b32 [2021-06-09T04:22:39.877Z] ---> Running in e192fc1ccc72 [2021-06-09T04:22:39.877Z] Removing intermediate container a49802b2bfb7 [2021-06-09T04:22:39.877Z] ---> 9f09d35f6a05 [2021-06-09T04:22:39.877Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T04:22:39.877Z] Removing intermediate container 0d3a26032b32 [2021-06-09T04:22:39.877Z] ---> 8daa06aa6b4e [2021-06-09T04:22:39.877Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T04:22:40.155Z] ---> Running in 61e8dbdbd7a1 [2021-06-09T04:22:40.155Z] ---> Running in e20b08a66599 [2021-06-09T04:22:40.155Z] Removing intermediate container 61e8dbdbd7a1 [2021-06-09T04:22:40.155Z] ---> 5faa161cc3b5 [2021-06-09T04:22:40.155Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:22:40.422Z] Removing intermediate container e20b08a66599 [2021-06-09T04:22:40.422Z] ---> a2458332c693 [2021-06-09T04:22:40.422Z] Step 16/24 : WORKDIR / [2021-06-09T04:22:40.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:22:40.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:22:40.422Z] ---> Running in 1b601b85d16b [2021-06-09T04:22:40.422Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-09T04:22:40.422Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-09T04:22:40.422Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:22:40.687Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:22:40.687Z] ---> 7c137054c8f6 [2021-06-09T04:22:40.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-09T04:22:40.687Z] OK: 6 MiB in 16 packages [2021-06-09T04:22:40.687Z] Removing intermediate container 1b601b85d16b [2021-06-09T04:22:40.687Z] ---> 5565e30a69e8 [2021-06-09T04:22:40.687Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:22:40.953Z] ---> a70e3eb03ad2 [2021-06-09T04:22:40.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-09T04:22:41.216Z] ---> 2e49c6485b63 [2021-06-09T04:22:41.216Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-09T04:22:41.478Z] Removing intermediate container e192fc1ccc72 [2021-06-09T04:22:41.478Z] ---> 98c579cc4d1c [2021-06-09T04:22:41.478Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:22:41.750Z] ---> 21a492af74ef [2021-06-09T04:22:41.750Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-09T04:22:41.750Z] ---> 7ac21a801dc0 [2021-06-09T04:22:41.750Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-09T04:22:41.750Z] ---> Running in 6d06bc610f60 [2021-06-09T04:22:41.750Z] ---> Running in 57737c317a6b [2021-06-09T04:22:42.022Z] Removing intermediate container 457676f4b069 [2021-06-09T04:22:42.022Z] ---> 2c225671a328 [2021-06-09T04:22:42.022Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-09T04:22:42.022Z] ---> Running in 8064bd588cff [2021-06-09T04:22:42.022Z] Removing intermediate container 6d06bc610f60 [2021-06-09T04:22:42.022Z] ---> aa09ae24775d [2021-06-09T04:22:42.022Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-09T04:22:42.022Z] Removing intermediate container 57737c317a6b [2021-06-09T04:22:42.022Z] ---> 79925895312e [2021-06-09T04:22:42.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:22:42.022Z] ---> Running in 840aa74fb343 [2021-06-09T04:22:42.022Z] ---> 706f68edc617 [2021-06-09T04:22:42.022Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-09T04:22:42.022Z] ---> Running in 08453407b352 [2021-06-09T04:22:42.022Z] ---> Running in 50df75aff78e [2021-06-09T04:22:42.022Z] Removing intermediate container 840aa74fb343 [2021-06-09T04:22:42.022Z] ---> 839bb13af895 [2021-06-09T04:22:42.022Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T04:22:42.297Z] ---> Running in 3967bf74860a [2021-06-09T04:22:42.297Z] Removing intermediate container 08453407b352 [2021-06-09T04:22:42.297Z] ---> dbfe12b9a7d4 [2021-06-09T04:22:42.297Z] Step 21/23 : LABEL arch=x86_64 [2021-06-09T04:22:42.297Z] Removing intermediate container 50df75aff78e [2021-06-09T04:22:42.297Z] ---> aacd7957205a [2021-06-09T04:22:42.297Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:22:42.297Z] ---> Running in ffb124978568 [2021-06-09T04:22:42.297Z] ---> Running in 3956558ca49e [2021-06-09T04:22:42.297Z] 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-06-09T04:22:42.297Z] Removing intermediate container 3967bf74860a [2021-06-09T04:22:42.297Z] ---> 257acb30c2ff [2021-06-09T04:22:42.297Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:22:42.297Z] Removing intermediate container ffb124978568 [2021-06-09T04:22:42.297Z] ---> fc2165035bc5 [2021-06-09T04:22:42.297Z] Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:22:42.297Z] Removing intermediate container 3956558ca49e [2021-06-09T04:22:42.297Z] ---> b1443315019e [2021-06-09T04:22:42.297Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T04:22:42.565Z] ---> Running in bf00ba3391ce [2021-06-09T04:22:42.565Z] ---> Running in 1edafff1e27e [2021-06-09T04:22:42.565Z] ---> 2cb4d536a701 [2021-06-09T04:22:42.565Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-09T04:22:42.565Z] Removing intermediate container bf00ba3391ce [2021-06-09T04:22:42.565Z] ---> 6f3ebd59b852 [2021-06-09T04:22:42.565Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:22:42.565Z] Removing intermediate container 1edafff1e27e [2021-06-09T04:22:42.565Z] ---> 0531a1d131ca [2021-06-09T04:22:42.565Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T04:22:42.826Z] ---> Running in da90b19bd7a5 [2021-06-09T04:22:42.826Z] ---> Running in cf6471197a72 [2021-06-09T04:22:42.826Z] Removing intermediate container da90b19bd7a5 [2021-06-09T04:22:42.826Z] ---> 0be0feece175 [2021-06-09T04:22:42.826Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:22:42.826Z] ---> 46e5a3b64817 [2021-06-09T04:22:42.826Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-09T04:22:43.088Z] ---> Running in adbb0ae6899d [2021-06-09T04:22:43.088Z] Removing intermediate container cf6471197a72 [2021-06-09T04:22:43.088Z] ---> aac1e4312a14 [2021-06-09T04:22:43.088Z] [2021-06-09T04:22:43.088Z] Successfully built aac1e4312a14 [2021-06-09T04:22:43.088Z] Successfully tagged support-scheduler:latest [2021-06-09T04:22:43.088Z]  Building support-scheduler ... done Removing intermediate container adbb0ae6899d [2021-06-09T04:22:43.088Z] ---> 945ad0db6319 [2021-06-09T04:22:43.088Z] [2021-06-09T04:22:43.088Z] Removing intermediate container 8064bd588cff [2021-06-09T04:22:43.088Z] ---> 04b0215ea69c [2021-06-09T04:22:43.088Z] [2021-06-09T04:22:43.088Z] Step 12/24 : FROM docker:20.10.0 [2021-06-09T04:22:43.088Z] ---> 4f03081b2a2e [2021-06-09T04:22:43.088Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-09T04:22:43.348Z] Successfully built 945ad0db6319 [2021-06-09T04:22:43.348Z] ---> Running in 0fe669904b4f [2021-06-09T04:22:43.348Z] Successfully tagged core-command:latest [2021-06-09T04:22:43.348Z]  Building core-command ... done 20.10.0: Pulling from library/docker [2021-06-09T04:22:43.348Z] Removing intermediate container 0fe669904b4f [2021-06-09T04:22:43.348Z] ---> c5f0a4c2a327 [2021-06-09T04:22:43.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:22:43.348Z] ---> Running in c35e3fee9b7c [2021-06-09T04:22:43.608Z] Removing intermediate container c35e3fee9b7c [2021-06-09T04:22:43.608Z] ---> 0d00c8fde186 [2021-06-09T04:22:43.608Z] Step 21/23 : LABEL arch=x86_64 [2021-06-09T04:22:43.608Z] ---> Running in c916b4cd099e [2021-06-09T04:22:43.870Z] Removing intermediate container c916b4cd099e [2021-06-09T04:22:43.870Z] ---> f0f70448eb26 [2021-06-09T04:22:43.870Z] Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:22:43.870Z] ---> Running in 746c0dae57f8 [2021-06-09T04:22:43.870Z] Removing intermediate container 746c0dae57f8 [2021-06-09T04:22:43.870Z] ---> ec3392d638d8 [2021-06-09T04:22:43.870Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T04:22:43.871Z] ---> Running in b4802470c368 [2021-06-09T04:22:44.131Z] Removing intermediate container b4802470c368 [2021-06-09T04:22:44.131Z] ---> c2d1ab8e414e [2021-06-09T04:22:44.131Z] [2021-06-09T04:22:44.131Z] Successfully built c2d1ab8e414e [2021-06-09T04:22:44.131Z] Successfully tagged support-notifications:latest [2021-06-09T04:22:46.683Z]  Building support-notifications ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-09T04:22:46.683Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-09T04:22:46.683Z] ---> aefe523efa57 [2021-06-09T04:22:46.683Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:22:47.256Z] ---> Running in 32948fa61b7d [2021-06-09T04:22:47.256Z] Removing intermediate container 32948fa61b7d [2021-06-09T04:22:47.256Z] ---> ad643006a25b [2021-06-09T04:22:47.256Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-09T04:22:47.521Z] ---> Running in bcda56bf037e [2021-06-09T04:22:47.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T04:22:47.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T04:22:47.783Z] (1/39) Installing readline (8.0.4-r0) [2021-06-09T04:22:47.783Z] (2/39) Installing bash (5.0.17-r0) [2021-06-09T04:22:47.783Z] Executing bash-5.0.17-r0.post-install [2021-06-09T04:22:47.783Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:22:47.783Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-09T04:22:47.783Z] (5/39) Installing curl (7.77.0-r0) [2021-06-09T04:22:47.783Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-09T04:22:47.783Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-09T04:22:47.783Z] (8/39) Installing expat (2.2.9-r1) [2021-06-09T04:22:47.783Z] (9/39) Installing libffi (3.3-r2) [2021-06-09T04:22:47.783Z] (10/39) Installing gdbm (1.13-r1) [2021-06-09T04:22:47.783Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-09T04:22:47.783Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-09T04:22:47.783Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-09T04:22:48.357Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-09T04:22:48.358Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-09T04:22:48.358Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-09T04:22:48.358Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-09T04:22:48.358Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-09T04:22:48.358Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-09T04:22:48.358Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-09T04:22:48.358Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-09T04:22:48.358Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-09T04:22:48.358Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-09T04:22:48.358Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-09T04:22:48.358Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-09T04:22:48.358Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-09T04:22:48.358Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-09T04:22:48.619Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-09T04:22:48.619Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-09T04:22:48.619Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-09T04:22:48.619Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-09T04:22:48.619Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-09T04:22:48.619Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-09T04:22:48.619Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-09T04:22:48.619Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-09T04:22:48.619Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-09T04:22:48.619Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-09T04:22:48.619Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-09T04:22:48.619Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-09T04:22:48.619Z] Executing busybox-1.31.1-r19.trigger [2021-06-09T04:22:48.619Z] OK: 72 MiB in 59 packages [2021-06-09T04:22:49.200Z] Collecting docker-compose==1.23.2 [2021-06-09T04:22:49.200Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-09T04:22:51.412Z] Collecting PyYAML<4,>=3.10 [2021-06-09T04:22:51.412Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-09T04:22:51.412Z] Collecting texttable<0.10,>=0.9.0 [2021-06-09T04:22:51.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-09T04:22:51.412Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-09T04:22:51.412Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-09T04:22:51.412Z] Collecting jsonschema<3,>=2.5.1 [2021-06-09T04:22:51.412Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-09T04:22:51.412Z] Collecting docker<4.0,>=3.6.0 [2021-06-09T04:22:51.412Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-09T04:22:51.412Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-09T04:22:51.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-09T04:22:51.412Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-09T04:22:51.412Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-09T04:22:51.412Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-09T04:22:51.412Z] Collecting docopt<0.7,>=0.6.1 [2021-06-09T04:22:51.412Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-09T04:22:51.412Z] Collecting cached-property<2,>=1.2.0 [2021-06-09T04:22:51.412Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-09T04:22:51.412Z] Collecting idna<2.8,>=2.5 [2021-06-09T04:22:51.412Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-09T04:22:51.412Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-09T04:22:51.412Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-09T04:22:51.676Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-09T04:22:51.676Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-09T04:22:51.676Z] Collecting docker-pycreds>=0.4.0 [2021-06-09T04:22:51.676Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-09T04:22:51.676Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-09T04:22:51.676Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-09T04:22:51.676Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-09T04:22:51.676Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-09T04:22:51.676Z] Installing collected packages: PyYAML, texttable, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, docker-compose [2021-06-09T04:22:51.676Z] Running setup.py install for PyYAML: started [2021-06-09T04:22:52.250Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-09T04:22:52.250Z] Running setup.py install for texttable: started [2021-06-09T04:22:52.520Z] Running setup.py install for texttable: finished with status 'done' [2021-06-09T04:22:52.520Z] Attempting uninstall: idna [2021-06-09T04:22:52.520Z] Found existing installation: idna 2.9 [2021-06-09T04:22:52.520Z] Uninstalling idna-2.9: [2021-06-09T04:22:52.520Z] Successfully uninstalled idna-2.9 [2021-06-09T04:22:52.520Z] Attempting uninstall: urllib3 [2021-06-09T04:22:52.520Z] Found existing installation: urllib3 1.25.9 [2021-06-09T04:22:52.520Z] Uninstalling urllib3-1.25.9: [2021-06-09T04:22:52.520Z] Successfully uninstalled urllib3-1.25.9 [2021-06-09T04:22:52.783Z] Attempting uninstall: requests [2021-06-09T04:22:52.783Z] Found existing installation: requests 2.23.0 [2021-06-09T04:22:52.783Z] Uninstalling requests-2.23.0: [2021-06-09T04:22:52.783Z] Successfully uninstalled requests-2.23.0 [2021-06-09T04:22:53.045Z] Running setup.py install for dockerpty: started [2021-06-09T04:22:53.309Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-09T04:22:53.309Z] Running setup.py install for docopt: started [2021-06-09T04:22:53.572Z] Running setup.py install for docopt: finished with status 'done' [2021-06-09T04:22:53.834Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-06-09T04:22:57.136Z] Removing intermediate container bcda56bf037e [2021-06-09T04:22:57.136Z] ---> 8de1eb9e94a5 [2021-06-09T04:22:57.136Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-09T04:22:57.136Z] ---> Running in 8831ae8b9ebe [2021-06-09T04:22:57.136Z] Removing intermediate container 8831ae8b9ebe [2021-06-09T04:22:57.136Z] ---> 89502a23792d [2021-06-09T04:22:57.136Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-09T04:22:57.136Z] ---> Running in d039af618780 [2021-06-09T04:22:57.136Z] Removing intermediate container d039af618780 [2021-06-09T04:22:57.136Z] ---> 84933f2d2dc9 [2021-06-09T04:22:57.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-09T04:22:57.136Z] ---> 3b18e05cea73 [2021-06-09T04:22:57.136Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-09T04:22:57.402Z] ---> 704fa7cebd95 [2021-06-09T04:22:57.403Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-09T04:22:57.403Z] ---> f6a424acf92c [2021-06-09T04:22:57.403Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-09T04:22:57.663Z] ---> Running in dc3f9bb97a3b [2021-06-09T04:22:57.664Z] Removing intermediate container dc3f9bb97a3b [2021-06-09T04:22:57.664Z] ---> 66e54cf049fb [2021-06-09T04:22:57.664Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:22:57.664Z] ---> Running in 78589f4ecaa6 [2021-06-09T04:22:57.664Z] Removing intermediate container 78589f4ecaa6 [2021-06-09T04:22:57.664Z] ---> 419560c72a05 [2021-06-09T04:22:57.664Z] Step 22/24 : LABEL arch=x86_64 [2021-06-09T04:22:57.664Z] ---> Running in 3edab7a3e77c [2021-06-09T04:22:57.945Z] Removing intermediate container 3edab7a3e77c [2021-06-09T04:22:57.945Z] ---> ad5e7a9561fa [2021-06-09T04:22:57.945Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:22:57.945Z] ---> Running in b61571cbe36d [2021-06-09T04:22:57.945Z] Removing intermediate container b61571cbe36d [2021-06-09T04:22:57.945Z] ---> 8d71afdec64b [2021-06-09T04:22:57.945Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:22:57.945Z] ---> Running in d0e48dc1f00a [2021-06-09T04:22:58.206Z] Removing intermediate container d0e48dc1f00a [2021-06-09T04:22:58.206Z] ---> 99fe18eba8ec [2021-06-09T04:22:58.206Z] [2021-06-09T04:22:58.206Z] Successfully built 99fe18eba8ec [2021-06-09T04:22:58.206Z] Successfully tagged sys-mgmt-agent:latest [2021-06-09T04:22:58.475Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-09T04:22:58.476Z] $ docker stop --time=1 b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 [2021-06-09T04:22:59.778Z] $ docker rm -f b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T04:23:02.395Z] + docker images [2021-06-09T04:23:02.395Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-09T04:23:02.395Z] sys-mgmt-agent latest 99fe18eba8ec 5 seconds ago 312MB [2021-06-09T04:23:02.395Z] 04b0215ea69c 19 seconds ago 1.15GB [2021-06-09T04:23:02.395Z] support-notifications latest c2d1ab8e414e 19 seconds ago 16.6MB [2021-06-09T04:23:02.395Z] core-command latest 945ad0db6319 19 seconds ago 15.9MB [2021-06-09T04:23:02.395Z] support-scheduler latest aac1e4312a14 20 seconds ago 15.9MB [2021-06-09T04:23:02.395Z] 41c260235fc9 23 seconds ago 1.14GB [2021-06-09T04:23:02.395Z] 46f9a8970467 23 seconds ago 1.15GB [2021-06-09T04:23:02.395Z] df713b21c771 23 seconds ago 1.15GB [2021-06-09T04:23:02.395Z] core-data latest 2b388532ff15 About a minute ago 20.2MB [2021-06-09T04:23:02.395Z] security-bootstrapper latest b83d3ff090df About a minute ago 18.2MB [2021-06-09T04:23:02.395Z] core-metadata latest f1c8484ee257 About a minute ago 16.6MB [2021-06-09T04:23:02.395Z] security-secretstore-setup latest 9dd846b38a54 About a minute ago 28.1MB [2021-06-09T04:23:02.395Z] security-proxy-setup latest 8a77055ece56 About a minute ago 25.3MB [2021-06-09T04:23:02.395Z] ebf6e1b437d2 About a minute ago 1.15GB [2021-06-09T04:23:02.395Z] fd69256dc88b About a minute ago 1.15GB [2021-06-09T04:23:02.395Z] c8e62c1a21ac About a minute ago 1.15GB [2021-06-09T04:23:02.395Z] a76bbe672b50 About a minute ago 1.15GB [2021-06-09T04:23:02.395Z] a744dbc065a0 About a minute ago 1.14GB [2021-06-09T04:23:02.395Z] ci-base-image-x86_64 latest ef2b63ea0a3a 6 minutes ago 648MB [2021-06-09T04:23:02.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB [2021-06-09T04:23:02.395Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-09T04:23:02.395Z] alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB [2021-06-09T04:23:02.395Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-06-09T04:23:02.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 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) Stage "Snap" skipped due to when conditional [Pipeline] } [2021-06-09T04:23:05.018Z] Removing intermediate container 6cc0e75934ab [2021-06-09T04:23:05.018Z] ---> c34ef655632e [2021-06-09T04:23:05.018Z] Successfully built c34ef655632e [2021-06-09T04:23:05.018Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:23:05.548Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T04:23:05.548Z] . [Pipeline] withDockerContainer [2021-06-09T04:23:05.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container [2021-06-09T04:23:05.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-09T04:23:07.525Z] $ docker top 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:23:10.651Z] + go version [2021-06-09T04:23:10.651Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-09T04:23:10.675Z] $ docker stop --time=1 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 [2021-06-09T04:23:12.513Z] $ docker rm -f 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:23:13.265Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T04:23:13.265Z] . [Pipeline] withDockerContainer [2021-06-09T04:23:15.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container [2021-06-09T04:23:15.915Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-09T04:23:17.421Z] $ docker top 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-09T04:23:17.781Z] ========================================================= [2021-06-09T04:23:17.781Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-09T04:23:17.781Z] ========================================================= [Pipeline] sh [2021-06-09T04:23:20.772Z] + go mod tidy [Pipeline] sh [2021-06-09T04:23:22.503Z] + make test [2021-06-09T04:23:22.503Z] go mod tidy [2021-06-09T04:23:23.105Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T04:23:49.090Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-09T04:24:39.776Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-09T04:24:47.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-09T04:24:53.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-09T04:24:53.356Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-09T04:25:00.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-09T04:25:00.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-09T04:25:00.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-09T04:25:00.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-09T04:25:00.404Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-09T04:25:01.852Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-09T04:25:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-09T04:25:12.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.160s coverage: 28.7% of statements [2021-06-09T04:25:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.329s coverage: 100.0% of statements [2021-06-09T04:25:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-09T04:25:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-09T04:25:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-09T04:25:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.175s coverage: 81.2% of statements [2021-06-09T04:25:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-09T04:25:19.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.334s coverage: 53.4% of statements [2021-06-09T04:25:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-09T04:25:19.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-09T04:25:22.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.526s coverage: 87.7% of statements [2021-06-09T04:25:22.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-09T04:25:22.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:25:22.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.187s coverage: 78.9% of statements [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-09T04:25:22.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 95.1% of statements [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.211s coverage: 58.8% of statements [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.191s coverage: 60.0% of statements [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.347s coverage: 0.8% of statements [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.226s coverage: 22.0% of statements [2021-06-09T04:25:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.204s coverage: 47.1% of statements [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.243s coverage: 79.5% of statements [2021-06-09T04:25:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.249s coverage: 94.1% of statements [2021-06-09T04:25:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.238s coverage: 96.3% of statements [2021-06-09T04:25:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements [2021-06-09T04:25:41.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.234s coverage: 94.4% of statements [2021-06-09T04:25:41.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.156s coverage: 44.8% of statements [2021-06-09T04:25:46.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.517s coverage: 81.8% of statements [2021-06-09T04:25:46.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.235s coverage: 92.9% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.138s coverage: 100.0% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.182s coverage: 76.0% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.0% of statements [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.210s coverage: 87.2% of statements [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.246s coverage: 85.4% of statements [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.294s coverage: 91.2% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.632s coverage: 64.4% of statements [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-09T04:25:54.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-06-09T04:25:54.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-06-09T04:25:56.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements [2021-06-09T04:25:56.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-06-09T04:25:59.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.013s coverage: 66.9% of statements [2021-06-09T04:25:59.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-09T04:25:59.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-09T04:25:59.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-09T04:26:01.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.785s coverage: 43.6% of statements [2021-06-09T04:26:01.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-09T04:26:01.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-09T04:26:01.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.114s coverage: 84.8% of statements [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-09T04:26:01.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.228s coverage: 19.3% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.510s coverage: 91.9% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.199s coverage: 62.7% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.354s coverage: 97.6% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-06-09T04:26:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.209s coverage: 28.1% of statements [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-09T04:26:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-09T04:26:10.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.163s coverage: 28.9% of statements [2021-06-09T04:26:10.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-09T04:26:10.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-09T04:26:10.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-09T04:26:10.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-09T04:26:10.632Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-09T04:26:10.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-06-09T04:26:10.632Z] GO111MODULE=on go vet ./... [2021-06-09T04:27:43.294Z] gofmt -l . [2021-06-09T04:27:43.294Z] [ "`gofmt -l .`" = "" ] [2021-06-09T04:27:43.294Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-09T04:27:46.167Z] + ls -al . [2021-06-09T04:27:46.167Z] total 556 [2021-06-09T04:27:46.167Z] drwxrwxr-x 9 1001 1001 4096 Jun 9 04:27 . [2021-06-09T04:27:46.167Z] drwxr-xr-x 4 root root 4096 Jun 9 04:23 .. [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 11 Jun 9 04:21 .dockerignore [2021-06-09T04:27:46.167Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 04:21 .git [2021-06-09T04:27:46.167Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 04:21 .github [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 818 Jun 9 04:21 .gitignore [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 166 Jun 9 04:21 .sonarcloud.properties [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 8609 Jun 9 04:21 Attribution.txt [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 3804 Jun 9 04:21 CONTRIBUTING.md [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 931 Jun 9 04:21 Dockerfile.build [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 849 Jun 9 04:21 Jenkinsfile [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 10775 Jun 9 04:21 LICENSE [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 5605 Jun 9 04:21 Makefile [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 7978 Jun 9 04:21 README.md [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 7071 Jun 9 04:21 SECURITY.md [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 5 Jun 9 04:15 VERSION [2021-06-09T04:27:46.167Z] -rw-rw-r-- 1 1001 1001 4131 Jun 9 04:21 ZMQWindows.md [2021-06-09T04:27:46.167Z] drwxrwxr-x 2 1001 1001 4096 Jun 9 04:21 bin [2021-06-09T04:27:46.168Z] drwxrwxr-x 14 1001 1001 4096 Jun 9 04:21 cmd [2021-06-09T04:27:46.168Z] -rw-r--r-- 1 root root 411487 Jun 9 04:26 coverage.out [2021-06-09T04:27:46.168Z] -rw-rw-r-- 1 1001 1001 902 Jun 9 04:21 go.mod [2021-06-09T04:27:46.168Z] -rw-r--r-- 1 root root 21230 Jun 9 04:23 go.sum [2021-06-09T04:27:46.168Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 04:21 internal [2021-06-09T04:27:46.168Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 04:21 openapi [2021-06-09T04:27:46.168Z] drwxrwxr-x 4 1001 1001 4096 Jun 9 04:21 snap [2021-06-09T04:27:46.168Z] -rw-rw-r-- 1 1001 1001 168 Jun 9 04:21 version.go [Pipeline] sh [2021-06-09T04:27:48.608Z] + '[' -e coverage.out ] [2021-06-09T04:27:48.608Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-09T04:27:48.628Z] Warning: overwriting stash ‘coverage-report’ [2021-06-09T04:27:51.281Z] Stashed 1 file(s) [Pipeline] sh [2021-06-09T04:27:51.959Z] + make build [2021-06-09T04:27:51.959Z] go mod tidy [2021-06-09T04:27:54.378Z] 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-06-09T04:27:58.687Z] 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-06-09T04:28:22.354Z] 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-06-09T04:28:24.944Z] 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-06-09T04:28:27.833Z] 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-06-09T04:28:30.108Z] 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-06-09T04:28:32.901Z] 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-06-09T04:28:37.471Z] 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-06-09T04:28:40.093Z] 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-06-09T04:28:42.798Z] 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-06-09T04:28:47.634Z] 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-06-09T04:28:50.094Z] 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-06-09T04:28:54.715Z] $ docker stop --time=1 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 [2021-06-09T04:28:57.141Z] $ docker rm -f 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:29:04.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T04:29:04.658Z] [2021-06-09T04:29:04.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:29:05.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T04:29:05.294Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-09T04:29:05.294Z] 29e5d40040c1: Pulling fs layer [2021-06-09T04:29:05.294Z] 1ce36da41761: Pulling fs layer [2021-06-09T04:29:05.294Z] 25b303627fd3: Pulling fs layer [2021-06-09T04:29:05.582Z] 29e5d40040c1: Verifying Checksum [2021-06-09T04:29:05.582Z] 29e5d40040c1: Download complete [2021-06-09T04:29:10.373Z] 1ce36da41761: Verifying Checksum [2021-06-09T04:29:10.373Z] 1ce36da41761: Download complete [2021-06-09T04:29:10.373Z] 29e5d40040c1: Pull complete [2021-06-09T04:29:10.373Z] 1ce36da41761: Pull complete [2021-06-09T04:29:10.373Z] 25b303627fd3: Verifying Checksum [2021-06-09T04:29:10.373Z] 25b303627fd3: Download complete [2021-06-09T04:29:19.263Z] 25b303627fd3: Pull complete [2021-06-09T04:29:19.263Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-09T04:29:19.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T04:29:19.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-09T04:29:23.989Z] prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container [2021-06-09T04:29:26.283Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-09T04:29:30.872Z] $ docker top 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:29:37.641Z] + docker-compose build --help [2021-06-09T04:29:37.641Z] + grep parallel [2021-06-09T04:29:37.641Z] --parallel Build images in parallel. [Pipeline] } [2021-06-09T04:29:37.658Z] $ docker stop --time=1 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 [2021-06-09T04:29:39.999Z] $ docker rm -f 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T04:29:51.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T04:29:51.901Z] . [Pipeline] withDockerContainer [2021-06-09T04:29:58.986Z] prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container [2021-06-09T04:30:01.243Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-09T04:30:03.908Z] $ docker top fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T04:30:15.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-09T04:30:15.353Z] Building core-command ... [2021-06-09T04:30:15.353Z] Building core-data ... [2021-06-09T04:30:15.353Z] Building core-metadata ... [2021-06-09T04:30:15.353Z] Building security-bootstrapper ... [2021-06-09T04:30:15.353Z] Building security-proxy-setup ... [2021-06-09T04:30:15.353Z] Building security-secretstore-setup ... [2021-06-09T04:30:15.353Z] Building support-notifications ... [2021-06-09T04:30:15.353Z] Building support-scheduler ... [2021-06-09T04:30:15.353Z] Building sys-mgmt-agent ... [2021-06-09T04:30:15.353Z] Building core-data [2021-06-09T04:30:15.353Z] Building security-secretstore-setup [2021-06-09T04:30:15.353Z] Building core-metadata [2021-06-09T04:30:15.353Z] Building support-notifications [2021-06-09T04:30:15.353Z] Building support-scheduler [2021-06-09T04:31:27.094Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:31:27.094Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:31:27.094Z] ---> c34ef655632e [2021-06-09T04:31:27.094Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T04:31:27.094Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:31:27.094Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:31:27.094Z] ---> c34ef655632e [2021-06-09T04:31:27.094Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T04:31:27.094Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:31:27.094Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:31:27.094Z] ---> c34ef655632e [2021-06-09T04:31:27.094Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:31:27.094Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:31:27.094Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:31:27.094Z] ---> c34ef655632e [2021-06-09T04:31:27.094Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:31:27.094Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:31:27.094Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:31:27.094Z] ---> c34ef655632e [2021-06-09T04:31:27.094Z] Step 3/26 : WORKDIR /edgex-go [2021-06-09T04:31:27.094Z] ---> Running in ba7c82d05a8d [2021-06-09T04:31:27.094Z] ---> Running in a7f35df99717 [2021-06-09T04:31:27.094Z] ---> Running in 994dadd31e8e [2021-06-09T04:31:27.094Z] ---> Running in 0041069a0278 [2021-06-09T04:31:27.094Z] ---> Running in 5a1935521034 [2021-06-09T04:31:27.094Z] Removing intermediate container 5a1935521034 [2021-06-09T04:31:27.094Z] Removing intermediate container 994dadd31e8e [2021-06-09T04:31:27.094Z] ---> 82a6802d87e7 [2021-06-09T04:31:27.094Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> c1cd645788ce [2021-06-09T04:31:27.094Z] Removing intermediate container a7f35df99717 [2021-06-09T04:31:27.094Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:31:27.094Z] [2021-06-09T04:31:27.094Z] ---> 2ffa3581a6d4 [2021-06-09T04:31:27.094Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:31:27.094Z] Removing intermediate container ba7c82d05a8d [2021-06-09T04:31:27.094Z] ---> b61a8934f249 [2021-06-09T04:31:27.094Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:31:27.094Z] Removing intermediate container 0041069a0278 [2021-06-09T04:31:27.094Z] ---> 9a406f6ee30d [2021-06-09T04:31:27.094Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:31:27.094Z] ---> Running in 6f693777aa93 [2021-06-09T04:31:27.094Z] ---> Running in 1d6aad96ebf9 [2021-06-09T04:31:27.095Z] ---> Running in 7b6e4d16caca [2021-06-09T04:31:27.095Z] ---> Running in 43e488076072 [2021-06-09T04:31:27.095Z] ---> Running in 199132dfe68b [2021-06-09T04:31:29.312Z] Removing intermediate container 6f693777aa93 [2021-06-09T04:31:29.312Z] ---> f3c482a31511 [2021-06-09T04:31:29.312Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T04:31:31.563Z] ---> Running in 35392aae992e [2021-06-09T04:31:31.563Z] Removing intermediate container 1d6aad96ebf9 [2021-06-09T04:31:31.563Z] ---> cd8fcc184f49 [2021-06-09T04:31:31.563Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-09T04:31:31.563Z] ---> Running in 1698040fe9ae [2021-06-09T04:31:31.563Z] Removing intermediate container 43e488076072 [2021-06-09T04:31:31.563Z] ---> a2b76a10e20e [2021-06-09T04:31:31.563Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-09T04:31:31.563Z] Removing intermediate container 7b6e4d16caca [2021-06-09T04:31:31.563Z] ---> 2b8c5a64202d [2021-06-09T04:31:31.563Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-09T04:31:31.563Z] ---> Running in 195e0a3c59fc [2021-06-09T04:31:31.563Z] ---> Running in 446b8cb63bbb [2021-06-09T04:31:31.563Z] Removing intermediate container 199132dfe68b [2021-06-09T04:31:31.563Z] ---> c68c0af6d9c1 [2021-06-09T04:31:31.563Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-09T04:31:31.563Z] ---> Running in f982a7084e70 [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] OK: 218 MiB in 52 packages [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:33.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:36.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:31:36.257Z] OK: 218 MiB in 52 packages [2021-06-09T04:31:36.257Z] OK: 218 MiB in 52 packages [2021-06-09T04:31:36.257Z] OK: 218 MiB in 52 packages [2021-06-09T04:31:36.257Z] OK: 218 MiB in 52 packages [2021-06-09T04:31:36.257Z] Removing intermediate container 35392aae992e [2021-06-09T04:31:36.257Z] ---> 5db758dab066 [2021-06-09T04:31:36.257Z] Step 6/24 : COPY go.mod . [2021-06-09T04:31:36.257Z] Removing intermediate container 1698040fe9ae [2021-06-09T04:31:36.257Z] ---> ff48effe4b43 [2021-06-09T04:31:36.257Z] Step 6/23 : COPY go.mod . [2021-06-09T04:31:38.455Z] Removing intermediate container 446b8cb63bbb [2021-06-09T04:31:38.455Z] ---> a302def2471b [2021-06-09T04:31:38.455Z] Step 6/23 : COPY go.mod . [2021-06-09T04:31:38.455Z] ---> f45764dbe94f [2021-06-09T04:31:38.455Z] Step 7/24 : RUN go mod download [2021-06-09T04:31:38.455Z] Removing intermediate container 195e0a3c59fc [2021-06-09T04:31:38.455Z] ---> 8e4246b3924e [2021-06-09T04:31:38.455Z] Step 6/26 : COPY go.mod . [2021-06-09T04:31:38.455Z] ---> Running in 2fc8fc595e99 [2021-06-09T04:31:38.455Z] Removing intermediate container f982a7084e70 [2021-06-09T04:31:38.455Z] ---> a790aea263ba [2021-06-09T04:31:38.455Z] Step 6/24 : COPY go.mod . [2021-06-09T04:31:38.455Z] ---> 1d5a1c92cf29 [2021-06-09T04:31:38.455Z] Step 7/23 : RUN go mod download [2021-06-09T04:31:38.455Z] ---> 53af9199e279 [2021-06-09T04:31:38.455Z] Step 7/23 : RUN go mod download [2021-06-09T04:31:38.455Z] ---> Running in 00a2b3339382 [2021-06-09T04:31:38.455Z] ---> Running in f9062a73ebda [2021-06-09T04:31:38.455Z] ---> 750f715c1f9a [2021-06-09T04:31:38.455Z] Step 7/26 : RUN go mod download [2021-06-09T04:31:38.455Z] ---> Running in aa36e1ce24c2 [2021-06-09T04:31:40.764Z] ---> ec221b2bf603 [2021-06-09T04:31:40.764Z] Step 7/24 : RUN go mod download [2021-06-09T04:31:40.764Z] ---> Running in ab195558c6c8 [2021-06-09T04:31:43.187Z] Removing intermediate container 2fc8fc595e99 [2021-06-09T04:31:43.187Z] ---> 1ea667ea2780 [2021-06-09T04:31:43.187Z] Step 8/24 : COPY . . [2021-06-09T04:31:43.187Z] Removing intermediate container 00a2b3339382 [2021-06-09T04:31:43.187Z] ---> 3b8b10d3587c [2021-06-09T04:31:43.187Z] Step 8/23 : COPY . . [2021-06-09T04:31:43.187Z] Removing intermediate container f9062a73ebda [2021-06-09T04:31:43.187Z] ---> d39994c01029 [2021-06-09T04:31:43.187Z] Step 8/23 : COPY . . [2021-06-09T04:31:43.187Z] Removing intermediate container aa36e1ce24c2 [2021-06-09T04:31:43.187Z] ---> 5ec7fd659bcb [2021-06-09T04:31:43.187Z] Step 8/26 : COPY . . [2021-06-09T04:31:45.532Z] Removing intermediate container ab195558c6c8 [2021-06-09T04:31:45.532Z] ---> f52dbdb7f478 [2021-06-09T04:31:45.532Z] Step 8/24 : COPY . . [2021-06-09T04:32:06.223Z] ---> ba2cf662a8ba [2021-06-09T04:32:06.223Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:32:06.223Z] ---> c3282961c570 [2021-06-09T04:32:06.223Z] Step 9/23 : RUN go mod tidy [2021-06-09T04:32:06.223Z] ---> 820606ea2f72 [2021-06-09T04:32:06.223Z] Step 9/23 : RUN go mod tidy [2021-06-09T04:32:06.223Z] ---> 2cdd919bb229 [2021-06-09T04:32:06.223Z] Step 9/26 : RUN go mod tidy [2021-06-09T04:32:06.223Z] ---> Running in daf2ac7412b1 [2021-06-09T04:32:06.223Z] ---> Running in 095ec0f26d24 [2021-06-09T04:32:06.223Z] ---> Running in 652cee97c4cc [2021-06-09T04:32:06.223Z] ---> Running in dcfaa8f31dbe [2021-06-09T04:32:06.223Z] ---> a847810de2c5 [2021-06-09T04:32:06.223Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:32:06.223Z] ---> Running in c0850b2d4a55 [2021-06-09T04:32:17.359Z] Removing intermediate container daf2ac7412b1 [2021-06-09T04:32:19.670Z] ---> 8409b70fb75c [2021-06-09T04:32:19.670Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-09T04:32:19.670Z] ---> Running in 2fd935785f5d [2021-06-09T04:32:19.670Z] Removing intermediate container 652cee97c4cc [2021-06-09T04:32:19.670Z] ---> 58e2e06ba2e0 [2021-06-09T04:32:19.670Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-09T04:32:19.670Z] ---> Running in bc312f91043b [2021-06-09T04:32:19.670Z] Removing intermediate container dcfaa8f31dbe [2021-06-09T04:32:19.670Z] ---> c254a1463cb0 [2021-06-09T04:32:19.670Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-09T04:32:19.670Z] Removing intermediate container 095ec0f26d24 [2021-06-09T04:32:19.670Z] ---> 8968aeae81f7 [2021-06-09T04:32:19.670Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-09T04:32:19.670Z] Removing intermediate container c0850b2d4a55 [2021-06-09T04:32:19.670Z] ---> e37457e75f5c [2021-06-09T04:32:19.670Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-09T04:32:19.670Z] ---> Running in 328012df2577 [2021-06-09T04:32:19.670Z] ---> Running in d8ca4ffbabdf [2021-06-09T04:32:19.670Z] ---> Running in 49380eac78eb [2021-06-09T04:32:19.670Z] 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-06-09T04:32:19.670Z] 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-06-09T04:32:35.153Z] Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-1184: java.lang.InterruptedException [2021-06-09T04:32:50.600Z] 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-06-09T04:32:50.600Z] 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-06-09T04:32:50.600Z] 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-06-09T04:34:09.739Z] 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-06-09T04:34:39.139Z] Removing intermediate container bc312f91043b [2021-06-09T04:34:39.139Z] ---> c3b1efeb2ece [2021-06-09T04:34:39.139Z] [2021-06-09T04:34:39.139Z] Step 11/26 : FROM alpine:3.12 [2021-06-09T04:34:39.139Z] 3.12: Pulling from library/alpine [2021-06-09T04:34:39.139Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T04:34:39.139Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T04:34:39.139Z] ---> 9852663dfa18 [2021-06-09T04:34:39.139Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-09T04:34:39.139Z] ---> Running in 452cc3ea62e7 [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-09T04:34:39.139Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:34:39.139Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-09T04:34:39.139Z] (4/6) Installing curl (7.77.0-r0) [2021-06-09T04:34:39.139Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-09T04:34:39.139Z] (6/6) Installing su-exec (0.2-r1) [2021-06-09T04:34:39.139Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:34:39.139Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:34:39.139Z] OK: 7 MiB in 20 packages [2021-06-09T04:34:39.139Z] Removing intermediate container d8ca4ffbabdf [2021-06-09T04:34:39.139Z] ---> 9e67442756bf [2021-06-09T04:34:39.139Z] [2021-06-09T04:34:39.139Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T04:34:39.139Z] ---> 9852663dfa18 [2021-06-09T04:34:39.139Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:34:39.139Z] ---> Running in 9193b40423af [2021-06-09T04:34:39.139Z] Removing intermediate container 452cc3ea62e7 [2021-06-09T04:34:39.139Z] ---> 86997bcf98bd [2021-06-09T04:34:39.139Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T04:34:39.139Z] ---> Running in aadd82c2cde1 [2021-06-09T04:34:39.139Z] Removing intermediate container 328012df2577 [2021-06-09T04:34:39.139Z] ---> 0aeb1f173c3f [2021-06-09T04:34:39.139Z] [2021-06-09T04:34:39.139Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T04:34:39.139Z] ---> 9852663dfa18 [2021-06-09T04:34:39.139Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-09T04:34:39.139Z] ---> Running in b5abf05da30f [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] Removing intermediate container aadd82c2cde1 [2021-06-09T04:34:39.139Z] ---> 1888e2e820fe [2021-06-09T04:34:39.139Z] Step 14/26 : WORKDIR / [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] ---> Running in ca29edd87cf4 [2021-06-09T04:34:39.139Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T04:34:39.139Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:34:39.139Z] OK: 5 MiB in 15 packages [2021-06-09T04:34:39.139Z] Removing intermediate container 2fd935785f5d [2021-06-09T04:34:39.139Z] ---> c95ed29a7570 [2021-06-09T04:34:39.139Z] [2021-06-09T04:34:39.139Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:34:39.139Z] ---> 9852663dfa18 [2021-06-09T04:34:39.139Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:34:39.139Z] Removing intermediate container ca29edd87cf4 [2021-06-09T04:34:39.139Z] ---> 7a21b882ecb1 [2021-06-09T04:34:39.139Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] ---> Running in 0c7560642c95 [2021-06-09T04:34:39.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.139Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-09T04:34:39.139Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-09T04:34:39.139Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:34:39.139Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:34:39.139Z] Removing intermediate container 9193b40423af [2021-06-09T04:34:39.139Z] ---> 765d4639adb9 [2021-06-09T04:34:39.139Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:34:39.139Z] OK: 6 MiB in 16 packages [2021-06-09T04:34:39.139Z] ---> Running in 8ea5fecd5367 [2021-06-09T04:34:39.139Z] ---> 2853c2106a84 [2021-06-09T04:34:39.140Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-09T04:34:39.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.140Z] Removing intermediate container 8ea5fecd5367 [2021-06-09T04:34:39.140Z] ---> fb485a6ae512 [2021-06-09T04:34:39.140Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-09T04:34:39.140Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T04:34:39.140Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:34:39.140Z] OK: 5 MiB in 15 packages [2021-06-09T04:34:39.140Z] ---> Running in 31265bd06b9c [2021-06-09T04:34:39.140Z] ---> 25a2c7c1e05d [2021-06-09T04:34:39.140Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-09T04:34:39.140Z] Removing intermediate container b5abf05da30f [2021-06-09T04:34:39.140Z] ---> d0b5305444aa [2021-06-09T04:34:39.140Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:34:39.140Z] Removing intermediate container 31265bd06b9c [2021-06-09T04:34:39.140Z] ---> c80475a16cbc [2021-06-09T04:34:39.140Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T04:34:39.140Z] ---> Running in 895433da5809 [2021-06-09T04:34:39.140Z] ---> Running in 283e50fe9326 [2021-06-09T04:34:39.140Z] Removing intermediate container 0c7560642c95 [2021-06-09T04:34:39.140Z] ---> 3e74fd5855d3 [2021-06-09T04:34:39.140Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:34:39.140Z] ---> Running in de09374fa8e1 [2021-06-09T04:34:39.140Z] ---> 391c5ab25225 [2021-06-09T04:34:39.140Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-09T04:34:39.140Z] Removing intermediate container 895433da5809 [2021-06-09T04:34:39.140Z] ---> c2506968200a [2021-06-09T04:34:39.140Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:34:39.140Z] Removing intermediate container 283e50fe9326 [2021-06-09T04:34:39.140Z] ---> daa373983fa3 [2021-06-09T04:34:39.140Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-09T04:34:39.140Z] Removing intermediate container de09374fa8e1 [2021-06-09T04:34:39.140Z] ---> 44936960ddda [2021-06-09T04:34:39.140Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-09T04:34:39.140Z] ---> Running in e94540e46d35 [2021-06-09T04:34:39.140Z] ---> Running in a3140e995fc9 [2021-06-09T04:34:39.140Z] ---> 95116e599fdb [2021-06-09T04:34:39.140Z] ---> fcde602ff25e [2021-06-09T04:34:39.140Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-09T04:34:39.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-09T04:34:39.140Z] Removing intermediate container e94540e46d35 [2021-06-09T04:34:39.140Z] ---> 6edce7e8ba89 [2021-06-09T04:34:39.140Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T04:34:39.140Z] Removing intermediate container 49380eac78eb [2021-06-09T04:34:39.140Z] ---> bcb9093f08c0 [2021-06-09T04:34:39.140Z] [2021-06-09T04:34:39.140Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:34:39.140Z] ---> 9852663dfa18 [2021-06-09T04:34:39.140Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-09T04:34:39.140Z] Removing intermediate container a3140e995fc9 [2021-06-09T04:34:39.140Z] ---> 03bbcdc3fdaa [2021-06-09T04:34:39.140Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T04:34:39.140Z] ---> Running in 53e5b004eded [2021-06-09T04:34:39.140Z] ---> Running in ce4472bd1791 [2021-06-09T04:34:39.140Z] ---> Running in 2cd46c2b3803 [2021-06-09T04:34:39.140Z] ---> 838015fed621 [2021-06-09T04:34:39.140Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-09T04:34:39.140Z] Removing intermediate container 53e5b004eded [2021-06-09T04:34:39.140Z] Removing intermediate container ce4472bd1791 [2021-06-09T04:34:39.140Z] ---> 41096e783857 [2021-06-09T04:34:39.140Z] ---> 63b357eb9d86 [2021-06-09T04:34:39.140Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 669cb85adb00 [2021-06-09T04:34:39.140Z] [2021-06-09T04:34:39.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 13/24 : ENV APP_PORT=59880 [2021-06-09T04:34:39.140Z] [2021-06-09T04:34:39.140Z] Removing intermediate container 2cd46c2b3803 [2021-06-09T04:34:39.140Z] ---> c0512ea93581 [2021-06-09T04:34:39.140Z] Step 16/24 : WORKDIR / [2021-06-09T04:34:39.140Z] ---> Running in 1b6d0c4e9e77 [2021-06-09T04:34:39.140Z] ---> Running in a64e88d45539 [2021-06-09T04:34:39.140Z] Removing intermediate container 1b6d0c4e9e77 [2021-06-09T04:34:39.140Z] ---> d3620f9dbf4d [2021-06-09T04:34:39.140Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-09T04:34:39.140Z] ---> 3a3c71e4e4c8 [2021-06-09T04:34:39.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-09T04:34:39.140Z] ---> Running in 87b4541845ec [2021-06-09T04:34:39.140Z] Removing intermediate container a64e88d45539 [2021-06-09T04:34:39.140Z] ---> 4f6e4e95a4d8 [2021-06-09T04:34:39.140Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:34:39.140Z] ---> 11a246356f0a [2021-06-09T04:34:39.140Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-09T04:34:39.140Z] ---> 914d77ab318a [2021-06-09T04:34:39.140Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-09T04:34:39.140Z] ---> Running in d228266f183d [2021-06-09T04:34:39.140Z] Removing intermediate container 87b4541845ec [2021-06-09T04:34:39.140Z] ---> def84416d0e9 [2021-06-09T04:34:39.140Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:34:39.140Z] Removing intermediate container d228266f183d [2021-06-09T04:34:39.140Z] ---> eb49b83fe9ab [2021-06-09T04:34:39.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:34:39.140Z] ---> Running in 6df2193adcc4 [2021-06-09T04:34:39.140Z] ---> 5fd2f78f32fd [2021-06-09T04:34:39.140Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-09T04:34:39.140Z] ---> Running in f19037da01ec [2021-06-09T04:34:39.140Z] ---> 0fc3c35d8d6e [2021-06-09T04:34:39.140Z] ---> ea556d13e07b [2021-06-09T04:34:39.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-09T04:34:39.140Z] Step 22/26 : 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-06-09T04:34:39.140Z] ---> Running in ec3170220b09 [2021-06-09T04:34:39.140Z] Removing intermediate container f19037da01ec [2021-06-09T04:34:39.140Z] ---> d005b6d15fcd [2021-06-09T04:34:39.140Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T04:34:39.140Z] ---> Running in c33f49e8817d [2021-06-09T04:34:39.140Z] ---> edbb405525f3 [2021-06-09T04:34:39.140Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-09T04:34:39.140Z] ---> Running in 8612c0458645 [2021-06-09T04:34:39.140Z] Removing intermediate container c33f49e8817d [2021-06-09T04:34:39.140Z] ---> 0d13a6bf2801 [2021-06-09T04:34:39.140Z] Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:34:39.140Z] ---> 94da53fbc27a [2021-06-09T04:34:39.140Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-09T04:34:39.140Z] ---> Running in 948f8c5e9b9f [2021-06-09T04:34:39.140Z] Removing intermediate container 8612c0458645 [2021-06-09T04:34:39.140Z] ---> 99c31b3ef441 [2021-06-09T04:34:39.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:34:39.140Z] ---> Running in 47d97b442153 [2021-06-09T04:34:39.140Z] Removing intermediate container 6df2193adcc4 [2021-06-09T04:34:39.140Z] ---> 6e101fd0d6a6 [2021-06-09T04:34:39.140Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-09T04:34:39.140Z] Removing intermediate container 948f8c5e9b9f [2021-06-09T04:34:39.140Z] ---> 940ed78cccd9 [2021-06-09T04:34:39.140Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T04:34:39.140Z] ---> Running in 80c9522f1927 [2021-06-09T04:34:39.140Z] ---> 15b9bab5813d [2021-06-09T04:34:39.140Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-09T04:34:39.140Z] ---> Running in f5412afc7c67 [2021-06-09T04:34:39.140Z] ---> Running in 28ab5730bf8c [2021-06-09T04:34:39.140Z] Removing intermediate container ec3170220b09 [2021-06-09T04:34:39.140Z] ---> 335035ae06b9 [2021-06-09T04:34:39.140Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-09T04:34:39.140Z] Removing intermediate container 47d97b442153 [2021-06-09T04:34:39.140Z] ---> ac1cdda0ee97 [2021-06-09T04:34:39.140Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T04:34:39.140Z] ---> Running in b1e9f44f7c78 [2021-06-09T04:34:39.140Z] ---> Running in 7420d30bf8b2 [2021-06-09T04:34:39.140Z] Removing intermediate container f5412afc7c67 [2021-06-09T04:34:39.140Z] ---> 2809431a802f [2021-06-09T04:34:39.140Z] [2021-06-09T04:34:39.140Z] Removing intermediate container 28ab5730bf8c [2021-06-09T04:34:39.140Z] ---> 6c510f656534 [2021-06-09T04:34:39.140Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:34:39.140Z] ---> Running in 3cc45b82657d [2021-06-09T04:34:39.140Z] Successfully built 2809431a802f [2021-06-09T04:34:39.140Z] Successfully tagged support-scheduler-arm64:latest [2021-06-09T04:34:39.140Z]  Building support-scheduler ... done Building security-bootstrapper [2021-06-09T04:34:39.140Z] Removing intermediate container b1e9f44f7c78 [2021-06-09T04:34:39.140Z] ---> a1c3d24ae18d [2021-06-09T04:34:39.140Z] Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:34:39.140Z] Removing intermediate container 7420d30bf8b2 [2021-06-09T04:34:39.140Z] ---> 8fb9c23de0a1 [2021-06-09T04:34:39.140Z] Step 24/26 : LABEL arch=arm64 [2021-06-09T04:34:39.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.140Z] ---> Running in 0710a42e423d [2021-06-09T04:34:39.140Z] ---> Running in c52bd6db24a4 [2021-06-09T04:34:39.140Z] Removing intermediate container 3cc45b82657d [2021-06-09T04:34:39.140Z] ---> 76d1cef0c59c [2021-06-09T04:34:39.140Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:34:39.140Z] ---> Running in 7600aa97290c [2021-06-09T04:34:39.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:34:39.140Z] Removing intermediate container c52bd6db24a4 [2021-06-09T04:34:39.140Z] ---> 24d5deb27a0a [2021-06-09T04:34:39.140Z] Step 25/26 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:34:39.140Z] Removing intermediate container 0710a42e423d [2021-06-09T04:34:39.140Z] ---> f8fd82dab101 [2021-06-09T04:34:39.140Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T04:35:10.240Z] ---> Running in 4b6432a2c51a [2021-06-09T04:35:10.240Z] ---> Running in 97d7ae67816f [2021-06-09T04:35:10.240Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-09T04:35:10.240Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-09T04:35:10.240Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-09T04:35:10.240Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-09T04:35:10.240Z] Removing intermediate container 7600aa97290c [2021-06-09T04:35:10.240Z] ---> 42ec8d2126b2 [2021-06-09T04:35:10.240Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:35:10.240Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-09T04:35:10.240Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-09T04:35:10.240Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:35:10.240Z] OK: 8 MiB in 20 packages [2021-06-09T04:35:10.240Z] ---> Running in 085cc9322457 [2021-06-09T04:35:10.240Z] Removing intermediate container 4b6432a2c51a [2021-06-09T04:35:10.240Z] Removing intermediate container 97d7ae67816f [2021-06-09T04:35:10.240Z] ---> 57f02d56fdf5 [2021-06-09T04:35:10.240Z] Step 26/26 : LABEL version=0.0.0 [2021-06-09T04:35:10.240Z] ---> 5eb051598129 [2021-06-09T04:35:10.240Z] [2021-06-09T04:35:10.240Z] Successfully built 5eb051598129 [2021-06-09T04:35:10.240Z] Successfully tagged support-notifications-arm64:latest [2021-06-09T04:35:10.240Z] Building security-proxy-setup [2021-06-09T04:35:10.240Z]  Building support-notifications ... done  ---> Running in cecca539616b [2021-06-09T04:35:10.240Z] Removing intermediate container 085cc9322457 [2021-06-09T04:35:10.240Z] ---> de8f25dd4f58 [2021-06-09T04:35:10.240Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:35:10.240Z] ---> Running in 2425e52da8b2 [2021-06-09T04:35:10.240Z] Removing intermediate container cecca539616b [2021-06-09T04:35:10.240Z] ---> 159d14f52711 [2021-06-09T04:35:10.240Z] [2021-06-09T04:35:10.240Z] Removing intermediate container 80c9522f1927 [2021-06-09T04:35:10.240Z] ---> f7c67083e135 [2021-06-09T04:35:10.240Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:35:10.240Z] Successfully built 159d14f52711 [2021-06-09T04:35:10.240Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-09T04:35:10.240Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2021-06-09T04:35:10.240Z] Removing intermediate container 2425e52da8b2 [2021-06-09T04:35:10.240Z] ---> fcfd0359669f [2021-06-09T04:35:10.240Z] [2021-06-09T04:35:10.240Z] Successfully built fcfd0359669f [2021-06-09T04:35:10.240Z] Successfully tagged core-metadata-arm64:latest [2021-06-09T04:35:10.240Z]  Building core-metadata ... done Building core-command [2021-06-09T04:35:10.240Z] ---> c1b5383a15ec [2021-06-09T04:35:10.240Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-09T04:35:10.240Z] ---> 03d051d8c678 [2021-06-09T04:35:10.240Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-09T04:35:10.240Z] ---> 897db377efa2 [2021-06-09T04:35:10.240Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-09T04:35:10.240Z] ---> Running in 92a078643756 [2021-06-09T04:35:10.240Z] Removing intermediate container 92a078643756 [2021-06-09T04:35:10.240Z] ---> 1f11e1c5b030 [2021-06-09T04:35:10.240Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:35:10.240Z] ---> Running in a46b7b9da926 [2021-06-09T04:35:10.240Z] Removing intermediate container a46b7b9da926 [2021-06-09T04:35:10.240Z] ---> 648fd6c0c176 [2021-06-09T04:35:10.240Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:35:10.240Z] ---> Running in f700eae503e0 [2021-06-09T04:35:10.240Z] Removing intermediate container f700eae503e0 [2021-06-09T04:35:10.240Z] ---> 63a5ecdbb8d8 [2021-06-09T04:35:10.240Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:35:10.240Z] ---> Running in 498a183e5213 [2021-06-09T04:35:10.240Z] Removing intermediate container 498a183e5213 [2021-06-09T04:35:10.240Z] ---> 6fea998f4ba9 [2021-06-09T04:35:10.240Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:35:10.240Z] ---> Running in 796ff119f785 [2021-06-09T04:35:10.240Z] Removing intermediate container 796ff119f785 [2021-06-09T04:35:10.240Z] ---> 9ac901af93ed [2021-06-09T04:35:10.240Z] [2021-06-09T04:35:10.240Z] Successfully built 9ac901af93ed [2021-06-09T04:35:10.240Z] Successfully tagged core-data-arm64:latest [2021-06-09T04:37:07.516Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:37:07.516Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:37:07.516Z] ---> c34ef655632e [2021-06-09T04:37:07.516Z] Step 3/32 : WORKDIR /edgex-go [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> 9a406f6ee30d [2021-06-09T04:37:07.516Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> c68c0af6d9c1 [2021-06-09T04:37:07.516Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-09T04:37:07.516Z] ---> Running in 13a55dc5bb03 [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:37:07.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:37:07.516Z] ---> c34ef655632e [2021-06-09T04:37:07.516Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> 9a406f6ee30d [2021-06-09T04:37:07.516Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> c68c0af6d9c1 [2021-06-09T04:37:07.516Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:37:07.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:37:07.516Z] ---> c34ef655632e [2021-06-09T04:37:07.516Z] Step 3/22 : WORKDIR /edgex-go [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> 9a406f6ee30d [2021-06-09T04:37:07.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> c68c0af6d9c1 [2021-06-09T04:37:07.516Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-09T04:37:07.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T04:37:07.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T04:37:07.516Z] ---> c34ef655632e [2021-06-09T04:37:07.516Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> 9a406f6ee30d [2021-06-09T04:37:07.516Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T04:37:07.516Z] ---> Using cache [2021-06-09T04:37:07.516Z] ---> c68c0af6d9c1 [2021-06-09T04:37:07.516Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T04:37:07.516Z] ---> Running in 18e40f1a4c10 [2021-06-09T04:37:07.516Z] ---> Running in fccf791cc596 [2021-06-09T04:37:07.516Z] ---> Running in 9b4987d4f652 [2021-06-09T04:37:07.516Z] OK: 218 MiB in 52 packages [2021-06-09T04:37:07.516Z] Removing intermediate container 13a55dc5bb03 [2021-06-09T04:37:07.516Z] ---> f36ecbc3762e [2021-06-09T04:37:07.516Z] Step 6/32 : COPY go.mod . [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] ---> 697665c844c2 [2021-06-09T04:37:07.516Z] Step 7/32 : RUN go mod download [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] ---> Running in 6247fb0d642a [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:07.516Z] OK: 218 MiB in 52 packages [2021-06-09T04:37:07.516Z] OK: 218 MiB in 52 packages [2021-06-09T04:37:07.516Z] OK: 218 MiB in 52 packages [2021-06-09T04:37:07.516Z] Removing intermediate container 18e40f1a4c10 [2021-06-09T04:37:07.516Z] ---> 86a9deb2ae2b [2021-06-09T04:37:07.516Z] Step 6/24 : COPY go.mod . [2021-06-09T04:37:07.516Z] Removing intermediate container fccf791cc596 [2021-06-09T04:37:07.516Z] ---> fa9b249269d2 [2021-06-09T04:37:07.516Z] Step 6/22 : COPY go.mod . [2021-06-09T04:37:07.516Z] Removing intermediate container 9b4987d4f652 [2021-06-09T04:37:07.516Z] ---> 463796abc353 [2021-06-09T04:37:07.516Z] Step 6/24 : COPY go.mod . [2021-06-09T04:37:07.516Z] Removing intermediate container 6247fb0d642a [2021-06-09T04:37:07.516Z] ---> 38dcd0104933 [2021-06-09T04:37:07.516Z] Step 8/32 : COPY . . [2021-06-09T04:37:07.516Z] ---> db7bcd05a764 [2021-06-09T04:37:07.516Z] Step 7/24 : RUN go mod download [2021-06-09T04:37:07.516Z] ---> 9a4fabbc7838 [2021-06-09T04:37:07.516Z] Step 7/22 : RUN go mod download [2021-06-09T04:37:07.516Z] ---> Running in 46765cac1d0e [2021-06-09T04:37:07.516Z] ---> Running in 141ad2b46e44 [2021-06-09T04:37:07.516Z] ---> b35a860c1660 [2021-06-09T04:37:07.516Z] Step 7/24 : RUN go mod download [2021-06-09T04:37:07.516Z] ---> Running in 352dd0e24787 [2021-06-09T04:37:07.516Z] Removing intermediate container 46765cac1d0e [2021-06-09T04:37:07.516Z] ---> 2dbd75c7d414 [2021-06-09T04:37:07.516Z] Step 8/24 : COPY . . [2021-06-09T04:37:07.516Z] Removing intermediate container 141ad2b46e44 [2021-06-09T04:37:07.516Z] ---> 94e12d344d1c [2021-06-09T04:37:07.516Z] Step 8/22 : COPY . . [2021-06-09T04:37:07.516Z] Removing intermediate container 352dd0e24787 [2021-06-09T04:37:07.516Z] ---> 965cec433e93 [2021-06-09T04:37:07.516Z] Step 8/24 : COPY . . [2021-06-09T04:37:07.516Z] ---> 7915c130f210 [2021-06-09T04:37:07.516Z] Step 9/32 : RUN go mod tidy [2021-06-09T04:37:07.516Z] ---> Running in 0145e94c18b1 [2021-06-09T04:37:07.516Z] ---> dcbdee316daa [2021-06-09T04:37:07.516Z] Step 9/22 : RUN go mod tidy [2021-06-09T04:37:07.516Z] ---> 572f962eb531 [2021-06-09T04:37:07.516Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:37:07.516Z] ---> 54a73156de02 [2021-06-09T04:37:07.516Z] Step 9/24 : RUN go mod tidy [2021-06-09T04:37:07.516Z] ---> Running in 9178851d5273 [2021-06-09T04:37:07.516Z] ---> Running in c2e53883dd6a [2021-06-09T04:37:07.516Z] ---> Running in cf460775d0da [2021-06-09T04:37:07.516Z] Removing intermediate container 0145e94c18b1 [2021-06-09T04:37:07.516Z] ---> e456b5163cf6 [2021-06-09T04:37:07.516Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-09T04:37:07.516Z] ---> Running in 009762f579ce [2021-06-09T04:37:07.516Z] 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-06-09T04:37:07.516Z] Removing intermediate container 9178851d5273 [2021-06-09T04:37:07.516Z] ---> 6e74d2653bd7 [2021-06-09T04:37:07.516Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-09T04:37:07.516Z] ---> Running in 457a957becca [2021-06-09T04:37:07.516Z] Removing intermediate container c2e53883dd6a [2021-06-09T04:37:07.516Z] ---> 7fbb91b59ac8 [2021-06-09T04:37:07.516Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-09T04:37:07.516Z] ---> Running in 334dbf7b94d8 [2021-06-09T04:37:07.516Z] Removing intermediate container cf460775d0da [2021-06-09T04:37:07.516Z] ---> fe3dfa1039af [2021-06-09T04:37:07.516Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-09T04:37:07.516Z] ---> Running in 06d025bd64d9 [2021-06-09T04:37:07.516Z] 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-06-09T04:37:07.516Z] 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-06-09T04:37:07.516Z] 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-06-09T04:37:53.578Z] 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-06-09T04:37:53.578Z] Removing intermediate container 009762f579ce [2021-06-09T04:37:53.578Z] ---> ae4d7aeaf48a [2021-06-09T04:37:53.578Z] [2021-06-09T04:37:53.578Z] Step 11/32 : FROM alpine:3.12 [2021-06-09T04:37:53.578Z] ---> 9852663dfa18 [2021-06-09T04:37:53.578Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-09T04:37:53.578Z] ---> Running in 8def1b74e6e7 [2021-06-09T04:37:53.578Z] Removing intermediate container 8def1b74e6e7 [2021-06-09T04:37:53.578Z] ---> 318b3125a6cf [2021-06-09T04:37:53.578Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-09T04:37:53.580Z] ---> Running in 3851b4c7bec2 [2021-06-09T04:37:53.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:53.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:53.580Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-09T04:37:53.580Z] (2/2) Installing su-exec (0.2-r1) [2021-06-09T04:37:53.580Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:37:53.580Z] OK: 5 MiB in 16 packages [2021-06-09T04:37:53.580Z] Removing intermediate container 3851b4c7bec2 [2021-06-09T04:37:53.580Z] ---> f43306f87768 [2021-06-09T04:37:53.580Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-09T04:37:53.580Z] ---> Running in 401ac29d3a44 [2021-06-09T04:37:53.580Z] Removing intermediate container 401ac29d3a44 [2021-06-09T04:37:53.580Z] ---> e43f7f31e9ed [2021-06-09T04:37:53.580Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-09T04:37:53.580Z] ---> Running in 463056dd0152 [2021-06-09T04:37:53.580Z] Removing intermediate container 334dbf7b94d8 [2021-06-09T04:37:53.580Z] ---> b579c55425ce [2021-06-09T04:37:53.580Z] [2021-06-09T04:37:53.580Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T04:37:53.580Z] ---> 9852663dfa18 [2021-06-09T04:37:53.580Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T04:37:53.580Z] ---> Using cache [2021-06-09T04:37:53.580Z] ---> 3e74fd5855d3 [2021-06-09T04:37:53.580Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:37:53.580Z] ---> Using cache [2021-06-09T04:37:53.580Z] ---> 44936960ddda [2021-06-09T04:37:53.580Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-09T04:37:53.580Z] ---> Running in 744aab97dcc9 [2021-06-09T04:37:53.580Z] Removing intermediate container 463056dd0152 [2021-06-09T04:37:53.580Z] ---> fd1452863622 [2021-06-09T04:37:53.580Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-09T04:37:53.580Z] ---> Running in 71486dbb9e88 [2021-06-09T04:37:53.580Z] Removing intermediate container 457a957becca [2021-06-09T04:37:53.580Z] ---> c021f0489ee6 [2021-06-09T04:37:53.580Z] [2021-06-09T04:37:53.580Z] Step 11/22 : FROM alpine:3.12 [2021-06-09T04:37:53.580Z] ---> 9852663dfa18 [2021-06-09T04:37:53.580Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-09T04:37:53.580Z] ---> Running in 2955211fddca [2021-06-09T04:37:53.580Z] Removing intermediate container 744aab97dcc9 [2021-06-09T04:37:53.580Z] ---> 4cdace72f807 [2021-06-09T04:37:53.580Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T04:37:53.580Z] ---> Running in ce2a4731bd65 [2021-06-09T04:37:53.580Z] Removing intermediate container ce2a4731bd65 [2021-06-09T04:37:53.580Z] ---> 667e534e8d58 [2021-06-09T04:37:53.580Z] Step 16/24 : WORKDIR / [2021-06-09T04:37:53.580Z] ---> Running in 2a10bb3f4a8d [2021-06-09T04:37:53.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:53.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:37:53.580Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-09T04:37:53.580Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:37:53.580Z] Removing intermediate container 2a10bb3f4a8d [2021-06-09T04:37:53.580Z] ---> d59a362a6cdb [2021-06-09T04:37:53.580Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:37:53.580Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-09T04:37:53.580Z] (4/4) Installing curl (7.77.0-r0) [2021-06-09T04:37:53.580Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T04:37:53.580Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T04:37:53.580Z] OK: 7 MiB in 18 packages [2021-06-09T04:37:53.580Z] Removing intermediate container 71486dbb9e88 [2021-06-09T04:37:53.580Z] ---> dba9a21f623a [2021-06-09T04:37:53.580Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-09T04:37:53.580Z] ---> Running in 4782b0f99542 [2021-06-09T04:37:53.580Z] ---> 6e094fa68e29 [2021-06-09T04:37:53.580Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-09T04:37:53.580Z] Removing intermediate container 06d025bd64d9 [2021-06-09T04:37:53.580Z] ---> e8e2d7b5ff09 [2021-06-09T04:37:53.580Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-09T04:37:53.580Z] Removing intermediate container 4782b0f99542 [2021-06-09T04:37:53.580Z] ---> 33e110364fda [2021-06-09T04:37:53.580Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-09T04:37:53.580Z] ---> Running in c83975fb92a7 [2021-06-09T04:37:53.580Z] Removing intermediate container 2955211fddca [2021-06-09T04:37:53.580Z] ---> 70372a7bfccf [2021-06-09T04:37:53.580Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T04:37:53.580Z] ---> Running in 2708350694c1 [2021-06-09T04:37:53.580Z] ---> 212c16e6129c [2021-06-09T04:37:53.580Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-09T04:37:53.580Z] ---> 386e89b89f71 [2021-06-09T04:37:53.580Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-09T04:37:53.580Z] ---> Running in 2edcf4c57bfc [2021-06-09T04:37:53.580Z] Removing intermediate container 2708350694c1 [2021-06-09T04:37:53.580Z] ---> 04ebf3635350 [2021-06-09T04:37:53.580Z] Step 14/22 : WORKDIR /edgex [2021-06-09T04:37:53.580Z] ---> Running in efb2a80129ad [2021-06-09T04:37:53.580Z] ---> 986e43d70675 [2021-06-09T04:37:53.580Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-09T04:37:53.580Z] 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-06-09T04:37:53.580Z] ---> Running in d8b8fe4d3a4e [2021-06-09T04:37:53.580Z] Removing intermediate container efb2a80129ad [2021-06-09T04:37:53.580Z] ---> 0102656a2175 [2021-06-09T04:37:53.580Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-09T04:37:53.580Z] Removing intermediate container d8b8fe4d3a4e [2021-06-09T04:37:53.580Z] ---> ab8fa70847b1 [2021-06-09T04:37:53.580Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:37:53.580Z] ---> Running in 00b80b8e7cf5 [2021-06-09T04:37:53.580Z] ---> 9efbd721c516 [2021-06-09T04:37:53.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-09T04:37:53.580Z] Removing intermediate container 00b80b8e7cf5 [2021-06-09T04:37:53.580Z] ---> 828325da38c3 [2021-06-09T04:37:53.580Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:37:53.580Z] ---> Running in 48a09058c0bf [2021-06-09T04:37:53.580Z] Removing intermediate container 2edcf4c57bfc [2021-06-09T04:37:53.580Z] ---> ae36626c8d65 [2021-06-09T04:37:53.580Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T04:38:02.780Z] Removing intermediate container 48a09058c0bf [2021-06-09T04:38:02.780Z] ---> ccba80fa5f3c [2021-06-09T04:38:02.780Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:38:02.780Z] Removing intermediate container c83975fb92a7 [2021-06-09T04:38:02.780Z] ---> 86d9c02b7ce4 [2021-06-09T04:38:02.780Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> 84469c53c2a8 [2021-06-09T04:38:02.780Z] [2021-06-09T04:38:02.780Z] Step 12/24 : FROM docker:20.10.0 [2021-06-09T04:38:02.780Z] [2021-06-09T04:38:02.780Z] ---> Running in 103bfa9c6896 [2021-06-09T04:38:02.780Z] 20.10.0: Pulling from library/docker [2021-06-09T04:38:02.780Z] ---> 68df599d70ca [2021-06-09T04:38:02.780Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-09T04:38:02.780Z] Removing intermediate container 103bfa9c6896 [2021-06-09T04:38:02.780Z] ---> e63f5bd52822 [2021-06-09T04:38:02.780Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:38:02.780Z] ---> Running in 799c0d8e75f2 [2021-06-09T04:38:02.780Z] ---> d42e2c86955c [2021-06-09T04:38:02.780Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-09T04:38:02.780Z] ---> Running in a6978b63261b [2021-06-09T04:38:02.780Z] Removing intermediate container 799c0d8e75f2 [2021-06-09T04:38:02.780Z] ---> 54ccc10afa41 [2021-06-09T04:38:02.780Z] [2021-06-09T04:38:02.780Z] ---> c763757af058 [2021-06-09T04:38:02.780Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-09T04:38:02.780Z] Successfully built 54ccc10afa41 [2021-06-09T04:38:02.780Z] Successfully tagged core-command-arm64:latest [2021-06-09T04:38:02.780Z]  Building core-command ... done Removing intermediate container a6978b63261b [2021-06-09T04:38:02.780Z] ---> 893047a45378 [2021-06-09T04:38:02.780Z] Step 19/22 : CMD ["--init=true"] [2021-06-09T04:38:02.780Z] ---> Running in 3747999a041b [2021-06-09T04:38:02.780Z] ---> aca51ba10e71 [2021-06-09T04:38:02.780Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-09T04:38:02.780Z] Removing intermediate container 3747999a041b [2021-06-09T04:38:02.780Z] ---> 91488726bef5 [2021-06-09T04:38:02.780Z] Step 20/22 : LABEL arch=arm64 [2021-06-09T04:38:02.780Z] ---> Running in b4a5bbe5c833 [2021-06-09T04:38:02.780Z] ---> e731e132d043 [2021-06-09T04:38:02.780Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-09T04:38:02.780Z] Removing intermediate container b4a5bbe5c833 [2021-06-09T04:38:02.780Z] ---> 8c2701ac8650 [2021-06-09T04:38:02.780Z] Step 21/22 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:38:02.780Z] ---> Running in 347d933b0758 [2021-06-09T04:38:02.780Z] ---> b83b413cdee6 [2021-06-09T04:38:02.780Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-09T04:38:02.780Z] Removing intermediate container 347d933b0758 [2021-06-09T04:38:02.780Z] ---> 3716a19c1ad5 [2021-06-09T04:38:02.780Z] Step 22/22 : LABEL version=0.0.0 [2021-06-09T04:38:02.780Z] ---> Running in 9514cffa7418 [2021-06-09T04:38:11.847Z] ---> Running in f78a96062c3f [2021-06-09T04:38:11.847Z] Removing intermediate container 9514cffa7418 [2021-06-09T04:38:11.847Z] ---> 67d457f60e29 [2021-06-09T04:38:11.847Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-09T04:38:11.847Z] Removing intermediate container f78a96062c3f [2021-06-09T04:38:11.847Z] ---> 8213af8c2867 [2021-06-09T04:38:11.847Z] [2021-06-09T04:38:11.847Z] Successfully built 8213af8c2867 [2021-06-09T04:38:11.847Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-09T04:38:11.847Z]  Building security-proxy-setup ... done  ---> 945e435741a6 [2021-06-09T04:38:11.847Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-09T04:38:11.847Z] ---> Running in c11d190551c6 [2021-06-09T04:38:11.847Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-09T04:38:11.847Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-09T04:38:11.847Z] ---> eeaf43b92773 [2021-06-09T04:38:11.847Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-09T04:38:11.847Z] ---> Running in 37f89569c912 [2021-06-09T04:38:11.847Z] Removing intermediate container 37f89569c912 [2021-06-09T04:38:11.847Z] ---> 03d7eeb538fb [2021-06-09T04:38:11.847Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-09T04:38:11.847Z] Removing intermediate container c11d190551c6 [2021-06-09T04:38:11.847Z] ---> a068ae7b4d08 [2021-06-09T04:38:11.847Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-09T04:38:11.847Z] ---> Running in 11cf22ceecc0 [2021-06-09T04:38:11.847Z] ---> Running in 21c5c313b1e0 [2021-06-09T04:38:11.847Z] Removing intermediate container 21c5c313b1e0 [2021-06-09T04:38:11.847Z] ---> 0979ba577a10 [2021-06-09T04:38:11.847Z] Step 29/32 : CMD ["gate"] [2021-06-09T04:38:11.847Z] ---> Running in a8b36a0a980b [2021-06-09T04:38:11.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T04:38:11.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T04:38:11.847Z] Removing intermediate container a8b36a0a980b [2021-06-09T04:38:11.847Z] ---> 85eda16f9648 [2021-06-09T04:38:11.847Z] Step 30/32 : LABEL arch=arm64 [2021-06-09T04:38:11.847Z] ---> Running in 8668dad996ad [2021-06-09T04:38:11.847Z] (1/39) Installing readline (8.0.4-r0) [2021-06-09T04:38:11.847Z] (2/39) Installing bash (5.0.17-r0) [2021-06-09T04:38:11.847Z] Executing bash-5.0.17-r0.post-install [2021-06-09T04:38:11.847Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T04:38:11.847Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-09T04:38:11.847Z] (5/39) Installing curl (7.77.0-r0) [2021-06-09T04:38:11.847Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-09T04:38:11.847Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-09T04:38:11.847Z] (8/39) Installing expat (2.2.9-r1) [2021-06-09T04:38:11.847Z] (9/39) Installing libffi (3.3-r2) [2021-06-09T04:38:11.847Z] (10/39) Installing gdbm (1.13-r1) [2021-06-09T04:38:11.847Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-09T04:38:11.847Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-09T04:38:11.847Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-09T04:38:11.847Z] Removing intermediate container 8668dad996ad [2021-06-09T04:38:11.847Z] ---> d743120cb7f2 [2021-06-09T04:38:11.847Z] Step 31/32 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:38:11.847Z] ---> Running in bce682af5d0c [2021-06-09T04:38:11.847Z] Removing intermediate container bce682af5d0c [2021-06-09T04:38:11.847Z] ---> 761f6380ff55 [2021-06-09T04:38:11.847Z] Step 32/32 : LABEL version=0.0.0 [2021-06-09T04:38:11.847Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-09T04:38:11.847Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-09T04:38:11.847Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-09T04:38:11.847Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-09T04:38:11.847Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-09T04:38:11.847Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-09T04:38:11.847Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-09T04:38:11.847Z] ---> Running in 7ec375d9ce6c [2021-06-09T04:38:11.847Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-09T04:38:11.847Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-09T04:38:11.847Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-09T04:38:11.847Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-09T04:38:11.847Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-09T04:38:11.847Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-09T04:38:11.847Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-09T04:38:11.847Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-09T04:38:11.847Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-09T04:38:11.847Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-09T04:38:11.847Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-09T04:38:11.847Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-09T04:38:11.847Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-09T04:38:11.847Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-09T04:38:11.847Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-09T04:38:11.847Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-09T04:38:11.847Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-09T04:38:11.847Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-09T04:38:11.847Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-09T04:38:11.847Z] Executing busybox-1.31.1-r19.trigger [2021-06-09T04:38:11.847Z] Removing intermediate container 7ec375d9ce6c [2021-06-09T04:38:11.847Z] ---> befe56dce4fb [2021-06-09T04:38:11.847Z] [2021-06-09T04:38:11.847Z] OK: 72 MiB in 59 packages [2021-06-09T04:38:11.847Z] Successfully built befe56dce4fb [2021-06-09T04:38:11.847Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-09T04:38:18.692Z]  Building security-bootstrapper ... done Collecting docker-compose==1.23.2 [2021-06-09T04:38:18.692Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-09T04:38:18.692Z] Collecting jsonschema<3,>=2.5.1 [2021-06-09T04:38:18.692Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-09T04:38:18.692Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-09T04:38:18.692Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-09T04:38:23.194Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-09T04:38:23.194Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-09T04:38:23.194Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-09T04:38:23.194Z] Collecting docker<4.0,>=3.6.0 [2021-06-09T04:38:23.194Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-09T04:38:23.194Z] Collecting cached-property<2,>=1.2.0 [2021-06-09T04:38:23.194Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-09T04:38:23.194Z] Collecting docopt<0.7,>=0.6.1 [2021-06-09T04:38:23.194Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-09T04:38:23.194Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-09T04:38:23.194Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-09T04:38:23.194Z] Collecting texttable<0.10,>=0.9.0 [2021-06-09T04:38:23.194Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-09T04:38:25.434Z] Collecting PyYAML<4,>=3.10 [2021-06-09T04:38:25.434Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-09T04:38:27.773Z] Collecting docker-pycreds>=0.4.0 [2021-06-09T04:38:27.773Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-09T04:38:27.773Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-09T04:38:27.773Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-09T04:38:27.773Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-09T04:38:29.962Z] Collecting idna<2.8,>=2.5 [2021-06-09T04:38:29.962Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-09T04:38:29.962Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-09T04:38:29.962Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-09T04:38:29.962Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-09T04:38:29.962Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-09T04:38:29.962Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-09T04:38:29.962Z] Installing collected packages: jsonschema, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, docopt, texttable, PyYAML, docker-compose [2021-06-09T04:38:29.962Z] Running setup.py install for dockerpty: started [2021-06-09T04:38:34.529Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-09T04:38:34.529Z] Attempting uninstall: urllib3 [2021-06-09T04:38:34.529Z] Found existing installation: urllib3 1.25.9 [2021-06-09T04:38:34.529Z] Uninstalling urllib3-1.25.9: [2021-06-09T04:38:34.529Z] Successfully uninstalled urllib3-1.25.9 [2021-06-09T04:38:34.529Z] Attempting uninstall: idna [2021-06-09T04:38:34.529Z] Found existing installation: idna 2.9 [2021-06-09T04:38:34.529Z] Uninstalling idna-2.9: [2021-06-09T04:38:34.529Z] Successfully uninstalled idna-2.9 [2021-06-09T04:38:36.845Z] Attempting uninstall: requests [2021-06-09T04:38:36.845Z] Found existing installation: requests 2.23.0 [2021-06-09T04:38:36.845Z] Uninstalling requests-2.23.0: [2021-06-09T04:38:36.845Z] Successfully uninstalled requests-2.23.0 [2021-06-09T04:38:36.845Z] Running setup.py install for docopt: started [2021-06-09T04:38:36.845Z] Running setup.py install for docopt: finished with status 'done' [2021-06-09T04:38:36.845Z] Running setup.py install for texttable: started [2021-06-09T04:38:39.076Z] Running setup.py install for texttable: finished with status 'done' [2021-06-09T04:38:39.076Z] Running setup.py install for PyYAML: started [2021-06-09T04:38:39.076Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-09T04:38:41.359Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-06-09T04:38:48.899Z] Removing intermediate container 11cf22ceecc0 [2021-06-09T04:38:48.899Z] ---> e142e85b0095 [2021-06-09T04:38:48.899Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-09T04:38:48.899Z] ---> Running in baf6c9fd2a4f [2021-06-09T04:38:48.899Z] Removing intermediate container baf6c9fd2a4f [2021-06-09T04:38:48.899Z] ---> 251468d99bd4 [2021-06-09T04:38:48.899Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-09T04:38:48.899Z] ---> Running in 2e9016a38649 [2021-06-09T04:38:48.899Z] Removing intermediate container 2e9016a38649 [2021-06-09T04:38:48.899Z] ---> 24169c520264 [2021-06-09T04:38:48.899Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-09T04:38:55.625Z] ---> 7976a6dd654b [2021-06-09T04:38:55.625Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-09T04:38:55.625Z] ---> eac68f9e3ff4 [2021-06-09T04:38:55.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-09T04:38:55.625Z] ---> 23aee8abe7c1 [2021-06-09T04:38:55.625Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-09T04:38:55.625Z] ---> Running in 8102b81a9e7f [2021-06-09T04:38:55.625Z] Removing intermediate container 8102b81a9e7f [2021-06-09T04:38:55.625Z] ---> 40c01d960c74 [2021-06-09T04:38:55.625Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T04:38:55.625Z] ---> Running in b3ab91b66b0e [2021-06-09T04:38:55.625Z] Removing intermediate container b3ab91b66b0e [2021-06-09T04:38:55.625Z] ---> 71a6b5602b72 [2021-06-09T04:38:55.625Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T04:38:55.625Z] ---> Running in 4d354d3a3fbb [2021-06-09T04:38:55.625Z] Removing intermediate container 4d354d3a3fbb [2021-06-09T04:38:55.625Z] ---> c4c75089ad49 [2021-06-09T04:38:55.625Z] Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 [2021-06-09T04:38:55.625Z] ---> Running in 468e6c86f0fe [2021-06-09T04:38:55.654Z] Removing intermediate container 468e6c86f0fe [2021-06-09T04:38:55.654Z] ---> 99bc27dea0dd [2021-06-09T04:38:55.654Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T04:38:55.654Z] ---> Running in 82a4598a063c [2021-06-09T04:38:55.654Z] Removing intermediate container 82a4598a063c [2021-06-09T04:38:55.654Z] ---> a9cb8a306081 [2021-06-09T04:38:55.654Z] [2021-06-09T04:38:55.654Z] Successfully built a9cb8a306081 [2021-06-09T04:38:55.654Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-09T04:38:55.654Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-09T04:38:58.036Z] $ docker stop --time=1 fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f [2021-06-09T04:39:02.480Z] $ docker rm -f fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T04:39:11.617Z] + docker images [2021-06-09T04:39:11.618Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-09T04:39:11.618Z] sys-mgmt-agent-arm64 latest a9cb8a306081 15 seconds ago 299MB [2021-06-09T04:39:11.618Z] security-bootstrapper-arm64 latest befe56dce4fb 59 seconds ago 17.1MB [2021-06-09T04:39:11.618Z] security-proxy-setup-arm64 latest 8213af8c2867 About a minute ago 24MB [2021-06-09T04:39:11.618Z] core-command-arm64 latest 54ccc10afa41 About a minute ago 15MB [2021-06-09T04:39:11.618Z] 84469c53c2a8 About a minute ago 974MB [2021-06-09T04:39:11.618Z] b579c55425ce About a minute ago 967MB [2021-06-09T04:39:11.618Z] c021f0489ee6 About a minute ago 971MB [2021-06-09T04:39:11.618Z] ae4d7aeaf48a About a minute ago 967MB [2021-06-09T04:39:11.618Z] core-data-arm64 latest 9ac901af93ed 4 minutes ago 19.1MB [2021-06-09T04:39:11.618Z] core-metadata-arm64 latest fcfd0359669f 4 minutes ago 15.6MB [2021-06-09T04:39:11.618Z] security-secretstore-setup-arm64 latest 159d14f52711 4 minutes ago 26.6MB [2021-06-09T04:39:11.618Z] support-notifications-arm64 latest 5eb051598129 4 minutes ago 15.7MB [2021-06-09T04:39:11.618Z] support-scheduler-arm64 latest 2809431a802f 4 minutes ago 15MB [2021-06-09T04:39:11.618Z] bcb9093f08c0 4 minutes ago 975MB [2021-06-09T04:39:11.618Z] c95ed29a7570 4 minutes ago 972MB [2021-06-09T04:39:11.618Z] 0aeb1f173c3f 4 minutes ago 969MB [2021-06-09T04:39:11.618Z] 9e67442756bf 4 minutes ago 968MB [2021-06-09T04:39:11.618Z] c3b1efeb2ece 5 minutes ago 974MB [2021-06-09T04:39:11.618Z] ci-base-image-arm64 latest c34ef655632e 16 minutes ago 641MB [2021-06-09T04:39:11.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB [2021-06-09T04:39:11.618Z] alpine 3.12 9852663dfa18 7 weeks ago 5.32MB [2021-06-09T04:39:11.618Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-09T04:39:11.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-09T04:39:52.605Z] ---> job-cost.sh [2021-06-09T04:39:52.605Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QSCf [2021-06-09T04:40:26.856Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T04:41:53.184Z] lf-activate-venv(): INFO: Adding /tmp/venv-QSCf/bin to PATH [2021-06-09T04:41:53.184Z] INFO: No Stack... [2021-06-09T04:41:55.407Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-09T04:41:55.407Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T04:42:20.428Z] + cat /w/workspace/edgex-go/13/archives/cost.csv [2021-06-09T04:42:20.429Z] + cut -d, -f6 [2021-06-09T04:42:36.136Z] Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-1184: java.lang.InterruptedException [Pipeline] lock [2021-06-09T04:43:26.739Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] [2021-06-09T04:43:37.915Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] did not exist. Created. [2021-06-09T04:43:37.915Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T04:46:45.367Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-09T04:46:56.159Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T04:47:06.254Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-09T04:50:28.855Z] provisioning config files... [2021-06-09T04:50:31.099Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config138094907755659141tmp [Pipeline] { [Pipeline] sh [2021-06-09T04:51:38.027Z] + set +x [2021-06-09T04:51:38.027Z] + curl -s https://codecov.io/bash [2021-06-09T04:51:38.027Z] + bash -s -- [2021-06-09T04:51:38.027Z] [2021-06-09T04:51:38.027Z] _____ _ [2021-06-09T04:51:38.027Z] / ____| | | [2021-06-09T04:51:38.027Z] | | ___ __| | ___ ___ _____ __ [2021-06-09T04:51:38.027Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-09T04:51:38.027Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-09T04:51:38.027Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-09T04:51:38.027Z] Bash-1.0.3 [2021-06-09T04:51:38.027Z] [2021-06-09T04:51:38.027Z] [2021-06-09T04:51:38.027Z] ==> git version 2.24.4 found [2021-06-09T04:51:38.027Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-06-09T04:51:38.027Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-09T04:51:38.027Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-09T04:51:38.027Z] ==> Jenkins CI detected. [2021-06-09T04:51:38.027Z] project root: . [2021-06-09T04:51:38.027Z] --> token set from env [2021-06-09T04:51:38.027Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-09T04:51:38.027Z] ==> Running gcov in . (disable via -X gcov) [2021-06-09T04:51:38.027Z] ==> Python coveragepy not found [2021-06-09T04:51:38.027Z] ==> Searching for coverage reports in: [2021-06-09T04:51:38.027Z] + . [2021-06-09T04:51:38.027Z] -> Found 1 reports [2021-06-09T04:51:38.027Z] ==> Detecting git/mercurial file structure [2021-06-09T04:51:38.027Z] ==> Reading reports [2021-06-09T04:51:38.027Z] + ./coverage.out bytes=411487 [2021-06-09T04:51:38.027Z] ==> Appending adjustments [2021-06-09T04:51:38.027Z] https://docs.codecov.io/docs/fixing-reports [2021-06-09T04:51:38.027Z] + Found adjustments [2021-06-09T04:51:38.027Z] ==> Gzipping contents [2021-06-09T04:51:38.027Z] 56K /tmp/codecov.iq5eG4.gz [2021-06-09T04:51:38.027Z] ==> Uploading reports [2021-06-09T04:51:38.027Z] url: https://codecov.io [2021-06-09T04:51:38.027Z] query: branch=PR-3531&commit=6297f6088465b296dff9245ec99846c37894c455&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-09T04:51:38.027Z] -> Pinging Codecov [2021-06-09T04:51:38.027Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=6297f6088465b296dff9245ec99846c37894c455&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-09T04:51:38.027Z] -> Uploading to [2021-06-09T04:51:38.027Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-09/00271124DB129430A58F1EEE437C3FCB/6297f6088465b296dff9245ec99846c37894c455/430c2a8e-9794-4f6b-8927-9f22ca4f4e65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T045105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9bf148ac268bf245e19b6dc4153db14940cd1a2dd26beb0ff552190f031b990d [2021-06-09T04:51:38.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-09T04:51:38.028Z] Dload Upload Total Spent Left Speed [2021-06-09T04:51:38.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56050 0 0 100 56050 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-06-09T04:51:38.028Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6297f6088465b296dff9245ec99846c37894c455 [Pipeline] } [2021-06-09T04:52:14.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:09:48.081Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:10:35.570Z] ---> package-listing.sh [2021-06-09T05:10:35.570Z] ++ facter osfamily [2021-06-09T05:10:35.570Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-09T05:10:35.570Z] + OS_FAMILY=redhat [2021-06-09T05:10:35.570Z] + workspace=/w/workspace/edgex-go/13 [2021-06-09T05:10:35.570Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-09T05:10:35.570Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-09T05:10:35.570Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-09T05:10:35.570Z] + PACKAGES=/tmp/packages_start.txt [2021-06-09T05:10:35.570Z] + '[' /w/workspace/edgex-go/13 ']' [2021-06-09T05:10:35.570Z] + PACKAGES=/tmp/packages_end.txt [2021-06-09T05:10:35.570Z] + case "${OS_FAMILY}" in [2021-06-09T05:10:35.570Z] + rpm -qa [2021-06-09T05:10:35.570Z] + sort [2021-06-09T05:10:35.570Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-09T05:10:35.570Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-09T05:10:35.570Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-09T05:10:35.570Z] + '[' /w/workspace/edgex-go/13 ']' [2021-06-09T05:10:35.570Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-06-09T05:10:35.570Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-06-09T05:10:40.502Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-09T05:11:05.024Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-09T05:11:43.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T05:11:43.306Z] [2021-06-09T05:11:43.306Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-09T05:12:47.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T05:12:50.151Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-09T05:12:50.151Z] df20fa9351a1: Pulling fs layer [2021-06-09T05:12:50.151Z] 36b3adc4ff6f: Pulling fs layer [2021-06-09T05:12:50.151Z] 8ad3a11d3b57: Pulling fs layer [2021-06-09T05:12:50.151Z] 46f8f816bc3b: Pulling fs layer [2021-06-09T05:12:50.151Z] 93b61091891f: Pulling fs layer [2021-06-09T05:12:50.151Z] 93b9cdb0e59b: Pulling fs layer [2021-06-09T05:12:50.151Z] 5e14af77c1be: Pulling fs layer [2021-06-09T05:12:50.151Z] 01666e4c0597: Pulling fs layer [2021-06-09T05:12:50.151Z] aa168da1d23b: Pulling fs layer [2021-06-09T05:12:50.151Z] 93b9cdb0e59b: Waiting [2021-06-09T05:12:50.151Z] 5e14af77c1be: Waiting [2021-06-09T05:12:50.151Z] 01666e4c0597: Waiting [2021-06-09T05:12:50.151Z] aa168da1d23b: Waiting [2021-06-09T05:12:50.151Z] 46f8f816bc3b: Waiting [2021-06-09T05:12:50.151Z] 93b61091891f: Waiting [2021-06-09T05:12:50.151Z] 36b3adc4ff6f: Verifying Checksum [2021-06-09T05:12:50.151Z] 36b3adc4ff6f: Download complete [2021-06-09T05:12:50.151Z] 46f8f816bc3b: Verifying Checksum [2021-06-09T05:12:50.151Z] 46f8f816bc3b: Download complete [2021-06-09T05:12:50.151Z] df20fa9351a1: Verifying Checksum [2021-06-09T05:12:50.151Z] df20fa9351a1: Download complete [2021-06-09T05:12:50.151Z] 93b9cdb0e59b: Verifying Checksum [2021-06-09T05:12:50.151Z] 93b9cdb0e59b: Download complete [2021-06-09T05:12:50.151Z] 93b61091891f: Verifying Checksum [2021-06-09T05:12:50.151Z] 93b61091891f: Download complete [2021-06-09T05:12:50.151Z] 01666e4c0597: Verifying Checksum [2021-06-09T05:12:50.151Z] 01666e4c0597: Download complete [2021-06-09T05:12:50.151Z] 8ad3a11d3b57: Verifying Checksum [2021-06-09T05:12:50.151Z] 8ad3a11d3b57: Download complete [2021-06-09T05:12:50.151Z] df20fa9351a1: Pull complete [2021-06-09T05:12:50.151Z] 36b3adc4ff6f: Pull complete [2021-06-09T05:12:50.151Z] 5e14af77c1be: Verifying Checksum [2021-06-09T05:12:50.151Z] 5e14af77c1be: Download complete [2021-06-09T05:12:50.151Z] 8ad3a11d3b57: Pull complete [2021-06-09T05:12:50.151Z] 46f8f816bc3b: Pull complete [2021-06-09T05:12:50.151Z] 93b61091891f: Pull complete [2021-06-09T05:12:50.151Z] 93b9cdb0e59b: Pull complete [2021-06-09T05:12:50.151Z] 5e14af77c1be: Pull complete [2021-06-09T05:12:50.151Z] 01666e4c0597: Pull complete [2021-06-09T05:12:50.151Z] aa168da1d23b: Verifying Checksum [2021-06-09T05:12:50.151Z] aa168da1d23b: Download complete [2021-06-09T05:12:50.151Z] aa168da1d23b: Pull complete [2021-06-09T05:12:50.151Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-09T05:12:50.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T05:12:50.151Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-09T05:13:43.652Z] prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container [2021-06-09T05:13:56.776Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-09T05:14:09.843Z] $ docker top d0b54b1ad9a0d5e97c885e015ae3e66c6cfbb14229d8e36b69df1b83adf1a0d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T05:14:34.441Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-09T05:14:43.815Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-09T05:15:03.482Z] + ls /var/log/sa-host [2021-06-09T05:15:03.482Z] + sadf -c /var/log/sa-host/sa05 [2021-06-09T05:15:03.482Z] file_magic: OK [2021-06-09T05:15:03.482Z] HZ: Using current value: 100 [2021-06-09T05:15:03.482Z] file_header: OK [2021-06-09T05:15:03.482Z] 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-06-09T05:15:03.482Z] Statistics: [2021-06-09T05:15:03.482Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T05:15:03.482Z] File successfully converted to sysstat format version 12.2.1 [2021-06-09T05:15:03.482Z] + sadf -c /var/log/sa-host/sa09 [2021-06-09T05:15:03.482Z] file_magic: OK [2021-06-09T05:15:03.482Z] HZ: Using current value: 100 [2021-06-09T05:15:03.482Z] file_header: OK [2021-06-09T05:15:03.482Z] 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-06-09T05:15:03.482Z] Statistics: [2021-06-09T05:15:03.482Z] 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... [2021-06-09T05:15:03.482Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T05:17:41.161Z] provisioning config files... [2021-06-09T05:17:45.967Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config745720724199950515tmp [Pipeline] { [Pipeline] echo [2021-06-09T05:17:53.724Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:18:03.214Z] ---> create-netrc.sh [Pipeline] } [2021-06-09T05:18:03.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:18:46.321Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-09T05:18:53.170Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:19:09.149Z] ---> sudo-logs.sh [2021-06-09T05:19:09.149Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-09T05:19:20.707Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:19:32.168Z] ---> job-cost.sh [2021-06-09T05:19:32.168Z] lf-activate-venv: SKIPPING [2021-06-09T05:19:32.168Z] DEBUG: total: 0.18000000715255737 [2021-06-09T05:19:32.168Z] INFO: Retrieving Stack Cost... [2021-06-09T05:19:32.168Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T05:19:32.168Z] INFO: Archiving Costs [Pipeline] echo [2021-06-09T05:19:34.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:19:50.615Z] ---> logs-deploy.sh [2021-06-09T05:19:50.615Z] lf-activate-venv: SKIPPING [2021-06-09T05:19:50.615Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/13 [2021-06-09T05:19:50.615Z] INFO: archiving workspace using pattern(s): [2021-06-09T05:19:50.615Z] Archives upload complete. [2021-06-09T05:19:50.615Z] INFO: archiving logs to Nexus [2021-06-09T05:19:50.615Z] ---> uname -a: [2021-06-09T05:19:50.615Z] Linux prd-centos7-docker-4c-2g-1181.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-09T05:19:50.615Z] [2021-06-09T05:19:50.615Z] [2021-06-09T05:19:50.615Z] ---> lscpu: [2021-06-09T05:19:50.615Z] Architecture: x86_64 [2021-06-09T05:19:50.615Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-09T05:19:50.615Z] Byte Order: Little Endian [2021-06-09T05:19:50.615Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-09T05:19:50.615Z] CPU(s): 2 [2021-06-09T05:19:50.615Z] On-line CPU(s) list: 0,1 [2021-06-09T05:19:50.615Z] Thread(s) per core: 1 [2021-06-09T05:19:50.615Z] Core(s) per socket: 1 [2021-06-09T05:19:50.615Z] Socket(s): 2 [2021-06-09T05:19:50.615Z] NUMA node(s): 1 [2021-06-09T05:19:50.615Z] Vendor ID: AuthenticAMD [2021-06-09T05:19:50.615Z] CPU family: 23 [2021-06-09T05:19:50.615Z] Model: 49 [2021-06-09T05:19:50.615Z] Model name: AMD EPYC-Rome Processor [2021-06-09T05:19:50.615Z] Stepping: 0 [2021-06-09T05:19:50.615Z] CPU MHz: 2799.998 [2021-06-09T05:19:50.615Z] BogoMIPS: 5599.99 [2021-06-09T05:19:50.615Z] Virtualization: AMD-V [2021-06-09T05:19:50.615Z] Hypervisor vendor: KVM [2021-06-09T05:19:50.615Z] Virtualization type: full [2021-06-09T05:19:50.615Z] L1d cache: 64 KiB [2021-06-09T05:19:50.615Z] L1i cache: 64 KiB [2021-06-09T05:19:50.615Z] L2 cache: 1 MiB [2021-06-09T05:19:50.615Z] L3 cache: 32 MiB [2021-06-09T05:19:50.615Z] NUMA node0 CPU(s): 0,1 [2021-06-09T05:19:50.615Z] Vulnerability Itlb multihit: Not affected [2021-06-09T05:19:50.615Z] Vulnerability L1tf: Not affected [2021-06-09T05:19:50.615Z] Vulnerability Mds: Not affected [2021-06-09T05:19:50.615Z] Vulnerability Meltdown: Not affected [2021-06-09T05:19:50.615Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-09T05:19:50.615Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-09T05:19:50.615Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-09T05:19:50.615Z] Vulnerability Srbds: Not affected [2021-06-09T05:19:50.615Z] Vulnerability Tsx async abort: Not affected [2021-06-09T05:19:50.615Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-09T05:19:50.615Z] [2021-06-09T05:19:50.615Z] [2021-06-09T05:19:50.616Z] ---> nproc: [2021-06-09T05:19:50.616Z] 2 [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] ---> df -h: [2021-06-09T05:19:50.616Z] Filesystem Size Used Available Use% Mounted on [2021-06-09T05:19:50.616Z] overlay 40.0G 12.9G 27.1G 32% / [2021-06-09T05:19:50.616Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-09T05:19:50.616Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-09T05:19:50.616Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /facter-os [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/resolv.conf [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hostname [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hosts [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/auth.log [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /run/cloud-init/result.json [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/sa-host [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/secure [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/13 [2021-06-09T05:19:50.616Z] /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/13@tmp [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] ---> free -m: [2021-06-09T05:19:50.616Z] total used free shared buff/cache available [2021-06-09T05:19:50.616Z] Mem: 7821 1118 1634 0 5068 6674 [2021-06-09T05:19:50.616Z] Swap: 1023 1 1022 [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] ---> ip addr: [2021-06-09T05:19:50.616Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-09T05:19:50.616Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-09T05:19:50.616Z] inet 127.0.0.1/8 scope host lo [2021-06-09T05:19:50.616Z] valid_lft forever preferred_lft forever [2021-06-09T05:19:50.616Z] inet6 ::1/128 scope host [2021-06-09T05:19:50.616Z] valid_lft forever preferred_lft forever [2021-06-09T05:19:50.616Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-09T05:19:50.616Z] link/ether fa:16:3e:b8:c6:61 brd ff:ff:ff:ff:ff:ff [2021-06-09T05:19:50.616Z] inet 10.30.123.35/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-09T05:19:50.616Z] valid_lft 82317sec preferred_lft 82317sec [2021-06-09T05:19:50.616Z] inet6 fe80::f816:3eff:feb8:c661/64 scope link [2021-06-09T05:19:50.616Z] valid_lft forever preferred_lft forever [2021-06-09T05:19:50.616Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-09T05:19:50.616Z] link/ether 02:42:fd:70:29:17 brd ff:ff:ff:ff:ff:ff [2021-06-09T05:19:50.616Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-09T05:19:50.616Z] valid_lft forever preferred_lft forever [2021-06-09T05:19:50.616Z] inet6 fe80::42:fdff:fe70:2917/64 scope link [2021-06-09T05:19:50.616Z] valid_lft forever preferred_lft forever [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] ---> sar -b -r -n DEV: [2021-06-09T05:19:50.616Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] 04:11:33 LINUX RESTART (2 CPU) [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] 04:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-09T05:19:50.616Z] 04:13:01 26.96 12.32 14.64 0.00 2874.00 1209.33 0.00 [2021-06-09T05:19:50.616Z] 04:14:01 8.08 0.35 7.73 0.00 44.50 5719.30 0.00 [2021-06-09T05:19:50.616Z] 04:15:01 72.76 2.95 69.82 0.00 2249.94 864.98 0.00 [2021-06-09T05:19:50.616Z] 04:16:01 27.84 0.65 27.19 0.00 352.24 12639.87 0.00 [2021-06-09T05:19:50.616Z] 04:17:01 167.21 0.00 167.21 0.00 0.00 47862.78 0.00 [2021-06-09T05:19:50.616Z] 04:18:01 58.79 0.00 58.79 0.00 0.00 8554.76 0.00 [2021-06-09T05:19:50.616Z] 04:19:01 55.64 0.02 55.62 0.00 0.53 4050.21 0.00 [2021-06-09T05:19:50.616Z] 04:20:01 85.98 0.00 85.98 0.00 0.00 19223.30 0.00 [2021-06-09T05:19:50.616Z] 04:21:01 579.10 134.20 444.90 0.00 3406.62 296425.59 0.00 [2021-06-09T05:19:50.616Z] 04:22:02 507.49 20.82 486.67 0.00 1522.37 232500.80 0.00 [2021-06-09T05:19:50.616Z] 04:23:01 304.72 15.90 288.82 0.00 1564.38 75685.93 0.00 [2021-06-09T05:19:50.616Z] 04:24:01 9.58 4.28 5.30 0.00 165.25 195.67 0.00 [2021-06-09T05:19:50.616Z] 04:25:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 [2021-06-09T05:19:50.616Z] 04:26:01 0.23 0.00 0.23 0.00 0.00 1.88 0.00 [2021-06-09T05:19:50.616Z] 04:27:01 0.48 0.18 0.30 0.00 5.73 4.83 0.00 [2021-06-09T05:19:50.616Z] 04:28:01 0.85 0.02 0.83 0.00 1.07 15.41 0.00 [2021-06-09T05:19:50.616Z] 04:29:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 [2021-06-09T05:19:50.616Z] 04:30:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 [2021-06-09T05:19:50.616Z] 04:31:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 [2021-06-09T05:19:50.616Z] 04:32:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 [2021-06-09T05:19:50.616Z] 04:33:01 0.23 0.00 0.23 0.00 0.00 1.97 0.00 [2021-06-09T05:19:50.616Z] 04:34:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 [2021-06-09T05:19:50.616Z] 04:35:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 [2021-06-09T05:19:50.616Z] 04:36:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 [2021-06-09T05:19:50.616Z] 04:37:01 0.25 0.02 0.23 0.00 0.53 3.15 0.00 [2021-06-09T05:19:50.616Z] 04:38:01 0.20 0.00 0.20 0.00 0.00 2.35 0.00 [2021-06-09T05:19:50.616Z] 04:39:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 [2021-06-09T05:19:50.616Z] 04:40:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-06-09T05:19:50.616Z] 04:41:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 [2021-06-09T05:19:50.616Z] 04:42:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-06-09T05:19:50.616Z] 04:43:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-06-09T05:19:50.616Z] 04:44:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 [2021-06-09T05:19:50.616Z] 04:45:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-06-09T05:19:50.616Z] 04:46:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 [2021-06-09T05:19:50.616Z] 04:47:01 0.23 0.00 0.23 0.00 0.00 2.77 0.00 [2021-06-09T05:19:50.616Z] 04:48:01 0.27 0.00 0.27 0.00 0.00 3.47 0.00 [2021-06-09T05:19:50.616Z] 04:49:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-06-09T05:19:50.616Z] 04:50:01 0.17 0.00 0.17 0.00 0.00 15.23 0.00 [2021-06-09T05:19:50.616Z] 04:51:01 0.32 0.00 0.32 0.00 0.00 5.50 0.00 [2021-06-09T05:19:50.616Z] 04:52:01 3.30 2.38 0.92 0.00 122.05 17.82 0.00 [2021-06-09T05:19:50.616Z] 04:53:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 [2021-06-09T05:19:50.616Z] 04:54:02 0.32 0.00 0.32 0.00 0.00 4.20 0.00 [2021-06-09T05:19:50.616Z] 04:55:01 0.25 0.00 0.25 0.00 0.00 3.29 0.00 [2021-06-09T05:19:50.616Z] 04:56:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 [2021-06-09T05:19:50.616Z] 04:57:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 [2021-06-09T05:19:50.616Z] 04:58:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 [2021-06-09T05:19:50.616Z] 04:59:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2021-06-09T05:19:50.616Z] 05:00:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2021-06-09T05:19:50.616Z] 05:01:01 0.38 0.03 0.35 0.00 0.27 4.93 0.00 [2021-06-09T05:19:50.616Z] 05:02:01 0.38 0.08 0.30 0.00 1.60 4.48 0.00 [2021-06-09T05:19:50.616Z] 05:03:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2021-06-09T05:19:50.616Z] 05:04:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 [2021-06-09T05:19:50.616Z] 05:05:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 [2021-06-09T05:19:50.616Z] 05:06:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-06-09T05:19:50.616Z] 05:07:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 [2021-06-09T05:19:50.616Z] 05:08:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 [2021-06-09T05:19:50.616Z] 05:09:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-06-09T05:19:50.616Z] 05:10:01 1.38 1.18 0.20 0.00 147.55 12.51 0.00 [2021-06-09T05:19:50.616Z] 05:11:01 37.75 37.26 0.48 0.00 3768.78 10.56 0.00 [2021-06-09T05:19:50.616Z] 05:12:01 0.60 0.00 0.60 0.00 0.00 9.28 0.00 [2021-06-09T05:19:50.616Z] 05:13:01 27.34 0.00 27.34 0.00 0.00 2303.10 0.00 [2021-06-09T05:19:50.616Z] 05:14:01 43.74 0.03 43.71 0.00 0.67 12691.90 0.00 [2021-06-09T05:19:50.616Z] Average: 32.70 3.75 28.94 0.00 261.55 11609.15 0.00 [2021-06-09T05:19:50.616Z] [2021-06-09T05:19:50.616Z] 04:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-09T05:19:50.616Z] 04:13:01 5761292 0 641760 8.01 2620 1603268 1032028 11.39 353088 1508852 10792 [2021-06-09T05:19:50.616Z] 04:14:01 5568724 0 663892 8.29 2620 1773704 1066420 11.77 532068 1513276 9252 [2021-06-09T05:19:50.617Z] 04:15:01 5480532 0 679700 8.49 2620 1846088 1027164 11.34 579396 1551548 4268 [2021-06-09T05:19:50.617Z] 04:16:01 5255692 0 690700 8.62 2620 2059928 1038848 11.47 614364 1726012 148 [2021-06-09T05:19:50.617Z] 04:17:01 4348412 0 885480 11.06 2620 2772428 1419400 15.67 958356 2163524 21196 [2021-06-09T05:19:50.617Z] 04:18:01 3944620 0 975656 12.18 2620 3086044 1603628 17.70 1215628 2287004 87936 [2021-06-09T05:19:50.617Z] 04:19:01 4013528 0 943996 11.79 2620 3048796 1568144 17.31 1125468 2300420 103236 [2021-06-09T05:19:50.617Z] 04:20:01 3913452 0 898516 11.22 2620 3194352 1154616 12.75 1059396 2461792 24 [2021-06-09T05:19:50.617Z] 04:21:01 1397232 0 1571768 19.63 2620 5037320 3510508 38.76 2537760 3330860 100844 [2021-06-09T05:19:50.617Z] 04:22:02 534488 0 1216732 15.19 2620 6255100 1638404 18.09 3053724 3656256 121636 [2021-06-09T05:19:50.617Z] 04:23:01 2284156 0 1066200 13.31 2620 4655964 1179648 13.02 1013384 3974804 20 [2021-06-09T05:19:50.617Z] 04:24:01 2290700 0 1054632 13.17 2620 4660988 1084004 11.97 1010516 3976308 20 [2021-06-09T05:19:50.617Z] 04:25:01 2301172 0 1044212 13.04 2620 4660936 1044928 11.54 1012120 3971352 8 [2021-06-09T05:19:50.617Z] 04:26:01 2301168 0 1044216 13.04 2620 4660936 1044928 11.54 1024816 3958688 8 [2021-06-09T05:19:50.617Z] 04:27:01 2299724 0 1045620 13.06 2620 4660976 1044928 11.54 1025812 3958860 8 [2021-06-09T05:19:50.617Z] 04:28:01 2297436 0 1047908 13.08 2620 4660976 1045000 11.54 1030156 3957464 8 [2021-06-09T05:19:50.617Z] 04:29:01 2297264 0 1048072 13.09 2620 4660984 1044928 11.54 1032080 3955464 8 [2021-06-09T05:19:50.617Z] 04:30:01 2297404 0 1047928 13.08 2620 4660988 1044928 11.54 1032184 3955464 8 [2021-06-09T05:19:50.617Z] 04:31:01 2297100 0 1048228 13.09 2620 4660992 1044928 11.54 1032276 3955296 8 [2021-06-09T05:19:50.617Z] 04:32:01 2297224 0 1048100 13.09 2620 4660996 1044928 11.54 1032280 3955296 8 [2021-06-09T05:19:50.617Z] 04:33:01 2297044 0 1048276 13.09 2620 4661000 1045036 11.54 1045512 3942164 8 [2021-06-09T05:19:50.617Z] 04:34:01 2297656 0 1047660 13.08 2620 4661004 1044928 11.54 1045544 3942160 8 [2021-06-09T05:19:50.617Z] 04:35:01 2297828 0 1047484 13.08 2620 4661008 1044928 11.54 1045412 3942160 8 [2021-06-09T05:19:50.617Z] 04:36:01 2297568 0 1047736 13.08 2620 4661016 1045000 11.54 1045640 3942160 12 [2021-06-09T05:19:50.617Z] 04:37:01 2295980 0 1049320 13.10 2620 4661020 1055676 11.66 1046272 3942176 20 [2021-06-09T05:19:50.617Z] 04:38:01 2296804 0 1048488 13.09 2620 4661028 1055268 11.65 1046020 3942180 20 [2021-06-09T05:19:50.617Z] 04:39:01 2297376 0 1047916 13.08 2620 4661028 1044712 11.53 1045468 3942168 8 [2021-06-09T05:19:50.617Z] 04:40:01 2297392 0 1047892 13.08 2620 4661036 1044712 11.53 1045496 3942168 8 [2021-06-09T05:19:50.617Z] 04:41:01 2297764 0 1047520 13.08 2620 4661036 1044712 11.53 1045576 3942168 8 [2021-06-09T05:19:50.617Z] 04:42:01 2297632 0 1047648 13.08 2620 4661040 1044712 11.53 1045596 3942168 8 [2021-06-09T05:19:50.617Z] 04:43:01 2297652 0 1047620 13.08 2620 4661048 1044808 11.54 1045548 3942168 8 [2021-06-09T05:19:50.617Z] 04:44:01 2297656 0 1047616 13.08 2620 4661048 1044712 11.53 1045312 3942168 8 [2021-06-09T05:19:50.617Z] 04:45:01 2297384 0 1047880 13.08 2620 4661056 1044712 11.53 1045504 3942164 8 [2021-06-09T05:19:50.617Z] 04:46:01 2297960 0 1047304 13.08 2620 4661056 1044712 11.53 1045604 3942164 16 [2021-06-09T05:19:50.617Z] 04:47:01 2297632 0 1047624 13.08 2620 4661064 1044712 11.53 1045632 3942164 8 [2021-06-09T05:19:50.617Z] 04:48:01 2297264 0 1047988 13.09 2620 4661068 1044796 11.54 1045620 3942164 8 [2021-06-09T05:19:50.617Z] 04:49:01 2297268 0 1047980 13.09 2620 4661072 1044712 11.53 1045652 3942168 8 [2021-06-09T05:19:50.617Z] 04:50:01 2296784 0 1048460 13.09 2620 4661076 1044844 11.54 1046156 3942144 20 [2021-06-09T05:19:50.617Z] 04:51:01 2296640 0 1048592 13.09 2620 4661088 1044892 11.54 1046340 3942148 20 [2021-06-09T05:19:50.617Z] 04:52:01 2292400 0 1049108 13.10 2620 4664812 1045132 11.54 1047220 3945328 8 [2021-06-09T05:19:50.617Z] 04:53:01 2292524 0 1048980 13.10 2620 4664816 1045108 11.54 1047056 3945332 8 [2021-06-09T05:19:50.617Z] 04:54:02 2293860 0 1047640 13.08 2620 4664820 1044928 11.54 1046292 3945328 12 [2021-06-09T05:19:50.617Z] 04:55:01 2293664 0 1047832 13.08 2620 4664824 1044928 11.54 1046376 3945328 8 [2021-06-09T05:19:50.617Z] 04:56:01 2293712 0 1047780 13.08 2620 4664828 1044928 11.54 1046476 3945332 8 [2021-06-09T05:19:50.617Z] 04:57:01 2293556 0 1047880 13.08 2620 4664884 1044928 11.54 1046360 3945340 20 [2021-06-09T05:19:50.617Z] 04:58:01 2293304 0 1048180 13.09 2620 4664836 1045012 11.54 1046356 3945440 8 [2021-06-09T05:19:50.617Z] 04:59:01 2293656 0 1047824 13.08 2620 4664840 1044928 11.54 1046184 3945440 8 [2021-06-09T05:19:50.617Z] 05:00:01 2293880 0 1047596 13.08 2620 4664844 1044928 11.54 1046256 3945440 8 [2021-06-09T05:19:50.617Z] 05:01:01 2291976 0 1049492 13.10 2620 4664852 1047832 11.57 1047076 3945328 8 [2021-06-09T05:19:50.617Z] 05:02:01 2292980 0 1048364 13.09 2620 4664976 1045436 11.54 1046528 3945436 8 [2021-06-09T05:19:50.617Z] 05:03:01 2292992 0 1048348 13.09 2620 4664980 1045520 11.54 1046636 3945436 8 [2021-06-09T05:19:50.617Z] 05:04:01 2293080 0 1048260 13.09 2620 4664980 1045436 11.54 1046560 3945436 8 [2021-06-09T05:19:50.617Z] 05:05:01 2292700 0 1048632 13.09 2620 4664988 1045436 11.54 1046636 3945388 8 [2021-06-09T05:19:50.617Z] 05:06:01 2292768 0 1048560 13.09 2620 4664992 1045436 11.54 1046672 3945388 8 [2021-06-09T05:19:50.617Z] 05:07:01 2292900 0 1048424 13.09 2620 4664996 1045436 11.54 1046624 3945388 8 [2021-06-09T05:19:50.617Z] 05:08:01 2292688 0 1048632 13.09 2620 4665000 1045520 11.54 1046720 3945388 8 [2021-06-09T05:19:50.617Z] 05:09:01 2293024 0 1048292 13.09 2620 4665004 1045436 11.54 1046652 3945388 8 [2021-06-09T05:19:50.617Z] 05:10:01 2287064 0 1049540 13.10 2620 4669716 1045628 11.54 1047516 3949980 16 [2021-06-09T05:19:50.617Z] 05:11:01 2173664 0 1049708 13.11 2620 4782948 1045676 11.54 1048268 4062756 32 [2021-06-09T05:19:50.617Z] 05:12:01 2173380 0 1050004 13.11 2620 4782936 1045796 11.55 1048616 4062744 20 [2021-06-09T05:19:50.617Z] 05:13:01 1734948 0 1084488 13.54 2620 5186884 1045724 11.55 1073440 4441644 361500 [2021-06-09T05:19:50.617Z] 05:14:01 1727048 0 1092236 13.64 2620 5187036 1148272 12.68 1071892 4445480 32 [2021-06-09T05:19:50.617Z] Average: 2551651 0 1028550 12.84 2620 4426119 1124231 12.41 1068890 3693535 13249 [2021-06-09T05:19:50.617Z] [2021-06-09T05:19:50.617Z] 04:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-09T05:19:50.617Z] 04:13:01 eth0 247.81 179.18 504.01 36.96 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:14:01 eth0 470.82 484.58 2779.02 50.95 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:15:01 eth0 65.20 50.66 109.35 16.69 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:16:01 eth0 630.07 895.52 3021.46 115.86 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:16:01 docker0 833.64 551.66 70.05 2684.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:17:01 veth9ea6eca 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.617Z] 04:17:01 eth0 554.89 496.29 3546.36 72.52 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:17:01 docker0 250.21 277.92 16.80 847.82 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:18:01 veth9ea6eca 0.83 0.87 0.07 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:18:01 eth0 23.95 15.02 17.30 30.17 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:18:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:19:01 veth9ea6eca 1.43 1.43 0.11 0.11 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:19:01 eth0 16.08 11.26 11.73 17.24 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:19:01 docker0 1.43 1.43 0.09 0.11 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:20:01 eth0 160.93 144.28 1681.35 26.66 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:21:01 veth602afc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:21:01 veth18b729a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:21:01 veth1c0b19a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:21:01 vethec90ba4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:22:02 veth2af1287 0.00 1.56 0.00 0.08 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:22:02 eth0 2390.51 2450.32 12269.01 423.13 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:22:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:22:02 docker0 1217.83 993.77 95.54 4013.45 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:23:01 eth0 175.69 141.77 1646.01 44.14 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:23:01 docker0 30.46 44.97 2.00 384.93 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:24:01 eth0 1.62 1.03 1.73 0.53 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:25:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:28:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:29:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:33:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:36:01 eth0 0.13 0.12 0.05 0.04 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:37:01 eth0 1.10 2.88 0.27 8.84 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:38:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:39:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:42:01 eth0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:43:01 eth0 0.22 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:46:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:48:01 eth0 0.27 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:50:01 eth0 0.52 0.45 0.83 0.14 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:51:01 eth0 0.85 0.55 0.86 0.30 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:52:01 eth0 2.33 1.87 2.31 1.42 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:53:01 eth0 0.28 0.27 0.20 0.08 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:54:02 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.618Z] 04:56:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:58:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:03:01 eth0 0.20 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:04:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:05:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:06:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:07:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:08:01 eth0 0.57 0.18 0.18 0.04 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:09:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:10:01 eth0 1.55 1.02 1.70 0.51 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:11:01 eth0 2.25 1.48 2.59 0.76 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:12:01 eth0 2.33 2.53 1.94 6.22 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:13:01 eth0 189.17 176.94 2155.87 12.29 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:14:01 eth0 2.73 2.13 3.33 1.04 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] Average: eth0 44.48 44.71 258.59 8.04 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] Average: docker0 20.15 16.76 1.57 70.93 0.00 0.00 0.00 0.00 [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] ---> sar -P ALL: [2021-06-09T05:19:50.619Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] 04:11:33 LINUX RESTART (2 CPU) [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] 04:12:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.619Z] 04:13:01 all 5.37 0.00 0.86 0.77 0.04 92.96 [2021-06-09T05:19:50.619Z] 04:13:01 0 4.05 0.00 1.00 0.93 0.05 93.97 [2021-06-09T05:19:50.619Z] 04:13:01 1 6.69 0.00 0.73 0.61 0.03 91.94 [2021-06-09T05:19:50.619Z] 04:14:01 all 5.25 0.00 1.18 0.70 0.03 92.84 [2021-06-09T05:19:50.619Z] 04:14:01 0 5.58 0.00 1.40 0.03 0.03 92.95 [2021-06-09T05:19:50.619Z] 04:14:01 1 4.91 0.00 0.96 1.37 0.03 92.72 [2021-06-09T05:19:50.619Z] 04:15:01 all 2.17 0.00 0.94 1.50 0.03 95.36 [2021-06-09T05:19:50.619Z] 04:15:01 0 2.36 0.00 0.77 0.45 0.03 96.38 [2021-06-09T05:19:50.619Z] 04:15:01 1 1.98 0.00 1.11 2.53 0.03 94.35 [2021-06-09T05:19:50.619Z] 04:16:01 all 12.59 0.00 2.66 1.35 0.07 83.33 [2021-06-09T05:19:50.619Z] 04:16:01 0 15.07 0.00 2.94 1.28 0.07 80.64 [2021-06-09T05:19:50.619Z] 04:16:01 1 10.12 0.00 2.37 1.43 0.07 86.01 [2021-06-09T05:19:50.619Z] 04:17:01 all 15.72 0.00 7.08 3.97 0.10 73.14 [2021-06-09T05:19:50.619Z] 04:17:01 0 15.44 0.00 7.48 4.34 0.11 72.64 [2021-06-09T05:19:50.619Z] 04:17:01 1 15.99 0.00 6.69 3.60 0.09 73.64 [2021-06-09T05:19:50.619Z] 04:18:01 all 55.20 0.00 6.26 0.50 0.07 37.97 [2021-06-09T05:19:50.619Z] 04:18:01 0 54.89 0.00 6.85 0.34 0.07 37.85 [2021-06-09T05:19:50.619Z] 04:18:01 1 55.51 0.00 5.67 0.66 0.07 38.09 [2021-06-09T05:19:50.619Z] 04:19:01 all 48.23 0.00 6.65 0.38 0.09 44.65 [2021-06-09T05:19:50.619Z] 04:19:01 0 47.17 0.00 6.67 0.36 0.09 45.72 [2021-06-09T05:19:50.619Z] 04:19:01 1 49.29 0.00 6.63 0.41 0.09 43.59 [2021-06-09T05:19:50.619Z] 04:20:01 all 16.90 0.00 3.98 1.49 0.04 77.58 [2021-06-09T05:19:50.619Z] 04:20:01 0 17.57 0.00 4.22 1.59 0.03 76.58 [2021-06-09T05:19:50.619Z] 04:20:01 1 16.23 0.00 3.75 1.39 0.05 78.58 [2021-06-09T05:19:50.619Z] 04:21:01 all 43.35 0.00 21.56 19.75 0.14 15.20 [2021-06-09T05:19:50.619Z] 04:21:01 0 43.61 0.00 20.96 20.05 0.13 15.25 [2021-06-09T05:19:50.619Z] 04:21:01 1 43.08 0.00 22.16 19.45 0.15 15.15 [2021-06-09T05:19:50.619Z] 04:22:02 all 62.41 0.00 20.11 11.29 0.12 6.06 [2021-06-09T05:19:50.619Z] 04:22:02 0 62.40 0.00 20.10 11.70 0.13 5.67 [2021-06-09T05:19:50.619Z] 04:22:02 1 62.43 0.00 20.12 10.88 0.11 6.46 [2021-06-09T05:19:50.619Z] 04:23:01 all 60.29 0.00 13.13 6.83 0.10 19.65 [2021-06-09T05:19:50.619Z] 04:23:01 0 60.88 0.00 13.19 6.96 0.09 18.87 [2021-06-09T05:19:50.619Z] 04:23:01 1 59.70 0.00 13.06 6.70 0.11 20.42 [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] 04:23:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.619Z] 04:24:01 all 0.13 0.00 0.10 0.03 0.03 99.71 [2021-06-09T05:19:50.619Z] 04:24:01 0 0.12 0.00 0.12 0.02 0.03 99.72 [2021-06-09T05:19:50.619Z] 04:24:01 1 0.15 0.00 0.08 0.03 0.03 99.70 [2021-06-09T05:19:50.619Z] 04:25:01 all 0.07 0.00 0.08 0.00 0.03 99.82 [2021-06-09T05:19:50.619Z] 04:25:01 0 0.10 0.00 0.08 0.00 0.02 99.80 [2021-06-09T05:19:50.619Z] 04:25:01 1 0.03 0.00 0.08 0.00 0.03 99.85 [2021-06-09T05:19:50.619Z] 04:26:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T05:19:50.619Z] 04:26:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T05:19:50.619Z] 04:26:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T05:19:50.619Z] 04:27:01 all 0.09 0.00 0.05 0.00 0.03 99.83 [2021-06-09T05:19:50.619Z] 04:27:01 0 0.13 0.00 0.05 0.00 0.03 99.78 [2021-06-09T05:19:50.619Z] 04:27:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-06-09T05:19:50.619Z] 04:28:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-09T05:19:50.619Z] 04:28:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T05:19:50.619Z] 04:28:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T05:19:50.619Z] 04:29:01 all 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T05:19:50.619Z] 04:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.619Z] 04:29:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-06-09T05:19:50.619Z] 04:30:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T05:19:50.619Z] 04:30:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T05:19:50.619Z] 04:30:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-06-09T05:19:50.619Z] 04:31:01 all 0.03 0.00 0.03 0.00 0.03 99.91 [2021-06-09T05:19:50.619Z] 04:31:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T05:19:50.619Z] 04:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T05:19:50.619Z] 04:32:01 all 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T05:19:50.619Z] 04:32:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.619Z] 04:32:01 1 0.17 0.00 0.02 0.00 0.00 99.82 [2021-06-09T05:19:50.619Z] 04:33:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T05:19:50.619Z] 04:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T05:19:50.619Z] 04:33:01 1 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T05:19:50.619Z] 04:34:01 all 0.09 0.00 0.02 0.00 0.03 99.87 [2021-06-09T05:19:50.619Z] 04:34:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T05:19:50.619Z] 04:34:01 1 0.17 0.00 0.02 0.00 0.00 99.82 [2021-06-09T05:19:50.619Z] [2021-06-09T05:19:50.619Z] 04:34:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.619Z] 04:35:01 all 0.06 0.00 0.01 0.00 0.03 99.91 [2021-06-09T05:19:50.619Z] 04:35:01 0 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-09T05:19:50.619Z] 04:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2021-06-09T05:19:50.619Z] 04:36:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T05:19:50.619Z] 04:36:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-09T05:19:50.619Z] 04:36:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.619Z] 04:37:01 all 0.10 0.00 0.03 0.00 0.03 99.84 [2021-06-09T05:19:50.619Z] 04:37:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-09T05:19:50.619Z] 04:37:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-09T05:19:50.619Z] 04:38:01 all 0.06 0.00 0.03 0.00 0.03 99.89 [2021-06-09T05:19:50.619Z] 04:38:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T05:19:50.619Z] 04:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-09T05:19:50.619Z] 04:39:01 all 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.619Z] 04:39:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T05:19:50.619Z] 04:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-06-09T05:19:50.620Z] 04:40:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T05:19:50.620Z] 04:40:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T05:19:50.620Z] 04:40:01 1 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T05:19:50.620Z] 04:41:01 all 0.06 0.00 0.03 0.00 0.02 99.90 [2021-06-09T05:19:50.620Z] 04:41:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:41:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2021-06-09T05:19:50.620Z] 04:42:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T05:19:50.620Z] 04:42:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T05:19:50.620Z] 04:42:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T05:19:50.620Z] 04:43:01 all 0.06 0.00 0.02 0.00 0.03 99.90 [2021-06-09T05:19:50.620Z] 04:43:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:43:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T05:19:50.620Z] 04:44:01 all 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.620Z] 04:44:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T05:19:50.620Z] 04:45:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:45:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:45:01 1 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-09T05:19:50.620Z] [2021-06-09T05:19:50.620Z] 04:45:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.620Z] 04:46:01 all 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T05:19:50.620Z] 04:46:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-06-09T05:19:50.620Z] 04:47:01 all 0.05 0.00 0.02 0.01 0.03 99.90 [2021-06-09T05:19:50.620Z] 04:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.620Z] 04:47:01 1 0.08 0.00 0.02 0.02 0.03 99.85 [2021-06-09T05:19:50.620Z] 04:48:01 all 0.03 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.620Z] 04:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T05:19:50.620Z] 04:48:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T05:19:50.620Z] 04:49:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T05:19:50.620Z] 04:49:01 1 0.10 0.00 0.02 0.00 0.05 99.83 [2021-06-09T05:19:50.620Z] 04:50:01 all 0.11 0.00 0.02 0.00 0.03 99.85 [2021-06-09T05:19:50.620Z] 04:50:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:50:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2021-06-09T05:19:50.620Z] 04:51:01 all 0.18 0.00 0.03 0.00 0.03 99.77 [2021-06-09T05:19:50.620Z] 04:51:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2021-06-09T05:19:50.620Z] 04:51:01 1 0.33 0.00 0.02 0.00 0.03 99.62 [2021-06-09T05:19:50.620Z] 04:52:01 all 1.00 0.00 0.53 0.02 0.03 98.42 [2021-06-09T05:19:50.620Z] 04:52:01 0 0.84 0.00 0.55 0.02 0.02 98.58 [2021-06-09T05:19:50.620Z] 04:52:01 1 1.17 0.00 0.50 0.02 0.05 98.26 [2021-06-09T05:19:50.620Z] 04:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-09T05:19:50.620Z] 04:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.620Z] 04:53:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T05:19:50.620Z] 04:54:02 all 0.04 0.00 0.02 0.00 0.02 99.92 [2021-06-09T05:19:50.620Z] 04:54:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T05:19:50.620Z] 04:54:02 1 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:55:01 all 0.08 0.00 0.02 0.00 0.04 99.86 [2021-06-09T05:19:50.620Z] 04:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.620Z] 04:55:01 1 0.14 0.00 0.02 0.00 0.07 99.78 [2021-06-09T05:19:50.620Z] 04:56:01 all 0.08 0.00 0.02 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:56:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T05:19:50.620Z] 04:56:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2021-06-09T05:19:50.620Z] [2021-06-09T05:19:50.620Z] 04:56:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.620Z] 04:57:01 all 0.06 0.00 0.02 0.00 0.03 99.90 [2021-06-09T05:19:50.620Z] 04:57:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.620Z] 04:57:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T05:19:50.620Z] 04:58:01 all 0.06 0.00 0.03 0.00 0.03 99.89 [2021-06-09T05:19:50.620Z] 04:58:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 04:58:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-09T05:19:50.620Z] 04:59:01 all 0.08 0.00 0.01 0.00 0.03 99.88 [2021-06-09T05:19:50.620Z] 04:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-09T05:19:50.620Z] 04:59:01 1 0.15 0.00 0.02 0.00 0.03 99.80 [2021-06-09T05:19:50.620Z] 05:00:01 all 0.09 0.00 0.02 0.00 0.03 99.87 [2021-06-09T05:19:50.620Z] 05:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 05:00:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2021-06-09T05:19:50.620Z] 05:01:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-09T05:19:50.620Z] 05:01:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 05:01:01 1 0.15 0.00 0.02 0.00 0.03 99.80 [2021-06-09T05:19:50.620Z] 05:02:01 all 0.06 0.00 0.02 0.00 0.03 99.90 [2021-06-09T05:19:50.620Z] 05:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-06-09T05:19:50.620Z] 05:02:01 1 0.08 0.00 0.03 0.00 0.05 99.83 [2021-06-09T05:19:50.620Z] 05:03:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-09T05:19:50.620Z] 05:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T05:19:50.620Z] 05:03:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T05:19:50.620Z] 05:04:01 all 0.07 0.00 0.02 0.00 0.03 99.89 [2021-06-09T05:19:50.620Z] 05:04:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T05:19:50.620Z] 05:04:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T05:19:50.620Z] 05:05:01 all 0.08 0.00 0.01 0.00 0.02 99.90 [2021-06-09T05:19:50.620Z] 05:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.620Z] 05:05:01 1 0.13 0.00 0.00 0.00 0.00 99.87 [2021-06-09T05:19:50.620Z] 05:06:01 all 0.06 0.00 0.02 0.00 0.03 99.89 [2021-06-09T05:19:50.620Z] 05:06:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T05:19:50.620Z] 05:06:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T05:19:50.620Z] 05:07:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T05:19:50.620Z] 05:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.620Z] 05:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T05:19:50.620Z] [2021-06-09T05:19:50.620Z] 05:07:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T05:19:50.620Z] 05:08:01 all 0.04 0.00 0.02 0.00 0.03 99.91 [2021-06-09T05:19:50.620Z] 05:08:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T05:19:50.620Z] 05:08:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T05:19:50.620Z] 05:09:01 all 0.04 0.00 0.02 0.00 0.02 99.92 [2021-06-09T05:19:50.620Z] 05:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T05:19:50.620Z] 05:09:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-06-09T05:19:50.620Z] 05:10:01 all 0.28 0.00 0.08 0.05 0.03 99.57 [2021-06-09T05:19:50.620Z] 05:10:01 0 0.13 0.00 0.08 0.07 0.02 99.70 [2021-06-09T05:19:50.620Z] 05:10:01 1 0.42 0.00 0.08 0.03 0.03 99.43 [2021-06-09T05:19:50.620Z] 05:11:01 all 1.11 0.00 0.18 3.83 0.04 94.85 [2021-06-09T05:19:50.620Z] 05:11:01 0 0.17 0.00 0.08 0.00 0.03 99.72 [2021-06-09T05:19:50.620Z] 05:11:01 1 2.05 0.00 0.27 7.67 0.05 89.96 [2021-06-09T05:19:50.620Z] 05:12:01 all 0.09 0.00 0.06 0.00 0.03 99.82 [2021-06-09T05:19:50.620Z] 05:12:01 0 0.08 0.00 0.07 0.00 0.03 99.82 [2021-06-09T05:19:50.620Z] 05:12:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2021-06-09T05:19:50.620Z] 05:13:01 all 4.74 0.00 1.92 0.25 0.03 93.06 [2021-06-09T05:19:50.620Z] 05:13:01 0 4.89 0.00 1.88 0.05 0.03 93.15 [2021-06-09T05:19:50.620Z] 05:13:01 1 4.58 0.00 1.96 0.46 0.03 92.96 [2021-06-09T05:19:50.620Z] 05:14:01 all 0.16 0.00 0.35 1.20 0.04 98.25 [2021-06-09T05:19:50.620Z] 05:14:01 0 0.12 0.00 0.37 0.90 0.03 98.58 [2021-06-09T05:19:50.620Z] 05:14:01 1 0.20 0.00 0.34 1.49 0.05 97.92 [2021-06-09T05:19:50.620Z] Average: all 5.11 0.00 1.34 0.82 0.04 92.70 [2021-06-09T05:19:50.620Z] Average: 0 5.09 0.00 1.35 0.74 0.04 92.78 [2021-06-09T05:19:50.620Z] Average: 1 5.13 0.00 1.32 0.90 0.03 92.63 [2021-06-09T05:19:50.620Z] [2021-06-09T05:19:50.620Z] [2021-06-09T05:19:50.620Z]