Pull request #2986 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b+5abdadd8b70be8a3e6975420755e8102c38e7ff4 (dab4a4dcf220b0593fd4e879f9914227db58bf5f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18532 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) > 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/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T17:06:23.718Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T17:06:24.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T17:06:24.151Z] ========================================================= [2021-01-05T17:06:24.151Z] EdgeX Global Pipelines Version Info [2021-01-05T17:06:24.151Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d847e9153d8099c9680f7b3f04ca4738db5ff537 # timeout=10 [2021-01-05T17:06:26.147Z] ------------------- [2021-01-05T17:06:26.147Z] stable info: [2021-01-05T17:06:26.147Z] ------------------- [2021-01-05T17:06:26.147Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T17:06:26.147Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:06:26.147Z] Message: update stable to v1.0.173 [2021-01-05T17:06:26.722Z] ------------------- [2021-01-05T17:06:26.722Z] experimental info: [2021-01-05T17:06:26.722Z] ------------------- [2021-01-05T17:06:26.722Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T17:06:26.722Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:06:26.722Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T17:06:26.996Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T17:06:27.108Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T17:06:27.216Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T17:06:27.314Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T17:06:27.413Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T17:06:27.503Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T17:06:27.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T17:06:27.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T17:06:27.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T17:06:27.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T17:06:27.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T17:06:28.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T17:06:28.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T17:06:28.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T17:06:28.475Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:06:28.561Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:06:28.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T17:06:28.735Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T17:06:28.830Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T17:06:28.914Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T17:06:29.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T17:06:29.086Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T17:06:29.268Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T17:06:29.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:06:29.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:06:29.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2986 [Pipeline] echo [2021-01-05T17:06:29.635Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [Pipeline] echo [2021-01-05T17:06:29.726Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb9ad89 [Pipeline] echo [2021-01-05T17:06:29.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:06:30.029Z] provisioning config files... [2021-01-05T17:06:30.064Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8803501423340924243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:06:30.423Z] ---> docker-login.sh [2021-01-05T17:06:30.424Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:06:31.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:31.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:31.007Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:31.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:31.007Z] [2021-01-05T17:06:31.007Z] Login Succeeded [2021-01-05T17:06:31.007Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:06:31.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:31.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:31.274Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:31.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:31.274Z] [2021-01-05T17:06:31.274Z] Login Succeeded [2021-01-05T17:06:31.274Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:06:31.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:31.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:31.537Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:31.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:31.537Z] [2021-01-05T17:06:31.537Z] Login Succeeded [2021-01-05T17:06:31.537Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:06:31.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:31.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:31.801Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:31.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:31.801Z] [2021-01-05T17:06:31.801Z] Login Succeeded [2021-01-05T17:06:31.801Z] docker.io [2021-01-05T17:06:31.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:06:32.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:06:32.375Z] Configure a credential helper to remove this warning. See [2021-01-05T17:06:32.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:06:32.375Z] [2021-01-05T17:06:32.375Z] Login Succeeded [2021-01-05T17:06:32.375Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:06:32.390Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:06:32.858Z] ++ 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-05T17:06:32.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.858Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T17:06:32.858Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.858Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T17:06:32.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.858Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T17:06:32.858Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T17:06:32.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:06:32.859Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:06:32.859Z] ++ cut -d/ -f2 [2021-01-05T17:06:32.859Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T17:06:32.945Z] 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-05T17:06:33.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:06:33.783Z] [2021-01-05T17:06:33.783Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:06:34.138Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:06:34.139Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T17:06:34.139Z] 31603596830f: Pulling fs layer [2021-01-05T17:06:34.139Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T17:06:34.139Z] 6ca5941a6612: Pulling fs layer [2021-01-05T17:06:34.139Z] ecc8261a40a4: Pulling fs layer [2021-01-05T17:06:34.139Z] ecc8261a40a4: Waiting [2021-01-05T17:06:34.139Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T17:06:34.139Z] 2a8b12db71e7: Download complete [2021-01-05T17:06:34.403Z] 31603596830f: Verifying Checksum [2021-01-05T17:06:34.403Z] 31603596830f: Download complete [2021-01-05T17:06:34.403Z] ecc8261a40a4: Verifying Checksum [2021-01-05T17:06:34.403Z] ecc8261a40a4: Download complete [2021-01-05T17:06:34.403Z] 6ca5941a6612: Verifying Checksum [2021-01-05T17:06:34.403Z] 6ca5941a6612: Download complete [2021-01-05T17:06:34.985Z] 31603596830f: Pull complete [2021-01-05T17:06:34.985Z] 2a8b12db71e7: Pull complete [2021-01-05T17:06:35.964Z] 6ca5941a6612: Pull complete [2021-01-05T17:06:36.227Z] ecc8261a40a4: Pull complete [2021-01-05T17:06:36.227Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T17:06:36.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:06:36.227Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T17:06:36.338Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:06:36.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T17:06:38.926Z] $ docker top 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:06:39.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:06:39.213Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:06:39.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:06:39.473Z] $ docker exec 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent [2021-01-05T17:06:39.674Z] SSH_AUTH_SOCK=/tmp/ssh-qIhPHLrGaAQ5/agent.11 [2021-01-05T17:06:39.674Z] SSH_AGENT_PID=16 [2021-01-05T17:06:39.687Z] Running ssh-add (command line suppressed) [2021-01-05T17:06:39.832Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3472499432740053380.key (/w/workspace/edgex-go/3@tmp/private_key_3472499432740053380.key) [2021-01-05T17:06:39.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:06:40.526Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T17:06:40.552Z] $ docker exec --env ******** --env ******** 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent -k [2021-01-05T17:06:40.682Z] unset SSH_AUTH_SOCK; [2021-01-05T17:06:40.682Z] unset SSH_AGENT_PID; [2021-01-05T17:06:40.682Z] echo Agent pid 16 killed; [2021-01-05T17:06:40.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T17:06:40.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:06:40.885Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:06:41.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:06:41.126Z] $ docker exec 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent [2021-01-05T17:06:41.324Z] SSH_AUTH_SOCK=/tmp/ssh-zJXORV7rf7c3/agent.45 [2021-01-05T17:06:41.324Z] SSH_AGENT_PID=50 [2021-01-05T17:06:41.332Z] Running ssh-add (command line suppressed) [2021-01-05T17:06:41.467Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1473037099416328918.key (/w/workspace/edgex-go/3@tmp/private_key_1473037099416328918.key) [2021-01-05T17:06:41.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:06:41.875Z] + git semver init [2021-01-05T17:06:41.875Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:06:41.875Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-05T17:06:41.875Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-05T17:06:41.875Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:06:41.875Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:06:41.875Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:06:41.875Z] # $SEMVER_BRANCH = PR-2986 [2021-01-05T17:06:41.875Z] # $SEMVER_TEMP = /tmp/semver-933449286 [2021-01-05T17:06:41.875Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T17:07:14.145Z] # '/tmp/semver-933449286' -> '/w/workspace/edgex-go/3/.semver' [2021-01-05T17:07:14.145Z] # -> Force: false [2021-01-05T17:07:14.145Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-05T17:07:14.167Z] $ docker exec --env ******** --env ******** 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent -k [2021-01-05T17:07:14.422Z] unset SSH_AUTH_SOCK; [2021-01-05T17:07:14.423Z] unset SSH_AGENT_PID; [2021-01-05T17:07:14.423Z] echo Agent pid 50 killed; [2021-01-05T17:07:14.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:07:15.037Z] + git semver [Pipeline] } [2021-01-05T17:07:15.062Z] $ docker stop --time=1 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 [2021-01-05T17:07:17.045Z] $ docker rm -f 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:07:17.611Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T17:07:18.248Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T17:07:18.251Z] [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-05T17:07:19.156Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:07:19.467Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:07:19.778Z] + true [2021-01-05T17:07:19.778Z] + sudo service docker restart [2021-01-05T17:07:19.778Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T17:07:20.369Z] ========================================================= [2021-01-05T17:07:20.369Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T17:07:20.369Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:07:20.734Z] + 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-05T17:07:25.000Z] Sending build context to Docker daemon 326.3MB [2021-01-05T17:07:25.000Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:07:25.000Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:07:25.000Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T17:07:25.000Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T17:07:25.000Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T17:07:25.000Z] de9db76c5a1d: Pulling fs layer [2021-01-05T17:07:25.000Z] bca2f99d35d6: Pulling fs layer [2021-01-05T17:07:25.000Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T17:07:25.000Z] 7c6f9722023f: Pulling fs layer [2021-01-05T17:07:25.000Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T17:07:25.000Z] 93359f2a8cfa: Waiting [2021-01-05T17:07:25.000Z] 7c6f9722023f: Waiting [2021-01-05T17:07:25.000Z] a35cf1a2eb13: Waiting [2021-01-05T17:07:25.000Z] bca2f99d35d6: Waiting [2021-01-05T17:07:25.000Z] de9db76c5a1d: Verifying Checksum [2021-01-05T17:07:25.000Z] de9db76c5a1d: Download complete [2021-01-05T17:07:25.000Z] 0ef7d3d256c8: Download complete [2021-01-05T17:07:25.000Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T17:07:25.000Z] 93359f2a8cfa: Download complete [2021-01-05T17:07:25.000Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T17:07:25.000Z] 188c0c94c7c5: Download complete [2021-01-05T17:07:25.000Z] 7c6f9722023f: Verifying Checksum [2021-01-05T17:07:25.000Z] 7c6f9722023f: Download complete [2021-01-05T17:07:25.000Z] 188c0c94c7c5: Pull complete [2021-01-05T17:07:25.278Z] 0ef7d3d256c8: Pull complete [2021-01-05T17:07:25.568Z] de9db76c5a1d: Pull complete [2021-01-05T17:07:26.996Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T17:07:26.996Z] a35cf1a2eb13: Download complete [2021-01-05T17:07:27.590Z] bca2f99d35d6: Verifying Checksum [2021-01-05T17:07:27.590Z] bca2f99d35d6: Download complete [2021-01-05T17:07:33.612Z] Still waiting to schedule task [2021-01-05T17:07:33.613Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-05T17:07:34.259Z] bca2f99d35d6: Pull complete [2021-01-05T17:07:34.259Z] 93359f2a8cfa: Pull complete [2021-01-05T17:07:34.259Z] 7c6f9722023f: Pull complete [2021-01-05T17:07:38.598Z] a35cf1a2eb13: Pull complete [2021-01-05T17:07:38.598Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T17:07:38.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T17:07:38.598Z] ---> a62c8e92a672 [2021-01-05T17:07:38.598Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T17:07:38.886Z] ---> Running in c9a33b27c324 [2021-01-05T17:07:39.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:40.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:41.393Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:07:41.968Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:07:41.968Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:07:41.968Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:07:56.938Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:07:56.938Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:07:56.938Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:07:56.938Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:07:56.938Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:07:56.938Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:07:56.938Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:07:56.938Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:07:57.205Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:07:57.206Z] OK: 233 MiB in 51 packages [2021-01-05T17:08:00.559Z] Removing intermediate container c9a33b27c324 [2021-01-05T17:08:00.559Z] ---> 652a663b924c [2021-01-05T17:08:00.559Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:08:00.559Z] ---> Running in 9ab6a11ff463 [2021-01-05T17:08:00.828Z] Removing intermediate container 9ab6a11ff463 [2021-01-05T17:08:00.828Z] ---> 409878e939a7 [2021-01-05T17:08:00.828Z] Step 5/6 : COPY go.mod . [2021-01-05T17:08:01.114Z] ---> 542a1a2748f9 [2021-01-05T17:08:01.114Z] Step 6/6 : RUN go mod download [2021-01-05T17:08:01.114Z] ---> Running in e78cf9411d69 [2021-01-05T17:08:23.171Z] Removing intermediate container e78cf9411d69 [2021-01-05T17:08:23.171Z] ---> d3a869dbc79d [2021-01-05T17:08:23.171Z] Successfully built d3a869dbc79d [2021-01-05T17:08:23.171Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:08:23.492Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:08:23.492Z] . [Pipeline] withDockerContainer [2021-01-05T17:08:23.597Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:08:23.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-05T17:08:24.433Z] $ docker top 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:08:24.959Z] + go version [2021-01-05T17:08:24.960Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T17:08:24.975Z] $ docker stop --time=1 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 [2021-01-05T17:08:26.349Z] $ docker rm -f 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:08:27.226Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:08:27.226Z] . [Pipeline] withDockerContainer [2021-01-05T17:08:27.332Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:08:27.385Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-05T17:08:28.179Z] $ docker top fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:08:28.397Z] ========================================================= [2021-01-05T17:08:28.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:08:28.397Z] ========================================================= [Pipeline] sh [2021-01-05T17:08:28.693Z] + make test [2021-01-05T17:08:28.693Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:08:38.893Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:08:57.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:09:02.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:09:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:09:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:09:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:09:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:09:04.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:09:05.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:09:05.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:09:06.657Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:09:09.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:09:09.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:09:09.325Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:09:11.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements [2021-01-05T17:09:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:09:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:09:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:09:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:09:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:09:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.265s coverage: 27.0% of statements [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:09:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:09:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:09:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.200s coverage: 77.1% of statements [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:09:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.4% of statements [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:09:16.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:09:19.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.445s coverage: 28.6% of statements [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:09:19.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:09:19.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:09:19.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-01-05T17:09:19.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:09:20.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2021-01-05T17:09:20.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:09:20.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-01-05T17:09:20.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:09:20.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:09:20.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:09:20.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:09:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.483s coverage: 93.8% of statements [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:09:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:09:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:09:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:09:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-05T17:09:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:09:22.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-05T17:09:23.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements [2021-01-05T17:09:23.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-05T17:09:23.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2021-01-05T17:09:23.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:09:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.308s coverage: 63.5% of statements [2021-01-05T17:09:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:09:25.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:09:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-05T17:09:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements [2021-01-05T17:09:25.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-01-05T17:09:25.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2021-01-05T17:09:25.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-05T17:09:28.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.459s coverage: 55.9% of statements [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:09:28.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 37.0% of statements [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:09:28.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:09:28.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.353s coverage: 84.0% of statements [2021-01-05T17:09:28.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-05T17:09:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.1% of statements [2021-01-05T17:09:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:09:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:09:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:09:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:09:30.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:09:30.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-01-05T17:09:30.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:09:30.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-01-05T17:09:30.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.960s coverage: 29.1% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.162s coverage: 99.0% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:09:33.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:09:33.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-05T17:09:33.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-01-05T17:09:33.303Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-05T17:09:33.888Z] GO111MODULE=on go vet ./... [2021-01-05T17:10:06.376Z] gofmt -l . [2021-01-05T17:10:06.376Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:10:06.376Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:10:06.376Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:10:07.074Z] + ls -al . [2021-01-05T17:10:07.074Z] total 640 [2021-01-05T17:10:07.074Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 17:10 . [2021-01-05T17:10:07.074Z] drwxr-xr-x 4 root root 28 Jan 5 17:08 .. [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:06 .dockerignore [2021-01-05T17:10:07.074Z] drwxrwxr-x 8 1001 1001 179 Jan 5 17:06 .git [2021-01-05T17:10:07.074Z] drwxrwxr-x 3 1001 1001 125 Jan 5 17:06 .github [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:06 .gitignore [2021-01-05T17:10:07.074Z] drwx------ 3 1001 1001 47 Jan 5 17:07 .semver [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:06 .sonarcloud.properties [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:06 CONTRIBUTING.md [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:06 Dockerfile.build [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:06 Jenkinsfile [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:06 LICENSE [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:06 Makefile [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:06 README.md [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:06 SECURITY.md [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 17:07 VERSION [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:06 ZMQWindows.md [2021-01-05T17:10:07.074Z] drwxrwxr-x 2 1001 1001 117 Jan 5 17:06 bin [2021-01-05T17:10:07.074Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:06 cmd [2021-01-05T17:10:07.074Z] -rw-r--r-- 1 root root 541590 Jan 5 17:09 coverage.out [2021-01-05T17:10:07.074Z] -rw-r--r-- 1 root root 979 Jan 5 17:10 go.mod [2021-01-05T17:10:07.074Z] -rw-r--r-- 1 root root 19019 Jan 5 17:10 go.sum [2021-01-05T17:10:07.074Z] drwxrwxr-x 8 1001 1001 127 Jan 5 17:06 internal [2021-01-05T17:10:07.074Z] drwxrwxr-x 4 1001 1001 26 Jan 5 17:06 openapi [2021-01-05T17:10:07.074Z] drwxrwxr-x 4 1001 1001 71 Jan 5 17:06 snap [2021-01-05T17:10:07.074Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:06 version.go [Pipeline] sh [2021-01-05T17:10:07.401Z] + '[' -e coverage.out ] [2021-01-05T17:10:07.401Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:10:07.755Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:10:08.067Z] + make build [2021-01-05T17:10:08.067Z] 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-05T17:10:13.418Z] 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-05T17:10:23.626Z] 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-05T17:10:23.626Z] 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-05T17:10:25.038Z] 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-05T17:10:25.627Z] 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-05T17:10:27.586Z] 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-05T17:10:28.999Z] 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-05T17:10:30.411Z] 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-05T17:10:31.828Z] 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-05T17:10:33.225Z] 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-05T17:10:34.184Z] 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-05T17:10:35.595Z] $ docker stop --time=1 fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 [2021-01-05T17:10:37.302Z] $ docker rm -f fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:39.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:10:39.136Z] [2021-01-05T17:10:39.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:39.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:10:39.508Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T17:10:39.508Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T17:10:39.508Z] ca9280d653b3: Pulling fs layer [2021-01-05T17:10:39.508Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T17:10:39.508Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T17:10:39.508Z] cbdbe7a5bc2a: Download complete [2021-01-05T17:10:40.090Z] ca9280d653b3: Verifying Checksum [2021-01-05T17:10:40.090Z] ca9280d653b3: Download complete [2021-01-05T17:10:40.090Z] cbdbe7a5bc2a: Pull complete [2021-01-05T17:10:41.501Z] ca9280d653b3: Pull complete [2021-01-05T17:10:41.501Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T17:10:41.501Z] 7e9c9ca2126c: Download complete [2021-01-05T17:10:46.838Z] 7e9c9ca2126c: Pull complete [2021-01-05T17:10:46.838Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T17:10:46.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:10:46.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T17:10:47.012Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:10:47.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T17:10:49.894Z] $ docker top 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:10:50.492Z] + docker-compose build --help [2021-01-05T17:10:50.492Z] + grep parallel [2021-01-05T17:10:51.449Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:10:51.464Z] $ docker stop --time=1 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 [2021-01-05T17:10:52.870Z] $ docker rm -f 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:10:53.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:10:53.505Z] . [Pipeline] withDockerContainer [2021-01-05T17:10:53.725Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:10:53.838Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T17:10:54.468Z] $ docker top 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:10:54.977Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:10:55.941Z] Building docker-core-command-go ... [2021-01-05T17:10:55.941Z] Building docker-core-data-go ... [2021-01-05T17:10:55.941Z] Building docker-core-metadata-go ... [2021-01-05T17:10:55.941Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:10:55.941Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:10:55.941Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:10:55.941Z] Building docker-support-notifications-go ... [2021-01-05T17:10:55.941Z] Building docker-support-scheduler-go ... [2021-01-05T17:10:55.941Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:10:55.941Z] Building docker-support-notifications-go [2021-01-05T17:10:55.941Z] Building docker-core-command-go [2021-01-05T17:10:55.941Z] Building docker-security-secretstore-setup-go [2021-01-05T17:10:55.941Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:10:55.941Z] Building docker-sys-mgmt-agent-go [2021-01-05T17:11:28.300Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:11:28.300Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:11:28.300Z] ---> d3a869dbc79d [2021-01-05T17:11:28.300Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:11:28.300Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:11:28.300Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:11:28.300Z] ---> d3a869dbc79d [2021-01-05T17:11:28.301Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:11:28.301Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:11:28.301Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:11:28.301Z] ---> d3a869dbc79d [2021-01-05T17:11:28.301Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:11:28.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:11:28.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:11:28.301Z] ---> d3a869dbc79d [2021-01-05T17:11:28.301Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:11:28.301Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:11:28.301Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:11:28.301Z] ---> d3a869dbc79d [2021-01-05T17:11:28.301Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:11:29.262Z] ---> Running in 51bfebefb2ea [2021-01-05T17:11:29.262Z] ---> Running in fee602458fa8 [2021-01-05T17:11:29.262Z] ---> Running in 73e4896fe8f9 [2021-01-05T17:11:29.262Z] ---> Running in 49f54996ff54 [2021-01-05T17:11:29.262Z] ---> Running in 6b315a900424 [2021-01-05T17:11:29.524Z] Removing intermediate container fee602458fa8 [2021-01-05T17:11:29.524Z] ---> e201b5859b69 [2021-01-05T17:11:29.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:11:29.524Z] Removing intermediate container 51bfebefb2ea [2021-01-05T17:11:29.524Z] ---> 7c6e2d39dd89 [2021-01-05T17:11:29.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:11:29.524Z] Removing intermediate container 73e4896fe8f9 [2021-01-05T17:11:29.524Z] ---> 32c65f65fd99 [2021-01-05T17:11:29.524Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:11:29.524Z] Removing intermediate container 6b315a900424 [2021-01-05T17:11:29.524Z] ---> 8c02815683b2 [2021-01-05T17:11:29.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:11:29.789Z] Removing intermediate container 49f54996ff54 [2021-01-05T17:11:29.789Z] ---> 83c707c5f9d7 [2021-01-05T17:11:29.789Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:11:29.789Z] ---> Running in 8bc7242aebc8 [2021-01-05T17:11:29.789Z] ---> Running in d397feb1bfa9 [2021-01-05T17:11:29.789Z] ---> Running in a307cc6bf64d [2021-01-05T17:11:29.789Z] ---> Running in 4a8622c4cbed [2021-01-05T17:11:29.789Z] ---> Running in c2bda4bd9d7b [2021-01-05T17:11:31.734Z] Removing intermediate container a307cc6bf64d [2021-01-05T17:11:31.734Z] ---> 9b6a3fe12df4 [2021-01-05T17:11:31.734Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:11:31.997Z] ---> Running in 8b0c9d0c5637 [2021-01-05T17:11:31.997Z] Removing intermediate container d397feb1bfa9 [2021-01-05T17:11:31.997Z] ---> 752ac3fec5cc [2021-01-05T17:11:31.997Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:11:31.997Z] Removing intermediate container 8bc7242aebc8 [2021-01-05T17:11:31.997Z] ---> f1f2870e47cd [2021-01-05T17:11:31.997Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:11:32.260Z] Removing intermediate container 4a8622c4cbed [2021-01-05T17:11:32.260Z] ---> b8ce89131e80 [2021-01-05T17:11:32.260Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:11:32.260Z] ---> Running in f4a3eac42bbc [2021-01-05T17:11:32.260Z] ---> Running in 78ed711828cd [2021-01-05T17:11:32.260Z] Removing intermediate container c2bda4bd9d7b [2021-01-05T17:11:32.260Z] ---> 7b706033f4f8 [2021-01-05T17:11:32.260Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:11:32.524Z] ---> Running in ddfd86a3d8d1 [2021-01-05T17:11:32.524Z] ---> Running in 560887b56747 [2021-01-05T17:11:32.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:33.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:33.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:33.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:33.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:34.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:34.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:34.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:34.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:34.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:35.523Z] OK: 233 MiB in 51 packages [2021-01-05T17:11:35.785Z] OK: 233 MiB in 51 packages [2021-01-05T17:11:36.051Z] Removing intermediate container ddfd86a3d8d1 [2021-01-05T17:11:36.051Z] ---> b1a56643e251 [2021-01-05T17:11:36.051Z] Step 6/24 : COPY go.mod . [2021-01-05T17:11:36.316Z] Removing intermediate container 8b0c9d0c5637 [2021-01-05T17:11:36.316Z] ---> dbbef4d43d35 [2021-01-05T17:11:36.316Z] Step 6/26 : COPY go.mod . [2021-01-05T17:11:36.316Z] ---> c1e171cff22e [2021-01-05T17:11:36.316Z] Step 7/24 : RUN go mod download [2021-01-05T17:11:36.316Z] OK: 233 MiB in 51 packages [2021-01-05T17:11:36.316Z] ---> Running in 62a20ebfa589 [2021-01-05T17:11:36.578Z] OK: 233 MiB in 51 packages [2021-01-05T17:11:36.578Z] ---> c640b2865b32 [2021-01-05T17:11:36.578Z] Step 7/26 : RUN go mod download [2021-01-05T17:11:36.841Z] ---> Running in 81521a2378f4 [2021-01-05T17:11:37.111Z] Removing intermediate container f4a3eac42bbc [2021-01-05T17:11:37.111Z] ---> e0fec16fe24f [2021-01-05T17:11:37.111Z] Step 6/24 : COPY go.mod . [2021-01-05T17:11:37.390Z] OK: 233 MiB in 51 packages [2021-01-05T17:11:37.390Z] Removing intermediate container 560887b56747 [2021-01-05T17:11:37.390Z] ---> d4413997caee [2021-01-05T17:11:37.390Z] Step 6/22 : COPY go.mod . [2021-01-05T17:11:37.655Z] ---> 18234742d91f [2021-01-05T17:11:37.655Z] Step 7/24 : RUN go mod download [2021-01-05T17:11:37.655Z] ---> Running in aee45da5f9b6 [2021-01-05T17:11:37.655Z] ---> 8845ef7a2143 [2021-01-05T17:11:37.655Z] Step 7/22 : RUN go mod download [2021-01-05T17:11:37.924Z] ---> Running in 71033fd3c485 [2021-01-05T17:11:37.924Z] Removing intermediate container 78ed711828cd [2021-01-05T17:11:37.924Z] ---> 803c8b3483dd [2021-01-05T17:11:37.924Z] Step 6/22 : COPY go.mod . [2021-01-05T17:11:38.499Z] ---> 1721453f1058 [2021-01-05T17:11:38.499Z] Step 7/22 : RUN go mod download [2021-01-05T17:11:38.768Z] Removing intermediate container 81521a2378f4 [2021-01-05T17:11:38.768Z] ---> 652a9f15cebb [2021-01-05T17:11:38.768Z] Step 8/26 : COPY . . [2021-01-05T17:11:38.768Z] Removing intermediate container 62a20ebfa589 [2021-01-05T17:11:38.768Z] ---> 6b720b8471dc [2021-01-05T17:11:38.768Z] Step 8/24 : COPY . . [2021-01-05T17:11:38.768Z] ---> Running in 36531333ea01 [2021-01-05T17:11:42.127Z] Removing intermediate container aee45da5f9b6 [2021-01-05T17:11:42.127Z] ---> b127f05fdfb3 [2021-01-05T17:11:42.127Z] Step 8/24 : COPY . . [2021-01-05T17:11:45.490Z] Removing intermediate container 71033fd3c485 [2021-01-05T17:11:45.490Z] ---> f67828c8d457 [2021-01-05T17:11:45.490Z] Step 8/22 : COPY . . [2021-01-05T17:11:46.069Z] Removing intermediate container 36531333ea01 [2021-01-05T17:11:46.069Z] ---> 7d9f7c41d95d [2021-01-05T17:11:46.069Z] Step 8/22 : COPY . . [2021-01-05T17:12:18.692Z] ---> dbcf89b687e7 [2021-01-05T17:12:18.693Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:12:18.958Z] ---> 445db54afea5 [2021-01-05T17:12:18.958Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:12:18.958Z] ---> c5825e078a71 [2021-01-05T17:12:18.958Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:12:18.958Z] ---> 3e27ab97c56c [2021-01-05T17:12:18.958Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:12:18.958Z] ---> Running in eef6b02d67d0 [2021-01-05T17:12:19.227Z] ---> Running in 17fdd7e23ca4 [2021-01-05T17:12:19.227Z] ---> Running in b666b50c39ad [2021-01-05T17:12:19.227Z] ---> Running in 2a0b4cc9812f [2021-01-05T17:12:19.227Z] ---> cc2a87626c3d [2021-01-05T17:12:19.227Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:12:19.491Z] ---> Running in 24ac9fa03ed0 [2021-01-05T17:12:20.448Z] 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-05T17:12:20.448Z] 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-05T17:12:20.722Z] 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-05T17:12:20.722Z] 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-05T17:12:20.722Z] 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-05T17:12:48.301Z] 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-05T17:12:53.623Z] Removing intermediate container 2a0b4cc9812f [2021-01-05T17:12:53.623Z] ---> d340aedbc942 [2021-01-05T17:12:53.623Z] [2021-01-05T17:12:53.623Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:12:53.623Z] 3.12: Pulling from library/alpine [2021-01-05T17:12:54.584Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:12:54.584Z] Removing intermediate container 17fdd7e23ca4 [2021-01-05T17:12:54.584Z] ---> 5a8ce2193ed2 [2021-01-05T17:12:54.584Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:12:54.584Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:12:54.584Z] ---> 389fef711851 [2021-01-05T17:12:54.584Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:12:54.584Z] Removing intermediate container eef6b02d67d0 [2021-01-05T17:12:54.584Z] ---> 5d958c59842e [2021-01-05T17:12:54.584Z] [2021-01-05T17:12:54.584Z] Step 10/24 : FROM scratch [2021-01-05T17:12:54.584Z] ---> [2021-01-05T17:12:54.584Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:12:54.584Z] Removing intermediate container 24ac9fa03ed0 [2021-01-05T17:12:54.584Z] ---> fbf1b4b35c97 [2021-01-05T17:12:54.584Z] [2021-01-05T17:12:54.584Z] Step 10/22 : FROM scratch [2021-01-05T17:12:54.584Z] ---> [2021-01-05T17:12:54.584Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:12:54.584Z] ---> Running in f5f5fcbc7df7 [2021-01-05T17:12:54.584Z] ---> Running in 019643c03d4a [2021-01-05T17:12:54.853Z] ---> Running in 6e88a41c7339 [2021-01-05T17:12:54.853Z] ---> Running in dc43e1b158aa [2021-01-05T17:12:56.778Z] Removing intermediate container 6e88a41c7339 [2021-01-05T17:12:56.778Z] ---> f20b4dc74c35 [2021-01-05T17:12:56.778Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:12:56.778Z] Removing intermediate container dc43e1b158aa [2021-01-05T17:12:56.778Z] ---> 195700913ca4 [2021-01-05T17:12:56.778Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:12:56.778Z] 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-05T17:12:56.778Z] ---> Running in c7f06972cd6b [2021-01-05T17:12:56.778Z] ---> Running in be29be846f5d [2021-01-05T17:12:56.778Z] Removing intermediate container b666b50c39ad [2021-01-05T17:12:56.778Z] ---> da66b0c5f3d8 [2021-01-05T17:12:56.778Z] [2021-01-05T17:12:56.778Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:12:56.778Z] ---> 389fef711851 [2021-01-05T17:12:56.778Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:12:56.778Z] ---> Running in 636f9f5a2c09 [2021-01-05T17:12:57.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:12:57.042Z] Removing intermediate container c7f06972cd6b [2021-01-05T17:12:57.042Z] ---> afaf501261a1 [2021-01-05T17:12:57.042Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:12:57.042Z] Removing intermediate container be29be846f5d [2021-01-05T17:12:57.042Z] ---> 1ee245a8be9b [2021-01-05T17:12:57.042Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:12:57.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:12:57.311Z] ---> Running in c8042a700550 [2021-01-05T17:12:57.311Z] ---> Running in 55a327acfb54 [2021-01-05T17:12:57.311Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:12:57.576Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:12:57.576Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:12:57.576Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:12:57.576Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:12:57.576Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:12:57.576Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:12:57.576Z] OK: 7 MiB in 19 packages [2021-01-05T17:12:57.576Z] Removing intermediate container c8042a700550 [2021-01-05T17:12:57.576Z] ---> a76443c530b7 [2021-01-05T17:12:57.576Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:12:57.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:12:57.843Z] Removing intermediate container 55a327acfb54 [2021-01-05T17:12:57.843Z] ---> 63b2aea6e1a5 [2021-01-05T17:12:57.843Z] Step 14/22 : WORKDIR / [2021-01-05T17:12:57.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:12:57.843Z] ---> Running in f08d2566c613 [2021-01-05T17:12:57.843Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:12:58.108Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:12:58.108Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:12:58.108Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:12:58.108Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:12:58.108Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:12:58.108Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:12:58.108Z] OK: 7 MiB in 19 packages [2021-01-05T17:12:58.373Z] ---> 5832c6f07199 [2021-01-05T17:12:58.373Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:12:59.773Z] Removing intermediate container f08d2566c613 [2021-01-05T17:12:59.773Z] ---> 948215fafc16 [2021-01-05T17:12:59.773Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:12:59.773Z] Removing intermediate container f5f5fcbc7df7 [2021-01-05T17:12:59.773Z] ---> 18af103d4397 [2021-01-05T17:12:59.773Z] [2021-01-05T17:12:59.773Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:12:59.773Z] 20.10.0: Pulling from library/docker [2021-01-05T17:13:00.730Z] ---> 407558ff6315 [2021-01-05T17:13:00.730Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:13:00.730Z] Removing intermediate container 019643c03d4a [2021-01-05T17:13:00.730Z] ---> 64e1c8a6b2eb [2021-01-05T17:13:00.730Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:13:00.730Z] ---> 655e5e489052 [2021-01-05T17:13:00.730Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:13:01.001Z] ---> Running in 4b2d1d325f23 [2021-01-05T17:13:01.001Z] Removing intermediate container 636f9f5a2c09 [2021-01-05T17:13:01.001Z] ---> 3f2678f2dcbc [2021-01-05T17:13:01.001Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:13:01.586Z] ---> Running in 77c488f7936c [2021-01-05T17:13:01.851Z] Removing intermediate container 4b2d1d325f23 [2021-01-05T17:13:01.851Z] ---> 3e4422da8fa4 [2021-01-05T17:13:01.851Z] Step 13/22 : WORKDIR / [2021-01-05T17:13:02.128Z] ---> a8d445170b11 [2021-01-05T17:13:02.128Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:13:02.128Z] ---> 6bcfc4952f3c [2021-01-05T17:13:02.128Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:13:02.128Z] ---> Running in 5d0de60583d2 [2021-01-05T17:13:02.128Z] Removing intermediate container 77c488f7936c [2021-01-05T17:13:02.128Z] ---> b5c8efbaa4d4 [2021-01-05T17:13:02.128Z] Step 13/24 : WORKDIR / [2021-01-05T17:13:02.393Z] ---> Running in 00ae789453a4 [2021-01-05T17:13:02.393Z] ---> 1f4c74a12706 [2021-01-05T17:13:02.393Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:13:02.661Z] ---> 9d38c4974a46 [2021-01-05T17:13:02.662Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:13:02.662Z] Removing intermediate container 5d0de60583d2 [2021-01-05T17:13:02.662Z] ---> f8ba869cc060 [2021-01-05T17:13:02.662Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:13:02.662Z] Removing intermediate container 00ae789453a4 [2021-01-05T17:13:02.662Z] ---> f4e0b343873f [2021-01-05T17:13:02.662Z] 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-05T17:13:02.662Z] ---> Running in 1b26e616dee5 [2021-01-05T17:13:02.930Z] Removing intermediate container 1b26e616dee5 [2021-01-05T17:13:02.930Z] ---> ffb59f861dfc [2021-01-05T17:13:02.930Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:13:03.205Z] ---> 33dd47c56895 [2021-01-05T17:13:03.205Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:13:03.205Z] ---> Running in a460673afb02 [2021-01-05T17:13:03.205Z] ---> aa353d79c97a [2021-01-05T17:13:03.205Z] 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-05T17:13:03.482Z] ---> 06e2e78406a9 [2021-01-05T17:13:03.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:13:03.482Z] Removing intermediate container a460673afb02 [2021-01-05T17:13:03.482Z] ---> 2323d10976f9 [2021-01-05T17:13:03.482Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:13:03.756Z] ---> Running in 6c8d9d9825dc [2021-01-05T17:13:03.756Z] ---> 47f7b69b099e [2021-01-05T17:13:03.756Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:13:04.341Z] ---> 5c6220694ca8 [2021-01-05T17:13:04.341Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:13:04.341Z] ---> 9632a003c4d6 [2021-01-05T17:13:04.341Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:13:04.341Z] ---> Running in fc20c492e442 [2021-01-05T17:13:04.609Z] ---> 66ae0837f5cc [2021-01-05T17:13:04.609Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:13:04.609Z] Removing intermediate container 6c8d9d9825dc [2021-01-05T17:13:04.609Z] ---> 386b91d24c2d [2021-01-05T17:13:04.609Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:13:04.609Z] ---> Running in 000c04cab486 [2021-01-05T17:13:04.883Z] ---> 960cc7d04551 [2021-01-05T17:13:04.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:13:04.883Z] Removing intermediate container fc20c492e442 [2021-01-05T17:13:04.883Z] ---> 8f11acd2c576 [2021-01-05T17:13:04.883Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:13:05.163Z] ---> Running in 721bd922b02d [2021-01-05T17:13:05.163Z] Removing intermediate container 000c04cab486 [2021-01-05T17:13:05.163Z] ---> bdca44444d5c [2021-01-05T17:13:05.163Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:13:05.163Z] ---> 508951d5c2e5 [2021-01-05T17:13:05.163Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:13:05.163Z] ---> Running in 9a3627055feb [2021-01-05T17:13:05.163Z] ---> ca5e72a3ca74 [2021-01-05T17:13:05.163Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:13:05.432Z] Removing intermediate container 721bd922b02d [2021-01-05T17:13:05.432Z] ---> 723ccc01cae8 [2021-01-05T17:13:05.432Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:13:05.432Z] ---> Running in 071df7ff5580 [2021-01-05T17:13:05.700Z] ---> Running in c54c2ece7e95 [2021-01-05T17:13:05.700Z] Removing intermediate container 9a3627055feb [2021-01-05T17:13:05.700Z] ---> eaf23ffa831b [2021-01-05T17:13:05.700Z] [2021-01-05T17:13:05.962Z] Successfully built eaf23ffa831b [2021-01-05T17:13:06.243Z] ---> ec7bb8ca0071 [2021-01-05T17:13:06.243Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:13:06.243Z] Successfully tagged docker-core-command-go:latest [2021-01-05T17:13:06.243Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-05T17:13:06.243Z] Removing intermediate container c54c2ece7e95 [2021-01-05T17:13:06.243Z] ---> cce3f783188f [2021-01-05T17:13:06.243Z] Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:13:06.509Z] ---> Running in 292a5b404b12 [2021-01-05T17:13:06.509Z] ---> d540ddbfb948 [2021-01-05T17:13:06.509Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:13:06.775Z] ---> Running in 053c942c2d7e [2021-01-05T17:13:06.775Z] Removing intermediate container 292a5b404b12 [2021-01-05T17:13:06.775Z] ---> df52d6d84a30 [2021-01-05T17:13:06.775Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:13:08.169Z] ---> Running in 20b424663d2c [2021-01-05T17:13:09.567Z] Removing intermediate container 071df7ff5580 [2021-01-05T17:13:09.567Z] ---> f4627dca4c61 [2021-01-05T17:13:09.567Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:13:09.567Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:13:09.567Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:13:09.567Z] ---> aefe523efa57 [2021-01-05T17:13:09.567Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:13:10.147Z] Removing intermediate container 20b424663d2c [2021-01-05T17:13:10.147Z] ---> adc759bbd884 [2021-01-05T17:13:10.147Z] [2021-01-05T17:13:10.147Z] ---> Running in 9207c055e725 [2021-01-05T17:13:10.410Z] Successfully built adc759bbd884 [2021-01-05T17:13:10.677Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T17:13:10.677Z] Building docker-core-metadata-go [2021-01-05T17:13:11.629Z]  Building docker-support-notifications-go ... done  ---> Running in 8fc3206c1900 [2021-01-05T17:13:11.629Z] Removing intermediate container 9207c055e725 [2021-01-05T17:13:11.629Z] ---> e32fc8934098 [2021-01-05T17:13:11.629Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:13:14.962Z] ---> Running in a2d54a44f9b3 [2021-01-05T17:13:14.962Z] Removing intermediate container 053c942c2d7e [2021-01-05T17:13:14.962Z] ---> ba1a7a0df024 [2021-01-05T17:13:14.962Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:13:16.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:16.913Z] Removing intermediate container a2d54a44f9b3 [2021-01-05T17:13:16.913Z] ---> 5c5ea3def42f [2021-01-05T17:13:16.913Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:13:16.913Z] ---> Running in 9a99ab0e2977 [2021-01-05T17:13:17.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:17.183Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:13:17.183Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:13:17.183Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:13:17.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:13:17.468Z] OK: 12 MiB in 22 packages [2021-01-05T17:13:17.740Z] ---> Running in 33667805b15b [2021-01-05T17:13:18.007Z] Removing intermediate container 9a99ab0e2977 [2021-01-05T17:13:18.007Z] ---> e1e0504c779b [2021-01-05T17:13:18.007Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:13:18.600Z] ---> Running in 94607ebc67ac [2021-01-05T17:13:18.600Z] Removing intermediate container 33667805b15b [2021-01-05T17:13:18.600Z] ---> a52bcd940b36 [2021-01-05T17:13:18.600Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:13:20.024Z] ---> Running in 226a75e485dd [2021-01-05T17:13:20.291Z] Removing intermediate container 94607ebc67ac [2021-01-05T17:13:20.291Z] ---> 716dedb2e777 [2021-01-05T17:13:20.291Z] Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:13:20.566Z] Removing intermediate container 8fc3206c1900 [2021-01-05T17:13:20.566Z] ---> 3baef8063f54 [2021-01-05T17:13:20.566Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:13:21.149Z] ---> Running in bd0037b4c8b8 [2021-01-05T17:13:21.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:13:21.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:13:21.416Z] ---> d3a869dbc79d [2021-01-05T17:13:21.416Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:13:21.416Z] ---> Using cache [2021-01-05T17:13:21.416Z] ---> 83c707c5f9d7 [2021-01-05T17:13:21.416Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:13:21.416Z] ---> Using cache [2021-01-05T17:13:21.416Z] ---> 7b706033f4f8 [2021-01-05T17:13:21.416Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:13:21.416Z] ---> Running in c0732c8bf598 [2021-01-05T17:13:22.097Z] Removing intermediate container 226a75e485dd [2021-01-05T17:13:22.097Z] ---> bf6ed2c70711 [2021-01-05T17:13:22.097Z] [2021-01-05T17:13:22.473Z] Successfully built bf6ed2c70711 [2021-01-05T17:13:22.473Z] Removing intermediate container bd0037b4c8b8 [2021-01-05T17:13:22.473Z] ---> 3ab4f189ccce [2021-01-05T17:13:22.473Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:13:22.473Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T17:13:22.473Z] Building docker-support-scheduler-go [2021-01-05T17:13:22.473Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in d80309a32d3b [2021-01-05T17:13:23.124Z] Removing intermediate container c0732c8bf598 [2021-01-05T17:13:23.124Z] ---> 13d5c128ee69 [2021-01-05T17:13:23.124Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:13:23.759Z] ---> Running in 2624b175b647 [2021-01-05T17:13:25.186Z] ---> Running in e8bd8ee43ea4 [2021-01-05T17:13:25.791Z] Removing intermediate container 2624b175b647 [2021-01-05T17:13:25.791Z] ---> 55e2ec77a3d7 [2021-01-05T17:13:25.791Z] [2021-01-05T17:13:26.063Z] Successfully built 55e2ec77a3d7 [2021-01-05T17:13:26.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:26.329Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T17:13:26.329Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e8bd8ee43ea4 [2021-01-05T17:13:26.329Z] ---> 36ba23fdc02b [2021-01-05T17:13:26.329Z] Building docker-security-proxy-setup-go [2021-01-05T17:13:26.329Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:13:27.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:29.666Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:13:29.666Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:13:29.666Z] ---> d3a869dbc79d [2021-01-05T17:13:29.666Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> 83c707c5f9d7 [2021-01-05T17:13:29.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> 7b706033f4f8 [2021-01-05T17:13:29.666Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> d4413997caee [2021-01-05T17:13:29.666Z] Step 6/22 : COPY go.mod . [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> 8845ef7a2143 [2021-01-05T17:13:29.666Z] Step 7/22 : RUN go mod download [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> f67828c8d457 [2021-01-05T17:13:29.666Z] Step 8/22 : COPY . . [2021-01-05T17:13:29.666Z] ---> Using cache [2021-01-05T17:13:29.666Z] ---> c5825e078a71 [2021-01-05T17:13:29.666Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:13:31.066Z] ---> Running in c2123e29ad18 [2021-01-05T17:13:31.066Z] OK: 233 MiB in 51 packages [2021-01-05T17:13:31.650Z] ---> Running in 9fdfeca07dc1 [2021-01-05T17:13:33.047Z] Removing intermediate container c2123e29ad18 [2021-01-05T17:13:33.047Z] ---> 4f268c3430f6 [2021-01-05T17:13:33.047Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:13:34.175Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18537 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:13:34.258Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-05T17:13:34.448Z] 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-05T17:13:35.416Z] Removing intermediate container d80309a32d3b [2021-01-05T17:13:35.416Z] ---> e0839a4c723e [2021-01-05T17:13:35.416Z] Step 6/23 : COPY go.mod . [2021-01-05T17:13:36.015Z] ---> a80766c2066c [2021-01-05T17:13:36.015Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:13:36.015Z] ---> f190247d360f [2021-01-05T17:13:36.015Z] Step 7/23 : RUN go mod download [2021-01-05T17:13:37.006Z] ---> Running in e1b34d29a6dd [2021-01-05T17:13:38.439Z] ---> bd54e2433e5a [2021-01-05T17:13:38.439Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:13:39.876Z] ---> 9b17bda8dc06 [2021-01-05T17:13:39.876Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:13:40.154Z] ---> Running in b810b7722547 [2021-01-05T17:13:40.358Z] using credential edgex-jenkins-ssh [2021-01-05T17:13:40.426Z] Cloning the remote Git repository [2021-01-05T17:13:40.496Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:13:40.627Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-05T17:13:40.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:13:40.723Z] > git --version # timeout=10 [2021-01-05T17:13:40.745Z] > git --version # 'git version 2.17.1' [2021-01-05T17:13:40.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:13:40.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:13:42.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:42.117Z] Removing intermediate container e1b34d29a6dd [2021-01-05T17:13:42.117Z] ---> db19125384a4 [2021-01-05T17:13:42.117Z] Step 8/23 : COPY . . [2021-01-05T17:13:42.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:13:42.388Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:13:42.681Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:13:42.681Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:13:42.681Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:13:42.681Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:13:42.681Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:13:42.681Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:13:45.277Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:13:45.277Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:13:45.277Z] ---> d3a869dbc79d [2021-01-05T17:13:45.277Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:13:45.547Z] ---> Using cache [2021-01-05T17:13:45.547Z] ---> 83c707c5f9d7 [2021-01-05T17:13:45.547Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:13:45.547Z] ---> Using cache [2021-01-05T17:13:45.547Z] ---> 7b706033f4f8 [2021-01-05T17:13:45.547Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:13:45.547Z] ---> Using cache [2021-01-05T17:13:45.547Z] ---> d4413997caee [2021-01-05T17:13:45.547Z] Step 6/21 : COPY go.mod . [2021-01-05T17:13:45.810Z] ---> Using cache [2021-01-05T17:13:45.810Z] ---> 8845ef7a2143 [2021-01-05T17:13:45.810Z] Step 7/21 : RUN go mod download [2021-01-05T17:13:45.810Z] ---> Using cache [2021-01-05T17:13:45.810Z] ---> f67828c8d457 [2021-01-05T17:13:45.810Z] Step 8/21 : COPY . . [2021-01-05T17:13:46.072Z] ---> Using cache [2021-01-05T17:13:46.072Z] ---> c5825e078a71 [2021-01-05T17:13:46.072Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:13:50.455Z] ---> Running in 4dde52f7899b [2021-01-05T17:13:51.857Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:13:51.857Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:13:51.857Z] ---> d3a869dbc79d [2021-01-05T17:13:51.857Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> 83c707c5f9d7 [2021-01-05T17:13:51.857Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> 7b706033f4f8 [2021-01-05T17:13:51.857Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> d4413997caee [2021-01-05T17:13:51.857Z] Step 6/21 : COPY go.mod . [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> 8845ef7a2143 [2021-01-05T17:13:51.857Z] Step 7/21 : RUN go mod download [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> f67828c8d457 [2021-01-05T17:13:51.857Z] Step 8/21 : COPY . . [2021-01-05T17:13:51.857Z] ---> Using cache [2021-01-05T17:13:51.857Z] ---> c5825e078a71 [2021-01-05T17:13:51.857Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:13:53.270Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:13:53.270Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:13:53.270Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:13:53.270Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:13:53.552Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:13:53.553Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:13:53.553Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:13:53.553Z] ---> Running in 8ac2ddbe8186 [2021-01-05T17:13:53.823Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:13:53.823Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:13:53.823Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:13:53.823Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:13:53.823Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:13:53.823Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:13:53.823Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:13:54.101Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:13:54.101Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:13:54.101Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:13:54.101Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:13:54.101Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:13:55.087Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:13:55.087Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:13:55.087Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:13:55.087Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:13:55.087Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:13:55.359Z] 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-05T17:13:55.359Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:13:55.359Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:13:55.359Z] 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-05T17:13:55.359Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:13:55.359Z] OK: 71 MiB in 55 packages [2021-01-05T17:14:09.463Z] Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:10.055Z] Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:10.056Z] Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) [2021-01-05T17:14:10.420Z] ---> 14e89c598c68 [2021-01-05T17:14:10.420Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:14:10.420Z] ---> Running in 8fc7013389ae [2021-01-05T17:14:10.420Z] 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-05T17:14:08.691Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:14:08.714Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:14:08.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:14:08.798Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:14:08.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:14:08.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:14:09.495Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:14:09.521Z] > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 [2021-01-05T17:14:09.862Z] > git remote # timeout=10 [2021-01-05T17:14:09.886Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T17:14:09.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:14:09.981Z] > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 [2021-01-05T17:14:10.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T17:14:10.075Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:14:10.110Z] > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 [2021-01-05T17:14:14.802Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T17:14:15.782Z] Removing intermediate container 9fdfeca07dc1 [2021-01-05T17:14:15.782Z] ---> fb2284bec4b1 [2021-01-05T17:14:15.782Z] [2021-01-05T17:14:15.782Z] Step 10/22 : FROM scratch [2021-01-05T17:14:15.782Z] ---> [2021-01-05T17:14:15.782Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:14:16.377Z] ---> Using cache [2021-01-05T17:14:16.377Z] ---> 195700913ca4 [2021-01-05T17:14:16.377Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:14:16.586Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:14:17.019Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:14:17.337Z] ---> Running in debe7962e9a6 [2021-01-05T17:14:17.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T17:14:17.337Z] Removing intermediate container b810b7722547 [2021-01-05T17:14:17.337Z] ---> fec82e44b655 [2021-01-05T17:14:17.337Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:14:17.380Z] + sudo service docker restart [2021-01-05T17:14:17.381Z] + true [2021-01-05T17:14:17.602Z] Removing intermediate container debe7962e9a6 [2021-01-05T17:14:17.602Z] ---> 6c6c900920c7 [2021-01-05T17:14:17.602Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:14:17.602Z] ---> Running in 3cba7fe32f10 [2021-01-05T17:14:17.868Z] ---> Running in b5dd6fcef9a1 [2021-01-05T17:14:18.145Z] Removing intermediate container b5dd6fcef9a1 [2021-01-05T17:14:18.145Z] ---> 9691338a0e35 [2021-01-05T17:14:18.145Z] Step 14/22 : WORKDIR / [2021-01-05T17:14:18.145Z] ---> Running in 6e1a8b57f9ec [2021-01-05T17:14:18.741Z] Removing intermediate container 6e1a8b57f9ec [2021-01-05T17:14:18.741Z] ---> a55b47db8193 [2021-01-05T17:14:18.741Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:14:19.011Z] ---> 9391c0eece23 [2021-01-05T17:14:19.012Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:14:20.195Z] provisioning config files... [2021-01-05T17:14:20.239Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1402779957751341668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:14:20.650Z] ---> docker-login.sh [2021-01-05T17:14:20.650Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:14:21.000Z] Collecting docker-compose==1.23.2 [2021-01-05T17:14:21.265Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:14:21.535Z] ---> a72369022693 [2021-01-05T17:14:21.535Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:21.535Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:14:21.535Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:14:21.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:14:21.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:14:21.906Z] Configure a credential helper to remove this warning. See [2021-01-05T17:14:21.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:14:21.906Z] [2021-01-05T17:14:21.906Z] Login Succeeded [2021-01-05T17:14:21.906Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:14:22.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:14:22.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:14:22.515Z] Configure a credential helper to remove this warning. See [2021-01-05T17:14:22.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:14:22.515Z] [2021-01-05T17:14:22.515Z] Login Succeeded [2021-01-05T17:14:22.515Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:14:22.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:14:23.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:14:23.068Z] Configure a credential helper to remove this warning. See [2021-01-05T17:14:23.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:14:23.068Z] [2021-01-05T17:14:23.068Z] Login Succeeded [2021-01-05T17:14:23.068Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:14:23.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:14:23.513Z] ---> 380a05d6d022 [2021-01-05T17:14:23.513Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:14:23.513Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:14:23.513Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:14:23.513Z] ---> Running in acfad268dbd0 [2021-01-05T17:14:23.513Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:14:23.513Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:14:23.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:14:23.616Z] Configure a credential helper to remove this warning. See [2021-01-05T17:14:23.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:14:23.616Z] [2021-01-05T17:14:23.616Z] Login Succeeded [2021-01-05T17:14:23.616Z] docker.io [2021-01-05T17:14:23.791Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:14:23.791Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:14:23.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:14:24.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:14:24.162Z] Configure a credential helper to remove this warning. See [2021-01-05T17:14:24.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:14:24.162Z] [2021-01-05T17:14:24.162Z] Login Succeeded [2021-01-05T17:14:24.372Z] Removing intermediate container acfad268dbd0 [2021-01-05T17:14:24.372Z] ---> d4e6e77d7c01 [2021-01-05T17:14:24.372Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:24.372Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:14:24.372Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:14:24.435Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:14:24.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T17:14:24.986Z] ========================================================= [2021-01-05T17:14:24.987Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T17:14:24.987Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:14:25.380Z] + 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-05T17:14:26.328Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:14:26.328Z] ---> Running in 23513b7e3dc3 [2021-01-05T17:14:26.328Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:14:26.590Z] Removing intermediate container 4dde52f7899b [2021-01-05T17:14:26.590Z] ---> 329be49233fe [2021-01-05T17:14:26.590Z] [2021-01-05T17:14:26.590Z] Step 10/21 : FROM scratch [2021-01-05T17:14:26.590Z] ---> [2021-01-05T17:14:26.590Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:14:26.590Z] Removing intermediate container 8ac2ddbe8186 [2021-01-05T17:14:26.590Z] ---> 9d4c87d69282 [2021-01-05T17:14:26.590Z] [2021-01-05T17:14:26.590Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:14:26.590Z] ---> 389fef711851 [2021-01-05T17:14:26.590Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:14:26.590Z] ---> Using cache [2021-01-05T17:14:26.590Z] ---> 195700913ca4 [2021-01-05T17:14:26.590Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:14:26.861Z] Removing intermediate container 23513b7e3dc3 [2021-01-05T17:14:26.861Z] ---> a17a972d4ed2 [2021-01-05T17:14:26.861Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:14:26.861Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:14:26.861Z] ---> Running in 696e25da9001 [2021-01-05T17:14:26.861Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:14:26.861Z] ---> Running in 197688347e09 [2021-01-05T17:14:27.128Z] ---> Running in 164301e6af32 [2021-01-05T17:14:28.087Z] Sending build context to Docker daemon 165.4MB [2021-01-05T17:14:28.087Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:14:28.087Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:14:28.087Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T17:14:28.087Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T17:14:28.087Z] a4357932f1b6: Pulling fs layer [2021-01-05T17:14:28.087Z] 18c013af1878: Pulling fs layer [2021-01-05T17:14:28.087Z] 00ac8860ef70: Pulling fs layer [2021-01-05T17:14:28.087Z] 63d7cb157983: Pulling fs layer [2021-01-05T17:14:28.087Z] b116817d02f9: Pulling fs layer [2021-01-05T17:14:28.087Z] 745a02a5169b: Pulling fs layer [2021-01-05T17:14:28.087Z] 63d7cb157983: Waiting [2021-01-05T17:14:28.087Z] b116817d02f9: Waiting [2021-01-05T17:14:28.087Z] 745a02a5169b: Waiting [2021-01-05T17:14:28.087Z] 00ac8860ef70: Waiting [2021-01-05T17:14:28.087Z] 18c013af1878: Download complete [2021-01-05T17:14:28.087Z] a4357932f1b6: Verifying Checksum [2021-01-05T17:14:28.087Z] a4357932f1b6: Download complete [2021-01-05T17:14:28.087Z] 63d7cb157983: Download complete [2021-01-05T17:14:28.087Z] b116817d02f9: Verifying Checksum [2021-01-05T17:14:28.087Z] b116817d02f9: Download complete [2021-01-05T17:14:28.087Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T17:14:28.087Z] 5f621e34cdf4: Download complete [2021-01-05T17:14:28.096Z] Removing intermediate container 696e25da9001 [2021-01-05T17:14:28.097Z] ---> 63cf88e6abee [2021-01-05T17:14:28.097Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:14:28.097Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:14:28.097Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:14:28.378Z] ---> Running in 46442bac2461 [2021-01-05T17:14:28.378Z] Removing intermediate container 164301e6af32 [2021-01-05T17:14:28.378Z] ---> 367bc78b5368 [2021-01-05T17:14:28.378Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:28.378Z] ---> Running in b1102ba8592b [2021-01-05T17:14:28.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:28.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:28.656Z] Removing intermediate container 46442bac2461 [2021-01-05T17:14:28.656Z] ---> 36c6289d596e [2021-01-05T17:14:28.656Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:14:28.693Z] 5f621e34cdf4: Pull complete [2021-01-05T17:14:28.922Z] Removing intermediate container b1102ba8592b [2021-01-05T17:14:28.922Z] ---> e975cd56adf4 [2021-01-05T17:14:28.922Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:14:28.922Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:14:28.922Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:14:28.922Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:14:28.922Z] 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-05T17:14:28.922Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:14:28.922Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:14:28.922Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:14:28.922Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:29.298Z] a4357932f1b6: Pull complete [2021-01-05T17:14:29.496Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:14:29.496Z] OK: 7 MiB in 18 packages [2021-01-05T17:14:29.780Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:14:29.780Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:14:29.780Z] ---> Running in d31f4aed1554 [2021-01-05T17:14:29.900Z] 18c013af1878: Pull complete [2021-01-05T17:14:30.049Z] 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-05T17:14:30.321Z] ---> 93c71cb87345 [2021-01-05T17:14:30.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:14:30.321Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:14:30.321Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:14:30.321Z] Removing intermediate container d31f4aed1554 [2021-01-05T17:14:30.321Z] ---> a18d31e0171d [2021-01-05T17:14:30.321Z] [2021-01-05T17:14:30.321Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:14:30.508Z] 745a02a5169b: Verifying Checksum [2021-01-05T17:14:30.508Z] 745a02a5169b: Download complete [2021-01-05T17:14:30.589Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:14:30.589Z] 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-05T17:14:30.589Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:14:30.589Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:14:30.589Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:14:30.589Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:14:30.589Z] Successfully built a18d31e0171d [2021-01-05T17:14:30.589Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T17:14:30.854Z]  Building docker-core-metadata-go ... done Installing collected packages: texttable, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docopt, docker-compose [2021-01-05T17:14:30.854Z] Running setup.py install for texttable: started [2021-01-05T17:14:30.854Z] Removing intermediate container 197688347e09 [2021-01-05T17:14:30.854Z] ---> 03fec015f0f4 [2021-01-05T17:14:30.854Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:14:31.116Z] ---> Running in 8569e9e1c1bc [2021-01-05T17:14:31.116Z] ---> fbd519d3dcab [2021-01-05T17:14:31.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:31.116Z] Removing intermediate container 8569e9e1c1bc [2021-01-05T17:14:31.116Z] ---> c0cbc5d870a8 [2021-01-05T17:14:31.116Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:14:31.116Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:14:31.380Z] ---> Running in 0c00bae3f6ac [2021-01-05T17:14:31.647Z] ---> 474148ec649b [2021-01-05T17:14:31.647Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:14:32.487Z] 00ac8860ef70: Download complete [2021-01-05T17:14:33.572Z] Attempting uninstall: idna [2021-01-05T17:14:33.572Z] Found existing installation: idna 2.9 [2021-01-05T17:14:33.572Z] Uninstalling idna-2.9: [2021-01-05T17:14:33.572Z] Successfully uninstalled idna-2.9 [2021-01-05T17:14:33.838Z] ---> Running in dc962ffd58d1 [2021-01-05T17:14:34.419Z] Removing intermediate container 0c00bae3f6ac [2021-01-05T17:14:34.419Z] ---> 53d0b1d2a81d [2021-01-05T17:14:34.419Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:14:34.419Z] Attempting uninstall: urllib3 [2021-01-05T17:14:34.419Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:14:34.419Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:14:34.419Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:14:34.682Z] Removing intermediate container dc962ffd58d1 [2021-01-05T17:14:34.682Z] ---> e1991b4bb239 [2021-01-05T17:14:34.682Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:34.944Z] Attempting uninstall: requests [2021-01-05T17:14:34.944Z] Found existing installation: requests 2.23.0 [2021-01-05T17:14:34.944Z] Uninstalling requests-2.23.0: [2021-01-05T17:14:34.944Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:14:35.519Z] ---> Running in d71460bfaa43 [2021-01-05T17:14:35.519Z] ---> 69f0e3fcae47 [2021-01-05T17:14:35.519Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:14:37.444Z] Removing intermediate container d71460bfaa43 [2021-01-05T17:14:37.444Z] ---> 80a91b055576 [2021-01-05T17:14:37.444Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:14:38.018Z] ---> 3b3c0b9ac111 [2021-01-05T17:14:38.019Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:14:38.283Z] Running setup.py install for dockerpty: started [2021-01-05T17:14:38.283Z] ---> Running in df808340866e [2021-01-05T17:14:38.283Z] Removing intermediate container 8fc7013389ae [2021-01-05T17:14:38.283Z] ---> 0e09592d8cc5 [2021-01-05T17:14:38.283Z] [2021-01-05T17:14:38.283Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:14:38.283Z] ---> 389fef711851 [2021-01-05T17:14:38.283Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:14:38.548Z] ---> Running in 39ae74ab8474 [2021-01-05T17:14:38.548Z] Removing intermediate container df808340866e [2021-01-05T17:14:38.548Z] ---> 188755ced449 [2021-01-05T17:14:38.548Z] Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:38.548Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:14:38.548Z] Running setup.py install for PyYAML: started [2021-01-05T17:14:38.825Z] ---> Running in 086ac486da28 [2021-01-05T17:14:38.825Z] ---> 234e5bd4ce55 [2021-01-05T17:14:38.825Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:14:38.825Z] Removing intermediate container 39ae74ab8474 [2021-01-05T17:14:38.825Z] ---> f7bac7f23ac3 [2021-01-05T17:14:38.825Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:14:38.825Z] ---> Running in 131cab807e48 [2021-01-05T17:14:38.825Z] ---> Running in 9f710e6b2381 [2021-01-05T17:14:38.825Z] Removing intermediate container 086ac486da28 [2021-01-05T17:14:38.825Z] ---> aa57232b125d [2021-01-05T17:14:38.825Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:14:39.088Z] ---> Running in 25e541d6ae6f [2021-01-05T17:14:39.088Z] Removing intermediate container 131cab807e48 [2021-01-05T17:14:39.088Z] ---> 0bcc34681476 [2021-01-05T17:14:39.088Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:14:39.088Z] Removing intermediate container 9f710e6b2381 [2021-01-05T17:14:39.088Z] ---> de44498b092f [2021-01-05T17:14:39.088Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:14:39.361Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:14:39.361Z] Running setup.py install for docopt: started [2021-01-05T17:14:39.361Z] ---> Running in 1c281ddb2028 [2021-01-05T17:14:39.361Z] ---> Running in fcc1c0033932 [2021-01-05T17:14:39.361Z] Removing intermediate container 25e541d6ae6f [2021-01-05T17:14:39.361Z] ---> 5a0bcc0a6940 [2021-01-05T17:14:39.361Z] [2021-01-05T17:14:39.623Z] Successfully built 5a0bcc0a6940 [2021-01-05T17:14:39.623Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T17:14:39.623Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1c281ddb2028 [2021-01-05T17:14:39.623Z] ---> dec06d62e835 [2021-01-05T17:14:39.623Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:14:39.623Z] Removing intermediate container fcc1c0033932 [2021-01-05T17:14:39.623Z] ---> 8d02ebbded18 [2021-01-05T17:14:39.623Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:14:39.889Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:14:39.889Z] ---> Running in 4c1713a8115c [2021-01-05T17:14:39.889Z] ---> Running in adcb7633adc2 [2021-01-05T17:14:40.151Z] 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-05T17:14:41.107Z] Removing intermediate container 4c1713a8115c [2021-01-05T17:14:41.107Z] ---> a0d6cbb28b61 [2021-01-05T17:14:41.107Z] Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:41.107Z] ---> Running in fcbe00aa3e57 [2021-01-05T17:14:41.392Z] Removing intermediate container fcbe00aa3e57 [2021-01-05T17:14:41.392Z] ---> 819e15b97fa9 [2021-01-05T17:14:41.392Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:14:41.726Z] ---> Running in 768f50027653 [2021-01-05T17:14:41.726Z] Removing intermediate container adcb7633adc2 [2021-01-05T17:14:41.726Z] ---> 65bf992479b2 [2021-01-05T17:14:41.726Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:14:41.726Z] ---> Running in a32321a11404 [2021-01-05T17:14:42.026Z] Removing intermediate container 768f50027653 [2021-01-05T17:14:42.026Z] ---> 45467429a0df [2021-01-05T17:14:42.026Z] [2021-01-05T17:14:42.026Z] Successfully built 45467429a0df [2021-01-05T17:14:42.026Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T17:14:42.635Z] 00ac8860ef70: Pull complete [2021-01-05T17:14:42.635Z] 63d7cb157983: Pull complete [2021-01-05T17:14:42.635Z] b116817d02f9: Pull complete [2021-01-05T17:14:43.482Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:43.744Z] Removing intermediate container 3cba7fe32f10 [2021-01-05T17:14:43.744Z] ---> 05453f5ada83 [2021-01-05T17:14:43.744Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:14:43.744Z] ---> Running in 1fb2617bebfb [2021-01-05T17:14:44.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:44.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:44.585Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:14:44.585Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:14:44.585Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:14:44.585Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:45.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:14:45.426Z] OK: 72 MiB in 58 packages [2021-01-05T17:14:45.998Z] Removing intermediate container 1fb2617bebfb [2021-01-05T17:14:45.998Z] ---> b13968facc93 [2021-01-05T17:14:45.998Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:14:45.998Z] ---> Running in d9b73841eeb5 [2021-01-05T17:14:45.998Z] Removing intermediate container d9b73841eeb5 [2021-01-05T17:14:45.998Z] ---> 05c362905c9a [2021-01-05T17:14:45.998Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:46.035Z] 745a02a5169b: Pull complete [2021-01-05T17:14:46.035Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T17:14:46.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T17:14:46.035Z] ---> b7e6874047d6 [2021-01-05T17:14:46.035Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T17:14:46.260Z] ---> Running in 3eca5d28ebd3 [2021-01-05T17:14:46.260Z] Removing intermediate container 3eca5d28ebd3 [2021-01-05T17:14:46.260Z] ---> 2822e6bd561e [2021-01-05T17:14:46.260Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T17:14:46.260Z] ---> Running in ac8c1932656d [2021-01-05T17:14:46.522Z] Removing intermediate container ac8c1932656d [2021-01-05T17:14:46.522Z] ---> 61fec3d89232 [2021-01-05T17:14:46.522Z] Step 25/26 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:46.522Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:14:46.522Z] ---> Running in 4b0e8a8f47bb [2021-01-05T17:14:46.785Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:14:46.785Z] Removing intermediate container 4b0e8a8f47bb [2021-01-05T17:14:46.785Z] ---> 60fb23d6d754 [2021-01-05T17:14:46.785Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T17:14:46.785Z] ---> Running in 071a2ca1398c [2021-01-05T17:14:46.785Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:14:47.048Z] Removing intermediate container 071a2ca1398c [2021-01-05T17:14:47.048Z] ---> d41c3bbefa9c [2021-01-05T17:14:47.048Z] [2021-01-05T17:14:47.048Z] Successfully built d41c3bbefa9c [2021-01-05T17:14:47.048Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T17:14:47.310Z]  Building docker-sys-mgmt-agent-go ... done (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:14:47.310Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:14:47.573Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:14:47.574Z] OK: 8 MiB in 19 packages [2021-01-05T17:14:48.147Z] Removing intermediate container a32321a11404 [2021-01-05T17:14:48.147Z] ---> c4743674ca87 [2021-01-05T17:14:48.147Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:14:48.147Z] ---> 1eac447ba51a [2021-01-05T17:14:48.147Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:14:48.723Z] ---> 633dabb4508a [2021-01-05T17:14:48.723Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:14:48.984Z] ---> e286a125cda1 [2021-01-05T17:14:48.984Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:14:49.246Z] ---> Running in 8b45b94f0535 [2021-01-05T17:14:49.246Z] Removing intermediate container 8b45b94f0535 [2021-01-05T17:14:49.246Z] ---> db9afb5cbba2 [2021-01-05T17:14:49.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:14:49.246Z] ---> Running in c5766ee80003 [2021-01-05T17:14:49.421Z] ---> Running in 61f753b547ee [2021-01-05T17:14:49.508Z] Removing intermediate container c5766ee80003 [2021-01-05T17:14:49.508Z] ---> dfea4d8d91f7 [2021-01-05T17:14:49.508Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T17:14:49.508Z] ---> Running in 902ac91a6972 [2021-01-05T17:14:49.771Z] Removing intermediate container 902ac91a6972 [2021-01-05T17:14:49.771Z] ---> 311eb590d8ed [2021-01-05T17:14:49.771Z] Step 22/23 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:14:49.771Z] ---> Running in e5aba00b12e8 [2021-01-05T17:14:50.033Z] Removing intermediate container e5aba00b12e8 [2021-01-05T17:14:50.033Z] ---> b4382e205212 [2021-01-05T17:14:50.033Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T17:14:50.033Z] ---> Running in f32951546aa5 [2021-01-05T17:14:50.295Z] Removing intermediate container f32951546aa5 [2021-01-05T17:14:50.295Z] ---> fdfd98d92d0b [2021-01-05T17:14:50.295Z] [2021-01-05T17:14:50.295Z] Successfully built fdfd98d92d0b [2021-01-05T17:14:50.295Z] Successfully tagged docker-core-data-go:latest [2021-01-05T17:14:50.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:50.880Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T17:14:50.888Z] $ docker stop --time=1 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 [2021-01-05T17:14:51.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:14:52.418Z] $ docker rm -f 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:14:52.948Z] + docker images [2021-01-05T17:14:52.948Z] + grep docker [2021-01-05T17:14:52.948Z] docker-core-data-go latest fdfd98d92d0b 2 seconds ago 22.2MB [2021-01-05T17:14:52.948Z] docker-sys-mgmt-agent-go latest d41c3bbefa9c 6 seconds ago 313MB [2021-01-05T17:14:52.948Z] docker-security-proxy-setup-go latest 45467429a0df 11 seconds ago 24.5MB [2021-01-05T17:14:52.948Z] docker-support-scheduler-go latest 5a0bcc0a6940 13 seconds ago 10.7MB [2021-01-05T17:14:52.948Z] docker-core-metadata-go latest a18d31e0171d 22 seconds ago 13MB [2021-01-05T17:14:52.948Z] docker-security-secretstore-setup-go latest 55e2ec77a3d7 About a minute ago 24.6MB [2021-01-05T17:14:52.948Z] docker-security-bootstrap-redis-go latest bf6ed2c70711 About a minute ago 15.8MB [2021-01-05T17:14:52.948Z] docker-support-notifications-go latest adc759bbd884 About a minute ago 12MB [2021-01-05T17:14:52.948Z] docker-core-command-go latest eaf23ffa831b About a minute ago 10.6MB [2021-01-05T17:14:52.948Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-05T17:14:53.437Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:14:53.437Z] (2/12) Installing file (5.38-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-05T17:14:53.711Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:14:53.711Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:15:08.665Z] Still waiting to schedule task [2021-01-05T17:15:08.666Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-05T17:15:12.004Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:15:12.005Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:15:12.005Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:15:12.005Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:15:12.005Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:15:12.005Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:15:12.005Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:15:12.005Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:15:12.005Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:15:12.005Z] OK: 217 MiB in 51 packages [2021-01-05T17:15:14.630Z] Removing intermediate container 61f753b547ee [2021-01-05T17:15:14.630Z] ---> 367e45420baa [2021-01-05T17:15:14.630Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:15:14.630Z] ---> Running in df0e182ec6c9 [2021-01-05T17:15:14.928Z] Removing intermediate container df0e182ec6c9 [2021-01-05T17:15:14.928Z] ---> 9d0bccac24e9 [2021-01-05T17:15:14.928Z] Step 5/6 : COPY go.mod . [2021-01-05T17:15:15.525Z] ---> 969835ba3238 [2021-01-05T17:15:15.525Z] Step 6/6 : RUN go mod download [2021-01-05T17:15:15.525Z] ---> Running in fd433bf05257 [2021-01-05T17:15:42.354Z] Removing intermediate container fd433bf05257 [2021-01-05T17:15:42.354Z] ---> d460acc5ade8 [2021-01-05T17:15:42.354Z] Successfully built d460acc5ade8 [2021-01-05T17:15:42.354Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:15:42.708Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T17:15:42.708Z] . [Pipeline] withDockerContainer [2021-01-05T17:15:42.973Z] prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container [2021-01-05T17:15:43.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-01-05T17:15:44.643Z] $ docker top fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:15:45.671Z] + go version [2021-01-05T17:15:45.671Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T17:15:45.709Z] $ docker stop --time=1 fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace [2021-01-05T17:15:47.668Z] $ docker rm -f fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:15:48.732Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T17:15:48.732Z] . [Pipeline] withDockerContainer [2021-01-05T17:15:48.979Z] prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container [2021-01-05T17:15:49.077Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-01-05T17:15:50.474Z] $ docker top b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:15:50.835Z] ========================================================= [2021-01-05T17:15:50.835Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:15:50.835Z] ========================================================= [Pipeline] sh [2021-01-05T17:15:51.488Z] + make test [2021-01-05T17:15:51.488Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:16:18.291Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:16:57.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:17:19.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:17:19.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:17:22.505Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:17:22.505Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:17:22.505Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:17:26.461Z] Running on prd-ubuntu18.04-docker-8c-8g-18540 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:17:26.524Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-05T17:17:28.754Z] using credential edgex-jenkins-ssh [2021-01-05T17:17:28.806Z] Cloning the remote Git repository [2021-01-05T17:17:28.797Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:17:28.865Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-05T17:17:28.891Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:17:28.891Z] > git --version # timeout=10 [2021-01-05T17:17:28.901Z] > git --version # 'git version 2.17.1' [2021-01-05T17:17:28.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:17:28.928Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:17:29.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2021-01-05T17:17:29.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:17:29.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:17:29.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:17:29.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:17:29.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:17:36.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.471s coverage: 27.0% of statements [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:17:36.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:17:36.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:17:36.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 77.1% of statements [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:17:36.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.692s coverage: 82.4% of statements [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:17:36.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:17:44.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.184s coverage: 28.6% of statements [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:17:44.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:17:44.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:17:44.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:17:44.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements [2021-01-05T17:17:44.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:17:44.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements [2021-01-05T17:17:44.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:17:44.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:17:44.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:17:44.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.132s coverage: 93.8% of statements [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-05T17:17:53.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements [2021-01-05T17:17:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements [2021-01-05T17:17:55.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.4% of statements [2021-01-05T17:17:55.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:17:57.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 63.5% of statements [2021-01-05T17:17:57.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:17:57.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:17:57.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-01-05T17:17:57.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.180s coverage: 91.3% of statements [2021-01-05T17:17:58.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-01-05T17:17:58.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-01-05T17:17:58.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-01-05T17:18:03.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements [2021-01-05T17:18:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:18:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:18:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:18:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:18:03.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:18:04.050Z] Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:18:04.170Z] Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:18:04.171Z] Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) [2021-01-05T17:18:04.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.348s coverage: 37.0% of statements [2021-01-05T17:18:04.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:18:04.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:18:05.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.822s coverage: 84.0% of statements [2021-01-05T17:18:05.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-01-05T17:18:03.175Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:18:03.188Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:18:03.197Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:18:03.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:18:03.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:18:03.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:18:04.052Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:18:04.056Z] > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 [2021-01-05T17:18:04.131Z] > git remote # timeout=10 [2021-01-05T17:18:04.138Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T17:18:04.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:18:04.150Z] > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 [2021-01-05T17:18:04.158Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T17:18:04.166Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:18:04.170Z] > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 [2021-01-05T17:18:07.910Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:18:09.034Z] + echo snap-build.sh [2021-01-05T17:18:09.034Z] snap-build.sh [2021-01-05T17:18:09.034Z] + SNAP_BASE_DIR=. [2021-01-05T17:18:09.034Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-05T17:18:09.034Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-05T17:18:09.034Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-05T17:18:09.034Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-05T17:18:09.034Z] + cd /w/workspace/edgex-go/3 [2021-01-05T17:18:09.034Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T17:18:09.034Z] Reading package lists... [2021-01-05T17:18:09.034Z] Building dependency tree... [2021-01-05T17:18:09.034Z] Reading state information... [2021-01-05T17:18:09.297Z] The following packages were automatically installed and are no longer required: [2021-01-05T17:18:09.297Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T17:18:09.297Z] uidmap xdelta3 [2021-01-05T17:18:09.297Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T17:18:09.297Z] The following packages will be REMOVED: [2021-01-05T17:18:09.297Z] lxd* lxd-client* [2021-01-05T17:18:09.559Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T17:18:09.559Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T17:18:10.608Z] (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-05T17:18:10.608Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:18:11.566Z] Removing lxd dnsmasq configuration [2021-01-05T17:18:11.566Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:18:11.566Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-05T17:18:11.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:18:11.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:18:11.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-01-05T17:18:11.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:18:12.519Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-05T17:18:12.519Z] (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-05T17:18:12.519Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:18:13.912Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T17:18:13.912Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T17:18:15.302Z] + sudo snap remove --purge lxd [2021-01-05T17:18:15.302Z] snap "lxd" is not installed [2021-01-05T17:18:15.302Z] + sudo groupadd --force --system lxd [2021-01-05T17:18:15.302Z] ++ whoami [2021-01-05T17:18:15.302Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T17:18:15.302Z] + newgrp - lxd [2021-01-05T17:18:15.302Z] + sudo snap install lxd [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.950s coverage: 29.1% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:18:16.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:18:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-01-05T17:18:16.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-05T17:18:17.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-05T17:18:18.426Z] GO111MODULE=on go vet ./... [2021-01-05T17:18:30.248Z] 2021-01-05T17:18:26Z INFO Waiting for automatic snapd restart... [2021-01-05T17:19:02.380Z] lxd 4.9 from Canonical* installed [2021-01-05T17:19:02.380Z] + sudo lxd init --auto [2021-01-05T17:19:11.012Z] + sudo snap install --classic snapcraft [2021-01-05T17:19:26.486Z] gofmt -l . [2021-01-05T17:19:26.486Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:19:26.486Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:19:26.486Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:19:29.135Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T17:19:29.135Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T17:19:29.135Z] + patch --verbose -p1 [2021-01-05T17:19:29.135Z] Hmm... Looks like a unified diff to me... [2021-01-05T17:19:29.135Z] The text leading up to this was: [2021-01-05T17:19:29.135Z] -------------------------- [2021-01-05T17:19:29.135Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T17:19:29.135Z] |From: Tony Espy [2021-01-05T17:19:29.135Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T17:19:29.135Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T17:19:29.135Z] | [2021-01-05T17:19:29.135Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T17:19:29.135Z] |optimize the snap CI check run for pull requests. When [2021-01-05T17:19:29.135Z] |applied, it essentially strips out everything (apps and [2021-01-05T17:19:29.135Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T17:19:29.135Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T17:19:29.135Z] |catch changes to edgex-go that break the snap build. [2021-01-05T17:19:29.135Z] | [2021-01-05T17:19:29.135Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T17:19:29.135Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T17:19:29.135Z] |resulting in a failed snap build CI check in the associated [2021-01-05T17:19:29.135Z] |pull request. [2021-01-05T17:19:29.135Z] | [2021-01-05T17:19:29.135Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T17:19:29.135Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T17:19:29.135Z] |need to build the finally binary .snap file (and it won't [2021-01-05T17:19:29.135Z] |work with the patch applied). This further reduces the build [2021-01-05T17:19:29.135Z] |time. [2021-01-05T17:19:29.135Z] |--- [2021-01-05T17:19:29.135Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T17:19:29.135Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T17:19:29.135Z] | [2021-01-05T17:19:29.135Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T17:19:29.135Z] |index 1e537489..faf42425 100644 [2021-01-05T17:19:29.135Z] |--- a/snap/snapcraft.yaml [2021-01-05T17:19:29.135Z] |+++ b/snap/snapcraft.yaml [2021-01-05T17:19:29.136Z] -------------------------- [2021-01-05T17:19:29.136Z] patching file snap/snapcraft.yaml [2021-01-05T17:19:29.136Z] Using Plan A... [2021-01-05T17:19:29.136Z] Hunk #1 succeeded at 73. [2021-01-05T17:19:29.136Z] Hunk #2 succeeded at 202. [2021-01-05T17:19:29.136Z] Hunk #3 succeeded at 214. [2021-01-05T17:19:29.136Z] Hunk #4 succeeded at 222. [2021-01-05T17:19:29.136Z] Hunk #5 succeeded at 229. [2021-01-05T17:19:29.136Z] Hunk #6 succeeded at 256. [2021-01-05T17:19:29.136Z] Hunk #7 succeeded at 290. [2021-01-05T17:19:29.136Z] Hunk #8 succeeded at 341. [2021-01-05T17:19:29.136Z] Hmm... Ignoring the trailing garbage. [2021-01-05T17:19:29.136Z] done [2021-01-05T17:19:29.136Z] + sudo snapcraft prime --use-lxd [2021-01-05T17:19:29.136Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T17:19:29.136Z] 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-05T17:19:29.136Z] - README.md [2021-01-05T17:19:29.136Z] [2021-01-05T17:19:29.136Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T17:19:29.136Z] Launching a container. [2021-01-05T17:19:29.759Z] + ls -al . [2021-01-05T17:19:29.759Z] total 668 [2021-01-05T17:19:29.759Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 17:19 . [2021-01-05T17:19:29.759Z] drwxr-xr-x 4 root root 4096 Jan 5 17:15 .. [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:14 .dockerignore [2021-01-05T17:19:29.759Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 17:14 .git [2021-01-05T17:19:29.759Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 17:14 .github [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:14 .gitignore [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:14 .sonarcloud.properties [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:14 CONTRIBUTING.md [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:14 Dockerfile.build [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:14 Jenkinsfile [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:14 LICENSE [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:14 Makefile [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:14 README.md [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:14 SECURITY.md [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 17:07 VERSION [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:14 ZMQWindows.md [2021-01-05T17:19:29.759Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 17:14 bin [2021-01-05T17:19:29.759Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:14 cmd [2021-01-05T17:19:29.759Z] -rw-r--r-- 1 root root 541590 Jan 5 17:18 coverage.out [2021-01-05T17:19:29.759Z] -rw-r--r-- 1 root root 979 Jan 5 17:19 go.mod [2021-01-05T17:19:29.759Z] -rw-r--r-- 1 root root 19019 Jan 5 17:19 go.sum [2021-01-05T17:19:29.759Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 17:14 internal [2021-01-05T17:19:29.759Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 17:14 openapi [2021-01-05T17:19:29.759Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 17:14 snap [2021-01-05T17:19:29.759Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:14 version.go [Pipeline] sh [2021-01-05T17:19:30.417Z] + '[' -e coverage.out ] [2021-01-05T17:19:30.417Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:19:30.437Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T17:19:31.564Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:19:32.269Z] + make build [2021-01-05T17:19:32.269Z] 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-05T17:19:42.455Z] 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-05T17:19:44.059Z] Waiting for container to be ready [2021-01-05T17:19:44.059Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T17:19:44.059Z] [2021-01-05T17:19:47.368Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T17:19:47.938Z] Waiting for network to be ready... [2021-01-05T17:19:48.204Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T17:19:48.204Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T17:19:48.204Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] [2021-01-05T17:19:48.465Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] [2021-01-05T17:19:48.465Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T17:19:48.465Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T17:19:48.465Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T17:19:48.465Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T17:19:48.465Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T17:19:48.465Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T17:19:48.726Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T17:19:48.726Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T17:19:49.297Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T17:19:49.297Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T17:19:49.297Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T17:19:49.297Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T17:19:49.297Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T17:19:49.297Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T17:19:49.875Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T17:19:50.445Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T17:19:50.445Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T17:19:50.445Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] [2021-01-05T17:19:50.445Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T17:19:50.445Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T17:19:50.445Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T17:19:50.445Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T17:19:50.445Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T17:19:52.361Z] Fetched 23.6 MB in 4s (5476 kB/s) [2021-01-05T17:19:53.303Z] Reading package lists... [2021-01-05T17:19:53.564Z] Reading package lists... [2021-01-05T17:19:53.564Z] Building dependency tree... [2021-01-05T17:19:53.564Z] Reading state information... [2021-01-05T17:19:53.827Z] The following additional packages will be installed: [2021-01-05T17:19:53.827Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T17:19:53.827Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T17:19:53.827Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T17:19:53.827Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T17:19:53.827Z] Suggested packages: [2021-01-05T17:19:53.828Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T17:19:53.828Z] Recommended packages: [2021-01-05T17:19:53.828Z] gnupg libsasl2-modules [2021-01-05T17:19:53.828Z] The following NEW packages will be installed: [2021-01-05T17:19:53.828Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T17:19:53.828Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T17:19:53.828Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T17:19:53.828Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T17:19:53.828Z] The following packages will be upgraded: [2021-01-05T17:19:53.828Z] gpg gpg-agent gpgconf libudev1 [2021-01-05T17:19:53.828Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-05T17:19:53.828Z] Need to get 3531 kB of archives. [2021-01-05T17:19:53.828Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T17:19:53.828Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T17:19:53.828Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T17:19:53.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T17:19:53.828Z] 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-05T17:19:53.828Z] 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-05T17:19:53.828Z] 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-05T17:19:53.828Z] 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-05T17:19:53.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T17:19:53.828Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T17:19:54.092Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T17:19:54.665Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T17:19:54.665Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T17:19:54.665Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T17:19:54.665Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T17:19:54.665Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T17:19:54.665Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T17:19:54.665Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T17:19:54.665Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T17:19:54.665Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T17:19:54.665Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T17:19:54.665Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T17:19:54.665Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T17:19:54.925Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:19:54.925Z] Fetched 3531 kB in 1s (3485 kB/s) [2021-01-05T17:19:54.925Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T17:19:54.925Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:19:54.925Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:19:54.925Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T17:19:55.186Z] Selecting previously unselected package udev. [2021-01-05T17:19:55.186Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T17:19:55.186Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:19:55.186Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T17:19:55.448Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T17:19:55.448Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T17:19:55.448Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T17:19:55.448Z] Selecting previously unselected package fuse. [2021-01-05T17:19:55.448Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T17:19:55.448Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T17:19:55.710Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:19:55.710Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:19:55.710Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:19:55.710Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:19:55.975Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:19:55.975Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:19:55.975Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T17:19:55.975Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T17:19:55.975Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T17:19:56.240Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T17:19:56.240Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.240Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.240Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T17:19:56.240Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.240Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.503Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T17:19:56.503Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.503Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.503Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T17:19:56.503Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.503Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.503Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T17:19:56.503Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.503Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.765Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T17:19:56.765Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.765Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.765Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T17:19:56.765Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:56.765Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:56.765Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T17:19:56.765Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:57.026Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:57.026Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T17:19:57.026Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:19:57.026Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:57.026Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T17:19:57.026Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T17:19:57.026Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:19:57.287Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T17:19:57.287Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T17:19:57.287Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:19:57.287Z] Selecting previously unselected package libldap-common. [2021-01-05T17:19:57.287Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T17:19:57.287Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:19:57.287Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T17:19:57.287Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T17:19:57.288Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:19:57.549Z] Selecting previously unselected package dirmngr. [2021-01-05T17:19:57.549Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:19:57.549Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T17:19:57.549Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:19:57.549Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T17:19:57.809Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T17:19:57.809Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:19:57.809Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:19:57.809Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T17:19:57.809Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:57.809Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T17:19:57.809Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:19:57.809Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T17:19:58.071Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T17:19:58.332Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.332Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T17:19:58.332Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T17:19:58.332Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T17:19:58.332Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:19:58.595Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:19:58.595Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T17:19:58.595Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:19:59.175Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T17:19:59.175Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T17:19:59.175Z] This means they are not meant to be enabled using systemctl. [2021-01-05T17:19:59.175Z] Possible reasons for having this kind of units are: [2021-01-05T17:19:59.175Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T17:19:59.175Z] .wants/ or .requires/ directory. [2021-01-05T17:19:59.175Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T17:19:59.175Z] a requirement dependency on it. [2021-01-05T17:19:59.175Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T17:19:59.175Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T17:19:59.175Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T17:19:59.175Z] instance name specified. [2021-01-05T17:19:59.436Z] Reading package lists... [2021-01-05T17:19:59.436Z] Building dependency tree... [2021-01-05T17:19:59.436Z] Reading state information... [2021-01-05T17:19:59.698Z] The following additional packages will be installed: [2021-01-05T17:19:59.698Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T17:19:59.698Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T17:19:59.698Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T17:19:59.698Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T17:19:59.698Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T17:19:59.698Z] Suggested packages: [2021-01-05T17:19:59.698Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T17:19:59.698Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T17:19:59.698Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T17:19:59.698Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T17:19:59.698Z] systemd-container policykit-1 [2021-01-05T17:19:59.698Z] Recommended packages: [2021-01-05T17:19:59.698Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T17:19:59.698Z] The following NEW packages will be installed: [2021-01-05T17:19:59.698Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T17:19:59.698Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T17:19:59.698Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T17:19:59.698Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T17:19:59.698Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T17:19:59.698Z] The following packages will be upgraded: [2021-01-05T17:19:59.698Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T17:19:59.959Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-05T17:19:59.960Z] Need to get 35.2 MB of archives. [2021-01-05T17:19:59.960Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T17:19:59.960Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T17:19:59.960Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T17:20:00.903Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T17:20:00.903Z] 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-05T17:20:00.903Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T17:20:00.903Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T17:20:00.903Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T17:20:00.903Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T17:20:00.903Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T17:20:00.903Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T17:20:00.903Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T17:20:00.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T17:20:00.903Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T17:20:01.166Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-05T17:20:01.166Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T17:20:01.166Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T17:20:01.166Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-05T17:20:01.166Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T17:20:01.166Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T17:20:01.166Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T17:20:01.435Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-05T17:20:01.703Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T17:20:01.703Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T17:20:01.703Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T17:20:01.703Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T17:20:01.703Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T17:20:01.703Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T17:20:01.703Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T17:20:01.703Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T17:20:01.965Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T17:20:03.351Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:20:03.351Z] Fetched 35.2 MB in 3s (10.2 MB/s) [2021-01-05T17:20:03.351Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:20:03.351Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:20:03.351Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:20:03.923Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:20:04.186Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:20:04.186Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T17:20:04.186Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:20:04.186Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T17:20:04.448Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T17:20:04.448Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T17:20:04.649Z] 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-05T17:20:04.709Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:20:04.709Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T17:20:04.709Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T17:20:04.970Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T17:20:04.971Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T17:20:05.232Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T17:20:05.494Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T17:20:05.494Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T17:20:05.494Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T17:20:05.758Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T17:20:05.758Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:20:05.758Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:05.758Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T17:20:05.758Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T17:20:05.758Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T17:20:06.021Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T17:20:06.021Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:20:06.021Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:06.380Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T17:20:06.380Z] Checking for services that may need to be restarted...done. [2021-01-05T17:20:06.380Z] Checking for services that may need to be restarted...done. [2021-01-05T17:20:06.380Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:06.643Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T17:20:06.643Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:06.904Z] Selecting previously unselected package python3-minimal. [2021-01-05T17:20:06.904Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T17:20:06.904Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:20:06.904Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T17:20:07.165Z] Selecting previously unselected package mime-support. [2021-01-05T17:20:07.165Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T17:20:07.165Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T17:20:07.165Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T17:20:07.165Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T17:20:07.165Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T17:20:07.165Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T17:20:07.165Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:20:07.165Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:07.272Z] 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-05T17:20:07.426Z] Selecting previously unselected package python3.6. [2021-01-05T17:20:07.426Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:20:07.426Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:07.690Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T17:20:07.690Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:20:07.690Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T17:20:07.690Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T17:20:07.952Z] Selecting previously unselected package python3. [2021-01-05T17:20:07.952Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T17:20:07.952Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:20:07.952Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T17:20:07.952Z] Selecting previously unselected package multiarch-support. [2021-01-05T17:20:07.952Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:20:07.952Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T17:20:07.952Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T17:20:08.214Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T17:20:08.214Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T17:20:08.214Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T17:20:08.214Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T17:20:08.214Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T17:20:08.214Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T17:20:08.214Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T17:20:08.214Z] Selecting previously unselected package sudo. [2021-01-05T17:20:08.214Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T17:20:08.477Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T17:20:08.477Z] Selecting previously unselected package apparmor. [2021-01-05T17:20:08.477Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T17:20:08.477Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T17:20:08.738Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T17:20:08.738Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T17:20:08.738Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T17:20:08.738Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T17:20:08.738Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:20:08.738Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:08.738Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T17:20:08.738Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:20:08.738Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:08.999Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T17:20:08.999Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T17:20:08.999Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T17:20:08.999Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T17:20:08.999Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:20:08.999Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:09.262Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T17:20:09.262Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:20:09.262Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:09.262Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T17:20:09.262Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T17:20:09.262Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T17:20:09.524Z] Selecting previously unselected package openssh-client. [2021-01-05T17:20:09.524Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T17:20:09.524Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T17:20:09.524Z] Selecting previously unselected package squashfs-tools. [2021-01-05T17:20:09.524Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T17:20:09.524Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T17:20:09.785Z] Selecting previously unselected package snapd. [2021-01-05T17:20:09.785Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T17:20:09.785Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T17:20:11.578Z] 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-05T17:20:11.702Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T17:20:11.702Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T17:20:11.702Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T17:20:11.964Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T17:20:12.558Z] 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-05T17:20:12.909Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T17:20:12.909Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:12.909Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:20:12.909Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T17:20:12.909Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T17:20:13.856Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T17:20:13.856Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T17:20:13.856Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T17:20:13.856Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:13.856Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:13.856Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:20:14.430Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T17:20:14.430Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:14.430Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T17:20:14.693Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T17:20:14.693Z] running python rtupdate hooks for python3.6... [2021-01-05T17:20:14.693Z] running python post-rtupdate hooks for python3.6... [2021-01-05T17:20:14.693Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T17:20:16.079Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T17:20:16.079Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:20:16.079Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T17:20:16.339Z] Setting up snapd (2.48+18.04) ... [2021-01-05T17:20:16.600Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T17:20:16.861Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T17:20:17.122Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T17:20:17.122Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T17:20:17.389Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T17:20:17.389Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T17:20:17.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T17:20:17.655Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T17:20:17.915Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T17:20:18.177Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T17:20:18.177Z] /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-05T17:20:18.177Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:20:18.438Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T17:20:19.017Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T17:20:19.272Z] 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-05T17:20:19.278Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T17:20:19.278Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T17:20:20.481Z] Reading package lists... [2021-01-05T17:20:20.481Z] Reading package lists... [2021-01-05T17:20:20.742Z] Building dependency tree... [2021-01-05T17:20:20.742Z] Reading state information... [2021-01-05T17:20:20.742Z] Calculating upgrade... [2021-01-05T17:20:20.742Z] The following packages will be upgraded: [2021-01-05T17:20:20.742Z] advancecomp base-files bash binutils binutils-common [2021-01-05T17:20:20.742Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T17:20:20.742Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T17:20:20.742Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T17:20:20.742Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T17:20:20.742Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T17:20:20.742Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T17:20:20.742Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T17:20:20.742Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-05T17:20:20.742Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-05T17:20:20.742Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-05T17:20:20.742Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-05T17:20:20.742Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-05T17:20:20.742Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-05T17:20:21.004Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T17:20:21.004Z] Need to get 63.5 MB of archives. [2021-01-05T17:20:21.004Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-05T17:20:21.004Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T17:20:21.004Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T17:20:21.948Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T17:20:21.948Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T17:20:21.948Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T17:20:21.948Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T17:20:21.948Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T17:20:21.948Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T17:20:21.948Z] 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-05T17:20:21.948Z] 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-05T17:20:21.948Z] 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-05T17:20:21.948Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T17:20:21.948Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T17:20:21.948Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T17:20:21.948Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T17:20:22.211Z] 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-05T17:20:22.211Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T17:20:22.211Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T17:20:22.211Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T17:20:22.211Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T17:20:22.211Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T17:20:22.211Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T17:20:22.211Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T17:20:22.474Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T17:20:22.474Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T17:20:22.474Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T17:20:22.474Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T17:20:22.474Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T17:20:22.474Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T17:20:22.474Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T17:20:22.474Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T17:20:22.474Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T17:20:22.474Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T17:20:22.474Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T17:20:22.679Z] 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-05T17:20:22.735Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-05T17:20:22.735Z] Get:36 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-05T17:20:22.735Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-05T17:20:22.736Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T17:20:22.736Z] Get:39 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-05T17:20:22.736Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T17:20:22.736Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-05T17:20:22.736Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T17:20:22.736Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T17:20:22.736Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-05T17:20:22.736Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T17:20:22.736Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T17:20:22.999Z] Get:47 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-05T17:20:22.999Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T17:20:22.999Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T17:20:22.999Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-05T17:20:22.999Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T17:20:22.999Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T17:20:22.999Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T17:20:22.999Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T17:20:22.999Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T17:20:22.999Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T17:20:22.999Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T17:20:22.999Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T17:20:22.999Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T17:20:22.999Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T17:20:22.999Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T17:20:22.999Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T17:20:22.999Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T17:20:22.999Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T17:20:23.265Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T17:20:23.265Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T17:20:23.265Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T17:20:23.265Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T17:20:23.265Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T17:20:23.265Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-05T17:20:23.265Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-05T17:20:23.265Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-05T17:20:23.265Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T17:20:23.265Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T17:20:23.265Z] 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-05T17:20:23.265Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T17:20:23.525Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T17:20:23.525Z] 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-05T17:20:23.525Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T17:20:23.525Z] 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-05T17:20:23.525Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T17:20:23.525Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T17:20:23.525Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T17:20:23.525Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T17:20:23.786Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T17:20:23.786Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T17:20:23.786Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T17:20:24.360Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T17:20:25.305Z] 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-05T17:20:25.305Z] 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-05T17:20:25.305Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T17:20:25.883Z] 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-05T17:20:25.883Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T17:20:26.079Z] 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-05T17:20:26.146Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T17:20:26.146Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T17:20:26.146Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T17:20:26.146Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:20:26.146Z] Fetched 63.5 MB in 5s (12.3 MB/s) [2021-01-05T17:20:26.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:26.146Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:20:26.146Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:20:26.722Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:20:26.982Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:20:26.982Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T17:20:26.982Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T17:20:27.927Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:27.927Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:27.927Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:27.927Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.188Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.188Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.188Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.188Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.455Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.455Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.455Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.455Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.716Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.716Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.716Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:28.985Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:20:28.985Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.985Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T17:20:28.985Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:28.985Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:20:28.985Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:28.985Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:29.247Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:29.247Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:29.247Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:29.247Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:20:29.508Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:29.508Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:20:29.508Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:20:29.770Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:20:30.032Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T17:20:30.292Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:20:30.292Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T17:20:30.292Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T17:20:30.292Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T17:20:30.402Z] 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-05T17:20:30.555Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T17:20:30.555Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T17:20:30.817Z] Installing new version of config file /etc/issue ... [2021-01-05T17:20:30.817Z] Installing new version of config file /etc/issue.net ... [2021-01-05T17:20:30.817Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T17:20:30.817Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T17:20:31.077Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T17:20:31.077Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T17:20:31.077Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T17:20:31.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:31.077Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T17:20:31.337Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T17:20:31.337Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T17:20:31.337Z] 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-05T17:20:31.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:31.601Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:31.601Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:31.601Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:31.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:31.862Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T17:20:31.862Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T17:20:32.124Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T17:20:32.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:32.124Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T17:20:32.124Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:20:32.386Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T17:20:32.670Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:32.670Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:20:32.670Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:20:32.670Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:20:32.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:32.931Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:20:32.931Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:20:33.192Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T17:20:33.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:33.192Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T17:20:33.192Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T17:20:33.192Z] Setting up grep (3.1-2build1) ... [2021-01-05T17:20:33.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:33.454Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T17:20:33.454Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T17:20:33.454Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T17:20:33.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:33.715Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:20:33.715Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:20:33.715Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T17:20:33.788Z] 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-05T17:20:33.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:33.976Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:20:33.976Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:20:34.550Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:20:34.550Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:20:34.550Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:20:34.550Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:20:35.121Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T17:20:35.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:35.121Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T17:20:35.121Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:20:36.509Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T17:20:36.509Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T17:20:36.509Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T17:20:36.509Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T17:20:36.509Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T17:20:36.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:36.778Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T17:20:36.778Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T17:20:37.038Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T17:20:37.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:37.038Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:37.038Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:37.180Z] 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-05T17:20:37.300Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:37.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:37.300Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:37.300Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:37.565Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:37.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:37.565Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:37.565Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:37.835Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:37.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:37.835Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:37.835Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:37.835Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:38.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:38.097Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:20:38.097Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:20:38.097Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:20:38.097Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:20:38.359Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:20:38.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:38.359Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:20:38.359Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:20:38.620Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:20:38.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:38.620Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:38.620Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:38.883Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:39.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:39.144Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:39.144Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:39.144Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:39.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:39.406Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:39.406Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:39.976Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:39.976Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T17:20:40.238Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T17:20:40.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:40.499Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:20:40.499Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:20:40.499Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] } [2021-01-05T17:20:40.621Z] $ docker stop --time=1 b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 [2021-01-05T17:20:40.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:20:40.761Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T17:20:40.761Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:20:40.761Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T17:20:41.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:41.022Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T17:20:41.022Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T17:20:41.284Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T17:20:41.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:41.546Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:20:41.546Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:20:41.546Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:20:41.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:41.807Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:20:41.807Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:20:41.807Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:20:42.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:42.071Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:20:42.071Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:20:42.335Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:20:42.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:42.335Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:20:42.335Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:20:42.597Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:20:42.597Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:20:42.597Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:20:42.597Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:20:42.860Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:20:42.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:42.860Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T17:20:42.860Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T17:20:43.122Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T17:20:43.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:43.122Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T17:20:43.122Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:20:43.122Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:20:43.261Z] $ docker rm -f b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 [2021-01-05T17:20:43.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:43.382Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:20:43.382Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:20:43.644Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:20:43.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:43.644Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T17:20:43.644Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T17:20:43.644Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T17:20:43.907Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:43.907Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T17:20:43.907Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T17:20:44.168Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T17:20:44.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:44.448Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:20:44.448Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:20:44.448Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-05T17:20:44.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:44.768Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T17:20:44.768Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T17:20:44.768Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:20:45.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:45.056Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T17:20:45.056Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T17:20:45.056Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T17:20:45.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:45.056Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T17:20:45.056Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T17:20:45.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:20:45.286Z] [2021-01-05T17:20:45.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:20:45.402Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T17:20:45.402Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:45.402Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T17:20:45.402Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T17:20:45.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:20:45.683Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T17:20:45.683Z] 29e5d40040c1: Pulling fs layer [2021-01-05T17:20:45.683Z] 1ce36da41761: Pulling fs layer [2021-01-05T17:20:45.683Z] 25b303627fd3: Pulling fs layer [2021-01-05T17:20:45.845Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T17:20:45.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:20:45.845Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T17:20:45.845Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T17:20:45.845Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T17:20:45.845Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T17:20:45.845Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T17:20:45.845Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T17:20:45.845Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T17:20:46.107Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T17:20:46.107Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T17:20:46.107Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T17:20:46.281Z] 29e5d40040c1: Verifying Checksum [2021-01-05T17:20:46.281Z] 29e5d40040c1: Download complete [2021-01-05T17:20:46.369Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T17:20:46.369Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T17:20:46.631Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T17:20:46.631Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T17:20:46.631Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T17:20:46.631Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T17:20:46.631Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T17:20:46.890Z] 1ce36da41761: Verifying Checksum [2021-01-05T17:20:46.891Z] 1ce36da41761: Download complete [2021-01-05T17:20:46.892Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T17:20:46.892Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T17:20:46.892Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T17:20:46.892Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T17:20:46.892Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T17:20:47.154Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T17:20:47.154Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T17:20:47.154Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T17:20:47.155Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T17:20:47.167Z] 29e5d40040c1: Pull complete [2021-01-05T17:20:47.416Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T17:20:47.416Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T17:20:48.358Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T17:20:48.358Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T17:20:48.358Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T17:20:48.358Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T17:20:48.608Z] 1ce36da41761: Pull complete [2021-01-05T17:20:48.620Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:20:48.620Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:20:48.882Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:20:48.882Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:20:49.144Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:20:49.144Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:20:49.144Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:20:49.144Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:20:49.590Z] 25b303627fd3: Verifying Checksum [2021-01-05T17:20:49.590Z] 25b303627fd3: Download complete [2021-01-05T17:20:49.718Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:49.718Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:49.979Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:49.979Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:49.979Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:50.241Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:50.241Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:50.241Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:51.184Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:51.184Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:52.127Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:52.127Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:52.700Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:52.700Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:52.962Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:52.962Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:53.899Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:20:53.899Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:20:53.899Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:20:53.899Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:20:54.160Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T17:20:54.160Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:20:54.422Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T17:20:54.422Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:20:54.422Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T17:20:54.422Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T17:20:54.684Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:20:54.945Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:20:54.945Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:20:54.945Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:20:54.945Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T17:20:55.206Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T17:20:55.206Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.206Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:20:55.206Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.206Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.206Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.466Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T17:20:55.466Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T17:20:55.466Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T17:20:55.466Z] [2021-01-05T17:20:55.466Z] Current default time zone: 'Etc/UTC' [2021-01-05T17:20:55.466Z] Local time is now: Tue Jan 5 17:20:55 UTC 2021. [2021-01-05T17:20:55.466Z] Universal Time is now: Tue Jan 5 17:20:55 UTC 2021. [2021-01-05T17:20:55.466Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T17:20:55.466Z] [2021-01-05T17:20:55.466Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T17:20:55.466Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.466Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T17:20:55.727Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:20:55.727Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T17:20:55.727Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T17:20:55.727Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T17:20:55.727Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T17:20:55.727Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T17:20:55.727Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T17:20:55.727Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:55.987Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T17:20:55.988Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:56.249Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:20:56.249Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:56.249Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T17:20:56.249Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T17:20:56.249Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T17:20:56.249Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T17:20:56.249Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T17:20:56.249Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T17:20:56.510Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:20:56.510Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T17:20:58.421Z] Updating certificates in /etc/ssl/certs... [2021-01-05T17:20:58.998Z] 22 added, 17 removed; done. [2021-01-05T17:20:58.998Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T17:20:58.998Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:20:58.998Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T17:20:58.998Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T17:20:58.998Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T17:20:59.262Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.262Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:20:59.262Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.262Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.262Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.262Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.262Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.527Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T17:20:59.527Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:20:59.527Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:20:59.527Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T17:20:59.527Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:20:59.527Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.527Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:20:59.731Z] 25b303627fd3: Pull complete [2021-01-05T17:20:59.732Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T17:20:59.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:20:59.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T17:20:59.788Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:20:59.788Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T17:20:59.788Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:20:59.788Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:20:59.788Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T17:20:59.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container [2021-01-05T17:21:00.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T17:21:00.048Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T17:21:00.048Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T17:21:00.048Z] Updating certificates in /etc/ssl/certs... [2021-01-05T17:21:00.621Z] 0 added, 0 removed; done. [2021-01-05T17:21:00.621Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T17:21:00.621Z] done. [2021-01-05T17:21:01.193Z] Reading package lists... [2021-01-05T17:21:01.193Z] Building dependency tree... [2021-01-05T17:21:01.193Z] Reading state information... [2021-01-05T17:21:01.452Z] The following NEW packages will be installed: [2021-01-05T17:21:01.452Z] apt-transport-https [2021-01-05T17:21:01.452Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T17:21:01.452Z] Need to get 1696 B of archives. [2021-01-05T17:21:01.452Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T17:21:01.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T17:21:01.714Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:21:01.714Z] Fetched 1696 B in 0s (31.1 kB/s) [2021-01-05T17:21:01.714Z] Selecting previously unselected package apt-transport-https. [2021-01-05T17:21:01.714Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T17:21:01.714Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T17:21:01.714Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T17:21:01.714Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T17:21:01.974Z] Waiting for network to be ready... [2021-01-05T17:21:02.951Z] $ docker top 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:21:03.986Z] + docker-compose build --help [2021-01-05T17:21:03.986Z] + grep parallel [2021-01-05T17:21:07.355Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:21:07.403Z] $ docker stop --time=1 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f [2021-01-05T17:21:08.565Z] 2021-01-05T17:21:05Z INFO Waiting for automatic snapd restart... [2021-01-05T17:21:09.137Z] snapd 2.48.1 from Canonical* installed [2021-01-05T17:21:09.329Z] $ docker rm -f 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:21:10.079Z] "snapd" switched to the "latest/stable" channel [2021-01-05T17:21:10.079Z] [2021-01-05T17:21:10.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:21:10.110Z] . [Pipeline] withDockerContainer [2021-01-05T17:21:10.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container [2021-01-05T17:21:10.524Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T17:21:11.958Z] $ docker top fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:21:12.634Z] core18 20201210 from Canonical* installed [2021-01-05T17:21:12.897Z] "core18" switched to the "latest/stable" channel [2021-01-05T17:21:12.897Z] [2021-01-05T17:21:13.023Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:21:16.205Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T17:21:16.205Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T17:21:16.205Z] [2021-01-05T17:21:17.554Z] Building docker-core-command-go ... [2021-01-05T17:21:17.555Z] Building docker-core-data-go ... [2021-01-05T17:21:17.555Z] Building docker-core-metadata-go ... [2021-01-05T17:21:17.555Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:21:17.555Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:21:17.555Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:21:17.555Z] Building docker-support-notifications-go ... [2021-01-05T17:21:17.555Z] Building docker-support-scheduler-go ... [2021-01-05T17:21:17.555Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:21:17.555Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:21:17.555Z] Building docker-sys-mgmt-agent-go [2021-01-05T17:21:17.555Z] Building docker-core-command-go [2021-01-05T17:21:17.555Z] Building docker-core-metadata-go [2021-01-05T17:21:17.555Z] Building docker-security-secretstore-setup-go [2021-01-05T17:21:19.449Z] 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-05T17:21:19.449Z] - README.md [2021-01-05T17:21:19.449Z] [2021-01-05T17:21:19.450Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T17:21:26.046Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T17:21:26.046Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T17:21:26.046Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T17:21:26.046Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T17:21:27.256Z] Reading package lists... [2021-01-05T17:21:27.256Z] 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-05T17:21:33.842Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T17:21:33.842Z] Reading package lists... [2021-01-05T17:21:33.842Z] Building dependency tree... [2021-01-05T17:21:33.842Z] Reading state information... [2021-01-05T17:21:33.842Z] Suggested packages: [2021-01-05T17:21:33.842Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T17:21:33.842Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T17:21:33.842Z] Recommended packages: [2021-01-05T17:21:33.842Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T17:21:33.842Z] The following NEW packages will be installed: [2021-01-05T17:21:33.842Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T17:21:33.842Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T17:21:33.842Z] pkg-config zip [2021-01-05T17:21:33.842Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T17:21:33.842Z] Need to get 7655 kB of archives. [2021-01-05T17:21:33.842Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T17:21:33.842Z] 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-05T17:21:33.842Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T17:21:33.842Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T17:21:33.842Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T17:21:33.842Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T17:21:34.103Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T17:21:34.103Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T17:21:34.103Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T17:21:34.103Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T17:21:34.365Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T17:21:34.365Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T17:21:34.365Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T17:21:34.365Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T17:21:34.365Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T17:21:34.365Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T17:21:34.625Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:21:34.625Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-05T17:21:34.625Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T17:21:34.625Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T17:21:34.625Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T17:21:34.625Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T17:21:34.886Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T17:21:34.886Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T17:21:34.886Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T17:21:34.886Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T17:21:34.886Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T17:21:34.886Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T17:21:35.149Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T17:21:35.149Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T17:21:35.149Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T17:21:35.149Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T17:21:35.149Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T17:21:35.149Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T17:21:35.149Z] Selecting previously unselected package liberror-perl. [2021-01-05T17:21:35.149Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T17:21:35.149Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T17:21:35.411Z] Selecting previously unselected package git-man. [2021-01-05T17:21:35.411Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T17:21:35.411Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T17:21:35.411Z] Selecting previously unselected package git. [2021-01-05T17:21:35.411Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T17:21:35.411Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T17:21:36.351Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T17:21:36.351Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T17:21:36.351Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T17:21:36.351Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T17:21:36.351Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T17:21:36.351Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T17:21:36.351Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T17:21:36.351Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T17:21:36.351Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T17:21:36.613Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T17:21:36.613Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T17:21:36.613Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T17:21:36.613Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T17:21:36.613Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T17:21:36.613Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T17:21:36.874Z] Selecting previously unselected package pkg-config. [2021-01-05T17:21:36.874Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T17:21:36.874Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T17:21:36.874Z] Selecting previously unselected package zip. [2021-01-05T17:21:36.874Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T17:21:36.874Z] Unpacking zip (3.0-11build1) ... [2021-01-05T17:21:36.874Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T17:21:36.874Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T17:21:36.874Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T17:21:37.135Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T17:21:37.135Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T17:21:37.135Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T17:21:37.135Z] No schema files found: doing nothing. [2021-01-05T17:21:37.135Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T17:21:37.135Z] Setting up zip (3.0-11build1) ... [2021-01-05T17:21:37.135Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T17:21:37.135Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T17:21:37.135Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T17:21:37.394Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T17:21:37.394Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T17:21:37.394Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T17:21:37.394Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T17:21:37.394Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:21:43.981Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T17:21:43.981Z] git set to automatically installed. [2021-01-05T17:21:43.981Z] git-man set to automatically installed. [2021-01-05T17:21:43.981Z] libcurl3-gnutls set to automatically installed. [2021-01-05T17:21:43.981Z] liberror-perl set to automatically installed. [2021-01-05T17:21:43.981Z] libglib2.0-0 set to automatically installed. [2021-01-05T17:21:43.981Z] libnghttp2-14 set to automatically installed. [2021-01-05T17:21:43.981Z] libnorm1 set to automatically installed. [2021-01-05T17:21:43.981Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T17:21:43.981Z] libpsl5 set to automatically installed. [2021-01-05T17:21:43.981Z] librtmp1 set to automatically installed. [2021-01-05T17:21:43.981Z] libsodium23 set to automatically installed. [2021-01-05T17:21:43.981Z] libzmq3-dev set to automatically installed. [2021-01-05T17:21:43.981Z] libzmq5 set to automatically installed. [2021-01-05T17:21:43.981Z] pkg-config set to automatically installed. [2021-01-05T17:21:43.981Z] zip set to automatically installed. [2021-01-05T17:21:45.370Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T17:21:51.984Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T17:21:52.247Z] snap "core18" has no updates available [2021-01-05T17:21:52.817Z] Pulling config-common [2021-01-05T17:21:53.820Z] Pulling go-build-helper [2021-01-05T17:22:15.931Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T17:22:15.931Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T17:22:15.931Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] [2021-01-05T17:22:15.931Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T17:22:15.931Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T17:22:15.931Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T17:22:15.931Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T17:22:15.931Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T17:22:15.931Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T17:22:15.931Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T17:22:15.931Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T17:22:15.931Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] [2021-01-05T17:22:15.931Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T17:22:15.931Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T17:22:15.931Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T17:22:15.931Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T17:22:15.931Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T17:22:15.931Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T17:22:15.931Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T17:22:15.931Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T17:22:15.931Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T17:22:15.931Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] [2021-01-05T17:22:15.931Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T17:22:15.931Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T17:22:15.931Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T17:22:15.931Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T17:22:15.931Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T17:22:15.931Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T17:22:15.931Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T17:22:15.931Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T17:22:15.931Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T17:22:15.931Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T17:22:15.931Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T17:22:15.931Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T17:22:15.931Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T17:22:15.931Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T17:22:15.931Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T17:22:15.931Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T17:22:15.931Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T17:22:15.931Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T17:22:15.931Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T17:22:15.931Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T17:22:15.931Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T17:22:15.931Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T17:22:15.931Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T17:22:15.931Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T17:22:15.931Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T17:22:15.931Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T17:22:15.931Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T17:22:15.931Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T17:22:15.931Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T17:22:15.931Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T17:22:15.931Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T17:22:15.931Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T17:22:15.931Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T17:22:15.931Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T17:22:15.931Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T17:22:15.931Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T17:22:15.931Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T17:22:15.931Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T17:22:15.931Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-05T17:22:15.931Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T17:22:15.931Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T17:22:15.931Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T17:22:18.476Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T17:22:18.476Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T17:22:18.476Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T17:22:18.476Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T17:22:18.476Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T17:22:18.476Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T17:22:18.476Z] Pulling static-packages [2021-01-05T17:22:19.418Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-05T17:22:19.418Z] Skipping pull go-build-helper (already ran) [2021-01-05T17:22:19.418Z] Skipping pull static-packages (already ran) [2021-01-05T17:22:19.418Z] Building go-build-helper [2021-01-05T17:22:22.717Z] Building static-packages [2021-01-05T17:22:24.630Z] Staging go-build-helper [2021-01-05T17:22:25.544Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:22:25.544Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:22:25.544Z] ---> d460acc5ade8 [2021-01-05T17:22:25.544Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:22:25.544Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:22:25.544Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:22:25.544Z] ---> d460acc5ade8 [2021-01-05T17:22:25.544Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:22:25.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:22:25.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:22:25.544Z] ---> d460acc5ade8 [2021-01-05T17:22:25.544Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:22:25.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:22:25.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:22:25.544Z] ---> d460acc5ade8 [2021-01-05T17:22:25.544Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:22:25.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:22:25.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:22:25.544Z] ---> d460acc5ade8 [2021-01-05T17:22:25.544Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:22:25.569Z] Staging static-packages [2021-01-05T17:22:26.507Z] Pulling go115 [2021-01-05T17:22:26.978Z] ---> Running in 14811263e910 [2021-01-05T17:22:26.978Z] ---> Running in 91e9d5c04198 [2021-01-05T17:22:26.978Z] ---> Running in 24faee31ac5f [2021-01-05T17:22:26.978Z] ---> Running in cf23c396beea [2021-01-05T17:22:26.978Z] ---> Running in f2109ad0790d [2021-01-05T17:22:27.447Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T17:22:27.447Z] Skipping pull go115 (already ran) [2021-01-05T17:22:27.447Z] Building go115 [2021-01-05T17:22:27.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:22:27.447Z] Dload Upload Total Spent Left Speed [2021-01-05T17:22:27.578Z] Removing intermediate container 91e9d5c04198 [2021-01-05T17:22:27.578Z] ---> 17f87312d5be [2021-01-05T17:22:27.578Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:22:27.853Z] Removing intermediate container f2109ad0790d [2021-01-05T17:22:27.853Z] ---> f4069e5fd596 [2021-01-05T17:22:27.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:22:27.853Z] ---> Running in 1040049dc814 [2021-01-05T17:22:27.853Z] Removing intermediate container cf23c396beea [2021-01-05T17:22:27.853Z] ---> 2691180aad3c [2021-01-05T17:22:27.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:22:27.853Z] Removing intermediate container 24faee31ac5f [2021-01-05T17:22:27.853Z] ---> 58780417dd36 [2021-01-05T17:22:27.853Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:22:28.126Z] Removing intermediate container 14811263e910 [2021-01-05T17:22:28.126Z] ---> 2b5f7f8b5b31 [2021-01-05T17:22:28.126Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:22:28.126Z] ---> Running in 529260ecd483 [2021-01-05T17:22:28.405Z] ---> Running in e25988c37ba1 [2021-01-05T17:22:28.405Z] ---> Running in 133b4a074632 [2021-01-05T17:22:28.405Z] ---> Running in 9bd07300f116 [2021-01-05T17:22:30.960Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6783k 0 0 17.3M 0 0:00:06 --:--:-- 0:00:06 17.3M 38 115M 38 44.3M 0 0 32.0M 0 0:00:03 0:00:01 0:00:02 32.0M 66 115M 66 76.3M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 100 115M 100 115M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.5M [2021-01-05T17:22:31.532Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T17:22:31.819Z] Removing intermediate container 1040049dc814 [2021-01-05T17:22:31.819Z] ---> 6536e92c1ab3 [2021-01-05T17:22:31.819Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:22:31.819Z] ---> Running in cb4fbe5e2c71 [2021-01-05T17:22:31.819Z] Removing intermediate container 529260ecd483 [2021-01-05T17:22:31.819Z] ---> f8e57cb6c259 [2021-01-05T17:22:31.819Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:22:32.092Z] Removing intermediate container 133b4a074632 [2021-01-05T17:22:32.092Z] ---> 52040d261928 [2021-01-05T17:22:32.092Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:22:32.381Z] ---> Running in 1158ea430386 [2021-01-05T17:22:32.381Z] ---> Running in 6a52807ead73 [2021-01-05T17:22:32.381Z] Removing intermediate container 9bd07300f116 [2021-01-05T17:22:32.381Z] ---> 099f04954847 [2021-01-05T17:22:32.381Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:22:32.657Z] Removing intermediate container e25988c37ba1 [2021-01-05T17:22:32.657Z] ---> 083c75e5c5ed [2021-01-05T17:22:32.657Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:22:32.657Z] ---> Running in 0576493d7209 [2021-01-05T17:22:32.937Z] ---> Running in 47d5c62e9f86 [2021-01-05T17:22:33.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:34.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:34.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:34.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:34.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:34.832Z] Staging go115 [2021-01-05T17:22:35.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:36.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:36.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:36.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:36.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:22:37.050Z] OK: 217 MiB in 51 packages [2021-01-05T17:22:38.045Z] OK: 217 MiB in 51 packages [2021-01-05T17:22:38.046Z] OK: 217 MiB in 51 packages [2021-01-05T17:22:38.327Z] Removing intermediate container cb4fbe5e2c71 [2021-01-05T17:22:38.327Z] ---> cda804d17a92 [2021-01-05T17:22:38.327Z] Step 6/22 : COPY go.mod . [2021-01-05T17:22:38.327Z] OK: 217 MiB in 51 packages [2021-01-05T17:22:38.327Z] OK: 217 MiB in 51 packages [2021-01-05T17:22:39.320Z] ---> 93ae13b6e1e7 [2021-01-05T17:22:39.320Z] Step 7/22 : RUN go mod download [2021-01-05T17:22:39.599Z] ---> Running in 8de707ab9e01 [2021-01-05T17:22:39.878Z] Removing intermediate container 6a52807ead73 [2021-01-05T17:22:39.878Z] ---> b79ce6e62953 [2021-01-05T17:22:39.878Z] Step 6/22 : COPY go.mod . [2021-01-05T17:22:39.878Z] Removing intermediate container 1158ea430386 [2021-01-05T17:22:39.878Z] ---> 76852744d93c [2021-01-05T17:22:39.878Z] Step 6/24 : COPY go.mod . [2021-01-05T17:22:40.162Z] Removing intermediate container 47d5c62e9f86 [2021-01-05T17:22:40.162Z] ---> 8713f1bf7a70 [2021-01-05T17:22:40.162Z] Step 6/22 : COPY go.mod . [2021-01-05T17:22:40.443Z] Removing intermediate container 0576493d7209 [2021-01-05T17:22:40.443Z] ---> 3aa7538ff111 [2021-01-05T17:22:40.443Z] Step 6/26 : COPY go.mod . [2021-01-05T17:22:41.051Z] ---> ce07b340eadf [2021-01-05T17:22:41.051Z] Step 7/22 : RUN go mod download [2021-01-05T17:22:41.331Z] ---> Running in 3ef574009403 [2021-01-05T17:22:41.331Z] ---> da859fff5471 [2021-01-05T17:22:41.331Z] Step 7/24 : RUN go mod download [2021-01-05T17:22:41.331Z] ---> 89cb2d3116bc [2021-01-05T17:22:41.331Z] Step 7/22 : RUN go mod download [2021-01-05T17:22:41.414Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T17:22:41.414Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T17:22:41.414Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T17:22:41.414Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T17:22:41.414Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T17:22:41.414Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T17:22:41.414Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T17:22:41.414Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T17:22:41.414Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T17:22:41.414Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T17:22:41.414Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T17:22:41.414Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T17:22:41.414Z] Pulling edgex-go [2021-01-05T17:22:41.608Z] ---> 2ae8517f9278 [2021-01-05T17:22:41.608Z] Step 7/26 : RUN go mod download [2021-01-05T17:22:41.608Z] ---> Running in ca770d3ad650 [2021-01-05T17:22:41.608Z] ---> Running in 51f0aeaf4e29 [2021-01-05T17:22:41.674Z] Pulling version [2021-01-05T17:22:41.894Z] ---> Running in 390b6d9c98c9 [2021-01-05T17:22:42.621Z] Building config-common [2021-01-05T17:22:43.342Z] Removing intermediate container 8de707ab9e01 [2021-01-05T17:22:43.343Z] ---> cd43924e279a [2021-01-05T17:22:43.343Z] Step 8/22 : COPY . . [2021-01-05T17:22:44.538Z] Skipping build go-build-helper (already ran) [2021-01-05T17:22:44.538Z] Skipping build static-packages (already ran) [2021-01-05T17:22:44.538Z] Skipping build go115 (already ran) [2021-01-05T17:22:44.538Z] Building edgex-go [2021-01-05T17:22:44.814Z] 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-05T17:22:45.763Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T17:22:45.763Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 [2021-01-05T17:22:45.763Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T17:22:45.763Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-05T17:22:45.763Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-05T17:22:45.763Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T17:22:45.992Z] Removing intermediate container 3ef574009403 [2021-01-05T17:22:45.993Z] ---> 6d358bc18505 [2021-01-05T17:22:45.993Z] Step 8/22 : COPY . . [2021-01-05T17:22:46.024Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T17:22:46.024Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T17:22:46.024Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T17:22:46.024Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T17:22:46.024Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T17:22:46.024Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T17:22:46.024Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T17:22:46.024Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T17:22:46.024Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T17:22:46.024Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T17:22:46.024Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T17:22:46.024Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T17:22:46.300Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T17:22:46.300Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T17:22:46.300Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T17:22:46.300Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T17:22:46.300Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T17:22:46.300Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T17:22:46.300Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T17:22:46.300Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T17:22:46.300Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T17:22:46.566Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T17:22:46.566Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T17:22:47.438Z] Removing intermediate container 51f0aeaf4e29 [2021-01-05T17:22:47.438Z] ---> 27b9301c515b [2021-01-05T17:22:47.438Z] Step 8/24 : COPY . . [2021-01-05T17:22:47.726Z] Removing intermediate container 390b6d9c98c9 [2021-01-05T17:22:47.726Z] ---> 337aea70447c [2021-01-05T17:22:47.726Z] Step 8/26 : COPY . . [2021-01-05T17:22:48.000Z] Removing intermediate container ca770d3ad650 [2021-01-05T17:22:48.000Z] ---> 82787aead67a [2021-01-05T17:22:48.000Z] Step 8/22 : COPY . . [2021-01-05T17:22:53.145Z] 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-05T17:22:56.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-05T17:22:57.375Z] 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-05T17:22:58.315Z] 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-05T17:22:58.574Z] 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-05T17:22:58.575Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T17:22:58.836Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T17:22:58.836Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T17:22:58.836Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T17:23:00.746Z] 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-05T17:23:00.746Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T17:23:00.746Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T17:23:01.686Z] 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-05T17:23:01.686Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T17:23:02.630Z] 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-05T17:23:02.630Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T17:23:04.033Z] 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-05T17:23:04.971Z] 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-05T17:23:05.912Z] 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-05T17:23:07.825Z] Building version [2021-01-05T17:23:09.760Z] Staging config-common [2021-01-05T17:23:10.178Z] ---> a82fd2fe75f6 [2021-01-05T17:23:10.178Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:23:10.178Z] ---> 9130647b647c [2021-01-05T17:23:10.178Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:23:10.178Z] ---> Running in 63600f0fd903 [2021-01-05T17:23:10.178Z] ---> Running in 073f780bb7f6 [2021-01-05T17:23:10.178Z] ---> d694963ca0e9 [2021-01-05T17:23:10.178Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:23:10.178Z] ---> fff3e1217c21 [2021-01-05T17:23:10.178Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:23:10.178Z] ---> Running in 12768a6313dc [2021-01-05T17:23:10.178Z] ---> Running in 6f59bab0121c [2021-01-05T17:23:10.178Z] ---> 869788665afb [2021-01-05T17:23:10.178Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:23:10.451Z] ---> Running in a4f11a9391b0 [2021-01-05T17:23:10.698Z] Skipping stage go-build-helper (already ran) [2021-01-05T17:23:10.698Z] Skipping stage static-packages (already ran) [2021-01-05T17:23:10.698Z] Skipping stage go115 (already ran) [2021-01-05T17:23:10.698Z] Staging edgex-go [2021-01-05T17:23:11.439Z] 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-05T17:23:11.638Z] Staging version [2021-01-05T17:23:11.715Z] 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-05T17:23:12.322Z] 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-05T17:23:12.322Z] 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-05T17:23:12.322Z] 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-05T17:23:12.581Z] Priming config-common [2021-01-05T17:23:13.523Z] Priming go-build-helper [2021-01-05T17:23:14.094Z] Priming static-packages [2021-01-05T17:23:16.638Z] Priming go115 [2021-01-05T17:23:17.209Z] Priming edgex-go [2021-01-05T17:23:18.595Z] Priming version [2021-01-05T17:23:19.168Z] 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-05T17:24:34.160Z] 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-05T17:24:44.371Z] Removing intermediate container 12768a6313dc [2021-01-05T17:24:44.371Z] ---> 7509fb2b2e40 [2021-01-05T17:24:44.371Z] [2021-01-05T17:24:44.371Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:24:44.371Z] Removing intermediate container 63600f0fd903 [2021-01-05T17:24:44.371Z] ---> c3b27096a008 [2021-01-05T17:24:44.371Z] [2021-01-05T17:24:44.371Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:24:44.371Z] 3.12: Pulling from library/alpine [2021-01-05T17:24:44.371Z] 3.12: Pulling from library/alpine [2021-01-05T17:24:46.371Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:24:46.371Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:24:46.371Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:24:46.371Z] ---> afeebe901d6b [2021-01-05T17:24:46.371Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:24:46.371Z] Status: Image is up to date for alpine:3.12 [2021-01-05T17:24:46.371Z] ---> afeebe901d6b [2021-01-05T17:24:46.371Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:24:47.817Z] ---> Running in 574f06fe2d3b [2021-01-05T17:24:47.817Z] ---> Running in e48f5ceaf429 [2021-01-05T17:24:48.092Z] Removing intermediate container a4f11a9391b0 [2021-01-05T17:24:48.092Z] ---> 17152eea1e75 [2021-01-05T17:24:48.092Z] [2021-01-05T17:24:48.092Z] Step 10/22 : FROM scratch [2021-01-05T17:24:48.092Z] ---> [2021-01-05T17:24:48.092Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:24:48.368Z] Removing intermediate container 6f59bab0121c [2021-01-05T17:24:48.368Z] ---> d254551a0692 [2021-01-05T17:24:48.368Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:24:48.653Z] ---> Running in 46c4d0afab69 [2021-01-05T17:24:48.653Z] ---> Running in 370dbbf3d085 [2021-01-05T17:24:49.249Z] Removing intermediate container 46c4d0afab69 [2021-01-05T17:24:49.249Z] ---> 0659bc9cf20e [2021-01-05T17:24:49.249Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:24:49.599Z] ---> Running in 65f30f4b2182 [2021-01-05T17:24:50.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:24:50.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:24:50.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:24:50.478Z] Removing intermediate container 65f30f4b2182 [2021-01-05T17:24:50.479Z] ---> da13fd592704 [2021-01-05T17:24:50.479Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:24:50.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:24:50.479Z] ---> Running in 6e3d55004059 [2021-01-05T17:24:50.781Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:24:51.127Z] 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-05T17:24:51.127Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:24:51.127Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:24:51.127Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:24:51.127Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:24:51.127Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:24:51.127Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:24:51.127Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:24:51.418Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:24:51.418Z] Removing intermediate container 6e3d55004059 [2021-01-05T17:24:51.418Z] ---> d1119c3a62fc [2021-01-05T17:24:51.418Z] Step 14/22 : WORKDIR / [2021-01-05T17:24:51.418Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:24:51.418Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:24:51.418Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:24:51.418Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:24:51.418Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:24:51.418Z] ---> Running in f1bad9417fff [2021-01-05T17:24:51.418Z] OK: 7 MiB in 19 packages [2021-01-05T17:24:51.748Z] OK: 7 MiB in 19 packages [2021-01-05T17:24:52.385Z] Removing intermediate container f1bad9417fff [2021-01-05T17:24:52.385Z] ---> 0b4c60c12d89 [2021-01-05T17:24:52.385Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:24:54.367Z] ---> ac61d8266878 [2021-01-05T17:24:54.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:24:54.644Z] Removing intermediate container e48f5ceaf429 [2021-01-05T17:24:54.644Z] ---> 323517eaf52f [2021-01-05T17:24:54.644Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:24:54.920Z] Removing intermediate container 574f06fe2d3b [2021-01-05T17:24:54.920Z] ---> f519bad8354e [2021-01-05T17:24:54.920Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:24:55.193Z] ---> Running in e1e6025422b3 [2021-01-05T17:24:55.193Z] ---> Running in edef0c793d81 [2021-01-05T17:24:55.788Z] ---> 7991acaebbfd [2021-01-05T17:24:55.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:24:55.788Z] Removing intermediate container edef0c793d81 [2021-01-05T17:24:55.788Z] ---> e051149e449d [2021-01-05T17:24:55.788Z] Step 13/24 : WORKDIR / [2021-01-05T17:24:55.788Z] Removing intermediate container e1e6025422b3 [2021-01-05T17:24:55.788Z] ---> 8fac68734214 [2021-01-05T17:24:55.788Z] Step 13/22 : WORKDIR / [2021-01-05T17:24:56.384Z] ---> Running in 089cc79cbc4f [2021-01-05T17:24:56.384Z] ---> Running in d15f6af8b2a2 [2021-01-05T17:24:56.988Z] Removing intermediate container 370dbbf3d085 [2021-01-05T17:24:56.988Z] ---> ccd1e7cd6248 [2021-01-05T17:24:56.988Z] [2021-01-05T17:24:56.988Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:24:56.988Z] ---> 690fc8fe7d3a [2021-01-05T17:24:56.988Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:24:56.988Z] 20.10.0: Pulling from library/docker [2021-01-05T17:24:57.271Z] ---> Running in 42231af8a249 [2021-01-05T17:24:57.545Z] Removing intermediate container 089cc79cbc4f [2021-01-05T17:24:57.545Z] ---> 71f5820c164e [2021-01-05T17:24:57.545Z] 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-05T17:24:57.545Z] Removing intermediate container d15f6af8b2a2 [2021-01-05T17:24:57.545Z] ---> 6bf5954c6060 [2021-01-05T17:24:57.545Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:24:58.988Z] Removing intermediate container 42231af8a249 [2021-01-05T17:24:58.988Z] ---> 0fc461e89f91 [2021-01-05T17:24:58.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:24:59.263Z] ---> Running in e12a01509e4b [2021-01-05T17:24:59.263Z] ---> 12d808a37f81 [2021-01-05T17:24:59.263Z] 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-05T17:24:59.263Z] ---> adde6ed14988 [2021-01-05T17:24:59.263Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:24:59.866Z] Removing intermediate container 073f780bb7f6 [2021-01-05T17:24:59.866Z] ---> 7b54c0577cf5 [2021-01-05T17:24:59.866Z] [2021-01-05T17:24:59.866Z] Step 10/22 : FROM scratch [2021-01-05T17:24:59.866Z] ---> [2021-01-05T17:24:59.866Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:24:59.866Z] ---> Using cache [2021-01-05T17:24:59.866Z] ---> 0659bc9cf20e [2021-01-05T17:24:59.866Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:25:00.139Z] ---> Running in 7e93f5f20bcb [2021-01-05T17:25:00.411Z] Removing intermediate container e12a01509e4b [2021-01-05T17:25:00.411Z] ---> fb462eba1b6b [2021-01-05T17:25:00.411Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:25:00.685Z] ---> Running in d9f458822b25 [2021-01-05T17:25:00.685Z] ---> 9c3d5fed74f2 [2021-01-05T17:25:00.685Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:25:00.957Z] Removing intermediate container 7e93f5f20bcb [2021-01-05T17:25:00.957Z] ---> 69c0e12c5238 [2021-01-05T17:25:00.957Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:25:00.957Z] ---> ae04a1f6f144 [2021-01-05T17:25:00.957Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:25:00.957Z] ---> Running in 61e824f0eb00 [2021-01-05T17:25:01.231Z] Removing intermediate container d9f458822b25 [2021-01-05T17:25:01.232Z] ---> c2e225648ee0 [2021-01-05T17:25:01.232Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:25:01.830Z] ---> Running in 7f8a27ccffe6 [2021-01-05T17:25:01.830Z] ---> 121b5e78dbc4 [2021-01-05T17:25:01.830Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:25:02.103Z] Removing intermediate container 61e824f0eb00 [2021-01-05T17:25:02.103Z] ---> be1e58f1acb1 [2021-01-05T17:25:02.103Z] Step 14/22 : WORKDIR / [2021-01-05T17:25:02.103Z] ---> 3e5ea1f1fbb2 [2021-01-05T17:25:02.103Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:25:02.376Z] ---> Running in 42b18acc6181 [2021-01-05T17:25:02.376Z] Removing intermediate container 7f8a27ccffe6 [2021-01-05T17:25:02.376Z] ---> 9da30d27cde2 [2021-01-05T17:25:02.377Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:25:02.652Z] ---> Running in 465777c7cc4f [2021-01-05T17:25:03.631Z] ---> 5ee690e933d4 [2021-01-05T17:25:03.631Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:25:03.905Z] Removing intermediate container 465777c7cc4f [2021-01-05T17:25:03.905Z] ---> e66ad88fa437 [2021-01-05T17:25:03.905Z] [2021-01-05T17:25:03.905Z] Removing intermediate container 42b18acc6181 [2021-01-05T17:25:03.905Z] ---> 2177ac1ac74e [2021-01-05T17:25:03.905Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:25:04.179Z] ---> 144f4c192308 [2021-01-05T17:25:04.179Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:25:04.179Z] ---> Running in dd2ab79d437a [2021-01-05T17:25:04.450Z] Successfully built e66ad88fa437 [2021-01-05T17:25:04.450Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T17:25:04.450Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-05T17:25:05.435Z] ---> 77b957107b8d [2021-01-05T17:25:05.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T17:25:08.830Z] ---> 13c9bc00e005 [2021-01-05T17:25:08.830Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:25:08.830Z] ---> 1edd22033caa [2021-01-05T17:25:08.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:25:10.287Z] ---> 7576f09ee719 [2021-01-05T17:25:10.287Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:25:10.287Z] Removing intermediate container dd2ab79d437a [2021-01-05T17:25:10.287Z] ---> 0480fa7e1125 [2021-01-05T17:25:10.287Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:25:10.287Z] ---> 5e5ea226f7f6 [2021-01-05T17:25:10.287Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:25:10.287Z] ---> Running in 464f9fecf8b7 [2021-01-05T17:25:10.898Z] ---> Running in 8a92b1d1515f [2021-01-05T17:25:10.898Z] ---> Running in 32b5c61e3db8 [2021-01-05T17:25:11.497Z] Removing intermediate container 8a92b1d1515f [2021-01-05T17:25:11.497Z] ---> 04b8ad4e7c18 [2021-01-05T17:25:11.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:25:11.497Z] Removing intermediate container 32b5c61e3db8 [2021-01-05T17:25:11.497Z] ---> 8b8d2ddadc54 [2021-01-05T17:25:11.497Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:25:11.497Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:25:11.778Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:25:11.778Z] ---> Running in 12cef63ddb40 [2021-01-05T17:25:11.778Z] ---> eeaf43b92773 [2021-01-05T17:25:11.778Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:25:11.778Z] ---> Running in d7d1f1baabd3 [2021-01-05T17:25:11.778Z] ---> Running in bea5b5f50c36 [2021-01-05T17:25:12.773Z] Removing intermediate container 12cef63ddb40 [2021-01-05T17:25:12.773Z] ---> d34b71fbd064 [2021-01-05T17:25:12.773Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T17:25:12.773Z] Removing intermediate container d7d1f1baabd3 [2021-01-05T17:25:12.773Z] ---> e1cd4f9e4709 [2021-01-05T17:25:12.773Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:25:13.045Z] ---> Running in 5210dfd9f939 [2021-01-05T17:25:13.045Z] ---> Running in 6df0ca74e3b2 [2021-01-05T17:25:13.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:13.660Z] Removing intermediate container 5210dfd9f939 [2021-01-05T17:25:13.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:13.660Z] ---> 99e49f1a5d84 [2021-01-05T17:25:13.660Z] Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:25:14.275Z] Removing intermediate container 464f9fecf8b7 [2021-01-05T17:25:14.275Z] ---> 46028314f132 [2021-01-05T17:25:14.275Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:25:14.275Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:25:14.275Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:25:14.275Z] Removing intermediate container 6df0ca74e3b2 [2021-01-05T17:25:14.275Z] ---> 7b367a2cc7a1 [2021-01-05T17:25:14.275Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:25:14.553Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:25:14.553Z] ---> Running in 5a8c746efd65 [2021-01-05T17:25:14.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:25:14.553Z] OK: 12 MiB in 22 packages [2021-01-05T17:25:14.831Z] ---> Running in 8ddaae8c077e [2021-01-05T17:25:15.105Z] ---> Running in c94a2a130117 [2021-01-05T17:25:15.387Z] Removing intermediate container 5a8c746efd65 [2021-01-05T17:25:15.387Z] ---> 89b7543be195 [2021-01-05T17:25:15.387Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:25:15.663Z] Removing intermediate container 8ddaae8c077e [2021-01-05T17:25:15.663Z] ---> fed8f8358ea0 [2021-01-05T17:25:15.663Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T17:25:15.939Z] ---> Running in e1baf4e2e373 [2021-01-05T17:25:15.939Z] Removing intermediate container c94a2a130117 [2021-01-05T17:25:15.939Z] ---> 6772bf0cbe72 [2021-01-05T17:25:15.939Z] [2021-01-05T17:25:16.215Z] ---> Running in db8f1e0907f7 [2021-01-05T17:25:16.816Z] Successfully built 6772bf0cbe72 [2021-01-05T17:25:16.816Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T17:25:16.816Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-05T17:25:16.816Z] Removing intermediate container e1baf4e2e373 [2021-01-05T17:25:16.816Z] ---> a5152f759074 [2021-01-05T17:25:16.816Z] [2021-01-05T17:25:17.092Z] Removing intermediate container db8f1e0907f7 [2021-01-05T17:25:17.093Z] ---> 333b86dcc56f [2021-01-05T17:25:17.093Z] Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:25:17.093Z] Removing intermediate container bea5b5f50c36 [2021-01-05T17:25:17.093Z] ---> 4b2b9384a495 [2021-01-05T17:25:17.093Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:25:17.093Z] Successfully built a5152f759074 [2021-01-05T17:25:17.364Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T17:25:17.364Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-05T17:25:17.364Z] ---> Running in 544804960eb3 [2021-01-05T17:25:17.364Z] ---> Running in e6d965a2a602 [2021-01-05T17:25:17.956Z] Removing intermediate container e6d965a2a602 [2021-01-05T17:25:17.956Z] ---> 9d03a7bb8e25 [2021-01-05T17:25:17.956Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:25:17.956Z] Removing intermediate container 544804960eb3 [2021-01-05T17:25:17.956Z] ---> 2e4e3ab31bd3 [2021-01-05T17:25:17.956Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:25:18.239Z] ---> Running in 157ed16c3074 [2021-01-05T17:25:18.239Z] ---> Running in ba0603e9bc74 [2021-01-05T17:25:18.510Z] Removing intermediate container 157ed16c3074 [2021-01-05T17:25:18.510Z] ---> 7e64db792f20 [2021-01-05T17:25:18.782Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:25:18.782Z] ---> Running in 95f96aaccb35 [2021-01-05T17:25:19.056Z] Removing intermediate container ba0603e9bc74 [2021-01-05T17:25:19.056Z] ---> 772cc1796447 [2021-01-05T17:25:19.056Z] [2021-01-05T17:25:19.332Z] Successfully built 772cc1796447 [2021-01-05T17:25:19.604Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T17:25:19.604Z] Building docker-security-proxy-setup-go [2021-01-05T17:25:20.204Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 95f96aaccb35 [2021-01-05T17:25:20.204Z] ---> 96305e71802d [2021-01-05T17:25:20.204Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:25:22.194Z] ---> 3460473c5204 [2021-01-05T17:25:22.194Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:25:24.182Z] ---> 30f723495b64 [2021-01-05T17:25:24.182Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:25:26.168Z] ---> c3b05d93226d [2021-01-05T17:25:26.168Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:25:26.766Z] ---> Running in 568088cd6af9 [2021-01-05T17:25:28.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:28.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:28.802Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:25:28.802Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:25:28.802Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:25:28.802Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:25:28.802Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:25:28.802Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:25:28.802Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:25:30.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:25:30.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:25:30.260Z] ---> d460acc5ade8 [2021-01-05T17:25:30.260Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:25:30.260Z] ---> Using cache [2021-01-05T17:25:30.260Z] ---> 2b5f7f8b5b31 [2021-01-05T17:25:30.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:25:30.260Z] ---> Using cache [2021-01-05T17:25:30.260Z] ---> 52040d261928 [2021-01-05T17:25:30.260Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:25:30.874Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:25:30.874Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:25:30.874Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:25:30.874Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:25:30.874Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:25:30.874Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:25:30.874Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:25:30.874Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:25:30.874Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:25:31.146Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:25:31.146Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:25:31.146Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:25:31.146Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:25:31.146Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:25:31.146Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:25:31.146Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:25:31.146Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:25:31.146Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:25:31.421Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:25:31.421Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:25:31.421Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:25:31.421Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:25:31.421Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:25:31.421Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:25:31.421Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:25:31.421Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:25:31.694Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:25:31.694Z] OK: 71 MiB in 55 packages [2021-01-05T17:25:32.675Z] ---> Running in af7bdd95e016 [2021-01-05T17:25:34.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:36.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:25:39.508Z] Removing intermediate container 568088cd6af9 [2021-01-05T17:25:39.508Z] ---> 644f18295f56 [2021-01-05T17:25:39.508Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:25:40.107Z] ---> Running in f71cfeb32667 [2021-01-05T17:25:40.384Z] OK: 217 MiB in 51 packages [2021-01-05T17:25:43.019Z] Removing intermediate container af7bdd95e016 [2021-01-05T17:25:43.019Z] ---> 947c6dd16ba8 [2021-01-05T17:25:43.019Z] Step 6/23 : COPY go.mod . [2021-01-05T17:25:44.456Z] ---> 47a254b3f3bb [2021-01-05T17:25:44.456Z] Step 7/23 : RUN go mod download [2021-01-05T17:25:44.730Z] ---> Running in e7474392ad9d [2021-01-05T17:25:46.725Z] Collecting docker-compose==1.23.2 [2021-01-05T17:25:47.006Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:25:48.491Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:25:48.491Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:25:49.949Z] Removing intermediate container e7474392ad9d [2021-01-05T17:25:49.949Z] ---> 23f15f227101 [2021-01-05T17:25:49.949Z] Step 8/23 : COPY . . [2021-01-05T17:25:51.397Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:25:51.397Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:25:51.997Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:25:51.997Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:25:52.691Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:25:52.691Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:25:55.401Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:25:55.401Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:25:55.679Z] 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-05T17:25:55.954Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:25:55.954Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:25:57.392Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:25:57.392Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:25:57.392Z] ---> d460acc5ade8 [2021-01-05T17:25:57.392Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> 2b5f7f8b5b31 [2021-01-05T17:25:57.392Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> 52040d261928 [2021-01-05T17:25:57.392Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> 76852744d93c [2021-01-05T17:25:57.392Z] Step 6/21 : COPY go.mod . [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> da859fff5471 [2021-01-05T17:25:57.392Z] Step 7/21 : RUN go mod download [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> 27b9301c515b [2021-01-05T17:25:57.392Z] Step 8/21 : COPY . . [2021-01-05T17:25:57.392Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:25:57.392Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:25:57.392Z] ---> Using cache [2021-01-05T17:25:57.392Z] ---> fff3e1217c21 [2021-01-05T17:25:57.392Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:25:57.667Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:25:57.668Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:25:57.668Z] ---> d460acc5ade8 [2021-01-05T17:25:57.668Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:25:57.668Z] ---> Using cache [2021-01-05T17:25:57.668Z] ---> 2b5f7f8b5b31 [2021-01-05T17:25:57.668Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:25:57.668Z] ---> Using cache [2021-01-05T17:25:57.668Z] ---> 52040d261928 [2021-01-05T17:25:57.668Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:25:58.267Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:25:58.267Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:25:58.267Z] ---> d460acc5ade8 [2021-01-05T17:25:58.267Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:25:58.267Z] ---> Using cache [2021-01-05T17:25:58.267Z] ---> 2b5f7f8b5b31 [2021-01-05T17:25:58.267Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:25:58.267Z] ---> Using cache [2021-01-05T17:25:58.267Z] ---> 52040d261928 [2021-01-05T17:25:58.267Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:25:58.268Z] ---> Using cache [2021-01-05T17:25:58.268Z] ---> 76852744d93c [2021-01-05T17:25:58.268Z] Step 6/21 : COPY go.mod . [2021-01-05T17:25:58.268Z] ---> Using cache [2021-01-05T17:25:58.268Z] ---> da859fff5471 [2021-01-05T17:25:58.268Z] Step 7/21 : RUN go mod download [2021-01-05T17:25:58.268Z] ---> Using cache [2021-01-05T17:25:58.268Z] ---> 27b9301c515b [2021-01-05T17:25:58.268Z] Step 8/21 : COPY . . [2021-01-05T17:25:58.268Z] ---> Using cache [2021-01-05T17:25:58.268Z] ---> fff3e1217c21 [2021-01-05T17:25:58.268Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:25:58.886Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:25:58.886Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:26:01.527Z] ---> Running in 3542f3f32f46 [2021-01-05T17:26:01.527Z] ---> Running in 15e6e3df852a [2021-01-05T17:26:01.527Z] ---> Running in b70cfdebbd23 [2021-01-05T17:26:02.128Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:26:02.128Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:26:03.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:26:03.576Z] 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-05T17:26:03.852Z] 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-05T17:26:05.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:26:05.914Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:26:06.194Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:26:06.472Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:26:06.472Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:26:07.465Z] OK: 217 MiB in 51 packages [2021-01-05T17:26:07.761Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:26:07.761Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:26:08.776Z] 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-05T17:26:08.776Z] 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-05T17:26:08.776Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:26:08.776Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:26:08.776Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:26:08.776Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:26:09.390Z] ---> 672be074e5d7 [2021-01-05T17:26:09.390Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:26:09.671Z] ---> Running in 9ba343bfd839 [2021-01-05T17:26:09.951Z] Removing intermediate container 15e6e3df852a [2021-01-05T17:26:09.951Z] ---> ad2c309007cf [2021-01-05T17:26:09.951Z] Step 6/24 : COPY go.mod . [2021-01-05T17:26:09.951Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, texttable, PyYAML, docker-compose [2021-01-05T17:26:09.951Z] Running setup.py install for docopt: started [2021-01-05T17:26:11.417Z] ---> 1a33512d1f60 [2021-01-05T17:26:11.417Z] Step 7/24 : RUN go mod download [2021-01-05T17:26:11.701Z] ---> Running in e99636603adc [2021-01-05T17:26:11.991Z] 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-05T17:26:13.458Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:26:13.737Z] Attempting uninstall: idna [2021-01-05T17:26:13.737Z] Found existing installation: idna 2.9 [2021-01-05T17:26:13.737Z] Uninstalling idna-2.9: [2021-01-05T17:26:14.014Z] Successfully uninstalled idna-2.9 [2021-01-05T17:26:14.618Z] Attempting uninstall: urllib3 [2021-01-05T17:26:14.618Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:26:14.901Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:26:15.179Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:26:16.182Z] Attempting uninstall: requests [2021-01-05T17:26:16.182Z] Found existing installation: requests 2.23.0 [2021-01-05T17:26:16.182Z] Uninstalling requests-2.23.0: [2021-01-05T17:26:16.182Z] Removing intermediate container e99636603adc [2021-01-05T17:26:16.182Z] ---> 80728e97cbb8 [2021-01-05T17:26:16.182Z] Step 8/24 : COPY . . [2021-01-05T17:26:16.182Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:26:18.186Z] Running setup.py install for dockerpty: started [2021-01-05T17:26:21.625Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:26:21.902Z] Running setup.py install for texttable: started [2021-01-05T17:26:24.583Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:26:24.583Z] Running setup.py install for PyYAML: started [2021-01-05T17:26:28.921Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:26:29.914Z] 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-05T17:26:36.686Z] ---> 4ed5c6f22593 [2021-01-05T17:26:36.686Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:26:36.686Z] ---> Running in 6877400d9af1 [2021-01-05T17:26:38.167Z] Removing intermediate container f71cfeb32667 [2021-01-05T17:26:38.167Z] ---> 879165b981ed [2021-01-05T17:26:38.167Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:26:38.167Z] ---> Running in 8596be4c53da [2021-01-05T17:26:38.450Z] 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-05T17:26:40.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:26:40.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:26:41.457Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:26:41.457Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:26:41.457Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:26:41.457Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:26:41.457Z] OK: 71 MiB in 58 packages [2021-01-05T17:26:43.466Z] Removing intermediate container 8596be4c53da [2021-01-05T17:26:43.466Z] ---> 3aa7540977d9 [2021-01-05T17:26:43.466Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:26:43.466Z] ---> Running in b30b1d6e18fa [2021-01-05T17:26:44.458Z] Removing intermediate container b30b1d6e18fa [2021-01-05T17:26:44.458Z] ---> 01f90f365285 [2021-01-05T17:26:44.458Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:26:44.458Z] ---> Running in f9f5642d0aa2 [2021-01-05T17:26:45.090Z] Removing intermediate container f9f5642d0aa2 [2021-01-05T17:26:45.090Z] ---> cab4e4d44b64 [2021-01-05T17:26:45.090Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T17:26:45.370Z] ---> Running in 4a76c62817f5 [2021-01-05T17:26:45.981Z] Removing intermediate container 4a76c62817f5 [2021-01-05T17:26:45.981Z] ---> b973eacac08c [2021-01-05T17:26:45.981Z] Step 25/26 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:26:46.262Z] ---> Running in 5f997f0a7dfe [2021-01-05T17:26:46.895Z] Removing intermediate container 5f997f0a7dfe [2021-01-05T17:26:46.895Z] ---> 6f2e654f5797 [2021-01-05T17:26:46.895Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T17:26:47.175Z] ---> Running in 3db861670e7c [2021-01-05T17:26:47.781Z] Removing intermediate container 3db861670e7c [2021-01-05T17:26:47.781Z] ---> 60c9a0fc14aa [2021-01-05T17:26:47.781Z] [2021-01-05T17:26:48.396Z] Successfully built 60c9a0fc14aa [2021-01-05T17:26:48.396Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T17:27:20.835Z]  Building docker-sys-mgmt-agent-go ... done 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-05T17:27:27.595Z] Removing intermediate container 3542f3f32f46 [2021-01-05T17:27:27.595Z] ---> b116f465730b [2021-01-05T17:27:27.595Z] [2021-01-05T17:27:27.595Z] Step 10/21 : FROM scratch [2021-01-05T17:27:27.595Z] ---> [2021-01-05T17:27:27.595Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:27:27.595Z] ---> Using cache [2021-01-05T17:27:27.595Z] ---> 0659bc9cf20e [2021-01-05T17:27:27.595Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:27:27.877Z] ---> Running in d4be9d828242 [2021-01-05T17:27:29.093Z] Removing intermediate container d4be9d828242 [2021-01-05T17:27:29.093Z] ---> 68be55ee6cf5 [2021-01-05T17:27:29.093Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:27:29.494Z] ---> Running in 0d7194ef603b [2021-01-05T17:27:31.013Z] Removing intermediate container 0d7194ef603b [2021-01-05T17:27:31.013Z] ---> 1c7ce73f178a [2021-01-05T17:27:31.013Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:27:31.286Z] Removing intermediate container b70cfdebbd23 [2021-01-05T17:27:31.286Z] ---> 6c0a169c971b [2021-01-05T17:27:31.286Z] [2021-01-05T17:27:31.286Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:27:31.286Z] ---> afeebe901d6b [2021-01-05T17:27:31.286Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:27:31.569Z] ---> Running in a23a32ebcdad [2021-01-05T17:27:32.170Z] ---> f87a339dfc2c [2021-01-05T17:27:32.170Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:27:34.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:27:34.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:27:34.481Z] ---> 18e96c5cc8c8 [2021-01-05T17:27:34.481Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:27:35.083Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:27:35.083Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:27:35.083Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:27:35.083Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:27:35.083Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:27:35.083Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:27:35.371Z] OK: 7 MiB in 18 packages [2021-01-05T17:27:35.659Z] ---> 199e4c478e74 [2021-01-05T17:27:35.659Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:27:35.947Z] ---> Running in a1ff1023102b [2021-01-05T17:27:36.948Z] Removing intermediate container a1ff1023102b [2021-01-05T17:27:36.948Z] ---> 618a01117ae9 [2021-01-05T17:27:36.948Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:27:36.948Z] ---> Running in 03c1db4eec5b [2021-01-05T17:27:37.959Z] Removing intermediate container 03c1db4eec5b [2021-01-05T17:27:37.959Z] ---> 2f00f0806446 [2021-01-05T17:27:37.959Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T17:27:37.959Z] Removing intermediate container a23a32ebcdad [2021-01-05T17:27:37.959Z] ---> 9b97af0d6831 [2021-01-05T17:27:37.959Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:27:38.237Z] ---> Running in 305f93f0ed77 [2021-01-05T17:27:38.237Z] ---> Running in d9d10a7ed862 [2021-01-05T17:27:38.851Z] Removing intermediate container d9d10a7ed862 [2021-01-05T17:27:38.851Z] ---> 20a3ff1a0d4e [2021-01-05T17:27:38.851Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:27:39.133Z] Removing intermediate container 305f93f0ed77 [2021-01-05T17:27:39.133Z] ---> 33ec1786c756 [2021-01-05T17:27:39.133Z] Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:27:39.133Z] ---> Running in 671aa5640e73 [2021-01-05T17:27:39.133Z] ---> Running in 1a81453489bd [2021-01-05T17:27:40.132Z] Removing intermediate container 671aa5640e73 [2021-01-05T17:27:40.132Z] ---> 944738259bb0 [2021-01-05T17:27:40.132Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:27:40.132Z] Removing intermediate container 1a81453489bd [2021-01-05T17:27:40.132Z] ---> 42ffc2532394 [2021-01-05T17:27:40.132Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:27:40.412Z] ---> Running in 4a501bd02167 [2021-01-05T17:27:41.411Z] Removing intermediate container 4a501bd02167 [2021-01-05T17:27:41.411Z] ---> 025593680d3a [2021-01-05T17:27:41.411Z] [2021-01-05T17:27:41.411Z] ---> 6f951e8e20f8 [2021-01-05T17:27:41.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:27:41.698Z] Successfully built 025593680d3a [2021-01-05T17:27:41.973Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T17:27:42.966Z]  Building docker-support-scheduler-go ... done  ---> 75b3e2b3db56 [2021-01-05T17:27:42.966Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:27:44.968Z] ---> cf375dce2a38 [2021-01-05T17:27:44.968Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:27:44.968Z] ---> Running in da569fb91535 [2021-01-05T17:27:45.569Z] Removing intermediate container da569fb91535 [2021-01-05T17:27:45.569Z] ---> 22ea6acfee88 [2021-01-05T17:27:45.569Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:27:45.569Z] ---> Running in 37ced7aa7d1f [2021-01-05T17:27:46.171Z] Removing intermediate container 37ced7aa7d1f [2021-01-05T17:27:46.171Z] ---> 85ecbf460bc3 [2021-01-05T17:27:46.171Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T17:27:46.171Z] ---> Running in e317774314ae [2021-01-05T17:27:46.771Z] Removing intermediate container e317774314ae [2021-01-05T17:27:46.771Z] ---> b968982166f7 [2021-01-05T17:27:46.771Z] Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:27:46.771Z] ---> Running in 03d1ec06f1d9 [2021-01-05T17:27:47.383Z] Removing intermediate container 03d1ec06f1d9 [2021-01-05T17:27:47.383Z] ---> 867be4c5b880 [2021-01-05T17:27:47.383Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:27:47.982Z] ---> Running in 0ab948c2e24c [2021-01-05T17:27:48.575Z] Removing intermediate container 0ab948c2e24c [2021-01-05T17:27:48.575Z] ---> 0208f5bd4419 [2021-01-05T17:27:48.575Z] [2021-01-05T17:27:49.177Z] Successfully built 0208f5bd4419 [2021-01-05T17:27:49.177Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T17:27:51.152Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6877400d9af1 [2021-01-05T17:27:51.152Z] ---> fff661abf78d [2021-01-05T17:27:51.152Z] [2021-01-05T17:27:51.152Z] Step 10/24 : FROM scratch [2021-01-05T17:27:51.152Z] ---> [2021-01-05T17:27:51.152Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:27:51.426Z] ---> Running in d13d89943f89 [2021-01-05T17:27:52.024Z] Removing intermediate container d13d89943f89 [2021-01-05T17:27:52.024Z] ---> 0917baf3ae85 [2021-01-05T17:27:52.024Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:27:52.024Z] ---> Running in 5e0540bc81a9 [2021-01-05T17:27:52.301Z] Removing intermediate container 5e0540bc81a9 [2021-01-05T17:27:52.301Z] ---> b96d4ef145e2 [2021-01-05T17:27:52.301Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:27:52.569Z] ---> Running in 5bcbe3de24df [2021-01-05T17:27:52.840Z] Removing intermediate container 5bcbe3de24df [2021-01-05T17:27:52.840Z] ---> 1ba2ebf46257 [2021-01-05T17:27:52.840Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:27:53.817Z] ---> b3950a7133e2 [2021-01-05T17:27:53.817Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:27:54.792Z] ---> c7f91100ac3d [2021-01-05T17:27:54.792Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:27:56.762Z] ---> 88ba021bc86b [2021-01-05T17:27:56.763Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:27:56.763Z] Removing intermediate container 9ba343bfd839 [2021-01-05T17:27:56.763Z] ---> e7f678d881cc [2021-01-05T17:27:56.763Z] [2021-01-05T17:27:56.763Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:27:56.763Z] ---> afeebe901d6b [2021-01-05T17:27:56.763Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:27:57.038Z] ---> Running in 6c7130644135 [2021-01-05T17:27:57.311Z] ---> 35c0c1c42c2d [2021-01-05T17:27:57.311Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:27:57.583Z] Removing intermediate container 6c7130644135 [2021-01-05T17:27:57.583Z] ---> 37ea04f5bbf8 [2021-01-05T17:27:57.583Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:27:57.856Z] ---> Running in fe39c1037925 [2021-01-05T17:27:58.445Z] ---> 75c4088b62b6 [2021-01-05T17:27:58.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:27:58.446Z] Removing intermediate container fe39c1037925 [2021-01-05T17:27:58.446Z] ---> 524af4241a64 [2021-01-05T17:27:58.446Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:27:58.717Z] ---> Running in 575c14567224 [2021-01-05T17:27:58.989Z] ---> 90cd058e0aa9 [2021-01-05T17:27:58.989Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:27:58.989Z] Removing intermediate container 575c14567224 [2021-01-05T17:27:58.989Z] ---> 20280ed8e566 [2021-01-05T17:27:58.989Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:27:59.260Z] ---> Running in fb096e7814bf [2021-01-05T17:27:59.260Z] ---> Running in 30cc1007ebdd [2021-01-05T17:27:59.866Z] Removing intermediate container fb096e7814bf [2021-01-05T17:27:59.866Z] ---> 5e3e8954a9e9 [2021-01-05T17:27:59.866Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:27:59.866Z] ---> Running in 3c0b2dcc41b1 [2021-01-05T17:28:00.465Z] Removing intermediate container 3c0b2dcc41b1 [2021-01-05T17:28:00.465Z] ---> 9cff1b16af5e [2021-01-05T17:28:00.465Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T17:28:00.736Z] ---> Running in b8f5f31bcaab [2021-01-05T17:28:01.332Z] Removing intermediate container b8f5f31bcaab [2021-01-05T17:28:01.332Z] ---> 0c091dccb931 [2021-01-05T17:28:01.332Z] Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:28:01.332Z] ---> Running in b2fbc2d33398 [2021-01-05T17:28:01.617Z] Removing intermediate container 30cc1007ebdd [2021-01-05T17:28:01.617Z] ---> 2cbfe8875a20 [2021-01-05T17:28:01.617Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:28:01.617Z] ---> Running in 00f8b06da8ac [2021-01-05T17:28:01.891Z] Removing intermediate container b2fbc2d33398 [2021-01-05T17:28:01.891Z] ---> 0e9c80f4d077 [2021-01-05T17:28:01.891Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:28:02.172Z] ---> Running in ac8af36ebc18 [2021-01-05T17:28:02.801Z] Removing intermediate container ac8af36ebc18 [2021-01-05T17:28:02.801Z] ---> c098b52f815e [2021-01-05T17:28:02.801Z] [2021-01-05T17:28:03.073Z] Successfully built c098b52f815e [2021-01-05T17:28:03.073Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T17:28:03.073Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:28:04.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:28:05.918Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:28:05.918Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:28:05.918Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:28:06.511Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:28:06.781Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:28:06.781Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:28:06.781Z] OK: 8 MiB in 19 packages [2021-01-05T17:28:08.218Z] Removing intermediate container 00f8b06da8ac [2021-01-05T17:28:08.218Z] ---> 48fd812a3c67 [2021-01-05T17:28:08.218Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:28:08.811Z] ---> 7b11e9ad9e2a [2021-01-05T17:28:08.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:28:10.245Z] ---> e518bdaec495 [2021-01-05T17:28:10.245Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:28:10.839Z] ---> 41c1d93b80d3 [2021-01-05T17:28:10.839Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:28:10.839Z] ---> Running in a55b5288f342 [2021-01-05T17:28:11.429Z] Removing intermediate container a55b5288f342 [2021-01-05T17:28:11.429Z] ---> 62e038f74260 [2021-01-05T17:28:11.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:28:11.430Z] ---> Running in 23324914ca35 [2021-01-05T17:28:12.022Z] Removing intermediate container 23324914ca35 [2021-01-05T17:28:12.022Z] ---> 46fb34c21d16 [2021-01-05T17:28:12.022Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T17:28:12.022Z] ---> Running in f6d369d160b9 [2021-01-05T17:28:12.293Z] Removing intermediate container f6d369d160b9 [2021-01-05T17:28:12.293Z] ---> 3813afb0177b [2021-01-05T17:28:12.293Z] Step 22/23 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [2021-01-05T17:28:12.566Z] ---> Running in 8979cc655163 [2021-01-05T17:28:12.838Z] Removing intermediate container 8979cc655163 [2021-01-05T17:28:12.838Z] ---> 0fc3dc073d05 [2021-01-05T17:28:12.838Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T17:28:13.107Z] ---> Running in df0b28987863 [2021-01-05T17:28:13.382Z] Removing intermediate container df0b28987863 [2021-01-05T17:28:13.382Z] ---> 389a50e175f3 [2021-01-05T17:28:13.382Z] [2021-01-05T17:28:13.977Z] Successfully built 389a50e175f3 [2021-01-05T17:28:13.977Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T17:28:14.266Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T17:28:14.305Z] $ docker stop --time=1 fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 [2021-01-05T17:28:16.210Z] $ docker rm -f fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:28:16.856Z] + grep docker [2021-01-05T17:28:16.856Z] + docker images [2021-01-05T17:28:17.126Z] docker-core-data-go-arm64 latest 389a50e175f3 3 seconds ago 21MB [2021-01-05T17:28:17.126Z] docker-support-notifications-go-arm64 latest c098b52f815e 14 seconds ago 11.4MB [2021-01-05T17:28:17.126Z] docker-security-proxy-setup-go-arm64 latest 0208f5bd4419 28 seconds ago 23.3MB [2021-01-05T17:28:17.126Z] docker-support-scheduler-go-arm64 latest 025593680d3a 36 seconds ago 10MB [2021-01-05T17:28:17.126Z] docker-sys-mgmt-agent-go-arm64 latest 60c9a0fc14aa About a minute ago 300MB [2021-01-05T17:28:17.126Z] docker-security-secretstore-setup-go-arm64 latest 772cc1796447 2 minutes ago 23.4MB [2021-01-05T17:28:17.126Z] docker-core-metadata-go-arm64 latest a5152f759074 3 minutes ago 12.2MB [2021-01-05T17:28:17.126Z] docker-security-bootstrap-redis-go-arm64 latest 6772bf0cbe72 3 minutes ago 15.1MB [2021-01-05T17:28:17.126Z] docker-core-command-go-arm64 latest e66ad88fa437 3 minutes ago 9.98MB [2021-01-05T17:28:17.126Z] docker 20.10.0 eeaf43b92773 3 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-05T17:28:18.930Z] provisioning config files... [2021-01-05T17:28:18.947Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7478189077281365703tmp [Pipeline] { [Pipeline] sh [2021-01-05T17:28:19.336Z] + set +x [2021-01-05T17:28:19.336Z] + curl -s https://codecov.io/bash [2021-01-05T17:28:19.336Z] + bash -s -- [2021-01-05T17:28:19.921Z] [2021-01-05T17:28:19.921Z] _____ _ [2021-01-05T17:28:19.921Z] / ____| | | [2021-01-05T17:28:19.921Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T17:28:19.921Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T17:28:19.921Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T17:28:19.921Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T17:28:19.921Z] Bash-20201231-23d4836 [2021-01-05T17:28:19.921Z] [2021-01-05T17:28:19.921Z] [2021-01-05T17:28:19.921Z] ==> git version 2.24.3 found [2021-01-05T17:28:19.921Z] ==> 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-05T17:28:19.921Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T17:28:19.921Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T17:28:19.921Z] ==> Jenkins CI detected. [2021-01-05T17:28:19.921Z] project root: . [2021-01-05T17:28:19.921Z] --> token set from env [2021-01-05T17:28:19.921Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T17:28:19.921Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T17:28:19.921Z] ==> Python coveragepy not found [2021-01-05T17:28:19.921Z] ==> Searching for coverage reports in: [2021-01-05T17:28:19.921Z] + . [2021-01-05T17:28:19.921Z] -> Found 1 reports [2021-01-05T17:28:19.921Z] ==> Detecting git/mercurial file structure [2021-01-05T17:28:19.921Z] ==> Reading reports [2021-01-05T17:28:19.921Z] + ./coverage.out bytes=541590 [2021-01-05T17:28:19.921Z] ==> Appending adjustments [2021-01-05T17:28:19.921Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T17:28:23.244Z] + Found adjustments [2021-01-05T17:28:23.244Z] ==> Gzipping contents [2021-01-05T17:28:23.244Z] 84K /tmp/codecov.gpWghx.gz [2021-01-05T17:28:23.244Z] ==> Uploading reports [2021-01-05T17:28:23.244Z] url: https://codecov.io [2021-01-05T17:28:23.244Z] query: branch=PR-2986&commit=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= [2021-01-05T17:28:23.244Z] -> Pinging Codecov [2021-01-05T17:28:23.244Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2986&commit=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= [2021-01-05T17:28:23.818Z] -> Uploading to [2021-01-05T17:28:23.819Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b/4e1a0aa2-2ad5-41d4-95bd-4cc1f33eec3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T172823Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d5c5e4d99c5182a251fd4d6275001bc9d6f9029a807cbffe0e626c5679cdc52d [2021-01-05T17:28:23.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T17:28:23.819Z] Dload Upload Total Spent Left Speed [2021-01-05T17:28:24.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82287 0 0 100 82287 0 129k --:--:-- --:--:-- --:--:-- 130k [2021-01-05T17:28:24.405Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [Pipeline] } [2021-01-05T17:28:24.406Z] 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-05T17:28:26.396Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:28:27.288Z] ---> package-listing.sh [2021-01-05T17:28:27.288Z] ++ facter osfamily [2021-01-05T17:28:27.288Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T17:28:27.288Z] + OS_FAMILY=redhat [2021-01-05T17:28:27.288Z] + workspace=/w/workspace/edgex-go/3 [2021-01-05T17:28:27.288Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T17:28:27.288Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T17:28:27.288Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T17:28:27.288Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T17:28:27.288Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-05T17:28:27.288Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T17:28:27.288Z] + case "${OS_FAMILY}" in [2021-01-05T17:28:27.288Z] + rpm -qa [2021-01-05T17:28:27.288Z] + sort [2021-01-05T17:28:32.595Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T17:28:32.595Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T17:28:32.595Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T17:28:32.595Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-05T17:28:32.595Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-05T17:28:32.595Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-05T17:28:32.609Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T17:28:32.906Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:28:33.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:28:33.214Z] [2021-01-05T17:28:33.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:28:33.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:28:33.570Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T17:28:33.570Z] df20fa9351a1: Pulling fs layer [2021-01-05T17:28:33.570Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T17:28:33.570Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T17:28:33.570Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T17:28:33.570Z] 93b61091891f: Pulling fs layer [2021-01-05T17:28:33.570Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T17:28:33.570Z] 5e14af77c1be: Pulling fs layer [2021-01-05T17:28:33.570Z] 01666e4c0597: Pulling fs layer [2021-01-05T17:28:33.570Z] aa168da1d23b: Pulling fs layer [2021-01-05T17:28:33.570Z] 93b9cdb0e59b: Waiting [2021-01-05T17:28:33.570Z] 5e14af77c1be: Waiting [2021-01-05T17:28:33.570Z] 01666e4c0597: Waiting [2021-01-05T17:28:33.570Z] aa168da1d23b: Waiting [2021-01-05T17:28:33.570Z] 46f8f816bc3b: Waiting [2021-01-05T17:28:33.570Z] 93b61091891f: Waiting [2021-01-05T17:28:33.570Z] 36b3adc4ff6f: Download complete [2021-01-05T17:28:33.570Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T17:28:33.570Z] 46f8f816bc3b: Download complete [2021-01-05T17:28:33.570Z] df20fa9351a1: Download complete [2021-01-05T17:28:33.837Z] 93b9cdb0e59b: Download complete [2021-01-05T17:28:33.837Z] 93b61091891f: Verifying Checksum [2021-01-05T17:28:33.837Z] 93b61091891f: Download complete [2021-01-05T17:28:33.837Z] 5e14af77c1be: Verifying Checksum [2021-01-05T17:28:33.837Z] 5e14af77c1be: Download complete [2021-01-05T17:28:33.837Z] 01666e4c0597: Verifying Checksum [2021-01-05T17:28:33.837Z] 01666e4c0597: Download complete [2021-01-05T17:28:34.099Z] df20fa9351a1: Pull complete [2021-01-05T17:28:34.362Z] 36b3adc4ff6f: Pull complete [2021-01-05T17:28:34.362Z] 8ad3a11d3b57: Download complete [2021-01-05T17:28:35.316Z] 8ad3a11d3b57: Pull complete [2021-01-05T17:28:35.316Z] 46f8f816bc3b: Pull complete [2021-01-05T17:28:36.263Z] aa168da1d23b: Verifying Checksum [2021-01-05T17:28:36.263Z] aa168da1d23b: Download complete [2021-01-05T17:28:37.214Z] 93b61091891f: Pull complete [2021-01-05T17:28:37.479Z] 93b9cdb0e59b: Pull complete [2021-01-05T17:28:37.479Z] 5e14af77c1be: Pull complete [2021-01-05T17:28:37.742Z] 01666e4c0597: Pull complete [2021-01-05T17:28:44.367Z] aa168da1d23b: Pull complete [2021-01-05T17:28:44.367Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T17:28:44.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:28:44.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T17:28:44.599Z] prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container [2021-01-05T17:28:44.655Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T17:28:55.485Z] $ docker top 5d9c069235217482589e7f8c7ce0a140be5cf092706fe7cd75bcbe4466bbcf9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:28:56.137Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T17:28:56.439Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T17:28:56.744Z] + ls /var/log/sa-host [2021-01-05T17:28:56.744Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T17:28:56.744Z] file_magic: OK [2021-01-05T17:28:56.744Z] HZ: Using current value: 100 [2021-01-05T17:28:56.744Z] file_header: OK [2021-01-05T17:28:56.744Z] 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-05T17:28:56.744Z] Statistics: [2021-01-05T17:28:56.744Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T17:28:56.744Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T17:28:56.744Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T17:28:56.744Z] file_magic: OK [2021-01-05T17:28:56.744Z] HZ: Using current value: 100 [2021-01-05T17:28:56.744Z] file_header: OK [2021-01-05T17:28:56.744Z] 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-05T17:28:56.744Z] Statistics: [2021-01-05T17:28:56.744Z] Hnuu...uuuununununu... [2021-01-05T17:28:56.744Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T17:28:56.967Z] provisioning config files... [2021-01-05T17:28:56.985Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3401605957983917596tmp [Pipeline] { [Pipeline] echo [2021-01-05T17:28:57.058Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:28:57.360Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T17:28:57.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T17:28:57.462Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:28:57.874Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T17:28:57.888Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:28:58.211Z] ---> sudo-logs.sh [2021-01-05T17:28:58.211Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T17:28:58.228Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:28:58.532Z] ---> job-cost.sh [2021-01-05T17:28:58.532Z] lf-activate-venv: SKIPPING [2021-01-05T17:28:58.532Z] INFO: No Stack... [2021-01-05T17:28:59.922Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T17:29:00.186Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T17:29:00.204Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:29:00.502Z] ---> logs-deploy.sh [2021-01-05T17:29:00.502Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2986/3 [2021-01-05T17:29:00.502Z] INFO: archiving workspace using pattern(s): [2021-01-05T17:29:01.904Z] Archives upload complete. [2021-01-05T17:29:02.168Z] INFO: archiving logs to Nexus