Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at c8e01228eebdce54d172fd10835788ee98243d1b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c8e01228eebdce54d172fd10835788ee98243d1b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17129 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 Merge succeeded, producing 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 Checking out Revision 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 # timeout=10 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T00:31:36.539Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T00:31:36.796Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T00:31:36.885Z] ========================================================= [2020-12-22T00:31:36.885Z] EdgeX Global Pipelines Version Info [2020-12-22T00:31:36.885Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 [2020-12-22T00:31:38.414Z] ------------------- [2020-12-22T00:31:38.414Z] stable info: [2020-12-22T00:31:38.414Z] ------------------- [2020-12-22T00:31:38.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T00:31:38.414Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T00:31:38.414Z] Message: update stable to v1.0.173 [2020-12-22T00:31:39.372Z] ------------------- [2020-12-22T00:31:39.373Z] experimental info: [2020-12-22T00:31:39.373Z] ------------------- [2020-12-22T00:31:39.373Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T00:31:39.373Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T00:31:39.373Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T00:31:39.638Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-22T00:31:39.721Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-22T00:31:39.851Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T00:31:39.935Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T00:31:40.052Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T00:31:40.191Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-22T00:31:40.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-22T00:31:40.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-22T00:31:40.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-22T00:31:40.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-22T00:31:40.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-22T00:31:40.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T00:31:40.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T00:31:40.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T00:31:41.076Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T00:31:41.164Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T00:31:41.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T00:31:41.386Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-22T00:31:41.473Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-22T00:31:41.588Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-22T00:31:41.698Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-22T00:31:41.779Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T00:31:41.864Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T00:31:41.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2020-12-22T00:31:42.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2020-12-22T00:31:42.118Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2020-12-22T00:31:42.202Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [Pipeline] echo [2020-12-22T00:31:42.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d1bd54 [Pipeline] echo [2020-12-22T00:31:42.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T00:31:42.553Z] provisioning config files... [2020-12-22T00:31:42.592Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config4068854118653443608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:31:42.960Z] ---> docker-login.sh [2020-12-22T00:31:42.960Z] nexus3.edgexfoundry.org:10001 [2020-12-22T00:31:43.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:31:43.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:31:43.226Z] Configure a credential helper to remove this warning. See [2020-12-22T00:31:43.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:31:43.226Z] [2020-12-22T00:31:43.226Z] Login Succeeded [2020-12-22T00:31:43.226Z] nexus3.edgexfoundry.org:10002 [2020-12-22T00:31:43.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:31:43.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:31:43.496Z] Configure a credential helper to remove this warning. See [2020-12-22T00:31:43.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:31:43.496Z] [2020-12-22T00:31:43.496Z] Login Succeeded [2020-12-22T00:31:43.496Z] nexus3.edgexfoundry.org:10003 [2020-12-22T00:31:43.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:31:43.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:31:43.761Z] Configure a credential helper to remove this warning. See [2020-12-22T00:31:43.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:31:43.761Z] [2020-12-22T00:31:43.761Z] Login Succeeded [2020-12-22T00:31:43.761Z] nexus3.edgexfoundry.org:10004 [2020-12-22T00:31:44.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:31:44.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:31:44.988Z] Configure a credential helper to remove this warning. See [2020-12-22T00:31:44.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:31:44.988Z] [2020-12-22T00:31:44.988Z] Login Succeeded [2020-12-22T00:31:44.988Z] docker.io [2020-12-22T00:31:45.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:31:45.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:31:45.520Z] Configure a credential helper to remove this warning. See [2020-12-22T00:31:45.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:31:45.520Z] [2020-12-22T00:31:45.520Z] Login Succeeded [2020-12-22T00:31:45.520Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T00:31:45.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T00:31:46.075Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/core-command/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/core-data/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-22T00:31:46.076Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-22T00:31:46.076Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-22T00:31:46.076Z] ++ cut -d/ -f2 [2020-12-22T00:31:46.076Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-22T00:31:46.155Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:31:47.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T00:31:47.130Z] [2020-12-22T00:31:47.130Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:31:47.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T00:31:47.479Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T00:31:47.479Z] 31603596830f: Pulling fs layer [2020-12-22T00:31:47.479Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T00:31:47.479Z] 6ca5941a6612: Pulling fs layer [2020-12-22T00:31:47.479Z] ecc8261a40a4: Pulling fs layer [2020-12-22T00:31:47.479Z] ecc8261a40a4: Waiting [2020-12-22T00:31:47.479Z] 2a8b12db71e7: Verifying Checksum [2020-12-22T00:31:47.479Z] 2a8b12db71e7: Download complete [2020-12-22T00:31:47.751Z] 31603596830f: Verifying Checksum [2020-12-22T00:31:47.751Z] 31603596830f: Download complete [2020-12-22T00:31:47.751Z] ecc8261a40a4: Verifying Checksum [2020-12-22T00:31:47.751Z] ecc8261a40a4: Download complete [2020-12-22T00:31:48.018Z] 6ca5941a6612: Verifying Checksum [2020-12-22T00:31:48.018Z] 6ca5941a6612: Download complete [2020-12-22T00:31:48.018Z] 31603596830f: Pull complete [2020-12-22T00:31:48.295Z] 2a8b12db71e7: Pull complete [2020-12-22T00:31:49.249Z] 6ca5941a6612: Pull complete [2020-12-22T00:31:49.249Z] ecc8261a40a4: Pull complete [2020-12-22T00:31:49.249Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T00:31:49.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T00:31:49.249Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T00:31:49.353Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:31:49.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-22T00:31:51.913Z] $ docker top a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T00:31:52.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T00:31:52.200Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T00:31:52.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T00:31:52.413Z] $ docker exec a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent [2020-12-22T00:31:52.572Z] SSH_AUTH_SOCK=/tmp/ssh-BcZfKL5y6GHT/agent.11 [2020-12-22T00:31:52.572Z] SSH_AGENT_PID=17 [2020-12-22T00:31:52.584Z] Running ssh-add (command line suppressed) [2020-12-22T00:31:52.701Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_4324731782673665955.key (/w/workspace/edgex-go/29@tmp/private_key_4324731782673665955.key) [2020-12-22T00:31:52.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T00:31:53.086Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T00:31:53.110Z] $ docker exec --env ******** --env ******** a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent -k [2020-12-22T00:31:53.221Z] unset SSH_AUTH_SOCK; [2020-12-22T00:31:53.222Z] unset SSH_AGENT_PID; [2020-12-22T00:31:53.222Z] echo Agent pid 17 killed; [2020-12-22T00:31:53.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T00:31:53.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T00:31:53.498Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T00:31:53.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T00:31:53.660Z] $ docker exec a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent [2020-12-22T00:31:53.824Z] SSH_AUTH_SOCK=/tmp/ssh-lrRUmwPv6cF8/agent.45 [2020-12-22T00:31:53.824Z] SSH_AGENT_PID=50 [2020-12-22T00:31:53.831Z] Running ssh-add (command line suppressed) [2020-12-22T00:31:53.946Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_5797175956837801642.key (/w/workspace/edgex-go/29@tmp/private_key_5797175956837801642.key) [2020-12-22T00:31:53.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T00:31:54.339Z] + git semver init [2020-12-22T00:31:54.339Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T00:31:54.339Z] # $GIT_DIR = /w/workspace/edgex-go/29/.git [2020-12-22T00:31:54.339Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/29 [2020-12-22T00:31:54.339Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T00:31:54.339Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T00:31:54.339Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T00:31:54.339Z] # $SEMVER_BRANCH = PR-2858 [2020-12-22T00:31:54.339Z] # $SEMVER_TEMP = /tmp/semver-345560755 [2020-12-22T00:31:54.339Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-22T00:32:33.269Z] # '/tmp/semver-345560755' -> '/w/workspace/edgex-go/29/.semver' [2020-12-22T00:32:33.269Z] # -> Force: false [2020-12-22T00:32:33.269Z] # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } [2020-12-22T00:32:33.286Z] $ docker exec --env ******** --env ******** a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent -k [2020-12-22T00:32:33.548Z] unset SSH_AUTH_SOCK; [2020-12-22T00:32:33.548Z] unset SSH_AGENT_PID; [2020-12-22T00:32:33.548Z] echo Agent pid 50 killed; [2020-12-22T00:32:33.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T00:32:34.172Z] + git semver [Pipeline] } [2020-12-22T00:32:34.191Z] $ docker stop --time=1 a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee [2020-12-22T00:32:35.881Z] $ docker rm -f a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T00:32:36.392Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T00:32:36.913Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T00:32:36.916Z] [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 [2020-12-22T00:32:37.807Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T00:32:38.111Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T00:32:38.411Z] + sudo service docker restart [2020-12-22T00:32:38.411Z] + true [2020-12-22T00:32:38.411Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-22T00:32:39.012Z] ========================================================= [2020-12-22T00:32:39.012Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-22T00:32:39.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:32:39.356Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-22T00:32:42.689Z] Sending build context to Docker daemon 326.2MB [2020-12-22T00:32:42.689Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-22T00:32:42.689Z] Step 2/7 : FROM ${BASE} [2020-12-22T00:32:42.689Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-22T00:32:42.689Z] 188c0c94c7c5: Pulling fs layer [2020-12-22T00:32:42.689Z] 0ef7d3d256c8: Pulling fs layer [2020-12-22T00:32:42.689Z] de9db76c5a1d: Pulling fs layer [2020-12-22T00:32:42.689Z] bca2f99d35d6: Pulling fs layer [2020-12-22T00:32:42.689Z] 93359f2a8cfa: Pulling fs layer [2020-12-22T00:32:42.689Z] 7c6f9722023f: Pulling fs layer [2020-12-22T00:32:42.689Z] a35cf1a2eb13: Pulling fs layer [2020-12-22T00:32:42.689Z] 93359f2a8cfa: Waiting [2020-12-22T00:32:42.689Z] a35cf1a2eb13: Waiting [2020-12-22T00:32:42.689Z] bca2f99d35d6: Waiting [2020-12-22T00:32:42.689Z] 7c6f9722023f: Waiting [2020-12-22T00:32:42.689Z] de9db76c5a1d: Verifying Checksum [2020-12-22T00:32:42.689Z] de9db76c5a1d: Download complete [2020-12-22T00:32:42.689Z] 0ef7d3d256c8: Verifying Checksum [2020-12-22T00:32:42.689Z] 0ef7d3d256c8: Download complete [2020-12-22T00:32:42.958Z] 93359f2a8cfa: Verifying Checksum [2020-12-22T00:32:42.958Z] 93359f2a8cfa: Download complete [2020-12-22T00:32:42.958Z] 7c6f9722023f: Verifying Checksum [2020-12-22T00:32:42.958Z] 7c6f9722023f: Download complete [2020-12-22T00:32:42.958Z] 188c0c94c7c5: Verifying Checksum [2020-12-22T00:32:42.958Z] 188c0c94c7c5: Download complete [2020-12-22T00:32:43.230Z] 188c0c94c7c5: Pull complete [2020-12-22T00:32:44.188Z] 0ef7d3d256c8: Pull complete [2020-12-22T00:32:44.188Z] de9db76c5a1d: Pull complete [2020-12-22T00:32:44.449Z] a35cf1a2eb13: Verifying Checksum [2020-12-22T00:32:44.449Z] a35cf1a2eb13: Download complete [2020-12-22T00:32:45.029Z] bca2f99d35d6: Verifying Checksum [2020-12-22T00:32:45.029Z] bca2f99d35d6: Download complete [2020-12-22T00:32:50.355Z] bca2f99d35d6: Pull complete [2020-12-22T00:32:50.355Z] 93359f2a8cfa: Pull complete [2020-12-22T00:32:50.355Z] 7c6f9722023f: Pull complete [2020-12-22T00:32:52.266Z] Still waiting to schedule task [2020-12-22T00:32:52.266Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-17120’ [2020-12-22T00:32:55.673Z] a35cf1a2eb13: Pull complete [2020-12-22T00:32:55.673Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-22T00:32:55.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-22T00:32:55.673Z] ---> a62c8e92a672 [2020-12-22T00:32:55.673Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-22T00:32:55.673Z] ---> Running in 45d20a681c78 [2020-12-22T00:32:55.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:32:56.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:32:58.272Z] (1/12) Installing libmagic (5.38-r0) [2020-12-22T00:32:58.272Z] (2/12) Installing file (5.38-r0) [2020-12-22T00:32:58.272Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-22T00:32:58.272Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-22T00:33:20.267Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-22T00:33:20.267Z] (6/12) Installing patch (2.7.6-r6) [2020-12-22T00:33:20.267Z] (7/12) Installing build-base (0.5-r2) [2020-12-22T00:33:20.267Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-22T00:33:20.267Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-22T00:33:20.267Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-22T00:33:20.267Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-22T00:33:20.267Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-22T00:33:20.267Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:33:20.267Z] OK: 233 MiB in 51 packages [2020-12-22T00:33:22.862Z] Removing intermediate container 45d20a681c78 [2020-12-22T00:33:22.862Z] ---> 5b21d0717703 [2020-12-22T00:33:22.862Z] Step 4/7 : WORKDIR /edgex-go [2020-12-22T00:33:22.862Z] ---> Running in a02cd5c4e945 [2020-12-22T00:33:23.125Z] Removing intermediate container a02cd5c4e945 [2020-12-22T00:33:23.126Z] ---> 9627fd68c159 [2020-12-22T00:33:23.126Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-22T00:33:23.698Z] latest: Pulling from library/docker [2020-12-22T00:33:23.698Z] 801bfaa63ef2: Pulling fs layer [2020-12-22T00:33:23.698Z] 4f7dc993c79e: Pulling fs layer [2020-12-22T00:33:23.698Z] d39d95e4997f: Pulling fs layer [2020-12-22T00:33:23.698Z] 1cda4b703d87: Pulling fs layer [2020-12-22T00:33:23.698Z] 54e5375350ea: Pulling fs layer [2020-12-22T00:33:23.698Z] f08cd1b3bb1b: Pulling fs layer [2020-12-22T00:33:23.698Z] 8e17d04e0c68: Pulling fs layer [2020-12-22T00:33:23.698Z] 1cda4b703d87: Waiting [2020-12-22T00:33:23.698Z] 54e5375350ea: Waiting [2020-12-22T00:33:23.698Z] f08cd1b3bb1b: Waiting [2020-12-22T00:33:23.698Z] 8e17d04e0c68: Waiting [2020-12-22T00:33:23.961Z] d39d95e4997f: Verifying Checksum [2020-12-22T00:33:23.961Z] d39d95e4997f: Download complete [2020-12-22T00:33:23.961Z] 801bfaa63ef2: Verifying Checksum [2020-12-22T00:33:23.961Z] 801bfaa63ef2: Download complete [2020-12-22T00:33:23.961Z] 4f7dc993c79e: Verifying Checksum [2020-12-22T00:33:23.961Z] 4f7dc993c79e: Download complete [2020-12-22T00:33:23.961Z] 54e5375350ea: Verifying Checksum [2020-12-22T00:33:23.961Z] 54e5375350ea: Download complete [2020-12-22T00:33:23.961Z] f08cd1b3bb1b: Verifying Checksum [2020-12-22T00:33:23.961Z] f08cd1b3bb1b: Download complete [2020-12-22T00:33:24.225Z] 8e17d04e0c68: Verifying Checksum [2020-12-22T00:33:24.225Z] 8e17d04e0c68: Download complete [2020-12-22T00:33:24.225Z] 801bfaa63ef2: Pull complete [2020-12-22T00:33:24.487Z] 4f7dc993c79e: Pull complete [2020-12-22T00:33:24.487Z] d39d95e4997f: Pull complete [2020-12-22T00:33:25.064Z] 1cda4b703d87: Verifying Checksum [2020-12-22T00:33:25.064Z] 1cda4b703d87: Download complete [2020-12-22T00:33:27.639Z] 1cda4b703d87: Pull complete [2020-12-22T00:33:27.905Z] 54e5375350ea: Pull complete [2020-12-22T00:33:28.172Z] f08cd1b3bb1b: Pull complete [2020-12-22T00:33:28.172Z] 8e17d04e0c68: Pull complete [2020-12-22T00:33:28.172Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-22T00:33:28.172Z] Status: Downloaded newer image for docker:latest [2020-12-22T00:33:30.096Z] ---> 297c8b8f0a7f [2020-12-22T00:33:30.096Z] Step 6/7 : COPY go.mod . [2020-12-22T00:33:30.096Z] ---> 2d9cec09ccef [2020-12-22T00:33:30.096Z] Step 7/7 : RUN go mod download [2020-12-22T00:33:30.096Z] ---> Running in e1b8e2447465 [2020-12-22T00:33:53.129Z] Removing intermediate container e1b8e2447465 [2020-12-22T00:33:53.129Z] ---> 11135b5f270e [2020-12-22T00:33:53.129Z] Successfully built 11135b5f270e [2020-12-22T00:33:53.129Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:33:53.447Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T00:33:53.447Z] . [Pipeline] withDockerContainer [2020-12-22T00:33:53.549Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:33:53.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T00:33:54.346Z] $ docker top 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:33:54.828Z] + go version [2020-12-22T00:33:54.828Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-22T00:33:54.843Z] $ docker stop --time=1 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 [2020-12-22T00:33:56.242Z] $ docker rm -f 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:33:57.076Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T00:33:57.076Z] . [Pipeline] withDockerContainer [2020-12-22T00:33:57.171Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:33:57.220Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-22T00:33:57.922Z] $ docker top 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-22T00:33:58.100Z] ========================================================= [2020-12-22T00:33:58.100Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-22T00:33:58.100Z] ========================================================= [Pipeline] sh [2020-12-22T00:33:58.391Z] + make test [2020-12-22T00:33:58.391Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-22T00:34:08.432Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-22T00:34:20.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-22T00:34:29.011Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-22T00:34:29.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-22T00:34:31.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-22T00:34:31.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-22T00:34:31.264Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-22T00:34:33.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2020-12-22T00:34:33.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-22T00:34:33.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-22T00:34:33.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-22T00:34:33.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-22T00:34:33.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-22T00:34:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.0% of statements [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-22T00:34:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-22T00:34:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-22T00:34:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 72.7% of statements [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-22T00:34:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 83.3% of statements [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-22T00:34:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-22T00:34:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-22T00:34:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-22T00:34:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2020-12-22T00:34:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-22T00:34:39.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2020-12-22T00:34:39.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-22T00:34:39.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-12-22T00:34:39.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-22T00:34:39.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2020-12-22T00:34:39.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-22T00:34:39.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-22T00:34:39.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-22T00:34:39.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-22T00:34:41.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.326s coverage: 93.8% of statements [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-22T00:34:41.466Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-22T00:34:41.466Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-22T00:34:41.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-22T00:34:41.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2020-12-22T00:34:41.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-22T00:34:41.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2020-12-22T00:34:41.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-22T00:34:41.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2020-12-22T00:34:41.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2020-12-22T00:34:42.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements [2020-12-22T00:34:42.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements [2020-12-22T00:34:42.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-22T00:34:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements [2020-12-22T00:34:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-22T00:34:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-22T00:34:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-12-22T00:34:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2020-12-22T00:34:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2020-12-22T00:34:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2020-12-22T00:34:43.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2020-12-22T00:34:45.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.382s coverage: 55.9% of statements [2020-12-22T00:34:45.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-22T00:34:45.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-22T00:34:45.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-22T00:34:45.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-22T00:34:45.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-22T00:34:45.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 37.0% of statements [2020-12-22T00:34:45.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-22T00:34:45.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-22T00:34:45.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements [2020-12-22T00:34:45.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2020-12-22T00:34:47.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-22T00:34:47.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-22T00:34:47.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2020-12-22T00:34:47.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-22T00:34:49.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.765s coverage: 29.1% of statements [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-22T00:34:49.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-22T00:34:49.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2020-12-22T00:34:49.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-22T00:34:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-22T00:34:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-22T00:34:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-22T00:34:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-22T00:34:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2020-12-22T00:34:49.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-22T00:34:49.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-22T00:34:50.350Z] GO111MODULE=on go vet ./... [2020-12-22T00:35:12.447Z] gofmt -l . [2020-12-22T00:35:12.447Z] [ "`gofmt -l .`" = "" ] [2020-12-22T00:35:13.034Z] ./bin/test-go-mod-tidy.sh [2020-12-22T00:35:13.607Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-22T00:35:15.313Z] + ls -al . [2020-12-22T00:35:15.313Z] total 636 [2020-12-22T00:35:15.313Z] drwxrwxr-x 10 1001 1001 4096 Dec 22 00:35 . [2020-12-22T00:35:15.313Z] drwxr-xr-x 4 root root 30 Dec 22 00:33 .. [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 11 Dec 22 00:31 .dockerignore [2020-12-22T00:35:15.313Z] drwxrwxr-x 8 1001 1001 179 Dec 22 00:31 .git [2020-12-22T00:35:15.313Z] drwxrwxr-x 3 1001 1001 125 Dec 22 00:31 .github [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 824 Dec 22 00:31 .gitignore [2020-12-22T00:35:15.313Z] drwx------ 3 1001 1001 47 Dec 22 00:32 .semver [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 166 Dec 22 00:31 .sonarcloud.properties [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 3804 Dec 22 00:31 CONTRIBUTING.md [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 1035 Dec 22 00:31 Dockerfile.build [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 863 Dec 22 00:31 Jenkinsfile [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 10775 Dec 22 00:31 LICENSE [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 5750 Dec 22 00:31 Makefile [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 6511 Dec 22 00:31 README.md [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 6744 Dec 22 00:31 SECURITY.md [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 5 Dec 22 00:32 VERSION [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 4131 Dec 22 00:31 ZMQWindows.md [2020-12-22T00:35:15.313Z] drwxrwxr-x 2 1001 1001 117 Dec 22 00:31 bin [2020-12-22T00:35:15.313Z] drwxrwxr-x 14 1001 1001 4096 Dec 22 00:31 cmd [2020-12-22T00:35:15.313Z] -rw-r--r-- 1 root root 537098 Dec 22 00:34 coverage.out [2020-12-22T00:35:15.313Z] -rw-r--r-- 1 root root 979 Dec 22 00:35 go.mod [2020-12-22T00:35:15.313Z] -rw-r--r-- 1 root root 18739 Dec 22 00:35 go.sum [2020-12-22T00:35:15.313Z] drwxrwxr-x 8 1001 1001 127 Dec 22 00:31 internal [2020-12-22T00:35:15.313Z] drwxrwxr-x 4 1001 1001 26 Dec 22 00:31 openapi [2020-12-22T00:35:15.313Z] drwxrwxr-x 4 1001 1001 71 Dec 22 00:31 snap [2020-12-22T00:35:15.313Z] -rw-rw-r-- 1 1001 1001 168 Dec 22 00:31 version.go [Pipeline] sh [2020-12-22T00:35:15.623Z] + '[' -e coverage.out ] [2020-12-22T00:35:15.623Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-22T00:35:15.812Z] Stashed 1 file(s) [Pipeline] sh [2020-12-22T00:35:16.110Z] + make build [2020-12-22T00:35:16.110Z] 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 [2020-12-22T00:35:19.434Z] 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 [2020-12-22T00:35:26.083Z] 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 [2020-12-22T00:35:27.029Z] 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 [2020-12-22T00:35:28.425Z] 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 [2020-12-22T00:35:28.689Z] 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 [2020-12-22T00:35:30.100Z] 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 [2020-12-22T00:35:31.499Z] 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 [2020-12-22T00:35:32.896Z] 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 [2020-12-22T00:35:33.860Z] 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 [2020-12-22T00:35:34.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-22T00:35:36.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-22T00:35:37.193Z] $ docker stop --time=1 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 [2020-12-22T00:35:38.908Z] $ docker rm -f 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:35:42.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-22T00:35:42.293Z] [2020-12-22T00:35:42.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:35:42.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-22T00:35:42.645Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-22T00:35:42.645Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-22T00:35:42.645Z] ca9280d653b3: Pulling fs layer [2020-12-22T00:35:42.645Z] 7e9c9ca2126c: Pulling fs layer [2020-12-22T00:35:42.645Z] cbdbe7a5bc2a: Download complete [2020-12-22T00:35:43.219Z] cbdbe7a5bc2a: Pull complete [2020-12-22T00:35:43.219Z] ca9280d653b3: Download complete [2020-12-22T00:35:44.188Z] ca9280d653b3: Pull complete [2020-12-22T00:35:44.452Z] 7e9c9ca2126c: Download complete [2020-12-22T00:35:51.065Z] 7e9c9ca2126c: Pull complete [2020-12-22T00:35:51.065Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-22T00:35:51.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-22T00:35:51.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-22T00:35:51.231Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:35:51.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 [2020-12-22T00:35:52.256Z] $ docker top 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:35:52.763Z] + docker-compose build --help [2020-12-22T00:35:52.763Z] + grep parallel [2020-12-22T00:35:53.704Z] --parallel Build images in parallel. [Pipeline] } [2020-12-22T00:35:53.721Z] $ docker stop --time=1 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 [2020-12-22T00:35:55.144Z] $ docker rm -f 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:35:55.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-22T00:35:55.784Z] . [Pipeline] withDockerContainer [2020-12-22T00:35:55.883Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:35:55.938Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-22T00:35:56.613Z] $ docker top 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:35:57.135Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-22T00:35:58.130Z] Building docker-core-command-go ... [2020-12-22T00:35:58.130Z] Building docker-core-data-go ... [2020-12-22T00:35:58.130Z] Building docker-core-metadata-go ... [2020-12-22T00:35:58.130Z] Building docker-security-bootstrap-redis-go ... [2020-12-22T00:35:58.131Z] Building docker-security-proxy-setup-go ... [2020-12-22T00:35:58.131Z] Building docker-security-secretstore-setup-go ... [2020-12-22T00:35:58.131Z] Building docker-support-notifications-go ... [2020-12-22T00:35:58.131Z] Building docker-support-scheduler-go ... [2020-12-22T00:35:58.131Z] Building docker-sys-mgmt-agent-go ... [2020-12-22T00:35:58.131Z] Building docker-security-secretstore-setup-go [2020-12-22T00:35:58.131Z] Building docker-security-bootstrap-redis-go [2020-12-22T00:35:58.131Z] Building docker-core-metadata-go [2020-12-22T00:35:58.131Z] Building docker-security-proxy-setup-go [2020-12-22T00:35:58.131Z] Building docker-support-scheduler-go [2020-12-22T00:36:23.948Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17136 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-22T00:36:23.999Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2020-12-22T00:36:29.993Z] using credential edgex-jenkins-ssh [2020-12-22T00:36:30.049Z] Cloning the remote Git repository [2020-12-22T00:36:30.422Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:36:30.422Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:36:30.422Z] ---> 11135b5f270e [2020-12-22T00:36:30.422Z] Step 3/24 : WORKDIR /edgex-go [2020-12-22T00:36:30.422Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:36:30.422Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:36:30.422Z] ---> 11135b5f270e [2020-12-22T00:36:30.422Z] Step 3/21 : WORKDIR /edgex-go [2020-12-22T00:36:30.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:36:30.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:36:30.422Z] ---> 11135b5f270e [2020-12-22T00:36:30.422Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:36:30.422Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:36:30.422Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:36:30.422Z] ---> 11135b5f270e [2020-12-22T00:36:30.422Z] Step 3/21 : WORKDIR /edgex-go [2020-12-22T00:36:30.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:36:30.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:36:30.422Z] ---> 11135b5f270e [2020-12-22T00:36:30.422Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:36:30.422Z] ---> Running in c73a0c0c57df [2020-12-22T00:36:30.422Z] ---> Running in 187dcbb77c6b [2020-12-22T00:36:30.422Z] ---> Running in c25f085f7957 [2020-12-22T00:36:30.422Z] ---> Running in a7d90f560224 [2020-12-22T00:36:30.422Z] ---> Running in 7d0ada381e57 [2020-12-22T00:36:30.422Z] Removing intermediate container a7d90f560224 [2020-12-22T00:36:30.422Z] ---> 5e63b207867a [2020-12-22T00:36:30.422Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:36:30.422Z] Removing intermediate container c25f085f7957 [2020-12-22T00:36:30.422Z] ---> 723fc415fae6 [2020-12-22T00:36:30.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:36:30.422Z] Removing intermediate container 7d0ada381e57 [2020-12-22T00:36:30.422Z] ---> 1a65919f34fa [2020-12-22T00:36:30.422Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:36:30.422Z] Removing intermediate container 187dcbb77c6b [2020-12-22T00:36:30.422Z] ---> f57404364c6c [2020-12-22T00:36:30.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:36:30.422Z] Removing intermediate container c73a0c0c57df [2020-12-22T00:36:30.422Z] ---> 2aca8f5f54e5 [2020-12-22T00:36:30.422Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:36:30.422Z] ---> Running in 0ca2442c26e2 [2020-12-22T00:36:30.422Z] ---> Running in a8c177474de3 [2020-12-22T00:36:30.422Z] ---> Running in a031a0f86b63 [2020-12-22T00:36:30.422Z] ---> Running in 3dfc87e99034 [2020-12-22T00:36:30.422Z] ---> Running in dcd592be30ff [2020-12-22T00:36:30.117Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:36:30.253Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2020-12-22T00:36:30.355Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:36:30.356Z] > git --version # timeout=10 [2020-12-22T00:36:30.387Z] > git --version # 'git version 2.17.1' [2020-12-22T00:36:30.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:36:30.477Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T00:36:31.826Z] Removing intermediate container a031a0f86b63 [2020-12-22T00:36:31.826Z] ---> 4a4b907f8ab4 [2020-12-22T00:36:31.826Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:36:31.826Z] ---> Running in 6e37a40efbe7 [2020-12-22T00:36:32.088Z] Removing intermediate container a8c177474de3 [2020-12-22T00:36:32.088Z] ---> 482cece76abd [2020-12-22T00:36:32.088Z] Step 5/24 : RUN apk update && apk add make git [2020-12-22T00:36:32.088Z] Removing intermediate container 0ca2442c26e2 [2020-12-22T00:36:32.088Z] ---> c4924eac30e6 [2020-12-22T00:36:32.088Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:36:32.088Z] Removing intermediate container 3dfc87e99034 [2020-12-22T00:36:32.088Z] ---> 1242283e97a6 [2020-12-22T00:36:32.088Z] Step 5/21 : RUN apk update && apk add make git [2020-12-22T00:36:32.350Z] Removing intermediate container dcd592be30ff [2020-12-22T00:36:32.350Z] ---> 40ebb48ff744 [2020-12-22T00:36:32.350Z] Step 5/21 : RUN apk update && apk add make git [2020-12-22T00:36:32.350Z] ---> Running in 94cac7d40695 [2020-12-22T00:36:32.350Z] ---> Running in 61b4f2d1441d [2020-12-22T00:36:32.350Z] ---> Running in 351c56238b6e [2020-12-22T00:36:32.616Z] ---> Running in 5fee46f94734 [2020-12-22T00:36:32.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:33.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:34.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:34.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:34.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:36:34.463Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:36:34.463Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:36:34.463Z] OK: 12750 distinct packages available [2020-12-22T00:36:34.726Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:36:34.726Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:36:34.726Z] OK: 12750 distinct packages available [2020-12-22T00:36:34.726Z] OK: 233 MiB in 51 packages [2020-12-22T00:36:34.995Z] OK: 233 MiB in 51 packages [2020-12-22T00:36:34.995Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:36:34.995Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:36:34.995Z] OK: 12750 distinct packages available [2020-12-22T00:36:34.995Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:36:34.995Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:36:34.995Z] OK: 12750 distinct packages available [2020-12-22T00:36:35.264Z] OK: 233 MiB in 51 packages [2020-12-22T00:36:35.264Z] OK: 233 MiB in 51 packages [2020-12-22T00:36:36.223Z] Removing intermediate container 94cac7d40695 [2020-12-22T00:36:36.223Z] ---> b19575c48cfb [2020-12-22T00:36:36.223Z] Step 6/24 : COPY go.mod . [2020-12-22T00:36:36.223Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:36:36.223Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:36:36.223Z] OK: 12750 distinct packages available [2020-12-22T00:36:36.223Z] Removing intermediate container 6e37a40efbe7 [2020-12-22T00:36:36.223Z] ---> 8def071f9d0a [2020-12-22T00:36:36.223Z] Step 6/22 : COPY go.mod . [2020-12-22T00:36:36.487Z] OK: 233 MiB in 51 packages [2020-12-22T00:36:36.487Z] ---> 6c480b62cff9 [2020-12-22T00:36:36.487Z] Step 7/24 : RUN go mod download [2020-12-22T00:36:36.749Z] ---> 6c68fde5f26b [2020-12-22T00:36:36.749Z] Step 7/22 : RUN go mod download [2020-12-22T00:36:36.749Z] ---> Running in b935dc8380b6 [2020-12-22T00:36:37.014Z] ---> Running in fd6bee2f891a [2020-12-22T00:36:37.014Z] Removing intermediate container 351c56238b6e [2020-12-22T00:36:37.014Z] ---> 974164b0d155 [2020-12-22T00:36:37.014Z] Step 6/22 : COPY go.mod . [2020-12-22T00:36:37.014Z] Removing intermediate container 61b4f2d1441d [2020-12-22T00:36:37.014Z] ---> 3b9b6dab0f03 [2020-12-22T00:36:37.014Z] Step 6/21 : COPY go.mod . [2020-12-22T00:36:37.590Z] ---> 49b726b22a66 [2020-12-22T00:36:37.590Z] Step 7/21 : RUN go mod download [2020-12-22T00:36:37.590Z] ---> 828d2e9098ff [2020-12-22T00:36:37.590Z] Step 7/22 : RUN go mod download [2020-12-22T00:36:37.590Z] Removing intermediate container 5fee46f94734 [2020-12-22T00:36:37.590Z] ---> f39a87ceadfa [2020-12-22T00:36:37.590Z] Step 6/21 : COPY go.mod . [2020-12-22T00:36:37.590Z] ---> Running in 5d7d71420c02 [2020-12-22T00:36:37.590Z] ---> Running in 5210fdd04177 [2020-12-22T00:36:38.173Z] ---> 236b2334ac86 [2020-12-22T00:36:38.173Z] Step 7/21 : RUN go mod download [2020-12-22T00:36:38.173Z] ---> Running in 674bcc1ce45e [2020-12-22T00:36:39.606Z] Removing intermediate container fd6bee2f891a [2020-12-22T00:36:39.606Z] ---> 79d6468378a3 [2020-12-22T00:36:39.606Z] Step 8/22 : COPY . . [2020-12-22T00:36:39.606Z] Removing intermediate container b935dc8380b6 [2020-12-22T00:36:39.606Z] ---> 35848edefb9a [2020-12-22T00:36:39.606Z] Step 8/24 : COPY . . [2020-12-22T00:36:41.566Z] Removing intermediate container 5d7d71420c02 [2020-12-22T00:36:41.566Z] ---> a6de9178b234 [2020-12-22T00:36:41.566Z] Step 8/22 : COPY . . [2020-12-22T00:36:43.526Z] Removing intermediate container 5210fdd04177 [2020-12-22T00:36:43.526Z] ---> fdae78e98e4e [2020-12-22T00:36:43.526Z] Step 8/21 : COPY . . [2020-12-22T00:36:44.938Z] Removing intermediate container 674bcc1ce45e [2020-12-22T00:36:44.938Z] ---> 6740efe7e421 [2020-12-22T00:36:44.938Z] Step 8/21 : COPY . . [2020-12-22T00:36:59.094Z] Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-22T00:37:00.192Z] Merge succeeded, producing c90d7f92b254c8f8299fc385143ffafc50fafc95 [2020-12-22T00:37:00.192Z] Checking out Revision c90d7f92b254c8f8299fc385143ffafc50fafc95 (PR-2858) [2020-12-22T00:36:58.159Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-22T00:36:58.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T00:36:58.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-22T00:36:58.272Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:36:58.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:36:58.295Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T00:36:59.121Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T00:36:59.148Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-22T00:36:59.519Z] > git remote # timeout=10 [2020-12-22T00:36:59.546Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T00:36:59.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:36:59.589Z] > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 [2020-12-22T00:37:00.179Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T00:37:00.204Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T00:37:00.255Z] > git checkout -f c90d7f92b254c8f8299fc385143ffafc50fafc95 # timeout=10 [2020-12-22T00:37:04.710Z] Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" [2020-12-22T00:37:04.735Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T00:37:04.724Z] > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 [2020-12-22T00:37:06.239Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T00:37:06.668Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T00:37:07.081Z] + sudo service docker restart [2020-12-22T00:37:07.081Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T00:37:09.785Z] provisioning config files... [2020-12-22T00:37:09.830Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config3134112043485787439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:37:10.245Z] ---> docker-login.sh [2020-12-22T00:37:10.245Z] nexus3.edgexfoundry.org:10001 [2020-12-22T00:37:11.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:37:11.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:37:11.513Z] Configure a credential helper to remove this warning. See [2020-12-22T00:37:11.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:37:11.513Z] [2020-12-22T00:37:11.513Z] Login Succeeded [2020-12-22T00:37:11.513Z] nexus3.edgexfoundry.org:10002 [2020-12-22T00:37:12.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:37:12.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:37:12.116Z] Configure a credential helper to remove this warning. See [2020-12-22T00:37:12.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:37:12.116Z] [2020-12-22T00:37:12.116Z] Login Succeeded [2020-12-22T00:37:12.116Z] nexus3.edgexfoundry.org:10003 [2020-12-22T00:37:12.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:37:12.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:37:12.722Z] Configure a credential helper to remove this warning. See [2020-12-22T00:37:12.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:37:12.723Z] [2020-12-22T00:37:12.723Z] Login Succeeded [2020-12-22T00:37:12.723Z] nexus3.edgexfoundry.org:10004 [2020-12-22T00:37:13.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:37:13.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:37:13.327Z] Configure a credential helper to remove this warning. See [2020-12-22T00:37:13.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:37:13.327Z] [2020-12-22T00:37:13.327Z] Login Succeeded [2020-12-22T00:37:13.327Z] docker.io [2020-12-22T00:37:13.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T00:37:14.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T00:37:14.203Z] Configure a credential helper to remove this warning. See [2020-12-22T00:37:14.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T00:37:14.203Z] [2020-12-22T00:37:14.203Z] Login Succeeded [2020-12-22T00:37:14.203Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T00:37:14.222Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T00:37:14.719Z] ========================================================= [2020-12-22T00:37:14.719Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-22T00:37:14.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:37:15.105Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-22T00:37:17.758Z] Sending build context to Docker daemon 165.4MB [2020-12-22T00:37:17.758Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-22T00:37:17.758Z] Step 2/7 : FROM ${BASE} [2020-12-22T00:37:17.758Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-22T00:37:17.758Z] 5f621e34cdf4: Pulling fs layer [2020-12-22T00:37:17.758Z] a4357932f1b6: Pulling fs layer [2020-12-22T00:37:17.758Z] 18c013af1878: Pulling fs layer [2020-12-22T00:37:17.758Z] 00ac8860ef70: Pulling fs layer [2020-12-22T00:37:17.758Z] 63d7cb157983: Pulling fs layer [2020-12-22T00:37:17.758Z] b116817d02f9: Pulling fs layer [2020-12-22T00:37:17.758Z] 745a02a5169b: Pulling fs layer [2020-12-22T00:37:17.758Z] 00ac8860ef70: Waiting [2020-12-22T00:37:17.758Z] 63d7cb157983: Waiting [2020-12-22T00:37:17.758Z] b116817d02f9: Waiting [2020-12-22T00:37:17.758Z] 745a02a5169b: Waiting [2020-12-22T00:37:17.758Z] 18c013af1878: Verifying Checksum [2020-12-22T00:37:17.758Z] 18c013af1878: Download complete [2020-12-22T00:37:17.758Z] a4357932f1b6: Verifying Checksum [2020-12-22T00:37:17.758Z] a4357932f1b6: Download complete [2020-12-22T00:37:17.758Z] 63d7cb157983: Verifying Checksum [2020-12-22T00:37:17.758Z] 63d7cb157983: Download complete [2020-12-22T00:37:17.758Z] b116817d02f9: Verifying Checksum [2020-12-22T00:37:17.758Z] b116817d02f9: Download complete [2020-12-22T00:37:17.758Z] 5f621e34cdf4: Verifying Checksum [2020-12-22T00:37:17.758Z] 5f621e34cdf4: Download complete [2020-12-22T00:37:18.362Z] 5f621e34cdf4: Pull complete [2020-12-22T00:37:18.967Z] a4357932f1b6: Pull complete [2020-12-22T00:37:19.242Z] 18c013af1878: Pull complete [2020-12-22T00:37:20.232Z] 745a02a5169b: Download complete [2020-12-22T00:37:21.725Z] 00ac8860ef70: Verifying Checksum [2020-12-22T00:37:21.725Z] 00ac8860ef70: Download complete [2020-12-22T00:37:23.932Z] ---> 787907921fdf [2020-12-22T00:37:23.932Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-22T00:37:23.932Z] ---> 7f813ef2b7b3 [2020-12-22T00:37:23.932Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-22T00:37:23.932Z] ---> 67dafd12c9ed [2020-12-22T00:37:23.932Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-22T00:37:23.932Z] ---> Running in b08dd2561367 [2020-12-22T00:37:23.932Z] ---> Running in 7ced7916c1e2 [2020-12-22T00:37:23.932Z] ---> Running in 21bb6304ada2 [2020-12-22T00:37:23.932Z] ---> 60ad02d6c53a [2020-12-22T00:37:23.932Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-22T00:37:23.932Z] ---> a21337ec9918 [2020-12-22T00:37:23.932Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-22T00:37:23.932Z] ---> Running in 79094dc4c010 [2020-12-22T00:37:23.932Z] ---> Running in 8b24ec097bb4 [2020-12-22T00:37:23.932Z] 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 [2020-12-22T00:37:23.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-22T00:37:23.932Z] 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 [2020-12-22T00:37:23.932Z] 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 [2020-12-22T00:37:23.932Z] 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 [2020-12-22T00:37:31.903Z] 00ac8860ef70: Pull complete [2020-12-22T00:37:31.903Z] 63d7cb157983: Pull complete [2020-12-22T00:37:32.716Z] b116817d02f9: Pull complete [2020-12-22T00:37:36.138Z] 745a02a5169b: Pull complete [2020-12-22T00:37:36.138Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-22T00:37:36.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-22T00:37:36.138Z] ---> b7e6874047d6 [2020-12-22T00:37:36.138Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-22T00:37:40.456Z] ---> Running in d8b904652466 [2020-12-22T00:37:41.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:37:42.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:37:44.329Z] (1/12) Installing libmagic (5.38-r0) [2020-12-22T00:37:44.603Z] (2/12) Installing file (5.38-r0) [2020-12-22T00:37:44.603Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-22T00:37:44.603Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-22T00:37:46.034Z] 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 [2020-12-22T00:37:46.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 [2020-12-22T00:37:52.696Z] Removing intermediate container b08dd2561367 [2020-12-22T00:37:52.696Z] ---> b96abe701ddc [2020-12-22T00:37:52.696Z] [2020-12-22T00:37:52.696Z] Step 10/22 : FROM alpine:3.10 [2020-12-22T00:37:52.696Z] 3.10: Pulling from library/alpine [2020-12-22T00:37:56.090Z] Removing intermediate container 21bb6304ada2 [2020-12-22T00:37:56.090Z] ---> 59aac9451bcd [2020-12-22T00:37:56.090Z] [2020-12-22T00:37:56.090Z] Step 10/24 : FROM alpine:3.10 [2020-12-22T00:37:56.090Z] Removing intermediate container 8b24ec097bb4 [2020-12-22T00:37:56.090Z] ---> 397e01692dea [2020-12-22T00:37:56.090Z] [2020-12-22T00:37:56.090Z] Step 10/21 : FROM scratch [2020-12-22T00:37:56.090Z] ---> [2020-12-22T00:37:56.090Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:37:56.090Z] 3.10: Pulling from library/alpine [2020-12-22T00:37:56.090Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-22T00:37:56.090Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-22T00:37:56.090Z] Removing intermediate container 79094dc4c010 [2020-12-22T00:37:56.090Z] ---> 6107b55293a2 [2020-12-22T00:37:56.090Z] [2020-12-22T00:37:56.090Z] Step 10/21 : FROM alpine [2020-12-22T00:37:56.090Z] Status: Downloaded newer image for alpine:3.10 [2020-12-22T00:37:56.090Z] ---> be4e4bea2c2e [2020-12-22T00:37:56.090Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-22T00:37:56.090Z] Status: Downloaded newer image for alpine:3.10 [2020-12-22T00:37:56.090Z] ---> be4e4bea2c2e [2020-12-22T00:37:56.091Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-22T00:37:56.091Z] latest: Pulling from library/alpine [2020-12-22T00:37:56.091Z] ---> Running in 0928bdcd931c [2020-12-22T00:37:56.356Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-22T00:37:56.356Z] ---> Running in 07719651fc4a [2020-12-22T00:37:56.356Z] ---> Running in 131b459d7100 [2020-12-22T00:37:56.356Z] Status: Downloaded newer image for alpine:latest [2020-12-22T00:37:56.356Z] ---> 389fef711851 [2020-12-22T00:37:56.356Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-22T00:37:56.626Z] Removing intermediate container 0928bdcd931c [2020-12-22T00:37:56.626Z] ---> b1230a4e55c1 [2020-12-22T00:37:56.626Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-22T00:37:56.626Z] ---> Running in d676131f43f6 [2020-12-22T00:37:56.896Z] ---> Running in 3f45926b97dd [2020-12-22T00:37:56.998Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-22T00:37:56.998Z] (6/12) Installing patch (2.7.6-r6) [2020-12-22T00:37:57.270Z] (7/12) Installing build-base (0.5-r2) [2020-12-22T00:37:57.270Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-22T00:37:57.270Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-22T00:37:57.543Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-22T00:37:57.543Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-22T00:37:57.818Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-22T00:37:57.818Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:37:57.818Z] OK: 217 MiB in 51 packages [2020-12-22T00:37:58.815Z] Removing intermediate container 3f45926b97dd [2020-12-22T00:37:58.816Z] ---> 33e7ba5f0a77 [2020-12-22T00:37:58.816Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-22T00:37:58.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:58.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:58.816Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-22T00:37:58.816Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-22T00:37:58.816Z] OK: 10350 distinct packages available [2020-12-22T00:37:59.078Z] ---> Running in 8abaab08f22b [2020-12-22T00:37:59.078Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-22T00:37:59.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:59.078Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-22T00:37:59.078Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-22T00:37:59.078Z] (4/5) Installing curl (7.66.0-r3) [2020-12-22T00:37:59.078Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-22T00:37:59.078Z] Executing busybox-1.30.1-r3.trigger [2020-12-22T00:37:59.078Z] Executing ca-certificates-20191127-r2.trigger [2020-12-22T00:37:59.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:59.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:59.078Z] OK: 7 MiB in 19 packages [2020-12-22T00:37:59.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:37:59.341Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-22T00:37:59.341Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-22T00:37:59.341Z] OK: 10350 distinct packages available [2020-12-22T00:37:59.604Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-22T00:37:59.604Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:37:59.604Z] v3.12.3-17-g42fdcdb4bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:37:59.604Z] OK: 12745 distinct packages available [2020-12-22T00:37:59.604Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-22T00:37:59.604Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-22T00:37:59.604Z] (4/5) Installing curl (7.66.0-r3) [2020-12-22T00:37:59.604Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-22T00:37:59.604Z] Executing busybox-1.30.1-r3.trigger [2020-12-22T00:37:59.604Z] Executing ca-certificates-20191127-r2.trigger [2020-12-22T00:37:59.604Z] OK: 7 MiB in 19 packages [2020-12-22T00:37:59.604Z] Removing intermediate container 7ced7916c1e2 [2020-12-22T00:37:59.604Z] ---> 5cde8733e818 [2020-12-22T00:37:59.604Z] [2020-12-22T00:37:59.604Z] Step 10/22 : FROM scratch [2020-12-22T00:37:59.604Z] ---> [2020-12-22T00:37:59.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:37:59.604Z] ---> Using cache [2020-12-22T00:37:59.604Z] ---> b1230a4e55c1 [2020-12-22T00:37:59.604Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-22T00:37:59.871Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-22T00:38:00.135Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-22T00:38:00.135Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-22T00:38:00.135Z] (4/4) Installing curl (7.69.1-r3) [2020-12-22T00:38:00.397Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:38:00.397Z] Executing ca-certificates-20191127-r4.trigger [2020-12-22T00:38:00.397Z] OK: 7 MiB in 18 packages [2020-12-22T00:38:00.670Z] Removing intermediate container 8abaab08f22b [2020-12-22T00:38:00.670Z] ---> 5df95aaab870 [2020-12-22T00:38:00.670Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-22T00:38:00.670Z] ---> Running in 3a36708c7c6d [2020-12-22T00:38:02.589Z] Removing intermediate container 3a36708c7c6d [2020-12-22T00:38:02.589Z] ---> 14a132ab5c56 [2020-12-22T00:38:02.589Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-22T00:38:02.589Z] ---> 83de9d79c780 [2020-12-22T00:38:02.589Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-22T00:38:02.589Z] Removing intermediate container 07719651fc4a [2020-12-22T00:38:02.589Z] ---> 01bf23d6d094 [2020-12-22T00:38:02.589Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-22T00:38:02.851Z] Removing intermediate container 131b459d7100 [2020-12-22T00:38:02.851Z] ---> 8deb2b2be67d [2020-12-22T00:38:02.851Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-22T00:38:02.851Z] ---> Running in 120f81b5b085 [2020-12-22T00:38:03.112Z] ---> Running in 979462e1f73b [2020-12-22T00:38:03.112Z] ---> Running in 5c97f10ed238 [2020-12-22T00:38:03.112Z] Removing intermediate container d676131f43f6 [2020-12-22T00:38:03.112Z] ---> 51b4ddfb3c0e [2020-12-22T00:38:03.112Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-22T00:38:03.112Z] ---> f5a66872fa02 [2020-12-22T00:38:03.112Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-22T00:38:03.257Z] Removing intermediate container d8b904652466 [2020-12-22T00:38:03.257Z] ---> d682e69866ea [2020-12-22T00:38:03.257Z] Step 4/7 : WORKDIR /edgex-go [2020-12-22T00:38:03.257Z] ---> Running in ead4655a99e7 [2020-12-22T00:38:03.257Z] Removing intermediate container ead4655a99e7 [2020-12-22T00:38:03.257Z] ---> a332ed856768 [2020-12-22T00:38:03.257Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-22T00:38:03.374Z] Removing intermediate container 120f81b5b085 [2020-12-22T00:38:03.374Z] ---> fa14f7c54977 [2020-12-22T00:38:03.374Z] Step 14/22 : WORKDIR / [2020-12-22T00:38:03.374Z] ---> Running in 3382d2254428 [2020-12-22T00:38:03.374Z] ---> Running in b5a987844bd8 [2020-12-22T00:38:03.374Z] Removing intermediate container 979462e1f73b [2020-12-22T00:38:03.374Z] ---> ebe3fb9b2bbb [2020-12-22T00:38:03.374Z] Step 13/22 : WORKDIR / [2020-12-22T00:38:03.855Z] latest: Pulling from library/docker [2020-12-22T00:38:03.947Z] Removing intermediate container 5c97f10ed238 [2020-12-22T00:38:03.947Z] ---> 80cc374e9f67 [2020-12-22T00:38:03.947Z] Step 13/24 : WORKDIR / [2020-12-22T00:38:03.947Z] ---> a5ffcd45eacc [2020-12-22T00:38:03.947Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-22T00:38:03.947Z] Removing intermediate container 3382d2254428 [2020-12-22T00:38:03.947Z] ---> c065c38deb85 [2020-12-22T00:38:03.947Z] Step 13/21 : WORKDIR /edgex [2020-12-22T00:38:03.947Z] ---> Running in 3e430c66194f [2020-12-22T00:38:04.131Z] 159e5727ea61: Pulling fs layer [2020-12-22T00:38:04.131Z] 687389c36290: Pulling fs layer [2020-12-22T00:38:04.131Z] 94e28978939c: Pulling fs layer [2020-12-22T00:38:04.131Z] ea42096754a7: Pulling fs layer [2020-12-22T00:38:04.131Z] bd61cee6920e: Pulling fs layer [2020-12-22T00:38:04.131Z] 87c4ece4675c: Pulling fs layer [2020-12-22T00:38:04.131Z] 90ca8b2ff088: Pulling fs layer [2020-12-22T00:38:04.131Z] bd61cee6920e: Waiting [2020-12-22T00:38:04.131Z] 87c4ece4675c: Waiting [2020-12-22T00:38:04.131Z] 90ca8b2ff088: Waiting [2020-12-22T00:38:04.131Z] ea42096754a7: Waiting [2020-12-22T00:38:04.131Z] 94e28978939c: Verifying Checksum [2020-12-22T00:38:04.131Z] 94e28978939c: Download complete [2020-12-22T00:38:04.207Z] ---> Running in 378ddb913e3d [2020-12-22T00:38:04.208Z] ---> Running in eb63423ef932 [2020-12-22T00:38:04.208Z] Removing intermediate container b5a987844bd8 [2020-12-22T00:38:04.208Z] ---> cb1e7924650f [2020-12-22T00:38:04.208Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-22T00:38:04.208Z] ---> Running in 2be57b179010 [2020-12-22T00:38:04.410Z] 159e5727ea61: Verifying Checksum [2020-12-22T00:38:04.410Z] 159e5727ea61: Download complete [2020-12-22T00:38:04.410Z] 687389c36290: Download complete [2020-12-22T00:38:04.410Z] bd61cee6920e: Download complete [2020-12-22T00:38:04.410Z] 87c4ece4675c: Verifying Checksum [2020-12-22T00:38:04.410Z] 87c4ece4675c: Download complete [2020-12-22T00:38:04.475Z] Removing intermediate container 378ddb913e3d [2020-12-22T00:38:04.476Z] ---> 605eafe39fb4 [2020-12-22T00:38:04.476Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:38:04.476Z] Removing intermediate container 3e430c66194f [2020-12-22T00:38:04.476Z] ---> 0043fe44bfbb [2020-12-22T00:38:04.476Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-22T00:38:04.476Z] ---> 34bb701d1292 [2020-12-22T00:38:04.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-22T00:38:04.692Z] 90ca8b2ff088: Verifying Checksum [2020-12-22T00:38:04.692Z] 90ca8b2ff088: Download complete [2020-12-22T00:38:04.740Z] Removing intermediate container eb63423ef932 [2020-12-22T00:38:04.740Z] ---> 91cd4514ec3c [2020-12-22T00:38:04.740Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-22T00:38:04.740Z] Removing intermediate container 2be57b179010 [2020-12-22T00:38:04.740Z] ---> 95e95f00919d [2020-12-22T00:38:04.740Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-22T00:38:04.740Z] ---> Running in 085f813f6343 [2020-12-22T00:38:04.978Z] 159e5727ea61: Pull complete [2020-12-22T00:38:05.010Z] ---> bac48ab0c1de [2020-12-22T00:38:05.010Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-22T00:38:05.010Z] Removing intermediate container 085f813f6343 [2020-12-22T00:38:05.010Z] ---> 0b287acbacc2 [2020-12-22T00:38:05.010Z] Step 19/21 : LABEL arch=x86_64 [2020-12-22T00:38:05.276Z] ---> 05a48e046af5 [2020-12-22T00:38:05.276Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-22T00:38:05.276Z] ---> 4ed17583c359 [2020-12-22T00:38:05.276Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-22T00:38:05.276Z] ---> Running in 3f7a66ba1e43 [2020-12-22T00:38:05.276Z] ---> 568554b254ec [2020-12-22T00:38:05.276Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-22T00:38:05.542Z] ---> 88777a583681 [2020-12-22T00:38:05.542Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-22T00:38:05.804Z] Removing intermediate container 3f7a66ba1e43 [2020-12-22T00:38:05.804Z] ---> 8f39ea24433b [2020-12-22T00:38:05.804Z] Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:38:05.976Z] 687389c36290: Pull complete [2020-12-22T00:38:05.976Z] ea42096754a7: Verifying Checksum [2020-12-22T00:38:05.976Z] ea42096754a7: Download complete [2020-12-22T00:38:06.248Z] 94e28978939c: Pull complete [2020-12-22T00:38:06.376Z] ---> 0417720c3311 [2020-12-22T00:38:06.376Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-22T00:38:06.376Z] ---> Running in 4785a0f25f5a [2020-12-22T00:38:06.642Z] ---> f450897435b3 [2020-12-22T00:38:06.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-22T00:38:06.642Z] ---> c46c60f3895b [2020-12-22T00:38:06.642Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-22T00:38:06.642Z] ---> f624de4ad8e2 [2020-12-22T00:38:06.642Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-22T00:38:06.902Z] ---> Running in 72134d4e9b6e [2020-12-22T00:38:06.902Z] Removing intermediate container 4785a0f25f5a [2020-12-22T00:38:06.902Z] ---> ae463dfb1b37 [2020-12-22T00:38:06.902Z] Step 21/21 : LABEL version=0.0.0 [2020-12-22T00:38:06.902Z] ---> 0976990c9a3f [2020-12-22T00:38:06.902Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-22T00:38:07.164Z] ---> Running in 684aa00edb89 [2020-12-22T00:38:07.164Z] ---> 31c5d8bd92cd [2020-12-22T00:38:07.164Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-22T00:38:07.164Z] Removing intermediate container 72134d4e9b6e [2020-12-22T00:38:07.164Z] ---> 750c05d1bc6b [2020-12-22T00:38:07.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:38:07.164Z] ---> e1625518216f [2020-12-22T00:38:07.164Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-22T00:38:07.432Z] ---> Running in cd9a14ead17b [2020-12-22T00:38:07.432Z] ---> Running in ae794168e06b [2020-12-22T00:38:07.432Z] ---> Running in 9ac8bba4d316 [2020-12-22T00:38:07.713Z] Removing intermediate container 684aa00edb89 [2020-12-22T00:38:07.713Z] ---> dd409dd74654 [2020-12-22T00:38:07.713Z] [2020-12-22T00:38:07.713Z] ---> 8140cb90fb2f [2020-12-22T00:38:07.713Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-22T00:38:07.986Z] Successfully built dd409dd74654 [2020-12-22T00:38:07.986Z] Removing intermediate container ae794168e06b [2020-12-22T00:38:07.986Z] ---> 82cc0e53c809 [2020-12-22T00:38:07.986Z] Step 20/22 : LABEL arch=x86_64 [2020-12-22T00:38:07.986Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-22T00:38:07.986Z] Building docker-sys-mgmt-agent-go [2020-12-22T00:38:07.986Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9ac8bba4d316 [2020-12-22T00:38:07.986Z] ---> 138cd3b9daaa [2020-12-22T00:38:07.986Z] Step 18/21 : CMD ["--init=true"] [2020-12-22T00:38:07.986Z] ---> Running in c89082083725 [2020-12-22T00:38:07.986Z] ---> Running in 730b766c7596 [2020-12-22T00:38:08.251Z] ---> b2e574ce9eb5 [2020-12-22T00:38:08.251Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-22T00:38:08.252Z] Removing intermediate container 730b766c7596 [2020-12-22T00:38:08.252Z] ---> 0b8c19c307a1 [2020-12-22T00:38:08.252Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:38:08.514Z] Removing intermediate container c89082083725 [2020-12-22T00:38:08.514Z] ---> 505988ab0737 [2020-12-22T00:38:08.514Z] Step 19/21 : LABEL arch=x86_64 [2020-12-22T00:38:08.514Z] ---> Running in 42ce417296e0 [2020-12-22T00:38:08.780Z] ---> Running in 26e4743c02f2 [2020-12-22T00:38:09.041Z] Removing intermediate container 42ce417296e0 [2020-12-22T00:38:09.041Z] ---> 4e69bc661670 [2020-12-22T00:38:09.041Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:38:09.305Z] ---> ba6f4f92e5a8 [2020-12-22T00:38:09.305Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-22T00:38:09.305Z] Removing intermediate container 26e4743c02f2 [2020-12-22T00:38:09.305Z] ---> 249f80ce6fbc [2020-12-22T00:38:09.305Z] Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:38:09.305Z] ---> Running in 7e28871b6609 [2020-12-22T00:38:09.305Z] ---> Running in b84c96ae700e [2020-12-22T00:38:09.665Z] ea42096754a7: Pull complete [2020-12-22T00:38:09.665Z] bd61cee6920e: Pull complete [2020-12-22T00:38:10.264Z] 87c4ece4675c: Pull complete [2020-12-22T00:38:10.272Z] Removing intermediate container cd9a14ead17b [2020-12-22T00:38:10.272Z] ---> ac64d95ad52b [2020-12-22T00:38:10.272Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-22T00:38:10.538Z] 90ca8b2ff088: Pull complete [2020-12-22T00:38:10.538Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-22T00:38:10.538Z] Status: Downloaded newer image for docker:latest [2020-12-22T00:38:11.219Z] ---> Running in 460f2a02391b [2020-12-22T00:38:12.165Z] ---> Running in c6d3c230feb6 [2020-12-22T00:38:12.431Z] Removing intermediate container 7e28871b6609 [2020-12-22T00:38:12.431Z] ---> a033fb9033de [2020-12-22T00:38:12.431Z] [2020-12-22T00:38:12.431Z] Successfully built a033fb9033de [2020-12-22T00:38:13.375Z] Removing intermediate container 460f2a02391b [2020-12-22T00:38:13.375Z] ---> a2609865b685 [2020-12-22T00:38:13.375Z] Step 21/21 : LABEL version=0.0.0 [2020-12-22T00:38:13.375Z] Successfully tagged docker-core-metadata-go:latest [2020-12-22T00:38:13.375Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-22T00:38:13.375Z] Removing intermediate container c6d3c230feb6 [2020-12-22T00:38:13.375Z] ---> dbd060890adf [2020-12-22T00:38:13.375Z] Step 20/22 : LABEL arch=x86_64 [2020-12-22T00:38:13.375Z] ---> Running in b17453f827bc [2020-12-22T00:38:13.375Z] ---> Running in 78ea37572535 [2020-12-22T00:38:14.864Z] ---> f9480a0c5a12 [2020-12-22T00:38:14.864Z] Step 6/7 : COPY go.mod . [2020-12-22T00:38:14.864Z] ---> 0baf628f30ae [2020-12-22T00:38:14.864Z] Step 7/7 : RUN go mod download [2020-12-22T00:38:15.140Z] ---> Running in 519bcdb7df00 [2020-12-22T00:38:16.680Z] Removing intermediate container b17453f827bc [2020-12-22T00:38:16.680Z] ---> a6c853c0265d [2020-12-22T00:38:16.680Z] [2020-12-22T00:38:16.986Z] Successfully built a6c853c0265d [2020-12-22T00:38:17.562Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-22T00:38:17.824Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-12-22T00:38:17.824Z] Removing intermediate container 78ea37572535 [2020-12-22T00:38:17.824Z] ---> 0242f9073216 [2020-12-22T00:38:17.824Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:38:21.157Z] Removing intermediate container b84c96ae700e [2020-12-22T00:38:21.157Z] ---> f035a89156a8 [2020-12-22T00:38:21.157Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-22T00:38:21.157Z] ---> Running in 745af4a2ed3a [2020-12-22T00:38:21.157Z] ---> Running in dc25067e08de [2020-12-22T00:38:23.087Z] Removing intermediate container 745af4a2ed3a [2020-12-22T00:38:23.087Z] ---> 65874f0abeda [2020-12-22T00:38:23.087Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:38:23.087Z] Removing intermediate container dc25067e08de [2020-12-22T00:38:23.087Z] ---> 74789b253434 [2020-12-22T00:38:23.087Z] Step 22/24 : LABEL arch=x86_64 [2020-12-22T00:38:23.664Z] ---> Running in da7c10dfda53 [2020-12-22T00:38:23.934Z] ---> Running in 900c1c576221 [2020-12-22T00:38:24.894Z] Removing intermediate container da7c10dfda53 [2020-12-22T00:38:24.894Z] ---> ba668020a8a0 [2020-12-22T00:38:24.894Z] [2020-12-22T00:38:24.894Z] Removing intermediate container 900c1c576221 [2020-12-22T00:38:24.894Z] ---> 8b6282bd7e52 [2020-12-22T00:38:24.894Z] Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:38:25.156Z] Successfully built ba668020a8a0 [2020-12-22T00:38:25.156Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-22T00:38:25.156Z] Building docker-core-data-go [2020-12-22T00:38:25.418Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2d8576626d68 [2020-12-22T00:38:26.380Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:38:26.380Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:38:26.380Z] ---> 11135b5f270e [2020-12-22T00:38:26.380Z] Step 3/27 : WORKDIR /edgex-go [2020-12-22T00:38:26.380Z] ---> Using cache [2020-12-22T00:38:26.380Z] ---> 723fc415fae6 [2020-12-22T00:38:26.380Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:38:26.380Z] ---> Using cache [2020-12-22T00:38:26.380Z] ---> c4924eac30e6 [2020-12-22T00:38:26.380Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-22T00:38:26.956Z] Removing intermediate container 2d8576626d68 [2020-12-22T00:38:26.956Z] ---> 8c13d97d1255 [2020-12-22T00:38:26.956Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T00:38:29.543Z] ---> Running in 8e3249a4b535 [2020-12-22T00:38:29.543Z] ---> Running in cc502e63e688 [2020-12-22T00:38:31.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:38:31.510Z] Removing intermediate container cc502e63e688 [2020-12-22T00:38:31.510Z] ---> 57650367fb66 [2020-12-22T00:38:31.510Z] [2020-12-22T00:38:31.775Z] Successfully built 57650367fb66 [2020-12-22T00:38:32.052Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-22T00:38:32.319Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:38:33.276Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:38:33.276Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:38:33.276Z] OK: 12750 distinct packages available [2020-12-22T00:38:33.857Z] OK: 233 MiB in 51 packages [2020-12-22T00:38:34.126Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:38:34.126Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:38:34.126Z] ---> 11135b5f270e [2020-12-22T00:38:34.126Z] Step 3/24 : WORKDIR /edgex-go [2020-12-22T00:38:34.126Z] ---> Using cache [2020-12-22T00:38:34.126Z] ---> 723fc415fae6 [2020-12-22T00:38:34.126Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:38:34.126Z] ---> Using cache [2020-12-22T00:38:34.126Z] ---> c4924eac30e6 [2020-12-22T00:38:34.126Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-22T00:38:35.088Z] ---> Running in d07450722bdf [2020-12-22T00:38:36.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:38:36.309Z] Removing intermediate container 8e3249a4b535 [2020-12-22T00:38:36.309Z] ---> 2f714045a8cc [2020-12-22T00:38:36.309Z] Step 6/27 : COPY go.mod . [2020-12-22T00:38:36.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:38:37.148Z] ---> ec6d48d3ed60 [2020-12-22T00:38:37.148Z] Step 7/27 : RUN go mod download [2020-12-22T00:38:38.310Z] ---> Running in c5e9780b5f57 [2020-12-22T00:38:38.310Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:38:38.310Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:38:38.310Z] OK: 12750 distinct packages available [2020-12-22T00:38:38.706Z] OK: 233 MiB in 51 packages [2020-12-22T00:38:40.286Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:38:40.286Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:38:40.286Z] ---> 11135b5f270e [2020-12-22T00:38:40.286Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:38:40.286Z] ---> Using cache [2020-12-22T00:38:40.286Z] ---> 723fc415fae6 [2020-12-22T00:38:40.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:38:40.286Z] ---> Using cache [2020-12-22T00:38:40.286Z] ---> c4924eac30e6 [2020-12-22T00:38:40.286Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:38:40.286Z] ---> Using cache [2020-12-22T00:38:40.286Z] ---> 974164b0d155 [2020-12-22T00:38:40.286Z] Step 6/22 : COPY go.mod . [2020-12-22T00:38:40.286Z] ---> Using cache [2020-12-22T00:38:40.286Z] ---> 828d2e9098ff [2020-12-22T00:38:40.286Z] Step 7/22 : RUN go mod download [2020-12-22T00:38:40.286Z] ---> Using cache [2020-12-22T00:38:40.287Z] ---> a6de9178b234 [2020-12-22T00:38:40.287Z] Step 8/22 : COPY . . [2020-12-22T00:38:40.287Z] ---> Using cache [2020-12-22T00:38:40.287Z] ---> 67dafd12c9ed [2020-12-22T00:38:40.287Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-22T00:38:41.342Z] Removing intermediate container d07450722bdf [2020-12-22T00:38:41.342Z] ---> 2fc66083646f [2020-12-22T00:38:41.342Z] Step 6/24 : COPY go.mod . [2020-12-22T00:38:41.614Z] ---> Running in 4ba44dcd88b7 [2020-12-22T00:38:41.946Z] Removing intermediate container 519bcdb7df00 [2020-12-22T00:38:41.946Z] ---> b6d1449c6807 [2020-12-22T00:38:41.946Z] Successfully built b6d1449c6807 [2020-12-22T00:38:41.946Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:38:42.196Z] ---> d3881de7b589 [2020-12-22T00:38:42.196Z] Step 7/24 : RUN go mod download [2020-12-22T00:38:42.299Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T00:38:42.299Z] . [Pipeline] withDockerContainer [2020-12-22T00:38:42.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container [2020-12-22T00:38:42.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T00:38:42.777Z] ---> Running in e569c1ed6cce [2020-12-22T00:38:43.357Z] Removing intermediate container c5e9780b5f57 [2020-12-22T00:38:43.357Z] ---> 1cae85a6b2cb [2020-12-22T00:38:43.357Z] Step 8/27 : COPY . . [2020-12-22T00:38:43.357Z] 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 [2020-12-22T00:38:44.424Z] $ docker top dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 -eo pid,comm [2020-12-22T00:38:44.767Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:38:44.767Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:38:44.767Z] ---> 11135b5f270e [2020-12-22T00:38:44.767Z] Step 3/23 : WORKDIR /edgex-go [2020-12-22T00:38:44.767Z] ---> Using cache [2020-12-22T00:38:44.767Z] ---> 723fc415fae6 [2020-12-22T00:38:44.767Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:38:44.767Z] ---> Using cache [2020-12-22T00:38:44.767Z] ---> c4924eac30e6 [2020-12-22T00:38:44.767Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] { [Pipeline] sh [2020-12-22T00:38:45.502Z] + go version [2020-12-22T00:38:45.502Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-22T00:38:45.533Z] $ docker stop --time=1 dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 [2020-12-22T00:38:45.733Z] ---> Running in 4b57eea49483 [2020-12-22T00:38:47.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:38:47.559Z] $ docker rm -f dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 [2020-12-22T00:38:47.776Z] Removing intermediate container e569c1ed6cce [2020-12-22T00:38:47.776Z] ---> 94716dc00ba8 [2020-12-22T00:38:47.776Z] Step 8/24 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-22T00:38:48.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:38:48.667Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T00:38:48.667Z] . [2020-12-22T00:38:48.684Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:38:48.684Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:38:48.684Z] OK: 12750 distinct packages available [Pipeline] withDockerContainer [2020-12-22T00:38:48.946Z] OK: 233 MiB in 51 packages [2020-12-22T00:38:48.966Z] prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container [2020-12-22T00:38:49.062Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-22T00:38:50.638Z] $ docker top dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-22T00:38:51.097Z] ========================================================= [2020-12-22T00:38:51.097Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-22T00:38:51.097Z] ========================================================= [Pipeline] sh [2020-12-22T00:38:51.756Z] + make test [2020-12-22T00:38:51.756Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-22T00:38:53.243Z] Removing intermediate container 4b57eea49483 [2020-12-22T00:38:53.243Z] ---> 25d949b7af9d [2020-12-22T00:38:53.243Z] Step 6/23 : COPY go.mod . [2020-12-22T00:38:57.527Z] ---> e552d140a493 [2020-12-22T00:38:57.527Z] Step 7/23 : RUN go mod download [2020-12-22T00:39:00.878Z] ---> Running in e7fa9958a5d5 [2020-12-22T00:39:06.258Z] ---> a4a8e705aba5 [2020-12-22T00:39:06.259Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-22T00:39:06.259Z] ---> Running in e6caabb1f57f [2020-12-22T00:39:07.208Z] Removing intermediate container e7fa9958a5d5 [2020-12-22T00:39:07.208Z] ---> a80f979b39ed [2020-12-22T00:39:07.208Z] Step 8/23 : COPY . . [2020-12-22T00:39:07.208Z] 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 [2020-12-22T00:39:18.094Z] Removing intermediate container 4ba44dcd88b7 [2020-12-22T00:39:18.094Z] ---> 66ce79eda281 [2020-12-22T00:39:18.094Z] [2020-12-22T00:39:18.094Z] Step 10/22 : FROM scratch [2020-12-22T00:39:18.094Z] ---> [2020-12-22T00:39:18.094Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:39:18.094Z] ---> 8257cc762bb3 [2020-12-22T00:39:18.094Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-22T00:39:18.094Z] ---> Running in a9a1e24e7744 [2020-12-22T00:39:18.094Z] ---> Using cache [2020-12-22T00:39:18.094Z] ---> b1230a4e55c1 [2020-12-22T00:39:18.094Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-22T00:39:18.599Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-22T00:39:19.545Z] ---> Running in fe186ac313e7 [2020-12-22T00:39:20.163Z] Removing intermediate container fe186ac313e7 [2020-12-22T00:39:20.163Z] ---> 77fd3c666684 [2020-12-22T00:39:20.163Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-22T00:39:20.435Z] ---> Running in fa01a4336d82 [2020-12-22T00:39:20.435Z] 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 [2020-12-22T00:39:21.021Z] Removing intermediate container fa01a4336d82 [2020-12-22T00:39:21.021Z] ---> ee5e07e93a84 [2020-12-22T00:39:21.021Z] Step 14/22 : WORKDIR / [2020-12-22T00:39:21.021Z] ---> Running in e7bb480195fd [2020-12-22T00:39:21.302Z] Removing intermediate container e7bb480195fd [2020-12-22T00:39:21.302Z] ---> 850d0ad0acb6 [2020-12-22T00:39:21.302Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-22T00:39:22.289Z] ---> 2d3624ebc499 [2020-12-22T00:39:22.289Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-22T00:39:25.722Z] ---> 8b1ccaf8937d [2020-12-22T00:39:25.722Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-22T00:39:27.216Z] ---> e33e67e7006d [2020-12-22T00:39:27.216Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-22T00:39:27.216Z] ---> 3947a73f2903 [2020-12-22T00:39:27.216Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-22T00:39:27.216Z] ---> Running in eb839926fcc7 [2020-12-22T00:39:27.216Z] ---> Running in 778eab61b905 [2020-12-22T00:39:27.799Z] Removing intermediate container eb839926fcc7 [2020-12-22T00:39:27.799Z] ---> 8cc5f46f9d76 [2020-12-22T00:39:27.799Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:39:27.799Z] ---> Running in 21b72f1be518 [2020-12-22T00:39:28.074Z] Removing intermediate container 21b72f1be518 [2020-12-22T00:39:28.074Z] ---> 0607218223a9 [2020-12-22T00:39:28.074Z] Step 20/22 : LABEL arch=x86_64 [2020-12-22T00:39:28.074Z] 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 [2020-12-22T00:39:28.680Z] ---> Running in 859d969a2eb9 [2020-12-22T00:39:29.649Z] Removing intermediate container 859d969a2eb9 [2020-12-22T00:39:29.649Z] ---> 9524ad34d7e7 [2020-12-22T00:39:29.649Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:39:30.238Z] ---> Running in 318c4d5c7ff7 [2020-12-22T00:39:30.506Z] Removing intermediate container e6caabb1f57f [2020-12-22T00:39:30.506Z] ---> 4cc724fc20f9 [2020-12-22T00:39:30.506Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-22T00:39:30.506Z] ---> Running in c50208a621b6 [2020-12-22T00:39:30.773Z] Removing intermediate container 318c4d5c7ff7 [2020-12-22T00:39:30.773Z] ---> 5ca2910f9868 [2020-12-22T00:39:30.773Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:39:31.360Z] ---> Running in 5fae62c3f717 [2020-12-22T00:39:31.637Z] Removing intermediate container 5fae62c3f717 [2020-12-22T00:39:31.637Z] ---> 30d1ced05c0a [2020-12-22T00:39:31.637Z] [2020-12-22T00:39:31.908Z] Successfully built 30d1ced05c0a [2020-12-22T00:39:31.908Z] Successfully tagged docker-core-command-go:latest [2020-12-22T00:39:31.908Z]  Building docker-core-command-go ... done 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 [2020-12-22T00:39:34.516Z] Removing intermediate container c50208a621b6 [2020-12-22T00:39:34.516Z] ---> 61a062baa205 [2020-12-22T00:39:34.516Z] [2020-12-22T00:39:34.516Z] Step 11/27 : FROM docker:latest [2020-12-22T00:39:34.516Z] ---> 0040bc98e531 [2020-12-22T00:39:34.516Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-22T00:39:34.787Z] ---> Running in 725861f08a53 [2020-12-22T00:39:35.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:39:35.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:39:36.035Z] (1/2) Installing readline (8.0.4-r0) [2020-12-22T00:39:36.035Z] (2/2) Installing bash (5.0.17-r0) [2020-12-22T00:39:36.296Z] Executing bash-5.0.17-r0.post-install [2020-12-22T00:39:36.296Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:39:36.869Z] OK: 12 MiB in 22 packages [2020-12-22T00:39:38.849Z] Removing intermediate container 725861f08a53 [2020-12-22T00:39:38.849Z] ---> 045aaf0a65f8 [2020-12-22T00:39:38.849Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-22T00:39:39.436Z] ---> Running in 56b0e1e95071 [2020-12-22T00:39:39.436Z] Removing intermediate container a9a1e24e7744 [2020-12-22T00:39:39.436Z] ---> 01f27ee4fc85 [2020-12-22T00:39:39.436Z] [2020-12-22T00:39:39.436Z] Step 10/24 : FROM scratch [2020-12-22T00:39:39.436Z] ---> [2020-12-22T00:39:39.436Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-22T00:39:40.029Z] ---> Running in 97a28ad684e4 [2020-12-22T00:39:40.293Z] Removing intermediate container 97a28ad684e4 [2020-12-22T00:39:40.293Z] ---> 1ee8cf0c42c7 [2020-12-22T00:39:40.293Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-22T00:39:40.569Z] ---> Running in d8aef5bdde00 [2020-12-22T00:39:40.858Z] Removing intermediate container d8aef5bdde00 [2020-12-22T00:39:40.858Z] ---> adc180c63a77 [2020-12-22T00:39:40.858Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-22T00:39:41.147Z] ---> Running in 9c94a67c7c0b [2020-12-22T00:39:41.147Z] Removing intermediate container 56b0e1e95071 [2020-12-22T00:39:41.147Z] ---> 31c33ca52b4f [2020-12-22T00:39:41.147Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-22T00:39:41.416Z] ---> Running in f89eec6feed3 [2020-12-22T00:39:41.416Z] Removing intermediate container 9c94a67c7c0b [2020-12-22T00:39:41.416Z] ---> 75095e63f7a0 [2020-12-22T00:39:41.416Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-22T00:39:41.685Z] Removing intermediate container f89eec6feed3 [2020-12-22T00:39:41.685Z] ---> b6b79c08fd50 [2020-12-22T00:39:41.685Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-22T00:39:41.964Z] ---> Running in 29f2316a1115 [2020-12-22T00:39:41.964Z] ---> 4c8b7e17223b [2020-12-22T00:39:41.964Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-22T00:39:41.964Z] Removing intermediate container 29f2316a1115 [2020-12-22T00:39:41.964Z] ---> 29ed20a9e298 [2020-12-22T00:39:41.964Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-22T00:39:42.235Z] ---> Running in 08436791c496 [2020-12-22T00:39:42.527Z] Removing intermediate container 08436791c496 [2020-12-22T00:39:42.527Z] ---> e399d581b295 [2020-12-22T00:39:42.527Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-22T00:39:43.127Z] ---> 09658d596ffc [2020-12-22T00:39:43.127Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-22T00:39:43.127Z] ---> 84d532d8083f [2020-12-22T00:39:43.127Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-22T00:39:43.399Z] ---> 126960a9c6fa [2020-12-22T00:39:43.399Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-22T00:39:43.665Z] ---> 49d494bee9a4 [2020-12-22T00:39:43.665Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-22T00:39:43.665Z] ---> 5422b41c98fc [2020-12-22T00:39:43.665Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-22T00:39:43.932Z] ---> Running in cfd635e0b8ef [2020-12-22T00:39:43.932Z] ---> e5ba433d9776 [2020-12-22T00:39:43.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-22T00:39:44.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:39:44.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:39:44.798Z] ---> 0cd459df339a [2020-12-22T00:39:44.798Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-22T00:39:44.798Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-22T00:39:44.798Z] (2/33) Installing expat (2.2.9-r1) [2020-12-22T00:39:44.798Z] (3/33) Installing libffi (3.3-r2) [2020-12-22T00:39:44.798Z] (4/33) Installing gdbm (1.13-r1) [2020-12-22T00:39:44.798Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-22T00:39:44.798Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-22T00:39:44.798Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-22T00:39:49.021Z] ---> 8cc1dcb6d032 [2020-12-22T00:39:49.021Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-22T00:39:49.021Z] ---> Running in 6e5b8cd91990 [2020-12-22T00:39:49.021Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-22T00:39:49.021Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-22T00:39:49.021Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-22T00:39:49.021Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-22T00:39:49.021Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-22T00:39:49.021Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-22T00:39:49.021Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-22T00:39:49.021Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-22T00:39:49.283Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-22T00:39:49.283Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-22T00:39:49.545Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-22T00:39:49.545Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-22T00:39:49.809Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-22T00:39:49.809Z] Removing intermediate container 6e5b8cd91990 [2020-12-22T00:39:49.809Z] ---> dde03e46059c [2020-12-22T00:39:49.809Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:39:49.809Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-22T00:39:50.382Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-22T00:39:50.382Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-22T00:39:51.328Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-22T00:39:51.328Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-22T00:39:51.328Z] ---> Running in 8ecdc8c64b6a [2020-12-22T00:39:51.328Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-22T00:39:52.296Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-22T00:39:52.296Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-22T00:39:52.296Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-22T00:39:52.296Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-22T00:39:52.296Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-22T00:39:52.296Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-22T00:39:52.296Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-22T00:39:52.296Z] Removing intermediate container 778eab61b905 [2020-12-22T00:39:52.296Z] ---> c42508babfe1 [2020-12-22T00:39:52.296Z] [2020-12-22T00:39:52.296Z] Step 10/23 : FROM alpine [2020-12-22T00:39:52.296Z] ---> 389fef711851 [2020-12-22T00:39:52.296Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:39:52.867Z] Removing intermediate container 8ecdc8c64b6a [2020-12-22T00:39:52.867Z] ---> a642f9e84aa1 [2020-12-22T00:39:52.867Z] Step 22/24 : LABEL arch=x86_64 [2020-12-22T00:39:53.131Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:39:53.405Z] OK: 71 MiB in 55 packages [2020-12-22T00:39:53.405Z] ---> Running in 01cc9cd41c60 [2020-12-22T00:39:53.405Z] ---> Running in 242608fb9cd3 [2020-12-22T00:39:53.405Z] Removing intermediate container 01cc9cd41c60 [2020-12-22T00:39:53.405Z] ---> fbf740e6ee47 [2020-12-22T00:39:53.405Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-22T00:39:53.671Z] Removing intermediate container 242608fb9cd3 [2020-12-22T00:39:53.671Z] ---> 749e6e5d2192 [2020-12-22T00:39:53.671Z] Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:39:53.671Z] ---> Running in fb20223bb480 [2020-12-22T00:39:53.671Z] ---> Running in fb093c945319 [2020-12-22T00:39:53.936Z] Removing intermediate container fb20223bb480 [2020-12-22T00:39:53.936Z] ---> a7cfb1a493fa [2020-12-22T00:39:53.936Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-22T00:39:55.334Z] Removing intermediate container fb093c945319 [2020-12-22T00:39:55.334Z] ---> 19f9ac4549e5 [2020-12-22T00:39:55.334Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T00:39:57.354Z] ---> Running in 46b5d32fb540 [2020-12-22T00:39:59.964Z] ---> Running in aca4d3170902 [2020-12-22T00:39:59.964Z] Removing intermediate container 46b5d32fb540 [2020-12-22T00:39:59.964Z] ---> f1f1f80701de [2020-12-22T00:39:59.964Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:39:59.964Z] ---> Running in 1220a930b089 [2020-12-22T00:39:59.964Z] Removing intermediate container cfd635e0b8ef [2020-12-22T00:39:59.964Z] ---> 91768f2daf32 [2020-12-22T00:39:59.964Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-22T00:39:59.964Z] ---> Running in fe5808a1f14b [2020-12-22T00:39:59.964Z] Removing intermediate container aca4d3170902 [2020-12-22T00:39:59.964Z] ---> fadafd1b782a [2020-12-22T00:39:59.964Z] [2020-12-22T00:40:00.226Z] Successfully built fadafd1b782a [2020-12-22T00:40:00.226Z] Successfully tagged docker-support-notifications-go:latest [2020-12-22T00:40:01.182Z]  Building docker-support-notifications-go ... done Removing intermediate container 1220a930b089 [2020-12-22T00:40:01.182Z] ---> 95c8c99d66d6 [2020-12-22T00:40:01.182Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-22T00:40:01.182Z] ---> Running in f2a52c5a4237 [2020-12-22T00:40:01.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:40:01.709Z] Collecting docker-compose==1.23.2 [2020-12-22T00:40:01.709Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-22T00:40:01.709Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-22T00:40:01.976Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-22T00:40:02.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:40:02.499Z] Collecting jsonschema<3,>=2.5.1 [2020-12-22T00:40:02.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-22T00:40:02.499Z] Collecting docopt<0.7,>=0.6.1 [2020-12-22T00:40:02.499Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-22T00:40:03.071Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-22T00:40:03.071Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-22T00:40:03.071Z] Collecting docker<4.0,>=3.6.0 [2020-12-22T00:40:03.071Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-22T00:40:03.071Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-22T00:40:03.335Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-22T00:40:03.335Z] Collecting texttable<0.10,>=0.9.0 [2020-12-22T00:40:03.335Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-22T00:40:03.335Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-22T00:40:03.599Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-22T00:40:03.599Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:40:03.599Z] OK: 8 MiB in 19 packages [2020-12-22T00:40:03.865Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-22T00:40:04.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-22T00:40:04.705Z] Collecting cached-property<2,>=1.2.0 [2020-12-22T00:40:04.705Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-22T00:40:04.705Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-22T00:40:04.705Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-22T00:40:04.705Z] Removing intermediate container f2a52c5a4237 [2020-12-22T00:40:04.705Z] ---> 3dd411357bf2 [2020-12-22T00:40:04.705Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-22T00:40:04.970Z] Collecting PyYAML<4,>=3.10 [2020-12-22T00:40:04.970Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-22T00:40:04.970Z] ---> 5f5b24611d99 [2020-12-22T00:40:04.970Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-22T00:40:05.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-22T00:40:06.892Z] Collecting docker-pycreds>=0.4.0 [2020-12-22T00:40:07.156Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-22T00:40:07.741Z] ---> c7cd699bba32 [2020-12-22T00:40:07.741Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-22T00:40:07.741Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-22T00:40:07.741Z] Collecting idna<2.8,>=2.5 [2020-12-22T00:40:07.741Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-22T00:40:08.003Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-22T00:40:08.003Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-22T00:40:08.003Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-22T00:40:08.003Z] ---> af1cc7137316 [2020-12-22T00:40:08.003Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-22T00:40:08.003Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-22T00:40:08.003Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-22T00:40:08.003Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-22T00:40:08.003Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-22T00:40:08.003Z] ---> Running in b91320681b42 [2020-12-22T00:40:08.264Z] Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose [2020-12-22T00:40:08.264Z] Running setup.py install for dockerpty: started [2020-12-22T00:40:08.264Z] Removing intermediate container b91320681b42 [2020-12-22T00:40:08.264Z] ---> d2fefbb527f9 [2020-12-22T00:40:08.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:40:08.264Z] ---> Running in ea86c6275a57 [2020-12-22T00:40:08.529Z] Removing intermediate container ea86c6275a57 [2020-12-22T00:40:08.529Z] ---> d1081d633f58 [2020-12-22T00:40:08.529Z] Step 21/23 : LABEL arch=x86_64 [2020-12-22T00:40:08.529Z] ---> Running in 7cddf8576cbe [2020-12-22T00:40:08.791Z] Removing intermediate container 7cddf8576cbe [2020-12-22T00:40:08.791Z] ---> bbe14ed3f871 [2020-12-22T00:40:08.791Z] Step 22/23 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:40:08.791Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-22T00:40:08.791Z] ---> Running in aff586250799 [2020-12-22T00:40:08.791Z] Running setup.py install for docopt: started [2020-12-22T00:40:09.055Z] Removing intermediate container aff586250799 [2020-12-22T00:40:09.055Z] ---> efc70244f806 [2020-12-22T00:40:09.055Z] Step 23/23 : LABEL version=0.0.0 [2020-12-22T00:40:09.055Z] ---> Running in 537a45d744ed [2020-12-22T00:40:09.055Z] Removing intermediate container 537a45d744ed [2020-12-22T00:40:09.055Z] ---> 9270a828e2ce [2020-12-22T00:40:09.055Z] [2020-12-22T00:40:09.323Z] Successfully built 9270a828e2ce [2020-12-22T00:40:09.323Z] Successfully tagged docker-core-data-go:latest [2020-12-22T00:40:09.323Z]  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' [2020-12-22T00:40:09.590Z] Attempting uninstall: idna [2020-12-22T00:40:09.590Z] Found existing installation: idna 2.9 [2020-12-22T00:40:09.590Z] Uninstalling idna-2.9: [2020-12-22T00:40:09.590Z] Successfully uninstalled idna-2.9 [2020-12-22T00:40:09.590Z] Attempting uninstall: urllib3 [2020-12-22T00:40:09.590Z] Found existing installation: urllib3 1.25.9 [2020-12-22T00:40:09.590Z] Uninstalling urllib3-1.25.9: [2020-12-22T00:40:09.854Z] Successfully uninstalled urllib3-1.25.9 [2020-12-22T00:40:09.854Z] Attempting uninstall: requests [2020-12-22T00:40:09.854Z] Found existing installation: requests 2.23.0 [2020-12-22T00:40:09.854Z] Uninstalling requests-2.23.0: [2020-12-22T00:40:09.854Z] Successfully uninstalled requests-2.23.0 [2020-12-22T00:40:10.435Z] Running setup.py install for texttable: started [2020-12-22T00:40:10.696Z] Running setup.py install for texttable: finished with status 'done' [2020-12-22T00:40:10.696Z] Running setup.py install for PyYAML: started [2020-12-22T00:40:11.269Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-22T00:40:11.532Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-22T00:40:14.091Z] Removing intermediate container fe5808a1f14b [2020-12-22T00:40:14.091Z] ---> 34b833d2d94b [2020-12-22T00:40:14.091Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-22T00:40:14.355Z] ---> Running in cd336062321e [2020-12-22T00:40:14.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T00:40:14.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T00:40:15.195Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-22T00:40:15.195Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-22T00:40:15.195Z] (3/3) Installing curl (7.69.1-r3) [2020-12-22T00:40:15.195Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:40:15.195Z] OK: 72 MiB in 58 packages [2020-12-22T00:40:15.771Z] Removing intermediate container cd336062321e [2020-12-22T00:40:15.771Z] ---> 2c3a5363f107 [2020-12-22T00:40:15.771Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-22T00:40:15.771Z] ---> Running in d4753e17944b [2020-12-22T00:40:15.771Z] Removing intermediate container d4753e17944b [2020-12-22T00:40:15.771Z] ---> fbeac6ff0d98 [2020-12-22T00:40:15.771Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:40:16.033Z] ---> Running in b77eae10490d [2020-12-22T00:40:16.033Z] Removing intermediate container b77eae10490d [2020-12-22T00:40:16.033Z] ---> 9f870da27dd7 [2020-12-22T00:40:16.033Z] Step 25/27 : LABEL arch=x86_64 [2020-12-22T00:40:16.033Z] ---> Running in f4b14ede9431 [2020-12-22T00:40:16.301Z] Removing intermediate container f4b14ede9431 [2020-12-22T00:40:16.301Z] ---> 605a0df23dcf [2020-12-22T00:40:16.301Z] Step 26/27 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:40:16.301Z] ---> Running in 8e525e80cb1b [2020-12-22T00:40:16.565Z] Removing intermediate container 8e525e80cb1b [2020-12-22T00:40:16.565Z] ---> bae45443165c [2020-12-22T00:40:16.565Z] Step 27/27 : LABEL version=0.0.0 [2020-12-22T00:40:16.565Z] ---> Running in 121397a3d4c1 [2020-12-22T00:40:16.826Z] Removing intermediate container 121397a3d4c1 [2020-12-22T00:40:16.826Z] ---> b4836b75422e [2020-12-22T00:40:16.826Z] [2020-12-22T00:40:16.826Z] Successfully built b4836b75422e [2020-12-22T00:40:16.826Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-22T00:40:17.791Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-22T00:40:17.801Z] $ docker stop --time=1 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 [2020-12-22T00:40:19.473Z] $ docker rm -f 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T00:40:19.962Z] + docker images [2020-12-22T00:40:19.963Z] + grep docker [2020-12-22T00:40:19.963Z] docker-sys-mgmt-agent-go latest b4836b75422e 3 seconds ago 313MB [2020-12-22T00:40:19.963Z] docker-core-data-go latest 9270a828e2ce 11 seconds ago 22.2MB [2020-12-22T00:40:19.963Z] docker-support-notifications-go latest fadafd1b782a 20 seconds ago 12.1MB [2020-12-22T00:40:19.963Z] docker-core-command-go latest 30d1ced05c0a 48 seconds ago 10.6MB [2020-12-22T00:40:19.963Z] docker-security-secretstore-setup-go latest 57650367fb66 About a minute ago 24.7MB [2020-12-22T00:40:19.963Z] docker-security-bootstrap-redis-go latest ba668020a8a0 About a minute ago 15.9MB [2020-12-22T00:40:19.963Z] docker-security-proxy-setup-go latest a6c853c0265d 2 minutes ago 24.7MB [2020-12-22T00:40:19.963Z] docker-core-metadata-go latest a033fb9033de 2 minutes ago 13MB [2020-12-22T00:40:19.963Z] docker-support-scheduler-go latest dd409dd74654 2 minutes ago 10.8MB [2020-12-22T00:40:19.963Z] docker latest 0040bc98e531 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-22T00:40:27.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-22T00:40:31.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-22T00:40:31.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-22T00:40:31.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-22T00:40:35.897Z] Still waiting to schedule task [2020-12-22T00:40:35.898Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-22T00:40:38.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.6% of statements [2020-12-22T00:40:38.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-22T00:40:38.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-22T00:40:38.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-22T00:40:38.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-22T00:40:38.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-22T00:40:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-22T00:40:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-22T00:40:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-22T00:40:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.594s coverage: 72.7% of statements [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-22T00:40:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 83.3% of statements [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-22T00:40:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-22T00:40:54.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-22T00:40:54.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-22T00:40:54.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-22T00:40:54.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-22T00:40:54.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements [2020-12-22T00:40:54.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-22T00:40:55.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2020-12-22T00:40:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-22T00:40:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-22T00:40:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-22T00:40:55.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-22T00:41:01.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.049s coverage: 93.8% of statements [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-22T00:41:01.949Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-22T00:41:01.949Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-22T00:41:01.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.095s coverage: 100.0% of statements [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-22T00:41:01.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements [2020-12-22T00:41:01.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-22T00:41:02.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2020-12-22T00:41:03.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.163s coverage: 87.2% of statements [2020-12-22T00:41:04.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2020-12-22T00:41:06.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements [2020-12-22T00:41:06.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-22T00:41:08.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements [2020-12-22T00:41:08.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-22T00:41:08.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-22T00:41:08.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2020-12-22T00:41:08.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2020-12-22T00:41:09.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements [2020-12-22T00:41:09.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2020-12-22T00:41:10.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2020-12-22T00:41:15.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 55.9% of statements [2020-12-22T00:41:15.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-22T00:41:15.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-22T00:41:15.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-22T00:41:15.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-22T00:41:15.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-22T00:41:15.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 37.0% of statements [2020-12-22T00:41:15.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-22T00:41:15.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-22T00:41:15.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.705s coverage: 84.0% of statements [2020-12-22T00:41:15.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2020-12-22T00:41:23.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.358s coverage: 47.1% of statements [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-22T00:41:23.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-22T00:41:23.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2020-12-22T00:41:23.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-22T00:41:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.311s coverage: 29.1% of statements [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-22T00:41:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-22T00:41:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-22T00:41:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-22T00:41:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2020-12-22T00:41:27.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-22T00:41:27.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-22T00:41:27.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-22T00:41:27.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-22T00:41:27.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2020-12-22T00:41:27.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-22T00:41:27.395Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-22T00:41:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2020-12-22T00:41:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2020-12-22T00:41:29.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-22T00:41:30.413Z] GO111MODULE=on go vet ./... [2020-12-22T00:42:38.461Z] gofmt -l . [2020-12-22T00:42:39.057Z] [ "`gofmt -l .`" = "" ] [2020-12-22T00:42:42.298Z] ./bin/test-go-mod-tidy.sh [2020-12-22T00:42:42.298Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-22T00:42:47.271Z] + ls -al . [2020-12-22T00:42:47.271Z] total 664 [2020-12-22T00:42:47.271Z] drwxrwxr-x 9 1001 1001 4096 Dec 22 00:42 . [2020-12-22T00:42:47.271Z] drwxr-xr-x 4 root root 4096 Dec 22 00:38 .. [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 11 Dec 22 00:36 .dockerignore [2020-12-22T00:42:47.271Z] drwxrwxr-x 8 1001 1001 4096 Dec 22 00:37 .git [2020-12-22T00:42:47.271Z] drwxrwxr-x 3 1001 1001 4096 Dec 22 00:36 .github [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 824 Dec 22 00:36 .gitignore [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 166 Dec 22 00:36 .sonarcloud.properties [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 3804 Dec 22 00:36 CONTRIBUTING.md [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 1035 Dec 22 00:36 Dockerfile.build [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 863 Dec 22 00:36 Jenkinsfile [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 10775 Dec 22 00:36 LICENSE [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 5750 Dec 22 00:36 Makefile [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 6511 Dec 22 00:36 README.md [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 6744 Dec 22 00:36 SECURITY.md [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 5 Dec 22 00:32 VERSION [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 4131 Dec 22 00:36 ZMQWindows.md [2020-12-22T00:42:47.271Z] drwxrwxr-x 2 1001 1001 4096 Dec 22 00:36 bin [2020-12-22T00:42:47.271Z] drwxrwxr-x 14 1001 1001 4096 Dec 22 00:36 cmd [2020-12-22T00:42:47.271Z] -rw-r--r-- 1 root root 537098 Dec 22 00:41 coverage.out [2020-12-22T00:42:47.271Z] -rw-r--r-- 1 root root 979 Dec 22 00:42 go.mod [2020-12-22T00:42:47.271Z] -rw-r--r-- 1 root root 18739 Dec 22 00:42 go.sum [2020-12-22T00:42:47.271Z] drwxrwxr-x 8 1001 1001 4096 Dec 22 00:36 internal [2020-12-22T00:42:47.271Z] drwxrwxr-x 4 1001 1001 4096 Dec 22 00:36 openapi [2020-12-22T00:42:47.271Z] drwxrwxr-x 4 1001 1001 4096 Dec 22 00:36 snap [2020-12-22T00:42:47.271Z] -rw-rw-r-- 1 1001 1001 168 Dec 22 00:36 version.go [Pipeline] sh [2020-12-22T00:42:47.940Z] + '[' -e coverage.out ] [2020-12-22T00:42:47.940Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-22T00:42:47.965Z] Warning: overwriting stash ‘coverage-report’ [2020-12-22T00:42:49.399Z] Stashed 1 file(s) [Pipeline] sh [2020-12-22T00:42:50.104Z] + make build [2020-12-22T00:42:50.104Z] 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 [2020-12-22T00:43:02.577Z] 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 [2020-12-22T00:43:04.531Z] Running on prd-ubuntu18.04-docker-8c-8g-17144 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-22T00:43:04.591Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2020-12-22T00:43:06.727Z] using credential edgex-jenkins-ssh [2020-12-22T00:43:06.852Z] Cloning the remote Git repository [2020-12-22T00:43:06.893Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:43:06.957Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2020-12-22T00:43:06.990Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:43:06.990Z] > git --version # timeout=10 [2020-12-22T00:43:06.997Z] > git --version # 'git version 2.17.1' [2020-12-22T00:43:06.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:43:07.024Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T00:43:23.840Z] Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-22T00:43:24.042Z] Merge succeeded, producing 2c1c35827454761f110ac12c0a09b4f1c900c890 [2020-12-22T00:43:24.042Z] Checking out Revision 2c1c35827454761f110ac12c0a09b4f1c900c890 (PR-2858) [2020-12-22T00:43:23.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-22T00:43:23.231Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T00:43:23.241Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-22T00:43:23.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-22T00:43:23.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:43:23.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T00:43:23.852Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T00:43:23.857Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-22T00:43:23.930Z] > git remote # timeout=10 [2020-12-22T00:43:23.936Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T00:43:23.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T00:43:23.945Z] > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 [2020-12-22T00:43:24.040Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T00:43:24.049Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T00:43:24.053Z] > git checkout -f 2c1c35827454761f110ac12c0a09b4f1c900c890 # timeout=10 [2020-12-22T00:43:27.750Z] Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" [2020-12-22T00:43:27.769Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:43:27.758Z] > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 [2020-12-22T00:43:28.926Z] + echo snap-build.sh [2020-12-22T00:43:28.926Z] snap-build.sh [2020-12-22T00:43:28.926Z] + SNAP_BASE_DIR=. [2020-12-22T00:43:28.926Z] + '[' '!' -z /w/workspace/edgex-go/29 ']' [2020-12-22T00:43:28.926Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/29 [2020-12-22T00:43:28.926Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/29]' [2020-12-22T00:43:28.926Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/29] [2020-12-22T00:43:28.926Z] + cd /w/workspace/edgex-go/29 [2020-12-22T00:43:28.926Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-22T00:43:28.926Z] Reading package lists... [2020-12-22T00:43:28.926Z] Building dependency tree... [2020-12-22T00:43:28.926Z] Reading state information... [2020-12-22T00:43:29.186Z] The following packages were automatically installed and are no longer required: [2020-12-22T00:43:29.186Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-22T00:43:29.186Z] uidmap xdelta3 [2020-12-22T00:43:29.186Z] Use 'sudo apt autoremove' to remove them. [2020-12-22T00:43:29.186Z] The following packages will be REMOVED: [2020-12-22T00:43:29.186Z] lxd* lxd-client* [2020-12-22T00:43:29.414Z] 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 [2020-12-22T00:43:29.756Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-22T00:43:29.756Z] After this operation, 31.7 MB disk space will be freed. [2020-12-22T00:43:30.540Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-22T00:43:30.540Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-22T00:43:31.482Z] Removing lxd dnsmasq configuration [2020-12-22T00:43:31.482Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-22T00:43:31.742Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-22T00:43:32.313Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-22T00:43:32.574Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-22T00:43:32.574Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-22T00:43:32.800Z] 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 [2020-12-22T00:43:33.972Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-22T00:43:33.972Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-22T00:43:35.354Z] + sudo snap remove --purge lxd [2020-12-22T00:43:35.354Z] snap "lxd" is not installed [2020-12-22T00:43:35.354Z] + sudo groupadd --force --system lxd [2020-12-22T00:43:35.354Z] ++ whoami [2020-12-22T00:43:35.354Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-22T00:43:35.354Z] + newgrp - lxd [2020-12-22T00:43:35.354Z] + sudo snap install lxd [2020-12-22T00:43:37.119Z] 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 [2020-12-22T00:43:39.113Z] 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 [2020-12-22T00:43:43.498Z] 2020-12-22T00:43:41Z INFO Waiting for automatic snapd restart... [2020-12-22T00:43:44.525Z] 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 [2020-12-22T00:43:48.846Z] 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 [2020-12-22T00:43:54.250Z] 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 [2020-12-22T00:43:57.642Z] 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 [2020-12-22T00:43:58.422Z] lxd 4.9 from Canonical* installed [2020-12-22T00:43:58.422Z] + sudo lxd init --auto [2020-12-22T00:44:01.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-22T00:44:05.337Z] 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 [2020-12-22T00:44:06.582Z] + sudo snap install --classic snapcraft [Pipeline] } [2020-12-22T00:44:09.679Z] $ docker stop --time=1 dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 [2020-12-22T00:44:12.246Z] $ docker rm -f dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:44:14.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-22T00:44:14.628Z] [2020-12-22T00:44:14.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:44:14.713Z] snapcraft 4.4.4 from Canonical* installed [2020-12-22T00:44:14.713Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-22T00:44:14.713Z] + patch --verbose -p1 [2020-12-22T00:44:14.713Z] Hmm... Looks like a unified diff to me... [2020-12-22T00:44:14.713Z] The text leading up to this was: [2020-12-22T00:44:14.713Z] -------------------------- [2020-12-22T00:44:14.713Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-22T00:44:14.713Z] |From: Tony Espy [2020-12-22T00:44:14.713Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-22T00:44:14.713Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-22T00:44:14.713Z] | [2020-12-22T00:44:14.713Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-22T00:44:14.713Z] |optimize the snap CI check run for pull requests. When [2020-12-22T00:44:14.713Z] |applied, it essentially strips out everything (apps and [2020-12-22T00:44:14.713Z] |parts) from the snapcraft.yaml file except those required [2020-12-22T00:44:14.713Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-22T00:44:14.713Z] |catch changes to edgex-go that break the snap build. [2020-12-22T00:44:14.713Z] | [2020-12-22T00:44:14.713Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-22T00:44:14.713Z] |to update this patch file, otherwise it may fail to apply, [2020-12-22T00:44:14.713Z] |resulting in a failed snap build CI check in the associated [2020-12-22T00:44:14.713Z] |pull request. [2020-12-22T00:44:14.713Z] | [2020-12-22T00:44:14.713Z] |Note - in addition to applying this patch, the pipeline also [2020-12-22T00:44:14.713Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-22T00:44:14.714Z] |need to build the finally binary .snap file (and it won't [2020-12-22T00:44:14.714Z] |work with the patch applied). This further reduces the build [2020-12-22T00:44:14.714Z] |time. [2020-12-22T00:44:14.714Z] |--- [2020-12-22T00:44:14.714Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-22T00:44:14.714Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-22T00:44:14.714Z] | [2020-12-22T00:44:14.714Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-22T00:44:14.714Z] |index 1e537489..faf42425 100644 [2020-12-22T00:44:14.714Z] |--- a/snap/snapcraft.yaml [2020-12-22T00:44:14.714Z] |+++ b/snap/snapcraft.yaml [2020-12-22T00:44:14.714Z] -------------------------- [2020-12-22T00:44:14.714Z] patching file snap/snapcraft.yaml [2020-12-22T00:44:14.714Z] Using Plan A... [2020-12-22T00:44:14.714Z] Hunk #1 succeeded at 73. [2020-12-22T00:44:14.714Z] Hunk #2 succeeded at 202. [2020-12-22T00:44:14.714Z] Hunk #3 succeeded at 214. [2020-12-22T00:44:14.714Z] Hunk #4 FAILED at 222. [2020-12-22T00:44:14.714Z] Hunk #5 succeeded at 300 (offset 1 line). [2020-12-22T00:44:14.714Z] Hunk #6 succeeded at 327 (offset 1 line). [2020-12-22T00:44:14.714Z] Hunk #7 succeeded at 361 (offset 1 line). [2020-12-22T00:44:14.714Z] Hunk #8 FAILED at 411. [2020-12-22T00:44:14.714Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-22T00:44:14.714Z] Hmm... Ignoring the trailing garbage. [2020-12-22T00:44:14.714Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-12-22T00:44:15.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-22T00:44:15.298Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-22T00:44:15.298Z] 29e5d40040c1: Pulling fs layer [2020-12-22T00:44:15.298Z] 1ce36da41761: Pulling fs layer [2020-12-22T00:44:15.298Z] 25b303627fd3: Pulling fs layer [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-22T00:44:15.523Z] Failed in branch amd64 [2020-12-22T00:44:15.613Z] 29e5d40040c1: Verifying Checksum [2020-12-22T00:44:15.613Z] 29e5d40040c1: Download complete [2020-12-22T00:44:16.211Z] 29e5d40040c1: Pull complete [2020-12-22T00:44:16.486Z] 1ce36da41761: Verifying Checksum [2020-12-22T00:44:16.486Z] 1ce36da41761: Download complete [2020-12-22T00:44:17.462Z] 1ce36da41761: Pull complete [2020-12-22T00:44:18.056Z] 25b303627fd3: Download complete [2020-12-22T00:44:26.306Z] 25b303627fd3: Pull complete [2020-12-22T00:44:26.579Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-22T00:44:26.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-22T00:44:26.579Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-22T00:44:26.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container [2020-12-22T00:44:26.943Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 [2020-12-22T00:44:29.978Z] $ docker top 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:44:31.007Z] + docker-compose build --help [2020-12-22T00:44:31.007Z] + grep parallel [2020-12-22T00:44:35.299Z] --parallel Build images in parallel. [Pipeline] } [2020-12-22T00:44:35.330Z] $ docker stop --time=1 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 [2020-12-22T00:44:37.227Z] $ docker rm -f 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:44:38.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-22T00:44:38.043Z] . [Pipeline] withDockerContainer [2020-12-22T00:44:38.339Z] prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container [2020-12-22T00:44:38.437Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-22T00:44:40.023Z] $ docker top bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:44:41.105Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-22T00:44:46.512Z] Building docker-core-command-go ... [2020-12-22T00:44:46.512Z] Building docker-core-data-go ... [2020-12-22T00:44:46.512Z] Building docker-core-metadata-go ... [2020-12-22T00:44:46.512Z] Building docker-security-bootstrap-redis-go ... [2020-12-22T00:44:46.512Z] Building docker-security-proxy-setup-go ... [2020-12-22T00:44:46.512Z] Building docker-security-secretstore-setup-go ... [2020-12-22T00:44:46.512Z] Building docker-support-notifications-go ... [2020-12-22T00:44:46.512Z] Building docker-support-scheduler-go ... [2020-12-22T00:44:46.512Z] Building docker-sys-mgmt-agent-go ... [2020-12-22T00:44:46.512Z] Building docker-security-secretstore-setup-go [2020-12-22T00:44:46.512Z] Building docker-support-scheduler-go [2020-12-22T00:44:46.512Z] Building docker-security-proxy-setup-go [2020-12-22T00:44:46.512Z] Building docker-security-bootstrap-redis-go [2020-12-22T00:44:46.512Z] Building docker-core-command-go [2020-12-22T00:45:54.510Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:45:54.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:45:54.510Z] ---> b6d1449c6807 [2020-12-22T00:45:54.510Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:45:54.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:45:54.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:45:54.510Z] ---> b6d1449c6807 [2020-12-22T00:45:54.510Z] Step 3/24 : WORKDIR /edgex-go [2020-12-22T00:45:54.510Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:45:54.510Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:45:54.510Z] ---> b6d1449c6807 [2020-12-22T00:45:54.510Z] Step 3/21 : WORKDIR /edgex-go [2020-12-22T00:45:54.510Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:45:54.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:45:54.510Z] ---> b6d1449c6807 [2020-12-22T00:45:54.510Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:45:54.510Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:45:54.510Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:45:54.510Z] ---> b6d1449c6807 [2020-12-22T00:45:54.510Z] Step 3/21 : WORKDIR /edgex-go [2020-12-22T00:45:54.510Z] ---> Running in fb97aadc93c4 [2020-12-22T00:45:54.510Z] ---> Running in 74d19d0ec19c [2020-12-22T00:45:54.510Z] ---> Running in 7110295bf7e8 [2020-12-22T00:45:54.510Z] ---> Running in e5325a852501 [2020-12-22T00:45:54.510Z] ---> Running in 57e94068bd4c [2020-12-22T00:45:55.106Z] Removing intermediate container 7110295bf7e8 [2020-12-22T00:45:55.106Z] ---> 6764a0f45207 [2020-12-22T00:45:55.106Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:45:55.106Z] Removing intermediate container 57e94068bd4c [2020-12-22T00:45:55.106Z] ---> 7fd6e23d0d62 [2020-12-22T00:45:55.106Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:45:55.382Z] Removing intermediate container e5325a852501 [2020-12-22T00:45:55.382Z] ---> 3066fdf1f9f4 [2020-12-22T00:45:55.382Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:45:55.382Z] Removing intermediate container fb97aadc93c4 [2020-12-22T00:45:55.382Z] ---> 6cd20ab748cc [2020-12-22T00:45:55.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:45:55.382Z] Removing intermediate container 74d19d0ec19c [2020-12-22T00:45:55.382Z] ---> c88180168d5a [2020-12-22T00:45:55.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:45:55.382Z] ---> Running in 326f14d6f7bc [2020-12-22T00:45:55.382Z] ---> Running in b0afc316609d [2020-12-22T00:45:55.382Z] ---> Running in c6d06cad37d9 [2020-12-22T00:45:55.660Z] ---> Running in 9b8db5895290 [2020-12-22T00:45:55.660Z] ---> Running in ad194cdce643 [2020-12-22T00:45:59.089Z] Removing intermediate container b0afc316609d [2020-12-22T00:45:59.089Z] ---> 7a4625dc8d0d [2020-12-22T00:45:59.089Z] Step 5/21 : RUN apk update && apk add make git [2020-12-22T00:45:59.361Z] ---> Running in d08c571406c8 [2020-12-22T00:45:59.361Z] Removing intermediate container 326f14d6f7bc [2020-12-22T00:45:59.361Z] ---> 237fc9ba0523 [2020-12-22T00:45:59.361Z] Step 5/24 : RUN apk update && apk add make git [2020-12-22T00:45:59.635Z] Removing intermediate container c6d06cad37d9 [2020-12-22T00:45:59.635Z] ---> d5ab656af4e6 [2020-12-22T00:45:59.635Z] Step 5/21 : RUN apk update && apk add make git [2020-12-22T00:45:59.635Z] ---> Running in e08f49657e96 [2020-12-22T00:45:59.906Z] ---> Running in 2ef853794d78 [2020-12-22T00:45:59.906Z] Removing intermediate container ad194cdce643 [2020-12-22T00:45:59.906Z] ---> c0d105605717 [2020-12-22T00:45:59.906Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:46:00.180Z] Removing intermediate container 9b8db5895290 [2020-12-22T00:46:00.180Z] ---> 424f32ed4320 [2020-12-22T00:46:00.180Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:46:00.180Z] ---> Running in 2221fa4d0f66 [2020-12-22T00:46:00.180Z] ---> Running in e7a71a71ab06 [2020-12-22T00:46:01.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:01.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:01.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:02.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:02.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:03.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:03.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:03.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:03.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:05.915Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:46:05.915Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:46:05.915Z] OK: 12620 distinct packages available [2020-12-22T00:46:05.915Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:46:05.915Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:46:05.915Z] OK: 12620 distinct packages available [2020-12-22T00:46:06.518Z] OK: 217 MiB in 51 packages [2020-12-22T00:46:06.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:46:06.807Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:46:06.807Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:46:06.807Z] OK: 12620 distinct packages available [2020-12-22T00:46:06.807Z] OK: 217 MiB in 51 packages [2020-12-22T00:46:06.807Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:46:06.807Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:46:06.807Z] OK: 12620 distinct packages available [2020-12-22T00:46:07.820Z] OK: 217 MiB in 51 packages [2020-12-22T00:46:07.820Z] OK: 217 MiB in 51 packages [2020-12-22T00:46:08.103Z] Removing intermediate container e08f49657e96 [2020-12-22T00:46:08.103Z] ---> 1aabab8ba9df [2020-12-22T00:46:08.103Z] Step 6/24 : COPY go.mod . [2020-12-22T00:46:08.718Z] Removing intermediate container e7a71a71ab06 [2020-12-22T00:46:08.718Z] ---> 5c87329ecb0c [2020-12-22T00:46:08.718Z] Step 6/22 : COPY go.mod . [2020-12-22T00:46:09.323Z] ---> 384537722f0c [2020-12-22T00:46:09.323Z] Step 7/24 : RUN go mod download [2020-12-22T00:46:09.323Z] ---> Running in 906f21a1ae62 [2020-12-22T00:46:09.605Z] Removing intermediate container d08c571406c8 [2020-12-22T00:46:09.605Z] ---> 77d33a99b6d4 [2020-12-22T00:46:09.605Z] Step 6/21 : COPY go.mod . [2020-12-22T00:46:09.605Z] Removing intermediate container 2ef853794d78 [2020-12-22T00:46:09.605Z] ---> 018c0a0ed231 [2020-12-22T00:46:09.605Z] Step 6/21 : COPY go.mod . [2020-12-22T00:46:09.605Z] ---> 6fbc07b75992 [2020-12-22T00:46:09.605Z] Step 7/22 : RUN go mod download [2020-12-22T00:46:09.882Z] ---> Running in b4aee1adcaad [2020-12-22T00:46:10.489Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:46:10.489Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:46:10.489Z] OK: 12620 distinct packages available [2020-12-22T00:46:11.110Z] ---> a54b27b28151 [2020-12-22T00:46:11.110Z] Step 7/21 : RUN go mod download [2020-12-22T00:46:11.110Z] ---> 5bf7988a1815 [2020-12-22T00:46:11.110Z] Step 7/21 : RUN go mod download [2020-12-22T00:46:11.399Z] ---> Running in 11ebddb2ab36 [2020-12-22T00:46:11.399Z] ---> Running in 93fb32be592d [2020-12-22T00:46:11.399Z] OK: 217 MiB in 51 packages [2020-12-22T00:46:14.061Z] Removing intermediate container 2221fa4d0f66 [2020-12-22T00:46:14.061Z] ---> eedae21e5074 [2020-12-22T00:46:14.061Z] Step 6/22 : COPY go.mod . [2020-12-22T00:46:14.061Z] Removing intermediate container b4aee1adcaad [2020-12-22T00:46:14.061Z] ---> a1d8fd6e767e [2020-12-22T00:46:14.061Z] Step 8/22 : COPY . . [2020-12-22T00:46:14.675Z] Removing intermediate container 906f21a1ae62 [2020-12-22T00:46:14.675Z] ---> bc90a31b02a3 [2020-12-22T00:46:14.675Z] Step 8/24 : COPY . . [2020-12-22T00:46:14.953Z] ---> 3e9cf8a97b69 [2020-12-22T00:46:14.953Z] Step 7/22 : RUN go mod download [2020-12-22T00:46:15.229Z] ---> Running in 18c984c538eb [2020-12-22T00:46:17.241Z] Removing intermediate container 93fb32be592d [2020-12-22T00:46:17.241Z] ---> d05ee270dd69 [2020-12-22T00:46:17.241Z] Step 8/21 : COPY . . [2020-12-22T00:46:17.520Z] Removing intermediate container 11ebddb2ab36 [2020-12-22T00:46:17.520Z] ---> f956d6c4fc45 [2020-12-22T00:46:17.520Z] Step 8/21 : COPY . . [2020-12-22T00:46:22.958Z] Removing intermediate container 18c984c538eb [2020-12-22T00:46:22.958Z] ---> a7eb8825433e [2020-12-22T00:46:22.958Z] Step 8/22 : COPY . . [2020-12-22T00:46:45.202Z] ---> cc5f3710ffe5 [2020-12-22T00:46:45.202Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-22T00:46:45.202Z] ---> 2b03d9386288 [2020-12-22T00:46:45.202Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-22T00:46:45.202Z] ---> 652527305808 [2020-12-22T00:46:45.202Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-22T00:46:45.202Z] ---> d1f520d94c16 [2020-12-22T00:46:45.202Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-22T00:46:45.202Z] ---> 70a46e810c5a [2020-12-22T00:46:45.202Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-22T00:46:45.202Z] ---> Running in af0e6974ee75 [2020-12-22T00:46:45.202Z] ---> Running in 2daf27bf1282 [2020-12-22T00:46:45.202Z] ---> Running in c9cb9de7f187 [2020-12-22T00:46:45.202Z] ---> Running in ca6ea719f588 [2020-12-22T00:46:45.202Z] ---> Running in 443bdf0587e0 [2020-12-22T00:46:47.214Z] 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 [2020-12-22T00:46:47.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-22T00:46:47.496Z] 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 [2020-12-22T00:46:47.773Z] 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 [2020-12-22T00:46:47.773Z] 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 [2020-12-22T00:48:24.766Z] 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 [2020-12-22T00:48:24.766Z] 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 [2020-12-22T00:48:31.630Z] Removing intermediate container c9cb9de7f187 [2020-12-22T00:48:31.631Z] ---> 9ee3ca32664d [2020-12-22T00:48:31.631Z] [2020-12-22T00:48:31.631Z] Step 10/22 : FROM alpine:3.10 [2020-12-22T00:48:31.631Z] 3.10: Pulling from library/alpine [2020-12-22T00:48:31.631Z] Removing intermediate container af0e6974ee75 [2020-12-22T00:48:31.631Z] ---> 39bb52b172be [2020-12-22T00:48:31.631Z] [2020-12-22T00:48:31.631Z] Step 10/24 : FROM alpine:3.10 [2020-12-22T00:48:31.631Z] 3.10: Pulling from library/alpine [2020-12-22T00:48:32.615Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-22T00:48:32.615Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-22T00:48:32.615Z] Status: Downloaded newer image for alpine:3.10 [2020-12-22T00:48:32.615Z] Status: Image is up to date for alpine:3.10 [2020-12-22T00:48:32.615Z] ---> 536a684cf733 [2020-12-22T00:48:32.615Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-22T00:48:32.615Z] ---> 536a684cf733 [2020-12-22T00:48:32.615Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-22T00:48:34.047Z] ---> Running in eebc2502c12e [2020-12-22T00:48:34.322Z] ---> Running in 685c6483b4d9 [2020-12-22T00:48:34.598Z] Removing intermediate container ca6ea719f588 [2020-12-22T00:48:34.598Z] ---> cccc9b404b3d [2020-12-22T00:48:34.598Z] [2020-12-22T00:48:34.598Z] Step 10/21 : FROM alpine [2020-12-22T00:48:34.598Z] latest: Pulling from library/alpine [2020-12-22T00:48:34.598Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-22T00:48:34.598Z] Status: Downloaded newer image for alpine:latest [2020-12-22T00:48:34.598Z] ---> afeebe901d6b [2020-12-22T00:48:34.598Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-22T00:48:34.876Z] Removing intermediate container 443bdf0587e0 [2020-12-22T00:48:34.876Z] ---> bb2b86afa821 [2020-12-22T00:48:34.876Z] [2020-12-22T00:48:34.876Z] Step 10/21 : FROM scratch [2020-12-22T00:48:34.876Z] ---> [2020-12-22T00:48:34.876Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:48:34.876Z] Removing intermediate container 2daf27bf1282 [2020-12-22T00:48:34.876Z] ---> 0d18fcaea597 [2020-12-22T00:48:34.876Z] [2020-12-22T00:48:34.876Z] Step 10/22 : FROM scratch [2020-12-22T00:48:34.876Z] ---> [2020-12-22T00:48:34.876Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:48:35.152Z] ---> Running in 0a7aca56634d [2020-12-22T00:48:35.152Z] ---> Running in e9ca8e5f88d3 [2020-12-22T00:48:35.152Z] ---> Running in 75ce99a8a4e1 [2020-12-22T00:48:35.768Z] Removing intermediate container 75ce99a8a4e1 [2020-12-22T00:48:35.769Z] ---> 2aefee5de623 [2020-12-22T00:48:35.769Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-22T00:48:35.769Z] Removing intermediate container e9ca8e5f88d3 [2020-12-22T00:48:35.769Z] ---> 667b602c034d [2020-12-22T00:48:35.769Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-22T00:48:36.047Z] ---> Running in e93e021a669b [2020-12-22T00:48:36.047Z] ---> Running in 8acd1177101d [2020-12-22T00:48:36.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:36.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:36.590Z] Removing intermediate container e93e021a669b [2020-12-22T00:48:36.590Z] ---> 72e4638196bd [2020-12-22T00:48:36.590Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-22T00:48:36.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:36.865Z] Removing intermediate container 8acd1177101d [2020-12-22T00:48:36.865Z] ---> 32ab18466aad [2020-12-22T00:48:36.865Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-22T00:48:36.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:36.865Z] ---> Running in 8ca59eea9669 [2020-12-22T00:48:36.865Z] ---> Running in 7894bf01731e [2020-12-22T00:48:36.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:37.142Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-22T00:48:37.142Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-22T00:48:37.142Z] OK: 10171 distinct packages available [2020-12-22T00:48:37.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:48:37.417Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-22T00:48:37.417Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-22T00:48:37.417Z] OK: 10171 distinct packages available [2020-12-22T00:48:37.690Z] Removing intermediate container 8ca59eea9669 [2020-12-22T00:48:37.690Z] ---> 8fd729c7c2a0 [2020-12-22T00:48:37.690Z] Step 14/22 : WORKDIR / [2020-12-22T00:48:37.690Z] Removing intermediate container 7894bf01731e [2020-12-22T00:48:37.690Z] ---> c8e0469f0ccf [2020-12-22T00:48:37.690Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-22T00:48:37.690Z] ---> Running in 3a054b419a53 [2020-12-22T00:48:37.962Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-22T00:48:37.962Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-22T00:48:37.962Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:48:37.962Z] v3.12.3-17-g42fdcdb4bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:48:37.962Z] OK: 12615 distinct packages available [2020-12-22T00:48:37.962Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-22T00:48:37.962Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-22T00:48:37.962Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-22T00:48:37.962Z] (4/5) Installing curl (7.66.0-r3) [2020-12-22T00:48:37.962Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-22T00:48:38.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-22T00:48:38.236Z] Executing busybox-1.30.1-r3.trigger [2020-12-22T00:48:38.236Z] (4/5) Installing curl (7.66.0-r3) [2020-12-22T00:48:38.236Z] Executing ca-certificates-20191127-r2.trigger [2020-12-22T00:48:38.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-22T00:48:38.236Z] Executing busybox-1.30.1-r3.trigger [2020-12-22T00:48:38.236Z] Executing ca-certificates-20191127-r2.trigger [2020-12-22T00:48:38.509Z] OK: 7 MiB in 19 packages [2020-12-22T00:48:38.509Z] OK: 7 MiB in 19 packages [2020-12-22T00:48:38.786Z] Removing intermediate container 3a054b419a53 [2020-12-22T00:48:38.786Z] ---> 0533a071c0c4 [2020-12-22T00:48:38.786Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-22T00:48:39.066Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-22T00:48:39.066Z] ---> 473d30164b49 [2020-12-22T00:48:39.066Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-22T00:48:39.066Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-22T00:48:39.066Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-22T00:48:39.066Z] (4/4) Installing curl (7.69.1-r3) [2020-12-22T00:48:39.066Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:48:39.066Z] Executing ca-certificates-20191127-r4.trigger [2020-12-22T00:48:39.356Z] OK: 7 MiB in 18 packages [2020-12-22T00:48:40.345Z] ---> 20aaef85931e [2020-12-22T00:48:40.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-22T00:48:40.946Z] ---> 1ce07f70c22a [2020-12-22T00:48:40.946Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-22T00:48:41.223Z] Removing intermediate container eebc2502c12e [2020-12-22T00:48:41.223Z] ---> d218de1dda91 [2020-12-22T00:48:41.223Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-22T00:48:41.515Z] Removing intermediate container 685c6483b4d9 [2020-12-22T00:48:41.515Z] ---> 12f43a3cfbf7 [2020-12-22T00:48:41.515Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-22T00:48:41.795Z] ---> Running in 5069ac1a8f10 [2020-12-22T00:48:41.795Z] ---> Running in 36160a75f727 [2020-12-22T00:48:42.075Z] ---> 76b28f710de5 [2020-12-22T00:48:42.075Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-22T00:48:42.075Z] ---> 0dce79bf4359 [2020-12-22T00:48:42.075Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-22T00:48:42.075Z] Removing intermediate container 0a7aca56634d [2020-12-22T00:48:42.349Z] ---> e9f814a12960 [2020-12-22T00:48:42.349Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-22T00:48:42.349Z] ---> Running in 92daec140956 [2020-12-22T00:48:42.349Z] ---> Running in 950831eccfef [2020-12-22T00:48:42.629Z] Removing intermediate container 5069ac1a8f10 [2020-12-22T00:48:42.629Z] ---> 673c3e120f3b [2020-12-22T00:48:42.629Z] Step 13/24 : WORKDIR / [2020-12-22T00:48:42.629Z] Removing intermediate container 36160a75f727 [2020-12-22T00:48:42.629Z] ---> 2a9d397f0901 [2020-12-22T00:48:42.629Z] Step 13/22 : WORKDIR / [2020-12-22T00:48:42.903Z] ---> Running in c8a9a0089360 [2020-12-22T00:48:42.903Z] ---> Running in dc9ddda49455 [2020-12-22T00:48:43.174Z] ---> 3d55eaf1089a [2020-12-22T00:48:43.175Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-22T00:48:43.175Z] Removing intermediate container 92daec140956 [2020-12-22T00:48:43.175Z] ---> 953309b7afd9 [2020-12-22T00:48:43.175Z] Removing intermediate container 950831eccfef [2020-12-22T00:48:43.175Z] ---> 25aa4430c63e [2020-12-22T00:48:43.175Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:48:43.175Z] Step 13/21 : WORKDIR /edgex [2020-12-22T00:48:43.446Z] ---> Running in b958f10dfb33 [2020-12-22T00:48:43.446Z] ---> Running in 70507ae16bcb [2020-12-22T00:48:43.446Z] ---> Running in 9b0ec3809a8e [2020-12-22T00:48:43.447Z] Removing intermediate container c8a9a0089360 [2020-12-22T00:48:43.447Z] ---> d68a3e433cd0 [2020-12-22T00:48:43.447Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-22T00:48:43.447Z] Removing intermediate container dc9ddda49455 [2020-12-22T00:48:43.447Z] ---> db1c7e00770e [2020-12-22T00:48:43.447Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-22T00:48:44.048Z] Removing intermediate container b958f10dfb33 [2020-12-22T00:48:44.048Z] ---> b97611dae29e [2020-12-22T00:48:44.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:48:44.048Z] Removing intermediate container 70507ae16bcb [2020-12-22T00:48:44.048Z] ---> b7415fb109ad [2020-12-22T00:48:44.048Z] Step 19/21 : LABEL arch=arm64 [2020-12-22T00:48:44.320Z] ---> Running in 26aeb025d5f1 [2020-12-22T00:48:44.320Z] Removing intermediate container 9b0ec3809a8e [2020-12-22T00:48:44.320Z] ---> cc1a4f19c349 [2020-12-22T00:48:44.320Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-22T00:48:44.320Z] ---> Running in 2f82004e08d2 [2020-12-22T00:48:44.593Z] ---> 65becf9bc0a7 [2020-12-22T00:48:44.593Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-22T00:48:44.593Z] ---> d3521caf1e72 [2020-12-22T00:48:44.593Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-22T00:48:44.873Z] Removing intermediate container 26aeb025d5f1 [2020-12-22T00:48:44.873Z] ---> 35fd39a8a2b5 [2020-12-22T00:48:44.873Z] Step 20/22 : LABEL arch=arm64 [2020-12-22T00:48:45.147Z] Removing intermediate container 2f82004e08d2 [2020-12-22T00:48:45.147Z] ---> b08220cd030f [2020-12-22T00:48:45.147Z] Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:48:45.147Z] ---> Running in ce8e7785ae45 [2020-12-22T00:48:45.433Z] ---> Running in 9516819075d0 [2020-12-22T00:48:45.433Z] ---> e56765a4ff0f [2020-12-22T00:48:45.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-22T00:48:45.433Z] ---> 136905192849 [2020-12-22T00:48:45.433Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-22T00:48:45.715Z] Removing intermediate container ce8e7785ae45 [2020-12-22T00:48:45.715Z] ---> 8fdcd217c7d7 [2020-12-22T00:48:45.715Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:48:46.320Z] Removing intermediate container 9516819075d0 [2020-12-22T00:48:46.320Z] ---> 662e4fdf7d3c [2020-12-22T00:48:46.320Z] Step 21/21 : LABEL version=0.0.0 [2020-12-22T00:48:46.320Z] ---> Running in e1c6903015b6 [2020-12-22T00:48:46.320Z] ---> d0a26406ef26 [2020-12-22T00:48:46.320Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-22T00:48:46.320Z] ---> Running in 69648eff4376 [2020-12-22T00:48:46.595Z] ---> 7ee6d40d85c5 [2020-12-22T00:48:46.595Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-22T00:48:46.595Z] ---> 3c597a74098b [2020-12-22T00:48:46.595Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-22T00:48:46.876Z] Removing intermediate container e1c6903015b6 [2020-12-22T00:48:46.876Z] ---> 836029dc8ffe [2020-12-22T00:48:46.876Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:48:47.152Z] ---> Running in 2cc3189fa7b1 [2020-12-22T00:48:47.152Z] Removing intermediate container 69648eff4376 [2020-12-22T00:48:47.152Z] ---> 4b7a3ea01078 [2020-12-22T00:48:47.152Z] [2020-12-22T00:48:47.431Z] ---> e618770bd902 [2020-12-22T00:48:47.431Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-22T00:48:47.736Z] Successfully built 4b7a3ea01078 [2020-12-22T00:48:47.736Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-22T00:48:47.736Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-22T00:48:47.736Z] Removing intermediate container 2cc3189fa7b1 [2020-12-22T00:48:47.736Z] ---> 5b4557aa5c84 [2020-12-22T00:48:47.736Z] [2020-12-22T00:48:48.333Z] Successfully built 5b4557aa5c84 [2020-12-22T00:48:48.333Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-22T00:48:48.333Z] Building docker-core-data-go [2020-12-22T00:48:48.333Z]  Building docker-core-command-go ... done  ---> b48a0b23a52a [2020-12-22T00:48:48.333Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-22T00:48:48.333Z] ---> 8196705b932c [2020-12-22T00:48:48.333Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-22T00:48:48.606Z] ---> Running in 94a79874080d [2020-12-22T00:48:48.606Z] ---> 17dde3a3d996 [2020-12-22T00:48:48.606Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-22T00:48:48.877Z] ---> Running in ecbb6602251e [2020-12-22T00:48:49.468Z] Removing intermediate container 94a79874080d [2020-12-22T00:48:49.468Z] ---> aea0da7445b0 [2020-12-22T00:48:49.468Z] Step 18/21 : CMD ["--init=true"] [2020-12-22T00:48:49.739Z] ---> Running in 2ed29ca7eeea [2020-12-22T00:48:50.012Z] ---> 74c8e5ae6f42 [2020-12-22T00:48:50.012Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-22T00:48:50.296Z] Removing intermediate container 2ed29ca7eeea [2020-12-22T00:48:50.296Z] ---> ff3b6de03015 [2020-12-22T00:48:50.296Z] Step 19/21 : LABEL arch=arm64 [2020-12-22T00:48:50.891Z] ---> Running in 7c6f9cd01f15 [2020-12-22T00:48:53.503Z] ---> ac45fc90c784 [2020-12-22T00:48:53.503Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-22T00:48:53.777Z] Removing intermediate container 7c6f9cd01f15 [2020-12-22T00:48:53.777Z] ---> 5b7ffd2f9147 [2020-12-22T00:48:53.777Z] Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:48:53.777Z] ---> Running in 51f9222b37e5 [2020-12-22T00:48:54.051Z] ---> Running in 8ffdeaa42ab9 [2020-12-22T00:48:54.669Z] Removing intermediate container ecbb6602251e [2020-12-22T00:48:54.669Z] ---> b1e4385d1778 [2020-12-22T00:48:54.669Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-22T00:48:55.267Z] Removing intermediate container 8ffdeaa42ab9 [2020-12-22T00:48:55.267Z] ---> a0d1ed7e0073 [2020-12-22T00:48:55.267Z] Step 21/21 : LABEL version=0.0.0 [2020-12-22T00:48:55.544Z] ---> Running in bb36bb47fdfb [2020-12-22T00:48:56.145Z] ---> Running in 58ff336cca3e [2020-12-22T00:48:56.754Z] Removing intermediate container bb36bb47fdfb [2020-12-22T00:48:56.754Z] ---> 43ff424d7edd [2020-12-22T00:48:56.754Z] Step 20/22 : LABEL arch=arm64 [2020-12-22T00:48:57.032Z] Removing intermediate container 58ff336cca3e [2020-12-22T00:48:57.032Z] ---> ca3ea4b0b503 [2020-12-22T00:48:57.032Z] [2020-12-22T00:48:57.032Z] ---> Running in f14d84861c03 [2020-12-22T00:48:57.628Z] Successfully built ca3ea4b0b503 [2020-12-22T00:48:57.628Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-22T00:48:57.628Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-22T00:48:57.628Z] Removing intermediate container 51f9222b37e5 [2020-12-22T00:48:57.628Z] ---> 9a3b14ff41a4 [2020-12-22T00:48:57.628Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-22T00:48:57.899Z] Removing intermediate container f14d84861c03 [2020-12-22T00:48:57.899Z] ---> 5e2c81647278 [2020-12-22T00:48:57.899Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:48:57.899Z] ---> Running in 04c12435e862 [2020-12-22T00:48:58.176Z] ---> Running in 69cfa99a5ee9 [2020-12-22T00:48:58.447Z] Removing intermediate container 04c12435e862 [2020-12-22T00:48:58.447Z] ---> 18bc499e64b7 [2020-12-22T00:48:58.447Z] Step 22/24 : LABEL arch=arm64 [2020-12-22T00:48:58.447Z] Removing intermediate container 69cfa99a5ee9 [2020-12-22T00:48:58.447Z] ---> 79cbc9bb1b28 [2020-12-22T00:48:58.447Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:48:58.719Z] ---> Running in 609424f570cb [2020-12-22T00:48:58.719Z] ---> Running in f2d4f32fd0d0 [2020-12-22T00:48:59.317Z] Removing intermediate container 609424f570cb [2020-12-22T00:48:59.317Z] ---> ece067bdf895 [2020-12-22T00:48:59.317Z] Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:48:59.317Z] Removing intermediate container f2d4f32fd0d0 [2020-12-22T00:48:59.317Z] ---> 3cf9f2a800f9 [2020-12-22T00:48:59.317Z] [2020-12-22T00:48:59.317Z] ---> Running in 105cc60ce014 [2020-12-22T00:48:59.912Z] Successfully built 3cf9f2a800f9 [2020-12-22T00:48:59.912Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-22T00:48:59.912Z] Building docker-core-metadata-go [2020-12-22T00:48:59.912Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 105cc60ce014 [2020-12-22T00:48:59.912Z] ---> 2aa138a0a4bd [2020-12-22T00:48:59.912Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T00:49:00.183Z] ---> Running in fc04a6063d4f [2020-12-22T00:49:00.456Z] Removing intermediate container fc04a6063d4f [2020-12-22T00:49:00.728Z] ---> e1f953152a2c [2020-12-22T00:49:00.728Z] [2020-12-22T00:49:01.003Z] Successfully built e1f953152a2c [2020-12-22T00:49:01.003Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-22T00:49:39.978Z]  Building docker-security-secretstore-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:49:39.978Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:49:39.978Z] ---> b6d1449c6807 [2020-12-22T00:49:39.978Z] Step 3/24 : WORKDIR /edgex-go [2020-12-22T00:49:39.978Z] ---> Using cache [2020-12-22T00:49:39.978Z] ---> c88180168d5a [2020-12-22T00:49:39.978Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:49:39.978Z] ---> Using cache [2020-12-22T00:49:39.978Z] ---> 424f32ed4320 [2020-12-22T00:49:39.978Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-22T00:49:39.978Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:49:39.978Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:49:39.978Z] ---> b6d1449c6807 [2020-12-22T00:49:39.978Z] Step 3/23 : WORKDIR /edgex-go [2020-12-22T00:49:39.978Z] ---> Using cache [2020-12-22T00:49:39.978Z] ---> c88180168d5a [2020-12-22T00:49:39.978Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:49:39.978Z] ---> Using cache [2020-12-22T00:49:39.978Z] ---> 424f32ed4320 [2020-12-22T00:49:39.978Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-22T00:49:40.957Z] ---> Running in 66017eab52b3 [2020-12-22T00:49:40.957Z] ---> Running in 55027deaa8cf [2020-12-22T00:49:41.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:49:41.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:49:41.583Z] ---> b6d1449c6807 [2020-12-22T00:49:41.583Z] Step 3/22 : WORKDIR /edgex-go [2020-12-22T00:49:41.583Z] ---> Using cache [2020-12-22T00:49:41.583Z] ---> c88180168d5a [2020-12-22T00:49:41.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:49:41.583Z] ---> Using cache [2020-12-22T00:49:41.583Z] ---> 424f32ed4320 [2020-12-22T00:49:41.583Z] Step 5/22 : RUN apk update && apk add make git [2020-12-22T00:49:41.583Z] ---> Using cache [2020-12-22T00:49:41.583Z] ---> 5c87329ecb0c [2020-12-22T00:49:41.583Z] Step 6/22 : COPY go.mod . [2020-12-22T00:49:41.583Z] ---> Using cache [2020-12-22T00:49:41.583Z] ---> 6fbc07b75992 [2020-12-22T00:49:41.583Z] Step 7/22 : RUN go mod download [2020-12-22T00:49:41.583Z] ---> Using cache [2020-12-22T00:49:41.583Z] ---> a1d8fd6e767e [2020-12-22T00:49:41.583Z] Step 8/22 : COPY . . [2020-12-22T00:49:41.862Z] ---> Using cache [2020-12-22T00:49:41.862Z] ---> 2b03d9386288 [2020-12-22T00:49:41.862Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-22T00:49:42.132Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-22T00:49:42.132Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-22T00:49:42.132Z] ---> b6d1449c6807 [2020-12-22T00:49:42.132Z] Step 3/27 : WORKDIR /edgex-go [2020-12-22T00:49:42.132Z] ---> Using cache [2020-12-22T00:49:42.132Z] ---> c88180168d5a [2020-12-22T00:49:42.132Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:49:42.132Z] ---> Using cache [2020-12-22T00:49:42.132Z] ---> 424f32ed4320 [2020-12-22T00:49:42.132Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-22T00:49:42.406Z] ---> Running in 00a4cb9b7807 [2020-12-22T00:49:42.406Z] ---> Running in c4b16ff99759 [2020-12-22T00:49:42.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:42.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:43.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:43.661Z] 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 [2020-12-22T00:49:43.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:43.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:44.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:49:45.189Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:49:45.189Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:49:45.189Z] OK: 12620 distinct packages available [2020-12-22T00:49:45.463Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:49:45.463Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:49:45.463Z] OK: 12620 distinct packages available [2020-12-22T00:49:45.738Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-22T00:49:45.739Z] v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-22T00:49:45.739Z] OK: 12620 distinct packages available [2020-12-22T00:49:46.014Z] OK: 217 MiB in 51 packages [2020-12-22T00:49:46.308Z] OK: 217 MiB in 51 packages [2020-12-22T00:49:46.582Z] OK: 217 MiB in 51 packages [2020-12-22T00:49:48.576Z] Removing intermediate container 66017eab52b3 [2020-12-22T00:49:48.576Z] ---> d94d8b7fd703 [2020-12-22T00:49:48.576Z] Step 6/24 : COPY go.mod . [2020-12-22T00:49:48.576Z] Removing intermediate container 55027deaa8cf [2020-12-22T00:49:48.576Z] ---> 440b949b75e7 [2020-12-22T00:49:48.576Z] Step 6/23 : COPY go.mod . [2020-12-22T00:49:48.848Z] Removing intermediate container 00a4cb9b7807 [2020-12-22T00:49:48.848Z] ---> f3d734f3c4e7 [2020-12-22T00:49:48.848Z] Step 6/27 : COPY go.mod . [2020-12-22T00:49:49.456Z] ---> 5ae6708d5416 [2020-12-22T00:49:49.456Z] Step 7/24 : RUN go mod download [2020-12-22T00:49:49.750Z] ---> Running in 7dea0315835f [2020-12-22T00:49:50.022Z] ---> 17f9cf208681 [2020-12-22T00:49:50.022Z] Step 7/23 : RUN go mod download [2020-12-22T00:49:50.301Z] ---> Running in a82d64978cae [2020-12-22T00:49:50.579Z] ---> 9128d711e359 [2020-12-22T00:49:50.579Z] Step 7/27 : RUN go mod download [2020-12-22T00:49:50.579Z] ---> Running in 258bde332a06 [2020-12-22T00:49:56.011Z] Removing intermediate container 7dea0315835f [2020-12-22T00:49:56.011Z] ---> 5a93f091bfc3 [2020-12-22T00:49:56.011Z] Step 8/24 : COPY . . [2020-12-22T00:49:56.011Z] Removing intermediate container a82d64978cae [2020-12-22T00:49:56.011Z] ---> 17c9e03ff6ed [2020-12-22T00:49:56.011Z] Step 8/23 : COPY . . [2020-12-22T00:49:56.011Z] Removing intermediate container 258bde332a06 [2020-12-22T00:49:56.011Z] ---> d1d8fc6725a8 [2020-12-22T00:49:56.011Z] Step 8/27 : COPY . . [2020-12-22T00:50:35.043Z] ---> a130f14a7e06 [2020-12-22T00:50:35.043Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-22T00:50:35.043Z] ---> 61ea0e1d3516 [2020-12-22T00:50:35.043Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-22T00:50:35.043Z] ---> 5d8f86b846fa [2020-12-22T00:50:35.043Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-22T00:50:35.043Z] ---> Running in a399e8a78196 [2020-12-22T00:50:35.043Z] ---> Running in ca9115db60b5 [2020-12-22T00:50:35.043Z] ---> Running in e9369decc3b5 [2020-12-22T00:50:35.043Z] 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 [2020-12-22T00:50:35.043Z] 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 [2020-12-22T00:50:35.043Z] 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 [2020-12-22T00:50:35.642Z] Removing intermediate container c4b16ff99759 [2020-12-22T00:50:35.642Z] ---> 96ad105cf2b8 [2020-12-22T00:50:35.642Z] [2020-12-22T00:50:35.642Z] Step 10/22 : FROM scratch [2020-12-22T00:50:35.642Z] ---> [2020-12-22T00:50:35.642Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:50:35.922Z] ---> Using cache [2020-12-22T00:50:35.922Z] ---> 2aefee5de623 [2020-12-22T00:50:35.922Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-22T00:50:35.922Z] ---> Running in 56310549c60f [2020-12-22T00:50:36.533Z] Removing intermediate container 56310549c60f [2020-12-22T00:50:36.533Z] ---> 00bdc2ba5845 [2020-12-22T00:50:36.533Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-22T00:50:36.812Z] ---> Running in 702458620cc5 [2020-12-22T00:50:37.418Z] Removing intermediate container 702458620cc5 [2020-12-22T00:50:37.418Z] ---> 5a02b874f9ce [2020-12-22T00:50:37.418Z] Step 14/22 : WORKDIR / [2020-12-22T00:50:37.698Z] ---> Running in ef1ac64feef0 [2020-12-22T00:50:38.713Z] Removing intermediate container ef1ac64feef0 [2020-12-22T00:50:38.713Z] ---> a92ed37c11c8 [2020-12-22T00:50:38.713Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-22T00:50:39.736Z] ---> 84883945e22a [2020-12-22T00:50:39.736Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-22T00:50:42.389Z] ---> c0f67c6be50f [2020-12-22T00:50:42.389Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-22T00:50:42.996Z] ---> d37378ff1748 [2020-12-22T00:50:42.996Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-22T00:50:43.278Z] ---> Running in bbfdcc334425 [2020-12-22T00:50:44.277Z] Removing intermediate container bbfdcc334425 [2020-12-22T00:50:44.277Z] ---> a0ad10b8ccfa [2020-12-22T00:50:44.277Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:50:44.277Z] ---> Running in 983804fed498 [2020-12-22T00:50:45.272Z] Removing intermediate container 983804fed498 [2020-12-22T00:50:45.272Z] ---> 14fff984ddaa [2020-12-22T00:50:45.272Z] Step 20/22 : LABEL arch=arm64 [2020-12-22T00:50:45.272Z] ---> Running in 219df3516256 [2020-12-22T00:50:45.882Z] Removing intermediate container 219df3516256 [2020-12-22T00:50:45.882Z] ---> ae5582b9da5c [2020-12-22T00:50:45.882Z] Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:50:46.163Z] ---> Running in e73bc560d7ab [2020-12-22T00:50:46.771Z] Removing intermediate container e73bc560d7ab [2020-12-22T00:50:46.771Z] ---> 06576aaf9e41 [2020-12-22T00:50:46.771Z] Step 22/22 : LABEL version=0.0.0 [2020-12-22T00:50:47.050Z] ---> Running in b39c43095ffa [2020-12-22T00:50:47.658Z] Removing intermediate container b39c43095ffa [2020-12-22T00:50:47.658Z] ---> 35ae402255d7 [2020-12-22T00:50:47.658Z] [2020-12-22T00:50:48.265Z] Successfully built 35ae402255d7 [2020-12-22T00:50:48.543Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-22T00:51:56.658Z]  Building docker-core-metadata-go ... done Removing intermediate container a399e8a78196 [2020-12-22T00:51:56.658Z] ---> c7cad7c6796d [2020-12-22T00:51:56.658Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-22T00:51:56.658Z] Removing intermediate container e9369decc3b5 [2020-12-22T00:51:56.658Z] ---> f8c4c27f7347 [2020-12-22T00:51:56.658Z] [2020-12-22T00:51:56.658Z] Step 10/24 : FROM scratch [2020-12-22T00:51:56.658Z] ---> [2020-12-22T00:51:56.658Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-22T00:51:56.658Z] ---> Running in 01b4fb58f167 [2020-12-22T00:51:56.658Z] ---> Running in f112c5aa0192 [2020-12-22T00:51:56.658Z] Removing intermediate container f112c5aa0192 [2020-12-22T00:51:56.658Z] ---> 0de2fdf4a5f7 [2020-12-22T00:51:56.658Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-22T00:51:56.658Z] ---> Running in 78f2924de82e [2020-12-22T00:51:56.658Z] Removing intermediate container 78f2924de82e [2020-12-22T00:51:56.658Z] ---> 0392d6690f84 [2020-12-22T00:51:56.658Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-22T00:51:56.658Z] 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 [2020-12-22T00:51:56.658Z] ---> Running in 5efa12827f43 [2020-12-22T00:51:56.658Z] Removing intermediate container 5efa12827f43 [2020-12-22T00:51:56.658Z] ---> 032e5bee328b [2020-12-22T00:51:56.658Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-22T00:51:56.658Z] ---> 48aaf98afe5c [2020-12-22T00:51:56.658Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-22T00:51:56.658Z] ---> cfa3e0d032e4 [2020-12-22T00:51:56.658Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-22T00:51:56.658Z] Removing intermediate container 01b4fb58f167 [2020-12-22T00:51:56.658Z] ---> 401c4d43bd2d [2020-12-22T00:51:56.658Z] [2020-12-22T00:51:56.658Z] Step 11/27 : FROM docker:latest [2020-12-22T00:51:56.658Z] ---> f66387bf908a [2020-12-22T00:51:56.658Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-22T00:51:56.658Z] ---> Running in 9c3110f90561 [2020-12-22T00:51:56.658Z] ---> d417c24c5c62 [2020-12-22T00:51:56.658Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-22T00:51:56.658Z] ---> 3183517cfae4 [2020-12-22T00:51:56.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-22T00:51:56.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:51:56.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:51:56.658Z] (1/2) Installing readline (8.0.4-r0) [2020-12-22T00:51:56.658Z] (2/2) Installing bash (5.0.17-r0) [2020-12-22T00:51:56.658Z] Executing bash-5.0.17-r0.post-install [2020-12-22T00:51:56.658Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:51:56.658Z] OK: 12 MiB in 22 packages [2020-12-22T00:51:56.658Z] ---> a17bf36ee241 [2020-12-22T00:51:56.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-22T00:51:57.698Z] ---> 320373ed9d9e [2020-12-22T00:51:57.698Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-22T00:51:57.971Z] ---> Running in af804969e1bb [2020-12-22T00:51:57.971Z] Removing intermediate container 9c3110f90561 [2020-12-22T00:51:57.971Z] ---> 212ed332d83d [2020-12-22T00:51:57.971Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-22T00:51:58.248Z] ---> Running in f7ad8602f5a8 [2020-12-22T00:51:58.520Z] Removing intermediate container af804969e1bb [2020-12-22T00:51:58.520Z] ---> 956732a787dd [2020-12-22T00:51:58.520Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:51:58.794Z] ---> Running in 8d78e4f1255e [2020-12-22T00:51:59.393Z] Removing intermediate container 8d78e4f1255e [2020-12-22T00:51:59.393Z] ---> a6413c822b74 [2020-12-22T00:51:59.393Z] Step 22/24 : LABEL arch=arm64 [2020-12-22T00:51:59.669Z] ---> Running in 1480af7e987f [2020-12-22T00:52:00.649Z] Removing intermediate container 1480af7e987f [2020-12-22T00:52:00.649Z] ---> b2c163ddbb37 [2020-12-22T00:52:00.649Z] Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:52:01.248Z] ---> Running in 18925bd57c85 [2020-12-22T00:52:01.248Z] Removing intermediate container f7ad8602f5a8 [2020-12-22T00:52:01.248Z] ---> 54f5ee5d656b [2020-12-22T00:52:01.248Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-22T00:52:01.529Z] Removing intermediate container ca9115db60b5 [2020-12-22T00:52:01.529Z] ---> 6cef57847b47 [2020-12-22T00:52:01.529Z] [2020-12-22T00:52:01.529Z] Step 10/23 : FROM alpine [2020-12-22T00:52:01.529Z] ---> afeebe901d6b [2020-12-22T00:52:01.529Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-22T00:52:01.802Z] ---> Running in ddb32b4000fe [2020-12-22T00:52:01.802Z] ---> Running in ccbfc23bddaa [2020-12-22T00:52:01.802Z] Removing intermediate container 18925bd57c85 [2020-12-22T00:52:01.802Z] ---> ba4a828829ca [2020-12-22T00:52:01.802Z] Step 24/24 : LABEL version=0.0.0 [2020-12-22T00:52:02.083Z] ---> Running in f2dace87b60e [2020-12-22T00:52:02.360Z] Removing intermediate container ddb32b4000fe [2020-12-22T00:52:02.360Z] ---> 0ff696ef56e3 [2020-12-22T00:52:02.360Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-22T00:52:02.360Z] Removing intermediate container ccbfc23bddaa [2020-12-22T00:52:02.360Z] ---> d882aeca879f [2020-12-22T00:52:02.360Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-22T00:52:02.360Z] ---> Running in f1d20afa56af [2020-12-22T00:52:02.631Z] ---> Running in 12961aa90385 [2020-12-22T00:52:02.631Z] Removing intermediate container f2dace87b60e [2020-12-22T00:52:02.631Z] ---> 3ced8def094b [2020-12-22T00:52:02.631Z] [2020-12-22T00:52:03.225Z] Removing intermediate container f1d20afa56af [2020-12-22T00:52:03.226Z] ---> f973854ff18b [2020-12-22T00:52:03.226Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-22T00:52:03.226Z] Successfully built 3ced8def094b [2020-12-22T00:52:03.226Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-22T00:52:03.508Z]  Building docker-support-notifications-go ... done  ---> Running in 9025abce29f7 [2020-12-22T00:52:03.508Z] Removing intermediate container 12961aa90385 [2020-12-22T00:52:03.508Z] ---> c12d8e1b437c [2020-12-22T00:52:03.508Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-22T00:52:03.508Z] ---> Running in 85f9110ccbf5 [2020-12-22T00:52:03.787Z] Removing intermediate container 9025abce29f7 [2020-12-22T00:52:03.787Z] ---> 828a43616791 [2020-12-22T00:52:03.787Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-22T00:52:04.057Z] Removing intermediate container 85f9110ccbf5 [2020-12-22T00:52:04.057Z] ---> 6629dfc6a219 [2020-12-22T00:52:04.057Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T00:52:04.331Z] ---> Running in 5788bd473cdb [2020-12-22T00:52:05.309Z] ---> dab1813ec098 [2020-12-22T00:52:05.309Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-22T00:52:05.910Z] ---> 9cabd5301beb [2020-12-22T00:52:05.910Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-22T00:52:06.888Z] Removing intermediate container 5788bd473cdb [2020-12-22T00:52:06.889Z] ---> 2980ae5dec83 [2020-12-22T00:52:06.889Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-22T00:52:06.889Z] ---> Running in 454cf4fb8886 [2020-12-22T00:52:07.171Z] ---> daa0748ee8bf [2020-12-22T00:52:07.171Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-22T00:52:07.171Z] ---> Running in fa3ff8e9dabd [2020-12-22T00:52:08.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:08.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:08.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:09.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:09.318Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-22T00:52:09.318Z] (2/33) Installing expat (2.2.9-r1) [2020-12-22T00:52:09.318Z] (3/33) Installing libffi (3.3-r2) [2020-12-22T00:52:09.318Z] (4/33) Installing gdbm (1.13-r1) [2020-12-22T00:52:09.318Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-22T00:52:09.318Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-22T00:52:09.318Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-22T00:52:09.611Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-22T00:52:09.611Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-22T00:52:09.890Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-22T00:52:10.187Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-22T00:52:10.187Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-22T00:52:10.187Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:52:10.187Z] OK: 8 MiB in 19 packages [2020-12-22T00:52:11.226Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-22T00:52:11.226Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-22T00:52:11.226Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-22T00:52:11.226Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-22T00:52:11.226Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-22T00:52:11.226Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-22T00:52:11.506Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-22T00:52:11.506Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-22T00:52:11.506Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-22T00:52:11.506Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-22T00:52:11.506Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-22T00:52:11.506Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-22T00:52:11.795Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-22T00:52:11.795Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-22T00:52:11.795Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-22T00:52:11.795Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-22T00:52:11.795Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-22T00:52:11.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-22T00:52:11.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-22T00:52:11.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-22T00:52:11.795Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-22T00:52:11.795Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-22T00:52:11.795Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-22T00:52:12.099Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-22T00:52:12.099Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-22T00:52:12.099Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-22T00:52:12.099Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:52:12.099Z] OK: 71 MiB in 55 packages [2020-12-22T00:52:12.714Z] Removing intermediate container 454cf4fb8886 [2020-12-22T00:52:12.714Z] ---> c6c5e5df9ae3 [2020-12-22T00:52:12.714Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-22T00:52:13.698Z] ---> b656f3ed0bf0 [2020-12-22T00:52:13.698Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-22T00:52:15.138Z] ---> baf5b30731c4 [2020-12-22T00:52:15.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-22T00:52:16.134Z] ---> e508948149ad [2020-12-22T00:52:16.134Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-22T00:52:16.408Z] ---> Running in 068e11a56344 [2020-12-22T00:52:17.002Z] Removing intermediate container 068e11a56344 [2020-12-22T00:52:17.002Z] ---> af4092a774d5 [2020-12-22T00:52:17.002Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:52:17.272Z] ---> Running in 00aee2886a92 [2020-12-22T00:52:17.861Z] Removing intermediate container 00aee2886a92 [2020-12-22T00:52:17.861Z] ---> 189f51c79714 [2020-12-22T00:52:17.861Z] Step 21/23 : LABEL arch=arm64 [2020-12-22T00:52:18.132Z] ---> Running in 28b1a0b22fd5 [2020-12-22T00:52:18.132Z] Removing intermediate container fa3ff8e9dabd [2020-12-22T00:52:18.132Z] ---> bb145fa63900 [2020-12-22T00:52:18.132Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-22T00:52:18.404Z] ---> Running in 8c0479177f21 [2020-12-22T00:52:18.675Z] Removing intermediate container 28b1a0b22fd5 [2020-12-22T00:52:18.675Z] ---> 565fe985d640 [2020-12-22T00:52:18.675Z] Step 22/23 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:52:18.675Z] ---> Running in fa7f7ae7f414 [2020-12-22T00:52:19.273Z] Removing intermediate container fa7f7ae7f414 [2020-12-22T00:52:19.273Z] ---> 22150675a836 [2020-12-22T00:52:19.273Z] Step 23/23 : LABEL version=0.0.0 [2020-12-22T00:52:19.273Z] ---> Running in 692d33b8f862 [2020-12-22T00:52:19.868Z] Removing intermediate container 692d33b8f862 [2020-12-22T00:52:19.868Z] ---> 3e7674abd084 [2020-12-22T00:52:19.868Z] [2020-12-22T00:52:20.139Z] Successfully built 3e7674abd084 [2020-12-22T00:52:20.139Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-22T00:52:23.504Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-12-22T00:52:23.504Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-22T00:52:23.776Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-22T00:52:23.776Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-22T00:52:27.166Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-22T00:52:27.166Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-22T00:52:27.756Z] Collecting cached-property<2,>=1.2.0 [2020-12-22T00:52:27.756Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-22T00:52:28.027Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-22T00:52:28.027Z] Collecting docopt<0.7,>=0.6.1 [2020-12-22T00:52:28.027Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-22T00:52:30.634Z] Collecting jsonschema<3,>=2.5.1 [2020-12-22T00:52:30.634Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-22T00:52:31.223Z] Collecting docker<4.0,>=3.6.0 [2020-12-22T00:52:31.223Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-22T00:52:32.650Z] Collecting PyYAML<4,>=3.10 [2020-12-22T00:52:32.650Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-22T00:52:36.025Z] Collecting texttable<0.10,>=0.9.0 [2020-12-22T00:52:36.025Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-22T00:52:37.569Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-22T00:52:37.569Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-22T00:52:37.843Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-22T00:52:38.435Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-22T00:52:38.435Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-22T00:52:38.708Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-22T00:52:38.708Z] Collecting idna<2.8,>=2.5 [2020-12-22T00:52:38.708Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-22T00:52:38.981Z] Collecting docker-pycreds>=0.4.0 [2020-12-22T00:52:38.981Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-22T00:52:39.252Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-22T00:52:39.252Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-22T00:52:39.252Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-22T00:52:39.252Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-22T00:52:40.227Z] Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, PyYAML, texttable, docker-compose [2020-12-22T00:52:40.227Z] Running setup.py install for dockerpty: started [2020-12-22T00:52:42.195Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-22T00:52:42.195Z] Attempting uninstall: urllib3 [2020-12-22T00:52:42.195Z] Found existing installation: urllib3 1.25.9 [2020-12-22T00:52:42.195Z] Uninstalling urllib3-1.25.9: [2020-12-22T00:52:42.195Z] Successfully uninstalled urllib3-1.25.9 [2020-12-22T00:52:42.788Z] Attempting uninstall: idna [2020-12-22T00:52:42.788Z] Found existing installation: idna 2.9 [2020-12-22T00:52:42.788Z] Uninstalling idna-2.9: [2020-12-22T00:52:43.058Z] Successfully uninstalled idna-2.9 [2020-12-22T00:52:43.652Z] Attempting uninstall: requests [2020-12-22T00:52:43.652Z] Found existing installation: requests 2.23.0 [2020-12-22T00:52:43.652Z] Uninstalling requests-2.23.0: [2020-12-22T00:52:43.652Z] Successfully uninstalled requests-2.23.0 [2020-12-22T00:52:44.259Z] Running setup.py install for docopt: started [2020-12-22T00:52:45.684Z] Running setup.py install for docopt: finished with status 'done' [2020-12-22T00:52:47.112Z] Running setup.py install for PyYAML: started [2020-12-22T00:52:49.077Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-22T00:52:49.348Z] Running setup.py install for texttable: started [2020-12-22T00:52:51.316Z] Running setup.py install for texttable: finished with status 'done' [2020-12-22T00:52:51.905Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-22T00:52:55.287Z] Removing intermediate container 8c0479177f21 [2020-12-22T00:52:55.287Z] ---> 56d33baca49a [2020-12-22T00:52:55.287Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-22T00:52:55.287Z] ---> Running in 94cb502b9525 [2020-12-22T00:52:56.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:56.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T00:52:56.988Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-22T00:52:56.988Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-22T00:52:56.988Z] (3/3) Installing curl (7.69.1-r3) [2020-12-22T00:52:56.988Z] Executing busybox-1.31.1-r19.trigger [2020-12-22T00:52:57.260Z] OK: 71 MiB in 58 packages [2020-12-22T00:52:58.240Z] Removing intermediate container 94cb502b9525 [2020-12-22T00:52:58.240Z] ---> 689012917e42 [2020-12-22T00:52:58.240Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-22T00:52:58.512Z] ---> Running in c67923dd18b9 [2020-12-22T00:52:58.784Z] Removing intermediate container c67923dd18b9 [2020-12-22T00:52:58.784Z] ---> 876f7a28ff75 [2020-12-22T00:52:58.784Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-22T00:52:59.056Z] ---> Running in f92780bbe812 [2020-12-22T00:52:59.651Z] Removing intermediate container f92780bbe812 [2020-12-22T00:52:59.651Z] ---> c1c8dcfc2e5a [2020-12-22T00:52:59.651Z] Step 25/27 : LABEL arch=arm64 [2020-12-22T00:52:59.651Z] ---> Running in eb29d11df682 [2020-12-22T00:52:59.923Z] Removing intermediate container eb29d11df682 [2020-12-22T00:52:59.923Z] ---> 08cc381480f8 [2020-12-22T00:52:59.923Z] Step 26/27 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [2020-12-22T00:53:00.196Z] ---> Running in e992e131a11e [2020-12-22T00:53:00.469Z] Removing intermediate container e992e131a11e [2020-12-22T00:53:00.469Z] ---> 664db29b3c00 [2020-12-22T00:53:00.469Z] Step 27/27 : LABEL version=0.0.0 [2020-12-22T00:53:00.740Z] ---> Running in bd5f46da0c9b [2020-12-22T00:53:01.013Z] Removing intermediate container bd5f46da0c9b [2020-12-22T00:53:01.013Z] ---> 2e6877d64903 [2020-12-22T00:53:01.013Z] [2020-12-22T00:53:01.608Z] Successfully built 2e6877d64903 [2020-12-22T00:53:01.608Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-22T00:53:01.622Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-22T00:53:01.636Z] $ docker stop --time=1 bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 [2020-12-22T00:53:03.539Z] $ docker rm -f bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T00:53:04.178Z] + docker images+ [2020-12-22T00:53:04.178Z] grep docker [2020-12-22T00:53:04.448Z] docker-sys-mgmt-agent-go-arm64 latest 2e6877d64903 4 seconds ago 300MB [2020-12-22T00:53:04.448Z] docker-core-data-go-arm64 latest 3e7674abd084 45 seconds ago 21MB [2020-12-22T00:53:04.448Z] docker-support-notifications-go-arm64 latest 3ced8def094b About a minute ago 11.4MB [2020-12-22T00:53:04.448Z] docker-core-metadata-go-arm64 latest 35ae402255d7 2 minutes ago 12.3MB [2020-12-22T00:53:04.448Z] docker-security-secretstore-setup-go-arm64 latest e1f953152a2c 4 minutes ago 23.5MB [2020-12-22T00:53:04.448Z] docker-security-bootstrap-redis-go-arm64 latest 3cf9f2a800f9 4 minutes ago 15.2MB [2020-12-22T00:53:04.448Z] docker-security-proxy-setup-go-arm64 latest ca3ea4b0b503 4 minutes ago 23.4MB [2020-12-22T00:53:04.448Z] docker-core-command-go-arm64 latest 5b4557aa5c84 4 minutes ago 9.98MB [2020-12-22T00:53:04.448Z] docker-support-scheduler-go-arm64 latest 4b7a3ea01078 4 minutes ago 10.1MB [2020-12-22T00:53:04.448Z] docker latest f66387bf908a 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:07.668Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:08.552Z] ---> package-listing.sh [2020-12-22T00:53:08.552Z] ++ facter osfamily [2020-12-22T00:53:08.552Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T00:53:08.552Z] + OS_FAMILY=redhat [2020-12-22T00:53:08.552Z] + workspace=/w/workspace/edgex-go/29 [2020-12-22T00:53:08.552Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T00:53:08.552Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T00:53:08.552Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T00:53:08.552Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T00:53:08.552Z] + '[' /w/workspace/edgex-go/29 ']' [2020-12-22T00:53:08.552Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T00:53:08.552Z] + case "${OS_FAMILY}" in [2020-12-22T00:53:08.552Z] + rpm -qa [2020-12-22T00:53:08.552Z] + sort [2020-12-22T00:53:13.869Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T00:53:13.869Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T00:53:13.869Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T00:53:13.869Z] + '[' /w/workspace/edgex-go/29 ']' [2020-12-22T00:53:13.869Z] + mkdir -p /w/workspace/edgex-go/29/archives/ [2020-12-22T00:53:13.869Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] echo [2020-12-22T00:53:13.884Z] 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/29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-22T00:53:14.186Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:53:14.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T00:53:14.495Z] [2020-12-22T00:53:14.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T00:53:14.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T00:53:14.843Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T00:53:14.843Z] df20fa9351a1: Pulling fs layer [2020-12-22T00:53:14.843Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T00:53:14.843Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T00:53:14.843Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T00:53:14.843Z] 93b61091891f: Pulling fs layer [2020-12-22T00:53:14.843Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T00:53:14.843Z] 5e14af77c1be: Pulling fs layer [2020-12-22T00:53:14.843Z] 01666e4c0597: Pulling fs layer [2020-12-22T00:53:14.843Z] aa168da1d23b: Pulling fs layer [2020-12-22T00:53:14.843Z] 93b61091891f: Waiting [2020-12-22T00:53:14.843Z] 46f8f816bc3b: Waiting [2020-12-22T00:53:14.843Z] 93b9cdb0e59b: Waiting [2020-12-22T00:53:14.843Z] 5e14af77c1be: Waiting [2020-12-22T00:53:14.843Z] 01666e4c0597: Waiting [2020-12-22T00:53:14.843Z] aa168da1d23b: Waiting [2020-12-22T00:53:14.843Z] 36b3adc4ff6f: Verifying Checksum [2020-12-22T00:53:14.843Z] 36b3adc4ff6f: Download complete [2020-12-22T00:53:14.843Z] 46f8f816bc3b: Download complete [2020-12-22T00:53:15.107Z] df20fa9351a1: Verifying Checksum [2020-12-22T00:53:15.107Z] df20fa9351a1: Download complete [2020-12-22T00:53:15.107Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T00:53:15.107Z] 93b9cdb0e59b: Download complete [2020-12-22T00:53:15.107Z] 93b61091891f: Download complete [2020-12-22T00:53:15.107Z] 5e14af77c1be: Verifying Checksum [2020-12-22T00:53:15.107Z] 5e14af77c1be: Download complete [2020-12-22T00:53:15.107Z] 01666e4c0597: Verifying Checksum [2020-12-22T00:53:15.107Z] 01666e4c0597: Download complete [2020-12-22T00:53:15.107Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T00:53:15.107Z] 8ad3a11d3b57: Download complete [2020-12-22T00:53:15.376Z] df20fa9351a1: Pull complete [2020-12-22T00:53:15.955Z] 36b3adc4ff6f: Pull complete [2020-12-22T00:53:16.909Z] aa168da1d23b: Verifying Checksum [2020-12-22T00:53:16.909Z] aa168da1d23b: Download complete [2020-12-22T00:53:17.869Z] 8ad3a11d3b57: Pull complete [2020-12-22T00:53:17.869Z] 46f8f816bc3b: Pull complete [2020-12-22T00:53:18.816Z] 93b61091891f: Pull complete [2020-12-22T00:53:18.816Z] 93b9cdb0e59b: Pull complete [2020-12-22T00:53:19.080Z] 5e14af77c1be: Pull complete [2020-12-22T00:53:19.080Z] 01666e4c0597: Pull complete [2020-12-22T00:53:25.737Z] aa168da1d23b: Pull complete [2020-12-22T00:53:25.737Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T00:53:25.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T00:53:25.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T00:53:26.445Z] prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container [2020-12-22T00:53:26.495Z] $ 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/29/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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-22T00:53:32.914Z] $ docker top 0d1677c56a6652952fa0882cff9f3e02c5b3a07f0a03e9d78bb688d480337022 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T00:53:33.486Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T00:53:33.786Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T00:53:34.083Z] + ls /var/log/sa-host [2020-12-22T00:53:34.083Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T00:53:34.083Z] file_magic: OK [2020-12-22T00:53:34.083Z] HZ: Using current value: 100 [2020-12-22T00:53:34.083Z] file_header: OK [2020-12-22T00:53:34.083Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T00:53:34.083Z] Statistics: [2020-12-22T00:53:34.083Z] 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... [2020-12-22T00:53:34.083Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T00:53:34.083Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T00:53:34.083Z] file_magic: OK [2020-12-22T00:53:34.083Z] HZ: Using current value: 100 [2020-12-22T00:53:34.083Z] file_header: OK [2020-12-22T00:53:34.083Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T00:53:34.083Z] Statistics: [2020-12-22T00:53:34.083Z] Hnuu...uuuununununu... [2020-12-22T00:53:34.083Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T00:53:34.306Z] provisioning config files... [2020-12-22T00:53:34.340Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config6168367945862041019tmp [Pipeline] { [Pipeline] echo [2020-12-22T00:53:34.417Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:34.788Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T00:53:34.803Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T00:53:34.902Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:35.201Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T00:53:35.211Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:35.508Z] ---> sudo-logs.sh [2020-12-22T00:53:35.508Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T00:53:35.519Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:35.816Z] ---> job-cost.sh [2020-12-22T00:53:35.816Z] lf-activate-venv: SKIPPING [2020-12-22T00:53:35.816Z] INFO: No Stack... [2020-12-22T00:53:37.206Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T00:53:37.468Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T00:53:37.482Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T00:53:37.779Z] ---> logs-deploy.sh [2020-12-22T00:53:37.779Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/29 [2020-12-22T00:53:37.779Z] INFO: archiving workspace using pattern(s): [2020-12-22T00:53:39.697Z] Archives upload complete. [2020-12-22T00:53:39.959Z] INFO: archiving logs to Nexus [2020-12-22T00:53:40.905Z] ---> uname -a: [2020-12-22T00:53:40.905Z] Linux prd-centos7-docker-4c-2g-17129.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-22T00:53:40.905Z] [2020-12-22T00:53:40.905Z] [2020-12-22T00:53:40.905Z] ---> lscpu: [2020-12-22T00:53:40.906Z] Architecture: x86_64 [2020-12-22T00:53:40.906Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-22T00:53:40.906Z] Byte Order: Little Endian [2020-12-22T00:53:40.906Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-22T00:53:40.906Z] CPU(s): 4 [2020-12-22T00:53:40.906Z] On-line CPU(s) list: 0-3 [2020-12-22T00:53:40.906Z] Thread(s) per core: 1 [2020-12-22T00:53:40.906Z] Core(s) per socket: 1 [2020-12-22T00:53:40.906Z] Socket(s): 4 [2020-12-22T00:53:40.906Z] NUMA node(s): 1 [2020-12-22T00:53:40.906Z] Vendor ID: GenuineIntel [2020-12-22T00:53:40.906Z] CPU family: 6 [2020-12-22T00:53:40.906Z] Model: 44 [2020-12-22T00:53:40.906Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-22T00:53:40.906Z] Stepping: 1 [2020-12-22T00:53:40.906Z] CPU MHz: 2933.438 [2020-12-22T00:53:40.906Z] BogoMIPS: 5866.87 [2020-12-22T00:53:40.906Z] Virtualization: VT-x [2020-12-22T00:53:40.906Z] Hypervisor vendor: KVM [2020-12-22T00:53:40.906Z] Virtualization type: full [2020-12-22T00:53:40.906Z] L1d cache: 128 KiB [2020-12-22T00:53:40.906Z] L1i cache: 128 KiB [2020-12-22T00:53:40.906Z] L2 cache: 16 MiB [2020-12-22T00:53:40.906Z] L3 cache: 64 MiB [2020-12-22T00:53:40.906Z] NUMA node0 CPU(s): 0-3 [2020-12-22T00:53:40.906Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-22T00:53:40.906Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-22T00:53:40.906Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-22T00:53:40.906Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-22T00:53:40.906Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-22T00:53:40.906Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-22T00:53:40.906Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-22T00:53:40.906Z] Vulnerability Srbds: Not affected [2020-12-22T00:53:40.906Z] Vulnerability Tsx async abort: Not affected [2020-12-22T00:53:40.906Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] ---> nproc: [2020-12-22T00:53:40.906Z] 4 [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] ---> df -h: [2020-12-22T00:53:40.906Z] Filesystem Size Used Available Use% Mounted on [2020-12-22T00:53:40.906Z] overlay 50.0G 12.5G 37.5G 25% / [2020-12-22T00:53:40.906Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-22T00:53:40.906Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-22T00:53:40.906Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/29 [2020-12-22T00:53:40.906Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/29@tmp [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] ---> free -m: [2020-12-22T00:53:40.906Z] total used free shared buff/cache available [2020-12-22T00:53:40.906Z] Mem: 1837 725 134 0 976 1028 [2020-12-22T00:53:40.906Z] Swap: 1023 49 974 [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] ---> ip addr: [2020-12-22T00:53:40.906Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-22T00:53:40.906Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-22T00:53:40.906Z] inet 127.0.0.1/8 scope host lo [2020-12-22T00:53:40.906Z] valid_lft forever preferred_lft forever [2020-12-22T00:53:40.906Z] inet6 ::1/128 scope host [2020-12-22T00:53:40.906Z] valid_lft forever preferred_lft forever [2020-12-22T00:53:40.906Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-22T00:53:40.906Z] link/ether fa:16:3e:2e:9e:9b brd ff:ff:ff:ff:ff:ff [2020-12-22T00:53:40.906Z] inet 10.30.123.56/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-22T00:53:40.906Z] valid_lft 85026sec preferred_lft 85026sec [2020-12-22T00:53:40.906Z] inet6 fe80::f816:3eff:fe2e:9e9b/64 scope link [2020-12-22T00:53:40.906Z] valid_lft forever preferred_lft forever [2020-12-22T00:53:40.906Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-22T00:53:40.906Z] link/ether 02:42:ab:d9:89:aa brd ff:ff:ff:ff:ff:ff [2020-12-22T00:53:40.906Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-22T00:53:40.906Z] valid_lft forever preferred_lft forever [2020-12-22T00:53:40.906Z] inet6 fe80::42:abff:fed9:89aa/64 scope link [2020-12-22T00:53:40.906Z] valid_lft forever preferred_lft forever [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] ---> sar -b -r -n DEV: [2020-12-22T00:53:40.906Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] 00:30:35 LINUX RESTART (4 CPU) [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-22T00:53:40.906Z] 00:32:01 92.89 39.23 53.66 0.00 7755.96 9485.52 0.00 [2020-12-22T00:53:40.906Z] 00:33:01 222.57 120.72 101.85 0.00 7160.99 43982.38 0.00 [2020-12-22T00:53:40.906Z] 00:34:01 248.05 103.51 144.54 0.00 5474.30 31857.62 0.00 [2020-12-22T00:53:40.906Z] 00:35:02 204.75 101.06 103.69 0.00 3701.81 12603.79 0.00 [2020-12-22T00:53:40.906Z] 00:36:03 163.97 52.54 111.42 0.00 8205.96 41710.35 0.00 [2020-12-22T00:53:40.906Z] 00:37:04 2581.22 2220.04 361.18 0.00 169064.64 216087.42 0.00 [2020-12-22T00:53:40.906Z] 00:38:01 1366.98 1121.23 245.75 0.00 62268.35 82502.68 0.00 [2020-12-22T00:53:40.906Z] 00:39:01 3153.53 2772.38 381.15 0.00 159326.13 170999.50 0.00 [2020-12-22T00:53:40.906Z] 00:40:01 968.17 657.25 310.92 0.00 52818.75 67233.26 0.00 [2020-12-22T00:53:40.906Z] 00:41:01 70.87 19.86 51.01 0.00 3101.45 2796.99 0.00 [2020-12-22T00:53:40.906Z] 00:42:02 1.23 0.02 1.22 0.00 0.53 14.40 0.00 [2020-12-22T00:53:40.906Z] 00:43:01 0.30 0.02 0.29 0.00 0.14 2.83 0.00 [2020-12-22T00:53:40.906Z] 00:44:01 0.32 0.03 0.28 0.00 0.40 3.53 0.00 [2020-12-22T00:53:40.906Z] 00:45:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 [2020-12-22T00:53:40.906Z] 00:46:01 1.96 1.73 0.23 0.00 55.27 1.83 0.00 [2020-12-22T00:53:40.906Z] 00:47:01 0.75 0.02 0.73 0.00 0.53 13.39 0.00 [2020-12-22T00:53:40.906Z] 00:48:01 0.30 0.02 0.28 0.00 0.27 2.75 0.00 [2020-12-22T00:53:40.906Z] 00:49:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 [2020-12-22T00:53:40.906Z] 00:50:01 0.28 0.02 0.27 0.00 0.53 3.21 0.00 [2020-12-22T00:53:40.906Z] 00:51:01 0.32 0.02 0.30 0.00 0.27 3.63 0.00 [2020-12-22T00:53:40.906Z] 00:52:01 0.47 0.25 0.22 0.00 114.86 2.48 0.00 [2020-12-22T00:53:40.906Z] 00:53:01 0.18 0.00 0.18 0.00 0.00 2.22 0.00 [2020-12-22T00:53:40.906Z] Average: 411.94 327.03 84.91 0.00 21764.03 30895.33 0.00 [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-22T00:53:40.906Z] 00:32:01 103516 0 691400 36.75 2620 1084008 1318940 45.01 529632 1044740 40028 [2020-12-22T00:53:40.906Z] 00:33:01 113620 0 721328 38.34 1984 1044612 1448924 49.45 574144 954400 25256 [2020-12-22T00:53:40.906Z] 00:34:01 127804 0 819228 43.54 928 933584 1507256 51.44 646244 830616 3740 [2020-12-22T00:53:40.906Z] 00:35:02 333396 0 797136 42.37 372 750640 1715872 58.56 612764 647776 42424 [2020-12-22T00:53:40.906Z] 00:36:03 68228 0 730396 38.82 36 1082884 1269656 43.33 698536 846552 97304 [2020-12-22T00:53:40.906Z] 00:37:04 72756 0 849128 45.13 0 959660 2383256 81.34 768068 812844 54328 [2020-12-22T00:53:40.906Z] 00:38:01 423196 0 735644 39.10 0 722704 1588772 54.22 505612 705256 264 [2020-12-22T00:53:40.906Z] 00:39:01 80508 0 758084 40.29 0 1042952 2012400 68.68 612068 963840 67264 [2020-12-22T00:53:40.906Z] 00:40:01 296732 0 742772 39.48 0 842040 1633624 55.75 521092 809360 788 [2020-12-22T00:53:40.906Z] 00:41:01 277996 0 648428 34.46 0 955120 1223052 41.74 496096 861828 16 [2020-12-22T00:53:40.906Z] 00:42:02 279668 0 646748 34.37 0 955128 1206592 41.18 495180 861328 8 [2020-12-22T00:53:40.906Z] 00:43:01 279956 0 646452 34.36 0 955136 1206592 41.18 495092 861332 8 [2020-12-22T00:53:40.906Z] 00:44:01 279948 0 646448 34.36 0 955148 1206640 41.18 495348 861348 8 [2020-12-22T00:53:40.906Z] 00:45:01 280136 0 646252 34.35 0 955156 1199528 40.94 495296 861084 8 [2020-12-22T00:53:40.906Z] 00:46:01 279484 0 645868 34.33 0 956192 1199396 40.93 495336 861656 28 [2020-12-22T00:53:40.906Z] 00:47:01 278996 0 646404 34.35 0 956144 1199480 40.94 495692 861640 8 [2020-12-22T00:53:40.906Z] 00:48:01 279368 0 646036 34.34 0 956140 1199396 40.93 495116 861640 8 [2020-12-22T00:53:40.906Z] 00:49:01 278696 0 646688 34.37 0 956160 1199504 40.94 495824 861648 8 [2020-12-22T00:53:40.906Z] 00:50:01 279220 0 646160 34.34 0 956164 1199460 40.94 495268 861664 8 [2020-12-22T00:53:40.906Z] 00:51:01 279572 0 645800 34.32 0 956172 1199460 40.94 495028 861672 8 [2020-12-22T00:53:40.906Z] 00:52:01 272792 0 649140 34.50 0 959612 1199544 40.94 501216 862280 8 [2020-12-22T00:53:40.906Z] 00:53:01 273020 0 648892 34.49 0 959632 1199460 40.94 500908 862292 12 [2020-12-22T00:53:40.906Z] Average: 238119 0 693383 36.85 270 949772 1387127 47.34 541798 855309 15070 [2020-12-22T00:53:40.906Z] [2020-12-22T00:53:40.906Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-22T00:53:40.906Z] 00:32:01 eth0 1060.79 838.93 4363.55 142.08 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:32:01 veth715012a 225.27 154.03 23.35 686.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:32:01 docker0 225.27 153.89 20.27 685.99 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:33:01 eth0 848.88 894.46 4916.64 89.75 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:33:01 veth2403804 12.71 17.96 0.89 97.13 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:33:01 docker0 651.62 553.34 50.33 2077.34 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:34:01 veth0ad00ce 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:34:01 eth0 424.38 319.89 2033.53 35.39 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:34:01 docker0 155.31 173.88 10.98 729.68 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:35:02 veth0ad00ce 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:35:02 eth0 41.05 25.55 25.25 84.45 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:36:03 vethfc8df80 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:36:03 eth0 200.92 164.08 1665.30 71.45 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:36:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:37:04 vethfc8df80 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:37:04 eth0 40.67 27.19 161.92 10.14 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:37:04 docker0 16.53 20.02 0.92 145.27 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:38:01 vethfc8df80 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:38:01 eth0 40.10 29.77 172.84 8.62 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:38:01 docker0 15.16 17.45 0.82 110.04 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:39:01 veth8a9bebb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:39:01 vethfc8df80 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:39:01 eth0 76.97 49.70 127.00 95.75 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:40:01 veth6e83582 0.95 1.33 0.12 3.06 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:40:01 vethfc8df80 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:40:01 eth0 133.08 95.64 388.60 81.26 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:41:01 eth0 34.66 18.56 108.32 8.69 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.906Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:41:01 docker0 1120.38 1006.13 86.62 4278.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:42:02 eth0 1.62 0.38 0.51 0.29 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:43:01 eth0 1.86 0.34 0.45 0.23 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:44:01 eth0 1.55 0.43 0.51 0.33 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:45:01 eth0 0.60 0.32 0.28 0.23 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:49:01 eth0 0.23 0.13 0.12 0.06 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:51:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:52:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:53:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] Average: eth0 132.59 112.43 637.50 28.73 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] Average: docker0 50.99 45.79 3.94 194.70 0.00 0.00 0.00 0.00 [2020-12-22T00:53:40.907Z] [2020-12-22T00:53:40.907Z]