Pull request #2964 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf+68a8f910767166238b38b7946bcb5bba3869a893 (3af9efce01c592cf48bd65612aa8cf2b7d74c8ef) 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 Running on prd-centos7-docker-4c-2g-18140 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf > 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/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T06:26:03.234Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T06:26:03.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T06:26:03.552Z] ========================================================= [2021-01-04T06:26:03.552Z] EdgeX Global Pipelines Version Info [2021-01-04T06:26:03.552Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c5702846e24ba6345692a16b2a526b8b34a0b93 # timeout=10 [2021-01-04T06:26:05.022Z] ------------------- [2021-01-04T06:26:05.022Z] stable info: [2021-01-04T06:26:05.022Z] ------------------- [2021-01-04T06:26:05.022Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T06:26:05.022Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T06:26:05.022Z] Message: update stable to v1.0.173 [2021-01-04T06:26:05.970Z] ------------------- [2021-01-04T06:26:05.970Z] experimental info: [2021-01-04T06:26:05.970Z] ------------------- [2021-01-04T06:26:05.970Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T06:26:05.970Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T06:26:05.970Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T06:26:06.216Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T06:26:06.320Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T06:26:06.405Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T06:26:06.489Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T06:26:06.581Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T06:26:06.663Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T06:26:06.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T06:26:06.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T06:26:07.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T06:26:07.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T06:26:07.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T06:26:07.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T06:26:07.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T06:26:07.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T06:26:07.558Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T06:26:07.652Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T06:26:07.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T06:26:07.844Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T06:26:07.932Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T06:26:08.028Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T06:26:08.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T06:26:08.215Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T06:26:08.306Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T06:26:08.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2964 [Pipeline] echo [2021-01-04T06:26:08.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2964 [Pipeline] echo [2021-01-04T06:26:08.594Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2964 [Pipeline] echo [2021-01-04T06:26:08.679Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [Pipeline] echo [2021-01-04T06:26:08.770Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 716bbf5 [Pipeline] echo [2021-01-04T06:26:08.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T06:26:09.042Z] provisioning config files... [2021-01-04T06:26:09.077Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8729825453153686445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:26:09.446Z] ---> docker-login.sh [2021-01-04T06:26:09.446Z] nexus3.edgexfoundry.org:10001 [2021-01-04T06:26:09.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:26:09.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:26:09.710Z] Configure a credential helper to remove this warning. See [2021-01-04T06:26:09.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:26:09.710Z] [2021-01-04T06:26:09.977Z] Login Succeeded [2021-01-04T06:26:09.977Z] nexus3.edgexfoundry.org:10002 [2021-01-04T06:26:09.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:26:09.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:26:09.977Z] Configure a credential helper to remove this warning. See [2021-01-04T06:26:09.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:26:09.977Z] [2021-01-04T06:26:09.977Z] Login Succeeded [2021-01-04T06:26:09.977Z] nexus3.edgexfoundry.org:10003 [2021-01-04T06:26:10.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:26:10.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:26:10.508Z] Configure a credential helper to remove this warning. See [2021-01-04T06:26:10.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:26:10.508Z] [2021-01-04T06:26:10.508Z] Login Succeeded [2021-01-04T06:26:10.508Z] nexus3.edgexfoundry.org:10004 [2021-01-04T06:26:10.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:26:10.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:26:10.770Z] Configure a credential helper to remove this warning. See [2021-01-04T06:26:10.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:26:10.770Z] [2021-01-04T06:26:10.770Z] Login Succeeded [2021-01-04T06:26:10.770Z] docker.io [2021-01-04T06:26:11.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:26:11.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:26:11.296Z] Configure a credential helper to remove this warning. See [2021-01-04T06:26:11.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:26:11.296Z] [2021-01-04T06:26:11.296Z] Login Succeeded [2021-01-04T06:26:11.296Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T06:26:11.307Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T06:26:11.810Z] ++ 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 [2021-01-04T06:26:11.810Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T06:26:11.811Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T06:26:11.811Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T06:26:11.811Z] ++ cut -d/ -f2 [2021-01-04T06:26:11.811Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T06:26:11.879Z] 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 [2021-01-04T06:26:12.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T06:26:12.768Z] [2021-01-04T06:26:12.768Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:26:13.124Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T06:26:13.124Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T06:26:13.124Z] 31603596830f: Pulling fs layer [2021-01-04T06:26:13.124Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T06:26:13.124Z] 6ca5941a6612: Pulling fs layer [2021-01-04T06:26:13.124Z] ecc8261a40a4: Pulling fs layer [2021-01-04T06:26:13.124Z] ecc8261a40a4: Waiting [2021-01-04T06:26:13.124Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T06:26:13.124Z] 2a8b12db71e7: Download complete [2021-01-04T06:26:13.124Z] 31603596830f: Verifying Checksum [2021-01-04T06:26:13.124Z] 31603596830f: Download complete [2021-01-04T06:26:13.391Z] ecc8261a40a4: Verifying Checksum [2021-01-04T06:26:13.391Z] ecc8261a40a4: Download complete [2021-01-04T06:26:13.391Z] 6ca5941a6612: Verifying Checksum [2021-01-04T06:26:13.391Z] 6ca5941a6612: Download complete [2021-01-04T06:26:13.653Z] 31603596830f: Pull complete [2021-01-04T06:26:13.928Z] 2a8b12db71e7: Pull complete [2021-01-04T06:26:14.910Z] 6ca5941a6612: Pull complete [2021-01-04T06:26:14.910Z] ecc8261a40a4: Pull complete [2021-01-04T06:26:14.910Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T06:26:14.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T06:26:14.910Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T06:26:15.061Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:26:15.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T06:26:17.711Z] $ docker top e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T06:26:18.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T06:26:18.049Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T06:26:18.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T06:26:18.301Z] $ docker exec e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent [2021-01-04T06:26:18.501Z] SSH_AUTH_SOCK=/tmp/ssh-DjnarHnIdsq1/agent.12 [2021-01-04T06:26:18.501Z] SSH_AGENT_PID=17 [2021-01-04T06:26:18.520Z] Running ssh-add (command line suppressed) [2021-01-04T06:26:18.658Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8983541784063360969.key (/w/workspace/edgex-go/7@tmp/private_key_8983541784063360969.key) [2021-01-04T06:26:18.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T06:26:19.063Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T06:26:19.090Z] $ docker exec --env ******** --env ******** e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent -k [2021-01-04T06:26:19.220Z] unset SSH_AUTH_SOCK; [2021-01-04T06:26:19.220Z] unset SSH_AGENT_PID; [2021-01-04T06:26:19.221Z] echo Agent pid 17 killed; [2021-01-04T06:26:19.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T06:26:19.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T06:26:19.411Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T06:26:19.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T06:26:19.587Z] $ docker exec e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent [2021-01-04T06:26:19.753Z] SSH_AUTH_SOCK=/tmp/ssh-VGdGRvlVLbTZ/agent.47 [2021-01-04T06:26:19.753Z] SSH_AGENT_PID=53 [2021-01-04T06:26:19.761Z] Running ssh-add (command line suppressed) [2021-01-04T06:26:19.892Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8828377706520032290.key (/w/workspace/edgex-go/7@tmp/private_key_8828377706520032290.key) [2021-01-04T06:26:19.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T06:26:20.284Z] + git semver init [2021-01-04T06:26:20.284Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T06:26:20.284Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-04T06:26:20.284Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-04T06:26:20.284Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T06:26:20.284Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T06:26:20.284Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T06:26:20.284Z] # $SEMVER_BRANCH = PR-2964 [2021-01-04T06:26:20.284Z] # $SEMVER_TEMP = /tmp/semver-463652214 [2021-01-04T06:26:20.284Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T06:26:38.525Z] # '/tmp/semver-463652214' -> '/w/workspace/edgex-go/7/.semver' [2021-01-04T06:26:38.525Z] # -> Force: false [2021-01-04T06:26:38.525Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-04T06:26:38.545Z] $ docker exec --env ******** --env ******** e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent -k [2021-01-04T06:26:38.796Z] unset SSH_AUTH_SOCK; [2021-01-04T06:26:38.796Z] unset SSH_AGENT_PID; [2021-01-04T06:26:38.796Z] echo Agent pid 53 killed; [2021-01-04T06:26:38.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T06:26:39.379Z] + git semver [Pipeline] } [2021-01-04T06:26:39.397Z] $ docker stop --time=1 e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf [2021-01-04T06:26:40.955Z] $ docker rm -f e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T06:26:41.482Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T06:26:41.965Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T06:26:41.968Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T06:26:42.855Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T06:26:43.153Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T06:26:43.454Z] + sudo service docker restart [2021-01-04T06:26:43.454Z] + true [2021-01-04T06:26:43.454Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T06:26:44.049Z] ========================================================= [2021-01-04T06:26:44.049Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T06:26:44.049Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:26:44.388Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T06:26:47.715Z] Sending build context to Docker daemon 326.3MB [2021-01-04T06:26:47.715Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T06:26:47.715Z] Step 2/7 : FROM ${BASE} [2021-01-04T06:26:47.715Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T06:26:47.715Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T06:26:47.715Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T06:26:47.715Z] de9db76c5a1d: Pulling fs layer [2021-01-04T06:26:47.715Z] bca2f99d35d6: Pulling fs layer [2021-01-04T06:26:47.715Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T06:26:47.715Z] 7c6f9722023f: Pulling fs layer [2021-01-04T06:26:47.715Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T06:26:47.715Z] 93359f2a8cfa: Waiting [2021-01-04T06:26:47.715Z] 7c6f9722023f: Waiting [2021-01-04T06:26:47.715Z] a35cf1a2eb13: Waiting [2021-01-04T06:26:47.715Z] bca2f99d35d6: Waiting [2021-01-04T06:26:47.715Z] de9db76c5a1d: Verifying Checksum [2021-01-04T06:26:47.715Z] de9db76c5a1d: Download complete [2021-01-04T06:26:47.715Z] 0ef7d3d256c8: Download complete [2021-01-04T06:26:47.715Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T06:26:47.715Z] 93359f2a8cfa: Download complete [2021-01-04T06:26:47.715Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T06:26:47.715Z] 188c0c94c7c5: Download complete [2021-01-04T06:26:47.715Z] 7c6f9722023f: Verifying Checksum [2021-01-04T06:26:47.715Z] 7c6f9722023f: Download complete [2021-01-04T06:26:47.715Z] 188c0c94c7c5: Pull complete [2021-01-04T06:26:48.319Z] 0ef7d3d256c8: Pull complete [2021-01-04T06:26:48.582Z] de9db76c5a1d: Pull complete [2021-01-04T06:26:49.160Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T06:26:49.160Z] a35cf1a2eb13: Download complete [2021-01-04T06:26:49.737Z] bca2f99d35d6: Verifying Checksum [2021-01-04T06:26:49.737Z] bca2f99d35d6: Download complete [2021-01-04T06:26:55.134Z] bca2f99d35d6: Pull complete [2021-01-04T06:26:55.134Z] 93359f2a8cfa: Pull complete [2021-01-04T06:26:55.134Z] 7c6f9722023f: Pull complete [2021-01-04T06:26:57.320Z] Still waiting to schedule task [2021-01-04T06:26:57.320Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-04T06:26:59.365Z] a35cf1a2eb13: Pull complete [2021-01-04T06:26:59.365Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T06:26:59.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T06:26:59.365Z] ---> a62c8e92a672 [2021-01-04T06:26:59.365Z] 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 [2021-01-04T06:26:59.630Z] ---> Running in 71eccf35d1c5 [2021-01-04T06:27:00.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:27:00.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:27:01.745Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T06:27:01.745Z] (2/12) Installing file (5.38-r0) [2021-01-04T06:27:02.008Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T06:27:02.008Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T06:27:10.190Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T06:27:10.190Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T06:27:10.190Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T06:27:10.190Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T06:27:10.190Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T06:27:10.452Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T06:27:10.452Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T06:27:10.715Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T06:27:10.715Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:27:10.715Z] OK: 233 MiB in 51 packages [2021-01-04T06:27:14.960Z] Removing intermediate container 71eccf35d1c5 [2021-01-04T06:27:14.960Z] ---> 2e74e247f2ca [2021-01-04T06:27:14.960Z] Step 4/7 : WORKDIR /edgex-go [2021-01-04T06:27:14.960Z] ---> Running in 11bd0feadf52 [2021-01-04T06:27:14.960Z] Removing intermediate container 11bd0feadf52 [2021-01-04T06:27:14.960Z] ---> 1c082beafbcc [2021-01-04T06:27:14.960Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-04T06:27:15.223Z] latest: Pulling from library/docker [2021-01-04T06:27:15.486Z] 801bfaa63ef2: Pulling fs layer [2021-01-04T06:27:15.486Z] 4f7dc993c79e: Pulling fs layer [2021-01-04T06:27:15.486Z] d39d95e4997f: Pulling fs layer [2021-01-04T06:27:15.486Z] 1cda4b703d87: Pulling fs layer [2021-01-04T06:27:15.486Z] 54e5375350ea: Pulling fs layer [2021-01-04T06:27:15.486Z] f08cd1b3bb1b: Pulling fs layer [2021-01-04T06:27:15.486Z] 8e17d04e0c68: Pulling fs layer [2021-01-04T06:27:15.486Z] 54e5375350ea: Waiting [2021-01-04T06:27:15.486Z] f08cd1b3bb1b: Waiting [2021-01-04T06:27:15.486Z] 8e17d04e0c68: Waiting [2021-01-04T06:27:15.486Z] 1cda4b703d87: Waiting [2021-01-04T06:27:15.486Z] d39d95e4997f: Verifying Checksum [2021-01-04T06:27:15.486Z] d39d95e4997f: Download complete [2021-01-04T06:27:15.486Z] 4f7dc993c79e: Verifying Checksum [2021-01-04T06:27:15.486Z] 4f7dc993c79e: Download complete [2021-01-04T06:27:15.486Z] 801bfaa63ef2: Verifying Checksum [2021-01-04T06:27:15.486Z] 801bfaa63ef2: Download complete [2021-01-04T06:27:15.749Z] 54e5375350ea: Verifying Checksum [2021-01-04T06:27:15.749Z] 54e5375350ea: Download complete [2021-01-04T06:27:15.749Z] f08cd1b3bb1b: Verifying Checksum [2021-01-04T06:27:15.749Z] f08cd1b3bb1b: Download complete [2021-01-04T06:27:15.749Z] 8e17d04e0c68: Verifying Checksum [2021-01-04T06:27:15.749Z] 8e17d04e0c68: Download complete [2021-01-04T06:27:16.018Z] 801bfaa63ef2: Pull complete [2021-01-04T06:27:16.282Z] 4f7dc993c79e: Pull complete [2021-01-04T06:27:16.282Z] 1cda4b703d87: Retrying in 5 seconds [2021-01-04T06:27:16.282Z] d39d95e4997f: Pull complete [2021-01-04T06:27:17.232Z] 1cda4b703d87: Retrying in 4 seconds [2021-01-04T06:27:18.183Z] 1cda4b703d87: Retrying in 3 seconds [2021-01-04T06:27:19.128Z] 1cda4b703d87: Retrying in 2 seconds [2021-01-04T06:27:20.518Z] 1cda4b703d87: Retrying in 1 second [2021-01-04T06:27:21.909Z] 1cda4b703d87: Verifying Checksum [2021-01-04T06:27:21.909Z] 1cda4b703d87: Download complete [2021-01-04T06:27:24.487Z] 1cda4b703d87: Pull complete [2021-01-04T06:27:24.487Z] 54e5375350ea: Pull complete [2021-01-04T06:27:24.487Z] f08cd1b3bb1b: Pull complete [2021-01-04T06:27:24.487Z] 8e17d04e0c68: Pull complete [2021-01-04T06:27:24.487Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2021-01-04T06:27:24.487Z] Status: Downloaded newer image for docker:latest [2021-01-04T06:27:26.425Z] ---> d71da3acacdb [2021-01-04T06:27:26.425Z] Step 6/7 : COPY go.mod . [2021-01-04T06:27:26.689Z] ---> 9e615dc65b0c [2021-01-04T06:27:26.689Z] Step 7/7 : RUN go mod download [2021-01-04T06:27:26.689Z] ---> Running in 1584997b326d [2021-01-04T06:27:48.727Z] Removing intermediate container 1584997b326d [2021-01-04T06:27:48.727Z] ---> 320f3bd694ae [2021-01-04T06:27:48.727Z] Successfully built 320f3bd694ae [2021-01-04T06:27:48.727Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:27:49.044Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T06:27:49.044Z] . [Pipeline] withDockerContainer [2021-01-04T06:27:49.152Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:27:49.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T06:27:49.988Z] $ docker top 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T06:27:50.490Z] + go version [2021-01-04T06:27:50.490Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T06:27:50.504Z] $ docker stop --time=1 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd [2021-01-04T06:27:51.856Z] $ docker rm -f 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:27:52.646Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T06:27:52.646Z] . [Pipeline] withDockerContainer [2021-01-04T06:27:52.742Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:27:52.787Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T06:27:53.581Z] $ docker top 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T06:27:53.784Z] ========================================================= [2021-01-04T06:27:53.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T06:27:53.784Z] ========================================================= [Pipeline] sh [2021-01-04T06:27:54.149Z] + make test [2021-01-04T06:27:54.150Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T06:28:02.488Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T06:28:17.474Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T06:28:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T06:28:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T06:28:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T06:28:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T06:28:23.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T06:28:23.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T06:28:23.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T06:28:24.231Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T06:28:24.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T06:28:27.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T06:28:27.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T06:28:27.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T06:28:29.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.073s coverage: 46.6% of statements [2021-01-04T06:28:29.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T06:28:29.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T06:28:29.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T06:28:29.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T06:28:29.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T06:28:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T06:28:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T06:28:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T06:28:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.389s coverage: 75.7% of statements [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T06:28:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 82.9% of statements [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T06:28:32.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T06:28:34.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T06:28:34.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T06:28:34.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-04T06:28:34.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T06:28:34.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-01-04T06:28:34.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T06:28:34.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements [2021-01-04T06:28:34.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T06:28:34.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements [2021-01-04T06:28:34.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T06:28:34.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T06:28:34.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T06:28:34.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T06:28:36.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 93.8% of statements [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T06:28:36.852Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T06:28:36.852Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T06:28:36.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T06:28:36.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-01-04T06:28:36.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T06:28:37.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-01-04T06:28:37.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-01-04T06:28:37.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-04T06:28:38.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2021-01-04T06:28:38.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T06:28:38.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements [2021-01-04T06:28:38.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T06:28:38.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T06:28:38.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-04T06:28:38.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2021-01-04T06:28:38.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-04T06:28:38.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-01-04T06:28:39.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-01-04T06:28:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 55.9% of statements [2021-01-04T06:28:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T06:28:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T06:28:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T06:28:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T06:28:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T06:28:40.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-04T06:28:40.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T06:28:40.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T06:28:40.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2021-01-04T06:28:40.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-04T06:28:43.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T06:28:43.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T06:28:43.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-04T06:28:43.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T06:28:43.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.713s coverage: 29.1% of statements [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T06:28:43.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T06:28:43.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T06:28:43.935Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T06:28:43.935Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T06:28:43.935Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T06:28:44.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-04T06:28:44.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T06:28:44.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T06:28:44.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-04T06:28:44.753Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-04T06:28:44.753Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-04T06:28:45.020Z] GO111MODULE=on go vet ./... [2021-01-04T06:29:07.130Z] gofmt -l . [2021-01-04T06:29:07.130Z] [ "`gofmt -l .`" = "" ] [2021-01-04T06:29:07.393Z] ./bin/test-go-mod-tidy.sh [2021-01-04T06:29:08.343Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T06:29:10.055Z] + ls -al . [2021-01-04T06:29:10.055Z] total 636 [2021-01-04T06:29:10.055Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 06:29 . [2021-01-04T06:29:10.055Z] drwxr-xr-x 4 root root 28 Jan 4 06:27 .. [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 06:25 .dockerignore [2021-01-04T06:29:10.055Z] drwxrwxr-x 8 1001 1001 179 Jan 4 06:26 .git [2021-01-04T06:29:10.055Z] drwxrwxr-x 3 1001 1001 125 Jan 4 06:25 .github [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 06:25 .gitignore [2021-01-04T06:29:10.055Z] drwx------ 3 1001 1001 47 Jan 4 06:26 .semver [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 06:25 .sonarcloud.properties [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 06:25 CONTRIBUTING.md [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 1035 Jan 4 06:25 Dockerfile.build [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 06:25 Jenkinsfile [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 06:25 LICENSE [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 06:25 Makefile [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 06:25 README.md [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 06:25 SECURITY.md [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 06:26 VERSION [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 06:25 ZMQWindows.md [2021-01-04T06:29:10.055Z] drwxrwxr-x 2 1001 1001 117 Jan 4 06:25 bin [2021-01-04T06:29:10.055Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 06:25 cmd [2021-01-04T06:29:10.055Z] -rw-r--r-- 1 root root 538204 Jan 4 06:28 coverage.out [2021-01-04T06:29:10.055Z] -rw-r--r-- 1 root root 979 Jan 4 06:29 go.mod [2021-01-04T06:29:10.055Z] -rw-r--r-- 1 root root 18739 Jan 4 06:29 go.sum [2021-01-04T06:29:10.055Z] drwxrwxr-x 8 1001 1001 127 Jan 4 06:25 internal [2021-01-04T06:29:10.055Z] drwxrwxr-x 4 1001 1001 26 Jan 4 06:25 openapi [2021-01-04T06:29:10.055Z] drwxrwxr-x 4 1001 1001 71 Jan 4 06:25 snap [2021-01-04T06:29:10.055Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 06:25 version.go [Pipeline] sh [2021-01-04T06:29:10.361Z] + '[' -e coverage.out ] [2021-01-04T06:29:10.361Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T06:29:10.569Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T06:29:10.865Z] + make build [2021-01-04T06:29:10.865Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T06:29:14.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T06:29:22.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T06:29:22.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T06:29:24.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T06:29:24.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T06:29:26.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T06:29:27.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T06:29:28.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T06:29:29.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T06:29:30.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T06:29:32.007Z] 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] } [2021-01-04T06:29:32.978Z] $ docker stop --time=1 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a [2021-01-04T06:29:34.651Z] $ docker rm -f 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:29:36.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T06:29:36.596Z] [2021-01-04T06:29:36.596Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:29:36.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T06:29:36.946Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T06:29:36.946Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T06:29:36.946Z] ca9280d653b3: Pulling fs layer [2021-01-04T06:29:36.946Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T06:29:37.211Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T06:29:37.473Z] cbdbe7a5bc2a: Pull complete [2021-01-04T06:29:37.473Z] ca9280d653b3: Verifying Checksum [2021-01-04T06:29:37.473Z] ca9280d653b3: Download complete [2021-01-04T06:29:38.878Z] 7e9c9ca2126c: Download complete [2021-01-04T06:29:39.145Z] ca9280d653b3: Pull complete [2021-01-04T06:29:44.471Z] 7e9c9ca2126c: Pull complete [2021-01-04T06:29:44.471Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T06:29:44.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T06:29:44.471Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T06:29:44.590Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:29:44.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T06:29:47.258Z] $ docker top 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T06:29:47.830Z] + docker-compose build --help [2021-01-04T06:29:47.830Z] + grep parallel [2021-01-04T06:29:48.778Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T06:29:48.800Z] $ docker stop --time=1 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 [2021-01-04T06:29:50.190Z] $ docker rm -f 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:29:50.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T06:29:50.867Z] . [Pipeline] withDockerContainer [2021-01-04T06:29:50.964Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:29:51.025Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T06:29:51.726Z] $ docker top 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T06:29:52.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T06:29:53.176Z] Building docker-core-command-go ... [2021-01-04T06:29:53.176Z] Building docker-core-data-go ... [2021-01-04T06:29:53.176Z] Building docker-core-metadata-go ... [2021-01-04T06:29:53.176Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T06:29:53.176Z] Building docker-security-proxy-setup-go ... [2021-01-04T06:29:53.176Z] Building docker-security-secretstore-setup-go ... [2021-01-04T06:29:53.176Z] Building docker-support-notifications-go ... [2021-01-04T06:29:53.176Z] Building docker-support-scheduler-go ... [2021-01-04T06:29:53.176Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T06:29:53.176Z] Building docker-security-proxy-setup-go [2021-01-04T06:29:53.176Z] Building docker-security-secretstore-setup-go [2021-01-04T06:29:53.176Z] Building docker-support-scheduler-go [2021-01-04T06:29:53.176Z] Building docker-core-metadata-go [2021-01-04T06:29:53.176Z] Building docker-core-command-go [2021-01-04T06:29:56.449Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18142 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws [2021-01-04T06:29:56.506Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T06:30:02.543Z] using credential edgex-jenkins-ssh [2021-01-04T06:30:02.653Z] Cloning the remote Git repository [2021-01-04T06:30:02.722Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:30:02.864Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T06:30:02.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:30:02.966Z] > git --version # timeout=10 [2021-01-04T06:30:02.988Z] > git --version # 'git version 2.17.1' [2021-01-04T06:30:02.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:30:03.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T06:30:25.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:30:25.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:30:25.502Z] ---> 320f3bd694ae [2021-01-04T06:30:25.502Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T06:30:25.502Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:30:25.502Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:30:25.502Z] ---> 320f3bd694ae [2021-01-04T06:30:25.502Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T06:30:25.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:30:25.502Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:30:25.502Z] ---> 320f3bd694ae [2021-01-04T06:30:25.502Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:30:25.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:30:25.502Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:30:25.502Z] ---> 320f3bd694ae [2021-01-04T06:30:25.502Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:30:25.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:30:25.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:30:25.502Z] ---> 320f3bd694ae [2021-01-04T06:30:25.502Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T06:30:25.502Z] ---> Running in 1fadce9aea7a [2021-01-04T06:30:25.502Z] ---> Running in 7a432a510c27 [2021-01-04T06:30:25.502Z] ---> Running in d119b4796418 [2021-01-04T06:30:25.502Z] ---> Running in 5f353f784520 [2021-01-04T06:30:25.502Z] ---> Running in fb423f051151 [2021-01-04T06:30:25.502Z] Removing intermediate container d119b4796418 [2021-01-04T06:30:25.502Z] ---> 89cc7300df4d [2021-01-04T06:30:25.502Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:30:25.502Z] Removing intermediate container fb423f051151 [2021-01-04T06:30:25.502Z] ---> 25d77d31b348 [2021-01-04T06:30:25.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:30:25.502Z] Removing intermediate container 5f353f784520 [2021-01-04T06:30:25.502Z] ---> e03d7aaa8994 [2021-01-04T06:30:25.502Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:30:25.503Z] Removing intermediate container 1fadce9aea7a [2021-01-04T06:30:25.503Z] ---> 36409f091efc [2021-01-04T06:30:25.503Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:30:25.503Z] Removing intermediate container 7a432a510c27 [2021-01-04T06:30:25.503Z] ---> 5575e5320fa4 [2021-01-04T06:30:25.503Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:30:25.503Z] ---> Running in 713036a3f834 [2021-01-04T06:30:25.503Z] ---> Running in 774c4fc82bd5 [2021-01-04T06:30:25.503Z] ---> Running in e3632ebff8b8 [2021-01-04T06:30:25.503Z] ---> Running in 698f04fcd012 [2021-01-04T06:30:25.503Z] ---> Running in 424e4aeb80d7 [2021-01-04T06:30:25.764Z] Removing intermediate container e3632ebff8b8 [2021-01-04T06:30:25.764Z] ---> d59202642c4b [2021-01-04T06:30:25.764Z] Step 5/24 : RUN apk update && apk add make git [2021-01-04T06:30:26.026Z] ---> Running in 9d5162d481e3 [2021-01-04T06:30:26.026Z] Removing intermediate container 713036a3f834 [2021-01-04T06:30:26.026Z] ---> 8683e9942ae1 [2021-01-04T06:30:26.026Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:30:26.293Z] Removing intermediate container 774c4fc82bd5 [2021-01-04T06:30:26.293Z] ---> 604021f8bd71 [2021-01-04T06:30:26.293Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T06:30:26.293Z] Removing intermediate container 424e4aeb80d7 [2021-01-04T06:30:26.293Z] ---> 9b53331c9a8f [2021-01-04T06:30:26.293Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:30:26.293Z] ---> Running in 7a3d67e26b36 [2021-01-04T06:30:26.560Z] ---> Running in dd5f21193b2e [2021-01-04T06:30:26.560Z] Removing intermediate container 698f04fcd012 [2021-01-04T06:30:26.560Z] ---> a9318e87b791 [2021-01-04T06:30:26.560Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T06:30:26.560Z] ---> Running in 882d9c9f2966 [2021-01-04T06:30:26.687Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:30:26.824Z] ---> Running in 62953d278229 [2021-01-04T06:30:27.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:27.149Z] Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:30:27.149Z] Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) [2021-01-04T06:30:27.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:27.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:27.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:27.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:25.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T06:30:25.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T06:30:25.824Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T06:30:25.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:30:25.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:30:25.877Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T06:30:26.714Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T06:30:26.732Z] > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 [2021-01-04T06:30:27.054Z] > git remote # timeout=10 [2021-01-04T06:30:27.076Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T06:30:27.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:30:27.102Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2021-01-04T06:30:27.129Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T06:30:27.157Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T06:30:27.170Z] > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 [2021-01-04T06:30:27.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:28.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:28.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:28.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:28.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:30:28.441Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:30:28.441Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:30:28.441Z] OK: 12750 distinct packages available [2021-01-04T06:30:28.709Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:30:28.709Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:30:28.709Z] OK: 12750 distinct packages available [2021-01-04T06:30:28.709Z] OK: 233 MiB in 51 packages [2021-01-04T06:30:29.004Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:30:29.004Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:30:29.004Z] OK: 12750 distinct packages available [2021-01-04T06:30:29.004Z] OK: 233 MiB in 51 packages [2021-01-04T06:30:29.281Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:30:29.281Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:30:29.281Z] OK: 12750 distinct packages available [2021-01-04T06:30:29.281Z] OK: 233 MiB in 51 packages [2021-01-04T06:30:29.281Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:30:29.281Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:30:29.281Z] OK: 12750 distinct packages available [2021-01-04T06:30:29.556Z] OK: 233 MiB in 51 packages [2021-01-04T06:30:29.556Z] Removing intermediate container 9d5162d481e3 [2021-01-04T06:30:29.556Z] ---> 12ba57ad07eb [2021-01-04T06:30:29.556Z] Step 6/24 : COPY go.mod . [2021-01-04T06:30:29.556Z] OK: 233 MiB in 51 packages [2021-01-04T06:30:29.833Z] Removing intermediate container 7a3d67e26b36 [2021-01-04T06:30:29.833Z] ---> c41150f82e92 [2021-01-04T06:30:29.833Z] Step 6/22 : COPY go.mod . [2021-01-04T06:30:30.106Z] ---> 9847b85d66d5 [2021-01-04T06:30:30.106Z] Step 7/24 : RUN go mod download [2021-01-04T06:30:30.106Z] Removing intermediate container dd5f21193b2e [2021-01-04T06:30:30.106Z] ---> 4c0e51775a67 [2021-01-04T06:30:30.106Z] Step 6/21 : COPY go.mod . [2021-01-04T06:30:30.371Z] ---> Running in 98550bb74aa4 [2021-01-04T06:30:30.371Z] ---> a1723527a88c [2021-01-04T06:30:30.371Z] Step 7/22 : RUN go mod download [2021-01-04T06:30:30.637Z] ---> Running in 79f208dc31d3 [2021-01-04T06:30:30.637Z] Removing intermediate container 62953d278229 [2021-01-04T06:30:30.637Z] ---> d822e9b930b0 [2021-01-04T06:30:30.637Z] Step 6/21 : COPY go.mod . [2021-01-04T06:30:30.913Z] Removing intermediate container 882d9c9f2966 [2021-01-04T06:30:30.913Z] ---> 974029f72ebd [2021-01-04T06:30:30.913Z] Step 6/22 : COPY go.mod . [2021-01-04T06:30:30.913Z] ---> 7794dedabed3 [2021-01-04T06:30:30.913Z] Step 7/21 : RUN go mod download [2021-01-04T06:30:30.913Z] ---> Running in a132e817c1b1 [2021-01-04T06:30:31.176Z] ---> f95fe2a97fd3 [2021-01-04T06:30:31.176Z] Step 7/21 : RUN go mod download [2021-01-04T06:30:31.440Z] ---> de5b3fd3ef1d [2021-01-04T06:30:31.440Z] Step 7/22 : RUN go mod download [2021-01-04T06:30:31.440Z] ---> Running in e8ec072e1e9b [2021-01-04T06:30:31.705Z] ---> Running in 3848f3ea26b2 [2021-01-04T06:30:31.824Z] Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T06:30:32.675Z] Removing intermediate container 98550bb74aa4 [2021-01-04T06:30:32.675Z] ---> e3b764004770 [2021-01-04T06:30:32.675Z] Step 8/24 : COPY . . [2021-01-04T06:30:32.675Z] Removing intermediate container 79f208dc31d3 [2021-01-04T06:30:32.675Z] ---> 633adafe4a28 [2021-01-04T06:30:32.675Z] Step 8/22 : COPY . . [2021-01-04T06:30:32.946Z] Removing intermediate container a132e817c1b1 [2021-01-04T06:30:32.946Z] ---> 12d60f667f0a [2021-01-04T06:30:32.946Z] Step 8/21 : COPY . . [2021-01-04T06:30:33.401Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T06:30:33.818Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T06:30:34.181Z] + true [2021-01-04T06:30:34.181Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T06:30:36.312Z] provisioning config files... [2021-01-04T06:30:36.393Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3020432981213072921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:30:36.815Z] ---> docker-login.sh [2021-01-04T06:30:36.815Z] nexus3.edgexfoundry.org:10001 [2021-01-04T06:30:37.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:30:38.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:30:38.111Z] Configure a credential helper to remove this warning. See [2021-01-04T06:30:38.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:30:38.111Z] [2021-01-04T06:30:38.111Z] Login Succeeded [2021-01-04T06:30:38.111Z] nexus3.edgexfoundry.org:10002 [2021-01-04T06:30:38.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:30:38.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:30:38.669Z] Configure a credential helper to remove this warning. See [2021-01-04T06:30:38.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:30:38.669Z] [2021-01-04T06:30:38.669Z] Login Succeeded [2021-01-04T06:30:38.669Z] nexus3.edgexfoundry.org:10003 [2021-01-04T06:30:38.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:30:39.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:30:39.221Z] Configure a credential helper to remove this warning. See [2021-01-04T06:30:39.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:30:39.221Z] [2021-01-04T06:30:39.221Z] Login Succeeded [2021-01-04T06:30:39.221Z] nexus3.edgexfoundry.org:10004 [2021-01-04T06:30:39.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:30:39.625Z] Removing intermediate container e8ec072e1e9b [2021-01-04T06:30:39.625Z] ---> 7ee8d56d7c5d [2021-01-04T06:30:39.625Z] Step 8/21 : COPY . . [2021-01-04T06:30:39.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:30:39.771Z] Configure a credential helper to remove this warning. See [2021-01-04T06:30:39.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:30:39.771Z] [2021-01-04T06:30:39.771Z] Login Succeeded [2021-01-04T06:30:39.771Z] docker.io [2021-01-04T06:30:40.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T06:30:40.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T06:30:40.318Z] Configure a credential helper to remove this warning. See [2021-01-04T06:30:40.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T06:30:40.318Z] [2021-01-04T06:30:40.318Z] Login Succeeded [2021-01-04T06:30:40.318Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T06:30:40.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T06:30:40.839Z] ========================================================= [2021-01-04T06:30:40.839Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T06:30:40.839Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:30:41.257Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T06:30:43.917Z] Sending build context to Docker daemon 165.4MB [2021-01-04T06:30:43.917Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T06:30:43.917Z] Step 2/7 : FROM ${BASE} [2021-01-04T06:30:43.917Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T06:30:43.917Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T06:30:43.917Z] a4357932f1b6: Pulling fs layer [2021-01-04T06:30:43.917Z] 18c013af1878: Pulling fs layer [2021-01-04T06:30:43.917Z] 00ac8860ef70: Pulling fs layer [2021-01-04T06:30:43.917Z] 63d7cb157983: Pulling fs layer [2021-01-04T06:30:43.917Z] b116817d02f9: Pulling fs layer [2021-01-04T06:30:43.917Z] 745a02a5169b: Pulling fs layer [2021-01-04T06:30:43.917Z] 00ac8860ef70: Waiting [2021-01-04T06:30:43.917Z] 63d7cb157983: Waiting [2021-01-04T06:30:43.917Z] b116817d02f9: Waiting [2021-01-04T06:30:43.917Z] 745a02a5169b: Waiting [2021-01-04T06:30:43.917Z] 18c013af1878: Download complete [2021-01-04T06:30:43.917Z] a4357932f1b6: Download complete [2021-01-04T06:30:43.917Z] 63d7cb157983: Verifying Checksum [2021-01-04T06:30:43.917Z] 63d7cb157983: Download complete [2021-01-04T06:30:43.917Z] b116817d02f9: Verifying Checksum [2021-01-04T06:30:43.917Z] b116817d02f9: Download complete [2021-01-04T06:30:43.917Z] 5f621e34cdf4: Download complete [2021-01-04T06:30:44.533Z] 5f621e34cdf4: Pull complete [2021-01-04T06:30:44.807Z] a4357932f1b6: Pull complete [2021-01-04T06:30:45.058Z] Removing intermediate container 3848f3ea26b2 [2021-01-04T06:30:45.058Z] ---> 922f74645274 [2021-01-04T06:30:45.058Z] Step 8/22 : COPY . . [2021-01-04T06:30:45.409Z] 18c013af1878: Pull complete [2021-01-04T06:30:45.690Z] 745a02a5169b: Verifying Checksum [2021-01-04T06:30:45.690Z] 745a02a5169b: Download complete [2021-01-04T06:30:47.134Z] 00ac8860ef70: Verifying Checksum [2021-01-04T06:30:47.134Z] 00ac8860ef70: Download complete [2021-01-04T06:30:57.320Z] 00ac8860ef70: Pull complete [2021-01-04T06:30:57.599Z] 63d7cb157983: Pull complete [2021-01-04T06:30:57.875Z] b116817d02f9: Pull complete [2021-01-04T06:31:02.205Z] 745a02a5169b: Pull complete [2021-01-04T06:31:02.205Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T06:31:02.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T06:31:02.205Z] ---> b7e6874047d6 [2021-01-04T06:31:02.205Z] 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 [2021-01-04T06:31:05.595Z] ---> Running in c6b12a6a6269 [2021-01-04T06:31:06.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:31:07.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:31:08.140Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T06:31:08.415Z] (2/12) Installing file (5.38-r0) [2021-01-04T06:31:08.415Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T06:31:08.415Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T06:31:11.791Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T06:31:11.791Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T06:31:11.791Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T06:31:11.792Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T06:31:12.050Z] ---> c132bea9a908 [2021-01-04T06:31:12.050Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T06:31:12.050Z] ---> 08cd9bb10f7d [2021-01-04T06:31:12.050Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T06:31:12.050Z] ---> af164bb1cf90 [2021-01-04T06:31:12.050Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T06:31:12.050Z] ---> 45906a0cd8f2 [2021-01-04T06:31:12.050Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T06:31:12.050Z] ---> Running in 3edb8b4f1eff [2021-01-04T06:31:12.050Z] ---> Running in 35abf00c5a6a [2021-01-04T06:31:12.050Z] ---> Running in 4c1a930d2e0d [2021-01-04T06:31:12.050Z] ---> Running in 4f89904c1a47 [2021-01-04T06:31:12.064Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T06:31:12.064Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T06:31:12.321Z] ---> 07fc2b4d559f [2021-01-04T06:31:12.321Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T06:31:12.337Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T06:31:12.338Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T06:31:12.338Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:31:12.338Z] OK: 217 MiB in 51 packages [2021-01-04T06:31:12.592Z] ---> Running in bb783fdb6dec [2021-01-04T06:31:13.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T06:31:13.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T06:31:13.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T06:31:13.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T06:31:13.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T06:31:16.638Z] Removing intermediate container c6b12a6a6269 [2021-01-04T06:31:16.638Z] ---> c8b6d587ebde [2021-01-04T06:31:16.638Z] Step 4/7 : WORKDIR /edgex-go [2021-01-04T06:31:16.638Z] ---> Running in afae50858c4f [2021-01-04T06:31:16.909Z] Removing intermediate container afae50858c4f [2021-01-04T06:31:16.909Z] ---> 69d7fcc6db7b [2021-01-04T06:31:16.909Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-04T06:31:17.499Z] latest: Pulling from library/docker [2021-01-04T06:31:17.499Z] 159e5727ea61: Pulling fs layer [2021-01-04T06:31:17.499Z] 687389c36290: Pulling fs layer [2021-01-04T06:31:17.500Z] 94e28978939c: Pulling fs layer [2021-01-04T06:31:17.500Z] ea42096754a7: Pulling fs layer [2021-01-04T06:31:17.500Z] bd61cee6920e: Pulling fs layer [2021-01-04T06:31:17.500Z] 87c4ece4675c: Pulling fs layer [2021-01-04T06:31:17.500Z] 90ca8b2ff088: Pulling fs layer [2021-01-04T06:31:17.500Z] ea42096754a7: Waiting [2021-01-04T06:31:17.500Z] bd61cee6920e: Waiting [2021-01-04T06:31:17.500Z] 87c4ece4675c: Waiting [2021-01-04T06:31:17.500Z] 90ca8b2ff088: Waiting [2021-01-04T06:31:17.775Z] 94e28978939c: Verifying Checksum [2021-01-04T06:31:17.775Z] 94e28978939c: Download complete [2021-01-04T06:31:17.775Z] 687389c36290: Verifying Checksum [2021-01-04T06:31:17.775Z] 687389c36290: Download complete [2021-01-04T06:31:17.775Z] 159e5727ea61: Download complete [2021-01-04T06:31:17.775Z] bd61cee6920e: Verifying Checksum [2021-01-04T06:31:17.775Z] 87c4ece4675c: Verifying Checksum [2021-01-04T06:31:17.775Z] bd61cee6920e: Download complete [2021-01-04T06:31:17.775Z] 87c4ece4675c: Download complete [2021-01-04T06:31:18.050Z] 90ca8b2ff088: Verifying Checksum [2021-01-04T06:31:18.050Z] 90ca8b2ff088: Download complete [2021-01-04T06:31:18.666Z] 159e5727ea61: Pull complete [2021-01-04T06:31:19.270Z] 687389c36290: Pull complete [2021-01-04T06:31:19.270Z] ea42096754a7: Verifying Checksum [2021-01-04T06:31:19.270Z] ea42096754a7: Download complete [2021-01-04T06:31:19.864Z] 94e28978939c: Pull complete [2021-01-04T06:31:24.186Z] ea42096754a7: Pull complete [2021-01-04T06:31:24.186Z] bd61cee6920e: Pull complete [2021-01-04T06:31:24.186Z] 87c4ece4675c: Pull complete [2021-01-04T06:31:24.460Z] 90ca8b2ff088: Pull complete [2021-01-04T06:31:24.460Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2021-01-04T06:31:24.460Z] Status: Downloaded newer image for docker:latest [2021-01-04T06:31:27.849Z] ---> 5002bb2937df [2021-01-04T06:31:27.849Z] Step 6/7 : COPY go.mod . [2021-01-04T06:31:28.444Z] ---> 5ee679c2fa71 [2021-01-04T06:31:28.444Z] Step 7/7 : RUN go mod download [2021-01-04T06:31:28.719Z] ---> Running in acf4f696a405 [2021-01-04T06:31:40.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T06:31:40.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T06:31:46.993Z] Removing intermediate container 4c1a930d2e0d [2021-01-04T06:31:46.993Z] ---> 5d9c125a52ed [2021-01-04T06:31:46.993Z] [2021-01-04T06:31:46.993Z] Step 10/24 : FROM alpine:3.10 [2021-01-04T06:31:46.993Z] 3.10: Pulling from library/alpine [2021-01-04T06:31:46.993Z] Removing intermediate container bb783fdb6dec [2021-01-04T06:31:46.993Z] ---> 4e7bde5a5e77 [2021-01-04T06:31:46.993Z] [2021-01-04T06:31:46.993Z] Step 10/22 : FROM scratch [2021-01-04T06:31:46.993Z] ---> [2021-01-04T06:31:46.993Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:31:46.993Z] Removing intermediate container 4f89904c1a47 [2021-01-04T06:31:46.993Z] ---> 5d961193273c [2021-01-04T06:31:46.993Z] [2021-01-04T06:31:46.993Z] Step 10/21 : FROM scratch [2021-01-04T06:31:46.993Z] ---> [2021-01-04T06:31:46.993Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:31:46.993Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-04T06:31:47.258Z] Status: Downloaded newer image for alpine:3.10 [2021-01-04T06:31:47.258Z] ---> be4e4bea2c2e [2021-01-04T06:31:47.258Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T06:31:47.258Z] ---> Running in 9d43c967f702 [2021-01-04T06:31:47.258Z] ---> Running in 4d35d6e042e2 [2021-01-04T06:31:47.258Z] Removing intermediate container 3edb8b4f1eff [2021-01-04T06:31:47.258Z] ---> 9a1ad272df9b [2021-01-04T06:31:47.258Z] [2021-01-04T06:31:47.258Z] Step 10/21 : FROM alpine [2021-01-04T06:31:47.258Z] ---> Running in 28e9df3bd217 [2021-01-04T06:31:47.258Z] latest: Pulling from library/alpine [2021-01-04T06:31:47.530Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T06:31:47.530Z] Status: Downloaded newer image for alpine:latest [2021-01-04T06:31:47.530Z] ---> 389fef711851 [2021-01-04T06:31:47.530Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-04T06:31:47.530Z] Removing intermediate container 9d43c967f702 [2021-01-04T06:31:47.530Z] ---> 373810bdbcd1 [2021-01-04T06:31:47.530Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T06:31:47.530Z] Removing intermediate container 4d35d6e042e2 [2021-01-04T06:31:47.530Z] ---> c0201daadf3d [2021-01-04T06:31:47.530Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T06:31:47.800Z] ---> Running in ac84be62833c [2021-01-04T06:31:48.380Z] ---> Running in 725baed5a724 [2021-01-04T06:31:48.647Z] ---> Running in 611812d18133 [2021-01-04T06:31:48.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:31:48.911Z] Removing intermediate container 725baed5a724 [2021-01-04T06:31:48.911Z] ---> e8ee13fdcd23 [2021-01-04T06:31:48.911Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T06:31:48.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:31:48.911Z] Removing intermediate container ac84be62833c [2021-01-04T06:31:48.911Z] ---> 98fa839d7cb4 [2021-01-04T06:31:48.912Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T06:31:49.179Z] ---> Running in 9c2543960830 [2021-01-04T06:31:49.179Z] v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-04T06:31:49.179Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-04T06:31:49.179Z] OK: 10350 distinct packages available [2021-01-04T06:31:49.179Z] ---> Running in 7699f0690fb6 [2021-01-04T06:31:49.179Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-04T06:31:49.442Z] Removing intermediate container 7699f0690fb6 [2021-01-04T06:31:49.442Z] ---> 68d09ae53b53 [2021-01-04T06:31:49.442Z] Step 14/22 : WORKDIR / [2021-01-04T06:31:49.442Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-04T06:31:49.442Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-04T06:31:49.442Z] (4/5) Installing curl (7.66.0-r3) [2021-01-04T06:31:49.442Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T06:31:49.442Z] Executing busybox-1.30.1-r3.trigger [2021-01-04T06:31:49.442Z] Executing ca-certificates-20191127-r2.trigger [2021-01-04T06:31:49.442Z] OK: 7 MiB in 19 packages [2021-01-04T06:31:49.714Z] Removing intermediate container 9c2543960830 [2021-01-04T06:31:49.714Z] ---> 14b489049e2e [2021-01-04T06:31:49.714Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T06:31:49.982Z] ---> Running in bcc6094de547 [2021-01-04T06:31:49.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:31:50.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:31:50.247Z] v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:31:50.247Z] v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:31:50.247Z] OK: 12745 distinct packages available [2021-01-04T06:31:50.825Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T06:31:50.825Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T06:31:50.825Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T06:31:50.825Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T06:31:50.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:31:50.825Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T06:31:50.825Z] OK: 7 MiB in 18 packages [2021-01-04T06:31:51.407Z] ---> d02c24994ccc [2021-01-04T06:31:51.407Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T06:31:53.328Z] Removing intermediate container bcc6094de547 [2021-01-04T06:31:53.328Z] ---> 358d3648893b [2021-01-04T06:31:53.328Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T06:31:53.328Z] Removing intermediate container 35abf00c5a6a [2021-01-04T06:31:53.328Z] ---> 5703b8d056c5 [2021-01-04T06:31:53.328Z] [2021-01-04T06:31:53.328Z] Step 10/22 : FROM scratch [2021-01-04T06:31:53.328Z] ---> [2021-01-04T06:31:53.328Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:31:53.328Z] ---> Using cache [2021-01-04T06:31:53.328Z] ---> c0201daadf3d [2021-01-04T06:31:53.328Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T06:31:53.328Z] ---> b1bda9021893 [2021-01-04T06:31:53.328Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T06:31:53.328Z] Removing intermediate container 28e9df3bd217 [2021-01-04T06:31:53.328Z] ---> bed4f31a39f3 [2021-01-04T06:31:53.328Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T06:31:53.328Z] ---> Running in 72b3d62f99c5 [2021-01-04T06:31:53.903Z] ---> Running in 71822f6295d1 [2021-01-04T06:31:53.903Z] ---> b2093bf5d5bc [2021-01-04T06:31:53.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T06:31:54.168Z] Removing intermediate container 611812d18133 [2021-01-04T06:31:54.168Z] ---> c4d07229d2e3 [2021-01-04T06:31:54.168Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T06:31:54.168Z] Removing intermediate container 72b3d62f99c5 [2021-01-04T06:31:54.168Z] ---> dea927b23894 [2021-01-04T06:31:54.168Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T06:31:54.168Z] ---> 0b43242d9499 [2021-01-04T06:31:54.168Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T06:31:54.439Z] ---> Running in 0ded49d8c9cf [2021-01-04T06:31:54.439Z] ---> Running in f71751759dac [2021-01-04T06:31:54.439Z] ---> Running in ceddcefa18fb [2021-01-04T06:31:54.439Z] Removing intermediate container 71822f6295d1 [2021-01-04T06:31:54.439Z] ---> 3279f7b2023b [2021-01-04T06:31:54.439Z] Step 13/24 : WORKDIR / [2021-01-04T06:31:54.439Z] ---> 51ca9f9140eb [2021-01-04T06:31:54.439Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T06:31:54.702Z] ---> Running in f9f2f765d91b [2021-01-04T06:31:54.966Z] Removing intermediate container 0ded49d8c9cf [2021-01-04T06:31:54.966Z] ---> e5492d6c47bc [2021-01-04T06:31:54.966Z] Step 14/22 : WORKDIR / [2021-01-04T06:31:54.966Z] Removing intermediate container f71751759dac [2021-01-04T06:31:54.966Z] ---> ceb2312f4507 [2021-01-04T06:31:54.966Z] Step 13/21 : WORKDIR /edgex [2021-01-04T06:31:55.236Z] ---> Running in 85099e2f5b42 [2021-01-04T06:31:55.236Z] Removing intermediate container ceddcefa18fb [2021-01-04T06:31:55.236Z] ---> 02326fec14e0 [2021-01-04T06:31:55.236Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:31:55.236Z] ---> 6e1286400718 [2021-01-04T06:31:55.236Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T06:31:55.236Z] ---> Running in 0f30316e9259 [2021-01-04T06:31:55.236Z] Removing intermediate container f9f2f765d91b [2021-01-04T06:31:55.236Z] ---> 937a46a5e3f8 [2021-01-04T06:31:55.236Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T06:31:55.236Z] ---> Running in 5606c7e8852b [2021-01-04T06:31:55.500Z] ---> Running in dbedc511ed04 [2021-01-04T06:31:55.500Z] Removing intermediate container 85099e2f5b42 [2021-01-04T06:31:55.500Z] ---> 3523675e6539 [2021-01-04T06:31:55.500Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T06:31:55.526Z] Removing intermediate container acf4f696a405 [2021-01-04T06:31:55.526Z] ---> 8e9dca2f13e2 [2021-01-04T06:31:55.526Z] Successfully built 8e9dca2f13e2 [2021-01-04T06:31:55.526Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:31:55.769Z] Removing intermediate container 0f30316e9259 [2021-01-04T06:31:55.769Z] ---> 3d0fc4e6155a [2021-01-04T06:31:55.769Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T06:31:55.769Z] Removing intermediate container 5606c7e8852b [2021-01-04T06:31:55.769Z] ---> 0fdafba238b9 [2021-01-04T06:31:55.769Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T06:31:55.769Z] Removing intermediate container dbedc511ed04 [2021-01-04T06:31:55.769Z] ---> 52c1da8fbdd3 [2021-01-04T06:31:55.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:31:55.769Z] ---> 6a49b2696b7b [2021-01-04T06:31:55.769Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T06:31:55.769Z] ---> Running in 65aeacb97af1 [2021-01-04T06:31:55.868Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T06:31:55.868Z] . [Pipeline] withDockerContainer [2021-01-04T06:31:56.033Z] ---> Running in 98bc3e3e5fc1 [2021-01-04T06:31:56.033Z] ---> a097ea063e48 [2021-01-04T06:31:56.033Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T06:31:56.033Z] ---> 8273c688540b [2021-01-04T06:31:56.033Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T06:31:56.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container [2021-01-04T06:31:56.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T06:31:56.301Z] Removing intermediate container 65aeacb97af1 [2021-01-04T06:31:56.301Z] ---> d9ff32ca4221 [2021-01-04T06:31:56.301Z] Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:31:56.569Z] ---> 2603b0cd9575 [2021-01-04T06:31:56.569Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T06:31:56.569Z] Removing intermediate container 98bc3e3e5fc1 [2021-01-04T06:31:56.569Z] ---> 2986fecf27b3 [2021-01-04T06:31:56.569Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T06:31:56.569Z] ---> Running in 62c0501b1a5a [2021-01-04T06:31:56.569Z] ---> Running in b210e4d0fb80 [2021-01-04T06:31:56.832Z] ---> 6eba264189bb [2021-01-04T06:31:56.832Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T06:31:56.832Z] ---> 5be7a23acd06 [2021-01-04T06:31:56.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T06:31:57.096Z] Removing intermediate container 62c0501b1a5a [2021-01-04T06:31:57.096Z] ---> 5c01ccb5542a [2021-01-04T06:31:57.096Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T06:31:57.685Z] ---> a0fef44d8796 [2021-01-04T06:31:57.685Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T06:31:57.686Z] Removing intermediate container b210e4d0fb80 [2021-01-04T06:31:57.686Z] ---> 5fef51756318 [2021-01-04T06:31:57.686Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:31:57.686Z] ---> Running in 41dfbf6bacf4 [2021-01-04T06:31:57.686Z] ---> c6ff8c25d1f9 [2021-01-04T06:31:57.686Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T06:31:57.686Z] ---> e78ac3fcc5ae [2021-01-04T06:31:57.686Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T06:31:57.767Z] $ docker top dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 -eo pid,comm [2021-01-04T06:31:57.952Z] ---> Running in 3bcd118fcd50 [2021-01-04T06:31:57.952Z] ---> Running in 15c62dbd398f [2021-01-04T06:31:57.952Z] ---> Running in a7b2a17ee378 [Pipeline] { [Pipeline] sh [2021-01-04T06:31:58.217Z] Removing intermediate container 41dfbf6bacf4 [2021-01-04T06:31:58.217Z] ---> 240ec0cee42b [2021-01-04T06:31:58.217Z] [2021-01-04T06:31:58.217Z] ---> bc77b414bdc0 [2021-01-04T06:31:58.217Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T06:31:58.217Z] Removing intermediate container 3bcd118fcd50 [2021-01-04T06:31:58.217Z] ---> cf2c169d5cbc [2021-01-04T06:31:58.217Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:31:58.217Z] Removing intermediate container a7b2a17ee378 [2021-01-04T06:31:58.217Z] ---> 54a63827bf8f [2021-01-04T06:31:58.217Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T06:31:58.217Z] Successfully built 240ec0cee42b [2021-01-04T06:31:58.480Z] Removing intermediate container 15c62dbd398f [2021-01-04T06:31:58.480Z] ---> 06bcd851cf73 [2021-01-04T06:31:58.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:31:58.480Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T06:31:58.480Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-04T06:31:58.744Z] ---> Running in ece8fbad3a69 [2021-01-04T06:31:58.744Z] ---> Running in 15c0e90b8454 [2021-01-04T06:31:58.744Z] ---> Running in fc5f61743042 [2021-01-04T06:31:58.744Z] ---> 211b6f6ea007 [2021-01-04T06:31:58.744Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T06:31:58.854Z] + go version [2021-01-04T06:31:58.854Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T06:31:58.873Z] $ docker stop --time=1 dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 [2021-01-04T06:31:59.010Z] Removing intermediate container ece8fbad3a69 [2021-01-04T06:31:59.010Z] ---> e8763407d4fe [2021-01-04T06:31:59.011Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T06:31:59.274Z] Removing intermediate container 15c0e90b8454 [2021-01-04T06:31:59.274Z] ---> 4e1db7a0da85 [2021-01-04T06:31:59.274Z] [2021-01-04T06:32:00.226Z] Removing intermediate container fc5f61743042 [2021-01-04T06:32:00.226Z] ---> e2d237ff6cd8 [2021-01-04T06:32:00.226Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T06:32:00.226Z] Successfully built 4e1db7a0da85 [2021-01-04T06:32:00.226Z] Successfully tagged docker-core-command-go:latest [2021-01-04T06:32:00.226Z] Building docker-sys-mgmt-agent-go [2021-01-04T06:32:00.878Z] $ docker rm -f dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:32:01.899Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T06:32:01.899Z] . [Pipeline] withDockerContainer [2021-01-04T06:32:02.165Z] prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container [2021-01-04T06:32:02.236Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T06:32:02.801Z]  Building docker-core-command-go ... done  ---> Running in c0b7ea3e2ffa [2021-01-04T06:32:02.801Z] ---> cbc9dc0d2d3a [2021-01-04T06:32:02.801Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T06:32:03.687Z] $ docker top ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T06:32:04.072Z] ========================================================= [2021-01-04T06:32:04.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T06:32:04.072Z] ========================================================= [Pipeline] sh [2021-01-04T06:32:04.713Z] + make test [2021-01-04T06:32:04.713Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T06:32:05.459Z] ---> Running in 704e4f8cd3e8 [2021-01-04T06:32:05.459Z] ---> Running in 1011157aa9e6 [2021-01-04T06:32:05.720Z] Removing intermediate container c0b7ea3e2ffa [2021-01-04T06:32:05.721Z] ---> 125c4a0f0690 [2021-01-04T06:32:05.721Z] Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:32:06.690Z] ---> Running in 8d30fc76c17b [2021-01-04T06:32:06.690Z] Removing intermediate container 1011157aa9e6 [2021-01-04T06:32:06.690Z] ---> 8ef51fd34d3b [2021-01-04T06:32:06.690Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:32:09.308Z] ---> Running in b6d4c96fc4e1 [2021-01-04T06:32:09.308Z] Removing intermediate container 8d30fc76c17b [2021-01-04T06:32:09.308Z] ---> 5d86c05a9cea [2021-01-04T06:32:09.308Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T06:32:10.705Z] ---> Running in 286f2991eef5 [2021-01-04T06:32:12.107Z] Removing intermediate container b6d4c96fc4e1 [2021-01-04T06:32:12.107Z] ---> 934d29f8fccd [2021-01-04T06:32:12.107Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:32:13.067Z] Removing intermediate container 286f2991eef5 [2021-01-04T06:32:13.067Z] ---> 5840148553f8 [2021-01-04T06:32:13.067Z] [2021-01-04T06:32:13.067Z] ---> Running in 1f4fa71a8b5b [2021-01-04T06:32:13.345Z] Removing intermediate container 704e4f8cd3e8 [2021-01-04T06:32:13.345Z] ---> 60513af895fc [2021-01-04T06:32:13.345Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T06:32:13.611Z] Successfully built 5840148553f8 [2021-01-04T06:32:15.029Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T06:32:15.029Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-04T06:32:16.434Z] ---> Running in 0c635a83f2dc [2021-01-04T06:32:16.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:32:16.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:32:16.697Z] ---> 320f3bd694ae [2021-01-04T06:32:16.697Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:32:16.697Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:32:16.697Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:32:16.697Z] ---> 320f3bd694ae [2021-01-04T06:32:16.697Z] Step 3/27 : WORKDIR /edgex-go [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> 5575e5320fa4 [2021-01-04T06:32:16.697Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:32:16.697Z] ---> 5575e5320fa4 [2021-01-04T06:32:16.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> 9b53331c9a8f [2021-01-04T06:32:16.697Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> 9b53331c9a8f [2021-01-04T06:32:16.697Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> 974029f72ebd [2021-01-04T06:32:16.697Z] Step 6/22 : COPY go.mod . [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> de5b3fd3ef1d [2021-01-04T06:32:16.697Z] Step 7/22 : RUN go mod download [2021-01-04T06:32:16.697Z] ---> Using cache [2021-01-04T06:32:16.697Z] ---> 922f74645274 [2021-01-04T06:32:16.697Z] Step 8/22 : COPY . . [2021-01-04T06:32:16.961Z] ---> Using cache [2021-01-04T06:32:16.961Z] ---> 07fc2b4d559f [2021-01-04T06:32:16.961Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T06:32:17.920Z] Removing intermediate container 1f4fa71a8b5b [2021-01-04T06:32:17.920Z] ---> 4d36b259e863 [2021-01-04T06:32:17.920Z] [2021-01-04T06:32:18.183Z] ---> Running in 344f4f11c350 [2021-01-04T06:32:18.183Z] ---> Running in c67dc03351ea [2021-01-04T06:32:18.183Z] Removing intermediate container 0c635a83f2dc [2021-01-04T06:32:18.183Z] ---> e487bd43ef7e [2021-01-04T06:32:18.183Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T06:32:18.183Z] Successfully built 4d36b259e863 [2021-01-04T06:32:18.445Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T06:32:18.445Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-04T06:32:18.445Z] ---> Running in bd7a7103e792 [2021-01-04T06:32:20.386Z] Removing intermediate container bd7a7103e792 [2021-01-04T06:32:20.386Z] ---> e03ef6eacb1e [2021-01-04T06:32:20.386Z] Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:32:20.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T06:32:21.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:22.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:22.897Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:32:22.897Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:32:22.897Z] OK: 12750 distinct packages available [2021-01-04T06:32:23.159Z] OK: 233 MiB in 51 packages [2021-01-04T06:32:25.755Z] ---> Running in a0d709399ac9 [2021-01-04T06:32:26.900Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T06:32:27.202Z] Removing intermediate container a0d709399ac9 [2021-01-04T06:32:27.202Z] ---> eccb6f7a7823 [2021-01-04T06:32:27.202Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T06:32:27.202Z] ---> Running in 8a256da3a7cf [2021-01-04T06:32:27.488Z] Removing intermediate container 344f4f11c350 [2021-01-04T06:32:27.488Z] ---> b893df55f403 [2021-01-04T06:32:27.488Z] Step 6/27 : COPY go.mod . [2021-01-04T06:32:28.454Z] Removing intermediate container 8a256da3a7cf [2021-01-04T06:32:28.454Z] ---> fe3d784327cf [2021-01-04T06:32:28.454Z] [2021-01-04T06:32:28.454Z] Successfully built fe3d784327cf [2021-01-04T06:32:28.454Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T06:32:28.719Z]  Building docker-security-secretstore-setup-go ... done  ---> 3120b271dbe5 [2021-01-04T06:32:28.719Z] Step 7/27 : RUN go mod download [2021-01-04T06:32:28.985Z] ---> Running in d560c3dfccc7 [2021-01-04T06:32:33.284Z] Removing intermediate container d560c3dfccc7 [2021-01-04T06:32:33.284Z] ---> ae909a9c2e18 [2021-01-04T06:32:33.284Z] Step 8/27 : COPY . . [2021-01-04T06:32:33.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:32:33.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:32:33.284Z] ---> 320f3bd694ae [2021-01-04T06:32:33.284Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T06:32:33.284Z] ---> Using cache [2021-01-04T06:32:33.284Z] ---> 5575e5320fa4 [2021-01-04T06:32:33.284Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:32:33.284Z] ---> Using cache [2021-01-04T06:32:33.284Z] ---> 9b53331c9a8f [2021-01-04T06:32:33.284Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-04T06:32:33.944Z] ---> Running in fdc35f74be03 [2021-01-04T06:32:36.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:36.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:37.769Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:32:37.769Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:32:37.769Z] OK: 12750 distinct packages available [2021-01-04T06:32:38.207Z] OK: 233 MiB in 51 packages [2021-01-04T06:32:38.508Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:32:38.508Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:32:38.508Z] ---> 320f3bd694ae [2021-01-04T06:32:38.508Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T06:32:38.508Z] ---> Using cache [2021-01-04T06:32:38.508Z] ---> 5575e5320fa4 [2021-01-04T06:32:38.508Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:32:38.508Z] ---> Using cache [2021-01-04T06:32:38.508Z] ---> 9b53331c9a8f [2021-01-04T06:32:38.508Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T06:32:40.531Z] ---> Running in 77045898c2b9 [2021-01-04T06:32:44.757Z] Removing intermediate container fdc35f74be03 [2021-01-04T06:32:44.757Z] ---> 64d4f2225e07 [2021-01-04T06:32:44.757Z] Step 6/24 : COPY go.mod . [2021-01-04T06:32:44.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:45.028Z] ---> 248a4cd1debe [2021-01-04T06:32:45.028Z] Step 7/24 : RUN go mod download [2021-01-04T06:32:45.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:32:45.878Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:32:45.878Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:32:45.878Z] OK: 12750 distinct packages available [2021-01-04T06:32:45.878Z] ---> Running in cb930b76565f [2021-01-04T06:32:46.454Z] OK: 233 MiB in 51 packages [2021-01-04T06:32:48.380Z] Removing intermediate container c67dc03351ea [2021-01-04T06:32:48.380Z] ---> 8df547e5eebf [2021-01-04T06:32:48.380Z] [2021-01-04T06:32:48.380Z] Step 10/22 : FROM alpine:3.10 [2021-01-04T06:32:48.380Z] ---> be4e4bea2c2e [2021-01-04T06:32:48.380Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T06:32:48.380Z] ---> Using cache [2021-01-04T06:32:48.380Z] ---> bed4f31a39f3 [2021-01-04T06:32:48.380Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T06:32:48.380Z] Removing intermediate container 77045898c2b9 [2021-01-04T06:32:48.380Z] ---> 72359d2abc8b [2021-01-04T06:32:48.380Z] Step 6/23 : COPY go.mod . [2021-01-04T06:32:49.323Z] ---> Running in 1e12ac12b07b [2021-01-04T06:32:50.271Z] ---> b40432d740a9 [2021-01-04T06:32:50.271Z] Step 7/23 : RUN go mod download [2021-01-04T06:32:50.846Z] Removing intermediate container 1e12ac12b07b [2021-01-04T06:32:50.846Z] ---> 95d2882bc7cb [2021-01-04T06:32:50.846Z] Step 13/22 : WORKDIR / [2021-01-04T06:32:50.846Z] ---> Running in b9cac2b26d64 [2021-01-04T06:32:50.846Z] Removing intermediate container cb930b76565f [2021-01-04T06:32:50.846Z] ---> 5bc17bd1f535 [2021-01-04T06:32:50.846Z] Step 8/24 : COPY . . [2021-01-04T06:32:51.107Z] ---> 55cca0507754 [2021-01-04T06:32:51.107Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T06:32:51.107Z] ---> Running in 2f3da1a6e7eb [2021-01-04T06:32:51.378Z] ---> Running in 95780f999809 [2021-01-04T06:32:53.334Z] Removing intermediate container 2f3da1a6e7eb [2021-01-04T06:32:53.334Z] ---> 201f8a709264 [2021-01-04T06:32:53.334Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T06:32:53.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T06:32:56.673Z] ---> cbb6f09921c9 [2021-01-04T06:32:56.673Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T06:32:58.084Z] Removing intermediate container b9cac2b26d64 [2021-01-04T06:32:58.084Z] ---> f28109c37f86 [2021-01-04T06:32:58.084Z] Step 8/23 : COPY . . [2021-01-04T06:33:00.720Z] ---> 4a0fa96aed56 [2021-01-04T06:33:00.720Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T06:33:03.397Z] ---> 6e83a44028b1 [2021-01-04T06:33:03.397Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T06:33:04.025Z] ---> 47922df44854 [2021-01-04T06:33:04.025Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T06:33:04.981Z] ---> Running in 9e3088b0ac92 [2021-01-04T06:33:05.945Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T06:33:13.256Z] Removing intermediate container 9e3088b0ac92 [2021-01-04T06:33:13.257Z] ---> 9f694ca753ce [2021-01-04T06:33:13.257Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T06:33:13.257Z] ---> Running in c4d2842c32b7 [2021-01-04T06:33:15.193Z] Removing intermediate container c4d2842c32b7 [2021-01-04T06:33:15.193Z] ---> a1b7c5d5e2b8 [2021-01-04T06:33:15.193Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T06:33:16.173Z] ---> Running in 588efb87f61f [2021-01-04T06:33:16.174Z] ---> 9a88c828d37e [2021-01-04T06:33:16.174Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T06:33:18.132Z] ---> Running in 26d5274c47d4 [2021-01-04T06:33:18.132Z] Removing intermediate container 588efb87f61f [2021-01-04T06:33:18.132Z] ---> 6d4d6bbf6e94 [2021-01-04T06:33:18.132Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:33:18.709Z] ---> Running in 5f101be2e980 [2021-01-04T06:33:18.709Z] Removing intermediate container 95780f999809 [2021-01-04T06:33:18.709Z] ---> a35f689ee040 [2021-01-04T06:33:18.709Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T06:33:18.709Z] ---> 515c833aee91 [2021-01-04T06:33:18.709Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T06:33:18.709Z] ---> Running in a21e38ae997f [2021-01-04T06:33:18.971Z] Removing intermediate container 5f101be2e980 [2021-01-04T06:33:18.971Z] ---> 95ac7b16253d [2021-01-04T06:33:18.971Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:33:18.971Z] ---> Running in 0c34a10023f4 [2021-01-04T06:33:19.233Z] ---> Running in 42e16339e7b2 [2021-01-04T06:33:19.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T06:33:19.518Z] Removing intermediate container 42e16339e7b2 [2021-01-04T06:33:19.518Z] ---> b1d51f0f00f8 [2021-01-04T06:33:19.518Z] [2021-01-04T06:33:19.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T06:33:19.786Z] Successfully built b1d51f0f00f8 [2021-01-04T06:33:19.786Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T06:33:19.786Z]  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T06:33:22.370Z] Removing intermediate container a21e38ae997f [2021-01-04T06:33:22.370Z] ---> 54a4d1e2abaa [2021-01-04T06:33:22.370Z] [2021-01-04T06:33:22.370Z] Step 11/27 : FROM docker:latest [2021-01-04T06:33:22.370Z] ---> 0040bc98e531 [2021-01-04T06:33:22.370Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-04T06:33:22.370Z] ---> Running in 9ad964de391e [2021-01-04T06:33:23.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:23.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:23.935Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T06:33:23.935Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T06:33:23.935Z] Executing bash-5.0.17-r0.post-install [2021-01-04T06:33:23.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:33:23.935Z] OK: 12 MiB in 22 packages [2021-01-04T06:33:25.356Z] Removing intermediate container 9ad964de391e [2021-01-04T06:33:25.356Z] ---> fb5f948f5742 [2021-01-04T06:33:25.356Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-04T06:33:25.356Z] ---> Running in 2f10f5b61cce [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T06:33:28.163Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T06:33:28.721Z] Removing intermediate container 2f10f5b61cce [2021-01-04T06:33:28.721Z] ---> d7a07a791338 [2021-01-04T06:33:28.721Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T06:33:28.721Z] ---> Running in c459c7cd59ce [2021-01-04T06:33:28.988Z] Removing intermediate container c459c7cd59ce [2021-01-04T06:33:28.988Z] ---> dff7dcda0c48 [2021-01-04T06:33:28.988Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-04T06:33:29.255Z] ---> Running in faf374ddc706 [2021-01-04T06:33:29.522Z] Removing intermediate container faf374ddc706 [2021-01-04T06:33:29.522Z] ---> 0bf87e2bfe48 [2021-01-04T06:33:29.522Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-04T06:33:29.522Z] ---> Running in ba63b3d060ac [2021-01-04T06:33:29.789Z] Removing intermediate container ba63b3d060ac [2021-01-04T06:33:29.789Z] ---> 59a4a631a9ce [2021-01-04T06:33:29.789Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T06:33:30.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T06:33:30.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T06:33:30.784Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T06:33:30.789Z] ---> 608690d59e14 [2021-01-04T06:33:30.789Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T06:33:31.389Z] ---> 4ce4c7a6baff [2021-01-04T06:33:31.389Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T06:33:32.358Z] ---> f01c007b752e [2021-01-04T06:33:32.358Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-04T06:33:32.358Z] ---> Running in 80c07e142080 [2021-01-04T06:33:32.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:33.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:33.226Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T06:33:33.226Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T06:33:33.498Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T06:33:33.498Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T06:33:33.498Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T06:33:33.498Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T06:33:33.498Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T06:33:34.476Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T06:33:34.476Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T06:33:34.476Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T06:33:34.476Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T06:33:34.476Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T06:33:34.476Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T06:33:34.476Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T06:33:34.476Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T06:33:34.476Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T06:33:34.476Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T06:33:34.742Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T06:33:34.742Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T06:33:34.742Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T06:33:34.742Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T06:33:34.742Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T06:33:34.742Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T06:33:34.742Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T06:33:34.742Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T06:33:34.742Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T06:33:35.017Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T06:33:35.017Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T06:33:35.017Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T06:33:35.017Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T06:33:35.017Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T06:33:35.017Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T06:33:35.017Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T06:33:35.592Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:33:35.592Z] OK: 71 MiB in 55 packages [2021-01-04T06:33:37.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements [2021-01-04T06:33:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T06:33:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T06:33:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T06:33:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T06:33:37.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T06:33:44.264Z] Removing intermediate container 26d5274c47d4 [2021-01-04T06:33:44.265Z] ---> 255b6bf5a637 [2021-01-04T06:33:44.265Z] [2021-01-04T06:33:44.265Z] Step 10/24 : FROM scratch [2021-01-04T06:33:44.265Z] ---> [2021-01-04T06:33:44.265Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T06:33:44.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.470s coverage: 27.0% of statements [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T06:33:44.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T06:33:44.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T06:33:44.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.557s coverage: 75.7% of statements [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T06:33:44.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.9% of statements [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T06:33:44.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T06:33:45.708Z] ---> Running in 18729cd5c337 [2021-01-04T06:33:45.708Z] Removing intermediate container 80c07e142080 [2021-01-04T06:33:45.708Z] ---> 7b43bd8b6831 [2021-01-04T06:33:45.708Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-04T06:33:45.982Z] ---> Running in 7174e380aa19 [2021-01-04T06:33:45.982Z] Removing intermediate container 18729cd5c337 [2021-01-04T06:33:45.982Z] ---> 5552250afb0a [2021-01-04T06:33:45.982Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T06:33:45.982Z] ---> Running in 8e66ba7673f3 [2021-01-04T06:33:46.257Z] Removing intermediate container 8e66ba7673f3 [2021-01-04T06:33:46.258Z] ---> 29041ed3328f [2021-01-04T06:33:46.258Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T06:33:46.837Z] ---> Running in ffa8feac0296 [2021-01-04T06:33:47.784Z] Removing intermediate container 0c34a10023f4 [2021-01-04T06:33:47.784Z] ---> 837e7af70a77 [2021-01-04T06:33:47.784Z] [2021-01-04T06:33:47.784Z] Step 10/23 : FROM alpine [2021-01-04T06:33:47.784Z] ---> 389fef711851 [2021-01-04T06:33:47.784Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:33:47.784Z] Removing intermediate container ffa8feac0296 [2021-01-04T06:33:47.784Z] ---> 348e3186fead [2021-01-04T06:33:47.784Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T06:33:48.049Z] ---> Running in 3014357d7eba [2021-01-04T06:33:48.049Z] Collecting docker-compose==1.23.2 [2021-01-04T06:33:48.049Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T06:33:48.049Z] Removing intermediate container 3014357d7eba [2021-01-04T06:33:48.049Z] ---> aaaeb3353acc [2021-01-04T06:33:48.049Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T06:33:48.313Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T06:33:48.313Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T06:33:48.313Z] ---> e8b096583f83 [2021-01-04T06:33:48.313Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T06:33:48.313Z] ---> Running in c258c3d4d77b [2021-01-04T06:33:48.578Z] Removing intermediate container c258c3d4d77b [2021-01-04T06:33:48.578Z] ---> 4da1d4fa336a [2021-01-04T06:33:48.578Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T06:33:48.578Z] ---> Running in 115eade79150 [2021-01-04T06:33:49.976Z] Removing intermediate container 115eade79150 [2021-01-04T06:33:49.976Z] ---> cbe5fe826b7b [2021-01-04T06:33:49.976Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:33:49.976Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T06:33:49.976Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T06:33:49.976Z] ---> Running in f053be87cd9a [2021-01-04T06:33:49.976Z] ---> 92aa63ca0161 [2021-01-04T06:33:49.976Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T06:33:49.976Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T06:33:49.976Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T06:33:50.245Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T06:33:50.245Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T06:33:50.819Z] ---> d2de5d48388b [2021-01-04T06:33:50.819Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T06:33:50.819Z] Collecting PyYAML<4,>=3.10 [2021-01-04T06:33:50.819Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T06:33:51.766Z] ---> adb9f589bbb1 [2021-01-04T06:33:51.766Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T06:33:51.766Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T06:33:51.766Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T06:33:52.034Z] Removing intermediate container f053be87cd9a [2021-01-04T06:33:52.034Z] ---> a5044e14a081 [2021-01-04T06:33:52.034Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-04T06:33:52.034Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T06:33:52.034Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T06:33:52.034Z] ---> Running in 4bae5228f1d0 [2021-01-04T06:33:52.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T06:33:52.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T06:33:52.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T06:33:52.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T06:33:52.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements [2021-01-04T06:33:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T06:33:52.611Z] ---> 9347e704343a [2021-01-04T06:33:52.611Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T06:33:52.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:52.611Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T06:33:52.611Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T06:33:52.611Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T06:33:52.611Z] ---> 01004b7c5140 [2021-01-04T06:33:52.611Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T06:33:53.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:33:53.183Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T06:33:53.447Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T06:33:53.447Z] ---> Running in 8e8119b10063 [2021-01-04T06:33:53.447Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T06:33:53.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T06:33:53.447Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T06:33:53.447Z] Collecting idna<2.8,>=2.5 [2021-01-04T06:33:53.447Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T06:33:53.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-01-04T06:33:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T06:33:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T06:33:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T06:33:53.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T06:33:53.707Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T06:33:53.708Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T06:33:53.708Z] Removing intermediate container 8e8119b10063 [2021-01-04T06:33:53.708Z] ---> 0486dbcfbe88 [2021-01-04T06:33:53.708Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:33:53.708Z] ---> Running in a8084eeccd9c [2021-01-04T06:33:53.708Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T06:33:53.708Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T06:33:53.708Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T06:33:53.708Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T06:33:53.708Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T06:33:53.708Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T06:33:53.708Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T06:33:53.708Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T06:33:53.708Z] Removing intermediate container a8084eeccd9c [2021-01-04T06:33:53.708Z] ---> 2037101d29a0 [2021-01-04T06:33:53.708Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T06:33:53.970Z] ---> Running in 634604b242c1 [2021-01-04T06:33:53.970Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, PyYAML, cached-property, texttable, jsonschema, docker-compose [2021-01-04T06:33:53.970Z] Running setup.py install for dockerpty: started [2021-01-04T06:33:53.970Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T06:33:53.970Z] Removing intermediate container 634604b242c1 [2021-01-04T06:33:53.970Z] ---> bebbb1180d22 [2021-01-04T06:33:53.970Z] Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:33:53.970Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T06:33:54.232Z] ---> Running in c8670919063a [2021-01-04T06:33:54.232Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:33:54.232Z] OK: 8 MiB in 19 packages [2021-01-04T06:33:54.232Z] Removing intermediate container c8670919063a [2021-01-04T06:33:54.232Z] ---> c6ce9e4a92df [2021-01-04T06:33:54.232Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T06:33:54.232Z] ---> Running in ae1bdb141a72 [2021-01-04T06:33:54.493Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T06:33:54.755Z] Removing intermediate container ae1bdb141a72 [2021-01-04T06:33:54.755Z] ---> 27ca7a8ce85e [2021-01-04T06:33:54.755Z] [2021-01-04T06:33:54.755Z] Attempting uninstall: idna [2021-01-04T06:33:54.755Z] Found existing installation: idna 2.9 [2021-01-04T06:33:54.755Z] Uninstalling idna-2.9: [2021-01-04T06:33:54.755Z] Successfully uninstalled idna-2.9 [2021-01-04T06:33:55.017Z] Removing intermediate container 4bae5228f1d0 [2021-01-04T06:33:55.017Z] ---> 04792b6473ca [2021-01-04T06:33:55.018Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T06:33:55.018Z] Successfully built 27ca7a8ce85e [2021-01-04T06:33:55.280Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T06:33:55.280Z]  Building docker-support-notifications-go ... done  Attempting uninstall: urllib3 [2021-01-04T06:33:55.280Z] Found existing installation: urllib3 1.25.9 [2021-01-04T06:33:55.280Z] Uninstalling urllib3-1.25.9: [2021-01-04T06:33:55.280Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T06:33:55.853Z] ---> 609978b090ba [2021-01-04T06:33:55.853Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T06:33:55.853Z] Attempting uninstall: requests [2021-01-04T06:33:55.853Z] Found existing installation: requests 2.23.0 [2021-01-04T06:33:55.853Z] Uninstalling requests-2.23.0: [2021-01-04T06:33:55.853Z] Successfully uninstalled requests-2.23.0 [2021-01-04T06:33:56.115Z] Running setup.py install for docopt: started [2021-01-04T06:33:56.686Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T06:33:56.686Z] Running setup.py install for PyYAML: started [2021-01-04T06:33:56.946Z] ---> 0848e7c4b952 [2021-01-04T06:33:56.946Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T06:33:56.946Z] ---> 6fa19916b147 [2021-01-04T06:33:56.946Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T06:33:57.207Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T06:33:57.207Z] ---> Running in 6f0eead26d08 [2021-01-04T06:33:57.207Z] Running setup.py install for texttable: started [2021-01-04T06:33:57.207Z] Removing intermediate container 6f0eead26d08 [2021-01-04T06:33:57.207Z] ---> ab83d2a9bc33 [2021-01-04T06:33:57.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:33:57.207Z] ---> Running in 2f7d3b523e14 [2021-01-04T06:33:57.468Z] Removing intermediate container 2f7d3b523e14 [2021-01-04T06:33:57.468Z] ---> 89277a426f7f [2021-01-04T06:33:57.468Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T06:33:57.468Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T06:33:57.729Z] ---> Running in 0932e75c6949 [2021-01-04T06:33:58.300Z] Removing intermediate container 0932e75c6949 [2021-01-04T06:33:58.301Z] ---> 1c306ed9e083 [2021-01-04T06:33:58.301Z] Step 22/23 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:33:58.564Z] ---> Running in d849ce90a32c [2021-01-04T06:33:58.825Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T06:33:58.825Z] Removing intermediate container d849ce90a32c [2021-01-04T06:33:58.825Z] ---> 1b8462e45b1d [2021-01-04T06:33:58.825Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T06:33:58.825Z] ---> Running in 679ab086c123 [2021-01-04T06:33:59.086Z] Removing intermediate container 679ab086c123 [2021-01-04T06:33:59.086Z] ---> 9518dc6a69da [2021-01-04T06:33:59.086Z] [2021-01-04T06:33:59.086Z] Successfully built 9518dc6a69da [2021-01-04T06:33:59.350Z] Successfully tagged docker-core-data-go:latest [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements [2021-01-04T06:34:00.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T06:34:00.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-04T06:34:00.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements [2021-01-04T06:34:01.272Z]  Building docker-core-data-go ... done Removing intermediate container 7174e380aa19 [2021-01-04T06:34:01.273Z] ---> 53ae9004ff41 [2021-01-04T06:34:01.273Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-04T06:34:01.273Z] ---> Running in 5c7f21f583df [2021-01-04T06:34:01.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T06:34:01.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T06:34:02.113Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T06:34:02.113Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T06:34:02.113Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T06:34:02.113Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:34:02.113Z] OK: 72 MiB in 58 packages [2021-01-04T06:34:02.685Z] Removing intermediate container 5c7f21f583df [2021-01-04T06:34:02.685Z] ---> 14f759ac4605 [2021-01-04T06:34:02.685Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T06:34:02.685Z] ---> Running in b502153bbe7c [2021-01-04T06:34:02.685Z] Removing intermediate container b502153bbe7c [2021-01-04T06:34:02.685Z] ---> 8d6df9b81ca7 [2021-01-04T06:34:02.685Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:34:02.685Z] ---> Running in 339034d9ab10 [2021-01-04T06:34:02.948Z] Removing intermediate container 339034d9ab10 [2021-01-04T06:34:02.948Z] ---> 31cbe26b25ea [2021-01-04T06:34:02.948Z] Step 25/27 : LABEL arch=x86_64 [2021-01-04T06:34:02.948Z] ---> Running in 62eb7713d0da [2021-01-04T06:34:02.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.2% of statements [2021-01-04T06:34:03.211Z] Removing intermediate container 62eb7713d0da [2021-01-04T06:34:03.211Z] ---> 1a69f6ba7763 [2021-01-04T06:34:03.211Z] Step 26/27 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:34:03.211Z] ---> Running in 93606f38a751 [2021-01-04T06:34:03.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements [2021-01-04T06:34:03.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T06:34:03.473Z] Removing intermediate container 93606f38a751 [2021-01-04T06:34:03.473Z] ---> e3d632590884 [2021-01-04T06:34:03.473Z] Step 27/27 : LABEL version=0.0.0 [2021-01-04T06:34:03.473Z] ---> Running in 0af64a01e346 [2021-01-04T06:34:03.740Z] Removing intermediate container 0af64a01e346 [2021-01-04T06:34:03.740Z] ---> 5a53078895bc [2021-01-04T06:34:03.740Z] [2021-01-04T06:34:03.740Z] Successfully built 5a53078895bc [2021-01-04T06:34:03.740Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T06:34:04.013Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T06:34:04.041Z] $ docker stop --time=1 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 [2021-01-04T06:34:05.810Z] $ docker rm -f 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T06:34:06.406Z] + docker images [2021-01-04T06:34:06.406Z] + grep docker [2021-01-04T06:34:06.406Z] docker-sys-mgmt-agent-go latest 5a53078895bc 3 seconds ago 313MB [2021-01-04T06:34:06.406Z] docker-core-data-go latest 9518dc6a69da 8 seconds ago 22.2MB [2021-01-04T06:34:06.406Z] docker-support-notifications-go latest 27ca7a8ce85e 12 seconds ago 12MB [2021-01-04T06:34:06.406Z] docker-security-bootstrap-redis-go latest b1d51f0f00f8 47 seconds ago 15.8MB [2021-01-04T06:34:06.406Z] docker-security-secretstore-setup-go latest fe3d784327cf About a minute ago 24.6MB [2021-01-04T06:34:06.406Z] docker-core-metadata-go latest 4d36b259e863 About a minute ago 13MB [2021-01-04T06:34:06.406Z] docker-security-proxy-setup-go latest 5840148553f8 About a minute ago 24.5MB [2021-01-04T06:34:06.406Z] docker-core-command-go latest 4e1db7a0da85 2 minutes ago 10.6MB [2021-01-04T06:34:06.406Z] docker-support-scheduler-go latest 240ec0cee42b 2 minutes ago 10.7MB [2021-01-04T06:34:06.406Z] docker latest 0040bc98e531 2 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-04T06:34:06.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements [2021-01-04T06:34:06.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T06:34:06.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T06:34:06.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-04T06:34:06.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-04T06:34:06.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-04T06:34:07.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements [2021-01-04T06:34:08.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-04T06:34:13.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 55.9% of statements [2021-01-04T06:34:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T06:34:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T06:34:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T06:34:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T06:34:13.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T06:34:13.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 37.0% of statements [2021-01-04T06:34:13.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T06:34:13.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T06:34:13.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.682s coverage: 84.0% of statements [2021-01-04T06:34:13.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-01-04T06:34:22.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T06:34:22.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T06:34:22.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements [2021-01-04T06:34:22.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T06:34:22.147Z] Still waiting to schedule task [2021-01-04T06:34:22.147Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.063s coverage: 29.1% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T06:34:25.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T06:34:25.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T06:34:26.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-01-04T06:34:27.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-04T06:34:27.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-04T06:34:28.587Z] GO111MODULE=on go vet ./... [2021-01-04T06:35:05.528Z] Running on prd-ubuntu18.04-docker-8c-8g-18144 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws [2021-01-04T06:35:05.593Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T06:35:07.874Z] using credential edgex-jenkins-ssh [2021-01-04T06:35:07.941Z] Cloning the remote Git repository [2021-01-04T06:35:07.972Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:35:08.043Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T06:35:08.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:35:08.076Z] > git --version # timeout=10 [2021-01-04T06:35:08.083Z] > git --version # 'git version 2.17.1' [2021-01-04T06:35:08.084Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:35:08.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T06:35:15.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T06:35:15.115Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T06:35:15.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T06:35:15.137Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T06:35:15.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:35:15.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T06:35:15.714Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:35:15.904Z] Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:35:15.905Z] Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) [2021-01-04T06:35:15.733Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T06:35:15.741Z] > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 [2021-01-04T06:35:15.881Z] > git remote # timeout=10 [2021-01-04T06:35:15.887Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T06:35:15.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T06:35:15.895Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2021-01-04T06:35:15.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T06:35:15.912Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T06:35:15.915Z] > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 [2021-01-04T06:35:19.641Z] Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:35:21.053Z] + echo snap-build.sh [2021-01-04T06:35:21.053Z] snap-build.sh [2021-01-04T06:35:21.053Z] + SNAP_BASE_DIR=. [2021-01-04T06:35:21.053Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-04T06:35:21.053Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-04T06:35:21.053Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-04T06:35:21.053Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-04T06:35:21.053Z] + cd /w/workspace/edgex-go/7 [2021-01-04T06:35:21.053Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T06:35:21.053Z] Reading package lists... [2021-01-04T06:35:21.316Z] Building dependency tree... [2021-01-04T06:35:21.316Z] Reading state information... [2021-01-04T06:35:21.579Z] The following packages were automatically installed and are no longer required: [2021-01-04T06:35:21.579Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T06:35:21.579Z] uidmap xdelta3 [2021-01-04T06:35:21.579Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T06:35:21.579Z] The following packages will be REMOVED: [2021-01-04T06:35:21.579Z] lxd* lxd-client* [2021-01-04T06:35:22.153Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T06:35:22.153Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T06:35:23.199Z] (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.) [2021-01-04T06:35:23.199Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T06:35:24.143Z] Removing lxd dnsmasq configuration [2021-01-04T06:35:24.144Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T06:35:24.405Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T06:35:24.980Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T06:35:25.242Z] (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.) [2021-01-04T06:35:25.242Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T06:35:26.629Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T06:35:26.890Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T06:35:28.282Z] + sudo snap remove --purge lxd [2021-01-04T06:35:28.542Z] snap "lxd" is not installed [2021-01-04T06:35:28.542Z] + sudo groupadd --force --system lxd [2021-01-04T06:35:28.802Z] ++ whoami [2021-01-04T06:35:28.802Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T06:35:28.802Z] + newgrp - lxd [2021-01-04T06:35:28.802Z] + sudo snap install lxd [2021-01-04T06:35:36.675Z] gofmt -l . [2021-01-04T06:35:36.675Z] [ "`gofmt -l .`" = "" ] [2021-01-04T06:35:36.675Z] ./bin/test-go-mod-tidy.sh [2021-01-04T06:35:36.951Z] ./bin/test-attribution-txt.sh [2021-01-04T06:35:36.965Z] 2021-01-04T06:35:34Z INFO Waiting for automatic snapd restart... [Pipeline] sh [2021-01-04T06:35:41.924Z] + ls -al . [2021-01-04T06:35:41.924Z] total 664 [2021-01-04T06:35:41.924Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 06:35 . [2021-01-04T06:35:41.924Z] drwxr-xr-x 4 root root 4096 Jan 4 06:32 .. [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 06:30 .dockerignore [2021-01-04T06:35:41.924Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 06:30 .git [2021-01-04T06:35:41.924Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 06:30 .github [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 06:30 .gitignore [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 06:30 .sonarcloud.properties [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 06:30 CONTRIBUTING.md [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 1035 Jan 4 06:30 Dockerfile.build [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 06:30 Jenkinsfile [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 06:30 LICENSE [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 06:30 Makefile [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 06:30 README.md [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 06:30 SECURITY.md [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 06:26 VERSION [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 06:30 ZMQWindows.md [2021-01-04T06:35:41.924Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 06:30 bin [2021-01-04T06:35:41.924Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 06:30 cmd [2021-01-04T06:35:41.924Z] -rw-r--r-- 1 root root 538204 Jan 4 06:34 coverage.out [2021-01-04T06:35:41.924Z] -rw-r--r-- 1 root root 979 Jan 4 06:35 go.mod [2021-01-04T06:35:41.924Z] -rw-r--r-- 1 root root 18739 Jan 4 06:35 go.sum [2021-01-04T06:35:41.924Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 06:30 internal [2021-01-04T06:35:41.924Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 06:30 openapi [2021-01-04T06:35:41.924Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 06:30 snap [2021-01-04T06:35:41.924Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 06:30 version.go [Pipeline] sh [2021-01-04T06:35:42.593Z] + '[' -e coverage.out ] [2021-01-04T06:35:42.593Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T06:35:42.657Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T06:35:43.937Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T06:35:44.657Z] + make build [2021-01-04T06:35:44.657Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T06:35:51.942Z] lxd 4.9 from Canonical* installed [2021-01-04T06:35:51.942Z] + sudo lxd init --auto [2021-01-04T06:35:54.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 [2021-01-04T06:35:58.607Z] + sudo snap install --classic snapcraft [2021-01-04T06:36:03.925Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T06:36:03.925Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T06:36:03.925Z] + patch --verbose -p1 [2021-01-04T06:36:03.925Z] Hmm... Looks like a unified diff to me... [2021-01-04T06:36:03.925Z] The text leading up to this was: [2021-01-04T06:36:03.925Z] -------------------------- [2021-01-04T06:36:03.925Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T06:36:03.925Z] |From: Tony Espy [2021-01-04T06:36:03.925Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T06:36:03.925Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T06:36:03.925Z] | [2021-01-04T06:36:03.925Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T06:36:03.925Z] |optimize the snap CI check run for pull requests. When [2021-01-04T06:36:03.925Z] |applied, it essentially strips out everything (apps and [2021-01-04T06:36:03.925Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T06:36:03.925Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T06:36:03.925Z] |catch changes to edgex-go that break the snap build. [2021-01-04T06:36:03.925Z] | [2021-01-04T06:36:03.925Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T06:36:03.925Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T06:36:03.925Z] |resulting in a failed snap build CI check in the associated [2021-01-04T06:36:03.925Z] |pull request. [2021-01-04T06:36:03.925Z] | [2021-01-04T06:36:03.925Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T06:36:03.925Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T06:36:03.925Z] |need to build the finally binary .snap file (and it won't [2021-01-04T06:36:03.925Z] |work with the patch applied). This further reduces the build [2021-01-04T06:36:03.925Z] |time. [2021-01-04T06:36:03.925Z] |--- [2021-01-04T06:36:03.925Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T06:36:03.925Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T06:36:03.925Z] | [2021-01-04T06:36:03.925Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T06:36:03.925Z] |index 1e537489..faf42425 100644 [2021-01-04T06:36:03.925Z] |--- a/snap/snapcraft.yaml [2021-01-04T06:36:03.925Z] |+++ b/snap/snapcraft.yaml [2021-01-04T06:36:03.925Z] -------------------------- [2021-01-04T06:36:03.925Z] patching file snap/snapcraft.yaml [2021-01-04T06:36:03.925Z] Using Plan A... [2021-01-04T06:36:03.925Z] Hunk #1 succeeded at 73. [2021-01-04T06:36:03.925Z] Hunk #2 succeeded at 202. [2021-01-04T06:36:03.925Z] Hunk #3 succeeded at 214. [2021-01-04T06:36:03.925Z] Hunk #4 succeeded at 222. [2021-01-04T06:36:03.925Z] Hunk #5 succeeded at 229. [2021-01-04T06:36:03.925Z] Hunk #6 succeeded at 256. [2021-01-04T06:36:03.925Z] Hunk #7 succeeded at 290. [2021-01-04T06:36:03.925Z] Hunk #8 succeeded at 341. [2021-01-04T06:36:03.925Z] Hmm... Ignoring the trailing garbage. [2021-01-04T06:36:03.925Z] done [2021-01-04T06:36:03.925Z] + sudo snapcraft prime --use-lxd [2021-01-04T06:36:05.843Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T06:36:05.844Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T06:36:05.844Z] - README.md [2021-01-04T06:36:05.844Z] [2021-01-04T06:36:05.844Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T06:36:06.417Z] Launching a container. [2021-01-04T06:36:17.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T06:36:18.667Z] Waiting for container to be ready [2021-01-04T06:36:18.668Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T06:36:18.668Z] [2021-01-04T06:36:21.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T06:36:21.984Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T06:36:21.984Z] Waiting for network to be ready... [2021-01-04T06:36:22.249Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T06:36:22.511Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2021-01-04T06:36:22.511Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T06:36:22.511Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T06:36:22.511Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T06:36:22.511Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T06:36:22.511Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T06:36:22.511Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T06:36:22.511Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T06:36:22.511Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T06:36:23.083Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T06:36:23.083Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T06:36:23.345Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T06:36:23.345Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T06:36:23.345Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T06:36:23.345Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T06:36:23.345Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T06:36:23.345Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T06:36:23.607Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T06:36:23.878Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T06:36:23.878Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T06:36:23.878Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T06:36:23.878Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T06:36:23.878Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T06:36:23.878Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T06:36:23.878Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T06:36:23.878Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T06:36:25.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T06:36:26.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T06:36:28.094Z] Fetched 23.5 MB in 5s (4588 kB/s) [2021-01-04T06:36:28.668Z] Reading package lists... [2021-01-04T06:36:28.931Z] Reading package lists... [2021-01-04T06:36:29.192Z] Building dependency tree... [2021-01-04T06:36:29.192Z] Reading state information... [2021-01-04T06:36:29.192Z] The following additional packages will be installed: [2021-01-04T06:36:29.192Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T06:36:29.192Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T06:36:29.192Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T06:36:29.192Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T06:36:29.192Z] Suggested packages: [2021-01-04T06:36:29.192Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T06:36:29.192Z] Recommended packages: [2021-01-04T06:36:29.192Z] gnupg libsasl2-modules [2021-01-04T06:36:29.192Z] The following NEW packages will be installed: [2021-01-04T06:36:29.192Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T06:36:29.192Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T06:36:29.192Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T06:36:29.192Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T06:36:29.192Z] The following packages will be upgraded: [2021-01-04T06:36:29.192Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T06:36:29.454Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T06:36:29.454Z] Need to get 3531 kB of archives. [2021-01-04T06:36:29.454Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T06:36:29.454Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T06:36:29.454Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T06:36:29.454Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T06:36:29.454Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T06:36:29.454Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T06:36:29.454Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T06:36:29.454Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T06:36:29.454Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T06:36:29.454Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T06:36:29.722Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T06:36:30.297Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T06:36:30.297Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T06:36:30.297Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T06:36:30.297Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T06:36:30.297Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T06:36:30.297Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T06:36:30.297Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T06:36:30.297Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T06:36:30.297Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T06:36:30.297Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T06:36:30.297Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T06:36:30.297Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T06:36:30.565Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T06:36:30.565Z] Fetched 3531 kB in 1s (3132 kB/s) [2021-01-04T06:36:30.832Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T06:36:30.832Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T06:36:30.832Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T06:36:30.832Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T06:36:30.832Z] Selecting previously unselected package udev. [2021-01-04T06:36:30.832Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T06:36:30.832Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T06:36:31.093Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T06:36:31.355Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T06:36:31.355Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T06:36:31.355Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T06:36:31.355Z] Selecting previously unselected package fuse. [2021-01-04T06:36:31.355Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T06:36:31.355Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T06:36:31.355Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T06:36:31.618Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T06:36:31.618Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T06:36:31.618Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T06:36:31.618Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T06:36:31.879Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T06:36:31.879Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T06:36:31.879Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T06:36:31.879Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T06:36:31.879Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T06:36:32.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T06:36:32.140Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.140Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.140Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T06:36:32.140Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.140Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.140Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T06:36:32.140Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.140Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.401Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T06:36:32.401Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.401Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.401Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T06:36:32.401Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.401Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.401Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T06:36:32.401Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.401Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.662Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T06:36:32.662Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.662Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.662Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T06:36:32.662Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.662Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.662Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T06:36:32.662Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T06:36:32.662Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:32.923Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T06:36:32.923Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T06:36:32.923Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T06:36:32.923Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T06:36:32.923Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T06:36:32.923Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T06:36:32.923Z] Selecting previously unselected package libldap-common. [2021-01-04T06:36:32.923Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T06:36:32.923Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T06:36:33.185Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T06:36:33.185Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T06:36:33.185Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T06:36:33.185Z] Selecting previously unselected package dirmngr. [2021-01-04T06:36:33.185Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T06:36:33.185Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T06:36:33.185Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T06:36:33.445Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T06:36:33.445Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T06:36:33.445Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T06:36:33.445Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T06:36:33.445Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T06:36:33.445Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:33.445Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T06:36:33.707Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T06:36:33.707Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T06:36:34.279Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T06:36:34.279Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.279Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T06:36:34.279Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T06:36:34.539Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T06:36:34.539Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.539Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.539Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.539Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.539Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.539Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.802Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T06:36:34.802Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T06:36:34.802Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T06:36:34.802Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T06:36:35.375Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T06:36:35.375Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T06:36:35.375Z] This means they are not meant to be enabled using systemctl. [2021-01-04T06:36:35.375Z] Possible reasons for having this kind of units are: [2021-01-04T06:36:35.375Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T06:36:35.375Z] .wants/ or .requires/ directory. [2021-01-04T06:36:35.375Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T06:36:35.375Z] a requirement dependency on it. [2021-01-04T06:36:35.375Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T06:36:35.375Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T06:36:35.375Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T06:36:35.375Z] instance name specified. [2021-01-04T06:36:35.635Z] Reading package lists... [2021-01-04T06:36:35.896Z] Building dependency tree... [2021-01-04T06:36:35.896Z] Reading state information... [2021-01-04T06:36:35.896Z] The following additional packages will be installed: [2021-01-04T06:36:35.896Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T06:36:35.896Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T06:36:35.896Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T06:36:35.896Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T06:36:35.896Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T06:36:35.896Z] Suggested packages: [2021-01-04T06:36:35.896Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T06:36:35.896Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T06:36:35.896Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T06:36:35.896Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T06:36:35.896Z] systemd-container policykit-1 [2021-01-04T06:36:35.896Z] Recommended packages: [2021-01-04T06:36:35.896Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T06:36:35.896Z] The following NEW packages will be installed: [2021-01-04T06:36:35.896Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T06:36:35.896Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T06:36:35.896Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T06:36:35.896Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T06:36:35.896Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T06:36:35.896Z] The following packages will be upgraded: [2021-01-04T06:36:35.896Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T06:36:36.168Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T06:36:36.168Z] Need to get 35.2 MB of archives. [2021-01-04T06:36:36.168Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T06:36:36.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T06:36:36.168Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T06:36:36.168Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T06:36:36.168Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-04T06:36:36.168Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T06:36:36.429Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T06:36:36.429Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T06:36:36.429Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T06:36:36.429Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T06:36:36.429Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T06:36:36.429Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T06:36:36.429Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T06:36:36.429Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T06:36:36.429Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T06:36:36.429Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T06:36:36.429Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T06:36:36.429Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T06:36:37.002Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T06:36:37.002Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T06:36:37.002Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T06:36:37.002Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T06:36:37.002Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T06:36:37.002Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T06:36:37.002Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T06:36:37.002Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T06:36:37.002Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T06:36:37.263Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T06:36:37.263Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T06:36:37.263Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T06:36:37.263Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T06:36:37.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T06:36:38.204Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T06:36:38.204Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-01-04T06:36:38.465Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T06:36:38.465Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T06:36:38.465Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T06:36:39.038Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T06:36:39.300Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T06:36:39.300Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T06:36:39.300Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T06:36:39.300Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T06:36:39.300Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T06:36:39.565Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T06:36:39.828Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T06:36:39.828Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T06:36:39.828Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T06:36:40.403Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T06:36:40.403Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T06:36:40.976Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T06:36:40.976Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T06:36:40.976Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T06:36:40.976Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T06:36:41.250Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T06:36:41.250Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T06:36:41.250Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:41.512Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T06:36:41.512Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T06:36:41.512Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T06:36:41.512Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T06:36:41.512Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T06:36:41.512Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:41.774Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T06:36:41.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T06:36:42.037Z] Checking for services that may need to be restarted...done. [2021-01-04T06:36:42.037Z] Checking for services that may need to be restarted...done. [2021-01-04T06:36:42.037Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:42.037Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T06:36:42.037Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:42.610Z] Selecting previously unselected package python3-minimal. [2021-01-04T06:36:42.610Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T06:36:42.610Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T06:36:42.610Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T06:36:42.872Z] Selecting previously unselected package mime-support. [2021-01-04T06:36:42.872Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T06:36:42.872Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T06:36:42.872Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T06:36:42.872Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T06:36:42.872Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T06:36:42.872Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T06:36:42.872Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T06:36:42.872Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:43.135Z] Selecting previously unselected package python3.6. [2021-01-04T06:36:43.135Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T06:36:43.135Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:43.397Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T06:36:43.397Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T06:36:43.397Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T06:36:43.397Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T06:36:43.659Z] Selecting previously unselected package python3. [2021-01-04T06:36:43.659Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T06:36:43.659Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T06:36:43.659Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T06:36:43.659Z] Selecting previously unselected package multiarch-support. [2021-01-04T06:36:43.659Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T06:36:43.659Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T06:36:43.659Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T06:36:43.923Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T06:36:43.923Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T06:36:43.923Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T06:36:43.923Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T06:36:43.923Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T06:36:43.923Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T06:36:43.923Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T06:36:43.923Z] Selecting previously unselected package sudo. [2021-01-04T06:36:43.923Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T06:36:43.923Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T06:36:44.185Z] Selecting previously unselected package apparmor. [2021-01-04T06:36:44.185Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T06:36:44.185Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T06:36:44.447Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T06:36:44.447Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T06:36:44.447Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T06:36:44.447Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T06:36:44.447Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T06:36:44.447Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:44.447Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T06:36:44.447Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T06:36:44.447Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:44.707Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T06:36:44.707Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T06:36:44.707Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T06:36:44.707Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T06:36:44.707Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T06:36:44.707Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:44.707Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T06:36:44.707Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T06:36:44.707Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:44.968Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T06:36:44.968Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T06:36:44.968Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T06:36:45.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T06:36:45.230Z] Selecting previously unselected package openssh-client. [2021-01-04T06:36:45.230Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T06:36:45.230Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T06:36:45.230Z] Selecting previously unselected package squashfs-tools. [2021-01-04T06:36:45.230Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T06:36:45.230Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T06:36:46.615Z] Selecting previously unselected package snapd. [2021-01-04T06:36:46.615Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T06:36:46.615Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T06:36:48.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T06:36:49.163Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T06:36:49.163Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T06:36:49.163Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T06:36:49.163Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T06:36:49.163Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T06:36:49.163Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:49.163Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T06:36:49.163Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T06:36:49.163Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T06:36:50.107Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T06:36:50.107Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T06:36:50.107Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T06:36:50.107Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:50.107Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:50.107Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T06:36:50.681Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T06:36:50.943Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:50.943Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T06:36:50.943Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T06:36:50.943Z] running python rtupdate hooks for python3.6... [2021-01-04T06:36:50.943Z] running python post-rtupdate hooks for python3.6... [2021-01-04T06:36:50.943Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T06:36:51.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T06:36:52.861Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T06:36:52.861Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T06:36:52.861Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T06:36:52.861Z] Setting up snapd (2.48+18.04) ... [2021-01-04T06:36:53.432Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T06:36:53.695Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T06:36:54.064Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T06:36:54.064Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T06:36:54.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T06:36:54.325Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T06:36:54.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T06:36:54.585Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T06:36:54.846Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T06:36:55.107Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T06:36:55.107Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-04T06:36:55.107Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T06:36:55.107Z] Processing triggers for systemd (237-3ubuntu10.43) ... [Pipeline] } [2021-01-04T06:36:55.312Z] $ docker stop --time=1 ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec [2021-01-04T06:36:56.496Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T06:36:56.496Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T06:36:56.496Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T06:36:57.710Z] $ docker rm -f ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec [2021-01-04T06:36:58.415Z] Reading package lists... [2021-01-04T06:36:58.415Z] Reading package lists... [2021-01-04T06:36:58.676Z] Building dependency tree... [2021-01-04T06:36:58.676Z] Reading state information... [2021-01-04T06:36:58.676Z] Calculating upgrade... [Pipeline] // withDockerContainer [Pipeline] } [2021-01-04T06:36:58.936Z] The following packages will be upgraded: [2021-01-04T06:36:58.936Z] advancecomp base-files bash binutils binutils-common [2021-01-04T06:36:58.936Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T06:36:58.936Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T06:36:58.936Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T06:36:58.936Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T06:36:58.936Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T06:36:58.936Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T06:36:58.936Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T06:36:58.936Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T06:36:58.936Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T06:36:58.936Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T06:36:58.936Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T06:36:58.936Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T06:36:58.936Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-04T06:36:59.201Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T06:36:59.202Z] Need to get 63.5 MB of archives. [2021-01-04T06:36:59.202Z] After this operation, 5191 kB of additional disk space will be used. [2021-01-04T06:36:59.202Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2021-01-04T06:36:59.202Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:36:59.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T06:36:59.609Z] [2021-01-04T06:36:59.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T06:36:59.776Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T06:36:59.776Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T06:36:59.776Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T06:36:59.776Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T06:36:59.776Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T06:36:59.776Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T06:36:59.776Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T06:36:59.776Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T06:36:59.776Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T06:36:59.776Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T06:36:59.776Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T06:36:59.776Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T06:36:59.776Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T06:36:59.776Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T06:36:59.776Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T06:36:59.776Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T06:36:59.776Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:37:00.038Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T06:37:00.038Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T06:37:00.038Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T06:37:00.038Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T06:37:00.038Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T06:37:00.038Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T06:37:00.038Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T06:37:00.038Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T06:37:00.038Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T06:37:00.038Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T06:37:00.038Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T06:37:00.038Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T06:37:00.038Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T06:37:00.038Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T06:37:00.038Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T06:37:00.038Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T06:37:00.038Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T06:37:00.038Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-04T06:37:00.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T06:37:00.299Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T06:37:00.299Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T06:37:00.299Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T06:37:00.299Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T06:37:00.299Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T06:37:00.299Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T06:37:00.299Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T06:37:00.299Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T06:37:00.299Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T06:37:00.299Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T06:37:00.299Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T06:37:00.299Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-04T06:37:00.299Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T06:37:00.299Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T06:37:00.299Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T06:37:00.299Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T06:37:00.299Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T06:37:00.299Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T06:37:00.299Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T06:37:00.299Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-04T06:37:00.541Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T06:37:00.541Z] 29e5d40040c1: Pulling fs layer [2021-01-04T06:37:00.541Z] 1ce36da41761: Pulling fs layer [2021-01-04T06:37:00.541Z] 25b303627fd3: Pulling fs layer [2021-01-04T06:37:00.565Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T06:37:00.565Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T06:37:00.565Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T06:37:00.565Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T06:37:00.565Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T06:37:00.565Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T06:37:00.565Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T06:37:00.565Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T06:37:00.565Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T06:37:00.565Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T06:37:00.565Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T06:37:00.565Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T06:37:00.565Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T06:37:00.565Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T06:37:00.565Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T06:37:00.565Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T06:37:00.566Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T06:37:00.566Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T06:37:00.566Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T06:37:00.566Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T06:37:00.566Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T06:37:00.825Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T06:37:00.825Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-04T06:37:00.825Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T06:37:00.825Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T06:37:00.825Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T06:37:00.825Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T06:37:00.825Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T06:37:00.825Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T06:37:00.825Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T06:37:01.134Z] 29e5d40040c1: Verifying Checksum [2021-01-04T06:37:01.134Z] 29e5d40040c1: Download complete [2021-01-04T06:37:01.406Z] 1ce36da41761: Verifying Checksum [2021-01-04T06:37:01.406Z] 1ce36da41761: Download complete [2021-01-04T06:37:01.772Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T06:37:02.008Z] 29e5d40040c1: Pull complete [2021-01-04T06:37:02.036Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T06:37:02.299Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T06:37:02.299Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T06:37:02.874Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T06:37:02.874Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T06:37:02.874Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T06:37:02.874Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T06:37:02.874Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T06:37:02.874Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T06:37:02.874Z] Fetched 63.5 MB in 4s (16.4 MB/s) [2021-01-04T06:37:03.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:03.135Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T06:37:03.135Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T06:37:03.442Z] 25b303627fd3: Verifying Checksum [2021-01-04T06:37:03.442Z] 25b303627fd3: Download complete [2021-01-04T06:37:03.442Z] 1ce36da41761: Pull complete [2021-01-04T06:37:03.712Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T06:37:03.974Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T06:37:03.974Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2021-01-04T06:37:03.974Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2021-01-04T06:37:04.923Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:04.923Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:04.923Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:04.923Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:04.923Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:04.923Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.186Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.186Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.186Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.186Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.448Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.448Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.448Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.448Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.710Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:05.710Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T06:37:05.710Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.710Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T06:37:05.973Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:05.973Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T06:37:05.973Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:05.973Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:06.235Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:06.235Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:06.235Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:06.496Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T06:37:06.496Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:06.496Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T06:37:06.496Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T06:37:06.758Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T06:37:07.340Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T06:37:07.603Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T06:37:07.603Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T06:37:07.603Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T06:37:07.603Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T06:37:07.603Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T06:37:07.866Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T06:37:07.866Z] Installing new version of config file /etc/issue ... [2021-01-04T06:37:07.866Z] Installing new version of config file /etc/issue.net ... [2021-01-04T06:37:07.866Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T06:37:07.866Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T06:37:08.129Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T06:37:08.392Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T06:37:08.392Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T06:37:08.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:08.392Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T06:37:08.392Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T06:37:08.654Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T06:37:08.654Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-04T06:37:08.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:08.654Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:08.654Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:08.917Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:08.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:08.917Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T06:37:08.917Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T06:37:08.917Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T06:37:09.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:09.179Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T06:37:09.179Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T06:37:09.441Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T06:37:09.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:09.441Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T06:37:09.703Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T06:37:09.703Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T06:37:09.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:09.703Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T06:37:09.968Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T06:37:09.968Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T06:37:09.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:09.968Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T06:37:09.968Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T06:37:10.229Z] Setting up grep (3.1-2build1) ... [2021-01-04T06:37:10.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:10.229Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T06:37:10.229Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T06:37:10.490Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T06:37:10.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:10.490Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T06:37:10.490Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T06:37:10.752Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T06:37:10.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:10.752Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T06:37:10.752Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T06:37:11.329Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T06:37:11.329Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T06:37:11.329Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T06:37:11.329Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T06:37:11.901Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T06:37:12.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:12.163Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T06:37:12.163Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T06:37:13.110Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T06:37:13.110Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T06:37:13.370Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T06:37:13.371Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T06:37:13.371Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T06:37:13.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:13.371Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T06:37:13.371Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T06:37:13.591Z] 25b303627fd3: Pull complete [2021-01-04T06:37:13.591Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T06:37:13.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T06:37:13.591Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T06:37:13.638Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T06:37:13.857Z] prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container [2021-01-04T06:37:13.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:13.907Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:13.907Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:13.907Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:13.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:13.907Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:13.907Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:13.951Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T06:37:14.177Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:14.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:14.177Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:14.177Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:14.439Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:14.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:14.439Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:14.439Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:14.701Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:14.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:14.701Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T06:37:14.701Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T06:37:14.701Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T06:37:14.963Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T06:37:14.963Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T06:37:14.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:14.963Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T06:37:15.225Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T06:37:15.225Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T06:37:15.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:15.225Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:15.225Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:15.486Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:15.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:15.486Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:15.486Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:15.486Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:15.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:15.748Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:15.748Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:16.322Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:16.582Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T06:37:16.843Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T06:37:16.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:16.843Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T06:37:16.843Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T06:37:17.105Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T06:37:17.120Z] $ docker top 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 -eo pid,comm [2021-01-04T06:37:17.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T06:37:17.366Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T06:37:17.366Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-01-04T06:37:17.629Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T06:37:17.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:17.629Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T06:37:17.891Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T06:37:17.891Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T06:37:18.143Z] + docker-compose build --help [2021-01-04T06:37:18.143Z] + grep parallel [2021-01-04T06:37:18.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:18.160Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T06:37:18.160Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T06:37:18.421Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T06:37:18.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:18.421Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T06:37:18.682Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T06:37:18.682Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T06:37:18.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:18.682Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T06:37:18.946Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T06:37:18.946Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T06:37:19.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:19.240Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T06:37:19.240Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T06:37:19.501Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T06:37:19.501Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T06:37:19.501Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T06:37:19.501Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T06:37:19.763Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T06:37:19.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:19.763Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T06:37:19.763Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T06:37:20.025Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T06:37:20.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:20.025Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T06:37:20.025Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T06:37:20.291Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T06:37:20.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:20.559Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T06:37:20.559Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T06:37:20.559Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T06:37:20.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:20.820Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T06:37:20.820Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T06:37:20.820Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T06:37:21.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:21.081Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T06:37:21.081Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T06:37:21.342Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T06:37:21.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:21.342Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T06:37:21.510Z] --parallel Build images in parallel. [2021-01-04T06:37:21.604Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T06:37:21.605Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T06:37:21.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:21.605Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [Pipeline] } [2021-01-04T06:37:21.794Z] $ docker stop --time=1 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 [2021-01-04T06:37:21.865Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T06:37:21.865Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T06:37:22.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:22.127Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T06:37:22.127Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T06:37:22.127Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T06:37:22.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:22.127Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T06:37:22.389Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T06:37:22.389Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T06:37:22.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:22.389Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T06:37:22.650Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T06:37:23.223Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T06:37:23.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T06:37:23.224Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T06:37:23.224Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T06:37:23.224Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T06:37:23.486Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T06:37:23.486Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T06:37:23.486Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T06:37:23.486Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T06:37:23.486Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T06:37:23.697Z] $ docker rm -f 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 [2021-01-04T06:37:23.746Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T06:37:23.747Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T06:37:24.008Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T06:37:24.009Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:37:24.278Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T06:37:24.278Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T06:37:24.278Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T06:37:24.539Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T06:37:24.539Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T06:37:24.539Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T06:37:24.539Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T06:37:24.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T06:37:24.580Z] . [Pipeline] withDockerContainer [2021-01-04T06:37:24.800Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T06:37:24.800Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T06:37:24.800Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T06:37:24.800Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T06:37:24.800Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T06:37:24.845Z] prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container [2021-01-04T06:37:24.911Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T06:37:25.060Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T06:37:25.060Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T06:37:25.060Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T06:37:25.060Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T06:37:26.005Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T06:37:26.005Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T06:37:26.267Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T06:37:26.267Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T06:37:26.267Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T06:37:26.267Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T06:37:26.363Z] $ docker top 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T06:37:26.837Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T06:37:26.837Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T06:37:26.837Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T06:37:26.837Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T06:37:26.837Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T06:37:27.098Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T06:37:27.098Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:27.098Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:27.359Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:27.359Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:27.359Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:27.359Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:27.404Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T06:37:27.619Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:27.619Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:28.563Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:28.563Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:29.506Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:29.506Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:30.449Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:30.449Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:30.711Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:30.972Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:31.681Z] Building docker-core-command-go ... [2021-01-04T06:37:31.681Z] Building docker-core-data-go ... [2021-01-04T06:37:31.681Z] Building docker-core-metadata-go ... [2021-01-04T06:37:31.681Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T06:37:31.681Z] Building docker-security-proxy-setup-go ... [2021-01-04T06:37:31.681Z] Building docker-security-secretstore-setup-go ... [2021-01-04T06:37:31.681Z] Building docker-support-notifications-go ... [2021-01-04T06:37:31.681Z] Building docker-support-scheduler-go ... [2021-01-04T06:37:31.681Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T06:37:31.681Z] Building docker-core-data-go [2021-01-04T06:37:31.681Z] Building docker-security-bootstrap-redis-go [2021-01-04T06:37:31.681Z] Building docker-security-secretstore-setup-go [2021-01-04T06:37:31.681Z] Building docker-security-proxy-setup-go [2021-01-04T06:37:31.681Z] Building docker-core-metadata-go [2021-01-04T06:37:31.920Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T06:37:31.920Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T06:37:31.920Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T06:37:31.920Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T06:37:31.920Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T06:37:31.920Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T06:37:32.187Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T06:37:32.187Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T06:37:32.452Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T06:37:32.452Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T06:37:32.452Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T06:37:32.452Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T06:37:32.714Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T06:37:32.714Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T06:37:32.714Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T06:37:32.714Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T06:37:33.051Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:33.051Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T06:37:33.051Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:33.051Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:33.315Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:33.315Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T06:37:33.576Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T06:37:33.576Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T06:37:33.576Z] [2021-01-04T06:37:33.576Z] Current default time zone: 'Etc/UTC' [2021-01-04T06:37:33.576Z] Local time is now: Mon Jan 4 06:37:33 UTC 2021. [2021-01-04T06:37:33.576Z] Universal Time is now: Mon Jan 4 06:37:33 UTC 2021. [2021-01-04T06:37:33.576Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T06:37:33.576Z] [2021-01-04T06:37:33.839Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T06:37:33.839Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:33.839Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2021-01-04T06:37:33.839Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T06:37:33.839Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T06:37:33.839Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T06:37:33.839Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T06:37:33.839Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T06:37:33.839Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T06:37:34.103Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T06:37:34.103Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:34.103Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T06:37:34.364Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:34.364Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T06:37:34.364Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:34.364Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T06:37:34.364Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T06:37:34.364Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T06:37:34.364Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T06:37:34.364Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T06:37:34.364Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T06:37:34.625Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T06:37:34.625Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T06:37:36.014Z] Updating certificates in /etc/ssl/certs... [2021-01-04T06:37:36.959Z] 22 added, 17 removed; done. [2021-01-04T06:37:36.959Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T06:37:36.959Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T06:37:36.959Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T06:37:36.959Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T06:37:36.959Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T06:37:36.959Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:36.959Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T06:37:36.959Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.221Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.221Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.221Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.221Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.221Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T06:37:37.221Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T06:37:37.221Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T06:37:37.221Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T06:37:37.481Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T06:37:37.481Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.482Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T06:37:37.482Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T06:37:37.482Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T06:37:37.482Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T06:37:37.482Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T06:37:37.745Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T06:37:37.745Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T06:37:37.745Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T06:37:37.745Z] Updating certificates in /etc/ssl/certs... [2021-01-04T06:37:38.319Z] 0 added, 0 removed; done. [2021-01-04T06:37:38.319Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T06:37:38.319Z] done. [2021-01-04T06:37:38.897Z] Reading package lists... [2021-01-04T06:37:39.158Z] Building dependency tree... [2021-01-04T06:37:39.158Z] Reading state information... [2021-01-04T06:37:39.419Z] The following NEW packages will be installed: [2021-01-04T06:37:39.419Z] apt-transport-https [2021-01-04T06:37:39.689Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T06:37:39.689Z] Need to get 1696 B of archives. [2021-01-04T06:37:39.689Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T06:37:39.689Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T06:37:39.689Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T06:37:39.950Z] Fetched 1696 B in 0s (8502 B/s) [2021-01-04T06:37:39.950Z] Selecting previously unselected package apt-transport-https. [2021-01-04T06:37:39.950Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T06:37:39.950Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T06:37:39.950Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T06:37:39.950Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T06:37:40.212Z] Waiting for network to be ready... [2021-01-04T06:37:46.800Z] 2021-01-04T06:37:43Z INFO Waiting for automatic snapd restart... [2021-01-04T06:37:46.800Z] snapd 2.48.1 from Canonical* installed [2021-01-04T06:37:47.744Z] "snapd" switched to the "latest/stable" channel [2021-01-04T06:37:47.744Z] [2021-01-04T06:37:51.959Z] core18 20201210 from Canonical* installed [2021-01-04T06:37:51.959Z] "core18" switched to the "latest/stable" channel [2021-01-04T06:37:51.959Z] [2021-01-04T06:37:57.259Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T06:37:57.259Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T06:37:57.259Z] [2021-01-04T06:38:00.564Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T06:38:00.564Z] - README.md [2021-01-04T06:38:00.564Z] [2021-01-04T06:38:00.564Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T06:38:07.163Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T06:38:07.426Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T06:38:07.426Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T06:38:07.426Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T06:38:09.073Z] Reading package lists... [2021-01-04T06:38:09.645Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-04T06:38:16.235Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T06:38:16.235Z] Reading package lists... [2021-01-04T06:38:16.235Z] Building dependency tree... [2021-01-04T06:38:16.235Z] Reading state information... [2021-01-04T06:38:16.235Z] Suggested packages: [2021-01-04T06:38:16.235Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T06:38:16.235Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T06:38:16.235Z] Recommended packages: [2021-01-04T06:38:16.235Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T06:38:16.235Z] The following NEW packages will be installed: [2021-01-04T06:38:16.235Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T06:38:16.235Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T06:38:16.235Z] pkg-config zip [2021-01-04T06:38:16.235Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T06:38:16.235Z] Need to get 7655 kB of archives. [2021-01-04T06:38:16.235Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T06:38:16.235Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-04T06:38:16.235Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T06:38:16.235Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T06:38:16.235Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T06:38:16.496Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T06:38:16.496Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T06:38:16.496Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T06:38:16.496Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T06:38:16.757Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T06:38:16.757Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T06:38:16.757Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T06:38:16.757Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T06:38:16.757Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T06:38:16.757Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T06:38:17.019Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T06:38:17.019Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T06:38:17.019Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-04T06:38:17.282Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T06:38:17.282Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T06:38:17.282Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T06:38:17.282Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T06:38:17.542Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T06:38:17.542Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T06:38:17.542Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T06:38:17.542Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T06:38:17.542Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T06:38:17.542Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T06:38:17.542Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T06:38:17.542Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T06:38:17.542Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T06:38:17.803Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T06:38:17.803Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T06:38:17.803Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T06:38:17.803Z] Selecting previously unselected package liberror-perl. [2021-01-04T06:38:17.803Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T06:38:17.803Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T06:38:17.803Z] Selecting previously unselected package git-man. [2021-01-04T06:38:17.803Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T06:38:17.803Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T06:38:18.066Z] Selecting previously unselected package git. [2021-01-04T06:38:18.066Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T06:38:18.066Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T06:38:19.009Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T06:38:19.009Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T06:38:19.009Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T06:38:19.009Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T06:38:19.009Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T06:38:19.009Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T06:38:19.269Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T06:38:19.269Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T06:38:19.269Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T06:38:19.269Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T06:38:19.269Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T06:38:19.269Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T06:38:19.530Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T06:38:19.530Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T06:38:19.530Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T06:38:19.530Z] Selecting previously unselected package pkg-config. [2021-01-04T06:38:19.530Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T06:38:19.530Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T06:38:19.530Z] Selecting previously unselected package zip. [2021-01-04T06:38:19.530Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T06:38:19.530Z] Unpacking zip (3.0-11build1) ... [2021-01-04T06:38:19.791Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T06:38:19.791Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T06:38:19.791Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T06:38:19.792Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T06:38:19.792Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T06:38:19.792Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T06:38:19.792Z] No schema files found: doing nothing. [2021-01-04T06:38:19.792Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T06:38:19.792Z] Setting up zip (3.0-11build1) ... [2021-01-04T06:38:20.054Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T06:38:20.054Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T06:38:20.054Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T06:38:20.054Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T06:38:20.054Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T06:38:20.054Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T06:38:20.054Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T06:38:20.315Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T06:38:26.902Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T06:38:27.162Z] git set to automatically installed. [2021-01-04T06:38:27.162Z] git-man set to automatically installed. [2021-01-04T06:38:27.162Z] libcurl3-gnutls set to automatically installed. [2021-01-04T06:38:27.162Z] liberror-perl set to automatically installed. [2021-01-04T06:38:27.162Z] libglib2.0-0 set to automatically installed. [2021-01-04T06:38:27.162Z] libnghttp2-14 set to automatically installed. [2021-01-04T06:38:27.162Z] libnorm1 set to automatically installed. [2021-01-04T06:38:27.162Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T06:38:27.162Z] libpsl5 set to automatically installed. [2021-01-04T06:38:27.162Z] librtmp1 set to automatically installed. [2021-01-04T06:38:27.162Z] libsodium23 set to automatically installed. [2021-01-04T06:38:27.162Z] libzmq3-dev set to automatically installed. [2021-01-04T06:38:27.162Z] libzmq5 set to automatically installed. [2021-01-04T06:38:27.162Z] pkg-config set to automatically installed. [2021-01-04T06:38:27.162Z] zip set to automatically installed. [2021-01-04T06:38:29.074Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T06:38:35.667Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T06:38:35.932Z] snap "core18" has no updates available [2021-01-04T06:38:37.325Z] Pulling config-common [2021-01-04T06:38:38.715Z] Pulling go-build-helper [2021-01-04T06:38:39.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:38:39.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:38:39.672Z] ---> 8e9dca2f13e2 [2021-01-04T06:38:39.672Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:38:39.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:38:39.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:38:39.950Z] ---> 8e9dca2f13e2 [2021-01-04T06:38:39.950Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:38:39.950Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:38:39.950Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:38:39.950Z] ---> 8e9dca2f13e2 [2021-01-04T06:38:39.950Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T06:38:39.950Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:38:39.950Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:38:39.950Z] ---> 8e9dca2f13e2 [2021-01-04T06:38:39.950Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T06:38:40.225Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:38:40.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:38:40.225Z] ---> 8e9dca2f13e2 [2021-01-04T06:38:40.225Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T06:38:44.568Z] ---> Running in d049ef2fac00 [2021-01-04T06:38:44.568Z] ---> Running in 45d975b95339 [2021-01-04T06:38:44.568Z] ---> Running in 9ee65265b112 [2021-01-04T06:38:44.568Z] ---> Running in 83032cccd91f [2021-01-04T06:38:44.568Z] ---> Running in 0fb2621a7bbb [2021-01-04T06:38:45.166Z] Removing intermediate container d049ef2fac00 [2021-01-04T06:38:45.166Z] ---> 5e95032e618f [2021-01-04T06:38:45.166Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:38:45.166Z] Removing intermediate container 0fb2621a7bbb [2021-01-04T06:38:45.166Z] ---> 740c1279fc7c [2021-01-04T06:38:45.166Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:38:45.166Z] Removing intermediate container 45d975b95339 [2021-01-04T06:38:45.166Z] ---> bc4519f12fe1 [2021-01-04T06:38:45.166Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:38:45.166Z] Removing intermediate container 83032cccd91f [2021-01-04T06:38:45.166Z] ---> 5c8ea3e3036e [2021-01-04T06:38:45.166Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:38:45.166Z] Removing intermediate container 9ee65265b112 [2021-01-04T06:38:45.166Z] ---> 629c8a420357 [2021-01-04T06:38:45.166Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:38:45.437Z] ---> Running in e2d86afecfda [2021-01-04T06:38:45.437Z] ---> Running in 8c50d7baa2e9 [2021-01-04T06:38:45.716Z] ---> Running in 92537db2febc [2021-01-04T06:38:45.716Z] ---> Running in 8b3f4adeab20 [2021-01-04T06:38:45.716Z] ---> Running in 01401bade67e [2021-01-04T06:38:49.141Z] Removing intermediate container e2d86afecfda [2021-01-04T06:38:49.141Z] ---> bbd629dabdf2 [2021-01-04T06:38:49.141Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T06:38:49.415Z] ---> Running in 5647b6bfd65f [2021-01-04T06:38:49.689Z] Removing intermediate container 8c50d7baa2e9 [2021-01-04T06:38:49.689Z] ---> 37b6b4c5c564 [2021-01-04T06:38:49.689Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:38:49.970Z] Removing intermediate container 01401bade67e [2021-01-04T06:38:49.970Z] ---> 1e57013436cf [2021-01-04T06:38:49.970Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T06:38:49.970Z] Removing intermediate container 8b3f4adeab20 [2021-01-04T06:38:49.970Z] ---> 59bcf9a83244 [2021-01-04T06:38:49.970Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:38:49.970Z] ---> Running in 551375ce4a90 [2021-01-04T06:38:50.246Z] ---> Running in 7a47b9025e52 [2021-01-04T06:38:50.246Z] Removing intermediate container 92537db2febc [2021-01-04T06:38:50.246Z] ---> 3932f6fbb6bf [2021-01-04T06:38:50.246Z] Step 5/24 : RUN apk update && apk add make git [2021-01-04T06:38:50.246Z] ---> Running in 8c22b86fc18b [2021-01-04T06:38:50.524Z] ---> Running in 5521f401958a [2021-01-04T06:38:51.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:51.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:52.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:52.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:52.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:52.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:52.546Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:38:52.546Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:38:52.546Z] OK: 12620 distinct packages available [2021-01-04T06:38:52.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:53.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:53.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:53.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:38:53.371Z] OK: 217 MiB in 51 packages [2021-01-04T06:38:53.647Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:38:53.647Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:38:53.647Z] OK: 12620 distinct packages available [2021-01-04T06:38:53.927Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:38:53.927Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:38:53.927Z] OK: 12620 distinct packages available [2021-01-04T06:38:54.202Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:38:54.202Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:38:54.202Z] OK: 12620 distinct packages available [2021-01-04T06:38:54.202Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:38:54.202Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:38:54.202Z] OK: 12620 distinct packages available [2021-01-04T06:38:54.807Z] OK: 217 MiB in 51 packages [2021-01-04T06:38:54.807Z] OK: 217 MiB in 51 packages [2021-01-04T06:38:55.080Z] Removing intermediate container 5647b6bfd65f [2021-01-04T06:38:55.080Z] ---> 6273e20640b9 [2021-01-04T06:38:55.080Z] Step 6/21 : COPY go.mod . [2021-01-04T06:38:55.354Z] OK: 217 MiB in 51 packages [2021-01-04T06:38:55.354Z] OK: 217 MiB in 51 packages [2021-01-04T06:38:56.343Z] ---> d30d4c26ceb5 [2021-01-04T06:38:56.343Z] Step 7/21 : RUN go mod download [2021-01-04T06:38:56.623Z] ---> Running in 207aa18567b7 [2021-01-04T06:38:56.623Z] Removing intermediate container 7a47b9025e52 [2021-01-04T06:38:56.623Z] ---> 50359ae7022e [2021-01-04T06:38:56.623Z] Step 6/23 : COPY go.mod . [2021-01-04T06:38:56.925Z] Removing intermediate container 551375ce4a90 [2021-01-04T06:38:56.925Z] ---> 0c92ba6cdc3f [2021-01-04T06:38:56.925Z] Step 6/22 : COPY go.mod . [2021-01-04T06:38:57.204Z] Removing intermediate container 5521f401958a [2021-01-04T06:38:57.204Z] ---> 41c60d317eb8 [2021-01-04T06:38:57.204Z] Step 6/24 : COPY go.mod . [2021-01-04T06:38:57.204Z] Removing intermediate container 8c22b86fc18b [2021-01-04T06:38:57.204Z] ---> 784a3d341fcf [2021-01-04T06:38:57.204Z] Step 6/22 : COPY go.mod . [2021-01-04T06:38:57.807Z] ---> 4166ae12fe99 [2021-01-04T06:38:57.807Z] Step 7/23 : RUN go mod download [2021-01-04T06:38:58.088Z] ---> 2ca19ba65d96 [2021-01-04T06:38:58.088Z] Step 7/22 : RUN go mod download [2021-01-04T06:38:58.088Z] ---> Running in 9ac17102998e [2021-01-04T06:38:58.368Z] ---> Running in d6eb5ae983d6 [2021-01-04T06:38:58.368Z] ---> 72693a39382c [2021-01-04T06:38:58.368Z] Step 7/22 : RUN go mod download [2021-01-04T06:38:58.368Z] ---> b85eec6b50d5 [2021-01-04T06:38:58.368Z] Step 7/24 : RUN go mod download [2021-01-04T06:38:58.970Z] ---> Running in 8e29d36c4a1c [2021-01-04T06:38:58.970Z] ---> Running in 6f97437de1ed [2021-01-04T06:39:00.429Z] Removing intermediate container 207aa18567b7 [2021-01-04T06:39:00.429Z] ---> 6f9b151857aa [2021-01-04T06:39:00.429Z] Step 8/21 : COPY . . [2021-01-04T06:39:03.842Z] Removing intermediate container 9ac17102998e [2021-01-04T06:39:03.842Z] ---> 94b59a140c3e [2021-01-04T06:39:03.842Z] Step 8/23 : COPY . . [2021-01-04T06:39:03.842Z] Removing intermediate container d6eb5ae983d6 [2021-01-04T06:39:03.842Z] ---> 479df9d292df [2021-01-04T06:39:03.842Z] Step 8/22 : COPY . . [2021-01-04T06:39:04.438Z] Removing intermediate container 6f97437de1ed [2021-01-04T06:39:04.438Z] ---> e7787144e03a [2021-01-04T06:39:04.438Z] Step 8/24 : COPY . . [2021-01-04T06:39:04.438Z] Removing intermediate container 8e29d36c4a1c [2021-01-04T06:39:04.438Z] ---> 709c0171d673 [2021-01-04T06:39:04.438Z] Step 8/22 : COPY . . [2021-01-04T06:39:05.303Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T06:39:05.304Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T06:39:05.304Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T06:39:05.304Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2021-01-04T06:39:05.304Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T06:39:05.304Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T06:39:05.304Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T06:39:05.304Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T06:39:05.304Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T06:39:05.304Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T06:39:05.304Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T06:39:05.304Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T06:39:05.304Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T06:39:05.304Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T06:39:05.304Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T06:39:05.304Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T06:39:05.304Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T06:39:05.304Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T06:39:05.304Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T06:39:05.304Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T06:39:05.304Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T06:39:05.304Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T06:39:05.304Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T06:39:05.304Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T06:39:05.304Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T06:39:05.304Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T06:39:05.304Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T06:39:05.304Z] Fetched 23.5 MB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T06:39:05.304Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T06:39:05.304Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T06:39:05.304Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T06:39:05.304Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T06:39:05.304Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T06:39:05.304Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T06:39:05.304Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T06:39:05.304Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T06:39:05.304Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T06:39:05.304Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T06:39:05.304Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T06:39:05.304Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T06:39:05.304Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T06:39:05.304Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T06:39:05.304Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T06:39:05.304Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T06:39:05.304Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T06:39:05.304Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T06:39:05.304Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T06:39:05.304Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T06:39:05.304Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T06:39:05.304Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T06:39:05.304Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T06:39:05.304Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T06:39:05.304Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T06:39:05.304Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T06:39:05.304Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T06:39:05.304Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T06:39:05.304Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T06:39:05.304Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T06:39:05.304Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T06:39:05.304Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T06:39:05.304Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T06:39:05.304Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T06:39:05.304Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T06:39:05.304Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T06:39:06.693Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T06:39:06.693Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T06:39:06.693Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T06:39:06.693Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T06:39:06.693Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T06:39:06.693Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T06:39:06.693Z] Pulling static-packages [2021-01-04T06:39:07.647Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T06:39:07.647Z] Skipping pull go-build-helper (already ran) [2021-01-04T06:39:07.647Z] Skipping pull static-packages (already ran) [2021-01-04T06:39:07.647Z] Building go-build-helper [2021-01-04T06:39:11.857Z] Building static-packages [2021-01-04T06:39:14.419Z] Staging go-build-helper [2021-01-04T06:39:15.812Z] Staging static-packages [2021-01-04T06:39:16.754Z] Pulling go115 [2021-01-04T06:39:18.159Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T06:39:18.159Z] Skipping pull go115 (already ran) [2021-01-04T06:39:18.159Z] Building go115 [2021-01-04T06:39:18.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T06:39:18.159Z] Dload Upload Total Spent Left Speed [2021-01-04T06:39:21.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.4M 0 0 26.3M 0 0:00:04 --:--:-- 0:00:04 26.2M 49 115M 49 57.3M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 95 115M 95 109M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M 100 115M 100 115M 0 0 38.2M 0 0:00:03 0:00:03 --:--:-- 38.2M [2021-01-04T06:39:21.649Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T06:39:26.650Z] ---> 057a6b24c759 [2021-01-04T06:39:26.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T06:39:26.929Z] ---> 72361c9c29e7 [2021-01-04T06:39:26.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T06:39:26.929Z] ---> Running in 97c9f145c417 [2021-01-04T06:39:26.929Z] ---> 4a9918df3823 [2021-01-04T06:39:26.929Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T06:39:26.958Z] Staging go115 [2021-01-04T06:39:27.202Z] ---> f3bca004ade7 [2021-01-04T06:39:27.202Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T06:39:27.202Z] ---> b155680b4cfc [2021-01-04T06:39:27.202Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T06:39:27.202Z] ---> Running in 61b9075f3a85 [2021-01-04T06:39:27.479Z] ---> Running in 6b70225838d3 [2021-01-04T06:39:27.479Z] ---> Running in 1fb395ec9e82 [2021-01-04T06:39:27.479Z] ---> Running in d590fcaa45ec [2021-01-04T06:39:28.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T06:39:28.937Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T06:39:29.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T06:39:29.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T06:39:29.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T06:39:33.548Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T06:39:33.548Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T06:39:33.548Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T06:39:33.548Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T06:39:33.548Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T06:39:33.548Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T06:39:33.548Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T06:39:33.548Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T06:39:33.549Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T06:39:33.549Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T06:39:33.549Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T06:39:33.549Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T06:39:33.549Z] Pulling edgex-go [2021-01-04T06:39:34.937Z] Pulling version [2021-01-04T06:39:36.322Z] Building config-common [2021-01-04T06:39:38.869Z] Skipping build go-build-helper (already ran) [2021-01-04T06:39:38.869Z] Skipping build static-packages (already ran) [2021-01-04T06:39:38.869Z] Skipping build go115 (already ran) [2021-01-04T06:39:38.869Z] Building edgex-go [2021-01-04T06:39:39.446Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T06:39:40.838Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T06:39:41.100Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-04T06:39:41.100Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T06:39:41.100Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T06:39:41.100Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T06:39:41.100Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T06:39:41.100Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T06:39:41.100Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T06:39:41.100Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T06:39:41.100Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T06:39:41.100Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T06:39:41.100Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T06:39:41.390Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T06:39:41.390Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T06:39:41.390Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T06:39:41.390Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T06:39:41.390Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T06:39:41.390Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T06:39:41.390Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T06:39:41.661Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T06:39:41.661Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T06:39:41.661Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T06:39:49.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T06:39:55.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T06:39:56.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T06:39:57.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T06:39:57.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T06:39:57.672Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T06:39:57.672Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T06:39:57.672Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T06:39:57.672Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T06:39:59.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T06:39:59.600Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T06:39:59.600Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T06:40:01.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T06:40:01.004Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T06:40:01.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T06:40:01.957Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T06:40:03.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T06:40:04.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T06:40:05.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T06:40:08.864Z] Building version [2021-01-04T06:40:11.526Z] Staging config-common [2021-01-04T06:40:12.494Z] Skipping stage go-build-helper (already ran) [2021-01-04T06:40:12.494Z] Skipping stage static-packages (already ran) [2021-01-04T06:40:12.494Z] Skipping stage go115 (already ran) [2021-01-04T06:40:12.494Z] Staging edgex-go [2021-01-04T06:40:13.452Z] Staging version [2021-01-04T06:40:14.837Z] Priming config-common [2021-01-04T06:40:15.781Z] Priming go-build-helper [2021-01-04T06:40:16.724Z] Priming static-packages [2021-01-04T06:40:19.268Z] Priming go115 [2021-01-04T06:40:20.211Z] Priming edgex-go [2021-01-04T06:40:21.611Z] Priming version [2021-01-04T06:40:22.554Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T06:40:51.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T06:40:51.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T06:41:04.291Z] Removing intermediate container 6b70225838d3 [2021-01-04T06:41:04.291Z] ---> 79af7eeca3f5 [2021-01-04T06:41:04.291Z] [2021-01-04T06:41:04.291Z] Step 10/22 : FROM alpine:3.10 [2021-01-04T06:41:04.291Z] 3.10: Pulling from library/alpine [2021-01-04T06:41:04.291Z] Removing intermediate container d590fcaa45ec [2021-01-04T06:41:04.291Z] ---> bed8a2ef68f9 [2021-01-04T06:41:04.291Z] [2021-01-04T06:41:04.291Z] Step 10/24 : FROM alpine:3.10 [2021-01-04T06:41:04.291Z] Removing intermediate container 97c9f145c417 [2021-01-04T06:41:04.291Z] ---> c8318807bb22 [2021-01-04T06:41:04.291Z] [2021-01-04T06:41:04.291Z] Step 10/21 : FROM alpine [2021-01-04T06:41:04.291Z] 3.10: Pulling from library/alpine [2021-01-04T06:41:04.291Z] latest: Pulling from library/alpine [2021-01-04T06:41:04.291Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T06:41:04.291Z] Status: Downloaded newer image for alpine:latest [2021-01-04T06:41:04.291Z] ---> afeebe901d6b [2021-01-04T06:41:04.291Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-04T06:41:04.569Z] ---> Running in 19885b3fb57d [2021-01-04T06:41:05.566Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-04T06:41:05.847Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-04T06:41:05.847Z] Status: Downloaded newer image for alpine:3.10 [2021-01-04T06:41:05.847Z] ---> 536a684cf733 [2021-01-04T06:41:05.847Z] Status: Downloaded newer image for alpine:3.10 [2021-01-04T06:41:05.847Z] ---> 536a684cf733 [2021-01-04T06:41:05.847Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T06:41:05.847Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T06:41:06.121Z] ---> Running in 59f0f8d2e81d [2021-01-04T06:41:06.121Z] ---> Running in d1f519bf36f0 [2021-01-04T06:41:06.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:07.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:08.017Z] v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:41:08.017Z] v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:41:08.017Z] OK: 12615 distinct packages available [2021-01-04T06:41:08.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:08.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:08.903Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T06:41:08.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:08.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:09.180Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T06:41:09.180Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T06:41:09.180Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T06:41:09.180Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:41:09.180Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T06:41:09.457Z] v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-04T06:41:09.457Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-04T06:41:09.457Z] OK: 10171 distinct packages available [2021-01-04T06:41:09.457Z] v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-04T06:41:09.457Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-04T06:41:09.457Z] OK: 10171 distinct packages available [2021-01-04T06:41:09.737Z] OK: 7 MiB in 18 packages [2021-01-04T06:41:10.346Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-04T06:41:10.346Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-04T06:41:10.346Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-04T06:41:10.346Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-04T06:41:10.626Z] (4/5) Installing curl (7.66.0-r3) [2021-01-04T06:41:10.626Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T06:41:10.626Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-04T06:41:10.626Z] Executing busybox-1.30.1-r3.trigger [2021-01-04T06:41:10.626Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-04T06:41:10.626Z] Executing ca-certificates-20191127-r2.trigger [2021-01-04T06:41:10.626Z] (4/5) Installing curl (7.66.0-r3) [2021-01-04T06:41:10.626Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T06:41:10.626Z] Executing busybox-1.30.1-r3.trigger [2021-01-04T06:41:10.626Z] Executing ca-certificates-20191127-r2.trigger [2021-01-04T06:41:10.919Z] OK: 7 MiB in 19 packages [2021-01-04T06:41:11.219Z] OK: 7 MiB in 19 packages [2021-01-04T06:41:13.378Z] Removing intermediate container 19885b3fb57d [2021-01-04T06:41:13.378Z] ---> 78f96c2fc232 [2021-01-04T06:41:13.378Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T06:41:13.684Z] ---> Running in 45118403c0ef [2021-01-04T06:41:15.211Z] Removing intermediate container 45118403c0ef [2021-01-04T06:41:15.211Z] ---> 78ae84d9d51a [2021-01-04T06:41:15.211Z] Step 13/21 : WORKDIR /edgex [2021-01-04T06:41:15.211Z] Removing intermediate container 59f0f8d2e81d [2021-01-04T06:41:15.211Z] ---> 762c8cfec7b0 [2021-01-04T06:41:15.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T06:41:15.211Z] ---> Running in e83f674cc274 [2021-01-04T06:41:15.644Z] ---> Running in 89dfd84a7cc0 [2021-01-04T06:41:16.118Z] Removing intermediate container d1f519bf36f0 [2021-01-04T06:41:16.118Z] ---> 9f06d95899ee [2021-01-04T06:41:16.118Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T06:41:16.118Z] ---> Running in d31f43beba86 [2021-01-04T06:41:16.118Z] Removing intermediate container e83f674cc274 [2021-01-04T06:41:16.118Z] ---> 118139f337d0 [2021-01-04T06:41:16.118Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T06:41:16.765Z] Removing intermediate container 89dfd84a7cc0 [2021-01-04T06:41:16.765Z] ---> 858b262c9550 [2021-01-04T06:41:16.765Z] Step 13/22 : WORKDIR / [2021-01-04T06:41:16.765Z] Removing intermediate container d31f43beba86 [2021-01-04T06:41:16.765Z] ---> 9a0889fdc4c4 [2021-01-04T06:41:16.765Z] Step 13/24 : WORKDIR / [2021-01-04T06:41:17.168Z] ---> Running in 6e3cb04182d6 [2021-01-04T06:41:17.168Z] ---> Running in 329b3bd3dc1e [2021-01-04T06:41:17.824Z] ---> 443eb4a3d241 [2021-01-04T06:41:17.824Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T06:41:17.824Z] Removing intermediate container 6e3cb04182d6 [2021-01-04T06:41:18.100Z] ---> 3a32f1d6869d [2021-01-04T06:41:18.100Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T06:41:18.100Z] Removing intermediate container 329b3bd3dc1e [2021-01-04T06:41:18.100Z] ---> 1b6ee73c3b5e [2021-01-04T06:41:18.100Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T06:41:19.555Z] ---> e66482a70151 [2021-01-04T06:41:19.555Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T06:41:19.555Z] ---> 7ca0867968c6 [2021-01-04T06:41:19.555Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T06:41:19.555Z] ---> e1fee06393de [2021-01-04T06:41:19.555Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T06:41:21.554Z] ---> 1bacf1af06c2 [2021-01-04T06:41:21.554Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T06:41:22.150Z] ---> 46c434356d0b [2021-01-04T06:41:22.150Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T06:41:22.150Z] ---> 08e6b394085f [2021-01-04T06:41:22.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T06:41:22.425Z] ---> Running in 5709267e12cb [2021-01-04T06:41:22.701Z] ---> 49081bd81791 [2021-01-04T06:41:22.701Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T06:41:22.971Z] Removing intermediate container 1fb395ec9e82 [2021-01-04T06:41:22.971Z] ---> cc16ab470d0b [2021-01-04T06:41:22.971Z] [2021-01-04T06:41:22.971Z] Step 10/22 : FROM scratch [2021-01-04T06:41:22.971Z] ---> [2021-01-04T06:41:22.971Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:41:23.245Z] Removing intermediate container 5709267e12cb [2021-01-04T06:41:23.245Z] ---> 99cc6a868aac [2021-01-04T06:41:23.245Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T06:41:23.520Z] ---> Running in 56ff4e5bacb4 [2021-01-04T06:41:23.520Z] ---> ef40a9edb3f5 [2021-01-04T06:41:23.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T06:41:23.520Z] ---> Running in c99b1b8628b6 [2021-01-04T06:41:24.124Z] ---> 8bdea6ec6e84 [2021-01-04T06:41:24.124Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T06:41:24.124Z] Removing intermediate container 56ff4e5bacb4 [2021-01-04T06:41:24.124Z] ---> 6907d3a970f5 [2021-01-04T06:41:24.124Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T06:41:24.396Z] ---> Running in 294263df7b6a [2021-01-04T06:41:24.396Z] Removing intermediate container c99b1b8628b6 [2021-01-04T06:41:24.396Z] ---> eeb3d8f68a04 [2021-01-04T06:41:24.396Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T06:41:24.669Z] ---> c2ff10ff6a73 [2021-01-04T06:41:24.669Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T06:41:24.945Z] ---> Running in 69a07f5a7b82 [2021-01-04T06:41:24.945Z] ---> Running in cf147a5bdedb [2021-01-04T06:41:24.945Z] Removing intermediate container 294263df7b6a [2021-01-04T06:41:24.945Z] ---> cc8c99098f68 [2021-01-04T06:41:24.945Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T06:41:25.222Z] ---> Running in d634909fc2a1 [2021-01-04T06:41:25.820Z] Removing intermediate container 69a07f5a7b82 [2021-01-04T06:41:25.820Z] ---> fe57bbcddbfa [2021-01-04T06:41:25.820Z] Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:41:25.820Z] ---> 3efc5e531016 [2021-01-04T06:41:25.820Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T06:41:26.093Z] ---> Running in 12c9889494ec [2021-01-04T06:41:26.093Z] Removing intermediate container d634909fc2a1 [2021-01-04T06:41:26.093Z] ---> a994e8bd99ff [2021-01-04T06:41:26.093Z] Step 14/22 : WORKDIR / [2021-01-04T06:41:26.368Z] ---> Running in 53a223a22bfe [2021-01-04T06:41:26.660Z] ---> 32f5d6db6d8a [2021-01-04T06:41:26.660Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T06:41:26.933Z] Removing intermediate container 12c9889494ec [2021-01-04T06:41:26.933Z] ---> 5278b7a7ab24 [2021-01-04T06:41:26.933Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T06:41:26.933Z] Removing intermediate container 53a223a22bfe [2021-01-04T06:41:26.933Z] ---> 22c3b9655f4b [2021-01-04T06:41:26.933Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T06:41:26.933Z] ---> Running in cbdce402eeec [2021-01-04T06:41:27.209Z] ---> Running in aeb6cd512dc8 [2021-01-04T06:41:28.197Z] Removing intermediate container aeb6cd512dc8 [2021-01-04T06:41:28.197Z] ---> 927dfde20dba [2021-01-04T06:41:28.197Z] [2021-01-04T06:41:28.197Z] ---> 26f19016a614 [2021-01-04T06:41:28.197Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T06:41:28.793Z] Removing intermediate container cf147a5bdedb [2021-01-04T06:41:28.793Z] ---> 4f19d75477fb [2021-01-04T06:41:28.793Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T06:41:28.793Z] Successfully built 927dfde20dba [2021-01-04T06:41:28.793Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T06:41:28.793Z] Building docker-support-scheduler-go [2021-01-04T06:41:29.068Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c8122eedecba [2021-01-04T06:41:30.048Z] Removing intermediate container c8122eedecba [2021-01-04T06:41:30.048Z] ---> a87762671c34 [2021-01-04T06:41:30.048Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T06:41:30.640Z] ---> 613d92ea0241 [2021-01-04T06:41:30.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T06:41:30.640Z] ---> Running in a532e82ef5fc [2021-01-04T06:41:30.915Z] Removing intermediate container cbdce402eeec [2021-01-04T06:41:30.915Z] ---> ba4b79f9ef4b [2021-01-04T06:41:30.915Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T06:41:31.512Z] Removing intermediate container 61b9075f3a85 [2021-01-04T06:41:31.512Z] ---> 2b4e736be428 [2021-01-04T06:41:31.512Z] [2021-01-04T06:41:31.512Z] Step 10/23 : FROM alpine [2021-01-04T06:41:31.512Z] ---> afeebe901d6b [2021-01-04T06:41:31.512Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:41:31.512Z] ---> Running in 75a52d22f649 [2021-01-04T06:41:32.105Z] ---> Running in 825fdc4eba29 [2021-01-04T06:41:32.105Z] ---> bfe1fc73a4af [2021-01-04T06:41:32.105Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T06:41:32.105Z] Removing intermediate container a532e82ef5fc [2021-01-04T06:41:32.105Z] ---> 5451740727ac [2021-01-04T06:41:32.105Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:41:32.385Z] ---> Running in bb848668f790 [2021-01-04T06:41:32.385Z] ---> Running in ebda64922751 [2021-01-04T06:41:32.385Z] Removing intermediate container 75a52d22f649 [2021-01-04T06:41:32.385Z] ---> aa83d0f2cf57 [2021-01-04T06:41:32.385Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T06:41:32.659Z] ---> Running in 8086b05d1e46 [2021-01-04T06:41:32.936Z] Removing intermediate container 825fdc4eba29 [2021-01-04T06:41:32.937Z] ---> 68dcd5fa412a [2021-01-04T06:41:32.937Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T06:41:33.210Z] Removing intermediate container bb848668f790 [2021-01-04T06:41:33.210Z] ---> 5e12d5d26f02 [2021-01-04T06:41:33.210Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:41:33.210Z] Removing intermediate container ebda64922751 [2021-01-04T06:41:33.210Z] ---> 5ddc35417648 [2021-01-04T06:41:33.210Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:41:33.485Z] ---> Running in 0481c2e7f560 [2021-01-04T06:41:33.761Z] ---> Running in b3b77cc37a47 [2021-01-04T06:41:33.761Z] ---> Running in 336865507d18 [2021-01-04T06:41:33.761Z] Removing intermediate container 8086b05d1e46 [2021-01-04T06:41:33.761Z] ---> bc69b4613eef [2021-01-04T06:41:33.761Z] Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:41:34.352Z] ---> Running in d182617206e8 [2021-01-04T06:41:34.352Z] Removing intermediate container 0481c2e7f560 [2021-01-04T06:41:34.352Z] ---> ddae6ac18227 [2021-01-04T06:41:34.352Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T06:41:34.625Z] Removing intermediate container b3b77cc37a47 [2021-01-04T06:41:34.625Z] ---> 382a7969a82b [2021-01-04T06:41:34.625Z] [2021-01-04T06:41:34.625Z] Removing intermediate container 336865507d18 [2021-01-04T06:41:34.625Z] ---> a8dfa54c39b8 [2021-01-04T06:41:34.625Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T06:41:34.625Z] ---> Running in 73ba8e9681ba [2021-01-04T06:41:34.903Z] ---> Running in 647e601ee554 [2021-01-04T06:41:34.903Z] Removing intermediate container d182617206e8 [2021-01-04T06:41:34.903Z] ---> 6b01dde285c6 [2021-01-04T06:41:34.903Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T06:41:35.182Z] Successfully built 382a7969a82b [2021-01-04T06:41:35.182Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T06:41:35.182Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-04T06:41:35.182Z] ---> Running in 967b6ee0fe6c [2021-01-04T06:41:35.182Z] Removing intermediate container 73ba8e9681ba [2021-01-04T06:41:35.182Z] ---> 47054e8dab24 [2021-01-04T06:41:35.182Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:41:35.461Z] Removing intermediate container 647e601ee554 [2021-01-04T06:41:35.461Z] ---> 7f3641ffdc62 [2021-01-04T06:41:35.461Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:41:35.461Z] ---> Running in 795dd0eed0b7 [2021-01-04T06:41:35.740Z] ---> Running in 2df4be763d24 [2021-01-04T06:41:35.740Z] Removing intermediate container 967b6ee0fe6c [2021-01-04T06:41:35.740Z] ---> ac84fa179b5b [2021-01-04T06:41:35.740Z] [2021-01-04T06:41:36.342Z] Removing intermediate container 2df4be763d24 [2021-01-04T06:41:36.342Z] ---> 3348c5514930 [2021-01-04T06:41:36.342Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:41:36.342Z] Successfully built ac84fa179b5b [2021-01-04T06:41:36.342Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T06:41:36.342Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-04T06:41:36.614Z] ---> Running in 8dc88e46d84d [2021-01-04T06:41:37.212Z] Removing intermediate container 8dc88e46d84d [2021-01-04T06:41:37.212Z] ---> ec842091d2e6 [2021-01-04T06:41:37.212Z] [2021-01-04T06:41:37.813Z] Successfully built ec842091d2e6 [2021-01-04T06:41:37.813Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T06:41:37.813Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-04T06:41:38.421Z] Removing intermediate container 795dd0eed0b7 [2021-01-04T06:41:38.421Z] ---> 193484776fcf [2021-01-04T06:41:38.421Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-04T06:41:38.421Z] ---> Running in 5c69fc49b377 [2021-01-04T06:41:39.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:40.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:41:41.059Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T06:41:41.334Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T06:41:41.334Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T06:41:41.610Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T06:41:41.610Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T06:41:41.610Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:41:41.610Z] OK: 8 MiB in 19 packages [2021-01-04T06:41:45.005Z] Removing intermediate container 5c69fc49b377 [2021-01-04T06:41:45.005Z] ---> 4e1dfe5a5392 [2021-01-04T06:41:45.005Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T06:41:45.995Z] ---> a9cf816c3ffb [2021-01-04T06:41:45.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T06:41:47.983Z] ---> 6ab5a8530472 [2021-01-04T06:41:47.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T06:41:48.960Z] ---> 798cba064d80 [2021-01-04T06:41:48.960Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T06:41:48.960Z] ---> Running in ca428f622d84 [2021-01-04T06:41:49.557Z] Removing intermediate container ca428f622d84 [2021-01-04T06:41:49.557Z] ---> 93556a43a324 [2021-01-04T06:41:49.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:41:49.832Z] ---> Running in f8909ec87e76 [2021-01-04T06:41:50.426Z] Removing intermediate container f8909ec87e76 [2021-01-04T06:41:50.426Z] ---> 147209ac67e6 [2021-01-04T06:41:50.426Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T06:41:51.025Z] ---> Running in 3cd86c3af1db [2021-01-04T06:41:51.619Z] Removing intermediate container 3cd86c3af1db [2021-01-04T06:41:51.619Z] ---> 20c8e950f812 [2021-01-04T06:41:51.619Z] Step 22/23 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:41:51.894Z] ---> Running in 53ca06433aed [2021-01-04T06:41:52.491Z] Removing intermediate container 53ca06433aed [2021-01-04T06:41:52.491Z] ---> 45f6c812e455 [2021-01-04T06:41:52.491Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T06:41:52.766Z] ---> Running in 0351d11fc1a7 [2021-01-04T06:41:53.362Z] Removing intermediate container 0351d11fc1a7 [2021-01-04T06:41:53.362Z] ---> cd774123e584 [2021-01-04T06:41:53.362Z] [2021-01-04T06:41:53.958Z] Successfully built cd774123e584 [2021-01-04T06:41:53.958Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T06:42:12.255Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:42:12.255Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:42:12.255Z] ---> 8e9dca2f13e2 [2021-01-04T06:42:12.255Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 5c8ea3e3036e [2021-01-04T06:42:12.255Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 59bcf9a83244 [2021-01-04T06:42:12.255Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 784a3d341fcf [2021-01-04T06:42:12.255Z] Step 6/21 : COPY go.mod . [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 72693a39382c [2021-01-04T06:42:12.255Z] Step 7/21 : RUN go mod download [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 709c0171d673 [2021-01-04T06:42:12.255Z] Step 8/21 : COPY . . [2021-01-04T06:42:12.255Z] ---> Using cache [2021-01-04T06:42:12.255Z] ---> 4a9918df3823 [2021-01-04T06:42:12.255Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T06:42:16.605Z] ---> Running in 6707cbb91e3a [2021-01-04T06:42:17.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T06:42:24.002Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:42:24.002Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:42:24.002Z] ---> 8e9dca2f13e2 [2021-01-04T06:42:24.002Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T06:42:24.002Z] ---> Using cache [2021-01-04T06:42:24.002Z] ---> 5c8ea3e3036e [2021-01-04T06:42:24.002Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:42:24.002Z] ---> Using cache [2021-01-04T06:42:24.002Z] ---> 59bcf9a83244 [2021-01-04T06:42:24.002Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-04T06:42:24.280Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:42:24.280Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:42:24.280Z] ---> 8e9dca2f13e2 [2021-01-04T06:42:24.280Z] Step 3/27 : WORKDIR /edgex-go [2021-01-04T06:42:24.280Z] ---> Using cache [2021-01-04T06:42:24.280Z] ---> 5c8ea3e3036e [2021-01-04T06:42:24.280Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:42:24.280Z] ---> Using cache [2021-01-04T06:42:24.280Z] ---> 59bcf9a83244 [2021-01-04T06:42:24.280Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-04T06:42:24.567Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T06:42:24.567Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T06:42:24.567Z] ---> 8e9dca2f13e2 [2021-01-04T06:42:24.567Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 5c8ea3e3036e [2021-01-04T06:42:24.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 59bcf9a83244 [2021-01-04T06:42:24.567Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 784a3d341fcf [2021-01-04T06:42:24.567Z] Step 6/22 : COPY go.mod . [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 72693a39382c [2021-01-04T06:42:24.567Z] Step 7/22 : RUN go mod download [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 709c0171d673 [2021-01-04T06:42:24.567Z] Step 8/22 : COPY . . [2021-01-04T06:42:24.567Z] ---> Using cache [2021-01-04T06:42:24.567Z] ---> 4a9918df3823 [2021-01-04T06:42:24.567Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T06:42:25.573Z] ---> Running in 8d46dd0dc0bc [2021-01-04T06:42:25.573Z] ---> Running in 0959483f0177 [2021-01-04T06:42:25.573Z] ---> Running in d150a4a2a13b [2021-01-04T06:42:28.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:42:28.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:42:28.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T06:42:28.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:42:28.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:42:29.830Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:42:29.830Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:42:29.830Z] OK: 12620 distinct packages available [2021-01-04T06:42:29.830Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T06:42:29.830Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T06:42:29.830Z] OK: 12620 distinct packages available [2021-01-04T06:42:30.431Z] OK: 217 MiB in 51 packages [2021-01-04T06:42:30.710Z] OK: 217 MiB in 51 packages [2021-01-04T06:42:32.727Z] Removing intermediate container d150a4a2a13b [2021-01-04T06:42:32.727Z] ---> 549b44e8f513 [2021-01-04T06:42:32.727Z] Step 6/27 : COPY go.mod . [2021-01-04T06:42:32.727Z] Removing intermediate container 8d46dd0dc0bc [2021-01-04T06:42:32.727Z] ---> 753c03b498ea [2021-01-04T06:42:32.727Z] Step 6/24 : COPY go.mod . [2021-01-04T06:42:33.751Z] ---> 23eb00ac9c44 [2021-01-04T06:42:33.751Z] Step 7/27 : RUN go mod download [2021-01-04T06:42:33.751Z] ---> 64541c5c8761 [2021-01-04T06:42:33.751Z] Step 7/24 : RUN go mod download [2021-01-04T06:42:34.036Z] ---> Running in 556506e6279c [2021-01-04T06:42:34.036Z] ---> Running in 81becd4b0ff9 [2021-01-04T06:42:39.500Z] Removing intermediate container 556506e6279c [2021-01-04T06:42:39.500Z] ---> c569423a3ff7 [2021-01-04T06:42:39.500Z] Step 8/27 : COPY . . [2021-01-04T06:42:39.500Z] Removing intermediate container 81becd4b0ff9 [2021-01-04T06:42:39.500Z] ---> de39d870e793 [2021-01-04T06:42:39.500Z] Step 8/24 : COPY . . [2021-01-04T06:43:11.939Z] ---> 7aba22f2b7e9 [2021-01-04T06:43:11.939Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T06:43:11.939Z] ---> faa43f4ee0d9 [2021-01-04T06:43:11.939Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T06:43:11.939Z] ---> Running in 30c6449641c3 [2021-01-04T06:43:11.939Z] ---> Running in dd3a418dc65e [2021-01-04T06:43:11.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T06:43:11.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T06:43:12.931Z] Removing intermediate container 6707cbb91e3a [2021-01-04T06:43:12.931Z] ---> a369b70d92cc [2021-01-04T06:43:12.931Z] [2021-01-04T06:43:12.931Z] Step 10/21 : FROM scratch [2021-01-04T06:43:12.931Z] ---> [2021-01-04T06:43:12.931Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:43:13.209Z] ---> Using cache [2021-01-04T06:43:13.209Z] ---> 6907d3a970f5 [2021-01-04T06:43:13.209Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T06:43:13.209Z] ---> Running in adb7e03f4d5b [2021-01-04T06:43:13.818Z] Removing intermediate container adb7e03f4d5b [2021-01-04T06:43:13.818Z] ---> 77d2b8d0a453 [2021-01-04T06:43:13.818Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T06:43:14.094Z] ---> Running in d4b15fd451d7 [2021-01-04T06:43:14.693Z] Removing intermediate container d4b15fd451d7 [2021-01-04T06:43:14.693Z] ---> 61cc16779759 [2021-01-04T06:43:14.693Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T06:43:15.677Z] ---> fff2036e93fb [2021-01-04T06:43:15.677Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T06:43:17.716Z] ---> c8431c26adff [2021-01-04T06:43:17.716Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T06:43:19.697Z] ---> b53ab8cd94aa [2021-01-04T06:43:19.697Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T06:43:19.697Z] ---> Running in 7e4f0a436972 [2021-01-04T06:43:20.700Z] Removing intermediate container 7e4f0a436972 [2021-01-04T06:43:20.700Z] ---> a0bd206c612a [2021-01-04T06:43:20.700Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:43:20.973Z] ---> Running in a5e1691cfa8e [2021-01-04T06:43:22.427Z] Removing intermediate container a5e1691cfa8e [2021-01-04T06:43:22.427Z] ---> 4532462a1741 [2021-01-04T06:43:22.427Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T06:43:22.427Z] ---> Running in a812783d0fff [2021-01-04T06:43:22.701Z] Removing intermediate container 0959483f0177 [2021-01-04T06:43:22.701Z] ---> 24e1a5286851 [2021-01-04T06:43:22.701Z] [2021-01-04T06:43:22.701Z] Step 10/22 : FROM scratch [2021-01-04T06:43:22.701Z] ---> [2021-01-04T06:43:22.701Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T06:43:22.981Z] ---> Using cache [2021-01-04T06:43:22.981Z] ---> 6907d3a970f5 [2021-01-04T06:43:22.981Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T06:43:23.258Z] ---> Running in aefc2d8e0f44 [2021-01-04T06:43:23.536Z] Removing intermediate container a812783d0fff [2021-01-04T06:43:23.536Z] ---> 2c77b0563233 [2021-01-04T06:43:23.536Z] Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:43:23.812Z] ---> Running in 8e9cfc7db95e [2021-01-04T06:43:24.093Z] Removing intermediate container aefc2d8e0f44 [2021-01-04T06:43:24.093Z] ---> ee2c2bc8e8ca [2021-01-04T06:43:24.093Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T06:43:24.093Z] ---> Running in c5e98ba6aee5 [2021-01-04T06:43:24.376Z] Removing intermediate container 8e9cfc7db95e [2021-01-04T06:43:24.376Z] ---> 6b0c97bbb837 [2021-01-04T06:43:24.376Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T06:43:24.651Z] ---> Running in 53036153af10 [2021-01-04T06:43:24.926Z] Removing intermediate container c5e98ba6aee5 [2021-01-04T06:43:24.926Z] ---> 0f0c6f711967 [2021-01-04T06:43:24.926Z] Step 14/22 : WORKDIR / [2021-01-04T06:43:24.926Z] ---> Running in bcb33285ae0b [2021-01-04T06:43:25.529Z] Removing intermediate container 53036153af10 [2021-01-04T06:43:25.529Z] ---> 5e74ace94512 [2021-01-04T06:43:25.529Z] [2021-01-04T06:43:25.806Z] Removing intermediate container bcb33285ae0b [2021-01-04T06:43:25.806Z] ---> 5ae6fd85f8a3 [2021-01-04T06:43:25.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T06:43:26.085Z] Successfully built 5e74ace94512 [2021-01-04T06:43:26.085Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T06:43:27.089Z]  Building docker-support-scheduler-go ... done  ---> 9b48a05cfd97 [2021-01-04T06:43:27.089Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T06:43:29.086Z] ---> 3b7c18f6f601 [2021-01-04T06:43:29.087Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T06:43:30.087Z] ---> 6e92ef017d8d [2021-01-04T06:43:30.087Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T06:43:30.087Z] ---> Running in 76975f22865b [2021-01-04T06:43:30.695Z] Removing intermediate container 76975f22865b [2021-01-04T06:43:30.695Z] ---> 01bf0ae84351 [2021-01-04T06:43:30.695Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:43:30.969Z] ---> Running in 052878b9d438 [2021-01-04T06:43:31.586Z] Removing intermediate container 052878b9d438 [2021-01-04T06:43:31.586Z] ---> fd315301cf26 [2021-01-04T06:43:31.586Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T06:43:31.881Z] ---> Running in 75a4f659fee5 [2021-01-04T06:43:32.482Z] Removing intermediate container 75a4f659fee5 [2021-01-04T06:43:32.482Z] ---> 7a7b4b2cbf23 [2021-01-04T06:43:32.482Z] Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:43:32.482Z] ---> Running in 0cac468e40c6 [2021-01-04T06:43:33.468Z] Removing intermediate container 0cac468e40c6 [2021-01-04T06:43:33.468Z] ---> 2d1af0b157c5 [2021-01-04T06:43:33.468Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T06:43:33.468Z] ---> Running in 44be8e955778 [2021-01-04T06:43:34.065Z] Removing intermediate container 44be8e955778 [2021-01-04T06:43:34.065Z] ---> 29718600740d [2021-01-04T06:43:34.066Z] [2021-01-04T06:43:34.672Z] Successfully built 29718600740d [2021-01-04T06:43:34.672Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T06:44:01.489Z]  Building docker-core-command-go ... done Removing intermediate container 30c6449641c3 [2021-01-04T06:44:01.489Z] ---> 0f9db2dc3a08 [2021-01-04T06:44:01.489Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T06:44:01.489Z] Removing intermediate container dd3a418dc65e [2021-01-04T06:44:01.489Z] ---> ed29b9e9c79a [2021-01-04T06:44:01.489Z] [2021-01-04T06:44:01.489Z] Step 10/24 : FROM scratch [2021-01-04T06:44:01.489Z] ---> [2021-01-04T06:44:01.489Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T06:44:01.489Z] ---> Running in decad33e4f90 [2021-01-04T06:44:01.489Z] ---> Running in 4cca38c09c67 [2021-01-04T06:44:01.489Z] Removing intermediate container 4cca38c09c67 [2021-01-04T06:44:01.489Z] ---> 048b9ce5ffaf [2021-01-04T06:44:01.489Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T06:44:01.489Z] ---> Running in 8e34c2edef50 [2021-01-04T06:44:01.489Z] Removing intermediate container 8e34c2edef50 [2021-01-04T06:44:01.489Z] ---> 82ba8278ab0e [2021-01-04T06:44:01.489Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T06:44:01.489Z] ---> Running in a3ec44cfb2a4 [2021-01-04T06:44:01.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T06:44:01.489Z] Removing intermediate container a3ec44cfb2a4 [2021-01-04T06:44:01.489Z] ---> 4f21c475fc0f [2021-01-04T06:44:01.489Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T06:44:01.765Z] ---> 84012d3a80c2 [2021-01-04T06:44:01.765Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T06:44:03.206Z] ---> 57c632ead692 [2021-01-04T06:44:03.206Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T06:44:03.480Z] Removing intermediate container decad33e4f90 [2021-01-04T06:44:03.480Z] ---> 8e6e5df2d188 [2021-01-04T06:44:03.480Z] [2021-01-04T06:44:03.480Z] Step 11/27 : FROM docker:latest [2021-01-04T06:44:03.480Z] ---> f66387bf908a [2021-01-04T06:44:03.480Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-04T06:44:04.077Z] ---> Running in 038b93a2dc13 [2021-01-04T06:44:04.354Z] ---> 46006345150e [2021-01-04T06:44:04.354Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T06:44:05.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:44:05.338Z] ---> b510dac42cc0 [2021-01-04T06:44:05.338Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T06:44:05.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:44:05.932Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T06:44:05.932Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T06:44:06.204Z] Executing bash-5.0.17-r0.post-install [2021-01-04T06:44:06.204Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:44:06.204Z] OK: 12 MiB in 22 packages [2021-01-04T06:44:06.481Z] ---> 0a8135992d2d [2021-01-04T06:44:06.481Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T06:44:07.473Z] ---> 47796e698970 [2021-01-04T06:44:07.473Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T06:44:07.473Z] Removing intermediate container 038b93a2dc13 [2021-01-04T06:44:07.473Z] ---> 488f6571497e [2021-01-04T06:44:07.473Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-04T06:44:07.747Z] ---> Running in b3bfc8724691 [2021-01-04T06:44:07.747Z] ---> Running in cdb858826a35 [2021-01-04T06:44:08.347Z] Removing intermediate container b3bfc8724691 [2021-01-04T06:44:08.347Z] ---> 8f25d3865ed8 [2021-01-04T06:44:08.347Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:44:08.347Z] ---> Running in fd828ab919d1 [2021-01-04T06:44:08.942Z] Removing intermediate container fd828ab919d1 [2021-01-04T06:44:08.942Z] ---> 8dcb4981641b [2021-01-04T06:44:08.942Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T06:44:08.942Z] ---> Running in 0c1a7430a657 [2021-01-04T06:44:09.536Z] Removing intermediate container 0c1a7430a657 [2021-01-04T06:44:09.536Z] ---> b8158f214274 [2021-01-04T06:44:09.536Z] Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:44:09.805Z] ---> Running in 261f22e7870a [2021-01-04T06:44:09.805Z] Removing intermediate container cdb858826a35 [2021-01-04T06:44:09.805Z] ---> 11dcec1de9dd [2021-01-04T06:44:09.805Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T06:44:10.076Z] ---> Running in d6291cbca7b6 [2021-01-04T06:44:10.349Z] Removing intermediate container 261f22e7870a [2021-01-04T06:44:10.349Z] ---> 70b5347c2a7c [2021-01-04T06:44:10.349Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T06:44:10.349Z] ---> Running in b05718f49eda [2021-01-04T06:44:10.620Z] Removing intermediate container d6291cbca7b6 [2021-01-04T06:44:10.620Z] ---> 04f39b16b8ca [2021-01-04T06:44:10.620Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-04T06:44:10.893Z] ---> Running in 55499761bd9c [2021-01-04T06:44:10.893Z] Removing intermediate container b05718f49eda [2021-01-04T06:44:10.893Z] ---> a195e6edc43b [2021-01-04T06:44:10.893Z] [2021-01-04T06:44:11.162Z] Successfully built a195e6edc43b [2021-01-04T06:44:11.433Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T06:44:11.433Z]  Building docker-support-notifications-go ... done Removing intermediate container 55499761bd9c [2021-01-04T06:44:11.433Z] ---> 16d0bda43efe [2021-01-04T06:44:11.433Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-04T06:44:11.703Z] ---> Running in 453ce9a35e08 [2021-01-04T06:44:11.983Z] Removing intermediate container 453ce9a35e08 [2021-01-04T06:44:11.983Z] ---> 977dd3bde9f1 [2021-01-04T06:44:11.983Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T06:44:13.411Z] ---> 8cf9972c5fe8 [2021-01-04T06:44:13.411Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T06:44:14.009Z] ---> c2f5daefb4b8 [2021-01-04T06:44:14.009Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T06:44:14.983Z] ---> 503da4f1eb5d [2021-01-04T06:44:14.983Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-04T06:44:14.983Z] ---> Running in aaf5b384787e [2021-01-04T06:44:16.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:44:16.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:44:17.002Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T06:44:17.002Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T06:44:17.002Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T06:44:17.002Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T06:44:17.002Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T06:44:17.002Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T06:44:17.002Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T06:44:18.965Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T06:44:18.965Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T06:44:18.965Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T06:44:18.965Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T06:44:18.965Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T06:44:18.965Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T06:44:18.965Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T06:44:18.965Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T06:44:18.965Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T06:44:18.965Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T06:44:18.965Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T06:44:19.235Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T06:44:19.235Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T06:44:19.235Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T06:44:19.235Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T06:44:19.235Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T06:44:19.235Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T06:44:19.235Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T06:44:19.235Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T06:44:19.235Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T06:44:19.235Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T06:44:19.235Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T06:44:19.235Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T06:44:19.510Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T06:44:19.510Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T06:44:19.510Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T06:44:19.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:44:19.510Z] OK: 71 MiB in 55 packages [2021-01-04T06:44:26.220Z] Removing intermediate container aaf5b384787e [2021-01-04T06:44:26.220Z] ---> d33b883c7f2f [2021-01-04T06:44:26.220Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-04T06:44:26.220Z] ---> Running in 8535a75605c6 [2021-01-04T06:44:31.602Z] Collecting docker-compose==1.23.2 [2021-01-04T06:44:31.602Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T06:44:31.602Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T06:44:31.602Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T06:44:31.602Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T06:44:33.562Z] Collecting PyYAML<4,>=3.10 [2021-01-04T06:44:33.562Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T06:44:36.930Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T06:44:36.930Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T06:44:38.348Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T06:44:38.348Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T06:44:39.315Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T06:44:39.315Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T06:44:40.286Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T06:44:40.556Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T06:44:40.825Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T06:44:40.825Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T06:44:43.458Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T06:44:43.458Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T06:44:43.458Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T06:44:43.458Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T06:44:44.070Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T06:44:44.070Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T06:44:44.684Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T06:44:44.684Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T06:44:44.969Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T06:44:44.969Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T06:44:45.247Z] Collecting idna<2.8,>=2.5 [2021-01-04T06:44:45.247Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T06:44:45.247Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T06:44:45.247Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T06:44:45.247Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T06:44:45.247Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T06:44:46.267Z] Installing collected packages: docopt, PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docker-compose [2021-01-04T06:44:46.267Z] Running setup.py install for docopt: started [2021-01-04T06:44:48.276Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T06:44:48.276Z] Running setup.py install for PyYAML: started [2021-01-04T06:44:50.247Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T06:44:50.247Z] Running setup.py install for texttable: started [2021-01-04T06:44:52.217Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T06:44:52.217Z] Attempting uninstall: urllib3 [2021-01-04T06:44:52.217Z] Found existing installation: urllib3 1.25.9 [2021-01-04T06:44:52.217Z] Uninstalling urllib3-1.25.9: [2021-01-04T06:44:52.488Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T06:44:53.079Z] Attempting uninstall: idna [2021-01-04T06:44:53.079Z] Found existing installation: idna 2.9 [2021-01-04T06:44:53.079Z] Uninstalling idna-2.9: [2021-01-04T06:44:53.079Z] Successfully uninstalled idna-2.9 [2021-01-04T06:44:53.667Z] Attempting uninstall: requests [2021-01-04T06:44:53.667Z] Found existing installation: requests 2.23.0 [2021-01-04T06:44:53.667Z] Uninstalling requests-2.23.0: [2021-01-04T06:44:53.667Z] Successfully uninstalled requests-2.23.0 [2021-01-04T06:44:55.086Z] Running setup.py install for dockerpty: started [2021-01-04T06:44:56.511Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T06:44:57.939Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T06:45:01.318Z] Removing intermediate container 8535a75605c6 [2021-01-04T06:45:01.318Z] ---> 12f4756110c4 [2021-01-04T06:45:01.318Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-04T06:45:01.318Z] ---> Running in 252a4d56c0cd [2021-01-04T06:45:02.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T06:45:02.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T06:45:03.355Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T06:45:03.355Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T06:45:03.355Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T06:45:03.355Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T06:45:03.355Z] OK: 71 MiB in 58 packages [2021-01-04T06:45:04.785Z] Removing intermediate container 252a4d56c0cd [2021-01-04T06:45:04.785Z] ---> 23ecfe66bebc [2021-01-04T06:45:04.785Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T06:45:04.785Z] ---> Running in 355a2a3a1727 [2021-01-04T06:45:05.059Z] Removing intermediate container 355a2a3a1727 [2021-01-04T06:45:05.059Z] ---> 27358e09e2e9 [2021-01-04T06:45:05.059Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T06:45:05.059Z] ---> Running in a7748018d38d [2021-01-04T06:45:05.653Z] Removing intermediate container a7748018d38d [2021-01-04T06:45:05.653Z] ---> 8bc9cf4921fa [2021-01-04T06:45:05.653Z] Step 25/27 : LABEL arch=arm64 [2021-01-04T06:45:05.653Z] ---> Running in 93bcc32e5913 [2021-01-04T06:45:06.246Z] Removing intermediate container 93bcc32e5913 [2021-01-04T06:45:06.246Z] ---> 100c5588ba04 [2021-01-04T06:45:06.246Z] Step 26/27 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [2021-01-04T06:45:06.246Z] ---> Running in 875114a3c9c6 [2021-01-04T06:45:06.838Z] Removing intermediate container 875114a3c9c6 [2021-01-04T06:45:06.838Z] ---> eed963725d66 [2021-01-04T06:45:06.838Z] Step 27/27 : LABEL version=0.0.0 [2021-01-04T06:45:06.838Z] ---> Running in 6d2de82f4ff9 [2021-01-04T06:45:07.429Z] Removing intermediate container 6d2de82f4ff9 [2021-01-04T06:45:07.430Z] ---> 8bac04f09ed2 [2021-01-04T06:45:07.430Z] [2021-01-04T06:45:07.701Z] Successfully built 8bac04f09ed2 [2021-01-04T06:45:07.701Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T06:45:07.988Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T06:45:07.989Z] $ docker stop --time=1 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 [2021-01-04T06:45:09.882Z] $ docker rm -f 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T06:45:10.604Z] + grep docker [2021-01-04T06:45:10.604Z] + docker images [2021-01-04T06:45:10.874Z] docker-sys-mgmt-agent-go-arm64 latest 8bac04f09ed2 3 seconds ago 300MB [2021-01-04T06:45:10.874Z] docker-support-notifications-go-arm64 latest a195e6edc43b About a minute ago 11.4MB [2021-01-04T06:45:10.874Z] docker-core-command-go-arm64 latest 29718600740d About a minute ago 9.98MB [2021-01-04T06:45:10.874Z] docker-support-scheduler-go-arm64 latest 5e74ace94512 About a minute ago 10MB [2021-01-04T06:45:10.874Z] docker-core-data-go-arm64 latest cd774123e584 3 minutes ago 21MB [2021-01-04T06:45:10.874Z] docker-core-metadata-go-arm64 latest ec842091d2e6 3 minutes ago 12.2MB [2021-01-04T06:45:10.874Z] docker-security-secretstore-setup-go-arm64 latest ac84fa179b5b 3 minutes ago 23.5MB [2021-01-04T06:45:10.874Z] docker-security-bootstrap-redis-go-arm64 latest 382a7969a82b 3 minutes ago 15.1MB [2021-01-04T06:45:10.874Z] docker-security-proxy-setup-go-arm64 latest 927dfde20dba 3 minutes ago 23.3MB [2021-01-04T06:45:10.874Z] docker latest f66387bf908a 2 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T06:45:13.429Z] provisioning config files... [2021-01-04T06:45:13.443Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8855031012249581158tmp [Pipeline] { [Pipeline] sh [2021-01-04T06:45:13.859Z] + set +x [2021-01-04T06:45:13.859Z] + curl -s https://codecov.io/bash [2021-01-04T06:45:13.859Z] + bash -s -- [2021-01-04T06:45:14.131Z] [2021-01-04T06:45:14.131Z] _____ _ [2021-01-04T06:45:14.131Z] / ____| | | [2021-01-04T06:45:14.131Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T06:45:14.131Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T06:45:14.131Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T06:45:14.131Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T06:45:14.131Z] Bash-20201231-23d4836 [2021-01-04T06:45:14.131Z] [2021-01-04T06:45:14.131Z] [2021-01-04T06:45:14.131Z] ==> git version 2.24.3 found [2021-01-04T06:45:14.395Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-04T06:45:14.395Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T06:45:14.395Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T06:45:14.395Z] ==> Jenkins CI detected. [2021-01-04T06:45:14.395Z] project root: . [2021-01-04T06:45:14.395Z] --> token set from env [2021-01-04T06:45:14.395Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T06:45:14.395Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T06:45:14.395Z] ==> Python coveragepy not found [2021-01-04T06:45:14.396Z] ==> Searching for coverage reports in: [2021-01-04T06:45:14.396Z] + . [2021-01-04T06:45:14.396Z] -> Found 1 reports [2021-01-04T06:45:14.396Z] ==> Detecting git/mercurial file structure [2021-01-04T06:45:14.396Z] ==> Reading reports [2021-01-04T06:45:14.396Z] + ./coverage.out bytes=538204 [2021-01-04T06:45:14.396Z] ==> Appending adjustments [2021-01-04T06:45:14.396Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T06:45:17.726Z] + Found adjustments [2021-01-04T06:45:17.726Z] ==> Gzipping contents [2021-01-04T06:45:17.726Z] 84K /tmp/codecov.ol5tYO.gz [2021-01-04T06:45:17.726Z] ==> Uploading reports [2021-01-04T06:45:17.726Z] url: https://codecov.io [2021-01-04T06:45:17.726Z] query: branch=PR-2964&commit=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= [2021-01-04T06:45:17.726Z] -> Pinging Codecov [2021-01-04T06:45:17.726Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2964&commit=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= [2021-01-04T06:45:17.726Z] -> Uploading to [2021-01-04T06:45:17.726Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf/474c641a-4005-440d-9fe1-7a70cdcb0dd5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T064517Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a833d0095aad2037f8b870f3f0f36457e6b0ef8bfbc85f953365ad095a0a482 [2021-01-04T06:45:17.726Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T06:45:17.726Z] Dload Upload Total Spent Left Speed [2021-01-04T06:45:18.571Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82006 0 0 100 82006 0 129k --:--:-- --:--:-- --:--:-- 129k [2021-01-04T06:45:18.571Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [Pipeline] } [2021-01-04T06:45:18.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:21.449Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:22.415Z] ---> package-listing.sh [2021-01-04T06:45:22.415Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T06:45:22.415Z] ++ facter osfamily [2021-01-04T06:45:22.415Z] + OS_FAMILY=redhat [2021-01-04T06:45:22.415Z] + workspace=/w/workspace/edgex-go/7 [2021-01-04T06:45:22.415Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T06:45:22.415Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T06:45:22.415Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T06:45:22.415Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T06:45:22.415Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T06:45:22.415Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T06:45:22.415Z] + case "${OS_FAMILY}" in [2021-01-04T06:45:22.415Z] + rpm -qa [2021-01-04T06:45:22.415Z] + sort [2021-01-04T06:45:27.718Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T06:45:27.718Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T06:45:27.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T06:45:27.718Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T06:45:27.718Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-04T06:45:27.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-04T06:45:27.734Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T06:45:28.026Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:45:28.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T06:45:28.342Z] [2021-01-04T06:45:28.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T06:45:28.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T06:45:28.697Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T06:45:28.697Z] df20fa9351a1: Pulling fs layer [2021-01-04T06:45:28.697Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T06:45:28.697Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T06:45:28.697Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T06:45:28.697Z] 93b61091891f: Pulling fs layer [2021-01-04T06:45:28.697Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T06:45:28.697Z] 5e14af77c1be: Pulling fs layer [2021-01-04T06:45:28.697Z] 01666e4c0597: Pulling fs layer [2021-01-04T06:45:28.697Z] aa168da1d23b: Pulling fs layer [2021-01-04T06:45:28.697Z] 46f8f816bc3b: Waiting [2021-01-04T06:45:28.697Z] 93b61091891f: Waiting [2021-01-04T06:45:28.697Z] 93b9cdb0e59b: Waiting [2021-01-04T06:45:28.697Z] 5e14af77c1be: Waiting [2021-01-04T06:45:28.697Z] 01666e4c0597: Waiting [2021-01-04T06:45:28.697Z] aa168da1d23b: Waiting [2021-01-04T06:45:28.697Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T06:45:28.697Z] 36b3adc4ff6f: Download complete [2021-01-04T06:45:28.697Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T06:45:28.697Z] 46f8f816bc3b: Download complete [2021-01-04T06:45:28.963Z] df20fa9351a1: Verifying Checksum [2021-01-04T06:45:28.963Z] df20fa9351a1: Download complete [2021-01-04T06:45:28.963Z] 93b9cdb0e59b: Download complete [2021-01-04T06:45:28.963Z] 5e14af77c1be: Download complete [2021-01-04T06:45:28.963Z] 93b61091891f: Verifying Checksum [2021-01-04T06:45:28.963Z] 93b61091891f: Download complete [2021-01-04T06:45:28.963Z] 01666e4c0597: Verifying Checksum [2021-01-04T06:45:28.963Z] 01666e4c0597: Download complete [2021-01-04T06:45:28.963Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T06:45:28.963Z] 8ad3a11d3b57: Download complete [2021-01-04T06:45:29.228Z] df20fa9351a1: Pull complete [2021-01-04T06:45:29.499Z] 36b3adc4ff6f: Pull complete [2021-01-04T06:45:30.077Z] 8ad3a11d3b57: Pull complete [2021-01-04T06:45:30.342Z] 46f8f816bc3b: Pull complete [2021-01-04T06:45:30.918Z] aa168da1d23b: Verifying Checksum [2021-01-04T06:45:30.918Z] aa168da1d23b: Download complete [2021-01-04T06:45:31.970Z] 93b61091891f: Pull complete [2021-01-04T06:45:32.248Z] 93b9cdb0e59b: Pull complete [2021-01-04T06:45:32.511Z] 5e14af77c1be: Pull complete [2021-01-04T06:45:32.511Z] 01666e4c0597: Pull complete [2021-01-04T06:45:47.560Z] aa168da1d23b: Pull complete [2021-01-04T06:45:47.560Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T06:45:47.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T06:45:47.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T06:45:47.788Z] prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container [2021-01-04T06:45:47.841Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T06:45:50.926Z] $ docker top 255947ae72769740239bfe3b0acb396bcb166aab5c86b7f2f5beda159187b896 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T06:45:51.564Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T06:45:51.865Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T06:45:52.163Z] + ls /var/log/sa-host [2021-01-04T06:45:52.163Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T06:45:52.163Z] file_magic: OK [2021-01-04T06:45:52.163Z] HZ: Using current value: 100 [2021-01-04T06:45:52.163Z] file_header: OK [2021-01-04T06:45:52.163Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T06:45:52.163Z] Statistics: [2021-01-04T06:45:52.163Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T06:45:52.163Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T06:45:52.163Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T06:45:52.163Z] file_magic: OK [2021-01-04T06:45:52.163Z] HZ: Using current value: 100 [2021-01-04T06:45:52.163Z] file_header: OK [2021-01-04T06:45:52.163Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T06:45:52.163Z] Statistics: [2021-01-04T06:45:52.163Z] Hnuu...uuuununununu... [2021-01-04T06:45:52.163Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T06:45:52.939Z] provisioning config files... [2021-01-04T06:45:52.956Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config773359484093968861tmp [Pipeline] { [Pipeline] echo [2021-01-04T06:45:53.043Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:53.339Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T06:45:53.348Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T06:45:53.452Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:53.750Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T06:45:53.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:54.061Z] ---> sudo-logs.sh [2021-01-04T06:45:54.061Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T06:45:54.073Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:54.372Z] ---> job-cost.sh [2021-01-04T06:45:54.372Z] lf-activate-venv: SKIPPING [2021-01-04T06:45:54.372Z] INFO: No Stack... [2021-01-04T06:45:54.945Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T06:45:55.520Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T06:45:55.535Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T06:45:55.832Z] ---> logs-deploy.sh [2021-01-04T06:45:55.832Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2964/7 [2021-01-04T06:45:55.832Z] INFO: archiving workspace using pattern(s): [2021-01-04T06:45:57.752Z] Archives upload complete. [2021-01-04T06:45:57.752Z] INFO: archiving logs to Nexus