Pull request #3048 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffa95b353c5b7caeaa4249210358a1a21b6c9aae+250a43ed1e9b8198fb10735cc1ab2371f89d298c (6ca25c3a948d9d06ec027b9575d8268b460f589a) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21229 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [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 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) > 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/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:09:11.873Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk be6d947124f5a81b852737c78bb03dc245a91d31 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:09:12.082Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:09:12.166Z] ========================================================= [2021-01-19T17:09:12.166Z] EdgeX Global Pipelines Version Info [2021-01-19T17:09:12.166Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:13.606Z] ------------------- [2021-01-19T17:09:13.606Z] stable info: [2021-01-19T17:09:13.606Z] ------------------- [2021-01-19T17:09:13.606Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:09:13.606Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:09:13.606Z] Message: update stable to v1.0.177 [2021-01-19T17:09:14.558Z] ------------------- [2021-01-19T17:09:14.558Z] experimental info: [2021-01-19T17:09:14.558Z] ------------------- [2021-01-19T17:09:14.558Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:09:14.558Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:09:14.558Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:09:14.828Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:09:14.946Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:09:15.039Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:09:15.120Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:09:15.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:09:15.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:09:15.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:09:15.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:09:15.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:09:15.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:09:15.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:09:15.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:09:15.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:09:16.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:09:16.209Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:16.291Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:16.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:09:16.465Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:09:16.609Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:09:16.727Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:09:16.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:09:16.924Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:09:17.006Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:09:17.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3048 [Pipeline] echo [2021-01-19T17:09:17.174Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3048 [Pipeline] echo [2021-01-19T17:09:17.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3048 [Pipeline] echo [2021-01-19T17:09:17.331Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffa95b353c5b7caeaa4249210358a1a21b6c9aae [Pipeline] echo [2021-01-19T17:09:17.407Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffa95b3 [Pipeline] echo [2021-01-19T17:09:17.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:09:17.645Z] provisioning config files... [2021-01-19T17:09:17.673Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3010755397796714038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:18.042Z] ---> docker-login.sh [2021-01-19T17:09:18.043Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:09:18.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:18.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:18.570Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:18.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:18.570Z] [2021-01-19T17:09:18.570Z] Login Succeeded [2021-01-19T17:09:18.570Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:09:18.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:18.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:18.570Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:18.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:18.570Z] [2021-01-19T17:09:18.570Z] Login Succeeded [2021-01-19T17:09:18.570Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:09:18.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:18.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:18.834Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:18.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:18.834Z] [2021-01-19T17:09:18.834Z] Login Succeeded [2021-01-19T17:09:18.834Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:09:19.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:19.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:19.109Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:19.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:19.109Z] [2021-01-19T17:09:19.109Z] Login Succeeded [2021-01-19T17:09:19.109Z] docker.io [2021-01-19T17:09:19.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:19.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:19.376Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:19.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:19.376Z] [2021-01-19T17:09:19.376Z] Login Succeeded [2021-01-19T17:09:19.376Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:09:19.394Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:09:19.945Z] ++ 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-19T17:09:19.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.945Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:09:19.945Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.945Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:09:19.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.945Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:09:19.945Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.945Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:09:19.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.945Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:09:19.945Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.945Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:09:19.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:19.946Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:19.946Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:19.946Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:09:19.946Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:09:19.946Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:19.946Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:09:19.946Z] ++ cut -d/ -f2 [2021-01-19T17:09:19.946Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:09:20.087Z] 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-19T17:09:21.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:21.170Z] [2021-01-19T17:09:21.170Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:09:21.540Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:21.540Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:09:21.540Z] 31603596830f: Pulling fs layer [2021-01-19T17:09:21.540Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:09:21.540Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:09:21.540Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:09:21.540Z] ecc8261a40a4: Waiting [2021-01-19T17:09:21.540Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:09:21.540Z] 2a8b12db71e7: Download complete [2021-01-19T17:09:21.540Z] 31603596830f: Verifying Checksum [2021-01-19T17:09:21.540Z] 31603596830f: Download complete [2021-01-19T17:09:21.802Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:09:21.802Z] ecc8261a40a4: Download complete [2021-01-19T17:09:21.802Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:09:21.802Z] 6ca5941a6612: Download complete [2021-01-19T17:09:22.067Z] 31603596830f: Pull complete [2021-01-19T17:09:22.347Z] 2a8b12db71e7: Pull complete [2021-01-19T17:09:23.305Z] 6ca5941a6612: Pull complete [2021-01-19T17:09:23.305Z] ecc8261a40a4: Pull complete [2021-01-19T17:09:23.305Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:09:23.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:23.305Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:09:23.443Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:09:23.532Z] $ 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-19T17:09:26.259Z] $ docker top 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:09:26.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:09:26.591Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:09:26.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:09:26.829Z] $ docker exec 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent [2021-01-19T17:09:27.027Z] SSH_AUTH_SOCK=/tmp/ssh-zWIX9HMFSkFc/agent.12 [2021-01-19T17:09:27.027Z] SSH_AGENT_PID=18 [2021-01-19T17:09:27.045Z] Running ssh-add (command line suppressed) [2021-01-19T17:09:27.191Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_9165599494425062779.key (/w/workspace/edgex-go/3@tmp/private_key_9165599494425062779.key) [2021-01-19T17:09:27.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:09:27.584Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:09:27.611Z] $ docker exec --env ******** --env ******** 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent -k [2021-01-19T17:09:27.742Z] unset SSH_AUTH_SOCK; [2021-01-19T17:09:27.742Z] unset SSH_AGENT_PID; [2021-01-19T17:09:27.742Z] echo Agent pid 18 killed; [2021-01-19T17:09:27.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:09:27.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:09:27.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:09:28.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:09:28.095Z] $ docker exec 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent [2021-01-19T17:09:28.269Z] SSH_AUTH_SOCK=/tmp/ssh-O3vs6sm59yK9/agent.47 [2021-01-19T17:09:28.269Z] SSH_AGENT_PID=52 [2021-01-19T17:09:28.277Z] Running ssh-add (command line suppressed) [2021-01-19T17:09:28.399Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6698883730147969085.key (/w/workspace/edgex-go/3@tmp/private_key_6698883730147969085.key) [2021-01-19T17:09:28.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:09:28.802Z] + git semver init [2021-01-19T17:09:28.802Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:09:28.802Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-19T17:09:28.802Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-19T17:09:28.802Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:09:28.802Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:09:28.802Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:09:28.802Z] # $SEMVER_BRANCH = PR-3048 [2021-01-19T17:09:28.802Z] # $SEMVER_TEMP = /tmp/semver-717782885 [2021-01-19T17:09:28.802Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:10:00.977Z] # '/tmp/semver-717782885' -> '/w/workspace/edgex-go/3/.semver' [2021-01-19T17:10:00.977Z] # -> Force: false [2021-01-19T17:10:00.977Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-19T17:10:00.995Z] $ docker exec --env ******** --env ******** 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 ssh-agent -k [2021-01-19T17:10:01.312Z] unset SSH_AUTH_SOCK; [2021-01-19T17:10:01.313Z] unset SSH_AGENT_PID; [2021-01-19T17:10:01.313Z] echo Agent pid 52 killed; [2021-01-19T17:10:01.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:10:01.938Z] + git semver [Pipeline] } [2021-01-19T17:10:01.966Z] $ docker stop --time=1 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 [2021-01-19T17:10:03.862Z] $ docker rm -f 2a4dbfe7d98670d5e55d15f8c35e7396e0e001e7d1489dd24148990d21f85595 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:10:04.388Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:10:04.981Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:10:04.984Z] [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-19T17:10:05.859Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:06.166Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:06.476Z] + sudo service docker restart [2021-01-19T17:10:06.476Z] + true [2021-01-19T17:10:06.476Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:10:07.069Z] ========================================================= [2021-01-19T17:10:07.069Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:10:07.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:07.409Z] + 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-19T17:10:10.744Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:10:10.744Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:10:10.744Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:10:11.008Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:10:11.008Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:10:11.008Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:10:11.008Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:10:11.008Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:10:11.008Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:10:11.008Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:10:11.008Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:10:11.008Z] 93359f2a8cfa: Waiting [2021-01-19T17:10:11.008Z] 7c6f9722023f: Waiting [2021-01-19T17:10:11.008Z] a35cf1a2eb13: Waiting [2021-01-19T17:10:11.008Z] bca2f99d35d6: Waiting [2021-01-19T17:10:11.008Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:10:11.008Z] de9db76c5a1d: Download complete [2021-01-19T17:10:11.009Z] 0ef7d3d256c8: Download complete [2021-01-19T17:10:11.009Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:10:11.009Z] 93359f2a8cfa: Download complete [2021-01-19T17:10:11.009Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:10:11.009Z] 7c6f9722023f: Download complete [2021-01-19T17:10:11.009Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:10:11.009Z] 188c0c94c7c5: Download complete [2021-01-19T17:10:11.590Z] 188c0c94c7c5: Pull complete [2021-01-19T17:10:11.852Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:10:12.429Z] de9db76c5a1d: Pull complete [2021-01-19T17:10:13.839Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:10:13.839Z] a35cf1a2eb13: Download complete [2021-01-19T17:10:14.799Z] bca2f99d35d6: Download complete [2021-01-19T17:10:20.143Z] bca2f99d35d6: Pull complete [2021-01-19T17:10:20.356Z] Still waiting to schedule task [2021-01-19T17:10:20.357Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T17:10:20.409Z] 93359f2a8cfa: Pull complete [2021-01-19T17:10:20.671Z] 7c6f9722023f: Pull complete [2021-01-19T17:10:24.909Z] a35cf1a2eb13: Pull complete [2021-01-19T17:10:24.909Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:10:24.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:10:24.909Z] ---> a62c8e92a672 [2021-01-19T17:10:24.909Z] 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-19T17:10:25.172Z] ---> Running in 8afa4005ab61 [2021-01-19T17:10:26.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:10:26.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:10:27.276Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:10:27.538Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:10:27.538Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:10:27.801Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:10:35.972Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:10:35.972Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:10:35.972Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:10:35.972Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:10:35.972Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:10:35.972Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:10:35.972Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:10:35.972Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:10:35.972Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:10:35.972Z] OK: 233 MiB in 51 packages [2021-01-19T17:10:41.297Z] Removing intermediate container 8afa4005ab61 [2021-01-19T17:10:41.297Z] ---> c5617e9aeca9 [2021-01-19T17:10:41.297Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:10:41.297Z] ---> Running in 602aa3a73e46 [2021-01-19T17:10:41.297Z] Removing intermediate container 602aa3a73e46 [2021-01-19T17:10:41.297Z] ---> eac72dc0445a [2021-01-19T17:10:41.297Z] Step 5/6 : COPY go.mod . [2021-01-19T17:10:41.297Z] ---> 57bc3d41be57 [2021-01-19T17:10:41.297Z] Step 6/6 : RUN go mod download [2021-01-19T17:10:41.297Z] ---> Running in 8b54187d809f [2021-01-19T17:11:03.340Z] Removing intermediate container 8b54187d809f [2021-01-19T17:11:03.340Z] ---> 33e6aa439395 [2021-01-19T17:11:03.340Z] Successfully built 33e6aa439395 [2021-01-19T17:11:03.340Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:03.663Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:03.663Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:03.768Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:11:03.830Z] $ 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-19T17:11:04.855Z] $ docker top d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:05.383Z] + go version [2021-01-19T17:11:05.383Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:11:05.402Z] $ docker stop --time=1 d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e [2021-01-19T17:11:06.742Z] $ docker rm -f d1b9049011f15fc9211838513934b2a500e66d5b1197324dd324f5c32ee57f1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:07.594Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:07.594Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:07.696Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:11:07.749Z] $ 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-19T17:11:08.408Z] $ docker top 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:11:08.593Z] ========================================================= [2021-01-19T17:11:08.593Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:11:08.593Z] ========================================================= [Pipeline] sh [2021-01-19T17:11:08.892Z] + make test [2021-01-19T17:11:08.892Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:11:18.957Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:11:33.998Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:11:40.658Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:11:41.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:11:41.622Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:11:41.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:11:41.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:11:41.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:11:42.488Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:11:42.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:11:43.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:11:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:11:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:11:45.682Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:11:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-19T17:11:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:11:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:11:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:11:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:11:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:11:53.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.0% of statements [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:11:53.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:11:53.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:11:53.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 67.9% of statements [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:11:53.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 82.3% of statements [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:11:53.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:11:54.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:11:54.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:11:54.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:11:54.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:11:54.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-01-19T17:11:54.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:11:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-01-19T17:11:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:11:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:11:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:11:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-19T17:11:58.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.8% of statements [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-01-19T17:11:58.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-19T17:11:58.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements [2021-01-19T17:11:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:11:59.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 63.5% of statements [2021-01-19T17:11:59.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:11:59.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:11:59.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-19T17:11:59.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-19T17:11:59.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-01-19T17:11:59.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-01-19T17:11:59.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-01-19T17:12:01.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.394s coverage: 68.9% of statements [2021-01-19T17:12:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:12:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:12:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:12:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:12:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:12:01.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-19T17:12:01.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:12:01.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:12:01.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.370s coverage: 84.0% of statements [2021-01-19T17:12:01.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-19T17:12:04.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:12:04.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:12:04.068Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-19T17:12:04.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.754s coverage: 29.1% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:12:05.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:12:05.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-19T17:12:05.748Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-19T17:12:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-19T17:12:06.282Z] GO111MODULE=on go vet ./... [2021-01-19T17:12:33.008Z] gofmt -l . [2021-01-19T17:12:33.008Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:12:33.008Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:12:33.008Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:12:33.324Z] + ls -al . [2021-01-19T17:12:33.324Z] total 656 [2021-01-19T17:12:33.324Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:12 . [2021-01-19T17:12:33.324Z] drwxr-xr-x 4 root root 28 Jan 19 17:11 .. [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:09 .dockerignore [2021-01-19T17:12:33.324Z] drwxrwxr-x 8 1001 1001 179 Jan 19 17:09 .git [2021-01-19T17:12:33.324Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:09 .github [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:09 .gitignore [2021-01-19T17:12:33.324Z] drwx------ 3 1001 1001 47 Jan 19 17:10 .semver [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:09 .sonarcloud.properties [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:09 Attribution.txt [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:09 CONTRIBUTING.md [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:09 Dockerfile.build [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:09 Jenkinsfile [2021-01-19T17:12:33.324Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:09 LICENSE [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:09 Makefile [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:09 README.md [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:09 SECURITY.md [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:09 ZMQWindows.md [2021-01-19T17:12:33.325Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:09 bin [2021-01-19T17:12:33.325Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:09 cmd [2021-01-19T17:12:33.325Z] -rw-r--r-- 1 root root 550280 Jan 19 17:12 coverage.out [2021-01-19T17:12:33.325Z] -rw-r--r-- 1 root root 981 Jan 19 17:12 go.mod [2021-01-19T17:12:33.325Z] -rw-r--r-- 1 root root 19326 Jan 19 17:12 go.sum [2021-01-19T17:12:33.325Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:09 internal [2021-01-19T17:12:33.325Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:09 openapi [2021-01-19T17:12:33.325Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:09 snap [2021-01-19T17:12:33.325Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:09 version.go [Pipeline] sh [2021-01-19T17:12:33.638Z] + '[' -e coverage.out ] [2021-01-19T17:12:33.638Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:12:33.890Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:12:34.186Z] + make build [2021-01-19T17:12:34.186Z] 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-19T17:12:37.512Z] 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-19T17:12:45.755Z] 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-19T17:12:47.166Z] 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-19T17:12:48.561Z] 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-19T17:12:48.561Z] 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-19T17:12:50.498Z] 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-19T17:12:51.897Z] 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-19T17:12:52.857Z] 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-19T17:12:54.262Z] 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-19T17:12:55.212Z] 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-19T17:12:56.166Z] 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-19T17:12:57.587Z] $ docker stop --time=1 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 [2021-01-19T17:12:59.284Z] $ docker rm -f 1a2054dad0079323673d85793f54728b6923fbaf72d3985597c8beceb7ba8be1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:13:01.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:01.131Z] [2021-01-19T17:13:01.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:13:01.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:01.501Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:13:01.501Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:13:01.501Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:13:01.501Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:13:01.781Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:13:01.781Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:13:02.048Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:13:02.628Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:13:02.628Z] ca9280d653b3: Download complete [2021-01-19T17:13:04.049Z] ca9280d653b3: Pull complete [2021-01-19T17:13:04.316Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T17:13:04.317Z] 7e9c9ca2126c: Download complete [2021-01-19T17:13:10.934Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:13:10.934Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:13:10.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:10.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:13:11.125Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:13:11.176Z] $ 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-19T17:13:14.228Z] $ docker top fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:13:14.790Z] + docker-compose build --help [2021-01-19T17:13:14.790Z] + grep parallel [2021-01-19T17:13:15.738Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:13:16.016Z] $ docker stop --time=1 fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 [2021-01-19T17:13:17.466Z] $ docker rm -f fb3648027b2ae4990ec72ce88c986a83a7b9b237ff44f0a1bb84380958a8b8a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:13:18.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:13:18.077Z] . [Pipeline] withDockerContainer [2021-01-19T17:13:18.188Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:13:18.240Z] $ 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-19T17:13:18.968Z] $ docker top ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:13:19.485Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:13:20.594Z] Building docker-core-command-go ... [2021-01-19T17:13:20.594Z] Building docker-core-data-go ... [2021-01-19T17:13:20.594Z] Building docker-core-metadata-go ... [2021-01-19T17:13:20.594Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:13:20.594Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:13:20.594Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:13:20.594Z] Building docker-support-notifications-go ... [2021-01-19T17:13:20.594Z] Building docker-support-scheduler-go ... [2021-01-19T17:13:20.594Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:13:20.594Z] Building docker-security-proxy-setup-go [2021-01-19T17:13:20.594Z] Building docker-security-secretstore-setup-go [2021-01-19T17:13:20.594Z] Building docker-core-command-go [2021-01-19T17:13:20.594Z] Building docker-core-metadata-go [2021-01-19T17:13:20.594Z] Building docker-support-scheduler-go [2021-01-19T17:13:52.959Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:52.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:52.959Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:52.959Z] ---> 33e6aa439395 [2021-01-19T17:13:52.959Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:13:52.959Z] [2021-01-19T17:13:52.959Z] ---> 33e6aa439395 [2021-01-19T17:13:52.959Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:13:52.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:52.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:52.959Z] ---> 33e6aa439395 [2021-01-19T17:13:52.959Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:13:52.959Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:52.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:52.959Z] ---> 33e6aa439395 [2021-01-19T17:13:52.959Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:13:52.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:52.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:52.959Z] ---> 33e6aa439395 [2021-01-19T17:13:52.959Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:13:52.959Z] ---> Running in 7bc1eed110bc [2021-01-19T17:13:52.959Z] ---> Running in d9ebac80c66c [2021-01-19T17:13:52.959Z] ---> Running in a5e082f48fdd [2021-01-19T17:13:52.959Z] ---> Running in 24f232e66da5 [2021-01-19T17:13:52.959Z] ---> Running in cf7dfce36bc8 [2021-01-19T17:13:53.239Z] Removing intermediate container 7bc1eed110bc [2021-01-19T17:13:53.239Z] ---> 7ae7560a2054 [2021-01-19T17:13:53.239Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:53.239Z] Removing intermediate container 24f232e66da5 [2021-01-19T17:13:53.239Z] ---> cc7a8073cc7d [2021-01-19T17:13:53.239Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:53.502Z] Removing intermediate container cf7dfce36bc8 [2021-01-19T17:13:53.502Z] ---> 2ea258305289 [2021-01-19T17:13:53.502Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:53.502Z] Removing intermediate container d9ebac80c66c [2021-01-19T17:13:53.502Z] ---> f5b7d52fe167 [2021-01-19T17:13:53.502Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:53.502Z] Removing intermediate container a5e082f48fdd [2021-01-19T17:13:53.502Z] ---> a2d90dc9d859 [2021-01-19T17:13:53.502Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:53.502Z] ---> Running in 2c3acb1ce62c [2021-01-19T17:13:53.502Z] ---> Running in 727a44b97ee7 [2021-01-19T17:13:53.502Z] ---> Running in b6337472efb6 [2021-01-19T17:13:53.502Z] ---> Running in 6a1bfceb4c08 [2021-01-19T17:13:53.764Z] ---> Running in 9b29a26e2ea5 [2021-01-19T17:13:55.745Z] Removing intermediate container 2c3acb1ce62c [2021-01-19T17:13:55.745Z] ---> d450382cb355 [2021-01-19T17:13:55.745Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:13:55.745Z] Removing intermediate container 727a44b97ee7 [2021-01-19T17:13:55.745Z] ---> 4814ac244f4f [2021-01-19T17:13:55.745Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:13:55.745Z] Removing intermediate container b6337472efb6 [2021-01-19T17:13:55.745Z] ---> ffb0ccfc7aef [2021-01-19T17:13:55.745Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:13:56.007Z] Removing intermediate container 9b29a26e2ea5 [2021-01-19T17:13:56.007Z] ---> 125f8246d76b [2021-01-19T17:13:56.007Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:13:56.007Z] Removing intermediate container 6a1bfceb4c08 [2021-01-19T17:13:56.007Z] ---> dd28ebbcf0ed [2021-01-19T17:13:56.007Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:13:56.007Z] ---> Running in 5b88d64057ca [2021-01-19T17:13:56.007Z] ---> Running in 6c6fdfd14daa [2021-01-19T17:13:56.007Z] ---> Running in e7fd79829b16 [2021-01-19T17:13:56.270Z] ---> Running in e7498065eb8c [2021-01-19T17:13:56.270Z] ---> Running in 20ee284df1f7 [2021-01-19T17:13:57.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:57.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:57.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:57.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:57.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:57.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:58.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:58.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:58.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:58.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:58.299Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:58.885Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:58.885Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:59.165Z] Removing intermediate container 6c6fdfd14daa [2021-01-19T17:13:59.165Z] ---> d1286e05d5e8 [2021-01-19T17:13:59.165Z] Step 6/24 : COPY go.mod . [2021-01-19T17:13:59.429Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:59.429Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:59.429Z] ---> 152c6a5f9871 [2021-01-19T17:13:59.429Z] Step 7/24 : RUN go mod download [2021-01-19T17:13:59.429Z] Removing intermediate container 5b88d64057ca [2021-01-19T17:13:59.429Z] ---> 88b8ca169e45 [2021-01-19T17:13:59.429Z] Step 6/22 : COPY go.mod . [2021-01-19T17:13:59.691Z] ---> Running in 10ccdd568d87 [2021-01-19T17:13:59.691Z] Removing intermediate container 20ee284df1f7 [2021-01-19T17:13:59.691Z] ---> 6a81fbd048da [2021-01-19T17:13:59.691Z] Step 6/21 : COPY go.mod . [2021-01-19T17:13:59.953Z] ---> 2824c0a710f1 [2021-01-19T17:13:59.953Z] Step 7/22 : RUN go mod download [2021-01-19T17:14:00.217Z] ---> Running in 3dde2c296418 [2021-01-19T17:14:00.217Z] ---> 684dac87854f [2021-01-19T17:14:00.217Z] Step 7/21 : RUN go mod download [2021-01-19T17:14:00.487Z] Removing intermediate container e7fd79829b16 [2021-01-19T17:14:00.487Z] ---> b50cc88415c2 [2021-01-19T17:14:00.487Z] Step 6/21 : COPY go.mod . [2021-01-19T17:14:00.487Z] ---> Running in bc1485261e0a [2021-01-19T17:14:00.758Z] Removing intermediate container e7498065eb8c [2021-01-19T17:14:00.758Z] ---> d8d4f793900c [2021-01-19T17:14:00.758Z] Step 6/22 : COPY go.mod . [2021-01-19T17:14:01.026Z] ---> 2dfc3a422ab0 [2021-01-19T17:14:01.026Z] Step 7/21 : RUN go mod download [2021-01-19T17:14:01.026Z] ---> Running in 992c5986b77f [2021-01-19T17:14:01.299Z] ---> 8e4ab066fc41 [2021-01-19T17:14:01.299Z] Step 7/22 : RUN go mod download [2021-01-19T17:14:01.299Z] ---> Running in c94358c1cc8a [2021-01-19T17:14:03.259Z] Removing intermediate container 3dde2c296418 [2021-01-19T17:14:03.259Z] ---> 02d9b616b933 [2021-01-19T17:14:03.259Z] Step 8/22 : COPY . . [2021-01-19T17:14:03.259Z] Removing intermediate container bc1485261e0a [2021-01-19T17:14:03.259Z] ---> 17f9bf40e304 [2021-01-19T17:14:03.259Z] Step 8/21 : COPY . . [2021-01-19T17:14:03.259Z] Removing intermediate container 10ccdd568d87 [2021-01-19T17:14:03.259Z] ---> 81c37fa03acf [2021-01-19T17:14:03.259Z] Step 8/24 : COPY . . [2021-01-19T17:14:03.259Z] Removing intermediate container 992c5986b77f [2021-01-19T17:14:03.259Z] ---> bce613f21f9f [2021-01-19T17:14:03.259Z] Step 8/21 : COPY . . [2021-01-19T17:14:03.259Z] Removing intermediate container c94358c1cc8a [2021-01-19T17:14:03.259Z] ---> 5efabd660f27 [2021-01-19T17:14:03.259Z] Step 8/22 : COPY . . [2021-01-19T17:14:43.164Z] ---> 5ba2095a64b4 [2021-01-19T17:14:43.164Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:14:43.164Z] ---> 83a6a95cbeed [2021-01-19T17:14:43.164Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:14:43.164Z] ---> 9114edc32ba4 [2021-01-19T17:14:43.164Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler ---> b74558e0b1e1 [2021-01-19T17:14:43.164Z] [2021-01-19T17:14:43.164Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:14:43.164Z] ---> 2fdc120ae451 [2021-01-19T17:14:43.164Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:14:43.164Z] ---> Running in fac9d60a8e58 [2021-01-19T17:14:43.164Z] ---> Running in 30643755d7e1 [2021-01-19T17:14:43.164Z] ---> Running in 49a358496cd3 [2021-01-19T17:14:43.164Z] ---> Running in 3e05dc9bf3eb [2021-01-19T17:14:43.164Z] ---> Running in 28cab06fe56d [2021-01-19T17:14:43.164Z] 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-19T17:14:43.164Z] 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-19T17:14:43.164Z] 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-19T17:14:43.164Z] 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-19T17:14:43.164Z] 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-19T17:14:58.249Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21236 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws [2021-01-19T17:14:58.301Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T17:15:02.884Z] using credential edgex-jenkins-ssh [2021-01-19T17:15:02.968Z] Cloning the remote Git repository [2021-01-19T17:15:03.034Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:15:03.148Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T17:15:03.228Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:15:03.229Z] > git --version # timeout=10 [2021-01-19T17:15:03.246Z] > git --version # 'git version 2.17.1' [2021-01-19T17:15:03.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:15:03.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:15:09.892Z] 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-19T17:15:09.892Z] 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-19T17:15:19.976Z] Removing intermediate container 30643755d7e1 [2021-01-19T17:15:19.976Z] ---> 23609865ce73 [2021-01-19T17:15:19.976Z] [2021-01-19T17:15:19.976Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:15:19.976Z] Removing intermediate container fac9d60a8e58 [2021-01-19T17:15:19.976Z] ---> d3e9c2b5a095 [2021-01-19T17:15:19.976Z] [2021-01-19T17:15:19.976Z] Step 10/21 : FROM scratch [2021-01-19T17:15:19.976Z] ---> [2021-01-19T17:15:19.976Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:15:19.976Z] Removing intermediate container 49a358496cd3 [2021-01-19T17:15:19.976Z] ---> 25b1d760c37c [2021-01-19T17:15:19.976Z] [2021-01-19T17:15:19.976Z] Step 10/22 : FROM scratch [2021-01-19T17:15:19.976Z] ---> [2021-01-19T17:15:19.976Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:15:19.976Z] 3.12: Pulling from library/alpine [2021-01-19T17:15:19.976Z] Removing intermediate container 28cab06fe56d [2021-01-19T17:15:19.976Z] ---> 7630e1b194f2 [2021-01-19T17:15:19.976Z] [2021-01-19T17:15:19.976Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:15:19.976Z] 3.12: Pulling from library/alpine [2021-01-19T17:15:19.976Z] ---> Running in 0f5e4353ee4c [2021-01-19T17:15:19.977Z] ---> Running in b93502fce2f3 [2021-01-19T17:15:19.977Z] Removing intermediate container 0f5e4353ee4c [2021-01-19T17:15:19.977Z] ---> be87f7f29080 [2021-01-19T17:15:19.977Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:15:19.977Z] Removing intermediate container b93502fce2f3 [2021-01-19T17:15:19.977Z] ---> a2b43d7252cb [2021-01-19T17:15:19.977Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:15:19.977Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:15:20.559Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:15:20.559Z] ---> Running in 806ee711d80c [2021-01-19T17:15:20.559Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:15:20.559Z] ---> 389fef711851 [2021-01-19T17:15:20.559Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:15:20.559Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:15:20.559Z] ---> 389fef711851 [2021-01-19T17:15:20.559Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:15:20.559Z] ---> Running in ca2ddbf02238 [2021-01-19T17:15:20.559Z] ---> Running in 4de275cd26d4 [2021-01-19T17:15:20.559Z] ---> Running in 9f8e10df0630 [2021-01-19T17:15:20.823Z] Removing intermediate container 3e05dc9bf3eb [2021-01-19T17:15:20.823Z] ---> d04bfd48fc79 [2021-01-19T17:15:20.823Z] [2021-01-19T17:15:20.823Z] Step 10/22 : FROM scratch [2021-01-19T17:15:20.823Z] ---> [2021-01-19T17:15:20.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:15:20.823Z] ---> Using cache [2021-01-19T17:15:20.823Z] ---> a2b43d7252cb [2021-01-19T17:15:20.823Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:15:20.823Z] Removing intermediate container ca2ddbf02238 [2021-01-19T17:15:20.823Z] ---> 4282143f8e1a [2021-01-19T17:15:20.823Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:15:20.823Z] Removing intermediate container 806ee711d80c [2021-01-19T17:15:20.823Z] ---> fef3ffade334 [2021-01-19T17:15:20.823Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:15:21.085Z] ---> Running in a72e46af9951 [2021-01-19T17:15:21.667Z] ---> Running in 730b58326b48 [2021-01-19T17:15:21.667Z] ---> Running in 3b7442d29932 [2021-01-19T17:15:21.933Z] Removing intermediate container a72e46af9951 [2021-01-19T17:15:21.933Z] ---> b6607fe9638c [2021-01-19T17:15:21.933Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:15:22.891Z] ---> Running in 9803ca34b6d2 [2021-01-19T17:15:22.891Z] Removing intermediate container 730b58326b48 [2021-01-19T17:15:22.891Z] ---> 0879a20c0fd5 [2021-01-19T17:15:22.891Z] Step 14/22 : WORKDIR / [2021-01-19T17:15:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:22.891Z] Removing intermediate container 3b7442d29932 [2021-01-19T17:15:22.891Z] ---> e1295d1554f1 [2021-01-19T17:15:22.891Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:22.891Z] ---> Running in 3c51e62c509f [2021-01-19T17:15:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:22.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:23.157Z] Removing intermediate container 9803ca34b6d2 [2021-01-19T17:15:23.157Z] ---> 8a9545e218ed [2021-01-19T17:15:23.157Z] Step 14/22 : WORKDIR / [2021-01-19T17:15:23.157Z] ---> Running in 2182a027c579 [2021-01-19T17:15:23.157Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:15:23.157Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:15:23.157Z] Removing intermediate container 3c51e62c509f [2021-01-19T17:15:23.157Z] ---> 2e902655b66d [2021-01-19T17:15:23.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:23.157Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:15:23.157Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:15:23.157Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:15:23.157Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:15:23.157Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:15:23.430Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:15:23.430Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:15:23.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:23.430Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:15:23.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:23.430Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:15:23.430Z] OK: 7 MiB in 18 packages [2021-01-19T17:15:23.703Z] OK: 7 MiB in 19 packages [2021-01-19T17:15:23.703Z] ---> 22b64a4be245 [2021-01-19T17:15:23.703Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:15:23.985Z] Removing intermediate container 2182a027c579 [2021-01-19T17:15:23.985Z] ---> dace796f3622 [2021-01-19T17:15:23.985Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:23.985Z] ---> 1640f639741d [2021-01-19T17:15:23.985Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:15:24.258Z] ---> cae5290c40c3 [2021-01-19T17:15:24.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:15:24.834Z] Removing intermediate container 4de275cd26d4 [2021-01-19T17:15:24.834Z] ---> 35dc45f69dad [2021-01-19T17:15:24.834Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:15:25.104Z] ---> e4bc32d85164 [2021-01-19T17:15:25.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:25.104Z] ---> 874103232806 [2021-01-19T17:15:25.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:25.104Z] Removing intermediate container 9f8e10df0630 [2021-01-19T17:15:25.104Z] ---> fbf02aa4cf83 [2021-01-19T17:15:25.104Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:15:25.104Z] ---> Running in 24f167bc30c7 [2021-01-19T17:15:25.104Z] ---> fbbe50cc99e3 [2021-01-19T17:15:25.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:25.104Z] ---> Running in f1674aaaeed5 [2021-01-19T17:15:25.371Z] Removing intermediate container 24f167bc30c7 [2021-01-19T17:15:25.371Z] ---> 778b9a7af01b [2021-01-19T17:15:25.371Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:15:25.371Z] ---> 984fca339077 [2021-01-19T17:15:25.371Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:15:25.634Z] Removing intermediate container f1674aaaeed5 [2021-01-19T17:15:25.634Z] ---> cf3e9f54514a [2021-01-19T17:15:25.634Z] Step 13/24 : WORKDIR / [2021-01-19T17:15:25.634Z] ---> Running in 9bd7d76ab901 [2021-01-19T17:15:25.634Z] ---> 10119724ceb4 [2021-01-19T17:15:25.634Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:15:25.634Z] ---> 5446adff299a [2021-01-19T17:15:25.634Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:15:25.634Z] ---> Running in 526b7a6c9c4c [2021-01-19T17:15:25.634Z] ---> Running in 85b6fa6f9eac [2021-01-19T17:15:25.898Z] ---> Running in a48f48a1ddf1 [2021-01-19T17:15:25.898Z] ---> Running in dd9d35605303 [2021-01-19T17:15:25.898Z] Removing intermediate container 9bd7d76ab901 [2021-01-19T17:15:25.898Z] ---> 27b883146a0c [2021-01-19T17:15:25.898Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:15:26.162Z] Removing intermediate container 526b7a6c9c4c [2021-01-19T17:15:26.162Z] ---> bee6ebd78e5c [2021-01-19T17:15:26.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:26.162Z] Removing intermediate container 85b6fa6f9eac [2021-01-19T17:15:26.162Z] ---> e8ef1e6dbb78 [2021-01-19T17:15:26.162Z] 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-19T17:15:26.162Z] ---> Running in 06cd6c75ba0d [2021-01-19T17:15:26.162Z] Removing intermediate container a48f48a1ddf1 [2021-01-19T17:15:26.162Z] ---> cf262fd212ba [2021-01-19T17:15:26.162Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:26.426Z] Removing intermediate container dd9d35605303 [2021-01-19T17:15:26.426Z] ---> dce0d5aaea10 [2021-01-19T17:15:26.426Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:26.426Z] ---> Running in 0a26cc9b8d18 [2021-01-19T17:15:26.426Z] ---> c70e560865c9 [2021-01-19T17:15:26.426Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:15:26.426Z] ---> Running in 8ea8827ab79a [2021-01-19T17:15:26.695Z] Removing intermediate container 06cd6c75ba0d [2021-01-19T17:15:26.695Z] ---> 0cd4c101c95f [2021-01-19T17:15:26.695Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:15:26.695Z] ---> f1e678fc57ff [2021-01-19T17:15:26.695Z] 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-19T17:15:26.963Z] ---> Running in 57b3b795e0f3 [2021-01-19T17:15:26.963Z] Removing intermediate container 0a26cc9b8d18 [2021-01-19T17:15:26.963Z] ---> c6f30a4a2bef [2021-01-19T17:15:26.963Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:15:26.963Z] Removing intermediate container 8ea8827ab79a [2021-01-19T17:15:26.963Z] ---> 05611195b450 [2021-01-19T17:15:26.963Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:15:26.963Z] ---> Running in e77f961237f6 [2021-01-19T17:15:26.963Z] ---> c1d157124834 [2021-01-19T17:15:26.963Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:15:27.230Z] ---> 9d9081ba72d0 [2021-01-19T17:15:27.230Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:27.230Z] ---> Running in f44087431ea2 [2021-01-19T17:15:27.230Z] Removing intermediate container 57b3b795e0f3 [2021-01-19T17:15:27.230Z] ---> fd062a84437d [2021-01-19T17:15:27.230Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:27.493Z] ---> Running in 9765252a2ef2 [2021-01-19T17:15:27.493Z] Removing intermediate container e77f961237f6 [2021-01-19T17:15:27.493Z] ---> e172ea8db47d [2021-01-19T17:15:27.493Z] Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:27.493Z] Removing intermediate container f44087431ea2 [2021-01-19T17:15:27.493Z] ---> 05da5cf44892 [2021-01-19T17:15:27.493Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:27.493Z] ---> 69f5ff5724f1 [2021-01-19T17:15:27.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:15:27.493Z] ---> Running in bc090648bcbd [2021-01-19T17:15:27.757Z] Removing intermediate container 9765252a2ef2 [2021-01-19T17:15:27.757Z] ---> 6a597f96fca2 [2021-01-19T17:15:27.757Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:15:28.025Z] ---> 647dbbf96e38 [2021-01-19T17:15:28.025Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:15:28.025Z] ---> Running in f04785aedf19 [2021-01-19T17:15:28.288Z] ---> Running in a1c61eec9a3a [2021-01-19T17:15:28.288Z] Removing intermediate container bc090648bcbd [2021-01-19T17:15:28.288Z] ---> f1f82ff63964 [2021-01-19T17:15:28.288Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:15:28.288Z] ---> Running in 1ede756000d1 [2021-01-19T17:15:28.553Z] ---> Running in 4456ebaa0948 [2021-01-19T17:15:28.553Z] ---> 5eba28aa7599 [2021-01-19T17:15:28.553Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:15:28.553Z] Removing intermediate container f04785aedf19 [2021-01-19T17:15:28.553Z] ---> 6bc195914523 [2021-01-19T17:15:28.553Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:15:28.553Z] Removing intermediate container a1c61eec9a3a [2021-01-19T17:15:28.553Z] ---> 1669503caa18 [2021-01-19T17:15:28.553Z] [2021-01-19T17:15:28.553Z] Removing intermediate container 1ede756000d1 [2021-01-19T17:15:28.553Z] ---> 8cc4f08ba5f6 [2021-01-19T17:15:28.553Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:15:28.818Z] ---> Running in 63f56ce948bd [2021-01-19T17:15:28.818Z] Successfully built 1669503caa18 [2021-01-19T17:15:28.818Z] ---> Running in 6e17e192eefe [2021-01-19T17:15:28.818Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:15:28.818Z] Removing intermediate container 4456ebaa0948 [2021-01-19T17:15:28.818Z] ---> cfceb8c83cca [2021-01-19T17:15:28.818Z] [2021-01-19T17:15:28.818Z] Building docker-core-data-go [2021-01-19T17:15:29.111Z]  Building docker-core-command-go ... done Successfully built cfceb8c83cca [2021-01-19T17:15:29.111Z] Removing intermediate container 63f56ce948bd [2021-01-19T17:15:29.111Z] ---> d39ae7e44474 [2021-01-19T17:15:29.111Z] [2021-01-19T17:15:29.111Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:15:29.111Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T17:15:29.111Z] ---> 442e2976b5ef [2021-01-19T17:15:29.111Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:15:29.380Z] Removing intermediate container 6e17e192eefe [2021-01-19T17:15:29.380Z] ---> 4fb48d7c8fb3 [2021-01-19T17:15:29.380Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:15:29.380Z] Successfully built d39ae7e44474 [2021-01-19T17:15:29.380Z] ---> Running in bc0e64c7a6cc [2021-01-19T17:15:29.380Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T17:15:29.380Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T17:15:29.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:15:29.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:15:29.196Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:15:29.267Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:15:29.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:15:29.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:15:29.644Z] ---> ae16b13925a6 [2021-01-19T17:15:29.644Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T17:15:29.644Z] ---> Running in c8ae33764981 [2021-01-19T17:15:29.644Z] Removing intermediate container bc0e64c7a6cc [2021-01-19T17:15:29.644Z] ---> a6d9e7acab72 [2021-01-19T17:15:29.644Z] Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:29.913Z] ---> Running in 5c3886f48fd2 [2021-01-19T17:15:29.929Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:30.176Z] Removing intermediate container 5c3886f48fd2 [2021-01-19T17:15:30.176Z] ---> 6818877d4c4d [2021-01-19T17:15:30.176Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:15:30.375Z] Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:30.376Z] Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) [2021-01-19T17:15:30.763Z] ---> Running in b17af8dbe057 [2021-01-19T17:15:29.943Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:15:29.955Z] > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 [2021-01-19T17:15:30.282Z] > git remote # timeout=10 [2021-01-19T17:15:30.304Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:15:30.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:15:30.332Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:15:30.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:15:30.379Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:15:30.391Z] > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 [2021-01-19T17:15:34.882Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:15:36.095Z] Removing intermediate container b17af8dbe057 [2021-01-19T17:15:36.095Z] ---> b0e2785d8378 [2021-01-19T17:15:36.095Z] [2021-01-19T17:15:36.095Z] Successfully built b0e2785d8378 [2021-01-19T17:15:36.095Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:15:36.095Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-19T17:15:36.361Z] Removing intermediate container c8ae33764981 [2021-01-19T17:15:36.361Z] ---> ed5f2445db4f [2021-01-19T17:15:36.361Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:15:36.581Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:15:36.976Z] ---> Running in e9936e26d33d [2021-01-19T17:15:36.985Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:15:37.328Z] + sudo+ service docker restarttrue [2021-01-19T17:15:37.328Z] [2021-01-19T17:15:37.931Z] Removing intermediate container e9936e26d33d [2021-01-19T17:15:37.932Z] ---> 7dd731fd06ef [2021-01-19T17:15:37.932Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:15:38.202Z] ---> Running in 0b9c59743d86 [2021-01-19T17:15:38.465Z] Removing intermediate container 0b9c59743d86 [2021-01-19T17:15:38.466Z] ---> f626cbfe9d52 [2021-01-19T17:15:38.466Z] Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:15:38.729Z] ---> Running in 09c712c15bdb [2021-01-19T17:15:38.993Z] Removing intermediate container 09c712c15bdb [2021-01-19T17:15:38.993Z] ---> fe9d7964522a [2021-01-19T17:15:38.993Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:15:39.263Z] ---> Running in b4d3faa33639 [2021-01-19T17:15:39.263Z] Removing intermediate container b4d3faa33639 [2021-01-19T17:15:39.263Z] ---> 9144f3ed0671 [2021-01-19T17:15:39.263Z] [2021-01-19T17:15:39.544Z] Successfully built 9144f3ed0671 [2021-01-19T17:15:39.544Z] Successfully tagged docker-security-secretstore-setup-go:latest [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:15:40.038Z] provisioning config files... [2021-01-19T17:15:40.082Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9057325574501488566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:15:40.514Z] ---> docker-login.sh [2021-01-19T17:15:40.514Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:15:41.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:15:41.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:15:41.712Z] Configure a credential helper to remove this warning. See [2021-01-19T17:15:41.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:15:41.712Z] [2021-01-19T17:15:41.712Z] Login Succeeded [2021-01-19T17:15:41.712Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:15:41.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:15:42.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:15:42.258Z] Configure a credential helper to remove this warning. See [2021-01-19T17:15:42.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:15:42.258Z] [2021-01-19T17:15:42.258Z] Login Succeeded [2021-01-19T17:15:42.258Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:15:42.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:15:42.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:15:42.811Z] Configure a credential helper to remove this warning. See [2021-01-19T17:15:42.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:15:42.811Z] [2021-01-19T17:15:42.811Z] Login Succeeded [2021-01-19T17:15:42.811Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:15:43.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:15:43.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:15:43.357Z] Configure a credential helper to remove this warning. See [2021-01-19T17:15:43.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:15:43.357Z] [2021-01-19T17:15:43.357Z] Login Succeeded [2021-01-19T17:15:43.633Z] docker.io [2021-01-19T17:15:43.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:15:44.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:15:44.187Z] Configure a credential helper to remove this warning. See [2021-01-19T17:15:44.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:15:44.187Z] [2021-01-19T17:15:44.187Z] Login Succeeded [2021-01-19T17:15:44.187Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:15:44.206Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:15:44.643Z] ========================================================= [2021-01-19T17:15:44.643Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:15:44.643Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:15:45.024Z] + 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-19T17:15:47.013Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:15:47.013Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:47.013Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:15:47.293Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:15:47.293Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:15:47.293Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:15:47.293Z] 18c013af1878: Pulling fs layer [2021-01-19T17:15:47.293Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:15:47.293Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:15:47.293Z] b116817d02f9: Pulling fs layer [2021-01-19T17:15:47.293Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:15:47.293Z] 63d7cb157983: Waiting [2021-01-19T17:15:47.293Z] b116817d02f9: Waiting [2021-01-19T17:15:47.293Z] 745a02a5169b: Waiting [2021-01-19T17:15:47.293Z] 00ac8860ef70: Waiting [2021-01-19T17:15:47.294Z] 18c013af1878: Verifying Checksum [2021-01-19T17:15:47.294Z] 18c013af1878: Download complete [2021-01-19T17:15:47.294Z] a4357932f1b6: Download complete [2021-01-19T17:15:47.294Z] 63d7cb157983: Download complete [2021-01-19T17:15:47.294Z] b116817d02f9: Verifying Checksum [2021-01-19T17:15:47.294Z] b116817d02f9: Download complete [2021-01-19T17:15:47.890Z] 5f621e34cdf4: Download complete [2021-01-19T17:15:48.493Z] 5f621e34cdf4: Pull complete [2021-01-19T17:15:49.094Z] a4357932f1b6: Pull complete [2021-01-19T17:15:49.372Z] 18c013af1878: Pull complete [2021-01-19T17:15:49.969Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:15:49.970Z] 745a02a5169b: Download complete [2021-01-19T17:15:51.944Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:15:51.944Z] 00ac8860ef70: Download complete [2021-01-19T17:15:51.969Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:51.969Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:51.969Z] ---> 33e6aa439395 [2021-01-19T17:15:51.969Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> a2d90dc9d859 [2021-01-19T17:15:51.969Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> 125f8246d76b [2021-01-19T17:15:51.969Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:15:51.969Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:51.969Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:51.969Z] ---> 33e6aa439395 [2021-01-19T17:15:51.969Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> a2d90dc9d859 [2021-01-19T17:15:51.969Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> 125f8246d76b [2021-01-19T17:15:51.969Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:15:51.969Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:51.969Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:51.969Z] ---> 33e6aa439395 [2021-01-19T17:15:51.969Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> a2d90dc9d859 [2021-01-19T17:15:51.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> 125f8246d76b [2021-01-19T17:15:51.969Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> d8d4f793900c [2021-01-19T17:15:51.969Z] Step 6/22 : COPY go.mod . [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> 8e4ab066fc41 [2021-01-19T17:15:51.969Z] Step 7/22 : RUN go mod download [2021-01-19T17:15:51.969Z] ---> Using cache [2021-01-19T17:15:51.969Z] ---> 5efabd660f27 [2021-01-19T17:15:51.969Z] Step 8/22 : COPY . . [2021-01-19T17:15:52.233Z] ---> Using cache [2021-01-19T17:15:52.233Z] ---> b74558e0b1e1 [2021-01-19T17:15:52.233Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:15:53.195Z] ---> Running in bb09093c7197 [2021-01-19T17:15:53.195Z] ---> Running in db833838e835 [2021-01-19T17:15:53.195Z] ---> Running in a78511f7f33b [2021-01-19T17:15:56.602Z] 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-19T17:15:56.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:56.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:56.602Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:56.602Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:56.602Z] ---> 33e6aa439395 [2021-01-19T17:15:56.602Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:15:56.602Z] ---> Using cache [2021-01-19T17:15:56.602Z] ---> a2d90dc9d859 [2021-01-19T17:15:56.602Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:56.602Z] ---> Using cache [2021-01-19T17:15:56.602Z] ---> 125f8246d76b [2021-01-19T17:15:56.602Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:15:56.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:56.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:56.872Z] ---> Running in f87986dc1254 [2021-01-19T17:15:57.489Z] OK: 233 MiB in 51 packages [2021-01-19T17:15:57.489Z] OK: 233 MiB in 51 packages [2021-01-19T17:15:58.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:58.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:58.683Z] Removing intermediate container bb09093c7197 [2021-01-19T17:15:58.683Z] ---> 85d492bf4659 [2021-01-19T17:15:58.683Z] Step 6/26 : COPY go.mod . [2021-01-19T17:15:58.967Z] Removing intermediate container db833838e835 [2021-01-19T17:15:58.967Z] ---> 8f03c5598c45 [2021-01-19T17:15:58.967Z] Step 6/23 : COPY go.mod . [2021-01-19T17:15:59.247Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:00.215Z] ---> 0ef5094d14a8 [2021-01-19T17:16:00.215Z] Step 7/26 : RUN go mod download [2021-01-19T17:16:00.215Z] ---> 84a04787c559 [2021-01-19T17:16:00.215Z] Step 7/23 : RUN go mod download [2021-01-19T17:16:00.215Z] ---> Running in 89b4aec88ad2 [2021-01-19T17:16:00.215Z] ---> Running in b137bd78d73a [2021-01-19T17:16:00.822Z] Removing intermediate container f87986dc1254 [2021-01-19T17:16:00.822Z] ---> c5cc55b84152 [2021-01-19T17:16:00.822Z] Step 6/24 : COPY go.mod . [2021-01-19T17:16:01.441Z] ---> 54b85a25c788 [2021-01-19T17:16:01.441Z] Step 7/24 : RUN go mod download [2021-01-19T17:16:01.441Z] ---> Running in a0730bedaf3f [2021-01-19T17:16:02.083Z] 00ac8860ef70: Pull complete [2021-01-19T17:16:02.083Z] 63d7cb157983: Pull complete [2021-01-19T17:16:02.083Z] b116817d02f9: Pull complete [2021-01-19T17:16:03.434Z] Removing intermediate container b137bd78d73a [2021-01-19T17:16:03.434Z] ---> e24d7d1d27a9 [2021-01-19T17:16:03.434Z] Step 8/23 : COPY . . [2021-01-19T17:16:03.434Z] Removing intermediate container a0730bedaf3f [2021-01-19T17:16:03.434Z] ---> 2ca9d3bca186 [2021-01-19T17:16:03.434Z] Step 8/24 : COPY . . [2021-01-19T17:16:03.434Z] Removing intermediate container 89b4aec88ad2 [2021-01-19T17:16:03.434Z] ---> 66e2de438278 [2021-01-19T17:16:03.434Z] Step 8/26 : COPY . . [2021-01-19T17:16:05.483Z] 745a02a5169b: Pull complete [2021-01-19T17:16:05.483Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:16:05.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:16:05.483Z] ---> b7e6874047d6 [2021-01-19T17:16:05.483Z] 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-19T17:16:08.896Z] ---> Running in 0e47076ca6e5 [2021-01-19T17:16:09.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:10.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:12.307Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:16:12.585Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:16:12.585Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:16:12.585Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:16:16.913Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:16:16.913Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:16:16.913Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:16:16.913Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:16:16.913Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:16:16.913Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:16:17.189Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:16:17.189Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:16:17.467Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:17.467Z] OK: 217 MiB in 51 packages [2021-01-19T17:16:21.778Z] Removing intermediate container 0e47076ca6e5 [2021-01-19T17:16:21.778Z] ---> b8e979090a28 [2021-01-19T17:16:21.778Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:16:21.778Z] ---> Running in d2a259d7de0c [2021-01-19T17:16:21.778Z] Removing intermediate container d2a259d7de0c [2021-01-19T17:16:21.778Z] ---> 6b998681dc41 [2021-01-19T17:16:21.778Z] Step 5/6 : COPY go.mod . [2021-01-19T17:16:22.371Z] ---> e9f939f3aab7 [2021-01-19T17:16:22.371Z] Step 6/6 : RUN go mod download [2021-01-19T17:16:22.685Z] ---> Running in ffd99c42660e [2021-01-19T17:16:30.246Z] Removing intermediate container a78511f7f33b [2021-01-19T17:16:30.246Z] ---> f26f770a8c75 [2021-01-19T17:16:30.246Z] [2021-01-19T17:16:30.246Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:16:30.246Z] ---> 389fef711851 [2021-01-19T17:16:30.246Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:16:30.246Z] ---> Using cache [2021-01-19T17:16:30.246Z] ---> fbf02aa4cf83 [2021-01-19T17:16:30.246Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:16:31.673Z] ---> Running in 18bffb44dbaa [2021-01-19T17:16:33.071Z] Removing intermediate container 18bffb44dbaa [2021-01-19T17:16:33.071Z] ---> 43631ae40f90 [2021-01-19T17:16:33.071Z] Step 13/22 : WORKDIR / [2021-01-19T17:16:34.257Z] ---> Running in 351c1cb5ac9e [2021-01-19T17:16:34.257Z] ---> 73bfa4bc4af5 [2021-01-19T17:16:34.257Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:16:34.257Z] ---> e7a33ec18412 [2021-01-19T17:16:34.257Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:16:34.257Z] ---> d01959b52801 [2021-01-19T17:16:34.257Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:16:34.257Z] ---> Running in f1033378f064 [2021-01-19T17:16:34.257Z] ---> Running in 57026ee12a3f [2021-01-19T17:16:34.257Z] ---> Running in 895e943e5048 [2021-01-19T17:16:34.257Z] Removing intermediate container 351c1cb5ac9e [2021-01-19T17:16:34.257Z] ---> c49467e66e21 [2021-01-19T17:16:34.257Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:34.958Z] ---> be375bc8a1d2 [2021-01-19T17:16:34.959Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:16:35.301Z] 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-19T17:16:35.621Z] 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-19T17:16:35.621Z] 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-19T17:16:35.621Z] ---> 96b748a2db46 [2021-01-19T17:16:35.621Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:16:36.308Z] ---> 65bfce10f248 [2021-01-19T17:16:36.308Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:36.722Z] ---> 57cc611ea065 [2021-01-19T17:16:36.722Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:16:37.076Z] ---> Running in 4056dfc98eff [2021-01-19T17:16:39.711Z] Removing intermediate container 4056dfc98eff [2021-01-19T17:16:39.711Z] ---> 5fd180c686e0 [2021-01-19T17:16:39.711Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:16:39.711Z] ---> Running in abcbd6174a8c [2021-01-19T17:16:40.302Z] Removing intermediate container abcbd6174a8c [2021-01-19T17:16:40.302Z] ---> 59a3e27da4e3 [2021-01-19T17:16:40.302Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:16:40.302Z] ---> Running in 18ca6f30afbe [2021-01-19T17:16:40.571Z] Removing intermediate container 18ca6f30afbe [2021-01-19T17:16:40.571Z] ---> 2d155e7b0b48 [2021-01-19T17:16:40.571Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:16:40.571Z] ---> Running in cf68ccbff420 [2021-01-19T17:16:42.522Z] Removing intermediate container cf68ccbff420 [2021-01-19T17:16:42.522Z] ---> 2b3e779e59b4 [2021-01-19T17:16:42.522Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:16:42.522Z] ---> Running in 9bc1ec2f82a4 [2021-01-19T17:16:42.791Z] Removing intermediate container 9bc1ec2f82a4 [2021-01-19T17:16:42.791Z] ---> 8fa954a9b963 [2021-01-19T17:16:42.791Z] [2021-01-19T17:16:43.059Z] Successfully built 8fa954a9b963 [2021-01-19T17:16:43.325Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:16:49.485Z] Removing intermediate container ffd99c42660e [2021-01-19T17:16:49.485Z] ---> 0572c53f21a1 [2021-01-19T17:16:49.485Z] Successfully built 0572c53f21a1 [2021-01-19T17:16:49.486Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:16:49.828Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:16:49.828Z] . [Pipeline] withDockerContainer [2021-01-19T17:16:50.085Z] prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container [2021-01-19T17:16:50.166Z] $ 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-19T17:16:51.697Z] $ docker top dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:16:52.722Z] + go version [2021-01-19T17:16:52.722Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:16:52.741Z] $ docker stop --time=1 dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 [2021-01-19T17:16:54.516Z] $ docker rm -f dfc6990769d58aae3778b7f0ea4f337be8769205be2719639d53c4d78530ce24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:16:55.510Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:16:55.510Z] . [Pipeline] withDockerContainer [2021-01-19T17:16:55.725Z] prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container [2021-01-19T17:16:55.794Z] $ 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-19T17:16:57.105Z] $ docker top 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:16:57.450Z] ========================================================= [2021-01-19T17:16:57.450Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:16:57.450Z] ========================================================= [Pipeline] sh [2021-01-19T17:16:58.092Z] + make test [2021-01-19T17:16:58.092Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:17:01.619Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f1033378f064 [2021-01-19T17:17:01.619Z] ---> ce82accf17a3 [2021-01-19T17:17:01.619Z] [2021-01-19T17:17:01.619Z] Step 10/24 : FROM scratch [2021-01-19T17:17:01.619Z] ---> [2021-01-19T17:17:01.619Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:17:01.619Z] Removing intermediate container 895e943e5048 [2021-01-19T17:17:01.619Z] ---> 784ed261e890 [2021-01-19T17:17:01.619Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:17:01.619Z] ---> Running in 9d32be2bda29 [2021-01-19T17:17:01.619Z] ---> Running in 5de24092efb7 [2021-01-19T17:17:01.619Z] Removing intermediate container 5de24092efb7 [2021-01-19T17:17:01.619Z] ---> 39f82cb83b3a [2021-01-19T17:17:01.619Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:17:01.894Z] 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-19T17:17:01.894Z] ---> Running in 632ef43ecd7f [2021-01-19T17:17:02.849Z] Removing intermediate container 632ef43ecd7f [2021-01-19T17:17:02.849Z] ---> 8b0856591fb5 [2021-01-19T17:17:02.849Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:17:03.432Z] ---> Running in 36615cb5d5c7 [2021-01-19T17:17:03.696Z] Removing intermediate container 57026ee12a3f [2021-01-19T17:17:03.696Z] ---> 0d5d401ca624 [2021-01-19T17:17:03.696Z] [2021-01-19T17:17:03.696Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:17:03.696Z] ---> 389fef711851 [2021-01-19T17:17:03.696Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:17:03.696Z] ---> Running in 90ad012fd9e9 [2021-01-19T17:17:03.696Z] Removing intermediate container 36615cb5d5c7 [2021-01-19T17:17:03.696Z] ---> d22d467e5da0 [2021-01-19T17:17:03.696Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:17:03.960Z] Removing intermediate container 90ad012fd9e9 [2021-01-19T17:17:03.960Z] ---> 3b85e1874675 [2021-01-19T17:17:03.960Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:17:04.223Z] ---> Running in bf87dffb19d7 [2021-01-19T17:17:04.223Z] Removing intermediate container 9d32be2bda29 [2021-01-19T17:17:04.223Z] ---> 1cce0f9420a3 [2021-01-19T17:17:04.223Z] [2021-01-19T17:17:04.223Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:17:04.223Z] ---> 811eb36c6448 [2021-01-19T17:17:04.223Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:17:04.223Z] 20.10.0: Pulling from library/docker [2021-01-19T17:17:04.223Z] Removing intermediate container bf87dffb19d7 [2021-01-19T17:17:04.223Z] ---> fbae91607b72 [2021-01-19T17:17:04.223Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:17:04.487Z] ---> Running in a0427968febe [2021-01-19T17:17:05.883Z] Removing intermediate container a0427968febe [2021-01-19T17:17:05.883Z] ---> 43be1693592e [2021-01-19T17:17:05.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:17:06.469Z] ---> Running in 83ed45ec9a0a [2021-01-19T17:17:06.469Z] ---> 9887a7defcb3 [2021-01-19T17:17:06.469Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:17:07.427Z] ---> 67632b1c1527 [2021-01-19T17:17:07.427Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:17:07.695Z] ---> b521d750d913 [2021-01-19T17:17:07.695Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:17:08.272Z] Removing intermediate container 83ed45ec9a0a [2021-01-19T17:17:08.272Z] ---> 7bd612a99c9a [2021-01-19T17:17:08.272Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:17:08.536Z] ---> Running in c152ae0bea71 [2021-01-19T17:17:08.536Z] ---> 91aed9d1e9cc [2021-01-19T17:17:08.536Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:09.123Z] ---> 2bd7c856deb4 [2021-01-19T17:17:09.123Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:17:09.392Z] ---> Running in cf3753e12a88 [2021-01-19T17:17:09.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:09.659Z] Removing intermediate container cf3753e12a88 [2021-01-19T17:17:09.659Z] ---> a877ece8a134 [2021-01-19T17:17:09.659Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:09.659Z] ---> Running in 29e1dd527dd2 [2021-01-19T17:17:09.922Z] Removing intermediate container 29e1dd527dd2 [2021-01-19T17:17:09.922Z] ---> 8983280a7ab9 [2021-01-19T17:17:09.922Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:17:09.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:10.499Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:17:10.499Z] ---> Running in ea52d6024788 [2021-01-19T17:17:10.769Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:17:10.769Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:17:11.036Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:17:11.036Z] Removing intermediate container ea52d6024788 [2021-01-19T17:17:11.036Z] ---> 1e694b17c368 [2021-01-19T17:17:11.036Z] Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:17:11.036Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:17:11.036Z] ---> Running in 771e15e76820 [2021-01-19T17:17:11.036Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:11.301Z] OK: 8 MiB in 19 packages [2021-01-19T17:17:11.301Z] Removing intermediate container 771e15e76820 [2021-01-19T17:17:11.301Z] ---> 23e8ce7f9251 [2021-01-19T17:17:11.301Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:17:11.301Z] ---> Running in e51039c84547 [2021-01-19T17:17:11.301Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:17:11.301Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:17:11.301Z] ---> aefe523efa57 [2021-01-19T17:17:11.301Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:17:11.564Z] ---> Running in c4fbf541860b [2021-01-19T17:17:11.830Z] Removing intermediate container e51039c84547 [2021-01-19T17:17:11.830Z] ---> fd66e165baa5 [2021-01-19T17:17:11.830Z] [2021-01-19T17:17:11.830Z] Successfully built fd66e165baa5 [2021-01-19T17:17:12.098Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T17:17:12.098Z] Removing intermediate container c152ae0bea71 [2021-01-19T17:17:12.098Z] ---> dedbefadf161 [2021-01-19T17:17:12.098Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:17:12.362Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:12.362Z] ---> e7e8018db77a [2021-01-19T17:17:12.362Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:17:12.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:12.626Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:17:12.626Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:17:12.626Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:17:12.626Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:12.626Z] OK: 12 MiB in 22 packages [2021-01-19T17:17:13.582Z] ---> 778a24884794 [2021-01-19T17:17:13.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:14.529Z] ---> 3f32e9d22898 [2021-01-19T17:17:14.529Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:17:14.529Z] Removing intermediate container c4fbf541860b [2021-01-19T17:17:14.529Z] ---> 74f3e2f3c013 [2021-01-19T17:17:14.529Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:17:14.529Z] ---> Running in 07435f983cfd [2021-01-19T17:17:14.529Z] ---> Running in b364f588d96e [2021-01-19T17:17:14.529Z] Removing intermediate container 07435f983cfd [2021-01-19T17:17:14.529Z] ---> 0a552b4e97dd [2021-01-19T17:17:14.529Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:17:14.529Z] Removing intermediate container b364f588d96e [2021-01-19T17:17:14.529Z] ---> c1a138a4a939 [2021-01-19T17:17:14.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:14.791Z] ---> Running in 771ec5854998 [2021-01-19T17:17:14.791Z] ---> Running in efde26fc579f [2021-01-19T17:17:14.791Z] Removing intermediate container efde26fc579f [2021-01-19T17:17:14.791Z] ---> 0290a8f5fac6 [2021-01-19T17:17:14.791Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:17:14.791Z] Removing intermediate container 771ec5854998 [2021-01-19T17:17:14.791Z] ---> a34ab979534b [2021-01-19T17:17:14.791Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:17:15.055Z] ---> Running in 8b92cfcb0762 [2021-01-19T17:17:15.055Z] ---> Running in 8c756db6ee72 [2021-01-19T17:17:15.055Z] Removing intermediate container 8b92cfcb0762 [2021-01-19T17:17:15.055Z] ---> d8a37536e5d6 [2021-01-19T17:17:15.056Z] Step 22/23 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:17:15.056Z] Removing intermediate container 8c756db6ee72 [2021-01-19T17:17:15.056Z] ---> 065bbf213796 [2021-01-19T17:17:15.056Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:17:15.320Z] ---> Running in e8b5a6cc1be2 [2021-01-19T17:17:15.320Z] Removing intermediate container e8b5a6cc1be2 [2021-01-19T17:17:15.320Z] ---> 16d381fb035e [2021-01-19T17:17:15.320Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:17:15.582Z] ---> Running in 13c350e175dc [2021-01-19T17:17:15.582Z] ---> 43550e5d2def [2021-01-19T17:17:15.582Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:15.582Z] Removing intermediate container 13c350e175dc [2021-01-19T17:17:15.582Z] ---> df6d0cb7e407 [2021-01-19T17:17:15.582Z] [2021-01-19T17:17:15.847Z] Successfully built df6d0cb7e407 [2021-01-19T17:17:15.847Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:17:15.847Z]  Building docker-core-data-go ... done  ---> 0f3652f94c3e [2021-01-19T17:17:15.847Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:17:16.430Z] ---> 6b096ef6162b [2021-01-19T17:17:16.430Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:17:16.430Z] ---> Running in c9f829c18775 [2021-01-19T17:17:17.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:17.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:17.274Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:17:17.274Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:17:17.274Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:17:17.274Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:17:17.274Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:17:17.274Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:17:17.274Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:17:18.219Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:17:18.219Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:17:18.219Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:17:18.219Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:17:18.219Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:17:18.482Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:17:18.482Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:17:18.482Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:17:18.482Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:17:18.482Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:17:18.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:17:18.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:17:18.482Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:17:18.482Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:17:18.744Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:17:18.744Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:17:18.744Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:17:18.744Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:17:18.744Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:17:18.744Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:17:18.744Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:17:18.744Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:17:18.744Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:17:18.744Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:17:18.744Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:17:18.744Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:17:19.007Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:19.007Z] OK: 71 MiB in 55 packages [2021-01-19T17:17:20.276Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:17:27.169Z] Removing intermediate container c9f829c18775 [2021-01-19T17:17:27.169Z] ---> 1a9496cfb554 [2021-01-19T17:17:27.169Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:17:27.169Z] ---> Running in 72320c8ed960 [2021-01-19T17:17:28.564Z] Collecting docker-compose==1.23.2 [2021-01-19T17:17:28.564Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:17:28.826Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:17:28.826Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:17:28.826Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:17:28.826Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:17:29.399Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:17:29.399Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:17:29.660Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:17:29.923Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:17:29.923Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:17:29.923Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:17:30.495Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:17:30.495Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:17:30.495Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:17:30.495Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:17:30.758Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:17:30.758Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:17:31.020Z] 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-19T17:17:31.282Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:17:31.282Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:17:32.228Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:17:32.229Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:17:32.229Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:17:32.229Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:17:32.497Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:17:32.497Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:17:32.497Z] 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-19T17:17:32.497Z] 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-19T17:17:32.497Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:17:32.497Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:17:32.497Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:17:32.497Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:17:32.760Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, cached-property, texttable, PyYAML, docker-compose [2021-01-19T17:17:32.760Z] Attempting uninstall: urllib3 [2021-01-19T17:17:32.760Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:17:32.760Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:17:32.760Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:17:33.022Z] Attempting uninstall: idna [2021-01-19T17:17:33.022Z] Found existing installation: idna 2.9 [2021-01-19T17:17:33.022Z] Uninstalling idna-2.9: [2021-01-19T17:17:33.022Z] Successfully uninstalled idna-2.9 [2021-01-19T17:17:33.286Z] Attempting uninstall: requests [2021-01-19T17:17:33.286Z] Found existing installation: requests 2.23.0 [2021-01-19T17:17:33.286Z] Uninstalling requests-2.23.0: [2021-01-19T17:17:33.286Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:17:33.860Z] Running setup.py install for dockerpty: started [2021-01-19T17:17:34.122Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:17:34.122Z] Running setup.py install for docopt: started [2021-01-19T17:17:34.696Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:17:34.696Z] Running setup.py install for texttable: started [2021-01-19T17:17:35.272Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:17:35.272Z] Running setup.py install for PyYAML: started [2021-01-19T17:17:35.846Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:17:36.107Z] 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-19T17:17:40.328Z] Removing intermediate container 72320c8ed960 [2021-01-19T17:17:40.328Z] ---> 31df7cff4c33 [2021-01-19T17:17:40.328Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:17:40.328Z] ---> Running in 02c2c1b8a90c [2021-01-19T17:17:40.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:40.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:40.854Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:17:40.854Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:17:40.854Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:17:40.854Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:40.854Z] OK: 72 MiB in 58 packages [2021-01-19T17:17:41.428Z] Removing intermediate container 02c2c1b8a90c [2021-01-19T17:17:41.428Z] ---> 9f1f135d116c [2021-01-19T17:17:41.428Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:17:41.428Z] ---> Running in eff2f85d1488 [2021-01-19T17:17:41.691Z] Removing intermediate container eff2f85d1488 [2021-01-19T17:17:41.691Z] ---> 6f5c60578089 [2021-01-19T17:17:41.691Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:41.691Z] ---> Running in 86ad76169855 [2021-01-19T17:17:41.691Z] Removing intermediate container 86ad76169855 [2021-01-19T17:17:41.691Z] ---> 7d7e41216df6 [2021-01-19T17:17:41.691Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:17:41.954Z] ---> Running in 784bb0d7f3ef [2021-01-19T17:17:41.954Z] Removing intermediate container 784bb0d7f3ef [2021-01-19T17:17:41.954Z] ---> b99f99d6345f [2021-01-19T17:17:41.954Z] Step 25/26 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:17:42.217Z] ---> Running in dd9eacbf1028 [2021-01-19T17:17:42.217Z] Removing intermediate container dd9eacbf1028 [2021-01-19T17:17:42.217Z] ---> d20eecdd8252 [2021-01-19T17:17:42.217Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:17:42.217Z] ---> Running in 3f9b7581d82c [2021-01-19T17:17:42.485Z] Removing intermediate container 3f9b7581d82c [2021-01-19T17:17:42.485Z] ---> b07f8616c57e [2021-01-19T17:17:42.485Z] [2021-01-19T17:17:42.748Z] Successfully built b07f8616c57e [2021-01-19T17:17:42.748Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T17:17:43.021Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T17:17:43.054Z] $ docker stop --time=1 ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e [2021-01-19T17:17:44.772Z] $ docker rm -f ccad4efe331a8c810467fc46e027766aa3a4c08250712393094e1c19f659428e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:17:45.355Z] + docker images [2021-01-19T17:17:45.355Z] + grep docker [2021-01-19T17:17:45.355Z] docker-sys-mgmt-agent-go latest b07f8616c57e 3 seconds ago 313MB [2021-01-19T17:17:45.355Z] docker-core-data-go latest df6d0cb7e407 30 seconds ago 22.3MB [2021-01-19T17:17:45.355Z] docker-support-notifications-go latest fd66e165baa5 34 seconds ago 12MB [2021-01-19T17:17:45.355Z] docker-security-bootstrap-redis-go latest 8fa954a9b963 About a minute ago 15.8MB [2021-01-19T17:17:45.355Z] docker-security-secretstore-setup-go latest 9144f3ed0671 2 minutes ago 24.6MB [2021-01-19T17:17:45.355Z] docker-security-proxy-setup-go latest b0e2785d8378 2 minutes ago 24.4MB [2021-01-19T17:17:45.355Z] docker-core-command-go latest 1669503caa18 2 minutes ago 10.6MB [2021-01-19T17:17:45.355Z] docker-core-metadata-go latest d39ae7e44474 2 minutes ago 13.1MB [2021-01-19T17:17:45.355Z] docker-support-scheduler-go latest cfceb8c83cca 2 minutes ago 10.7MB [2021-01-19T17:17:45.355Z] docker 20.10.0 aefe523efa57 5 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T17:18:01.070Z] Still waiting to schedule task [2021-01-19T17:18:01.071Z] ‘prd-ubuntu18.04-docker-8c-8g-21240’ is offline [2021-01-19T17:18:07.602Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:18:13.071Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:18:17.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:18:18.515Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:18:19.962Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:18:26.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:18:26.701Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:18:26.701Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:18:32.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements [2021-01-19T17:18:32.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:18:32.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:18:32.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:18:32.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:18:32.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:18:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.545s coverage: 27.0% of statements [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:18:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:18:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:18:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 67.9% of statements [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:18:40.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.370s coverage: 82.3% of statements [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:18:40.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:18:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.210s coverage: 28.6% of statements [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:18:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:18:45.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-01-19T17:18:45.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:18:47.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements [2021-01-19T17:18:47.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:18:48.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2021-01-19T17:18:48.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:18:48.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements [2021-01-19T17:18:48.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:18:48.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:18:48.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:18:48.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.144s coverage: 92.8% of statements [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2021-01-19T17:18:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-01-19T17:18:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-01-19T17:18:57.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.174s coverage: 84.2% of statements [2021-01-19T17:19:00.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements [2021-01-19T17:19:00.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:19:02.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.575s coverage: 63.5% of statements [2021-01-19T17:19:02.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:19:02.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:19:02.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-01-19T17:19:02.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2021-01-19T17:19:03.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.101s coverage: 100.0% of statements [2021-01-19T17:19:03.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-19T17:19:03.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-19T17:19:07.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.844s coverage: 68.9% of statements [2021-01-19T17:19:07.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:19:07.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:19:07.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:19:07.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:19:07.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:19:08.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.446s coverage: 37.0% of statements [2021-01-19T17:19:08.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:19:08.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:19:08.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements [2021-01-19T17:19:08.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.115s coverage: 100.0% of statements [2021-01-19T17:19:15.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:19:15.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:19:15.669Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-01-19T17:19:15.669Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.106s coverage: 29.1% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:19:21.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-19T17:19:21.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-19T17:19:22.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-19T17:19:22.662Z] GO111MODULE=on go vet ./... [2021-01-19T17:19:27.574Z] Running on prd-ubuntu18.04-docker-8c-8g-21241 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws [2021-01-19T17:19:27.622Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T17:19:29.770Z] using credential edgex-jenkins-ssh [2021-01-19T17:19:29.822Z] Cloning the remote Git repository [2021-01-19T17:19:29.850Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:19:29.923Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T17:19:29.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:19:29.954Z] > git --version # timeout=10 [2021-01-19T17:19:29.960Z] > git --version # 'git version 2.17.1' [2021-01-19T17:19:29.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:19:29.990Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:19:50.933Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:19:51.050Z] Merge succeeded, producing ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:19:51.051Z] Checking out Revision ffa95b353c5b7caeaa4249210358a1a21b6c9aae (PR-3048) [2021-01-19T17:19:50.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:19:50.475Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:19:50.484Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:19:50.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:19:50.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:19:50.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:19:50.945Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:19:50.951Z] > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 [2021-01-19T17:19:51.025Z] > git remote # timeout=10 [2021-01-19T17:19:51.031Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:19:51.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:19:51.039Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:19:51.048Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:19:51.057Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:19:51.061Z] > git checkout -f ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 [2021-01-19T17:19:54.703Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:19:55.841Z] + echo snap-build.sh [2021-01-19T17:19:55.842Z] snap-build.sh [2021-01-19T17:19:55.842Z] + SNAP_BASE_DIR=. [2021-01-19T17:19:55.842Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-19T17:19:55.842Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-19T17:19:55.842Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-19T17:19:55.842Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-19T17:19:55.842Z] + cd /w/workspace/edgex-go/3 [2021-01-19T17:19:55.842Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T17:19:55.842Z] Reading package lists... [2021-01-19T17:19:55.842Z] Building dependency tree... [2021-01-19T17:19:55.842Z] Reading state information... [2021-01-19T17:19:56.105Z] The following packages were automatically installed and are no longer required: [2021-01-19T17:19:56.105Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T17:19:56.105Z] uidmap xdelta3 [2021-01-19T17:19:56.105Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T17:19:56.105Z] The following packages will be REMOVED: [2021-01-19T17:19:56.105Z] lxd* lxd-client* [2021-01-19T17:19:56.680Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T17:19:56.680Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T17:19:57.736Z] (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-19T17:19:57.736Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:19:58.309Z] Removing lxd dnsmasq configuration [2021-01-19T17:19:58.570Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:19:58.570Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T17:19:59.535Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T17:19:59.800Z] (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-19T17:19:59.800Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:20:01.191Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T17:20:01.191Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T17:20:02.584Z] + sudo snap remove --purge lxd [2021-01-19T17:20:02.584Z] snap "lxd" is not installed [2021-01-19T17:20:02.584Z] + sudo groupadd --force --system lxd [2021-01-19T17:20:02.584Z] ++ whoami [2021-01-19T17:20:02.584Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T17:20:02.584Z] + newgrp - lxd [2021-01-19T17:20:02.584Z] + sudo snap install lxd [2021-01-19T17:20:12.603Z] 2021-01-19T17:20:10Z INFO Waiting for automatic snapd restart... [2021-01-19T17:20:31.773Z] gofmt -l . [2021-01-19T17:20:31.773Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:20:31.773Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:20:31.773Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:20:32.461Z] + ls -al . [2021-01-19T17:20:32.461Z] total 684 [2021-01-19T17:20:32.461Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 17:20 . [2021-01-19T17:20:32.461Z] drwxr-xr-x 4 root root 4096 Jan 19 17:16 .. [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:15 .dockerignore [2021-01-19T17:20:32.461Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:15 .git [2021-01-19T17:20:32.461Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 17:15 .github [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:15 .gitignore [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:15 .sonarcloud.properties [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:15 Attribution.txt [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:15 CONTRIBUTING.md [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:15 Dockerfile.build [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:15 Jenkinsfile [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:15 LICENSE [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:15 Makefile [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:15 README.md [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:15 SECURITY.md [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:15 ZMQWindows.md [2021-01-19T17:20:32.461Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 17:15 bin [2021-01-19T17:20:32.461Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:15 cmd [2021-01-19T17:20:32.461Z] -rw-r--r-- 1 root root 550280 Jan 19 17:19 coverage.out [2021-01-19T17:20:32.461Z] -rw-r--r-- 1 root root 981 Jan 19 17:20 go.mod [2021-01-19T17:20:32.461Z] -rw-r--r-- 1 root root 19326 Jan 19 17:20 go.sum [2021-01-19T17:20:32.461Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:15 internal [2021-01-19T17:20:32.461Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:15 openapi [2021-01-19T17:20:32.461Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:15 snap [2021-01-19T17:20:32.461Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:15 version.go [Pipeline] sh [2021-01-19T17:20:33.120Z] + '[' -e coverage.out ] [2021-01-19T17:20:33.120Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:20:33.185Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T17:20:34.348Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:20:34.629Z] lxd 4.10 from Canonical* installed [2021-01-19T17:20:34.629Z] + sudo lxd init --auto [2021-01-19T17:20:35.078Z] + make build [2021-01-19T17:20:35.078Z] 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-19T17:20:41.281Z] + sudo snap install --classic snapcraft [2021-01-19T17:20:45.274Z] 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-19T17:20:45.544Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:20:45.544Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T17:20:45.544Z] + patch --verbose -p1 [2021-01-19T17:20:45.544Z] Hmm... Looks like a unified diff to me... [2021-01-19T17:20:45.544Z] The text leading up to this was: [2021-01-19T17:20:45.544Z] -------------------------- [2021-01-19T17:20:45.544Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T17:20:45.544Z] |From: Tony Espy [2021-01-19T17:20:45.544Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T17:20:45.544Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T17:20:45.544Z] | [2021-01-19T17:20:45.544Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T17:20:45.544Z] |optimize the snap CI check run for pull requests. When [2021-01-19T17:20:45.544Z] |applied, it essentially strips out everything (apps and [2021-01-19T17:20:45.544Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T17:20:45.544Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T17:20:45.544Z] |catch changes to edgex-go that break the snap build. [2021-01-19T17:20:45.544Z] | [2021-01-19T17:20:45.544Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T17:20:45.544Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T17:20:45.544Z] |resulting in a failed snap build CI check in the associated [2021-01-19T17:20:45.544Z] |pull request. [2021-01-19T17:20:45.544Z] | [2021-01-19T17:20:45.544Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T17:20:45.544Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T17:20:45.544Z] |need to build the finally binary .snap file (and it won't [2021-01-19T17:20:45.544Z] |work with the patch applied). This further reduces the build [2021-01-19T17:20:45.544Z] |time. [2021-01-19T17:20:45.544Z] |--- [2021-01-19T17:20:45.544Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T17:20:45.544Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T17:20:45.544Z] | [2021-01-19T17:20:45.544Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T17:20:45.544Z] |index 1e537489..faf42425 100644 [2021-01-19T17:20:45.544Z] |--- a/snap/snapcraft.yaml [2021-01-19T17:20:45.544Z] |+++ b/snap/snapcraft.yaml [2021-01-19T17:20:45.544Z] -------------------------- [2021-01-19T17:20:45.544Z] patching file snap/snapcraft.yaml [2021-01-19T17:20:45.544Z] Using Plan A... [2021-01-19T17:20:45.544Z] Hunk #1 succeeded at 73. [2021-01-19T17:20:45.544Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T17:20:45.544Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T17:20:45.544Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T17:20:45.544Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T17:20:45.544Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T17:20:45.544Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T17:20:45.544Z] Hunk #8 succeeded at 342. [2021-01-19T17:20:45.544Z] Hmm... Ignoring the trailing garbage. [2021-01-19T17:20:45.544Z] done [2021-01-19T17:20:45.544Z] + sudo snapcraft prime --use-lxd [2021-01-19T17:20:46.953Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T17:20:46.954Z] 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-19T17:20:46.954Z] - README.md [2021-01-19T17:20:46.954Z] - snapcraft.yaml.orig [2021-01-19T17:20:46.954Z] [2021-01-19T17:20:46.954Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:20:47.529Z] Launching a container. [2021-01-19T17:21:02.481Z] Waiting for container to be ready [2021-01-19T17:21:02.481Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T17:21:02.481Z] [2021-01-19T17:21:05.035Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T17:21:05.297Z] Waiting for network to be ready... [2021-01-19T17:21:05.563Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:21:05.824Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:21:05.824Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:21:05.824Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:21:05.824Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:21:05.824Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:21:05.824Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:21:06.086Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:21:06.086Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:21:06.086Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:21:06.347Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:21:06.347Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:21:06.614Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:21:06.614Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:21:06.614Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:21:06.614Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:21:06.614Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:21:06.614Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:21:06.878Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:21:07.452Z] 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-19T17:21:07.452Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:21:07.452Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:21:07.452Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:21:07.452Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:21:07.452Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:21:07.452Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:21:07.452Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:21:07.452Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:21:09.369Z] Fetched 23.8 MB in 4s (6244 kB/s) [2021-01-19T17:21:10.080Z] 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-19T17:21:10.312Z] Reading package lists... [2021-01-19T17:21:10.578Z] Reading package lists... [2021-01-19T17:21:10.578Z] Building dependency tree... [2021-01-19T17:21:10.578Z] Reading state information... [2021-01-19T17:21:10.841Z] The following additional packages will be installed: [2021-01-19T17:21:10.841Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:21:10.841Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:21:10.841Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:21:10.841Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T17:21:10.841Z] Suggested packages: [2021-01-19T17:21:10.841Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T17:21:10.841Z] Recommended packages: [2021-01-19T17:21:10.841Z] gnupg libsasl2-modules [2021-01-19T17:21:10.841Z] The following NEW packages will be installed: [2021-01-19T17:21:10.841Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:21:10.841Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:21:10.841Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:21:10.841Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T17:21:10.841Z] The following packages will be upgraded: [2021-01-19T17:21:10.841Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T17:21:11.103Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T17:21:11.103Z] Need to get 3533 kB of archives. [2021-01-19T17:21:11.103Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T17:21:11.103Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T17:21:11.103Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T17:21:11.364Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T17:21:11.624Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T17:21:11.624Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T17:21:11.624Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T17:21:11.624Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T17:21:11.624Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T17:21:11.624Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T17:21:11.886Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T17:21:11.886Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T17:21:11.886Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T17:21:11.886Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T17:21:11.886Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T17:21:11.887Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T17:21:11.887Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T17:21:11.887Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T17:21:11.887Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T17:21:11.887Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T17:21:11.887Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T17:21:11.887Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T17:21:11.887Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T17:21:12.147Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:21:12.147Z] Fetched 3533 kB in 1s (3086 kB/s) [2021-01-19T17:21:12.147Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:21:12.147Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:21:12.147Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:21:12.147Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:21:12.435Z] Selecting previously unselected package udev. [2021-01-19T17:21:12.435Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:21:12.435Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:21:12.435Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T17:21:12.697Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T17:21:12.697Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:21:12.697Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:21:12.697Z] Selecting previously unselected package fuse. [2021-01-19T17:21:12.697Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:21:12.697Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:21:12.960Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:12.960Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:21:13.222Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:13.222Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:21:13.222Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:13.222Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:21:13.485Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T17:21:13.485Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T17:21:13.485Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:21:13.485Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T17:21:13.485Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:13.485Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:13.485Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T17:21:13.485Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:13.485Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:13.747Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T17:21:13.747Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:13.747Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:13.747Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T17:21:13.747Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:13.747Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:13.747Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T17:21:13.747Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:13.747Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:14.010Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T17:21:14.010Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:14.010Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:14.010Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T17:21:14.010Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:14.010Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:14.010Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T17:21:14.010Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:14.010Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:14.272Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T17:21:14.272Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:21:14.272Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:14.272Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T17:21:14.272Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:21:14.272Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:21:14.272Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T17:21:14.272Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:21:14.272Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:21:14.378Z] 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-19T17:21:14.534Z] Selecting previously unselected package libldap-common. [2021-01-19T17:21:14.534Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T17:21:14.534Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:21:14.534Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T17:21:14.534Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T17:21:14.534Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:21:14.534Z] Selecting previously unselected package dirmngr. [2021-01-19T17:21:14.534Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:14.796Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:14.796Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:21:14.796Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:14.796Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:21:14.796Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:21:14.796Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:21:14.796Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:15.058Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.058Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:21:15.058Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:21:15.058Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T17:21:15.319Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T17:21:15.358Z] 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-19T17:21:15.578Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.578Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T17:21:15.578Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:21:15.578Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:15.578Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.578Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.578Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.578Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.839Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.839Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.839Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:21:15.839Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:21:15.839Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:15.839Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:21:16.412Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T17:21:16.412Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T17:21:16.412Z] This means they are not meant to be enabled using systemctl. [2021-01-19T17:21:16.412Z] Possible reasons for having this kind of units are: [2021-01-19T17:21:16.412Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T17:21:16.412Z] .wants/ or .requires/ directory. [2021-01-19T17:21:16.412Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T17:21:16.412Z] a requirement dependency on it. [2021-01-19T17:21:16.412Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T17:21:16.412Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T17:21:16.412Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T17:21:16.412Z] instance name specified. [2021-01-19T17:21:16.672Z] Reading package lists... [2021-01-19T17:21:16.933Z] Building dependency tree... [2021-01-19T17:21:16.933Z] Reading state information... [2021-01-19T17:21:16.933Z] The following additional packages will be installed: [2021-01-19T17:21:16.933Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T17:21:16.933Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T17:21:16.933Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T17:21:16.933Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T17:21:16.933Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T17:21:16.933Z] Suggested packages: [2021-01-19T17:21:16.933Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T17:21:16.933Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T17:21:16.933Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T17:21:16.933Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T17:21:16.933Z] systemd-container policykit-1 [2021-01-19T17:21:16.933Z] Recommended packages: [2021-01-19T17:21:16.933Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T17:21:16.933Z] The following NEW packages will be installed: [2021-01-19T17:21:16.933Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T17:21:16.933Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T17:21:16.933Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T17:21:16.933Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T17:21:16.933Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T17:21:16.933Z] The following packages will be upgraded: [2021-01-19T17:21:16.933Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T17:21:17.193Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T17:21:17.193Z] Need to get 35.2 MB of archives. [2021-01-19T17:21:17.193Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T17:21:17.193Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T17:21:17.193Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T17:21:17.193Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T17:21:17.456Z] 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-19T17:21:17.456Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T17:21:17.456Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T17:21:17.456Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T17:21:17.456Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T17:21:17.456Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T17:21:17.456Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T17:21:17.456Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T17:21:17.456Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T17:21:17.456Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T17:21:17.456Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T17:21:17.456Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T17:21:17.456Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T17:21:17.456Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T17:21:18.403Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T17:21:18.403Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T17:21:18.403Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T17:21:18.403Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T17:21:18.403Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T17:21:18.403Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T17:21:18.403Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T17:21:18.403Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T17:21:18.403Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T17:21:18.403Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T17:21:18.403Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T17:21:18.664Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T17:21:18.664Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T17:21:20.051Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:21:20.051Z] Fetched 35.2 MB in 3s (11.7 MB/s) [2021-01-19T17:21:20.313Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:21:20.313Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:21:20.313Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:21:20.760Z] 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-19T17:21:20.887Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:21:20.887Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:21:21.148Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:21:21.148Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:21:21.148Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:21:21.148Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:21:21.412Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T17:21:21.412Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:21:21.412Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:21:21.676Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:21:21.938Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T17:21:21.938Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T17:21:22.200Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T17:21:22.462Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T17:21:22.462Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:21:22.462Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:21:22.462Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T17:21:22.462Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:21:22.724Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:22.724Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T17:21:22.724Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T17:21:22.724Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:21:22.987Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T17:21:22.987Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:21:22.987Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:23.249Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:21:23.249Z] Checking for services that may need to be restarted...done. [2021-01-19T17:21:23.249Z] Checking for services that may need to be restarted...done. [2021-01-19T17:21:23.249Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:23.509Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:21:23.509Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:23.772Z] Selecting previously unselected package python3-minimal. [2021-01-19T17:21:23.772Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T17:21:23.772Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:21:24.034Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:21:24.034Z] Selecting previously unselected package mime-support. [2021-01-19T17:21:24.034Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T17:21:24.034Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T17:21:24.034Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T17:21:24.034Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T17:21:24.034Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:21:24.152Z] 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-19T17:21:24.296Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T17:21:24.296Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:21:24.296Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:24.558Z] Selecting previously unselected package python3.6. [2021-01-19T17:21:24.558Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:21:24.558Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:24.558Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T17:21:24.558Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:21:24.558Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:21:24.558Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:21:24.819Z] Selecting previously unselected package python3. [2021-01-19T17:21:24.819Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T17:21:24.819Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:21:24.819Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T17:21:25.082Z] Selecting previously unselected package multiarch-support. [2021-01-19T17:21:25.082Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:21:25.082Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:21:25.082Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:21:25.082Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T17:21:25.082Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T17:21:25.082Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T17:21:25.082Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:21:25.343Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T17:21:25.343Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T17:21:25.343Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:21:25.343Z] Selecting previously unselected package sudo. [2021-01-19T17:21:25.343Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T17:21:25.343Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:21:25.343Z] Selecting previously unselected package apparmor. [2021-01-19T17:21:25.343Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:21:25.604Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:21:25.604Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T17:21:25.604Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T17:21:25.604Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:21:25.866Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T17:21:25.866Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:21:25.866Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:25.866Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T17:21:25.866Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:21:25.866Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:25.866Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T17:21:25.866Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T17:21:25.866Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:21:26.127Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T17:21:26.127Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:21:26.127Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:26.127Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T17:21:26.127Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:21:26.127Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:26.389Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T17:21:26.389Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T17:21:26.389Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:21:26.650Z] Selecting previously unselected package openssh-client. [2021-01-19T17:21:26.650Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T17:21:26.650Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:21:26.650Z] Selecting previously unselected package squashfs-tools. [2021-01-19T17:21:26.650Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:21:26.650Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:21:26.912Z] Selecting previously unselected package snapd. [2021-01-19T17:21:26.912Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T17:21:26.912Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T17:21:28.467Z] 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-19T17:21:28.835Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:21:28.835Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:21:28.835Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T17:21:28.835Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:21:29.795Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:21:30.057Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:30.057Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:21:30.057Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T17:21:30.057Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T17:21:30.638Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:21:30.638Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:21:30.638Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:21:30.899Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:30.899Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:30.899Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:21:31.472Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:21:31.472Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:31.472Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:21:31.472Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T17:21:31.472Z] running python rtupdate hooks for python3.6... [2021-01-19T17:21:31.472Z] running python post-rtupdate hooks for python3.6... [2021-01-19T17:21:31.734Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:21:31.851Z] 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-19T17:21:33.127Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T17:21:33.127Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:21:33.127Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:21:33.127Z] Setting up snapd (2.48+18.04) ... [2021-01-19T17:21:33.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T17:21:33.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T17:21:33.957Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T17:21:34.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T17:21:34.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:21:34.219Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:21:34.479Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T17:21:34.739Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T17:21:34.739Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T17:21:35.005Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T17:21:35.231Z] 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-19T17:21:35.266Z] /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-19T17:21:35.266Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:21:35.266Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:21:36.217Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:21:36.217Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:21:36.217Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:21:37.421Z] Reading package lists... [2021-01-19T17:21:37.682Z] Reading package lists... [2021-01-19T17:21:37.944Z] Building dependency tree... [2021-01-19T17:21:37.944Z] Reading state information... [2021-01-19T17:21:37.944Z] Calculating upgrade... [2021-01-19T17:21:37.944Z] The following packages will be upgraded: [2021-01-19T17:21:37.944Z] advancecomp base-files bash binutils binutils-common [2021-01-19T17:21:37.944Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T17:21:37.944Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T17:21:37.944Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T17:21:37.944Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T17:21:37.944Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T17:21:37.944Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T17:21:37.944Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T17:21:37.944Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T17:21:37.944Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T17:21:37.944Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T17:21:37.944Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T17:21:37.944Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T17:21:37.944Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T17:21:37.944Z] ubuntu-keyring util-linux [2021-01-19T17:21:38.204Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:21:38.204Z] Need to get 63.7 MB of archives. [2021-01-19T17:21:38.204Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T17:21:38.204Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T17:21:38.204Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T17:21:38.204Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T17:21:38.204Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T17:21:38.467Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T17:21:38.467Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T17:21:38.467Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T17:21:38.467Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T17:21:38.467Z] 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-19T17:21:38.467Z] 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-19T17:21:38.467Z] 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-19T17:21:38.467Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T17:21:38.467Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T17:21:38.467Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T17:21:38.467Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T17:21:38.467Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T17:21:38.467Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T17:21:38.467Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T17:21:38.467Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T17:21:38.467Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T17:21:38.467Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T17:21:38.467Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T17:21:38.467Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T17:21:38.467Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T17:21:38.467Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T17:21:38.467Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T17:21:38.467Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T17:21:38.467Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T17:21:38.467Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T17:21:38.467Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T17:21:38.467Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T17:21:38.621Z] 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-19T17:21:38.728Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T17:21:38.728Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T17:21:38.728Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T17:21:38.728Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T17:21:38.728Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T17:21:38.728Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T17:21:38.728Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T17:21:38.728Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T17:21:38.728Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T17:21:38.728Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T17:21:38.728Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T17:21:38.728Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T17:21:38.728Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T17:21:38.728Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T17:21:38.728Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T17:21:38.728Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T17:21:38.728Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T17:21:38.728Z] Get:49 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-19T17:21:38.728Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T17:21:38.728Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T17:21:38.728Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T17:21:38.728Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T17:21:38.728Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T17:21:38.728Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T17:21:38.728Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T17:21:38.990Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T17:21:38.990Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T17:21:38.990Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T17:21:38.990Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T17:21:39.251Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T17:21:39.251Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T17:21:39.251Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T17:21:39.251Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T17:21:39.251Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T17:21:39.512Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T17:21:39.512Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T17:21:39.512Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T17:21:39.512Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T17:21:39.512Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T17:21:39.512Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T17:21:39.512Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T17:21:39.512Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T17:21:39.512Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T17:21:39.774Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T17:21:39.774Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T17:21:39.774Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T17:21:39.774Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T17:21:39.774Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T17:21:39.774Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T17:21:39.774Z] Get:81 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-19T17:21:39.774Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T17:21:39.774Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T17:21:39.774Z] Get:84 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-19T17:21:39.774Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T17:21:39.774Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T17:21:39.774Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T17:21:39.774Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T17:21:39.774Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T17:21:39.774Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T17:21:40.035Z] Get:91 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-19T17:21:40.035Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T17:21:40.035Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T17:21:40.035Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T17:21:40.035Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T17:21:40.035Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T17:21:40.035Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T17:21:40.296Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:21:40.296Z] Fetched 63.7 MB in 2s (32.3 MB/s) [2021-01-19T17:21:40.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:40.560Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:21:40.560Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:21:41.133Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:21:41.133Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:21:41.394Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T17:21:41.394Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T17:21:42.337Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.337Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.337Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.337Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.337Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.338Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.600Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.600Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.600Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.600Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.862Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.862Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:42.862Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:42.862Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] } [2021-01-19T17:21:42.937Z] $ docker stop --time=1 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 [2021-01-19T17:21:43.125Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:21:43.125Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:21:43.125Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:43.125Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T17:21:43.387Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:21:43.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:21:43.387Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:43.387Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:43.387Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:43.387Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:43.648Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:21:43.648Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:21:43.912Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:21:44.174Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:21:44.174Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:21:44.174Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:21:44.751Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:21:44.751Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:21:44.751Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T17:21:45.013Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T17:21:45.013Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T17:21:45.013Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T17:21:45.273Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T17:21:45.273Z] Installing new version of config file /etc/issue ... [2021-01-19T17:21:45.273Z] Installing new version of config file /etc/issue.net ... [2021-01-19T17:21:45.273Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T17:21:45.273Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T17:21:45.392Z] $ docker rm -f 281d41b9258d2876ab667bc6d819dfb6c95a2f3abd6db88b6dd535816819f805 [2021-01-19T17:21:45.535Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T17:21:45.535Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T17:21:45.535Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T17:21:45.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:45.796Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T17:21:45.796Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T17:21:46.057Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T17:21:46.057Z] 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-19T17:21:46.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:46.057Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:46.058Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:46.319Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:46.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:46.319Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T17:21:46.319Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-01-19T17:21:46.582Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T17:21:46.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:46.582Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T17:21:46.582Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-19T17:21:46.847Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:21:47.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:47.108Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:47.108Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:21:47.109Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:21:47.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:21:47.199Z] [2021-01-19T17:21:47.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:21:47.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:47.375Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:47.375Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:21:47.375Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T17:21:47.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:21:47.585Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T17:21:47.585Z] 29e5d40040c1: Pulling fs layer [2021-01-19T17:21:47.585Z] 1ce36da41761: Pulling fs layer [2021-01-19T17:21:47.585Z] 25b303627fd3: Pulling fs layer [2021-01-19T17:21:47.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:47.636Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T17:21:47.636Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T17:21:47.636Z] Setting up grep (3.1-2build1) ... [2021-01-19T17:21:47.858Z] 29e5d40040c1: Verifying Checksum [2021-01-19T17:21:47.858Z] 29e5d40040c1: Download complete [2021-01-19T17:21:47.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:47.896Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:21:47.896Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:21:48.157Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T17:21:48.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:48.157Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:21:48.157Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:21:48.157Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T17:21:48.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:48.418Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:21:48.418Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:21:48.460Z] 1ce36da41761: Verifying Checksum [2021-01-19T17:21:48.461Z] 1ce36da41761: Download complete [2021-01-19T17:21:48.461Z] 29e5d40040c1: Pull complete [2021-01-19T17:21:48.992Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:21:48.992Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:21:48.992Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:21:48.992Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:21:49.564Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T17:21:49.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:49.825Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T17:21:49.825Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:21:49.893Z] 1ce36da41761: Pull complete [2021-01-19T17:21:50.864Z] 25b303627fd3: Verifying Checksum [2021-01-19T17:21:50.864Z] 25b303627fd3: Download complete [2021-01-19T17:21:51.213Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:21:51.213Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:21:51.213Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:21:51.213Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:21:51.475Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:21:51.475Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:51.475Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T17:21:51.475Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T17:21:51.738Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T17:21:51.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:51.738Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:52.000Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:52.000Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:52.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:52.000Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:52.000Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:52.260Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:52.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:52.260Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:52.260Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:52.520Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:52.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:52.521Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:52.521Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:52.782Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:52.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:52.782Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:21:52.782Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:21:53.045Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:21:53.045Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:21:53.045Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:21:53.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:53.045Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:21:53.307Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:21:53.307Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:21:53.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:53.307Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:53.568Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:53.568Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:53.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:53.568Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:53.568Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:53.829Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:53.829Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:53.829Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:54.092Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:54.354Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:21:54.615Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T17:21:54.877Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T17:21:55.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:55.137Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:21:55.137Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:21:55.137Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:21:55.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:21:55.402Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T17:21:55.402Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:21:55.664Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T17:21:55.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:55.664Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T17:21:55.947Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T17:21:55.947Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T17:21:56.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:56.517Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:21:56.517Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:21:56.517Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:21:56.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:56.779Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:21:56.779Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:21:56.779Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:21:56.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:56.779Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:21:57.041Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:21:57.041Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:21:57.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:57.301Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:21:57.301Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:21:57.561Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:21:57.561Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:21:57.561Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:57.561Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:21:57.822Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:21:57.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:57.822Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T17:21:57.822Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T17:21:58.083Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T17:21:58.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:58.083Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T17:21:58.083Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:21:58.343Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:21:58.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:58.605Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:58.605Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:21:58.605Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:21:58.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:58.864Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T17:21:58.864Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T17:21:59.126Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T17:21:59.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:59.126Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:21:59.126Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:21:59.387Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T17:21:59.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:59.649Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:21:59.649Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:21:59.910Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T17:21:59.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:21:59.911Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T17:21:59.911Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T17:22:00.171Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T17:22:00.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:22:00.433Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T17:22:00.433Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T17:22:00.433Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T17:22:00.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:22:00.433Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T17:22:00.694Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T17:22:00.694Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T17:22:00.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:22:00.694Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T17:22:00.955Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T17:22:00.955Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T17:22:01.015Z] 25b303627fd3: Pull complete [2021-01-19T17:22:01.015Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T17:22:01.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:22:01.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T17:22:01.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:22:01.217Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:22:01.217Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T17:22:01.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container [2021-01-19T17:22:01.317Z] $ 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-19T17:22:01.479Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T17:22:01.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:22:01.479Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T17:22:01.479Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T17:22:01.479Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T17:22:01.740Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T17:22:01.740Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:22:01.740Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:22:01.740Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:22:02.003Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:22:02.003Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:22:02.003Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:22:02.264Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T17:22:02.264Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T17:22:02.526Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:22:02.526Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T17:22:02.526Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:22:02.526Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T17:22:02.786Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T17:22:02.786Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T17:22:02.786Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T17:22:02.786Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T17:22:03.047Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T17:22:03.047Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T17:22:03.047Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T17:22:03.047Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T17:22:03.308Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T17:22:03.308Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T17:22:03.308Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T17:22:03.308Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T17:22:04.141Z] $ docker top bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 -eo pid,comm [2021-01-19T17:22:04.250Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T17:22:04.250Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T17:22:04.250Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:22:04.250Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [Pipeline] { [Pipeline] sh [2021-01-19T17:22:04.511Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:22:04.511Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:22:04.775Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:22:04.775Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:22:04.775Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:22:04.775Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:22:05.035Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:22:05.035Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:22:05.035Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:05.035Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:05.137Z] + docker-compose build --help [2021-01-19T17:22:05.137Z] + grep parallel [2021-01-19T17:22:05.295Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:05.296Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:05.296Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:05.556Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:05.556Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:05.556Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:06.499Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:06.763Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:07.335Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:07.599Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:08.170Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:08.170Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:08.431Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:08.431Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:08.492Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:22:08.772Z] $ docker stop --time=1 bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 [2021-01-19T17:22:09.382Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:22:09.382Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:22:09.382Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:22:09.644Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:22:09.644Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:22:09.644Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:22:09.905Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:22:09.905Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:22:09.905Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T17:22:09.905Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T17:22:10.166Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:22:10.166Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:22:10.166Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:22:10.166Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:22:10.427Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T17:22:10.427Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T17:22:10.427Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:10.635Z] $ docker rm -f bf567318e4c016ea40763b08ee7ac9aa6009311fbb032cdf3fa394da3c8a10d2 [2021-01-19T17:22:10.687Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:22:10.687Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:10.687Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:10.687Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:10.687Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T17:22:10.687Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T17:22:10.687Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T17:22:10.947Z] [2021-01-19T17:22:10.947Z] Current default time zone: 'Etc/UTC' [2021-01-19T17:22:10.947Z] Local time is now: Tue Jan 19 17:22:10 UTC 2021. [2021-01-19T17:22:10.947Z] Universal Time is now: Tue Jan 19 17:22:10 UTC 2021. [2021-01-19T17:22:10.947Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T17:22:10.947Z] [2021-01-19T17:22:10.947Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T17:22:10.947Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:10.947Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T17:22:10.947Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:22:10.947Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T17:22:10.947Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T17:22:10.947Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:11.211Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:22:11.211Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T17:22:11.211Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:22:11.211Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:11.211Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:22:11.471Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:11.471Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:22:11.471Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:11.471Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T17:22:11.471Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T17:22:11.471Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T17:22:11.471Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:22:11.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:22:11.474Z] . [Pipeline] withDockerContainer [2021-01-19T17:22:11.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-21236 does not seem to be running inside a container [2021-01-19T17:22:11.753Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T17:22:11.753Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T17:22:11.753Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:22:11.753Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:22:11.864Z] $ 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-19T17:22:13.297Z] $ docker top c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b -eo pid,comm [Pipeline] { [2021-01-19T17:22:13.669Z] Updating certificates in /etc/ssl/certs... [Pipeline] sh [2021-01-19T17:22:14.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:22:14.615Z] 22 added, 17 removed; done. [2021-01-19T17:22:14.615Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:22:14.615Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:22:14.615Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T17:22:14.615Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T17:22:14.877Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T17:22:14.877Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:14.877Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:22:14.877Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:14.877Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:14.877Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:14.877Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:14.877Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:15.137Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T17:22:15.138Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:22:15.138Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:22:15.138Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T17:22:15.138Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:22:15.138Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:15.138Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:22:15.138Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:22:15.398Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T17:22:15.398Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:22:15.398Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:22:15.398Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:22:15.659Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T17:22:15.659Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:22:15.659Z] Updating certificates in /etc/ssl/certs... [2021-01-19T17:22:16.229Z] 0 added, 0 removed; done. [2021-01-19T17:22:16.229Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T17:22:16.229Z] done. [2021-01-19T17:22:16.751Z] Reading package lists... [2021-01-19T17:22:16.751Z] Building dependency tree... [2021-01-19T17:22:16.751Z] Reading state information... [2021-01-19T17:22:17.012Z] The following NEW packages will be installed: [2021-01-19T17:22:17.012Z] apt-transport-https [2021-01-19T17:22:17.272Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:22:17.272Z] Need to get 1696 B of archives. [2021-01-19T17:22:17.272Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T17:22:17.272Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T17:22:17.272Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:22:17.272Z] Fetched 1696 B in 0s (8356 B/s) [2021-01-19T17:22:17.272Z] Selecting previously unselected package apt-transport-https. [2021-01-19T17:22:17.272Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T17:22:17.272Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T17:22:17.272Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:22:17.534Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:22:17.798Z] Waiting for network to be ready... [2021-01-19T17:22:18.634Z] Building docker-core-command-go ... [2021-01-19T17:22:18.634Z] Building docker-core-data-go ... [2021-01-19T17:22:18.634Z] Building docker-core-metadata-go ... [2021-01-19T17:22:18.634Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:22:18.634Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:22:18.634Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:22:18.634Z] Building docker-support-notifications-go ... [2021-01-19T17:22:18.634Z] Building docker-support-scheduler-go ... [2021-01-19T17:22:18.634Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:22:18.634Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:22:18.634Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:22:18.634Z] Building docker-support-scheduler-go [2021-01-19T17:22:18.634Z] Building docker-core-command-go [2021-01-19T17:22:18.634Z] Building docker-support-notifications-go [2021-01-19T17:22:24.449Z] 2021-01-19T17:22:20Z INFO Waiting for automatic snapd restart... [2021-01-19T17:22:24.449Z] snapd 2.48.2 from Canonical* installed [2021-01-19T17:22:24.449Z] "snapd" switched to the "latest/stable" channel [2021-01-19T17:22:24.449Z] [2021-01-19T17:22:27.750Z] core18 20201210 from Canonical* installed [2021-01-19T17:22:27.750Z] "core18" switched to the "latest/stable" channel [2021-01-19T17:22:27.750Z] [2021-01-19T17:22:31.050Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:22:31.050Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T17:22:31.050Z] [2021-01-19T17:22:34.355Z] 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-19T17:22:34.355Z] - README.md [2021-01-19T17:22:34.355Z] - snapcraft.yaml.orig [2021-01-19T17:22:34.355Z] [2021-01-19T17:22:34.355Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:22:40.944Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:22:40.944Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:22:41.205Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:22:41.205Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:22:42.409Z] Reading package lists... [2021-01-19T17:22:42.671Z] 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-19T17:22:49.271Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:22:49.271Z] Reading package lists... [2021-01-19T17:22:49.271Z] Building dependency tree... [2021-01-19T17:22:49.271Z] Reading state information... [2021-01-19T17:22:49.271Z] Suggested packages: [2021-01-19T17:22:49.271Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T17:22:49.271Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T17:22:49.271Z] Recommended packages: [2021-01-19T17:22:49.271Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T17:22:49.271Z] The following NEW packages will be installed: [2021-01-19T17:22:49.271Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T17:22:49.271Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T17:22:49.271Z] pkg-config zip [2021-01-19T17:22:49.271Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:22:49.271Z] Need to get 7655 kB of archives. [2021-01-19T17:22:49.271Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T17:22:49.271Z] 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-19T17:22:49.271Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T17:22:49.271Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T17:22:49.534Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T17:22:49.534Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T17:22:49.534Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T17:22:49.534Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T17:22:49.796Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T17:22:49.797Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T17:22:49.797Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T17:22:50.370Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T17:22:50.370Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T17:22:50.370Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T17:22:50.942Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T17:22:50.942Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T17:22:50.943Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:22:50.943Z] Fetched 7655 kB in 2s (4241 kB/s) [2021-01-19T17:22:50.943Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T17:22:50.943Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T17:22:50.943Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T17:22:50.943Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:22:51.204Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T17:22:51.204Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T17:22:51.204Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:22:51.467Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T17:22:51.467Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T17:22:51.467Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:22:51.467Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T17:22:51.467Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T17:22:51.467Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:22:51.467Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T17:22:51.467Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T17:22:51.467Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:22:51.728Z] Selecting previously unselected package liberror-perl. [2021-01-19T17:22:51.728Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T17:22:51.728Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T17:22:51.728Z] Selecting previously unselected package git-man. [2021-01-19T17:22:51.728Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T17:22:51.728Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:22:51.990Z] Selecting previously unselected package git. [2021-01-19T17:22:51.990Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T17:22:51.990Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:22:52.562Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T17:22:52.562Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T17:22:52.562Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:22:52.823Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T17:22:52.823Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T17:22:52.823Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:22:52.823Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T17:22:52.823Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T17:22:52.823Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:22:53.085Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T17:22:53.086Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:22:53.086Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:22:53.086Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T17:22:53.086Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:22:53.086Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:22:53.086Z] Selecting previously unselected package pkg-config. [2021-01-19T17:22:53.086Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T17:22:53.347Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:22:53.347Z] Selecting previously unselected package zip. [2021-01-19T17:22:53.347Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T17:22:53.347Z] Unpacking zip (3.0-11build1) ... [2021-01-19T17:22:53.347Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:22:53.347Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:22:53.347Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:22:53.610Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T17:22:53.610Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:22:53.610Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:22:53.610Z] No schema files found: doing nothing. [2021-01-19T17:22:53.610Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:22:53.610Z] Setting up zip (3.0-11build1) ... [2021-01-19T17:22:53.610Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:22:53.610Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:22:53.610Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:22:53.872Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:22:53.872Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:22:53.872Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:22:53.872Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:22:53.872Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:23:00.467Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:23:00.467Z] git set to automatically installed. [2021-01-19T17:23:00.467Z] git-man set to automatically installed. [2021-01-19T17:23:00.467Z] libcurl3-gnutls set to automatically installed. [2021-01-19T17:23:00.467Z] liberror-perl set to automatically installed. [2021-01-19T17:23:00.467Z] libglib2.0-0 set to automatically installed. [2021-01-19T17:23:00.467Z] libnghttp2-14 set to automatically installed. [2021-01-19T17:23:00.467Z] libnorm1 set to automatically installed. [2021-01-19T17:23:00.467Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T17:23:00.467Z] libpsl5 set to automatically installed. [2021-01-19T17:23:00.467Z] librtmp1 set to automatically installed. [2021-01-19T17:23:00.467Z] libsodium23 set to automatically installed. [2021-01-19T17:23:00.467Z] libzmq3-dev set to automatically installed. [2021-01-19T17:23:00.467Z] libzmq5 set to automatically installed. [2021-01-19T17:23:00.467Z] pkg-config set to automatically installed. [2021-01-19T17:23:00.467Z] zip set to automatically installed. [2021-01-19T17:23:02.385Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T17:23:09.017Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:23:09.017Z] snap "core18" has no updates available [2021-01-19T17:23:09.277Z] Pulling config-common [2021-01-19T17:23:10.219Z] Pulling go-build-helper [2021-01-19T17:23:26.625Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:23:26.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:23:26.625Z] ---> 0572c53f21a1 [2021-01-19T17:23:26.625Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:23:26.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:23:26.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:23:26.625Z] ---> 0572c53f21a1 [2021-01-19T17:23:26.625Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:23:26.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:23:26.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:23:26.625Z] ---> 0572c53f21a1 [2021-01-19T17:23:26.625Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:23:26.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:23:26.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:23:26.625Z] ---> 0572c53f21a1 [2021-01-19T17:23:26.625Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:23:26.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:23:26.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:23:26.625Z] ---> 0572c53f21a1 [2021-01-19T17:23:26.625Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:23:30.024Z] ---> Running in 58762166c837 [2021-01-19T17:23:30.303Z] ---> Running in d15fbf07e6f8 [2021-01-19T17:23:30.303Z] ---> Running in 29e55a893065 [2021-01-19T17:23:30.303Z] ---> Running in ec18a07cc001 [2021-01-19T17:23:30.303Z] ---> Running in 36f5a8ac854b [2021-01-19T17:23:30.898Z] Removing intermediate container 29e55a893065 [2021-01-19T17:23:30.898Z] Removing intermediate container d15fbf07e6f8 [2021-01-19T17:23:30.898Z] ---> 6039eed19dec [2021-01-19T17:23:30.898Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:23:30.898Z] ---> 75517e225d76 [2021-01-19T17:23:30.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container ec18a07cc001 [2021-01-19T17:23:30.898Z] [2021-01-19T17:23:30.898Z] ---> 4ad04d8b0591 [2021-01-19T17:23:30.898Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:23:31.170Z] Removing intermediate container 58762166c837 [2021-01-19T17:23:31.171Z] ---> f1294960e2c8 [2021-01-19T17:23:31.171Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:23:31.171Z] Removing intermediate container 36f5a8ac854b [2021-01-19T17:23:31.171Z] ---> 24cb0d7b4b43 [2021-01-19T17:23:31.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:23:31.171Z] ---> Running in 3ef96d34f9e6 [2021-01-19T17:23:31.171Z] ---> Running in 79d725043ff4 [2021-01-19T17:23:31.171Z] ---> Running in 3f8dcd567d24 [2021-01-19T17:23:31.444Z] ---> Running in 6e183e137b4f [2021-01-19T17:23:31.444Z] ---> Running in d5b98eb9084e [2021-01-19T17:23:32.192Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:23:32.192Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:23:32.192Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:23:32.192Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:23:32.192Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:23:32.192Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:23:32.192Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:23:32.192Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:23:32.193Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:23:32.193Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:23:32.193Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:23:32.193Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:23:32.193Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:23:32.193Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:23:32.193Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:23:32.193Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:23:32.193Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:23:32.193Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:23:32.193Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:23:32.193Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:23:32.193Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:23:32.193Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:23:32.193Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:23:32.193Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:23:32.193Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:23:32.193Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:23:32.193Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:23:32.193Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T17:23:32.193Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T17:23:32.193Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T17:23:32.193Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T17:23:32.193Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T17:23:32.193Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T17:23:32.193Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T17:23:32.193Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T17:23:32.193Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T17:23:32.193Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T17:23:32.193Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T17:23:32.193Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T17:23:32.193Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T17:23:32.193Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T17:23:32.193Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T17:23:32.193Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T17:23:32.193Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T17:23:32.193Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T17:23:32.193Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T17:23:32.193Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T17:23:32.193Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T17:23:32.193Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T17:23:32.193Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T17:23:32.193Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T17:23:32.193Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T17:23:32.193Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T17:23:32.193Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T17:23:32.193Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T17:23:32.193Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T17:23:32.193Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T17:23:32.193Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T17:23:32.193Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T17:23:32.193Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T17:23:32.193Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T17:23:32.193Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T17:23:32.193Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T17:23:32.193Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T17:23:34.741Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T17:23:34.741Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T17:23:34.741Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T17:23:34.741Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T17:23:34.741Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T17:23:34.741Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T17:23:34.741Z] Pulling static-packages [2021-01-19T17:23:34.893Z] Removing intermediate container 79d725043ff4 [2021-01-19T17:23:34.893Z] ---> 04ebabfe6cbe [2021-01-19T17:23:34.893Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:23:35.166Z] ---> Running in b69cdbc7db78 [2021-01-19T17:23:35.328Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T17:23:35.328Z] Skipping pull go-build-helper (already ran) [2021-01-19T17:23:35.328Z] Skipping pull static-packages (already ran) [2021-01-19T17:23:35.328Z] Building go-build-helper [2021-01-19T17:23:35.444Z] Removing intermediate container 3ef96d34f9e6 [2021-01-19T17:23:35.444Z] ---> dfdd78a01481 [2021-01-19T17:23:35.444Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:23:35.722Z] ---> Running in 4d1ff6f38e61 [2021-01-19T17:23:35.722Z] Removing intermediate container 3f8dcd567d24 [2021-01-19T17:23:35.722Z] ---> 8ab51e45eaf0 [2021-01-19T17:23:35.722Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:23:35.722Z] Removing intermediate container 6e183e137b4f [2021-01-19T17:23:35.722Z] ---> 8c28a27b1768 [2021-01-19T17:23:35.722Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:23:36.002Z] Removing intermediate container d5b98eb9084e [2021-01-19T17:23:36.002Z] ---> 6415fac21346 [2021-01-19T17:23:36.002Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:23:36.002Z] ---> Running in e33b6f23ac8a [2021-01-19T17:23:36.002Z] ---> Running in cc1d2af006a4 [2021-01-19T17:23:36.276Z] ---> Running in dd9e6d46931b [2021-01-19T17:23:36.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:37.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:37.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:37.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.302Z] OK: 217 MiB in 51 packages [2021-01-19T17:23:38.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:38.862Z] OK: 217 MiB in 51 packages [2021-01-19T17:23:38.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:23:39.143Z] OK: 217 MiB in 51 packages [2021-01-19T17:23:39.420Z] OK: 217 MiB in 51 packages [2021-01-19T17:23:39.532Z] Building static-packages [2021-01-19T17:23:39.693Z] OK: 217 MiB in 51 packages [2021-01-19T17:23:39.971Z] Removing intermediate container b69cdbc7db78 [2021-01-19T17:23:39.971Z] ---> 985f4ede3797 [2021-01-19T17:23:39.971Z] Step 6/22 : COPY go.mod . [2021-01-19T17:23:40.564Z] Removing intermediate container 4d1ff6f38e61 [2021-01-19T17:23:40.564Z] ---> 65bc2354b775 [2021-01-19T17:23:40.564Z] Step 6/24 : COPY go.mod . [2021-01-19T17:23:40.837Z] ---> 6f508666a326 [2021-01-19T17:23:40.837Z] Step 7/22 : RUN go mod download [2021-01-19T17:23:40.915Z] Staging go-build-helper [2021-01-19T17:23:41.110Z] Removing intermediate container e33b6f23ac8a [2021-01-19T17:23:41.110Z] ---> 02b4d349ec6b [2021-01-19T17:23:41.110Z] Step 6/26 : COPY go.mod . [2021-01-19T17:23:41.110Z] ---> Running in 7b7e4ca9e030 [2021-01-19T17:23:41.387Z] Removing intermediate container cc1d2af006a4 [2021-01-19T17:23:41.387Z] Removing intermediate container dd9e6d46931b [2021-01-19T17:23:41.387Z] ---> b1ac3cacb71c [2021-01-19T17:23:41.387Z] Step 6/22 : COPY go.mod . [2021-01-19T17:23:41.387Z] ---> 93a0868c7a3e [2021-01-19T17:23:41.387Z] Step 6/21 : COPY go.mod . [2021-01-19T17:23:41.664Z] ---> 4309ccad4698 [2021-01-19T17:23:41.664Z] Step 7/24 : RUN go mod download [2021-01-19T17:23:41.856Z] Staging static-packages [2021-01-19T17:23:41.941Z] ---> Running in ed73aaa9c48c [2021-01-19T17:23:42.221Z] ---> 1099f38cea22 [2021-01-19T17:23:42.221Z] Step 7/26 : RUN go mod download [2021-01-19T17:23:42.508Z] ---> Running in 51c1273ad70d [2021-01-19T17:23:42.786Z] ---> 2214e80946cc [2021-01-19T17:23:42.786Z] Step 7/22 : RUN go mod download [2021-01-19T17:23:42.786Z] ---> ad540e132e54 [2021-01-19T17:23:42.786Z] Step 7/21 : RUN go mod download [2021-01-19T17:23:42.786Z] ---> Running in 7384b9b3d82b [2021-01-19T17:23:42.797Z] Pulling go115 [2021-01-19T17:23:43.063Z] ---> Running in 485c227878b6 [2021-01-19T17:23:44.202Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T17:23:44.202Z] Skipping pull go115 (already ran) [2021-01-19T17:23:44.202Z] Building go115 [2021-01-19T17:23:44.202Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:23:44.202Z] Dload Upload Total Spent Left Speed [2021-01-19T17:23:45.711Z] Removing intermediate container 7b7e4ca9e030 [2021-01-19T17:23:45.711Z] ---> a9f6e0e27c52 [2021-01-19T17:23:45.711Z] Step 8/22 : COPY . . [2021-01-19T17:23:46.311Z] Removing intermediate container ed73aaa9c48c [2021-01-19T17:23:46.311Z] ---> 58104997f48e [2021-01-19T17:23:46.311Z] Step 8/24 : COPY . . [2021-01-19T17:23:47.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7455k 0 0 12.9M 0 0:00:08 --:--:-- 0:00:08 12.9M 44 115M 44 51.5M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 32.9M 80 115M 80 93.5M 0 0 36.5M 0 0:00:03 0:00:02 0:00:01 36.5M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M [2021-01-19T17:23:47.298Z] Removing intermediate container 51c1273ad70d [2021-01-19T17:23:47.298Z] ---> 7d77b065fafc [2021-01-19T17:23:47.298Z] Step 8/26 : COPY . . [2021-01-19T17:23:47.661Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T17:23:47.922Z] Removing intermediate container 485c227878b6 [2021-01-19T17:23:47.922Z] ---> 923ed55b2743 [2021-01-19T17:23:47.922Z] Step 8/21 : COPY . . [2021-01-19T17:23:48.194Z] Removing intermediate container 7384b9b3d82b [2021-01-19T17:23:48.194Z] ---> 0b608691167e [2021-01-19T17:23:48.194Z] Step 8/22 : COPY . . [2021-01-19T17:23:51.875Z] Staging go115 [2021-01-19T17:23:57.165Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:23:57.165Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:23:57.165Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:23:57.165Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T17:23:57.165Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T17:23:57.165Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T17:23:57.165Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T17:23:57.165Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T17:23:57.165Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T17:23:57.165Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T17:23:57.165Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T17:23:57.165Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T17:23:57.165Z] Pulling edgex-go [2021-01-19T17:23:58.106Z] Pulling version [2021-01-19T17:23:59.049Z] Building config-common [2021-01-19T17:24:00.958Z] Skipping build go-build-helper (already ran) [2021-01-19T17:24:00.958Z] Skipping build static-packages (already ran) [2021-01-19T17:24:00.958Z] Skipping build go115 (already ran) [2021-01-19T17:24:00.958Z] Building edgex-go [2021-01-19T17:24:01.220Z] 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-19T17:24:03.152Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T17:24:03.152Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.146 [2021-01-19T17:24:03.152Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T17:24:03.152Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T17:24:03.152Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T17:24:03.152Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T17:24:03.152Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T17:24:03.152Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T17:24:03.152Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T17:24:03.152Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T17:24:03.152Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T17:24:03.153Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T17:24:03.153Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T17:24:03.153Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T17:24:03.153Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T17:24:03.153Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T17:24:03.153Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T17:24:03.153Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T17:24:03.153Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T17:24:03.153Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T17:24:03.423Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T17:24:03.423Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T17:24:03.423Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T17:24:03.423Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T17:24:03.423Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T17:24:03.423Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T17:24:03.423Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T17:24:03.423Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T17:24:03.694Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T17:24:03.694Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T17:24:10.285Z] 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-19T17:24:15.021Z] ---> bc172311d2c2 [2021-01-19T17:24:15.021Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:24:15.021Z] ---> 72edf49850ca [2021-01-19T17:24:15.021Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:24:15.021Z] ---> 2e2c051f26dc [2021-01-19T17:24:15.021Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:24:15.021Z] ---> 9ac78bc66057 [2021-01-19T17:24:15.021Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:24:15.021Z] ---> 8de3842fe8c8 [2021-01-19T17:24:15.021Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:24:15.021Z] ---> Running in 8326359be3a4 [2021-01-19T17:24:15.021Z] ---> Running in f4014720c1ca [2021-01-19T17:24:15.021Z] ---> Running in 69721e598956 [2021-01-19T17:24:15.021Z] ---> Running in f0636c7b6cbe [2021-01-19T17:24:15.021Z] ---> Running in 70c4a0b91570 [2021-01-19T17:24:15.021Z] 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-19T17:24:15.021Z] 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-19T17:24:15.021Z] 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-19T17:24:15.021Z] 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-19T17:24:15.021Z] 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-19T17:24:15.574Z] 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-19T17:24:16.516Z] 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-19T17:24:17.460Z] 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-19T17:24:18.034Z] 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-19T17:24:18.034Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T17:24:18.034Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T17:24:18.034Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T17:24:18.034Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T17:24:19.944Z] 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-19T17:24:19.944Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T17:24:19.944Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T17:24:21.328Z] 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-19T17:24:22.269Z] 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-19T17:24:22.269Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T17:24:23.652Z] 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-19T17:24:24.593Z] 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-19T17:24:25.548Z] 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-19T17:24:25.548Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T17:24:28.104Z] Building version [2021-01-19T17:24:30.018Z] Staging config-common [2021-01-19T17:24:30.961Z] Skipping stage go-build-helper (already ran) [2021-01-19T17:24:30.962Z] Skipping stage static-packages (already ran) [2021-01-19T17:24:30.962Z] Skipping stage go115 (already ran) [2021-01-19T17:24:30.962Z] Staging edgex-go [2021-01-19T17:24:31.903Z] Staging version [2021-01-19T17:24:32.845Z] Priming config-common [2021-01-19T17:24:33.788Z] Priming go-build-helper [2021-01-19T17:24:34.728Z] Priming static-packages [2021-01-19T17:24:37.269Z] Priming go115 [2021-01-19T17:24:38.211Z] Priming edgex-go [2021-01-19T17:24:39.668Z] Priming version [2021-01-19T17:24:40.702Z] 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-19T17:25:51.854Z] Removing intermediate container f4014720c1ca [2021-01-19T17:25:51.854Z] ---> 5a7d7c7f01cc [2021-01-19T17:25:51.854Z] [2021-01-19T17:25:51.854Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:25:51.854Z] 3.12: Pulling from library/alpine [2021-01-19T17:25:51.854Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:25:51.854Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:25:51.854Z] ---> afeebe901d6b [2021-01-19T17:25:51.854Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:25:51.854Z] ---> Running in 2678a45eb302 [2021-01-19T17:25:51.854Z] Removing intermediate container 69721e598956 [2021-01-19T17:25:51.854Z] ---> 9a43574f4278 [2021-01-19T17:25:51.854Z] [2021-01-19T17:25:51.854Z] Removing intermediate container 8326359be3a4 [2021-01-19T17:25:51.854Z] ---> d4bbc61227eb [2021-01-19T17:25:51.854Z] [2021-01-19T17:25:51.854Z] Step 10/21 : FROM scratch [2021-01-19T17:25:51.854Z] ---> [2021-01-19T17:25:51.854Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:25:51.854Z] Step 10/24 : FROM scratch [2021-01-19T17:25:51.854Z] ---> [2021-01-19T17:25:51.854Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:25:51.854Z] Removing intermediate container f0636c7b6cbe [2021-01-19T17:25:51.854Z] ---> 076291d351b6 [2021-01-19T17:25:51.854Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:25:51.854Z] Removing intermediate container 70c4a0b91570 [2021-01-19T17:25:51.854Z] ---> d2970254ba97 [2021-01-19T17:25:51.854Z] [2021-01-19T17:25:51.854Z] Step 10/22 : FROM scratch [2021-01-19T17:25:51.854Z] ---> [2021-01-19T17:25:51.854Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:25:51.854Z] ---> Running in 41b003dd237b [2021-01-19T17:25:51.854Z] ---> Running in f7cff34a5fb2 [2021-01-19T17:25:51.854Z] ---> Running in 57ef6820986e [2021-01-19T17:25:51.854Z] ---> Running in 750029eb9f40 [2021-01-19T17:25:51.854Z] Removing intermediate container 57ef6820986e [2021-01-19T17:25:51.854Z] ---> cdedddb1d8ec [2021-01-19T17:25:51.854Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:25:51.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:51.854Z] ---> Running in b625a4277e78 [2021-01-19T17:25:51.854Z] Removing intermediate container 750029eb9f40 [2021-01-19T17:25:51.854Z] ---> 8ad8363799ca [2021-01-19T17:25:51.854Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:25:51.854Z] Removing intermediate container 41b003dd237b [2021-01-19T17:25:51.854Z] ---> b3b83147abec [2021-01-19T17:25:51.854Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:25:51.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:25:51.854Z] ---> Running in cb1fcd74a4ea [2021-01-19T17:25:51.854Z] ---> Running in d69c2faeb832 [2021-01-19T17:25:51.854Z] Removing intermediate container b625a4277e78 [2021-01-19T17:25:51.854Z] ---> 918d564c61ca [2021-01-19T17:25:51.854Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:25:51.854Z] 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-19T17:25:51.854Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:25:51.854Z] ---> Running in c20fdceb2f5b [2021-01-19T17:25:51.854Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:25:51.854Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:25:51.854Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:25:51.854Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:25:51.854Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:25:51.854Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:25:51.854Z] Removing intermediate container d69c2faeb832 [2021-01-19T17:25:51.854Z] ---> 70d7e677d70f [2021-01-19T17:25:51.854Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:25:51.854Z] Removing intermediate container cb1fcd74a4ea [2021-01-19T17:25:51.854Z] ---> a6887639fc08 [2021-01-19T17:25:51.854Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:25:51.854Z] OK: 7 MiB in 19 packages [2021-01-19T17:25:51.854Z] ---> Running in de7d559f412e [2021-01-19T17:25:51.854Z] ---> Running in 211bf7b6b3e6 [2021-01-19T17:25:51.854Z] Removing intermediate container c20fdceb2f5b [2021-01-19T17:25:51.854Z] ---> 3ab703bd70ab [2021-01-19T17:25:51.854Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:25:51.854Z] Removing intermediate container 211bf7b6b3e6 [2021-01-19T17:25:51.854Z] ---> e55b88198681 [2021-01-19T17:25:51.854Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:25:51.854Z] Removing intermediate container de7d559f412e [2021-01-19T17:25:51.854Z] ---> 110b4c102464 [2021-01-19T17:25:51.854Z] Step 14/22 : WORKDIR / [2021-01-19T17:25:51.854Z] ---> Running in ea4631aa197a [2021-01-19T17:25:51.854Z] ---> 6db9ba52bf3f [2021-01-19T17:25:51.854Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:25:52.453Z] Removing intermediate container ea4631aa197a [2021-01-19T17:25:52.453Z] ---> 4936ed2bad3c [2021-01-19T17:25:52.453Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:25:52.735Z] ---> 4a744d08ee02 [2021-01-19T17:25:52.735Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:25:52.735Z] Removing intermediate container 2678a45eb302 [2021-01-19T17:25:52.735Z] ---> 70376afb3dbd [2021-01-19T17:25:52.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:25:53.011Z] ---> Running in 53215caa2780 [2021-01-19T17:25:53.286Z] ---> a85c2b65e1f6 [2021-01-19T17:25:53.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:25:53.557Z] ---> 74baf1327ff6 [2021-01-19T17:25:53.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:25:53.829Z] Removing intermediate container 53215caa2780 [2021-01-19T17:25:53.829Z] ---> 192a374c0288 [2021-01-19T17:25:53.829Z] Step 13/22 : WORKDIR / [2021-01-19T17:25:53.829Z] Removing intermediate container f7cff34a5fb2 [2021-01-19T17:25:53.829Z] ---> b1d93a1ca63f [2021-01-19T17:25:53.829Z] [2021-01-19T17:25:53.829Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:25:54.103Z] 20.10.0: Pulling from library/docker [2021-01-19T17:25:54.377Z] ---> 4d9d0b50f589 [2021-01-19T17:25:54.378Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:25:54.378Z] ---> Running in 8c7972e4d62b [2021-01-19T17:25:54.651Z] ---> 0532a6338de2 [2021-01-19T17:25:54.651Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:25:55.245Z] ---> Running in c4a15fecdce4 [2021-01-19T17:25:55.844Z] ---> 33f134e7dab4 [2021-01-19T17:25:55.844Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:25:55.844Z] Removing intermediate container 8c7972e4d62b [2021-01-19T17:25:55.844Z] ---> 59174b464433 [2021-01-19T17:25:55.844Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:25:56.118Z] Removing intermediate container c4a15fecdce4 [2021-01-19T17:25:56.118Z] ---> dbf3fa1309e6 [2021-01-19T17:25:56.118Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:25:56.392Z] ---> 0f67096d49d3 [2021-01-19T17:25:56.392Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:25:56.997Z] ---> Running in a67c1451483b [2021-01-19T17:25:57.269Z] ---> 7d5e059f7251 [2021-01-19T17:25:57.269Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:25:57.269Z] ---> ccc138c03f36 [2021-01-19T17:25:57.269Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:25:57.544Z] ---> Running in 2f4a4eb5999b [2021-01-19T17:25:57.544Z] Removing intermediate container a67c1451483b [2021-01-19T17:25:57.544Z] ---> 44d377e761d3 [2021-01-19T17:25:57.544Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:25:57.544Z] ---> 57e94ecc98d9 [2021-01-19T17:25:57.544Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:25:58.161Z] ---> Running in 3a56f7625636 [2021-01-19T17:25:58.161Z] Removing intermediate container 2f4a4eb5999b [2021-01-19T17:25:58.161Z] ---> 4bc184fb4f9f [2021-01-19T17:25:58.161Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:25:58.754Z] ---> Running in b5a7e3696914 [2021-01-19T17:25:59.027Z] Removing intermediate container 3a56f7625636 [2021-01-19T17:25:59.027Z] ---> 8a7c3e36fabd [2021-01-19T17:25:59.027Z] Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:25:59.324Z] ---> 447516490a2f [2021-01-19T17:25:59.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:25:59.601Z] ---> a95067302a71 [2021-01-19T17:25:59.601Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:25:59.601Z] Removing intermediate container b5a7e3696914 [2021-01-19T17:25:59.601Z] ---> f4f1dbd91a96 [2021-01-19T17:25:59.601Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:25:59.601Z] ---> Running in d6f8a647a423 [2021-01-19T17:25:59.876Z] ---> Running in 92d592ae0285 [2021-01-19T17:26:00.866Z] Removing intermediate container d6f8a647a423 [2021-01-19T17:26:00.866Z] ---> 00fd77b06338 [2021-01-19T17:26:00.866Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:26:00.866Z] ---> 2d9e5790919c [2021-01-19T17:26:00.866Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:26:01.149Z] ---> Running in 3691e229c75d [2021-01-19T17:26:01.149Z] ---> 920f42a3521a [2021-01-19T17:26:01.149Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:26:01.149Z] Removing intermediate container 92d592ae0285 [2021-01-19T17:26:01.149Z] ---> 8bd52ee4251d [2021-01-19T17:26:01.149Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:26:01.750Z] ---> Running in cd87aff0fe9a [2021-01-19T17:26:01.750Z] ---> Running in b38775b53381 [2021-01-19T17:26:02.022Z] Removing intermediate container 3691e229c75d [2021-01-19T17:26:02.022Z] ---> 8b993c5989f0 [2021-01-19T17:26:02.022Z] [2021-01-19T17:26:02.022Z] ---> 22e02b5c67fd [2021-01-19T17:26:02.022Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:26:02.293Z] Successfully built 8b993c5989f0 [2021-01-19T17:26:02.582Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T17:26:02.582Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-19T17:26:02.582Z] ---> Running in 5cf5fb53b091 [2021-01-19T17:26:02.582Z] Removing intermediate container b38775b53381 [2021-01-19T17:26:02.582Z] ---> 45607403d05b [2021-01-19T17:26:02.582Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:26:02.582Z] Removing intermediate container cd87aff0fe9a [2021-01-19T17:26:02.582Z] ---> a529e20843c5 [2021-01-19T17:26:02.582Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:26:03.184Z] ---> Running in f536820fe080 [2021-01-19T17:26:03.184Z] ---> Running in 5bef3522e60a [2021-01-19T17:26:04.646Z] Removing intermediate container f536820fe080 [2021-01-19T17:26:04.646Z] ---> 0733ca667b96 [2021-01-19T17:26:04.646Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:26:05.243Z] Removing intermediate container 5bef3522e60a [2021-01-19T17:26:05.243Z] ---> c135fb08d4b8 [2021-01-19T17:26:05.243Z] [2021-01-19T17:26:05.546Z] Successfully built c135fb08d4b8 [2021-01-19T17:26:05.546Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T17:26:05.546Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-19T17:26:05.546Z] ---> Running in f4566c878641 [2021-01-19T17:26:06.531Z] Removing intermediate container f4566c878641 [2021-01-19T17:26:06.532Z] ---> 9031c0b279e3 [2021-01-19T17:26:06.532Z] Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:26:06.532Z] ---> Running in 42171044dd18 [2021-01-19T17:26:06.803Z] Removing intermediate container 5cf5fb53b091 [2021-01-19T17:26:06.803Z] ---> 99f5202c3655 [2021-01-19T17:26:06.803Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:26:07.078Z] ---> Running in 7fa00b5cef2c [2021-01-19T17:26:07.349Z] Removing intermediate container 42171044dd18 [2021-01-19T17:26:07.349Z] ---> 570b5c7c00ca [2021-01-19T17:26:07.349Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:26:07.349Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:26:07.349Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:26:07.349Z] ---> eeaf43b92773 [2021-01-19T17:26:07.349Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:26:07.960Z] ---> Running in 26a3fbc9742f [2021-01-19T17:26:08.239Z] ---> Running in 463fdf29cc2f [2021-01-19T17:26:08.239Z] Removing intermediate container 7fa00b5cef2c [2021-01-19T17:26:08.239Z] ---> 46350b9f9f79 [2021-01-19T17:26:08.239Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:26:09.237Z] Removing intermediate container 463fdf29cc2f [2021-01-19T17:26:09.237Z] ---> cf79d55569d7 [2021-01-19T17:26:09.237Z] [2021-01-19T17:26:09.237Z] ---> Running in 609ea9ba7ce9 [2021-01-19T17:26:09.833Z] Successfully built cf79d55569d7 [2021-01-19T17:26:09.833Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T17:26:09.833Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-19T17:26:10.422Z] Removing intermediate container 609ea9ba7ce9 [2021-01-19T17:26:10.422Z] ---> 7143fd807667 [2021-01-19T17:26:10.422Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:26:10.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:10.693Z] ---> Running in cb30ccaca695 [2021-01-19T17:26:10.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:10.966Z] Removing intermediate container cb30ccaca695 [2021-01-19T17:26:10.966Z] ---> ddc0460f1a92 [2021-01-19T17:26:10.966Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:26:11.240Z] ---> Running in d2113ae43284 [2021-01-19T17:26:11.514Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:26:11.514Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:26:11.514Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:26:11.514Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:26:11.514Z] OK: 12 MiB in 22 packages [2021-01-19T17:26:12.111Z] Removing intermediate container d2113ae43284 [2021-01-19T17:26:12.111Z] ---> 00170b196dd6 [2021-01-19T17:26:12.111Z] [2021-01-19T17:26:12.385Z] Successfully built 00170b196dd6 [2021-01-19T17:26:12.659Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T17:26:12.659Z] Building docker-core-data-go [2021-01-19T17:26:13.660Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 26a3fbc9742f [2021-01-19T17:26:13.660Z] ---> ddcefdd3661c [2021-01-19T17:26:13.660Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:26:13.933Z] ---> Running in 3ccd351ef93e [2021-01-19T17:26:14.527Z] Removing intermediate container 3ccd351ef93e [2021-01-19T17:26:14.527Z] ---> 6ee68b2bf8a1 [2021-01-19T17:26:14.527Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:26:14.796Z] ---> Running in 2bb7868a129a [2021-01-19T17:26:15.423Z] Removing intermediate container 2bb7868a129a [2021-01-19T17:26:15.423Z] ---> 9177676b8a8c [2021-01-19T17:26:15.423Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:26:16.399Z] ---> Running in 226de0e6e1e9 [2021-01-19T17:26:16.997Z] Removing intermediate container 226de0e6e1e9 [2021-01-19T17:26:16.997Z] ---> 81ace39e669c [2021-01-19T17:26:16.997Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:26:18.973Z] ---> d6e49d353801 [2021-01-19T17:26:18.973Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:26:20.418Z] ---> 7ea1d01d90ff [2021-01-19T17:26:20.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:26:21.442Z] ---> 2942bceb27bc [2021-01-19T17:26:21.442Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:26:21.719Z] ---> Running in ecf7ee3cc514 [2021-01-19T17:26:22.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:22.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:23.563Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:26:23.563Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:26:23.563Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:26:23.563Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:26:23.563Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:26:23.563Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:26:23.563Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:26:25.543Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:26:25.543Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:26:25.543Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:26:25.543Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:26:25.543Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:26:25.543Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:26:25.543Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:26:25.816Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:26:25.816Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:26:25.816Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:26:25.816Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:26:25.816Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:26:26.090Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:26:26.090Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:26:26.090Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:26:26.090Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:26:26.090Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:26:26.090Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:26:26.090Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:26:26.090Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:26:26.090Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:26:26.090Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:26:26.090Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:26:26.367Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:26:26.367Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:26:26.367Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:26:26.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:26:26.367Z] OK: 71 MiB in 55 packages [2021-01-19T17:26:36.523Z] Removing intermediate container ecf7ee3cc514 [2021-01-19T17:26:36.523Z] ---> 0eb192060920 [2021-01-19T17:26:36.523Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:26:36.523Z] ---> Running in bdde3646b369 [2021-01-19T17:26:43.352Z] Collecting docker-compose==1.23.2 [2021-01-19T17:26:43.352Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:26:43.352Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:26:43.352Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:26:43.352Z] ---> 0572c53f21a1 [2021-01-19T17:26:43.352Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> 24cb0d7b4b43 [2021-01-19T17:26:43.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> 8c28a27b1768 [2021-01-19T17:26:43.352Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> b1ac3cacb71c [2021-01-19T17:26:43.352Z] Step 6/24 : COPY go.mod . [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> 2214e80946cc [2021-01-19T17:26:43.352Z] Step 7/24 : RUN go mod download [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> 0b608691167e [2021-01-19T17:26:43.352Z] Step 8/24 : COPY . . [2021-01-19T17:26:43.352Z] ---> Using cache [2021-01-19T17:26:43.352Z] ---> 9ac78bc66057 [2021-01-19T17:26:43.352Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:26:43.352Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:26:43.352Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:26:43.955Z] 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-19T17:26:44.970Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:26:45.252Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:26:45.847Z] ---> Running in 49ff50bcff7d [2021-01-19T17:26:46.122Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:26:46.122Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:26:47.108Z] 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-19T17:26:49.096Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:26:49.096Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:26:49.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:26:49.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:26:49.704Z] ---> 0572c53f21a1 [2021-01-19T17:26:49.704Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> 24cb0d7b4b43 [2021-01-19T17:26:49.704Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> 8c28a27b1768 [2021-01-19T17:26:49.704Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> b1ac3cacb71c [2021-01-19T17:26:49.704Z] Step 6/22 : COPY go.mod . [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> 2214e80946cc [2021-01-19T17:26:49.704Z] Step 7/22 : RUN go mod download [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> 0b608691167e [2021-01-19T17:26:49.704Z] Step 8/22 : COPY . . [2021-01-19T17:26:49.704Z] ---> Using cache [2021-01-19T17:26:49.704Z] ---> 9ac78bc66057 [2021-01-19T17:26:49.704Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:26:51.168Z] ---> Running in daf135e9a19c [2021-01-19T17:26:53.160Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:26:53.160Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:26:53.438Z] 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-19T17:26:56.082Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:26:56.082Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:26:56.082Z] ---> 0572c53f21a1 [2021-01-19T17:26:56.082Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:26:56.082Z] ---> Using cache [2021-01-19T17:26:56.082Z] ---> 24cb0d7b4b43 [2021-01-19T17:26:56.083Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:26:56.083Z] ---> Using cache [2021-01-19T17:26:56.083Z] ---> 8c28a27b1768 [2021-01-19T17:26:56.083Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:26:56.083Z] ---> Using cache [2021-01-19T17:26:56.083Z] ---> b1ac3cacb71c [2021-01-19T17:26:56.083Z] Step 6/21 : COPY go.mod . [2021-01-19T17:26:56.083Z] ---> Using cache [2021-01-19T17:26:56.083Z] ---> 2214e80946cc [2021-01-19T17:26:56.083Z] Step 7/21 : RUN go mod download [2021-01-19T17:26:56.083Z] ---> Using cache [2021-01-19T17:26:56.083Z] ---> 0b608691167e [2021-01-19T17:26:56.083Z] Step 8/21 : COPY . . [2021-01-19T17:26:56.083Z] ---> Using cache [2021-01-19T17:26:56.083Z] ---> 9ac78bc66057 [2021-01-19T17:26:56.083Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:26:56.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:26:56.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:26:56.689Z] ---> 0572c53f21a1 [2021-01-19T17:26:56.689Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:26:56.689Z] ---> Using cache [2021-01-19T17:26:56.689Z] ---> 24cb0d7b4b43 [2021-01-19T17:26:56.689Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:26:56.689Z] ---> Using cache [2021-01-19T17:26:56.689Z] ---> 8c28a27b1768 [2021-01-19T17:26:56.689Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:26:57.297Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:26:57.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:26:57.297Z] ---> Running in 4bcda2d94108 [2021-01-19T17:26:57.297Z] ---> Running in 185773538fae [2021-01-19T17:26:59.278Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:26:59.554Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:26:59.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:59.831Z] 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-19T17:27:00.134Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:27:00.134Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:27:00.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:00.690Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:27:00.690Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:27:01.294Z] OK: 217 MiB in 51 packages [2021-01-19T17:27:03.301Z] Removing intermediate container 185773538fae [2021-01-19T17:27:03.301Z] ---> 44a4028ed40e [2021-01-19T17:27:03.301Z] Step 6/23 : COPY go.mod . [2021-01-19T17:27:03.941Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:27:03.941Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:27:04.228Z] 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-19T17:27:04.228Z] ---> 2fedc3487bc0 [2021-01-19T17:27:04.228Z] Step 7/23 : RUN go mod download [2021-01-19T17:27:04.508Z] ---> Running in 728a343d6e2e [2021-01-19T17:27:04.508Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:27:04.508Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:27:05.977Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:27:05.977Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:27:05.977Z] 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-19T17:27:05.977Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:27:05.977Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:27:05.977Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:27:05.977Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:27:07.745Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, jsonschema, texttable, docker-compose [2021-01-19T17:27:08.366Z] Attempting uninstall: idna [2021-01-19T17:27:08.660Z] Found existing installation: idna 2.9 [2021-01-19T17:27:08.660Z] Uninstalling idna-2.9: [2021-01-19T17:27:08.660Z] Removing intermediate container 728a343d6e2e [2021-01-19T17:27:08.660Z] ---> c20cb41b65cf [2021-01-19T17:27:08.660Z] Step 8/23 : COPY . . [2021-01-19T17:27:08.660Z] Successfully uninstalled idna-2.9 [2021-01-19T17:27:09.952Z] Attempting uninstall: urllib3 [2021-01-19T17:27:09.952Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:27:09.952Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:27:10.718Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:27:11.820Z] Attempting uninstall: requests [2021-01-19T17:27:11.820Z] Found existing installation: requests 2.23.0 [2021-01-19T17:27:11.820Z] Uninstalling requests-2.23.0: [2021-01-19T17:27:11.820Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:27:13.815Z] Running setup.py install for dockerpty: started [2021-01-19T17:27:17.249Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:27:17.249Z] Running setup.py install for PyYAML: started [2021-01-19T17:27:21.603Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:27:21.603Z] Running setup.py install for docopt: started [2021-01-19T17:27:24.254Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:27:25.720Z] Running setup.py install for texttable: started [2021-01-19T17:27:27.732Z] ---> 5f7bf92c776b [2021-01-19T17:27:27.732Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:27:28.012Z] ---> Running in 610a48cf9e00 [2021-01-19T17:27:28.013Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:27:29.467Z] 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-19T17:27:30.072Z] 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-19T17:27:35.535Z] Removing intermediate container bdde3646b369 [2021-01-19T17:27:35.535Z] ---> 81ee7ed31add [2021-01-19T17:27:35.535Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:27:35.535Z] ---> Running in 4cc118144033 [2021-01-19T17:27:36.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:37.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:37.727Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:27:37.727Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:27:37.727Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:27:37.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:37.727Z] OK: 71 MiB in 58 packages [2021-01-19T17:27:40.371Z] Removing intermediate container 4cc118144033 [2021-01-19T17:27:40.371Z] ---> 9189a4aad90a [2021-01-19T17:27:40.371Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:27:40.371Z] ---> Running in 1e44acbb6546 [2021-01-19T17:27:40.986Z] Removing intermediate container 1e44acbb6546 [2021-01-19T17:27:40.986Z] ---> 13cf67e41c11 [2021-01-19T17:27:40.986Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:27:40.986Z] ---> Running in 63e7699f61b3 [2021-01-19T17:27:41.591Z] Removing intermediate container 63e7699f61b3 [2021-01-19T17:27:41.591Z] ---> 92f82ea66866 [2021-01-19T17:27:41.591Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T17:27:41.868Z] ---> Running in b11d93397d24 [2021-01-19T17:27:42.467Z] Removing intermediate container b11d93397d24 [2021-01-19T17:27:42.467Z] ---> 4aff9af64b5b [2021-01-19T17:27:42.467Z] Step 25/26 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:27:42.743Z] ---> Running in dcfa815a9191 [2021-01-19T17:27:43.345Z] Removing intermediate container dcfa815a9191 [2021-01-19T17:27:43.345Z] ---> 37227cafae2f [2021-01-19T17:27:43.345Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:27:43.624Z] ---> Running in 09586e4d928e [2021-01-19T17:27:44.231Z] Removing intermediate container 09586e4d928e [2021-01-19T17:27:44.231Z] ---> 813062ea2465 [2021-01-19T17:27:44.231Z] [2021-01-19T17:27:44.508Z] Successfully built 813062ea2465 [2021-01-19T17:27:44.508Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T17:27:59.648Z]  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:28:12.117Z] 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-19T17:28:14.135Z] Removing intermediate container 49ff50bcff7d [2021-01-19T17:28:14.135Z] ---> 654c8b993123 [2021-01-19T17:28:14.135Z] [2021-01-19T17:28:14.135Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:28:14.135Z] ---> afeebe901d6b [2021-01-19T17:28:14.135Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:28:14.135Z] ---> Using cache [2021-01-19T17:28:14.135Z] ---> 70376afb3dbd [2021-01-19T17:28:14.135Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:28:14.425Z] ---> Running in 64aa2dfc3e97 [2021-01-19T17:28:15.049Z] Removing intermediate container 64aa2dfc3e97 [2021-01-19T17:28:15.049Z] ---> a9eddeae6011 [2021-01-19T17:28:15.049Z] Step 13/24 : WORKDIR / [2021-01-19T17:28:15.329Z] ---> Running in 998edf6b0a5b [2021-01-19T17:28:15.941Z] Removing intermediate container 998edf6b0a5b [2021-01-19T17:28:15.941Z] ---> 51377072999f [2021-01-19T17:28:15.941Z] 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-19T17:28:16.941Z] ---> f013890cdac8 [2021-01-19T17:28:16.941Z] 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-19T17:28:18.412Z] ---> d75b459ceddb [2021-01-19T17:28:18.412Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:28:19.424Z] ---> 2b93bc4ed85e [2021-01-19T17:28:19.424Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:28:21.451Z] ---> 050517c2ada5 [2021-01-19T17:28:21.451Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:28:22.910Z] ---> 8c8d3e3db4a9 [2021-01-19T17:28:22.910Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:28:24.391Z] ---> 9789caf034d0 [2021-01-19T17:28:24.391Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T17:28:24.391Z] ---> Running in ac6e6f24b534 [2021-01-19T17:28:28.754Z] Removing intermediate container 4bcda2d94108 [2021-01-19T17:28:28.754Z] ---> 7e0cedbacd7e [2021-01-19T17:28:28.754Z] [2021-01-19T17:28:28.754Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:28:28.754Z] ---> afeebe901d6b [2021-01-19T17:28:28.754Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:28:28.754Z] Removing intermediate container ac6e6f24b534 [2021-01-19T17:28:28.754Z] ---> f7cf94b08255 [2021-01-19T17:28:28.754Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:28:28.754Z] ---> Running in 9bcf610b7b73 [2021-01-19T17:28:28.754Z] ---> Running in 3ba998c3afce [2021-01-19T17:28:29.765Z] Removing intermediate container 9bcf610b7b73 [2021-01-19T17:28:29.765Z] ---> 515039e1280d [2021-01-19T17:28:29.765Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:28:30.046Z] ---> Running in 36abdd05c33d [2021-01-19T17:28:30.665Z] Removing intermediate container 36abdd05c33d [2021-01-19T17:28:30.665Z] ---> 1be84cb88281 [2021-01-19T17:28:30.665Z] Step 23/24 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:28:30.952Z] ---> Running in 64745373836d [2021-01-19T17:28:30.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:31.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:31.521Z] Removing intermediate container 64745373836d [2021-01-19T17:28:31.521Z] ---> a3ee68a3ff5c [2021-01-19T17:28:31.521Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:28:31.801Z] ---> Running in fbbfaf5c15a4 [2021-01-19T17:28:32.089Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:28:32.089Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:28:32.089Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:28:32.089Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:28:32.089Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:28:32.089Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:28:32.384Z] OK: 7 MiB in 18 packages [2021-01-19T17:28:32.672Z] Removing intermediate container fbbfaf5c15a4 [2021-01-19T17:28:32.672Z] ---> d01cb43babcc [2021-01-19T17:28:32.672Z] [2021-01-19T17:28:32.951Z] Successfully built d01cb43babcc [2021-01-19T17:28:32.951Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T17:28:35.612Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ba998c3afce [2021-01-19T17:28:35.612Z] ---> f1998fa7a84f [2021-01-19T17:28:35.612Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:28:35.612Z] ---> Running in 3b09a2c96455 [2021-01-19T17:28:36.219Z] Removing intermediate container 3b09a2c96455 [2021-01-19T17:28:36.219Z] ---> 3ca58c9f1692 [2021-01-19T17:28:36.219Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:28:36.512Z] ---> Running in 19cddf2ce5e0 [2021-01-19T17:28:37.503Z] Removing intermediate container 19cddf2ce5e0 [2021-01-19T17:28:37.503Z] ---> 71a236ac021f [2021-01-19T17:28:37.503Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:28:39.488Z] ---> e89dc8203be3 [2021-01-19T17:28:39.488Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:28:40.934Z] Removing intermediate container daf135e9a19c [2021-01-19T17:28:40.934Z] ---> 7a76a5755039 [2021-01-19T17:28:40.934Z] [2021-01-19T17:28:40.934Z] Step 10/22 : FROM scratch [2021-01-19T17:28:40.934Z] ---> [2021-01-19T17:28:40.934Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:28:41.215Z] ---> Using cache [2021-01-19T17:28:41.215Z] ---> 8ad8363799ca [2021-01-19T17:28:41.215Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:28:41.215Z] ---> df33a299a6a4 [2021-01-19T17:28:41.215Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:28:41.491Z] ---> Running in 2e2ff76f9c82 [2021-01-19T17:28:42.088Z] Removing intermediate container 2e2ff76f9c82 [2021-01-19T17:28:42.088Z] ---> e0d4ac35bdb8 [2021-01-19T17:28:42.088Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:28:42.367Z] ---> Running in 4c061e8d1277 [2021-01-19T17:28:42.971Z] ---> 2a91ba0185c9 [2021-01-19T17:28:42.971Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:28:43.243Z] Removing intermediate container 4c061e8d1277 [2021-01-19T17:28:43.243Z] ---> bfd9f90e8a47 [2021-01-19T17:28:43.243Z] Step 14/22 : WORKDIR / [2021-01-19T17:28:43.243Z] ---> Running in 722d6e4dbe63 [2021-01-19T17:28:43.243Z] ---> Running in a7664401a5a0 [2021-01-19T17:28:43.836Z] Removing intermediate container a7664401a5a0 [2021-01-19T17:28:43.836Z] ---> 297142d425b5 [2021-01-19T17:28:43.836Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:28:44.106Z] Removing intermediate container 722d6e4dbe63 [2021-01-19T17:28:44.106Z] ---> 9df4b9bda05e [2021-01-19T17:28:44.106Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:28:44.106Z] ---> Running in 51b82f093950 [2021-01-19T17:28:44.706Z] Removing intermediate container 51b82f093950 [2021-01-19T17:28:44.706Z] ---> 24a8a279e930 [2021-01-19T17:28:44.706Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:28:44.978Z] ---> c597fc8e643a [2021-01-19T17:28:44.978Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:28:44.978Z] ---> Running in 93e950d0bcf5 [2021-01-19T17:28:45.573Z] Removing intermediate container 93e950d0bcf5 [2021-01-19T17:28:45.573Z] ---> 33752b99f489 [2021-01-19T17:28:45.573Z] Step 20/21 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:28:46.167Z] ---> Running in d7b428096f5f [2021-01-19T17:28:46.167Z] ---> 5584eced643a [2021-01-19T17:28:46.167Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:28:46.439Z] Removing intermediate container d7b428096f5f [2021-01-19T17:28:46.439Z] ---> 8ab638e49636 [2021-01-19T17:28:46.439Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:28:46.713Z] ---> Running in 2887364de242 [2021-01-19T17:28:47.317Z] ---> 01168b5598da [2021-01-19T17:28:47.317Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:28:47.590Z] Removing intermediate container 2887364de242 [2021-01-19T17:28:47.590Z] ---> 5c1ce486c31a [2021-01-19T17:28:47.590Z] [2021-01-19T17:28:47.590Z] ---> Running in 44aa2f0f52df [2021-01-19T17:28:47.861Z] Successfully built 5c1ce486c31a [2021-01-19T17:28:47.861Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T17:28:48.137Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 44aa2f0f52df [2021-01-19T17:28:48.137Z] ---> 1a97767dafb5 [2021-01-19T17:28:48.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:28:48.735Z] ---> Running in 5c602cbe9742 [2021-01-19T17:28:49.008Z] Removing intermediate container 5c602cbe9742 [2021-01-19T17:28:49.008Z] ---> 722b5444ec56 [2021-01-19T17:28:49.008Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:28:49.283Z] ---> Running in e06f354eb380 [2021-01-19T17:28:50.259Z] Removing intermediate container e06f354eb380 [2021-01-19T17:28:50.259Z] ---> d317e53d2f48 [2021-01-19T17:28:50.259Z] Step 21/22 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:28:50.259Z] ---> Running in 0641b5a5f0ad [2021-01-19T17:28:50.854Z] Removing intermediate container 0641b5a5f0ad [2021-01-19T17:28:50.854Z] ---> b6f2492a128e [2021-01-19T17:28:50.854Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:28:50.854Z] ---> Running in 7df8a26cbe6e [2021-01-19T17:28:51.447Z] Removing intermediate container 7df8a26cbe6e [2021-01-19T17:28:51.447Z] ---> 6adf97dc6dd5 [2021-01-19T17:28:51.447Z] [2021-01-19T17:28:51.718Z] Successfully built 6adf97dc6dd5 [2021-01-19T17:28:51.718Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T17:28:57.095Z]  Building docker-core-metadata-go ... done Removing intermediate container 610a48cf9e00 [2021-01-19T17:28:57.095Z] ---> 14c21a901b26 [2021-01-19T17:28:57.095Z] [2021-01-19T17:28:57.095Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:28:57.095Z] ---> afeebe901d6b [2021-01-19T17:28:57.095Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:28:57.095Z] ---> Running in 605070178a9c [2021-01-19T17:28:57.366Z] Removing intermediate container 605070178a9c [2021-01-19T17:28:57.366Z] ---> d0070745b282 [2021-01-19T17:28:57.366Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:28:57.366Z] ---> Running in 218551e6e1d3 [2021-01-19T17:28:57.958Z] Removing intermediate container 218551e6e1d3 [2021-01-19T17:28:57.958Z] ---> 7049469994b1 [2021-01-19T17:28:57.958Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:28:58.230Z] ---> Running in 469bd73127e3 [2021-01-19T17:28:58.502Z] Removing intermediate container 469bd73127e3 [2021-01-19T17:28:58.502Z] ---> ef77fa230921 [2021-01-19T17:28:58.502Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:28:58.781Z] ---> Running in 244f7071d177 [2021-01-19T17:29:00.759Z] Removing intermediate container 244f7071d177 [2021-01-19T17:29:00.759Z] ---> aa440cc9ad80 [2021-01-19T17:29:00.759Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:29:00.759Z] ---> Running in 1964cb1dfc12 [2021-01-19T17:29:02.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:02.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:03.435Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:29:03.435Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:29:03.435Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:29:03.733Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:29:03.733Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:29:04.003Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:29:04.003Z] OK: 8 MiB in 19 packages [2021-01-19T17:29:05.440Z] Removing intermediate container 1964cb1dfc12 [2021-01-19T17:29:05.440Z] ---> f2220aee8b7c [2021-01-19T17:29:05.440Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:29:06.032Z] ---> 1d07c069135c [2021-01-19T17:29:06.032Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:29:07.476Z] ---> b411875748af [2021-01-19T17:29:07.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:29:08.083Z] ---> 5efe54aa737b [2021-01-19T17:29:08.083Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:29:08.083Z] ---> Running in ef2b1a93397f [2021-01-19T17:29:08.727Z] Removing intermediate container ef2b1a93397f [2021-01-19T17:29:08.727Z] ---> edc4aa631d40 [2021-01-19T17:29:08.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:29:08.727Z] ---> Running in 5bc8ee779ca0 [2021-01-19T17:29:09.343Z] Removing intermediate container 5bc8ee779ca0 [2021-01-19T17:29:09.343Z] ---> 77b8dc3575b0 [2021-01-19T17:29:09.343Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T17:29:09.343Z] ---> Running in 9872d101a598 [2021-01-19T17:29:09.956Z] Removing intermediate container 9872d101a598 [2021-01-19T17:29:09.956Z] ---> bbabf15cbf35 [2021-01-19T17:29:09.956Z] Step 22/23 : LABEL git_sha=ffa95b353c5b7caeaa4249210358a1a21b6c9aae [2021-01-19T17:29:09.956Z] ---> Running in 56fd744b7d41 [2021-01-19T17:29:10.559Z] Removing intermediate container 56fd744b7d41 [2021-01-19T17:29:10.559Z] ---> c2563a422c5b [2021-01-19T17:29:10.559Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:29:10.559Z] ---> Running in b13b9b971361 [2021-01-19T17:29:11.154Z] Removing intermediate container b13b9b971361 [2021-01-19T17:29:11.154Z] ---> 74155d8fb01f [2021-01-19T17:29:11.154Z] [2021-01-19T17:29:11.426Z] Successfully built 74155d8fb01f [2021-01-19T17:29:11.426Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T17:29:11.715Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T17:29:11.711Z] $ docker stop --time=1 c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b [2021-01-19T17:29:13.618Z] $ docker rm -f c57b51e183b95b02985d856ce7226431c4d949abb565999cf266cddbd8be015b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:29:14.278Z] + + grep dockerdocker [2021-01-19T17:29:14.278Z] images [2021-01-19T17:29:14.547Z] docker-core-data-go-arm64 latest 74155d8fb01f 4 seconds ago 21MB [2021-01-19T17:29:14.547Z] docker-core-metadata-go-arm64 latest 6adf97dc6dd5 23 seconds ago 12.3MB [2021-01-19T17:29:14.547Z] docker-security-proxy-setup-go-arm64 latest 5c1ce486c31a 27 seconds ago 23.2MB [2021-01-19T17:29:14.547Z] docker-security-secretstore-setup-go-arm64 latest d01cb43babcc 42 seconds ago 23.4MB [2021-01-19T17:29:14.547Z] docker-sys-mgmt-agent-go-arm64 latest 813062ea2465 About a minute ago 300MB [2021-01-19T17:29:14.547Z] docker-security-bootstrap-redis-go-arm64 latest 00170b196dd6 3 minutes ago 15.1MB [2021-01-19T17:29:14.547Z] docker-support-notifications-go-arm64 latest cf79d55569d7 3 minutes ago 11.4MB [2021-01-19T17:29:14.547Z] docker-core-command-go-arm64 latest c135fb08d4b8 3 minutes ago 9.98MB [2021-01-19T17:29:14.547Z] docker-support-scheduler-go-arm64 latest 8b993c5989f0 3 minutes ago 10MB [2021-01-19T17:29:14.547Z] docker 20.10.0 eeaf43b92773 5 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-19T17:29:16.331Z] provisioning config files... [2021-01-19T17:29:16.353Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2300388275427589421tmp [Pipeline] { [Pipeline] sh [2021-01-19T17:29:16.814Z] + set +x [2021-01-19T17:29:16.814Z] + curl -s https://codecov.io/bash [2021-01-19T17:29:16.814Z] + bash -s -- [2021-01-19T17:29:17.088Z] [2021-01-19T17:29:17.088Z] _____ _ [2021-01-19T17:29:17.088Z] / ____| | | [2021-01-19T17:29:17.088Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T17:29:17.088Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T17:29:17.088Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T17:29:17.088Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T17:29:17.088Z] Bash-20210115-cec3c92 [2021-01-19T17:29:17.088Z] [2021-01-19T17:29:17.088Z] [2021-01-19T17:29:17.088Z] ==> git version 2.24.3 found [2021-01-19T17:29:17.088Z] ==> 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-19T17:29:17.088Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T17:29:17.088Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T17:29:17.088Z] ==> Jenkins CI detected. [2021-01-19T17:29:17.351Z] project root: . [2021-01-19T17:29:17.351Z] --> token set from env [2021-01-19T17:29:17.351Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T17:29:17.351Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T17:29:17.351Z] ==> Python coveragepy not found [2021-01-19T17:29:17.351Z] ==> Searching for coverage reports in: [2021-01-19T17:29:17.351Z] + . [2021-01-19T17:29:17.351Z] -> Found 1 reports [2021-01-19T17:29:17.351Z] ==> Detecting git/mercurial file structure [2021-01-19T17:29:17.351Z] ==> Reading reports [2021-01-19T17:29:17.351Z] + ./coverage.out bytes=550280 [2021-01-19T17:29:17.616Z] ==> Appending adjustments [2021-01-19T17:29:17.616Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T17:29:20.929Z] + Found adjustments [2021-01-19T17:29:20.929Z] ==> Gzipping contents [2021-01-19T17:29:20.929Z] 84K /tmp/codecov.rSNWml.gz [2021-01-19T17:29:20.929Z] ==> Uploading reports [2021-01-19T17:29:20.929Z] url: https://codecov.io [2021-01-19T17:29:20.929Z] query: branch=PR-3048&commit=ffa95b353c5b7caeaa4249210358a1a21b6c9aae&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= [2021-01-19T17:29:20.929Z] -> Pinging Codecov [2021-01-19T17:29:20.929Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3048&commit=ffa95b353c5b7caeaa4249210358a1a21b6c9aae&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= [2021-01-19T17:29:20.929Z] -> Uploading to [2021-01-19T17:29:20.929Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/ffa95b353c5b7caeaa4249210358a1a21b6c9aae/d023caff-23db-4be5-aeb5-0b000af737f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T172920Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f34256e201eb1c7bac5e7d810315fef7cac43571e109534e2a19ed83ee957cf [2021-01-19T17:29:20.929Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:29:20.929Z] Dload Upload Total Spent Left Speed [2021-01-19T17:29:21.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83365 0 0 100 83365 0 140k --:--:-- --:--:-- --:--:-- 140k [2021-01-19T17:29:21.504Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ffa95b353c5b7caeaa4249210358a1a21b6c9aae [Pipeline] } [2021-01-19T17:29:21.516Z] 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-19T17:29:23.681Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:24.567Z] ---> package-listing.sh [2021-01-19T17:29:24.567Z] ++ facter osfamily [2021-01-19T17:29:24.567Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T17:29:24.567Z] + OS_FAMILY=redhat [2021-01-19T17:29:24.567Z] + workspace=/w/workspace/edgex-go/3 [2021-01-19T17:29:24.567Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T17:29:24.567Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T17:29:24.567Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T17:29:24.567Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T17:29:24.567Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T17:29:24.567Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T17:29:24.567Z] + case "${OS_FAMILY}" in [2021-01-19T17:29:24.567Z] + rpm -qa [2021-01-19T17:29:24.567Z] + sort [2021-01-19T17:29:29.882Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T17:29:29.882Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T17:29:29.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T17:29:29.882Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T17:29:29.882Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-19T17:29:29.882Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-19T17:29:29.896Z] 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-19T17:29:30.194Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:29:30.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:29:30.770Z] [2021-01-19T17:29:30.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:29:31.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:29:31.121Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T17:29:31.121Z] df20fa9351a1: Pulling fs layer [2021-01-19T17:29:31.121Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T17:29:31.121Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T17:29:31.121Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T17:29:31.121Z] 93b61091891f: Pulling fs layer [2021-01-19T17:29:31.121Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T17:29:31.121Z] 5e14af77c1be: Pulling fs layer [2021-01-19T17:29:31.121Z] 01666e4c0597: Pulling fs layer [2021-01-19T17:29:31.121Z] aa168da1d23b: Pulling fs layer [2021-01-19T17:29:31.121Z] 01666e4c0597: Waiting [2021-01-19T17:29:31.121Z] 93b9cdb0e59b: Waiting [2021-01-19T17:29:31.121Z] 46f8f816bc3b: Waiting [2021-01-19T17:29:31.121Z] 93b61091891f: Waiting [2021-01-19T17:29:31.121Z] aa168da1d23b: Waiting [2021-01-19T17:29:31.121Z] 36b3adc4ff6f: Download complete [2021-01-19T17:29:31.384Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T17:29:31.385Z] 46f8f816bc3b: Download complete [2021-01-19T17:29:31.385Z] df20fa9351a1: Verifying Checksum [2021-01-19T17:29:31.385Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T17:29:31.385Z] 93b9cdb0e59b: Download complete [2021-01-19T17:29:31.385Z] 5e14af77c1be: Verifying Checksum [2021-01-19T17:29:31.385Z] 5e14af77c1be: Download complete [2021-01-19T17:29:31.385Z] 93b61091891f: Verifying Checksum [2021-01-19T17:29:31.385Z] 93b61091891f: Download complete [2021-01-19T17:29:31.385Z] 01666e4c0597: Verifying Checksum [2021-01-19T17:29:31.385Z] 01666e4c0597: Download complete [2021-01-19T17:29:31.962Z] df20fa9351a1: Pull complete [2021-01-19T17:29:31.962Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T17:29:31.962Z] 8ad3a11d3b57: Download complete [2021-01-19T17:29:31.962Z] 36b3adc4ff6f: Pull complete [2021-01-19T17:29:32.926Z] 8ad3a11d3b57: Pull complete [2021-01-19T17:29:33.191Z] 46f8f816bc3b: Pull complete [2021-01-19T17:29:33.767Z] aa168da1d23b: Verifying Checksum [2021-01-19T17:29:33.767Z] aa168da1d23b: Download complete [2021-01-19T17:29:35.164Z] 93b61091891f: Pull complete [2021-01-19T17:29:35.164Z] 93b9cdb0e59b: Pull complete [2021-01-19T17:29:35.427Z] 5e14af77c1be: Pull complete [2021-01-19T17:29:35.427Z] 01666e4c0597: Pull complete [2021-01-19T17:29:43.627Z] aa168da1d23b: Pull complete [2021-01-19T17:29:43.627Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T17:29:43.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:29:43.627Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T17:29:43.810Z] prd-centos7-docker-4c-2g-21229 does not seem to be running inside a container [2021-01-19T17:29:43.864Z] $ 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-19T17:29:48.147Z] $ docker top 72973d45a423758a15d2283c0f910a07ec5acc730ae2fdd53bfdf66afdf17da1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:29:48.787Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T17:29:49.097Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T17:29:49.403Z] + ls /var/log/sa-host [2021-01-19T17:29:49.403Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T17:29:49.403Z] file_magic: OK [2021-01-19T17:29:49.403Z] HZ: Using current value: 100 [2021-01-19T17:29:49.403Z] file_header: OK [2021-01-19T17:29:49.403Z] 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-19T17:29:49.404Z] Statistics: [2021-01-19T17:29:49.404Z] 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... [2021-01-19T17:29:49.404Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T17:29:49.404Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T17:29:49.404Z] file_magic: OK [2021-01-19T17:29:49.404Z] HZ: Using current value: 100 [2021-01-19T17:29:49.404Z] file_header: OK [2021-01-19T17:29:49.404Z] 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-19T17:29:49.404Z] Statistics: [2021-01-19T17:29:49.404Z] Hnuu...uuuununununu... [2021-01-19T17:29:49.404Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:29:49.999Z] provisioning config files... [2021-01-19T17:29:50.023Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config906627904586077448tmp [Pipeline] { [Pipeline] echo [2021-01-19T17:29:50.121Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:50.435Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T17:29:50.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T17:29:50.535Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:50.851Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T17:29:50.861Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:51.165Z] ---> sudo-logs.sh [2021-01-19T17:29:51.165Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T17:29:51.176Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:51.471Z] ---> job-cost.sh [2021-01-19T17:29:51.471Z] lf-activate-venv: SKIPPING [2021-01-19T17:29:51.471Z] INFO: No Stack... [2021-01-19T17:29:52.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T17:29:53.129Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T17:29:53.142Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:29:53.438Z] ---> logs-deploy.sh [2021-01-19T17:29:53.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3048/3 [2021-01-19T17:29:53.438Z] INFO: archiving workspace using pattern(s): [2021-01-19T17:29:55.364Z] Archives upload complete. [2021-01-19T17:29:55.364Z] INFO: archiving logs to Nexus