Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from a48de70a597b3b994613674efdf7ba41d0d0d2ee+f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 (939052927c2a0155332e67f714ee4eb46182789d) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15514 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee > 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 Merge succeeded, producing 4a3ca42af3d66f71dd5efedd372130ce360636cd Checking out Revision 4a3ca42af3d66f71dd5efedd372130ce360636cd (PR-2924) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a3ca42af3d66f71dd5efedd372130ce360636cd # timeout=10 Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-11T00:30:18.637Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-11T00:30:18.905Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-11T00:30:19.019Z] ========================================================= [2020-12-11T00:30:19.019Z] EdgeX Global Pipelines Version Info [2020-12-11T00:30:19.019Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9269b30023d0f3a732f7ff48d19dd5cdf9ced8fd # timeout=10 [2020-12-11T00:30:20.551Z] ------------------- [2020-12-11T00:30:20.551Z] stable info: [2020-12-11T00:30:20.551Z] ------------------- [2020-12-11T00:30:20.551Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T00:30:20.551Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T00:30:20.551Z] Message: update stable to v1.0.172 [2020-12-11T00:30:21.501Z] ------------------- [2020-12-11T00:30:21.501Z] experimental info: [2020-12-11T00:30:21.501Z] ------------------- [2020-12-11T00:30:21.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T00:30:21.501Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T00:30:21.501Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-11T00:30:21.836Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-11T00:30:21.977Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-11T00:30:22.071Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-11T00:30:22.170Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-11T00:30:22.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-11T00:30:22.351Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-11T00:30:22.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-11T00:30:22.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-11T00:30:22.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-11T00:30:22.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-11T00:30:22.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-11T00:30:22.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-11T00:30:23.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-11T00:30:23.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-11T00:30:23.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T00:30:23.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T00:30:23.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-11T00:30:23.556Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-11T00:30:23.655Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-11T00:30:23.755Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-11T00:30:23.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-11T00:30:23.976Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-11T00:30:24.074Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2020-12-11T00:30:24.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2020-12-11T00:30:24.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2020-12-11T00:30:24.566Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a3ca42af3d66f71dd5efedd372130ce360636cd [Pipeline] echo [2020-12-11T00:30:24.709Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a3ca42 [Pipeline] echo [2020-12-11T00:30:24.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T00:30:25.036Z] provisioning config files... [2020-12-11T00:30:25.090Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5166869458891265713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:30:25.470Z] ---> docker-login.sh [2020-12-11T00:30:25.470Z] nexus3.edgexfoundry.org:10001 [2020-12-11T00:30:25.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:30:25.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:30:25.750Z] Configure a credential helper to remove this warning. See [2020-12-11T00:30:25.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:30:25.750Z] [2020-12-11T00:30:25.750Z] Login Succeeded [2020-12-11T00:30:25.750Z] nexus3.edgexfoundry.org:10002 [2020-12-11T00:30:26.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:30:26.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:30:26.014Z] Configure a credential helper to remove this warning. See [2020-12-11T00:30:26.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:30:26.014Z] [2020-12-11T00:30:26.014Z] Login Succeeded [2020-12-11T00:30:26.014Z] nexus3.edgexfoundry.org:10003 [2020-12-11T00:30:26.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:30:26.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:30:26.277Z] Configure a credential helper to remove this warning. See [2020-12-11T00:30:26.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:30:26.277Z] [2020-12-11T00:30:26.277Z] Login Succeeded [2020-12-11T00:30:26.277Z] nexus3.edgexfoundry.org:10004 [2020-12-11T00:30:26.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:30:26.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:30:26.544Z] Configure a credential helper to remove this warning. See [2020-12-11T00:30:26.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:30:26.544Z] [2020-12-11T00:30:26.544Z] Login Succeeded [2020-12-11T00:30:26.544Z] docker.io [2020-12-11T00:30:26.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:30:26.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:30:26.809Z] Configure a credential helper to remove this warning. See [2020-12-11T00:30:26.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:30:26.809Z] [2020-12-11T00:30:26.809Z] Login Succeeded [2020-12-11T00:30:26.809Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T00:30:26.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T00:30:27.320Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/core-command/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/core-data/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-11T00:30:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T00:30:27.320Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-11T00:30:27.320Z] ++ cut -d/ -f2 [2020-12-11T00:30:27.320Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-11T00:30:27.422Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:30:29.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:30:29.119Z] [2020-12-11T00:30:29.119Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:30:29.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:30:29.479Z] latest: Pulling from edgex-devops/git-semver [2020-12-11T00:30:29.479Z] 31603596830f: Pulling fs layer [2020-12-11T00:30:29.479Z] 2a8b12db71e7: Pulling fs layer [2020-12-11T00:30:29.479Z] 6ca5941a6612: Pulling fs layer [2020-12-11T00:30:29.479Z] ecc8261a40a4: Pulling fs layer [2020-12-11T00:30:29.479Z] ecc8261a40a4: Waiting [2020-12-11T00:30:29.479Z] 2a8b12db71e7: Verifying Checksum [2020-12-11T00:30:29.479Z] 2a8b12db71e7: Download complete [2020-12-11T00:30:29.755Z] 31603596830f: Verifying Checksum [2020-12-11T00:30:29.755Z] 31603596830f: Download complete [2020-12-11T00:30:29.755Z] ecc8261a40a4: Verifying Checksum [2020-12-11T00:30:29.755Z] ecc8261a40a4: Download complete [2020-12-11T00:30:29.755Z] 6ca5941a6612: Verifying Checksum [2020-12-11T00:30:30.020Z] 31603596830f: Pull complete [2020-12-11T00:30:30.309Z] 2a8b12db71e7: Pull complete [2020-12-11T00:30:31.268Z] 6ca5941a6612: Pull complete [2020-12-11T00:30:31.532Z] ecc8261a40a4: Pull complete [2020-12-11T00:30:31.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-11T00:30:31.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T00:30:31.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-11T00:30:31.673Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:30:31.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-11T00:30:34.339Z] $ docker top df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-11T00:30:34.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T00:30:34.771Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T00:30:35.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T00:30:35.014Z] $ docker exec df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 ssh-agent [2020-12-11T00:30:35.207Z] SSH_AUTH_SOCK=/tmp/ssh-AjU55Jux7cfR/agent.11 [2020-12-11T00:30:35.207Z] SSH_AGENT_PID=16 [2020-12-11T00:30:35.222Z] Running ssh-add (command line suppressed) [2020-12-11T00:30:35.350Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_975278784016065512.key (/w/workspace/edgex-go/5@tmp/private_key_975278784016065512.key) [2020-12-11T00:30:35.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T00:30:35.777Z] + git tag --points-at HEAD [Pipeline] } [2020-12-11T00:30:35.796Z] $ docker exec --env ******** --env ******** df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 ssh-agent -k [2020-12-11T00:30:35.967Z] unset SSH_AUTH_SOCK; [2020-12-11T00:30:35.967Z] unset SSH_AGENT_PID; [2020-12-11T00:30:35.967Z] echo Agent pid 16 killed; [2020-12-11T00:30:36.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-11T00:30:36.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T00:30:36.174Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T00:30:36.420Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T00:30:36.439Z] $ docker exec df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 ssh-agent [2020-12-11T00:30:36.705Z] SSH_AUTH_SOCK=/tmp/ssh-uhaYR75C3jr2/agent.47 [2020-12-11T00:30:36.705Z] SSH_AGENT_PID=53 [2020-12-11T00:30:36.713Z] Running ssh-add (command line suppressed) [2020-12-11T00:30:36.835Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7317638925658054582.key (/w/workspace/edgex-go/5@tmp/private_key_7317638925658054582.key) [2020-12-11T00:30:36.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T00:30:37.239Z] + git semver init [2020-12-11T00:30:37.239Z] # -> Open(): unable to determine branch for HEAD [2020-12-11T00:30:37.239Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-12-11T00:30:37.239Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-12-11T00:30:37.239Z] # $SEMVER_REMOTE_NAME = origin [2020-12-11T00:30:37.239Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-11T00:30:37.239Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-11T00:30:37.239Z] # $SEMVER_BRANCH = PR-2924 [2020-12-11T00:30:37.239Z] # $SEMVER_TEMP = /tmp/semver-572200789 [2020-12-11T00:30:37.239Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-11T00:31:09.410Z] # '/tmp/semver-572200789' -> '/w/workspace/edgex-go/5/.semver' [2020-12-11T00:31:09.989Z] # -> Force: false [2020-12-11T00:31:09.990Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-12-11T00:31:10.254Z] $ docker exec --env ******** --env ******** df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 ssh-agent -k [2020-12-11T00:31:10.521Z] unset SSH_AUTH_SOCK; [2020-12-11T00:31:10.522Z] unset SSH_AGENT_PID; [2020-12-11T00:31:10.522Z] echo Agent pid 53 killed; [2020-12-11T00:31:10.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T00:31:11.081Z] + git semver [Pipeline] } [2020-12-11T00:31:11.090Z] $ docker stop --time=1 df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 [2020-12-11T00:31:12.821Z] $ docker rm -f df928459390acab24ad87e7e457b752fd7e53d4ff4af1c6840ca6f7a02b73e17 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:31:13.380Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-11T00:31:14.046Z] Stashed 1 file(s) [Pipeline] echo [2020-12-11T00:31:14.049Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-11T00:31:14.920Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:31:15.224Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:31:15.526Z] + sudo service docker restart [2020-12-11T00:31:15.526Z] + true [2020-12-11T00:31:15.526Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-11T00:31:16.495Z] ========================================================= [2020-12-11T00:31:16.495Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-11T00:31:16.495Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:31:16.835Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-11T00:31:21.070Z] Sending build context to Docker daemon 326.4MB [2020-12-11T00:31:21.070Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T00:31:21.070Z] Step 2/7 : FROM ${BASE} [2020-12-11T00:31:21.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-11T00:31:21.070Z] 188c0c94c7c5: Pulling fs layer [2020-12-11T00:31:21.070Z] 0ef7d3d256c8: Pulling fs layer [2020-12-11T00:31:21.070Z] de9db76c5a1d: Pulling fs layer [2020-12-11T00:31:21.070Z] bca2f99d35d6: Pulling fs layer [2020-12-11T00:31:21.070Z] 93359f2a8cfa: Pulling fs layer [2020-12-11T00:31:21.070Z] 7c6f9722023f: Pulling fs layer [2020-12-11T00:31:21.070Z] a35cf1a2eb13: Pulling fs layer [2020-12-11T00:31:21.070Z] 93359f2a8cfa: Waiting [2020-12-11T00:31:21.070Z] bca2f99d35d6: Waiting [2020-12-11T00:31:21.070Z] 7c6f9722023f: Waiting [2020-12-11T00:31:21.070Z] a35cf1a2eb13: Waiting [2020-12-11T00:31:21.070Z] de9db76c5a1d: Verifying Checksum [2020-12-11T00:31:21.070Z] de9db76c5a1d: Download complete [2020-12-11T00:31:21.070Z] 0ef7d3d256c8: Verifying Checksum [2020-12-11T00:31:21.070Z] 0ef7d3d256c8: Download complete [2020-12-11T00:31:21.070Z] 93359f2a8cfa: Download complete [2020-12-11T00:31:21.070Z] 188c0c94c7c5: Verifying Checksum [2020-12-11T00:31:21.070Z] 188c0c94c7c5: Download complete [2020-12-11T00:31:21.070Z] 7c6f9722023f: Verifying Checksum [2020-12-11T00:31:21.070Z] 7c6f9722023f: Download complete [2020-12-11T00:31:21.338Z] 188c0c94c7c5: Pull complete [2020-12-11T00:31:21.602Z] 0ef7d3d256c8: Pull complete [2020-12-11T00:31:21.866Z] de9db76c5a1d: Pull complete [2020-12-11T00:31:22.845Z] a35cf1a2eb13: Verifying Checksum [2020-12-11T00:31:22.845Z] a35cf1a2eb13: Download complete [2020-12-11T00:31:24.253Z] bca2f99d35d6: Verifying Checksum [2020-12-11T00:31:24.253Z] bca2f99d35d6: Download complete [2020-12-11T00:31:29.420Z] Still waiting to schedule task [2020-12-11T00:31:29.421Z] ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15509’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15510’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15508’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15518’ is offline [2020-12-11T00:31:30.946Z] bca2f99d35d6: Pull complete [2020-12-11T00:31:30.946Z] 93359f2a8cfa: Pull complete [2020-12-11T00:31:30.946Z] 7c6f9722023f: Pull complete [2020-12-11T00:31:35.215Z] a35cf1a2eb13: Pull complete [2020-12-11T00:31:35.215Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-11T00:31:35.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-11T00:31:35.215Z] ---> a62c8e92a672 [2020-12-11T00:31:35.215Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-11T00:31:35.215Z] ---> Running in ac76c0c826fd [2020-12-11T00:31:35.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:31:36.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:31:37.326Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T00:31:37.326Z] (2/12) Installing file (5.38-r0) [2020-12-11T00:31:37.590Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T00:31:37.590Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T00:31:41.813Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T00:31:41.813Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T00:31:41.813Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T00:31:41.813Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T00:31:42.078Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T00:31:42.079Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T00:31:42.079Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T00:31:42.343Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T00:31:42.344Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:31:42.344Z] OK: 233 MiB in 51 packages [2020-12-11T00:31:46.604Z] Removing intermediate container ac76c0c826fd [2020-12-11T00:31:46.604Z] ---> e2144aee1da5 [2020-12-11T00:31:46.604Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T00:31:46.867Z] ---> Running in 75a5123510a9 [2020-12-11T00:31:47.130Z] Removing intermediate container 75a5123510a9 [2020-12-11T00:31:47.130Z] ---> f1f46ed5e3f1 [2020-12-11T00:31:47.130Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T00:31:48.081Z] latest: Pulling from library/docker [2020-12-11T00:31:48.081Z] 188c0c94c7c5: Already exists [2020-12-11T00:31:48.081Z] 0c7c675703d6: Pulling fs layer [2020-12-11T00:31:48.081Z] cc8c12a437cb: Pulling fs layer [2020-12-11T00:31:48.081Z] 0fad174ccba3: Pulling fs layer [2020-12-11T00:31:48.081Z] f78b7b4f0096: Pulling fs layer [2020-12-11T00:31:48.081Z] 4b74a9be2796: Pulling fs layer [2020-12-11T00:31:48.081Z] 6e2fb13aee8f: Pulling fs layer [2020-12-11T00:31:48.081Z] 4b74a9be2796: Waiting [2020-12-11T00:31:48.081Z] 6e2fb13aee8f: Waiting [2020-12-11T00:31:48.081Z] f78b7b4f0096: Waiting [2020-12-11T00:31:48.348Z] cc8c12a437cb: Verifying Checksum [2020-12-11T00:31:48.348Z] cc8c12a437cb: Download complete [2020-12-11T00:31:48.348Z] 0c7c675703d6: Download complete [2020-12-11T00:31:48.348Z] f78b7b4f0096: Verifying Checksum [2020-12-11T00:31:48.348Z] f78b7b4f0096: Download complete [2020-12-11T00:31:48.619Z] 4b74a9be2796: Verifying Checksum [2020-12-11T00:31:48.619Z] 4b74a9be2796: Download complete [2020-12-11T00:31:48.619Z] 6e2fb13aee8f: Verifying Checksum [2020-12-11T00:31:48.619Z] 6e2fb13aee8f: Download complete [2020-12-11T00:31:48.883Z] 0c7c675703d6: Pull complete [2020-12-11T00:31:48.883Z] cc8c12a437cb: Pull complete [2020-12-11T00:31:49.473Z] 0fad174ccba3: Verifying Checksum [2020-12-11T00:31:49.473Z] 0fad174ccba3: Download complete [2020-12-11T00:31:52.815Z] 0fad174ccba3: Pull complete [2020-12-11T00:31:52.816Z] f78b7b4f0096: Pull complete [2020-12-11T00:31:52.816Z] 4b74a9be2796: Pull complete [2020-12-11T00:31:52.816Z] 6e2fb13aee8f: Pull complete [2020-12-11T00:31:52.816Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-11T00:31:52.816Z] Status: Downloaded newer image for docker:latest [2020-12-11T00:31:54.752Z] ---> 637b5ca8ca36 [2020-12-11T00:31:54.752Z] Step 6/7 : COPY go.mod . [2020-12-11T00:31:54.752Z] ---> 3c70b775cc01 [2020-12-11T00:31:54.752Z] Step 7/7 : RUN go mod download [2020-12-11T00:31:54.752Z] ---> Running in 54e68f37a825 [2020-12-11T00:32:16.805Z] Removing intermediate container 54e68f37a825 [2020-12-11T00:32:16.805Z] ---> d30f20b21e82 [2020-12-11T00:32:16.805Z] Successfully built d30f20b21e82 [2020-12-11T00:32:16.805Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:32:17.126Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T00:32:17.126Z] . [Pipeline] withDockerContainer [2020-12-11T00:32:17.237Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:32:17.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-11T00:32:18.233Z] $ docker top 453c8e4630c396cd177a63ebf084570de0c519c6f4418b336835df0fe4e75b0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:32:18.794Z] + go version [2020-12-11T00:32:18.794Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-11T00:32:18.801Z] $ docker stop --time=1 453c8e4630c396cd177a63ebf084570de0c519c6f4418b336835df0fe4e75b0d [2020-12-11T00:32:20.227Z] $ docker rm -f 453c8e4630c396cd177a63ebf084570de0c519c6f4418b336835df0fe4e75b0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:32:21.172Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T00:32:21.172Z] . [Pipeline] withDockerContainer [2020-12-11T00:32:21.273Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:32:21.319Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-11T00:32:22.155Z] $ docker top 5ff155fca974e755ed608e861c70d3f677ef25b09e6397f97fca73c4d6260135 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-11T00:32:22.451Z] ========================================================= [2020-12-11T00:32:22.451Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T00:32:22.451Z] ========================================================= [Pipeline] sh [2020-12-11T00:32:22.756Z] + make test [2020-12-11T00:32:22.756Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T00:32:32.831Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T00:32:51.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T00:32:56.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T00:32:59.471Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.059s [2020-12-11T00:32:59.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T00:32:59.471Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T00:33:00.060Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T00:33:00.060Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T00:33:00.060Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T00:33:00.060Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T00:33:04.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.6% of statements [2020-12-11T00:33:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T00:33:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T00:33:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T00:33:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T00:33:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T00:33:07.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T00:33:07.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T00:33:07.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T00:33:07.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 67.7% of statements [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T00:33:07.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T00:33:07.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-11T00:33:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.396s coverage: 28.6% of statements [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T00:33:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T00:33:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T00:33:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T00:33:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2020-12-11T00:33:09.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T00:33:09.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2020-12-11T00:33:09.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T00:33:09.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T00:33:09.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T00:33:09.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.347s coverage: 93.8% of statements [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements [2020-12-11T00:33:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements [2020-12-11T00:33:12.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2020-12-11T00:33:12.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.4% of statements [2020-12-11T00:33:12.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T00:33:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2020-12-11T00:33:13.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T00:33:13.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T00:33:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2020-12-11T00:33:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2020-12-11T00:33:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-11T00:33:14.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-11T00:33:14.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2020-12-11T00:33:15.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 68.9% of statements [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T00:33:15.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.514s coverage: 86.3% of statements [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.257s coverage: 72.2% of statements [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.2% of statements [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T00:33:20.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2020-12-11T00:33:20.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2020-12-11T00:33:21.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T00:33:21.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T00:33:21.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T00:33:21.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2020-12-11T00:33:21.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.714s coverage: 29.1% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T00:33:23.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-12-11T00:33:23.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-11T00:33:23.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2020-12-11T00:33:24.260Z] GO111MODULE=on go vet ./... [2020-12-11T00:33:51.029Z] gofmt -l . [2020-12-11T00:33:51.029Z] [ "`gofmt -l .`" = "" ] [2020-12-11T00:33:51.029Z] ./bin/test-go-mod-tidy.sh [2020-12-11T00:33:51.029Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-11T00:33:53.586Z] + ls -al . [2020-12-11T00:33:53.586Z] total 660 [2020-12-11T00:33:53.586Z] drwxrwxr-x 10 1001 1001 4096 Dec 11 00:33 . [2020-12-11T00:33:53.586Z] drwxr-xr-x 4 root root 28 Dec 11 00:32 .. [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 00:30 .dockerignore [2020-12-11T00:33:53.586Z] drwxrwxr-x 8 1001 1001 179 Dec 11 00:30 .git [2020-12-11T00:33:53.586Z] drwxrwxr-x 3 1001 1001 125 Dec 11 00:30 .github [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 00:30 .gitignore [2020-12-11T00:33:53.586Z] drwx------ 3 1001 1001 47 Dec 11 00:31 .semver [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 00:30 .sonarcloud.properties [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:30 CONTRIBUTING.md [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:30 Dockerfile.build [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 00:30 Jenkinsfile [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:30 LICENSE [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:30 Makefile [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:30 README.md [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:30 SECURITY.md [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 00:31 VERSION [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:30 ZMQWindows.md [2020-12-11T00:33:53.586Z] drwxrwxr-x 2 1001 1001 117 Dec 11 00:30 bin [2020-12-11T00:33:53.586Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 00:30 cmd [2020-12-11T00:33:53.586Z] -rw-r--r-- 1 root root 564765 Dec 11 00:33 coverage.out [2020-12-11T00:33:53.586Z] -rw-r--r-- 1 root root 1041 Dec 11 00:33 go.mod [2020-12-11T00:33:53.586Z] -rw-r--r-- 1 root root 18856 Dec 11 00:33 go.sum [2020-12-11T00:33:53.586Z] drwxrwxr-x 8 1001 1001 127 Dec 11 00:30 internal [2020-12-11T00:33:53.586Z] drwxrwxr-x 4 1001 1001 26 Dec 11 00:30 openapi [2020-12-11T00:33:53.586Z] drwxrwxr-x 4 1001 1001 71 Dec 11 00:30 snap [2020-12-11T00:33:53.586Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 00:30 version.go [Pipeline] sh [2020-12-11T00:33:53.888Z] + '[' -e coverage.out ] [2020-12-11T00:33:53.888Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T00:33:54.157Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T00:33:54.452Z] + make build [2020-12-11T00:33:54.452Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-11T00:33:59.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-11T00:34:01.352Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15519 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2020-12-11T00:34:01.411Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-11T00:34:06.342Z] using credential edgex-jenkins-ssh [2020-12-11T00:34:06.413Z] Cloning the remote Git repository [2020-12-11T00:34:06.459Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:34:06.571Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-11T00:34:06.657Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:34:06.657Z] > git --version # timeout=10 [2020-12-11T00:34:06.677Z] > git --version # 'git version 2.17.1' [2020-12-11T00:34:06.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:34:06.742Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:34:08.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-11T00:34:09.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:34:10.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-11T00:34:11.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-11T00:34:12.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-11T00:34:13.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-11T00:34:14.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-11T00:34:16.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-11T00:34:17.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-11T00:34:18.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-11T00:34:19.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-11T00:34:20.740Z] $ docker stop --time=1 5ff155fca974e755ed608e861c70d3f677ef25b09e6397f97fca73c4d6260135 [2020-12-11T00:34:22.428Z] $ docker rm -f 5ff155fca974e755ed608e861c70d3f677ef25b09e6397f97fca73c4d6260135 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:34:26.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:34:26.168Z] [2020-12-11T00:34:26.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:34:26.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:34:26.524Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-11T00:34:26.524Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-11T00:34:26.524Z] ca9280d653b3: Pulling fs layer [2020-12-11T00:34:26.524Z] 7e9c9ca2126c: Pulling fs layer [2020-12-11T00:34:26.789Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-11T00:34:26.789Z] cbdbe7a5bc2a: Download complete [2020-12-11T00:34:27.051Z] cbdbe7a5bc2a: Pull complete [2020-12-11T00:34:27.315Z] ca9280d653b3: Verifying Checksum [2020-12-11T00:34:27.315Z] ca9280d653b3: Download complete [2020-12-11T00:34:28.271Z] ca9280d653b3: Pull complete [2020-12-11T00:34:28.845Z] 7e9c9ca2126c: Verifying Checksum [2020-12-11T00:34:28.845Z] 7e9c9ca2126c: Download complete [2020-12-11T00:34:35.455Z] 7e9c9ca2126c: Pull complete [2020-12-11T00:34:35.455Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-11T00:34:35.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:34:35.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-11T00:34:35.631Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:34:35.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-11T00:34:38.681Z] $ docker top 48aa42e982acaebe14df9ec879784ef008a93525e95d2b4b7c3b9fefcff32b87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:34:39.213Z] + docker-compose build --help [2020-12-11T00:34:39.214Z] + grep parallel [2020-12-11T00:34:40.160Z] --parallel Build images in parallel. [Pipeline] } [2020-12-11T00:34:40.167Z] $ docker stop --time=1 48aa42e982acaebe14df9ec879784ef008a93525e95d2b4b7c3b9fefcff32b87 [2020-12-11T00:34:41.506Z] $ docker rm -f 48aa42e982acaebe14df9ec879784ef008a93525e95d2b4b7c3b9fefcff32b87 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:34:42.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T00:34:42.174Z] . [Pipeline] withDockerContainer [2020-12-11T00:34:42.290Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:34:42.332Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-11T00:34:42.930Z] $ docker top af9e768507f5297ff089131a01d58f69bbc09284c3b8f6bb2bc9c74f1148826a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:34:43.395Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee [2020-12-11T00:34:43.486Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T00:34:42.432Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:34:42.501Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:34:42.536Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:34:42.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:34:42.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:34:42.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T00:34:43.397Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:34:43.412Z] > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 [2020-12-11T00:34:44.174Z] Merge succeeded, producing 39b2606159597ef20e146dbe3193a3d0ae95b951 [2020-12-11T00:34:44.174Z] Checking out Revision 39b2606159597ef20e146dbe3193a3d0ae95b951 (PR-2924) [2020-12-11T00:34:44.433Z] Building docker-core-command-go ... [2020-12-11T00:34:44.433Z] Building docker-core-data-go ... [2020-12-11T00:34:44.433Z] Building docker-core-metadata-go ... [2020-12-11T00:34:44.433Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T00:34:44.433Z] Building docker-security-proxy-setup-go ... [2020-12-11T00:34:44.433Z] Building docker-security-secrets-setup-go ... [2020-12-11T00:34:44.433Z] Building docker-security-secretstore-setup-go ... [2020-12-11T00:34:44.433Z] Building docker-support-notifications-go ... [2020-12-11T00:34:44.433Z] Building docker-support-scheduler-go ... [2020-12-11T00:34:44.433Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T00:34:44.433Z] Building docker-security-bootstrap-redis-go [2020-12-11T00:34:44.433Z] Building docker-security-secretstore-setup-go [2020-12-11T00:34:44.433Z] Building docker-sys-mgmt-agent-go [2020-12-11T00:34:44.433Z] Building docker-security-secrets-setup-go [2020-12-11T00:34:44.433Z] Building docker-core-data-go [2020-12-11T00:34:43.738Z] > git remote # timeout=10 [2020-12-11T00:34:43.759Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T00:34:43.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:34:43.794Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T00:34:44.134Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T00:34:44.163Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:34:44.176Z] > git checkout -f 39b2606159597ef20e146dbe3193a3d0ae95b951 # timeout=10 [2020-12-11T00:34:48.540Z] Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" [2020-12-11T00:34:48.571Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-11T00:34:48.535Z] > git rev-list --no-walk 9269b30023d0f3a732f7ff48d19dd5cdf9ced8fd # timeout=10 [2020-12-11T00:34:50.337Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:34:50.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T00:34:51.102Z] + sudo service docker restart [2020-12-11T00:34:51.102Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T00:34:53.256Z] provisioning config files... [2020-12-11T00:34:53.309Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4906827380315906107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:34:53.729Z] ---> docker-login.sh [2020-12-11T00:34:53.729Z] nexus3.edgexfoundry.org:10001 [2020-12-11T00:34:54.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:34:54.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:34:54.986Z] Configure a credential helper to remove this warning. See [2020-12-11T00:34:54.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:34:54.986Z] [2020-12-11T00:34:54.986Z] Login Succeeded [2020-12-11T00:34:54.986Z] nexus3.edgexfoundry.org:10002 [2020-12-11T00:34:55.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:34:55.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:34:55.543Z] Configure a credential helper to remove this warning. See [2020-12-11T00:34:55.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:34:55.543Z] [2020-12-11T00:34:55.543Z] Login Succeeded [2020-12-11T00:34:55.543Z] nexus3.edgexfoundry.org:10003 [2020-12-11T00:34:56.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:34:56.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:34:56.144Z] Configure a credential helper to remove this warning. See [2020-12-11T00:34:56.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:34:56.144Z] [2020-12-11T00:34:56.144Z] Login Succeeded [2020-12-11T00:34:56.144Z] nexus3.edgexfoundry.org:10004 [2020-12-11T00:34:56.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:34:56.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:34:56.693Z] Configure a credential helper to remove this warning. See [2020-12-11T00:34:56.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:34:56.693Z] [2020-12-11T00:34:56.693Z] Login Succeeded [2020-12-11T00:34:56.693Z] docker.io [2020-12-11T00:34:57.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T00:34:57.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T00:34:57.571Z] Configure a credential helper to remove this warning. See [2020-12-11T00:34:57.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T00:34:57.571Z] [2020-12-11T00:34:57.571Z] Login Succeeded [2020-12-11T00:34:57.571Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T00:34:57.588Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-11T00:34:58.201Z] ========================================================= [2020-12-11T00:34:58.201Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-11T00:34:58.201Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:34:58.582Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-11T00:35:01.251Z] Sending build context to Docker daemon 165.6MB [2020-12-11T00:35:01.251Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T00:35:01.251Z] Step 2/7 : FROM ${BASE} [2020-12-11T00:35:01.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-11T00:35:01.251Z] 5f621e34cdf4: Pulling fs layer [2020-12-11T00:35:01.251Z] a4357932f1b6: Pulling fs layer [2020-12-11T00:35:01.251Z] 18c013af1878: Pulling fs layer [2020-12-11T00:35:01.251Z] 00ac8860ef70: Pulling fs layer [2020-12-11T00:35:01.251Z] 63d7cb157983: Pulling fs layer [2020-12-11T00:35:01.251Z] b116817d02f9: Pulling fs layer [2020-12-11T00:35:01.251Z] 745a02a5169b: Pulling fs layer [2020-12-11T00:35:01.251Z] 00ac8860ef70: Waiting [2020-12-11T00:35:01.251Z] 63d7cb157983: Waiting [2020-12-11T00:35:01.251Z] b116817d02f9: Waiting [2020-12-11T00:35:01.251Z] 745a02a5169b: Waiting [2020-12-11T00:35:01.251Z] 18c013af1878: Verifying Checksum [2020-12-11T00:35:01.251Z] 18c013af1878: Download complete [2020-12-11T00:35:01.251Z] a4357932f1b6: Verifying Checksum [2020-12-11T00:35:01.251Z] a4357932f1b6: Download complete [2020-12-11T00:35:01.531Z] 63d7cb157983: Verifying Checksum [2020-12-11T00:35:01.531Z] 63d7cb157983: Download complete [2020-12-11T00:35:01.531Z] 5f621e34cdf4: Verifying Checksum [2020-12-11T00:35:01.531Z] 5f621e34cdf4: Download complete [2020-12-11T00:35:01.531Z] b116817d02f9: Verifying Checksum [2020-12-11T00:35:01.531Z] b116817d02f9: Download complete [2020-12-11T00:35:02.157Z] 5f621e34cdf4: Pull complete [2020-12-11T00:35:02.762Z] a4357932f1b6: Pull complete [2020-12-11T00:35:03.036Z] 18c013af1878: Pull complete [2020-12-11T00:35:04.477Z] 745a02a5169b: Verifying Checksum [2020-12-11T00:35:04.477Z] 745a02a5169b: Download complete [2020-12-11T00:35:05.906Z] 00ac8860ef70: Verifying Checksum [2020-12-11T00:35:05.906Z] 00ac8860ef70: Download complete [2020-12-11T00:35:16.142Z] 00ac8860ef70: Pull complete [2020-12-11T00:35:16.142Z] 63d7cb157983: Pull complete [2020-12-11T00:35:16.142Z] b116817d02f9: Pull complete [2020-12-11T00:35:16.735Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:16.736Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:16.736Z] ---> d30f20b21e82 [2020-12-11T00:35:16.736Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T00:35:16.736Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:16.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:16.736Z] ---> d30f20b21e82 [2020-12-11T00:35:16.736Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:35:16.736Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:16.736Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T00:35:16.736Z] ---> d30f20b21e82 [2020-12-11T00:35:16.736Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T00:35:16.736Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:16.736Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:16.736Z] ---> d30f20b21e82 [2020-12-11T00:35:16.736Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T00:35:16.998Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:35:16.998Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:35:16.998Z] ---> d30f20b21e82 [2020-12-11T00:35:16.998Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:35:18.399Z] ---> Running in 2af8a6d04117 [2020-12-11T00:35:18.399Z] ---> Running in 80b0af7f282d [2020-12-11T00:35:18.399Z] ---> Running in dc8b4aee85b7 [2020-12-11T00:35:18.399Z] ---> Running in 369c20a1d38b [2020-12-11T00:35:18.399Z] ---> Running in cf917d12b641 [2020-12-11T00:35:18.662Z] Removing intermediate container 2af8a6d04117 [2020-12-11T00:35:18.662Z] ---> 03631b25e77f [2020-12-11T00:35:18.662Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T00:35:18.662Z] Removing intermediate container 80b0af7f282d [2020-12-11T00:35:18.662Z] ---> 22520105a0ef [2020-12-11T00:35:18.662Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:18.662Z] Removing intermediate container cf917d12b641 [2020-12-11T00:35:18.662Z] ---> 89d9f382e9a7 [2020-12-11T00:35:18.662Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:18.925Z] Removing intermediate container 369c20a1d38b [2020-12-11T00:35:18.925Z] ---> c518f435b09a [2020-12-11T00:35:18.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:18.925Z] Removing intermediate container dc8b4aee85b7 [2020-12-11T00:35:18.925Z] ---> 2d2551ad5e2b [2020-12-11T00:35:18.925Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:35:18.925Z] ---> Running in ef223bd95d07 [2020-12-11T00:35:18.925Z] ---> Running in 265a9e164985 [2020-12-11T00:35:18.925Z] ---> Running in 0cdc53ccddb6 [2020-12-11T00:35:18.925Z] ---> Running in 180e4146a6ae [2020-12-11T00:35:18.925Z] ---> Running in a87b74ee0670 [2020-12-11T00:35:19.550Z] 745a02a5169b: Pull complete [2020-12-11T00:35:19.550Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-11T00:35:19.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-11T00:35:19.550Z] ---> b7e6874047d6 [2020-12-11T00:35:19.550Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-11T00:35:20.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:20.591Z] Removing intermediate container ef223bd95d07 [2020-12-11T00:35:20.591Z] ---> c0d6c15bfc90 [2020-12-11T00:35:20.591Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:35:20.856Z] Removing intermediate container 0cdc53ccddb6 [2020-12-11T00:35:20.856Z] ---> 2055559441e6 [2020-12-11T00:35:20.856Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-11T00:35:20.856Z] ---> Running in d263443ff6b3 [2020-12-11T00:35:20.856Z] ---> Running in 3159f9cfa80f [2020-12-11T00:35:21.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:21.119Z] Removing intermediate container 180e4146a6ae [2020-12-11T00:35:21.119Z] ---> 97050150b6d3 [2020-12-11T00:35:21.119Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T00:35:21.383Z] ---> Running in f1b46d2f3b82 [2020-12-11T00:35:21.654Z] Removing intermediate container a87b74ee0670 [2020-12-11T00:35:21.654Z] ---> 0683a0e02956 [2020-12-11T00:35:21.654Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T00:35:21.923Z] ---> Running in 0f0969a18af8 [2020-12-11T00:35:22.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:22.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:22.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:22.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:22.472Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:22.472Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:22.472Z] OK: 12748 distinct packages available [2020-12-11T00:35:22.734Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:22.959Z] ---> Running in b23345cd2277 [2020-12-11T00:35:22.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:22.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:23.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:23.265Z] Removing intermediate container 265a9e164985 [2020-12-11T00:35:23.265Z] ---> a0ae4c4e20fb [2020-12-11T00:35:23.265Z] Step 5/29 : COPY go.mod . [2020-12-11T00:35:23.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:35:23.527Z] ---> 266d3ee02886 [2020-12-11T00:35:23.527Z] Step 6/29 : RUN go mod download [2020-12-11T00:35:23.793Z] ---> Running in 6ef3d52179fd [2020-12-11T00:35:24.059Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:24.059Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:24.059Z] OK: 12748 distinct packages available [2020-12-11T00:35:24.059Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:24.059Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:24.059Z] OK: 12748 distinct packages available [2020-12-11T00:35:24.328Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:24.328Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:24.328Z] OK: 12748 distinct packages available [2020-12-11T00:35:24.328Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:24.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:35:24.593Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:24.593Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:24.593Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:35:24.593Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:35:24.593Z] OK: 12748 distinct packages available [2020-12-11T00:35:24.884Z] OK: 233 MiB in 51 packages [2020-12-11T00:35:25.153Z] Removing intermediate container d263443ff6b3 [2020-12-11T00:35:25.153Z] ---> dab34241007c [2020-12-11T00:35:25.153Z] Step 6/22 : COPY go.mod . [2020-12-11T00:35:25.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:35:25.415Z] Removing intermediate container 3159f9cfa80f [2020-12-11T00:35:25.415Z] ---> f8094c296fe2 [2020-12-11T00:35:25.415Z] Step 6/27 : COPY go.mod . [2020-12-11T00:35:25.676Z] Removing intermediate container f1b46d2f3b82 [2020-12-11T00:35:25.676Z] ---> 71054cd97927 [2020-12-11T00:35:25.676Z] Step 6/23 : COPY go.mod . [2020-12-11T00:35:25.676Z] ---> 1e9ed3d9c4c5 [2020-12-11T00:35:25.676Z] Step 7/22 : RUN go mod download [2020-12-11T00:35:25.676Z] ---> 53b26b9efb90 [2020-12-11T00:35:25.676Z] Step 7/27 : RUN go mod download [2020-12-11T00:35:25.940Z] ---> Running in 3404d8514239 [2020-12-11T00:35:25.940Z] Removing intermediate container 0f0969a18af8 [2020-12-11T00:35:25.940Z] ---> de3b75739b1a [2020-12-11T00:35:25.940Z] Step 6/24 : COPY go.mod . [2020-12-11T00:35:25.940Z] ---> Running in 9913c64b5393 [2020-12-11T00:35:25.940Z] Removing intermediate container 6ef3d52179fd [2020-12-11T00:35:25.940Z] ---> 883024cf2a23 [2020-12-11T00:35:25.940Z] Step 7/29 : COPY . . [2020-12-11T00:35:26.209Z] ---> 49e3bfc4f64e [2020-12-11T00:35:26.209Z] Step 7/23 : RUN go mod download [2020-12-11T00:35:26.493Z] ---> Running in af78ef8e18de [2020-12-11T00:35:26.768Z] ---> 378c16e362a8 [2020-12-11T00:35:26.768Z] Step 7/24 : RUN go mod download [2020-12-11T00:35:26.834Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T00:35:27.436Z] (2/12) Installing file (5.38-r0) [2020-12-11T00:35:27.436Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T00:35:27.709Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T00:35:28.705Z] ---> Running in b0a4933d403f [2020-12-11T00:35:34.052Z] Removing intermediate container 3404d8514239 [2020-12-11T00:35:34.052Z] ---> d79848d8cbc3 [2020-12-11T00:35:34.052Z] Step 8/22 : COPY . . [2020-12-11T00:35:34.052Z] Removing intermediate container 9913c64b5393 [2020-12-11T00:35:34.052Z] ---> a7de85c27697 [2020-12-11T00:35:34.052Z] Step 8/27 : COPY . . [2020-12-11T00:35:34.052Z] Removing intermediate container af78ef8e18de [2020-12-11T00:35:34.052Z] ---> 3e11f5d4f407 [2020-12-11T00:35:34.052Z] Step 8/23 : COPY . . [2020-12-11T00:35:37.951Z] Removing intermediate container b0a4933d403f [2020-12-11T00:35:37.951Z] ---> 771aabcac672 [2020-12-11T00:35:37.951Z] Step 8/24 : COPY . . [2020-12-11T00:35:49.860Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T00:35:49.860Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T00:35:49.860Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T00:35:49.860Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T00:35:49.860Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T00:35:49.860Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T00:35:49.860Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T00:35:49.860Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T00:35:49.860Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:35:49.860Z] OK: 217 MiB in 51 packages [2020-12-11T00:35:52.490Z] Removing intermediate container b23345cd2277 [2020-12-11T00:35:52.490Z] ---> b71addeff279 [2020-12-11T00:35:52.490Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T00:35:52.762Z] ---> Running in e457f3d3c88d [2020-12-11T00:35:52.966Z] ---> 35e965a9a2a1 [2020-12-11T00:35:52.966Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T00:35:53.358Z] Removing intermediate container e457f3d3c88d [2020-12-11T00:35:53.358Z] ---> a10020a80f3c [2020-12-11T00:35:53.358Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T00:35:53.632Z] latest: Pulling from library/docker [2020-12-11T00:35:54.231Z] 5f621e34cdf4: Already exists [2020-12-11T00:35:54.231Z] 85db56a05063: Pulling fs layer [2020-12-11T00:35:54.231Z] ccb67d6aeaaa: Pulling fs layer [2020-12-11T00:35:54.231Z] 078a48a8a50a: Pulling fs layer [2020-12-11T00:35:54.231Z] 158a5e565521: Pulling fs layer [2020-12-11T00:35:54.231Z] 580500bbad4e: Pulling fs layer [2020-12-11T00:35:54.231Z] cf2dce50f859: Pulling fs layer [2020-12-11T00:35:54.231Z] 158a5e565521: Waiting [2020-12-11T00:35:54.231Z] 580500bbad4e: Waiting [2020-12-11T00:35:54.231Z] cf2dce50f859: Waiting [2020-12-11T00:35:54.231Z] ccb67d6aeaaa: Verifying Checksum [2020-12-11T00:35:54.231Z] ccb67d6aeaaa: Download complete [2020-12-11T00:35:54.231Z] 85db56a05063: Verifying Checksum [2020-12-11T00:35:54.231Z] 85db56a05063: Download complete [2020-12-11T00:35:54.509Z] 158a5e565521: Download complete [2020-12-11T00:35:54.509Z] 580500bbad4e: Verifying Checksum [2020-12-11T00:35:54.509Z] 580500bbad4e: Download complete [2020-12-11T00:35:54.509Z] cf2dce50f859: Verifying Checksum [2020-12-11T00:35:54.509Z] cf2dce50f859: Download complete [2020-12-11T00:35:55.110Z] 85db56a05063: Pull complete [2020-12-11T00:35:55.383Z] ccb67d6aeaaa: Pull complete [2020-12-11T00:35:55.983Z] 078a48a8a50a: Verifying Checksum [2020-12-11T00:35:55.983Z] 078a48a8a50a: Download complete [2020-12-11T00:35:56.300Z] ---> Running in 7445a2847578 [2020-12-11T00:35:57.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-11T00:35:59.366Z] 078a48a8a50a: Pull complete [2020-12-11T00:35:59.642Z] 158a5e565521: Pull complete [2020-12-11T00:35:59.913Z] 580500bbad4e: Pull complete [2020-12-11T00:36:00.506Z] cf2dce50f859: Pull complete [2020-12-11T00:36:00.506Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-11T00:36:00.506Z] Status: Downloaded newer image for docker:latest [2020-12-11T00:36:03.889Z] ---> fed4933d1da8 [2020-12-11T00:36:03.889Z] Step 6/7 : COPY go.mod . [2020-12-11T00:36:04.492Z] ---> 533ebfc1a490 [2020-12-11T00:36:04.492Z] Step 7/7 : RUN go mod download [2020-12-11T00:36:04.492Z] ---> Running in 148c17eff795 [2020-12-11T00:36:16.043Z] ---> 57cdd9d5d35e [2020-12-11T00:36:16.043Z] ---> f6d4f5fda7d1 [2020-12-11T00:36:16.043Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T00:36:16.043Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T00:36:16.043Z] ---> Running in b425e34bc760 [2020-12-11T00:36:16.043Z] ---> Running in ff68193c01e7 [2020-12-11T00:36:16.043Z] ---> bc8971c1aea3 [2020-12-11T00:36:16.043Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T00:36:16.043Z] ---> 84073c7bf1ec [2020-12-11T00:36:16.043Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T00:36:16.043Z] ---> Running in d3098ce44bc7 [2020-12-11T00:36:16.043Z] ---> Running in c7c51768f411 [2020-12-11T00:36:16.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-11T00:36:16.043Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-11T00:36:16.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-11T00:36:16.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-11T00:36:18.002Z] Removing intermediate container 7445a2847578 [2020-12-11T00:36:18.002Z] ---> dc82bc1d2433 [2020-12-11T00:36:18.002Z] [2020-12-11T00:36:18.002Z] Step 9/29 : FROM alpine:latest [2020-12-11T00:36:18.002Z] latest: Pulling from library/alpine [2020-12-11T00:36:18.962Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T00:36:18.962Z] Status: Downloaded newer image for alpine:latest [2020-12-11T00:36:18.962Z] ---> d6e46aa2470d [2020-12-11T00:36:18.962Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-11T00:36:20.376Z] ---> Running in 8bf37625c8bb [2020-12-11T00:36:20.376Z] Removing intermediate container 8bf37625c8bb [2020-12-11T00:36:20.376Z] ---> 4d7e05abfe90 [2020-12-11T00:36:20.376Z] Step 11/29 : USER root [2020-12-11T00:36:20.650Z] ---> Running in 942f5c4cf59c [2020-12-11T00:36:20.919Z] Removing intermediate container 942f5c4cf59c [2020-12-11T00:36:20.919Z] ---> c127d57b8fe9 [2020-12-11T00:36:20.919Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T00:36:21.188Z] ---> Running in 499aca6a57a2 [2020-12-11T00:36:22.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:22.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:23.210Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:36:23.210Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:36:23.210Z] OK: 12747 distinct packages available [2020-12-11T00:36:23.486Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T00:36:23.486Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T00:36:23.486Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:36:23.758Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:36:23.758Z] OK: 6 MiB in 16 packages [2020-12-11T00:36:25.732Z] Removing intermediate container 499aca6a57a2 [2020-12-11T00:36:25.732Z] ---> 4e926f39a8b1 [2020-12-11T00:36:25.732Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T00:36:25.997Z] ---> Running in cf796767af5a [2020-12-11T00:36:26.262Z] Removing intermediate container cf796767af5a [2020-12-11T00:36:26.262Z] ---> e8b7f2c5c6c9 [2020-12-11T00:36:26.262Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T00:36:26.262Z] ---> Running in 7c424e3e4c5a [2020-12-11T00:36:26.547Z] Removing intermediate container 7c424e3e4c5a [2020-12-11T00:36:26.547Z] ---> 901560867ece [2020-12-11T00:36:26.547Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T00:36:26.825Z] ---> Running in f3c1720b63e4 [2020-12-11T00:36:29.441Z] Removing intermediate container f3c1720b63e4 [2020-12-11T00:36:29.441Z] ---> fe785ad90637 [2020-12-11T00:36:29.441Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T00:36:30.438Z] ---> e2d25a6d72c0 [2020-12-11T00:36:30.438Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T00:36:31.030Z] ---> 8fe6940fb35c [2020-12-11T00:36:31.030Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T00:36:31.264Z] Removing intermediate container 148c17eff795 [2020-12-11T00:36:31.264Z] ---> d42ce2aa8703 [2020-12-11T00:36:31.264Z] Successfully built d42ce2aa8703 [2020-12-11T00:36:31.264Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:36:31.601Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T00:36:31.601Z] . [Pipeline] withDockerContainer [2020-12-11T00:36:31.628Z] ---> 33bd9c818c6b [2020-12-11T00:36:31.628Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T00:36:31.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-15519 does not seem to be running inside a container [2020-12-11T00:36:31.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-11T00:36:32.239Z] ---> 9bb77799b30d [2020-12-11T00:36:32.239Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T00:36:32.841Z] ---> f0730fb71e10 [2020-12-11T00:36:32.841Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T00:36:33.115Z] ---> Running in da82040f1a9e [2020-12-11T00:36:33.521Z] $ docker top 9af2055b40d28382028a8bed8a6c5889bfcbe4dfb5feb9063b0ec4a97ed37b16 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:36:34.621Z] + go version [2020-12-11T00:36:34.621Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-11T00:36:34.627Z] $ docker stop --time=1 9af2055b40d28382028a8bed8a6c5889bfcbe4dfb5feb9063b0ec4a97ed37b16 [2020-12-11T00:36:35.715Z] Removing intermediate container da82040f1a9e [2020-12-11T00:36:35.715Z] ---> b4b9cfa740a5 [2020-12-11T00:36:35.715Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:36:35.983Z] ---> 6649698311e7 [2020-12-11T00:36:35.983Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:36:36.252Z] ---> Running in fc965ee02ac1 [2020-12-11T00:36:36.580Z] $ docker rm -f 9af2055b40d28382028a8bed8a6c5889bfcbe4dfb5feb9063b0ec4a97ed37b16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:36:37.602Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T00:36:37.602Z] . [Pipeline] withDockerContainer [2020-12-11T00:36:37.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-15519 does not seem to be running inside a container [2020-12-11T00:36:37.962Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-11T00:36:38.839Z] Removing intermediate container fc965ee02ac1 [2020-12-11T00:36:38.839Z] ---> de2e5f9049b9 [2020-12-11T00:36:38.839Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T00:36:38.839Z] ---> Running in 004b3a007d0e [2020-12-11T00:36:39.508Z] $ docker top d43143c5acba477c0b2e1d2317dc11d971732506daa5b75f4fcff83bc24b9928 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-11T00:36:39.933Z] ========================================================= [2020-12-11T00:36:39.933Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T00:36:39.933Z] ========================================================= [Pipeline] sh [2020-12-11T00:36:40.592Z] + make test [2020-12-11T00:36:40.592Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T00:36:40.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-11T00:36:41.105Z] Removing intermediate container 004b3a007d0e [2020-12-11T00:36:41.105Z] ---> 7d572a74dfee [2020-12-11T00:36:41.105Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:36:41.105Z] ---> Running in 30f5430e6e4f [2020-12-11T00:36:41.712Z] Removing intermediate container 30f5430e6e4f [2020-12-11T00:36:41.712Z] ---> d4d6c844b996 [2020-12-11T00:36:41.712Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T00:36:41.712Z] ---> Running in c5d052c31ece [2020-12-11T00:36:43.144Z] Removing intermediate container c5d052c31ece [2020-12-11T00:36:43.144Z] ---> d8cb4324cb43 [2020-12-11T00:36:43.144Z] Step 27/29 : LABEL arch=x86_64 [2020-12-11T00:36:44.545Z] ---> Running in 46763fcd2b04 [2020-12-11T00:36:45.124Z] Removing intermediate container d3098ce44bc7 [2020-12-11T00:36:45.124Z] ---> a91dcce4c98f [2020-12-11T00:36:45.124Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T00:36:45.124Z] Removing intermediate container ff68193c01e7 [2020-12-11T00:36:45.124Z] ---> 1cd7c459eba9 [2020-12-11T00:36:45.124Z] [2020-12-11T00:36:45.124Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T00:36:45.454Z] 3.10: Pulling from library/alpine [2020-12-11T00:36:45.454Z] Removing intermediate container 46763fcd2b04 [2020-12-11T00:36:45.454Z] ---> 00146a32b1d0 [2020-12-11T00:36:45.454Z] Step 28/29 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:36:45.735Z] ---> Running in c4c182e7c401 [2020-12-11T00:36:45.735Z] ---> Running in a2b012cf1a5f [2020-12-11T00:36:45.735Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T00:36:45.735Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T00:36:45.735Z] ---> be4e4bea2c2e [2020-12-11T00:36:45.735Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:36:46.314Z] Removing intermediate container a2b012cf1a5f [2020-12-11T00:36:46.314Z] ---> e83dfa1102a1 [2020-12-11T00:36:46.314Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T00:36:46.314Z] ---> Running in c958b8b6cb49 [2020-12-11T00:36:46.598Z] ---> Running in e5e49171b9ff [2020-12-11T00:36:46.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-11T00:36:47.451Z] Removing intermediate container e5e49171b9ff [2020-12-11T00:36:47.451Z] ---> fa16391675f8 [2020-12-11T00:36:47.451Z] [2020-12-11T00:36:47.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:47.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:47.717Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:36:47.717Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:36:47.717Z] OK: 10348 distinct packages available [2020-12-11T00:36:47.978Z] Successfully built fa16391675f8 [2020-12-11T00:36:47.978Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:36:47.978Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:36:47.978Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:36:47.978Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:36:47.978Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:36:47.978Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:36:47.978Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:36:49.371Z] OK: 7 MiB in 19 packages [2020-12-11T00:36:49.945Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-11T00:36:49.945Z] Building docker-core-metadata-go [2020-12-11T00:36:49.945Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container c7c51768f411 [2020-12-11T00:36:49.945Z] ---> 660ec6125aca [2020-12-11T00:36:49.945Z] [2020-12-11T00:36:49.945Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T00:36:49.945Z] ---> be4e4bea2c2e [2020-12-11T00:36:49.945Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:36:50.900Z] ---> Running in 48ec329e0917 [2020-12-11T00:36:51.477Z] Removing intermediate container c958b8b6cb49 [2020-12-11T00:36:51.477Z] ---> 371adbb827ff [2020-12-11T00:36:51.477Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T00:36:51.769Z] ---> Running in 739254fcae07 [2020-12-11T00:36:51.769Z] Removing intermediate container c4c182e7c401 [2020-12-11T00:36:51.769Z] ---> a3c72aa70a44 [2020-12-11T00:36:51.769Z] [2020-12-11T00:36:51.769Z] Step 11/27 : FROM docker:latest [2020-12-11T00:36:51.769Z] ---> 86c48ffa8038 [2020-12-11T00:36:51.769Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T00:36:54.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:54.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:54.608Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:36:54.608Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:36:54.608Z] OK: 10348 distinct packages available [2020-12-11T00:36:54.874Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:36:54.874Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:36:54.874Z] ---> Running in 7a5f03a70f4c [2020-12-11T00:36:54.874Z] Removing intermediate container 739254fcae07 [2020-12-11T00:36:54.874Z] ---> 92c78b982837 [2020-12-11T00:36:54.874Z] Step 13/22 : WORKDIR / [2020-12-11T00:36:54.874Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:36:54.874Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:36:54.874Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:36:54.874Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:36:54.874Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:36:55.139Z] OK: 7 MiB in 19 packages [2020-12-11T00:36:56.539Z] ---> Running in 0a60cac76f4f [2020-12-11T00:36:58.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:58.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:36:59.021Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T00:36:59.021Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T00:36:59.021Z] Executing bash-5.0.17-r0.post-install [2020-12-11T00:36:59.606Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:36:59.606Z] OK: 12 MiB in 22 packages [2020-12-11T00:37:01.010Z] Removing intermediate container 0a60cac76f4f [2020-12-11T00:37:01.010Z] ---> 4f46e5281849 [2020-12-11T00:37:01.010Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T00:37:01.010Z] Removing intermediate container b425e34bc760 [2020-12-11T00:37:01.010Z] ---> a46c2de908b4 [2020-12-11T00:37:01.010Z] [2020-12-11T00:37:01.010Z] Step 10/23 : FROM alpine [2020-12-11T00:37:01.962Z] ---> d6e46aa2470d [2020-12-11T00:37:01.962Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:37:03.040Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T00:37:03.892Z] Removing intermediate container 48ec329e0917 [2020-12-11T00:37:03.892Z] ---> 97cdb3f27c6b [2020-12-11T00:37:03.892Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:37:04.480Z] ---> Running in c130f34dfd80 [2020-12-11T00:37:05.883Z] ---> Running in d13a8644c170 [2020-12-11T00:37:06.153Z] ---> 3380d07b6bf7 [2020-12-11T00:37:06.153Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T00:37:06.153Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:37:06.153Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:37:06.153Z] ---> d30f20b21e82 [2020-12-11T00:37:06.153Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:37:06.153Z] ---> Using cache [2020-12-11T00:37:06.153Z] ---> 2d2551ad5e2b [2020-12-11T00:37:06.153Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:37:06.153Z] ---> Using cache [2020-12-11T00:37:06.153Z] ---> 0683a0e02956 [2020-12-11T00:37:06.153Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:37:06.153Z] ---> Using cache [2020-12-11T00:37:06.153Z] ---> de3b75739b1a [2020-12-11T00:37:06.153Z] Step 6/22 : COPY go.mod . [2020-12-11T00:37:06.153Z] ---> Using cache [2020-12-11T00:37:06.153Z] ---> 378c16e362a8 [2020-12-11T00:37:06.153Z] Step 7/22 : RUN go mod download [2020-12-11T00:37:06.153Z] ---> Using cache [2020-12-11T00:37:06.153Z] ---> 771aabcac672 [2020-12-11T00:37:06.153Z] Step 8/22 : COPY . . [2020-12-11T00:37:06.416Z] ---> Using cache [2020-12-11T00:37:06.416Z] ---> 84073c7bf1ec [2020-12-11T00:37:06.416Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T00:37:07.050Z] Removing intermediate container c130f34dfd80 [2020-12-11T00:37:07.050Z] ---> 562bcf55f51e [2020-12-11T00:37:07.050Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T00:37:07.328Z] ---> Running in 8804f278c779 [2020-12-11T00:37:07.328Z] Removing intermediate container 7a5f03a70f4c [2020-12-11T00:37:07.328Z] ---> a3bb048bddd0 [2020-12-11T00:37:07.328Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T00:37:07.328Z] Removing intermediate container d13a8644c170 [2020-12-11T00:37:07.328Z] ---> 4e6d571d3b7d [2020-12-11T00:37:07.328Z] Step 13/24 : WORKDIR / [2020-12-11T00:37:07.328Z] ---> 8aca587ab032 [2020-12-11T00:37:07.328Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T00:37:07.328Z] ---> Running in ce23e4ba5075 [2020-12-11T00:37:07.618Z] ---> Running in 5e94b368ec94 [2020-12-11T00:37:07.618Z] ---> Running in ccb46fb541b8 [2020-12-11T00:37:07.960Z] Removing intermediate container ce23e4ba5075 [2020-12-11T00:37:07.960Z] ---> d9433cb1fe76 [2020-12-11T00:37:07.960Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T00:37:07.960Z] ---> 997ecba5f596 [2020-12-11T00:37:07.960Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:07.960Z] Removing intermediate container 5e94b368ec94 [2020-12-11T00:37:07.960Z] ---> f4dbe64402ff [2020-12-11T00:37:07.960Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-11T00:37:08.256Z] ---> Running in 1fa259845fb8 [2020-12-11T00:37:08.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-11T00:37:08.585Z] Removing intermediate container 1fa259845fb8 [2020-12-11T00:37:08.585Z] ---> 9cdd1581dab0 [2020-12-11T00:37:08.585Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:37:08.585Z] ---> 94979c52f99d [2020-12-11T00:37:08.585Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T00:37:08.585Z] ---> 87b33f5835de [2020-12-11T00:37:08.585Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-11T00:37:08.585Z] ---> Running in d1c2e5ae1152 [2020-12-11T00:37:08.585Z] ---> Running in 4edc0bf0ccca [2020-12-11T00:37:09.254Z] ---> 1273db02f131 [2020-12-11T00:37:09.254Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:09.526Z] Removing intermediate container ccb46fb541b8 [2020-12-11T00:37:09.526Z] ---> ab5328db2297 [2020-12-11T00:37:09.526Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T00:37:09.792Z] ---> Running in c7f121d7f9f4 [2020-12-11T00:37:09.792Z] ---> f2d2097876ea [2020-12-11T00:37:09.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T00:37:10.088Z] Removing intermediate container c7f121d7f9f4 [2020-12-11T00:37:10.088Z] ---> 1a25a9ac4b99 [2020-12-11T00:37:10.088Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T00:37:10.358Z] ---> Running in 009d7edb7c4e [2020-12-11T00:37:10.954Z] Removing intermediate container d1c2e5ae1152 [2020-12-11T00:37:10.954Z] ---> f828a65ec921 [2020-12-11T00:37:10.954Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T00:37:10.954Z] Removing intermediate container 4edc0bf0ccca [2020-12-11T00:37:10.954Z] ---> f2d9b798acfb [2020-12-11T00:37:10.954Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T00:37:10.954Z] ---> Running in fd61b9787dcc [2020-12-11T00:37:11.238Z] Removing intermediate container 009d7edb7c4e [2020-12-11T00:37:11.238Z] ---> 2c6191f0e850 [2020-12-11T00:37:11.238Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T00:37:11.238Z] ---> f40254909231 [2020-12-11T00:37:11.238Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T00:37:11.513Z] ---> Running in 42827b636b06 [2020-12-11T00:37:11.513Z] ---> Running in c17353503449 [2020-12-11T00:37:11.787Z] Removing intermediate container 42827b636b06 [2020-12-11T00:37:11.787Z] ---> 37d94c872053 [2020-12-11T00:37:11.787Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:37:11.787Z] Removing intermediate container c17353503449 [2020-12-11T00:37:11.787Z] ---> 4507810d0c06 [2020-12-11T00:37:11.787Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-11T00:37:12.064Z] ---> Running in c69151ff098e [2020-12-11T00:37:12.064Z] ---> 5a1d06392b41 [2020-12-11T00:37:12.064Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:37:12.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:12.337Z] Removing intermediate container c69151ff098e [2020-12-11T00:37:12.337Z] ---> 3887252dc059 [2020-12-11T00:37:12.337Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:37:12.600Z] ---> Running in aa1748090522 [2020-12-11T00:37:12.600Z] ---> 134641a79ba5 [2020-12-11T00:37:12.600Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:37:12.600Z] ---> Running in 577a11123f5e [2020-12-11T00:37:12.867Z] ---> ef00f4bf8fb5 [2020-12-11T00:37:12.867Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:12.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:13.142Z] Removing intermediate container aa1748090522 [2020-12-11T00:37:13.142Z] ---> 9acfe8dda035 [2020-12-11T00:37:13.142Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:37:13.142Z] ---> Running in 7308766b38da [2020-12-11T00:37:13.142Z] ---> be8fa2ba0641 [2020-12-11T00:37:13.142Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T00:37:13.412Z] Removing intermediate container 7308766b38da [2020-12-11T00:37:13.412Z] ---> 78bd02b210cc [2020-12-11T00:37:13.412Z] [2020-12-11T00:37:13.412Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T00:37:13.685Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T00:37:13.685Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T00:37:13.961Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T00:37:14.235Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T00:37:14.235Z] Successfully built 78bd02b210cc [2020-12-11T00:37:14.235Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-11T00:37:14.235Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-11T00:37:14.235Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:37:14.506Z] OK: 8 MiB in 19 packages [2020-12-11T00:37:14.772Z] ---> adddef2387eb [2020-12-11T00:37:14.772Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T00:37:15.374Z] ---> Running in e298c1a92e3d [2020-12-11T00:37:17.968Z] Removing intermediate container 577a11123f5e [2020-12-11T00:37:17.968Z] ---> 8bbe66b6f8ea [2020-12-11T00:37:17.968Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:37:19.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:19.907Z] Removing intermediate container fd61b9787dcc [2020-12-11T00:37:19.907Z] ---> 69b79522c3ff [2020-12-11T00:37:19.907Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T00:37:19.907Z] ---> Running in 930e30be02ff [2020-12-11T00:37:19.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:37:19.907Z] Removing intermediate container 930e30be02ff [2020-12-11T00:37:19.907Z] ---> 4229e4dcb2d9 [2020-12-11T00:37:19.907Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T00:37:19.907Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T00:37:19.907Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T00:37:19.907Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T00:37:19.907Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T00:37:20.171Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T00:37:20.171Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T00:37:20.171Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T00:37:20.443Z] ---> c60432a1b56a [2020-12-11T00:37:20.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T00:37:20.443Z] ---> Running in d4b18f3bd342 [2020-12-11T00:37:27.106Z] Removing intermediate container d4b18f3bd342 [2020-12-11T00:37:27.106Z] ---> 0f356335cb61 [2020-12-11T00:37:27.106Z] Step 23/24 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:37:30.472Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T00:37:30.472Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T00:37:30.472Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T00:37:30.736Z] ---> 9fef03ffbbcd [2020-12-11T00:37:30.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T00:37:30.736Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T00:37:30.736Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T00:37:30.998Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T00:37:30.998Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T00:37:31.272Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T00:37:31.272Z] ---> Running in 76e8f387e421 [2020-12-11T00:37:31.538Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:37:31.538Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:37:31.538Z] ---> d30f20b21e82 [2020-12-11T00:37:31.538Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:37:31.538Z] ---> Using cache [2020-12-11T00:37:31.538Z] ---> 2d2551ad5e2b [2020-12-11T00:37:31.538Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:37:31.538Z] ---> Using cache [2020-12-11T00:37:31.538Z] ---> 0683a0e02956 [2020-12-11T00:37:31.538Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:37:31.538Z] ---> Using cache [2020-12-11T00:37:31.538Z] ---> de3b75739b1a [2020-12-11T00:37:31.538Z] Step 6/21 : COPY go.mod . [2020-12-11T00:37:31.538Z] ---> Using cache [2020-12-11T00:37:31.538Z] ---> 378c16e362a8 [2020-12-11T00:37:31.538Z] Step 7/21 : RUN go mod download [2020-12-11T00:37:31.538Z] ---> Using cache [2020-12-11T00:37:31.538Z] ---> 771aabcac672 [2020-12-11T00:37:31.538Z] Step 8/21 : COPY . . [2020-12-11T00:37:31.800Z] ---> Using cache [2020-12-11T00:37:31.800Z] ---> 84073c7bf1ec [2020-12-11T00:37:31.800Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T00:37:32.374Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T00:37:32.374Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T00:37:32.635Z] ---> 500c7a16845b [2020-12-11T00:37:32.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T00:37:32.635Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T00:37:32.899Z] ---> Running in 4ded5b456d90 [2020-12-11T00:37:32.899Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T00:37:32.899Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T00:37:32.899Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T00:37:32.899Z] ---> Running in 36246a3d5bbb [2020-12-11T00:37:33.171Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T00:37:33.171Z] Removing intermediate container 76e8f387e421 [2020-12-11T00:37:33.171Z] ---> 6d57aeb8ec85 [2020-12-11T00:37:33.171Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:37:33.171Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T00:37:33.171Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T00:37:33.171Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T00:37:33.171Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T00:37:33.439Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T00:37:33.439Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T00:37:33.439Z] ---> Running in c720cc4686df [2020-12-11T00:37:33.439Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T00:37:33.701Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T00:37:33.967Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T00:37:33.967Z] Removing intermediate container 36246a3d5bbb [2020-12-11T00:37:33.967Z] ---> 17b192b026d7 [2020-12-11T00:37:33.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:37:33.967Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T00:37:33.967Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T00:37:34.546Z] ---> Running in a4c10caf66bb [2020-12-11T00:37:34.546Z] Removing intermediate container c720cc4686df [2020-12-11T00:37:34.546Z] ---> 51ad000ca0dc [2020-12-11T00:37:34.546Z] [2020-12-11T00:37:34.546Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:37:34.546Z] OK: 71 MiB in 55 packages [2020-12-11T00:37:34.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-11T00:37:34.812Z] Successfully built 51ad000ca0dc [2020-12-11T00:37:35.076Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-11T00:37:35.076Z] Building docker-core-command-go [2020-12-11T00:37:35.076Z] Removing intermediate container a4c10caf66bb [2020-12-11T00:37:35.076Z] ---> d38c1750bfa7 [2020-12-11T00:37:35.076Z] Step 21/23 : LABEL arch=x86_64 [2020-12-11T00:37:35.346Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 75880a4f30ba [2020-12-11T00:37:35.619Z] Removing intermediate container 75880a4f30ba [2020-12-11T00:37:35.619Z] ---> ce2f309286b4 [2020-12-11T00:37:35.619Z] Step 22/23 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:37:35.899Z] ---> Running in 2b3809190325 [2020-12-11T00:37:36.496Z] Removing intermediate container 2b3809190325 [2020-12-11T00:37:36.496Z] ---> c79f4d985e54 [2020-12-11T00:37:36.496Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T00:37:41.841Z] ---> Running in 74759c89da2e [2020-12-11T00:37:43.781Z] Removing intermediate container 74759c89da2e [2020-12-11T00:37:43.781Z] ---> 77ab124f3748 [2020-12-11T00:37:43.781Z] [2020-12-11T00:37:47.152Z] Successfully built 77ab124f3748 [2020-12-11T00:37:48.118Z] Successfully tagged docker-core-data-go:latest [2020-12-11T00:37:48.118Z] Building docker-support-notifications-go [2020-12-11T00:37:48.756Z]  Building docker-core-data-go ... done Removing intermediate container 8804f278c779 [2020-12-11T00:37:48.756Z] ---> 88e084b52546 [2020-12-11T00:37:48.756Z] [2020-12-11T00:37:48.756Z] Step 10/22 : FROM scratch [2020-12-11T00:37:48.756Z] ---> [2020-12-11T00:37:48.756Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:37:56.948Z] ---> Running in d81182e22876 [2020-12-11T00:37:58.906Z] Removing intermediate container d81182e22876 [2020-12-11T00:37:58.906Z] ---> cb98a6bd68a1 [2020-12-11T00:37:58.906Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T00:37:59.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T00:37:59.861Z] ---> Running in bf161bd39f7c [2020-12-11T00:38:00.820Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:00.820Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:00.820Z] ---> d30f20b21e82 [2020-12-11T00:38:00.820Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> 2d2551ad5e2b [2020-12-11T00:38:00.820Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> 0683a0e02956 [2020-12-11T00:38:00.820Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> de3b75739b1a [2020-12-11T00:38:00.820Z] Step 6/22 : COPY go.mod . [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> 378c16e362a8 [2020-12-11T00:38:00.820Z] Step 7/22 : RUN go mod download [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> 771aabcac672 [2020-12-11T00:38:00.820Z] Step 8/22 : COPY . . [2020-12-11T00:38:00.820Z] ---> Using cache [2020-12-11T00:38:00.820Z] ---> 84073c7bf1ec [2020-12-11T00:38:00.820Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T00:38:01.070Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T00:38:02.778Z] ---> Running in 45f5cb6a4c42 [2020-12-11T00:38:02.778Z] Removing intermediate container bf161bd39f7c [2020-12-11T00:38:02.778Z] ---> 04147210003f [2020-12-11T00:38:02.778Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:38:02.778Z] ---> Running in 03d3d3c2e7ab [2020-12-11T00:38:04.711Z] Removing intermediate container 03d3d3c2e7ab [2020-12-11T00:38:04.711Z] ---> 23fcfc2090b8 [2020-12-11T00:38:04.711Z] Step 14/22 : WORKDIR / [2020-12-11T00:38:04.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-11T00:38:04.711Z] ---> Running in 6eedf144b13c [2020-12-11T00:38:05.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T00:38:05.381Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T00:38:05.381Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T00:38:05.381Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T00:38:05.381Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T00:38:06.656Z] Removing intermediate container e298c1a92e3d [2020-12-11T00:38:06.656Z] ---> 48101aa00fca [2020-12-11T00:38:06.656Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T00:38:08.615Z] Removing intermediate container 6eedf144b13c [2020-12-11T00:38:08.615Z] ---> 0e516d115724 [2020-12-11T00:38:08.615Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T00:38:08.615Z] ---> Running in 052459056b25 [2020-12-11T00:38:10.583Z] ---> 8bbec357e9c4 [2020-12-11T00:38:10.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T00:38:12.104Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.063s [2020-12-11T00:38:12.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T00:38:12.104Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T00:38:12.386Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T00:38:12.660Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T00:38:12.660Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T00:38:12.660Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T00:38:12.968Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:12.968Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:12.968Z] ---> d30f20b21e82 [2020-12-11T00:38:12.968Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:38:12.968Z] ---> Using cache [2020-12-11T00:38:12.968Z] ---> 2d2551ad5e2b [2020-12-11T00:38:12.968Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:12.968Z] ---> Using cache [2020-12-11T00:38:12.968Z] ---> 0683a0e02956 [2020-12-11T00:38:12.968Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T00:38:13.951Z] ---> ae597910d95d [2020-12-11T00:38:13.951Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T00:38:13.951Z] ---> Running in 6472e12775b1 [2020-12-11T00:38:14.214Z] Removing intermediate container 4ded5b456d90 [2020-12-11T00:38:14.214Z] ---> 6bac573cf3cd [2020-12-11T00:38:14.214Z] [2020-12-11T00:38:14.214Z] Step 10/21 : FROM scratch [2020-12-11T00:38:14.214Z] ---> [2020-12-11T00:38:14.214Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:38:14.488Z] ---> Using cache [2020-12-11T00:38:14.488Z] ---> cb98a6bd68a1 [2020-12-11T00:38:14.488Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T00:38:14.488Z] ---> 0133a3bf09bd [2020-12-11T00:38:14.488Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T00:38:14.488Z] ---> Running in 5ac6af0101bd [2020-12-11T00:38:14.488Z] ---> Running in 75cc92c95184 [2020-12-11T00:38:14.754Z] Removing intermediate container 5ac6af0101bd [2020-12-11T00:38:14.754Z] ---> f51ce6929548 [2020-12-11T00:38:14.755Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T00:38:14.755Z] Removing intermediate container 75cc92c95184 [2020-12-11T00:38:14.755Z] ---> 29a84ad4b29f [2020-12-11T00:38:14.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:38:14.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:15.018Z] ---> Running in 2b857bfc9777 [2020-12-11T00:38:15.018Z] ---> Running in 4cf46e3c788b [2020-12-11T00:38:15.018Z] Removing intermediate container 2b857bfc9777 [2020-12-11T00:38:15.018Z] ---> 5334f5d92c89 [2020-12-11T00:38:15.018Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-11T00:38:15.293Z] Removing intermediate container 4cf46e3c788b [2020-12-11T00:38:15.293Z] ---> 4905a72e7c9d [2020-12-11T00:38:15.293Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:38:15.293Z] ---> Running in 7f7c61605a86 [2020-12-11T00:38:15.557Z] ---> 7b8a882bae2c [2020-12-11T00:38:15.557Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T00:38:15.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:15.822Z] Removing intermediate container 7f7c61605a86 [2020-12-11T00:38:15.822Z] ---> 328b29a6fb86 [2020-12-11T00:38:15.822Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:38:15.822Z] ---> Running in 0ca67b7991f1 [2020-12-11T00:38:15.822Z] Collecting docker-compose==1.23.2 [2020-12-11T00:38:16.092Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T00:38:16.092Z] Removing intermediate container 0ca67b7991f1 [2020-12-11T00:38:16.092Z] ---> 18332921c82b [2020-12-11T00:38:16.092Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:38:16.375Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:38:16.375Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:38:16.375Z] OK: 12748 distinct packages available [2020-12-11T00:38:16.375Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T00:38:16.375Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T00:38:16.375Z] ---> Running in bce347e441e4 [2020-12-11T00:38:16.657Z] ---> def54ec8ad80 [2020-12-11T00:38:16.657Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T00:38:16.657Z] OK: 233 MiB in 51 packages [2020-12-11T00:38:16.927Z] Removing intermediate container bce347e441e4 [2020-12-11T00:38:16.927Z] ---> 103f7ad74793 [2020-12-11T00:38:16.927Z] [2020-12-11T00:38:17.209Z] ---> ae8283d2e4c8 [2020-12-11T00:38:17.209Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T00:38:17.209Z] Successfully built 103f7ad74793 [2020-12-11T00:38:17.209Z] Successfully tagged docker-core-metadata-go:latest [2020-12-11T00:38:17.209Z] Building docker-security-proxy-setup-go [2020-12-11T00:38:17.209Z]  Building docker-core-metadata-go ... done  ---> Running in afb2ba77b11d [2020-12-11T00:38:17.482Z] Collecting PyYAML<4,>=3.10 [2020-12-11T00:38:17.482Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T00:38:17.482Z] Removing intermediate container 6472e12775b1 [2020-12-11T00:38:17.482Z] ---> 017cfce45253 [2020-12-11T00:38:17.482Z] Step 6/24 : COPY go.mod . [2020-12-11T00:38:17.482Z] Removing intermediate container afb2ba77b11d [2020-12-11T00:38:17.482Z] ---> 870bff73ac14 [2020-12-11T00:38:17.482Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:38:19.422Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-11T00:38:19.996Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T00:38:19.996Z] ---> Running in 4df5dd3b9dfb [2020-12-11T00:38:20.946Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T00:38:22.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.249s coverage: 46.6% of statements [2020-12-11T00:38:22.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T00:38:22.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T00:38:22.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T00:38:22.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T00:38:22.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T00:38:23.516Z] ---> 9bbe6f7650b3 [2020-12-11T00:38:23.516Z] Step 7/24 : RUN go mod download [2020-12-11T00:38:23.789Z] Removing intermediate container 4df5dd3b9dfb [2020-12-11T00:38:23.789Z] ---> 438a19bd6224 [2020-12-11T00:38:23.789Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T00:38:23.789Z] ---> Running in 08125bd97f77 [2020-12-11T00:38:23.789Z] Collecting cached-property<2,>=1.2.0 [2020-12-11T00:38:23.789Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T00:38:23.789Z] ---> Running in 58abfe21c993 [2020-12-11T00:38:24.061Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T00:38:24.061Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T00:38:25.009Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T00:38:25.009Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T00:38:25.279Z] Removing intermediate container 58abfe21c993 [2020-12-11T00:38:25.279Z] ---> 0fcc3f5081b7 [2020-12-11T00:38:25.279Z] Step 20/21 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:38:25.869Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T00:38:25.869Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T00:38:25.869Z] ---> Running in 3236e8dde586 [2020-12-11T00:38:26.132Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T00:38:26.132Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T00:38:26.406Z] Removing intermediate container 3236e8dde586 [2020-12-11T00:38:26.406Z] ---> 3f046e36c7c6 [2020-12-11T00:38:26.406Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:38:26.668Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T00:38:26.668Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T00:38:26.668Z] ---> Running in 6f7f87dd72c9 [2020-12-11T00:38:27.615Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T00:38:27.615Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T00:38:28.195Z] Collecting idna<2.8,>=2.5 [2020-12-11T00:38:28.195Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T00:38:28.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.487s coverage: 27.1% of statements [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T00:38:28.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T00:38:28.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T00:38:28.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.683s coverage: 68.5% of statements [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T00:38:28.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T00:38:28.777Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-11T00:38:28.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.3% of statements [2020-12-11T00:38:28.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T00:38:28.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:38:28.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T00:38:28.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-11T00:38:30.173Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T00:38:30.173Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T00:38:30.761Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-11T00:38:30.761Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T00:38:30.761Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T00:38:30.761Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T00:38:30.761Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T00:38:31.024Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, docker-compose [2020-12-11T00:38:31.024Z] Running setup.py install for dockerpty: started [2020-12-11T00:38:32.954Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T00:38:32.954Z] Running setup.py install for PyYAML: started [2020-12-11T00:38:32.954Z] Removing intermediate container 6f7f87dd72c9 [2020-12-11T00:38:32.954Z] ---> f5832e859ba8 [2020-12-11T00:38:32.954Z] [2020-12-11T00:38:34.349Z] Removing intermediate container 08125bd97f77 [2020-12-11T00:38:34.349Z] ---> 62f0bc21ac56 [2020-12-11T00:38:34.349Z] Step 8/24 : COPY . . [2020-12-11T00:38:34.349Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T00:38:34.349Z] Running setup.py install for texttable: started [2020-12-11T00:38:34.349Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:38:34.349Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:38:34.349Z] ---> d30f20b21e82 [2020-12-11T00:38:34.349Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> 2d2551ad5e2b [2020-12-11T00:38:34.613Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> 0683a0e02956 [2020-12-11T00:38:34.613Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> de3b75739b1a [2020-12-11T00:38:34.613Z] Step 6/21 : COPY go.mod . [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> 378c16e362a8 [2020-12-11T00:38:34.613Z] Step 7/21 : RUN go mod download [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> 771aabcac672 [2020-12-11T00:38:34.613Z] Step 8/21 : COPY . . [2020-12-11T00:38:34.613Z] Successfully built f5832e859ba8 [2020-12-11T00:38:34.613Z] ---> Using cache [2020-12-11T00:38:34.613Z] ---> 84073c7bf1ec [2020-12-11T00:38:34.613Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T00:38:35.187Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T00:38:36.142Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-11T00:38:36.142Z]  Building docker-support-scheduler-go ... done  Running setup.py install for docopt: started [2020-12-11T00:38:36.415Z] Removing intermediate container 45f5cb6a4c42 [2020-12-11T00:38:36.415Z] ---> a3a4bcd30ff9 [2020-12-11T00:38:36.415Z] [2020-12-11T00:38:36.415Z] Step 10/22 : FROM scratch [2020-12-11T00:38:36.415Z] ---> [2020-12-11T00:38:36.415Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:38:36.415Z] ---> Running in 62809dd28604 [2020-12-11T00:38:36.678Z] ---> Using cache [2020-12-11T00:38:36.678Z] ---> cb98a6bd68a1 [2020-12-11T00:38:36.678Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T00:38:36.678Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T00:38:37.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.281s coverage: 28.6% of statements [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T00:38:37.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T00:38:37.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T00:38:37.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.314s coverage: 86.7% of statements [2020-12-11T00:38:37.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T00:38:38.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2020-12-11T00:38:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T00:38:38.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements [2020-12-11T00:38:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T00:38:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T00:38:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T00:38:38.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T00:38:39.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-11T00:38:39.235Z] ---> Running in 1c81bcaf4f00 [2020-12-11T00:38:40.678Z] Attempting uninstall: idna [2020-12-11T00:38:40.678Z] Found existing installation: idna 2.9 [2020-12-11T00:38:40.678Z] Uninstalling idna-2.9: [2020-12-11T00:38:40.678Z] Successfully uninstalled idna-2.9 [2020-12-11T00:38:42.099Z] Attempting uninstall: urllib3 [2020-12-11T00:38:42.099Z] Found existing installation: urllib3 1.25.9 [2020-12-11T00:38:42.099Z] Uninstalling urllib3-1.25.9: [2020-12-11T00:38:42.099Z] Removing intermediate container 1c81bcaf4f00 [2020-12-11T00:38:42.099Z] ---> 99a8f19cd865 [2020-12-11T00:38:42.099Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:38:42.391Z] ---> Running in de34e72b7255 [2020-12-11T00:38:42.391Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T00:38:42.666Z] Attempting uninstall: requests [2020-12-11T00:38:42.666Z] Found existing installation: requests 2.23.0 [2020-12-11T00:38:42.666Z] Uninstalling requests-2.23.0: [2020-12-11T00:38:42.961Z] Successfully uninstalled requests-2.23.0 [2020-12-11T00:38:43.546Z] Removing intermediate container de34e72b7255 [2020-12-11T00:38:43.546Z] ---> 1f228209f073 [2020-12-11T00:38:43.546Z] Step 14/22 : WORKDIR / [2020-12-11T00:38:44.959Z] ---> Running in 2661b20cc970 [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.107s coverage: 93.8% of statements [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.078s coverage: 100.0% of statements [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2020-12-11T00:38:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2020-12-11T00:38:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2020-12-11T00:38:46.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2020-12-11T00:38:46.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T00:38:49.239Z] Removing intermediate container 2661b20cc970 [2020-12-11T00:38:49.239Z] ---> 1033391bf43d [2020-12-11T00:38:49.239Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T00:38:49.506Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-11T00:38:49.773Z] ---> e3f94c04d8e8 [2020-12-11T00:38:49.773Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T00:38:50.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.704s coverage: 63.5% of statements [2020-12-11T00:38:50.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T00:38:50.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T00:38:50.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2020-12-11T00:38:50.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2020-12-11T00:38:50.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2020-12-11T00:38:50.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2020-12-11T00:38:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2020-12-11T00:38:53.104Z] ---> 0a491c482396 [2020-12-11T00:38:53.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T00:38:54.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T00:38:54.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T00:38:56.424Z] ---> f9d59bbc1f7a [2020-12-11T00:38:56.424Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T00:38:56.999Z] ---> Running in 16e2518d0b7f [2020-12-11T00:38:56.999Z] Removing intermediate container 052459056b25 [2020-12-11T00:38:56.999Z] ---> ebfbcd60864d [2020-12-11T00:38:56.999Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T00:38:57.265Z] ---> Running in 67d77e7e767a [2020-12-11T00:38:57.265Z] ---> 17d85cf21b5e [2020-12-11T00:38:57.265Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T00:38:57.265Z] Removing intermediate container 16e2518d0b7f [2020-12-11T00:38:57.265Z] ---> fca660384499 [2020-12-11T00:38:57.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:38:57.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T00:38:57.532Z] ---> Running in dbd206f5f885 [2020-12-11T00:38:57.799Z] ---> Running in 7e26a1d09876 [2020-12-11T00:38:58.075Z] Removing intermediate container 7e26a1d09876 [2020-12-11T00:38:58.075Z] ---> 95b532f8c245 [2020-12-11T00:38:58.075Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T00:38:58.075Z] ---> Running in 5a061780c2a0 [2020-12-11T00:38:58.348Z] Removing intermediate container 5a061780c2a0 [2020-12-11T00:38:58.348Z] ---> 6580205c2522 [2020-12-11T00:38:58.348Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:38:58.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:58.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:38:58.348Z] ---> Running in 5cef6d226241 [2020-12-11T00:38:58.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:38:58.618Z] Removing intermediate container 5cef6d226241 [2020-12-11T00:38:58.618Z] ---> 0de3b5d8295a [2020-12-11T00:38:58.618Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:38:58.618Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:38:58.618Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-11T00:38:58.618Z] (3/3) Installing curl (7.69.1-r2) [2020-12-11T00:38:58.618Z] ---> Running in 70ade1a8fea8 [2020-12-11T00:38:58.618Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:38:58.889Z] OK: 72 MiB in 58 packages [2020-12-11T00:38:58.889Z] Removing intermediate container 70ade1a8fea8 [2020-12-11T00:38:58.889Z] ---> b2063cab1b5f [2020-12-11T00:38:58.889Z] [2020-12-11T00:38:59.157Z] Successfully built b2063cab1b5f [2020-12-11T00:38:59.422Z] Successfully tagged docker-core-command-go:latest [2020-12-11T00:38:59.687Z]  Building docker-core-command-go ... done Removing intermediate container 67d77e7e767a [2020-12-11T00:38:59.687Z] ---> 0ffb54192236 [2020-12-11T00:38:59.687Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T00:38:59.962Z] ---> Running in 9bc94674980f [2020-12-11T00:39:00.232Z] Removing intermediate container 9bc94674980f [2020-12-11T00:39:00.232Z] ---> 538ce42320c0 [2020-12-11T00:39:00.232Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:39:00.232Z] ---> Running in 44afd8112ad1 [2020-12-11T00:39:00.508Z] Removing intermediate container 44afd8112ad1 [2020-12-11T00:39:00.508Z] ---> 3832bd8166af [2020-12-11T00:39:00.508Z] Step 25/27 : LABEL arch=x86_64 [2020-12-11T00:39:00.790Z] ---> Running in eeb00c4872b9 [2020-12-11T00:39:01.064Z] Removing intermediate container eeb00c4872b9 [2020-12-11T00:39:01.064Z] ---> c125079ae85a [2020-12-11T00:39:01.064Z] Step 26/27 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:39:01.064Z] ---> Running in f0e4d3061fcf [2020-12-11T00:39:01.344Z] Removing intermediate container f0e4d3061fcf [2020-12-11T00:39:01.344Z] ---> 92d61780faba [2020-12-11T00:39:01.344Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T00:39:03.926Z] ---> Running in 69adf3fa7ed8 [2020-12-11T00:39:03.926Z] Removing intermediate container 62809dd28604 [2020-12-11T00:39:03.926Z] ---> 724b0de6541d [2020-12-11T00:39:03.926Z] [2020-12-11T00:39:03.926Z] Step 10/21 : FROM alpine [2020-12-11T00:39:03.926Z] ---> d6e46aa2470d [2020-12-11T00:39:03.926Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T00:39:03.926Z] Removing intermediate container 69adf3fa7ed8 [2020-12-11T00:39:03.926Z] ---> 4b634a2efe87 [2020-12-11T00:39:03.926Z] [2020-12-11T00:39:03.926Z] ---> Running in ee65922310a8 [2020-12-11T00:39:04.197Z] Successfully built 4b634a2efe87 [2020-12-11T00:39:04.197Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-11T00:39:04.789Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:04.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T00:39:05.066Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:39:05.066Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:39:05.066Z] OK: 12747 distinct packages available [2020-12-11T00:39:05.347Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T00:39:05.347Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:39:05.347Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-11T00:39:05.347Z] (4/4) Installing curl (7.69.1-r2) [2020-12-11T00:39:05.347Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:39:05.347Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:39:05.614Z] OK: 7 MiB in 18 packages [2020-12-11T00:39:07.185Z] Removing intermediate container ee65922310a8 [2020-12-11T00:39:07.185Z] ---> ffc448d7fda1 [2020-12-11T00:39:07.185Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:39:07.515Z] ---> Running in b72be8703da7 [2020-12-11T00:39:07.794Z] Removing intermediate container b72be8703da7 [2020-12-11T00:39:07.795Z] ---> 8c9fbf526544 [2020-12-11T00:39:07.795Z] Step 13/21 : WORKDIR /edgex [2020-12-11T00:39:07.795Z] ---> Running in b8ae400b1439 [2020-12-11T00:39:08.065Z] Removing intermediate container b8ae400b1439 [2020-12-11T00:39:08.065Z] ---> 61ba3cad7633 [2020-12-11T00:39:08.065Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T00:39:09.022Z] ---> 9b4252b74af2 [2020-12-11T00:39:09.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T00:39:09.617Z] ---> 13de94d3dca1 [2020-12-11T00:39:09.617Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T00:39:10.192Z] ---> 25cf43cb982c [2020-12-11T00:39:10.192Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T00:39:10.192Z] ---> Running in 47dc4b51e87d [2020-12-11T00:39:10.459Z] Removing intermediate container 47dc4b51e87d [2020-12-11T00:39:10.459Z] ---> 58286ec0266a [2020-12-11T00:39:10.459Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T00:39:10.459Z] ---> Running in dc62a0b80986 [2020-12-11T00:39:11.035Z] Removing intermediate container dc62a0b80986 [2020-12-11T00:39:11.035Z] ---> 0f9f9551cfbc [2020-12-11T00:39:11.035Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T00:39:11.035Z] ---> Running in 9a775a138450 [2020-12-11T00:39:11.304Z] Removing intermediate container 9a775a138450 [2020-12-11T00:39:11.304Z] ---> e81e258bbc22 [2020-12-11T00:39:11.304Z] Step 20/21 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:39:11.304Z] ---> Running in 3eff9d092a71 [2020-12-11T00:39:11.885Z] Removing intermediate container 3eff9d092a71 [2020-12-11T00:39:11.885Z] ---> b8934a00f33c [2020-12-11T00:39:11.885Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:39:13.279Z] ---> Running in aacbbf2f0ae8 [2020-12-11T00:39:13.279Z] Removing intermediate container dbd206f5f885 [2020-12-11T00:39:13.279Z] ---> e41a0afb846e [2020-12-11T00:39:13.279Z] [2020-12-11T00:39:13.279Z] Step 10/24 : FROM scratch [2020-12-11T00:39:13.279Z] ---> [2020-12-11T00:39:13.279Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T00:39:13.279Z] Removing intermediate container aacbbf2f0ae8 [2020-12-11T00:39:13.279Z] ---> cb9969c54c05 [2020-12-11T00:39:13.279Z] [2020-12-11T00:39:13.279Z] ---> Running in 3c0855741d02 [2020-12-11T00:39:13.542Z] Successfully built cb9969c54c05 [2020-12-11T00:39:13.806Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-11T00:39:13.806Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3c0855741d02 [2020-12-11T00:39:13.806Z] ---> d9361230d855 [2020-12-11T00:39:13.806Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T00:39:14.069Z] ---> Running in 0a509c6808b3 [2020-12-11T00:39:14.069Z] Removing intermediate container 0a509c6808b3 [2020-12-11T00:39:14.069Z] ---> fa2dd721ad85 [2020-12-11T00:39:14.069Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T00:39:14.069Z] ---> Running in 07b2ebc467f3 [2020-12-11T00:39:14.334Z] Removing intermediate container 07b2ebc467f3 [2020-12-11T00:39:14.334Z] ---> 030f28d00c6f [2020-12-11T00:39:14.334Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T00:39:14.598Z] ---> ae4cc6e54a9f [2020-12-11T00:39:14.598Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T00:39:15.546Z] ---> d9fcb3cbe4f6 [2020-12-11T00:39:15.546Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T00:39:16.120Z] ---> 0d00cf214be5 [2020-12-11T00:39:16.120Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T00:39:16.120Z] ---> 960258b10ea0 [2020-12-11T00:39:16.120Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T00:39:16.695Z] ---> 82ca7e6ffd20 [2020-12-11T00:39:16.695Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T00:39:16.959Z] ---> 7fcef023f800 [2020-12-11T00:39:16.959Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-11T00:39:16.959Z] ---> Running in 42a1418dba61 [2020-12-11T00:39:17.222Z] Removing intermediate container 42a1418dba61 [2020-12-11T00:39:17.222Z] ---> c90d9994a199 [2020-12-11T00:39:17.222Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:39:17.222Z] ---> Running in b214703f6bee [2020-12-11T00:39:17.484Z] Removing intermediate container b214703f6bee [2020-12-11T00:39:17.484Z] ---> c2cc71054578 [2020-12-11T00:39:17.484Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T00:39:17.484Z] ---> Running in 3bae8ea9f1ae [2020-12-11T00:39:17.746Z] Removing intermediate container 3bae8ea9f1ae [2020-12-11T00:39:17.746Z] ---> 2b0bfcd63750 [2020-12-11T00:39:17.746Z] Step 23/24 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:39:17.746Z] ---> Running in dd4ba66d6841 [2020-12-11T00:39:18.009Z] Removing intermediate container dd4ba66d6841 [2020-12-11T00:39:18.009Z] ---> 572c9a75d080 [2020-12-11T00:39:18.009Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:39:18.009Z] ---> Running in 1fc68dda596a [2020-12-11T00:39:18.271Z] Removing intermediate container 1fc68dda596a [2020-12-11T00:39:18.271Z] ---> 265c1f236261 [2020-12-11T00:39:18.271Z] [2020-12-11T00:39:18.271Z] Successfully built 265c1f236261 [2020-12-11T00:39:18.271Z] Successfully tagged docker-support-notifications-go:latest [2020-12-11T00:39:18.858Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-11T00:39:18.858Z] $ docker stop --time=1 af9e768507f5297ff089131a01d58f69bbc09284c3b8f6bb2bc9c74f1148826a [2020-12-11T00:39:21.227Z] $ docker rm -f af9e768507f5297ff089131a01d58f69bbc09284c3b8f6bb2bc9c74f1148826a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:39:21.849Z] + docker images [2020-12-11T00:39:21.849Z] + grep docker [2020-12-11T00:39:21.849Z] docker-support-notifications-go latest 265c1f236261 4 seconds ago 13.6MB [2020-12-11T00:39:21.849Z] docker-security-proxy-setup-go latest cb9969c54c05 8 seconds ago 24.5MB [2020-12-11T00:39:21.849Z] docker-sys-mgmt-agent-go latest 4b634a2efe87 18 seconds ago 313MB [2020-12-11T00:39:21.849Z] docker-core-command-go latest b2063cab1b5f 23 seconds ago 12.2MB [2020-12-11T00:39:21.849Z] docker-support-scheduler-go latest f5832e859ba8 53 seconds ago 12.3MB [2020-12-11T00:39:21.849Z] docker-core-metadata-go latest 103f7ad74793 About a minute ago 14.5MB [2020-12-11T00:39:21.849Z] docker-core-data-go latest 77ab124f3748 About a minute ago 23.7MB [2020-12-11T00:39:21.849Z] docker-security-secretstore-setup-go latest 51ad000ca0dc About a minute ago 24.7MB [2020-12-11T00:39:21.849Z] docker-security-bootstrap-redis-go latest 78bd02b210cc 2 minutes ago 15.8MB [2020-12-11T00:39:21.849Z] docker-security-secrets-setup-go latest fa16391675f8 2 minutes ago 23.9MB [2020-12-11T00:39:21.849Z] docker latest 86c48ffa8038 8 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-11T00:39:37.899Z] Still waiting to schedule task [2020-12-11T00:39:37.899Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-11T00:40:27.942Z] Running on prd-ubuntu18.04-docker-8c-8g-15524 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2020-12-11T00:40:27.992Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-11T00:40:30.062Z] using credential edgex-jenkins-ssh [2020-12-11T00:40:30.138Z] Cloning the remote Git repository [2020-12-11T00:40:30.180Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:40:30.251Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-11T00:40:30.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:40:30.287Z] > git --version # timeout=10 [2020-12-11T00:40:30.299Z] > git --version # 'git version 2.17.1' [2020-12-11T00:40:30.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:40:30.329Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:40:42.059Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee [2020-12-11T00:40:42.269Z] Merge succeeded, producing 979295b844a112f6536a0473010899153ac6a66f [2020-12-11T00:40:42.269Z] Checking out Revision 979295b844a112f6536a0473010899153ac6a66f (PR-2924) [2020-12-11T00:40:41.385Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:40:41.393Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T00:40:41.404Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T00:40:41.415Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T00:40:41.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:40:41.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T00:40:42.080Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:40:42.085Z] > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 [2020-12-11T00:40:42.164Z] > git remote # timeout=10 [2020-12-11T00:40:42.172Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T00:40:42.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T00:40:42.188Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T00:40:42.269Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T00:40:42.279Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T00:40:42.288Z] > git checkout -f 979295b844a112f6536a0473010899153ac6a66f # timeout=10 [2020-12-11T00:40:45.970Z] Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" [2020-12-11T00:40:45.978Z] First time build. Skipping changelog. [2020-12-11T00:40:45.977Z] > git rev-list --no-walk 9269b30023d0f3a732f7ff48d19dd5cdf9ced8fd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 100.073s coverage: 86.3% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.753s coverage: 72.2% of statements [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.548s coverage: 72.1% of statements [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.089s coverage: 82.4% of statements [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.077s coverage: 96.8% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.2% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.277s coverage: 29.1% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T00:40:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2020-12-11T00:40:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T00:40:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.098s coverage: 100.0% of statements [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-12-11T00:40:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-11T00:40:46.662Z] GO111MODULE=on go vet ./... [2020-12-11T00:40:46.995Z] + echo snap-build.sh [2020-12-11T00:40:46.995Z] snap-build.sh [2020-12-11T00:40:46.995Z] + SNAP_BASE_DIR=. [2020-12-11T00:40:46.995Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2020-12-11T00:40:46.995Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2020-12-11T00:40:46.995Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2020-12-11T00:40:46.995Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2020-12-11T00:40:46.995Z] + cd /w/workspace/edgex-go/5 [2020-12-11T00:40:46.995Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-11T00:40:46.995Z] Reading package lists... [2020-12-11T00:40:46.995Z] Building dependency tree... [2020-12-11T00:40:46.995Z] Reading state information... [2020-12-11T00:40:47.256Z] The following packages were automatically installed and are no longer required: [2020-12-11T00:40:47.256Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-11T00:40:47.256Z] uidmap xdelta3 [2020-12-11T00:40:47.256Z] Use 'sudo apt autoremove' to remove them. [2020-12-11T00:40:47.256Z] The following packages will be REMOVED: [2020-12-11T00:40:47.256Z] lxd* lxd-client* [2020-12-11T00:40:47.518Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-11T00:40:47.518Z] After this operation, 31.7 MB disk space will be freed. [2020-12-11T00:40:48.569Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-11T00:40:48.569Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:40:49.516Z] Removing lxd dnsmasq configuration [2020-12-11T00:40:49.516Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:40:49.777Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-11T00:40:50.752Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:40:51.013Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-11T00:40:51.013Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T00:40:52.404Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-11T00:40:52.404Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-11T00:40:53.788Z] + sudo snap remove --purge lxd [2020-12-11T00:40:53.789Z] snap "lxd" is not installed [2020-12-11T00:40:53.789Z] + sudo groupadd --force --system lxd [2020-12-11T00:40:53.789Z] ++ whoami [2020-12-11T00:40:53.789Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-11T00:40:54.050Z] + newgrp - lxd [2020-12-11T00:40:54.050Z] + sudo snap install lxd [2020-12-11T00:41:02.197Z] 2020-12-11T00:40:59Z INFO Waiting for automatic snapd restart... [2020-12-11T00:41:14.495Z] lxd 4.8 from Canonical* installed [2020-12-11T00:41:14.495Z] + sudo lxd init --auto [2020-12-11T00:41:24.507Z] + sudo snap install --classic snapcraft [2020-12-11T00:41:31.092Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T00:41:31.092Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-11T00:41:31.092Z] + patch --verbose -p1 [2020-12-11T00:41:31.092Z] Hmm... Looks like a unified diff to me... [2020-12-11T00:41:31.092Z] The text leading up to this was: [2020-12-11T00:41:31.092Z] -------------------------- [2020-12-11T00:41:31.092Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-11T00:41:31.092Z] |From: Tony Espy [2020-12-11T00:41:31.092Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-11T00:41:31.092Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-11T00:41:31.092Z] | [2020-12-11T00:41:31.092Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-11T00:41:31.092Z] |optimize the snap CI check run for pull requests. When [2020-12-11T00:41:31.092Z] |applied, it essentially strips out everything (apps and [2020-12-11T00:41:31.092Z] |parts) from the snapcraft.yaml file except those required [2020-12-11T00:41:31.092Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-11T00:41:31.092Z] |catch changes to edgex-go that break the snap build. [2020-12-11T00:41:31.092Z] | [2020-12-11T00:41:31.092Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-11T00:41:31.092Z] |to update this patch file, otherwise it may fail to apply, [2020-12-11T00:41:31.092Z] |resulting in a failed snap build CI check in the associated [2020-12-11T00:41:31.092Z] |pull request. [2020-12-11T00:41:31.092Z] | [2020-12-11T00:41:31.092Z] |Note - in addition to applying this patch, the pipeline also [2020-12-11T00:41:31.092Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-11T00:41:31.092Z] |need to build the finally binary .snap file (and it won't [2020-12-11T00:41:31.092Z] |work with the patch applied). This further reduces the build [2020-12-11T00:41:31.092Z] |time. [2020-12-11T00:41:31.092Z] |--- [2020-12-11T00:41:31.092Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-11T00:41:31.092Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-11T00:41:31.092Z] | [2020-12-11T00:41:31.092Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-11T00:41:31.092Z] |index b265277c..d7e1de37 100644 [2020-12-11T00:41:31.092Z] |--- a/snap/snapcraft.yaml [2020-12-11T00:41:31.092Z] |+++ b/snap/snapcraft.yaml [2020-12-11T00:41:31.092Z] -------------------------- [2020-12-11T00:41:31.092Z] patching file snap/snapcraft.yaml [2020-12-11T00:41:31.092Z] Using Plan A... [2020-12-11T00:41:31.092Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-11T00:41:31.092Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-11T00:41:31.092Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-11T00:41:31.092Z] Hmm... Ignoring the trailing garbage. [2020-12-11T00:41:31.092Z] done [2020-12-11T00:41:31.092Z] + sudo snapcraft prime --use-lxd [2020-12-11T00:41:32.030Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-11T00:41:32.030Z] 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: [2020-12-11T00:41:32.030Z] - README.md [2020-12-11T00:41:32.030Z] - snapcraft.yaml.orig [2020-12-11T00:41:32.030Z] [2020-12-11T00:41:32.030Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T00:41:32.605Z] Launching a container. [2020-12-11T00:41:44.856Z] Waiting for container to be ready [2020-12-11T00:41:44.856Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-11T00:41:44.856Z] [2020-12-11T00:41:47.407Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-11T00:41:47.667Z] Waiting for network to be ready... [2020-12-11T00:41:48.238Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T00:41:48.499Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T00:41:48.759Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T00:41:48.759Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T00:41:49.020Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T00:41:49.280Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T00:41:49.280Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T00:41:49.281Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T00:41:49.281Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T00:41:49.281Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T00:41:49.281Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T00:41:49.281Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T00:41:49.281Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T00:41:49.281Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T00:41:49.281Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T00:41:49.281Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T00:41:49.281Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T00:41:49.281Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T00:41:49.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T00:41:49.851Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T00:41:50.111Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T00:41:50.112Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T00:41:50.112Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T00:41:50.112Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T00:41:50.112Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T00:41:50.112Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T00:41:50.112Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T00:41:52.658Z] Fetched 23.4 MB in 4s (5526 kB/s) [2020-12-11T00:41:53.231Z] Reading package lists... [2020-12-11T00:41:53.231Z] Reading package lists... [2020-12-11T00:41:53.492Z] Building dependency tree... [2020-12-11T00:41:53.492Z] Reading state information... [2020-12-11T00:41:53.492Z] The following additional packages will be installed: [2020-12-11T00:41:53.492Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T00:41:53.492Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T00:41:53.492Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T00:41:53.492Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-11T00:41:53.492Z] Suggested packages: [2020-12-11T00:41:53.492Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-11T00:41:53.492Z] Recommended packages: [2020-12-11T00:41:53.492Z] gnupg libsasl2-modules [2020-12-11T00:41:53.492Z] The following NEW packages will be installed: [2020-12-11T00:41:53.492Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T00:41:53.492Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T00:41:53.492Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T00:41:53.492Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-11T00:41:53.756Z] The following packages will be upgraded: [2020-12-11T00:41:53.756Z] gpg gpg-agent gpgconf libudev1 [2020-12-11T00:41:53.756Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-11T00:41:53.756Z] Need to get 3531 kB of archives. [2020-12-11T00:41:53.756Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-11T00:41:53.756Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-11T00:41:53.756Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-11T00:41:53.756Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-11T00:41:53.756Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-11T00:41:53.756Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-11T00:41:53.756Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-11T00:41:53.756Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-11T00:41:53.756Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-11T00:41:54.016Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-11T00:41:54.276Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-11T00:41:54.536Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-11T00:41:54.536Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-11T00:41:54.536Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-11T00:41:54.536Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-11T00:41:54.536Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-11T00:41:54.718Z] gofmt -l . [2020-12-11T00:41:54.718Z] [ "`gofmt -l .`" = "" ] [2020-12-11T00:41:54.718Z] ./bin/test-go-mod-tidy.sh [2020-12-11T00:41:54.718Z] ./bin/test-attribution-txt.sh [2020-12-11T00:41:54.796Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-11T00:41:54.796Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-11T00:41:54.796Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-11T00:41:54.796Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-11T00:41:54.796Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-11T00:41:54.796Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-11T00:41:54.796Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-11T00:41:54.796Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:41:54.796Z] Fetched 3531 kB in 1s (3195 kB/s) [2020-12-11T00:41:54.796Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T00:41:54.796Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:41:55.056Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:41:55.056Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-11T00:41:55.056Z] Selecting previously unselected package udev. [2020-12-11T00:41:55.056Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T00:41:55.056Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:41:55.316Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-11T00:41:55.316Z] Selecting previously unselected package libfuse2:amd64. [2020-12-11T00:41:55.316Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T00:41:55.316Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T00:41:55.577Z] Selecting previously unselected package fuse. [2020-12-11T00:41:55.577Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T00:41:55.577Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-11T00:41:55.577Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:41:55.577Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] sh [2020-12-11T00:41:55.837Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:41:55.837Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:41:55.837Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:41:55.837Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:41:56.098Z] Selecting previously unselected package libksba8:amd64. [2020-12-11T00:41:56.098Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-11T00:41:56.098Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-11T00:41:56.098Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-11T00:41:56.098Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.098Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.098Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-11T00:41:56.098Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.098Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.098Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-11T00:41:56.098Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.098Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.359Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-11T00:41:56.359Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.359Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.359Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-11T00:41:56.359Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.359Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.359Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-11T00:41:56.359Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.359Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.363Z] + ls -al . [2020-12-11T00:41:56.363Z] total 688 [2020-12-11T00:41:56.363Z] drwxrwxr-x 9 1001 1001 4096 Dec 11 00:41 . [2020-12-11T00:41:56.363Z] drwxr-xr-x 4 root root 4096 Dec 11 00:36 .. [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 00:34 .dockerignore [2020-12-11T00:41:56.363Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 00:34 .git [2020-12-11T00:41:56.363Z] drwxrwxr-x 3 1001 1001 4096 Dec 11 00:34 .github [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 00:34 .gitignore [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 00:34 .sonarcloud.properties [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:34 CONTRIBUTING.md [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:34 Dockerfile.build [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 00:34 Jenkinsfile [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:34 LICENSE [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:34 Makefile [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:34 README.md [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:34 SECURITY.md [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 00:31 VERSION [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:34 ZMQWindows.md [2020-12-11T00:41:56.363Z] drwxrwxr-x 2 1001 1001 4096 Dec 11 00:34 bin [2020-12-11T00:41:56.363Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 00:34 cmd [2020-12-11T00:41:56.363Z] -rw-r--r-- 1 root root 564765 Dec 11 00:40 coverage.out [2020-12-11T00:41:56.363Z] -rw-r--r-- 1 root root 1041 Dec 11 00:41 go.mod [2020-12-11T00:41:56.363Z] -rw-r--r-- 1 root root 18856 Dec 11 00:41 go.sum [2020-12-11T00:41:56.363Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 00:34 internal [2020-12-11T00:41:56.363Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 00:34 openapi [2020-12-11T00:41:56.363Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 00:34 snap [2020-12-11T00:41:56.363Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 00:34 version.go [Pipeline] sh [2020-12-11T00:41:56.619Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-11T00:41:56.619Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.619Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.619Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-11T00:41:56.619Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.619Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.619Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-11T00:41:56.619Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T00:41:56.619Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:56.881Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T00:41:56.881Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T00:41:56.881Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:41:56.881Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T00:41:56.881Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T00:41:56.881Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:41:56.881Z] Selecting previously unselected package libldap-common. [2020-12-11T00:41:56.881Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-11T00:41:56.881Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:41:57.078Z] + '[' -e coverage.out ] [2020-12-11T00:41:57.079Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T00:41:57.142Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T00:41:57.142Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-11T00:41:57.142Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:41:57.142Z] Selecting previously unselected package dirmngr. [2020-12-11T00:41:57.142Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:41:57.142Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T00:41:57.150Z] Warning: overwriting stash ‘coverage-report’ [2020-12-11T00:41:57.402Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:41:57.402Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-11T00:41:57.402Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T00:41:57.402Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:41:57.402Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T00:41:57.402Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-11T00:41:57.402Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:57.402Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-11T00:41:57.402Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:41:57.402Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-11T00:41:57.975Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T00:41:57.975Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:57.975Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-11T00:41:58.235Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-11T00:41:58.235Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-11T00:41:58.235Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.235Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T00:41:58.496Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T00:41:58.496Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T00:41:58.496Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:41:58.507Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T00:41:58.757Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-11T00:41:58.757Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-11T00:41:58.757Z] This means they are not meant to be enabled using systemctl. [2020-12-11T00:41:58.757Z] Possible reasons for having this kind of units are: [2020-12-11T00:41:58.757Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-11T00:41:58.757Z] .wants/ or .requires/ directory. [2020-12-11T00:41:58.757Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-11T00:41:58.757Z] a requirement dependency on it. [2020-12-11T00:41:58.757Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-11T00:41:58.757Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-11T00:41:58.757Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-11T00:41:58.757Z] instance name specified. [2020-12-11T00:41:59.017Z] Reading package lists... [2020-12-11T00:41:59.210Z] + make build [2020-12-11T00:41:59.211Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-11T00:41:59.280Z] Building dependency tree... [2020-12-11T00:41:59.280Z] Reading state information... [2020-12-11T00:41:59.280Z] The following additional packages will be installed: [2020-12-11T00:41:59.280Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-11T00:41:59.280Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-11T00:41:59.281Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-11T00:41:59.281Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-11T00:41:59.281Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-11T00:41:59.281Z] Suggested packages: [2020-12-11T00:41:59.281Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-11T00:41:59.281Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-11T00:41:59.281Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-11T00:41:59.281Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-11T00:41:59.281Z] systemd-container policykit-1 [2020-12-11T00:41:59.281Z] Recommended packages: [2020-12-11T00:41:59.281Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-11T00:41:59.541Z] The following NEW packages will be installed: [2020-12-11T00:41:59.542Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-11T00:41:59.542Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-11T00:41:59.542Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-11T00:41:59.542Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-11T00:41:59.542Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-11T00:41:59.542Z] The following packages will be upgraded: [2020-12-11T00:41:59.542Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-11T00:41:59.542Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-11T00:41:59.542Z] Need to get 35.2 MB of archives. [2020-12-11T00:41:59.542Z] After this operation, 141 MB of additional disk space will be used. [2020-12-11T00:41:59.542Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-11T00:41:59.542Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-11T00:42:00.111Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-11T00:42:00.373Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-11T00:42:00.373Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-11T00:42:00.373Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-11T00:42:00.373Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-11T00:42:00.373Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-11T00:42:00.373Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-11T00:42:00.373Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-11T00:42:00.373Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-11T00:42:00.373Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-11T00:42:00.373Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-11T00:42:00.634Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-11T00:42:00.634Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-11T00:42:00.634Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-11T00:42:00.634Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-11T00:42:00.634Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-11T00:42:00.634Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-11T00:42:00.634Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-11T00:42:00.634Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-11T00:42:00.634Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-11T00:42:00.634Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-11T00:42:00.634Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-11T00:42:00.634Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-11T00:42:00.634Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-11T00:42:00.634Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-11T00:42:00.634Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-11T00:42:00.634Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-11T00:42:00.896Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-11T00:42:01.841Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:42:01.841Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2020-12-11T00:42:01.841Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:42:01.841Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:42:02.101Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:42:02.672Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:42:02.672Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:42:02.932Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-11T00:42:02.932Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:42:02.932Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T00:42:02.932Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T00:42:03.192Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-11T00:42:03.192Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T00:42:03.192Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T00:42:03.456Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T00:42:03.716Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-11T00:42:03.716Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-11T00:42:03.977Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-11T00:42:04.238Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-11T00:42:04.238Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T00:42:04.238Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T00:42:04.238Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-11T00:42:04.238Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:42:04.238Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:04.499Z] Selecting previously unselected package libexpat1:amd64. [2020-12-11T00:42:04.499Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-11T00:42:04.499Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T00:42:04.499Z] Selecting previously unselected package python3.6-minimal. [2020-12-11T00:42:04.499Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:42:04.499Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:04.760Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T00:42:05.021Z] Checking for services that may need to be restarted...done. [2020-12-11T00:42:05.021Z] Checking for services that may need to be restarted...done. [2020-12-11T00:42:05.021Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:05.021Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T00:42:05.021Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:05.593Z] Selecting previously unselected package python3-minimal. [2020-12-11T00:42:05.594Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-11T00:42:05.594Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:42:05.594Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-11T00:42:05.594Z] Selecting previously unselected package mime-support. [2020-12-11T00:42:05.594Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-11T00:42:05.594Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-11T00:42:05.854Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-11T00:42:05.854Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-11T00:42:05.854Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T00:42:05.854Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-11T00:42:05.854Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:42:05.854Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:06.115Z] Selecting previously unselected package python3.6. [2020-12-11T00:42:06.115Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T00:42:06.115Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:06.115Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T00:42:06.376Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:42:06.376Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T00:42:06.376Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-11T00:42:06.637Z] Selecting previously unselected package python3. [2020-12-11T00:42:06.637Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-11T00:42:06.638Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-11T00:42:06.638Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-11T00:42:06.638Z] Selecting previously unselected package multiarch-support. [2020-12-11T00:42:06.638Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:06.638Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T00:42:06.638Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T00:42:06.899Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-11T00:42:06.899Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-11T00:42:06.899Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-11T00:42:06.899Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T00:42:06.899Z] Selecting previously unselected package libbsd0:amd64. [2020-12-11T00:42:06.899Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-11T00:42:06.899Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T00:42:06.899Z] Selecting previously unselected package sudo. [2020-12-11T00:42:06.899Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:06.899Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T00:42:07.160Z] Selecting previously unselected package apparmor. [2020-12-11T00:42:07.160Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T00:42:07.160Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-11T00:42:07.160Z] Selecting previously unselected package libedit2:amd64. [2020-12-11T00:42:07.160Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-11T00:42:07.160Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T00:42:07.420Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T00:42:07.420Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:42:07.420Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:07.420Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T00:42:07.420Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:42:07.420Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:07.420Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T00:42:07.420Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-11T00:42:07.420Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T00:42:07.680Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T00:42:07.680Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:42:07.680Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:07.680Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T00:42:07.680Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T00:42:07.680Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:07.942Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-11T00:42:07.942Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-11T00:42:07.942Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T00:42:08.206Z] Selecting previously unselected package openssh-client. [2020-12-11T00:42:08.206Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-11T00:42:08.206Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-11T00:42:08.469Z] Selecting previously unselected package squashfs-tools. [2020-12-11T00:42:08.469Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-11T00:42:08.469Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T00:42:08.469Z] Selecting previously unselected package snapd. [2020-12-11T00:42:08.469Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-11T00:42:08.469Z] Unpacking snapd (2.48+18.04) ... [2020-12-11T00:42:09.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-11T00:42:10.379Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T00:42:10.379Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T00:42:10.640Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-11T00:42:10.640Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T00:42:10.640Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T00:42:10.640Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:10.900Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:42:10.900Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-11T00:42:10.900Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-11T00:42:11.841Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T00:42:11.841Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T00:42:11.841Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T00:42:11.841Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:11.841Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:11.841Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T00:42:12.412Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T00:42:12.412Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:12.412Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T00:42:12.412Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-11T00:42:12.412Z] running python rtupdate hooks for python3.6... [2020-12-11T00:42:12.412Z] running python post-rtupdate hooks for python3.6... [2020-12-11T00:42:12.674Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-11T00:42:15.217Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-11T00:42:15.217Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T00:42:15.217Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-11T00:42:15.217Z] Setting up snapd (2.48+18.04) ... [2020-12-11T00:42:15.477Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-11T00:42:15.738Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-11T00:42:15.738Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-11T00:42:15.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-11T00:42:16.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T00:42:16.259Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T00:42:16.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-11T00:42:16.520Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-11T00:42:16.780Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-11T00:42:17.041Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-11T00:42:17.041Z] /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' [2020-12-11T00:42:17.041Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T00:42:17.302Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T00:42:18.247Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:42:18.247Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:42:18.247Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T00:42:19.448Z] Reading package lists... [2020-12-11T00:42:19.448Z] Reading package lists... [2020-12-11T00:42:19.708Z] Building dependency tree... [2020-12-11T00:42:19.708Z] Reading state information... [2020-12-11T00:42:19.970Z] Calculating upgrade... [2020-12-11T00:42:19.970Z] The following packages will be upgraded: [2020-12-11T00:42:19.970Z] advancecomp base-files bash binutils binutils-common [2020-12-11T00:42:19.970Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-11T00:42:19.970Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-11T00:42:19.970Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-11T00:42:19.970Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-11T00:42:19.970Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-11T00:42:19.970Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-11T00:42:19.970Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-11T00:42:19.970Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-11T00:42:19.970Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-11T00:42:19.970Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-11T00:42:19.970Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-11T00:42:19.970Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-11T00:42:19.970Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-11T00:42:19.970Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:42:19.970Z] Need to get 63.5 MB of archives. [2020-12-11T00:42:19.970Z] After this operation, 5178 kB of additional disk space will be used. [2020-12-11T00:42:19.970Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-11T00:42:20.230Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-11T00:42:20.230Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-11T00:42:20.230Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-11T00:42:20.230Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-11T00:42:20.230Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-11T00:42:20.230Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-11T00:42:20.230Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-11T00:42:20.230Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-11T00:42:20.230Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-11T00:42:20.230Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-11T00:42:20.230Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-11T00:42:20.230Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-11T00:42:20.230Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-11T00:42:20.230Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-11T00:42:20.230Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-11T00:42:20.230Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-11T00:42:20.230Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-11T00:42:20.230Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-11T00:42:20.230Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-11T00:42:20.230Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-11T00:42:20.230Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-11T00:42:20.230Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-11T00:42:20.230Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-11T00:42:20.230Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-11T00:42:20.490Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-11T00:42:20.490Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-11T00:42:20.490Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-11T00:42:20.490Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-11T00:42:20.490Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-11T00:42:20.490Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-11T00:42:20.490Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-11T00:42:20.490Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-11T00:42:20.490Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-11T00:42:20.490Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-11T00:42:20.490Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-11T00:42:20.490Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-11T00:42:20.490Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-11T00:42:20.490Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-11T00:42:20.490Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-11T00:42:20.490Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-11T00:42:20.490Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-11T00:42:20.490Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-11T00:42:20.490Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-11T00:42:20.490Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-11T00:42:20.490Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-11T00:42:20.490Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-11T00:42:20.490Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-11T00:42:20.490Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-11T00:42:20.491Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-11T00:42:20.491Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-11T00:42:20.491Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-11T00:42:20.491Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-11T00:42:20.750Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-11T00:42:20.750Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-11T00:42:20.750Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-11T00:42:21.010Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-11T00:42:21.010Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-11T00:42:21.010Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-11T00:42:21.010Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-11T00:42:21.010Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-11T00:42:21.010Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-11T00:42:21.271Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-11T00:42:21.271Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-11T00:42:21.271Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-11T00:42:21.531Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-11T00:42:21.531Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-11T00:42:21.531Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-11T00:42:21.531Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-11T00:42:21.531Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-11T00:42:21.531Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-11T00:42:21.531Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-11T00:42:21.531Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-11T00:42:21.531Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-11T00:42:21.531Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-11T00:42:21.793Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-11T00:42:21.793Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-11T00:42:21.793Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-11T00:42:21.793Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-11T00:42:21.793Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-11T00:42:21.793Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-11T00:42:21.793Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-11T00:42:21.793Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-11T00:42:21.793Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-11T00:42:21.793Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-11T00:42:21.793Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-11T00:42:22.053Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-11T00:42:22.053Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-11T00:42:22.053Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-11T00:42:22.053Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-11T00:42:22.053Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-11T00:42:22.053Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-11T00:42:22.053Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-11T00:42:22.053Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-11T00:42:22.053Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-11T00:42:22.053Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-11T00:42:22.312Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:42:22.312Z] Fetched 63.5 MB in 2s (30.6 MB/s) [2020-12-11T00:42:22.312Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:22.312Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:22.312Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:42:22.883Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:22.883Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:42:22.883Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-11T00:42:23.143Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... [2020-12-11T00:42:23.713Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:23.714Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:23.981Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:23.981Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:23.981Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:23.981Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:24.242Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:24.242Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:24.242Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:24.503Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:24.764Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:24.764Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.025Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:25.025Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.025Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:25.285Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:42:25.285Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:25.285Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.285Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:25.546Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:42:25.546Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:25.546Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.546Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:25.546Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.808Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:25.808Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T00:42:25.808Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:26.070Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:42:26.070Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:26.070Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:42:26.641Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T00:42:26.902Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T00:42:26.902Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-11T00:42:26.902Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-11T00:42:26.902Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-11T00:42:26.902Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-11T00:42:27.163Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-11T00:42:27.163Z] Installing new version of config file /etc/issue ... [2020-12-11T00:42:27.163Z] Installing new version of config file /etc/issue.net ... [2020-12-11T00:42:27.163Z] Installing new version of config file /etc/lsb-release ... [2020-12-11T00:42:27.424Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-11T00:42:27.424Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-11T00:42:27.687Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-11T00:42:27.687Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-11T00:42:27.687Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:27.687Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-11T00:42:27.687Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-11T00:42:27.948Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-11T00:42:27.948Z] 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 [2020-12-11T00:42:28.208Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:28.208Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:28.208Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:28.208Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:28.208Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:28.208Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-11T00:42:28.208Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-11T00:42:28.468Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-11T00:42:28.469Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:28.469Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-11T00:42:28.469Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:42:28.730Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-11T00:42:28.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:28.997Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:42:28.997Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:42:28.997Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:42:29.265Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:29.265Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:42:29.265Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:42:29.528Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-11T00:42:29.528Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:29.528Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-11T00:42:29.528Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-11T00:42:29.528Z] Setting up grep (3.1-2build1) ... [2020-12-11T00:42:29.789Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:29.789Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T00:42:29.789Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T00:42:30.055Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-11T00:42:30.055Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:30.055Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:42:30.055Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:42:30.316Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-11T00:42:30.316Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:30.316Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:42:30.316Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:42:30.889Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:42:30.889Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:42:30.889Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T00:42:30.889Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:42:31.460Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-11T00:42:31.460Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:31.460Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-11T00:42:31.723Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T00:42:32.663Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T00:42:32.663Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T00:42:32.663Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T00:42:32.663Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T00:42:32.923Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T00:42:32.923Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:32.923Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-11T00:42:32.923Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-11T00:42:33.186Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-11T00:42:33.186Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:33.186Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:33.186Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:33.447Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:33.447Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:33.447Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:33.447Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:33.710Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:33.710Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:33.710Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:33.710Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:33.971Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:33.971Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:33.971Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:33.971Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:34.232Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:34.232Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:34.232Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:42:34.232Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:42:34.492Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:42:34.492Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:42:34.492Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:42:34.492Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:34.492Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T00:42:34.492Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:42:34.788Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:42:34.788Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:34.788Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:34.788Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:34.788Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:34.788Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:34.788Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:34.788Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:35.054Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:35.054Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:35.054Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:35.315Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:35.576Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:35.838Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-11T00:42:36.099Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-11T00:42:36.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-11T00:42:36.360Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:36.360Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T00:42:36.360Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T00:42:36.360Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:42:36.620Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T00:42:36.620Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-11T00:42:36.620Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T00:42:36.620Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-11T00:42:36.882Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:36.882Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-11T00:42:36.882Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-11T00:42:36.882Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-11T00:42:37.141Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:37.141Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T00:42:37.141Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:42:37.403Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:42:37.403Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:37.403Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T00:42:37.403Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:42:37.403Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:42:37.663Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:37.663Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T00:42:37.663Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:42:37.923Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:42:38.184Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:38.184Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T00:42:38.184Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T00:42:38.184Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-11T00:42:38.184Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T00:42:38.444Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:42:38.444Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:42:38.444Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:42:38.444Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:38.444Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-11T00:42:38.444Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-11T00:42:38.703Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-11T00:42:38.704Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:38.704Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-11T00:42:38.704Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T00:42:38.704Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T00:42:38.964Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:38.964Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T00:42:38.964Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T00:42:39.224Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T00:42:39.224Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:39.224Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-11T00:42:39.224Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-11T00:42:39.485Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-11T00:42:39.485Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:39.485Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T00:42:39.485Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T00:42:39.745Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-11T00:42:40.317Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:40.317Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T00:42:40.317Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T00:42:40.317Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-11T00:42:40.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:42:40.578Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:40.578Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-11T00:42:40.578Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-11T00:42:40.578Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-11T00:42:40.838Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:40.838Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-11T00:42:40.838Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-11T00:42:40.838Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-11T00:42:40.838Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:40.838Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-11T00:42:40.838Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-11T00:42:41.098Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-11T00:42:41.098Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:41.098Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T00:42:41.098Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-11T00:42:41.359Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-11T00:42:41.359Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T00:42:41.359Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-11T00:42:41.359Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-11T00:42:41.619Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-11T00:42:41.619Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-11T00:42:41.619Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T00:42:41.619Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T00:42:41.880Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T00:42:41.880Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T00:42:42.139Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T00:42:42.139Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T00:42:42.139Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-11T00:42:42.139Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-11T00:42:42.399Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T00:42:42.399Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-11T00:42:42.672Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T00:42:42.672Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-11T00:42:42.672Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-11T00:42:42.672Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-11T00:42:42.672Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-11T00:42:42.672Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-11T00:42:42.933Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-11T00:42:42.933Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-11T00:42:42.933Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-11T00:42:42.933Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-11T00:42:42.933Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-11T00:42:43.193Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-11T00:42:43.193Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-11T00:42:43.193Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-11T00:42:44.137Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-11T00:42:44.137Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-11T00:42:44.137Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-11T00:42:44.137Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-11T00:42:44.406Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:42:44.406Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:42:44.671Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:42:44.671Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:42:44.932Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:42:44.932Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:42:44.932Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T00:42:44.932Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T00:42:45.504Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:45.504Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:45.764Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:45.764Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:46.025Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:46.025Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:46.025Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:46.025Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:46.965Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:46.965Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:47.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-11T00:42:47.904Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:47.904Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:48.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-11T00:42:48.486Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:48.748Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:49.008Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:49.008Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:49.948Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T00:42:49.948Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T00:42:49.948Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:42:49.948Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:42:49.948Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T00:42:49.948Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:42:50.209Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T00:42:50.209Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T00:42:50.209Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-11T00:42:50.209Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-11T00:42:50.470Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:42:50.470Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:42:50.470Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T00:42:50.734Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T00:42:50.734Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-11T00:42:50.734Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-11T00:42:50.994Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:50.994Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T00:42:50.994Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:50.994Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:50.994Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:50.994Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-11T00:42:50.994Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-11T00:42:51.255Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-11T00:42:51.255Z] [2020-12-11T00:42:51.255Z] Current default time zone: 'Etc/UTC' [2020-12-11T00:42:51.255Z] Local time is now: Fri Dec 11 00:42:51 UTC 2020. [2020-12-11T00:42:51.255Z] Universal Time is now: Fri Dec 11 00:42:51 UTC 2020. [2020-12-11T00:42:51.255Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-11T00:42:51.255Z] [2020-12-11T00:42:51.255Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-11T00:42:51.255Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:51.255Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-11T00:42:51.255Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-11T00:42:51.255Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-11T00:42:51.520Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-11T00:42:51.520Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-11T00:42:51.520Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-11T00:42:51.520Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-11T00:42:51.520Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T00:42:51.520Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:51.520Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-11T00:42:51.782Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:51.782Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:42:51.782Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:51.782Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-11T00:42:51.782Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-11T00:42:51.782Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-11T00:42:52.042Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T00:42:52.042Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-11T00:42:52.042Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-11T00:42:52.042Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:42:52.042Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T00:42:53.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-11T00:42:53.953Z] Updating certificates in /etc/ssl/certs... [2020-12-11T00:42:54.523Z] 22 added, 17 removed; done. [2020-12-11T00:42:54.784Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T00:42:54.784Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T00:42:54.784Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-11T00:42:54.784Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-11T00:42:54.784Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-11T00:42:54.784Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:54.784Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:42:54.784Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.045Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.045Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.045Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.045Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.045Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-11T00:42:55.045Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:42:55.045Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:42:55.045Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-11T00:42:55.304Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-11T00:42:55.304Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.304Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T00:42:55.304Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:42:55.304Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-11T00:42:55.304Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-11T00:42:55.564Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T00:42:55.564Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T00:42:55.564Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-11T00:42:55.564Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T00:42:55.564Z] Updating certificates in /etc/ssl/certs... [2020-12-11T00:42:56.135Z] 0 added, 0 removed; done. [2020-12-11T00:42:56.135Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-11T00:42:56.135Z] done. [2020-12-11T00:42:56.711Z] Reading package lists... [2020-12-11T00:42:56.711Z] Building dependency tree... [2020-12-11T00:42:56.711Z] Reading state information... [2020-12-11T00:42:56.972Z] The following NEW packages will be installed: [2020-12-11T00:42:56.972Z] apt-transport-https [2020-12-11T00:42:56.972Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:42:56.972Z] Need to get 1696 B of archives. [2020-12-11T00:42:56.972Z] After this operation, 153 kB of additional disk space will be used. [2020-12-11T00:42:56.972Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-11T00:42:57.234Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:42:57.234Z] Fetched 1696 B in 0s (8355 B/s) [2020-12-11T00:42:57.234Z] Selecting previously unselected package apt-transport-https. [2020-12-11T00:42:57.234Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-11T00:42:57.234Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-11T00:42:57.234Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T00:42:57.234Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T00:42:57.500Z] Waiting for network to be ready... [2020-12-11T00:43:00.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-11T00:43:03.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-11T00:43:04.090Z] 2020-12-11T00:43:00Z INFO Waiting for automatic snapd restart... [2020-12-11T00:43:04.090Z] snapd 2.48.1 from Canonical* installed [2020-12-11T00:43:04.661Z] "snapd" switched to the "latest/stable" channel [2020-12-11T00:43:04.661Z] [2020-12-11T00:43:07.203Z] core18 20200929 from Canonical* installed [2020-12-11T00:43:07.463Z] "core18" switched to the "latest/stable" channel [2020-12-11T00:43:07.463Z] [2020-12-11T00:43:08.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-11T00:43:10.760Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T00:43:10.760Z] "snapcraft" switched to the "latest/stable" channel [2020-12-11T00:43:10.760Z] [2020-12-11T00:43:13.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-11T00:43:14.059Z] 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: [2020-12-11T00:43:14.059Z] - README.md [2020-12-11T00:43:14.059Z] - snapcraft.yaml.orig [2020-12-11T00:43:14.059Z] [2020-12-11T00:43:14.059Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T00:43:16.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-11T00:43:20.644Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:43:20.904Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:43:20.904Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:43:20.904Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T00:43:21.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T00:43:22.107Z] Reading package lists... [2020-12-11T00:43:22.368Z] 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 [Pipeline] } [2020-12-11T00:43:27.838Z] $ docker stop --time=1 d43143c5acba477c0b2e1d2317dc11d971732506daa5b75f4fcff83bc24b9928 [2020-12-11T00:43:28.956Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:43:28.956Z] Reading package lists... [2020-12-11T00:43:28.956Z] Building dependency tree... [2020-12-11T00:43:28.956Z] Reading state information... [2020-12-11T00:43:28.956Z] Suggested packages: [2020-12-11T00:43:28.956Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-11T00:43:28.956Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-11T00:43:28.956Z] Recommended packages: [2020-12-11T00:43:28.956Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-11T00:43:28.956Z] The following NEW packages will be installed: [2020-12-11T00:43:28.956Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-11T00:43:28.956Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-11T00:43:28.956Z] pkg-config zip [2020-12-11T00:43:28.956Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T00:43:28.956Z] Need to get 7655 kB of archives. [2020-12-11T00:43:28.956Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-11T00:43:28.956Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-11T00:43:28.956Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-11T00:43:28.956Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-11T00:43:28.956Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-11T00:43:28.956Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-11T00:43:28.956Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-11T00:43:28.956Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-11T00:43:28.956Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-11T00:43:29.216Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-11T00:43:29.216Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-11T00:43:29.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-11T00:43:29.216Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-11T00:43:29.216Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-11T00:43:29.216Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-11T00:43:29.216Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-11T00:43:29.476Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T00:43:29.476Z] Fetched 7655 kB in 1s (10.3 MB/s) [2020-12-11T00:43:29.476Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-11T00:43:29.476Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-11T00:43:29.476Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-11T00:43:29.476Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T00:43:29.737Z] Selecting previously unselected package libpsl5:amd64. [2020-12-11T00:43:29.737Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-11T00:43:29.737Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T00:43:29.997Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T00:43:29.997Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-11T00:43:29.997Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T00:43:29.997Z] Selecting previously unselected package librtmp1:amd64. [2020-12-11T00:43:29.997Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-11T00:43:29.997Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-11T00:43:29.997Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-11T00:43:29.997Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-11T00:43:29.997Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T00:43:30.259Z] Selecting previously unselected package liberror-perl. [2020-12-11T00:43:30.259Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-11T00:43:30.259Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-11T00:43:30.259Z] Selecting previously unselected package git-man. [2020-12-11T00:43:30.259Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-11T00:43:30.259Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:43:30.520Z] Selecting previously unselected package git. [2020-12-11T00:43:30.520Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-11T00:43:30.520Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:43:30.555Z] $ docker rm -f d43143c5acba477c0b2e1d2317dc11d971732506daa5b75f4fcff83bc24b9928 [2020-12-11T00:43:31.091Z] Selecting previously unselected package libnorm1:amd64. [2020-12-11T00:43:31.091Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-11T00:43:31.091Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T00:43:31.357Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-11T00:43:31.357Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-11T00:43:31.357Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T00:43:31.357Z] Selecting previously unselected package libsodium23:amd64. [2020-12-11T00:43:31.357Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-11T00:43:31.357Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-11T00:43:31.357Z] Selecting previously unselected package libzmq5:amd64. [2020-12-11T00:43:31.357Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T00:43:31.357Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:43:31.618Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-11T00:43:31.618Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T00:43:31.618Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:43:31.618Z] Selecting previously unselected package pkg-config. [2020-12-11T00:43:31.618Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-11T00:43:31.618Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T00:43:31.878Z] Selecting previously unselected package zip. [2020-12-11T00:43:31.879Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-11T00:43:31.879Z] Unpacking zip (3.0-11build1) ... [2020-12-11T00:43:31.879Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T00:43:31.879Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:43:31.879Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T00:43:31.879Z] Setting up liberror-perl (0.17025-1) ... [2020-12-11T00:43:31.879Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T00:43:31.879Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T00:43:31.879Z] No schema files found: doing nothing. [2020-12-11T00:43:31.879Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [Pipeline] // withDockerContainer [2020-12-11T00:43:32.139Z] Setting up zip (3.0-11build1) ... [2020-12-11T00:43:32.139Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T00:43:32.139Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-11T00:43:32.139Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T00:43:32.139Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T00:43:32.139Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T00:43:32.139Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-11T00:43:32.400Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T00:43:32.400Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:43:32.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:33.120Z] [2020-12-11T00:43:33.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:43:33.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:33.591Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-11T00:43:33.591Z] 29e5d40040c1: Pulling fs layer [2020-12-11T00:43:33.591Z] 1ce36da41761: Pulling fs layer [2020-12-11T00:43:33.591Z] 25b303627fd3: Pulling fs layer [2020-12-11T00:43:34.565Z] 29e5d40040c1: Verifying Checksum [2020-12-11T00:43:34.565Z] 29e5d40040c1: Download complete [2020-12-11T00:43:35.164Z] 1ce36da41761: Download complete [2020-12-11T00:43:35.164Z] 29e5d40040c1: Pull complete [2020-12-11T00:43:36.601Z] 1ce36da41761: Pull complete [2020-12-11T00:43:36.873Z] 25b303627fd3: Verifying Checksum [2020-12-11T00:43:36.873Z] 25b303627fd3: Download complete [2020-12-11T00:43:38.991Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:43:38.991Z] git set to automatically installed. [2020-12-11T00:43:38.991Z] git-man set to automatically installed. [2020-12-11T00:43:38.991Z] libcurl3-gnutls set to automatically installed. [2020-12-11T00:43:38.991Z] liberror-perl set to automatically installed. [2020-12-11T00:43:38.991Z] libglib2.0-0 set to automatically installed. [2020-12-11T00:43:38.991Z] libnghttp2-14 set to automatically installed. [2020-12-11T00:43:38.991Z] libnorm1 set to automatically installed. [2020-12-11T00:43:38.991Z] libpgm-5.2-0 set to automatically installed. [2020-12-11T00:43:38.991Z] libpsl5 set to automatically installed. [2020-12-11T00:43:38.991Z] librtmp1 set to automatically installed. [2020-12-11T00:43:38.991Z] libsodium23 set to automatically installed. [2020-12-11T00:43:38.991Z] libzmq3-dev set to automatically installed. [2020-12-11T00:43:38.991Z] libzmq5 set to automatically installed. [2020-12-11T00:43:38.991Z] pkg-config set to automatically installed. [2020-12-11T00:43:38.991Z] zip set to automatically installed. [2020-12-11T00:43:40.903Z] snapd is not logged in, snap install commands will use sudo [2020-12-11T00:43:47.015Z] 25b303627fd3: Pull complete [2020-12-11T00:43:47.015Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-11T00:43:47.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:47.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-11T00:43:47.291Z] prd-ubuntu18.04-docker-arm64-4c-16g-15519 does not seem to be running inside a container [2020-12-11T00:43:47.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-11T00:43:47.506Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T00:43:47.506Z] snap "core18" has no updates available [2020-12-11T00:43:48.444Z] Pulling config-common [2020-12-11T00:43:49.388Z] Pulling go-build-helper [2020-12-11T00:43:50.429Z] $ docker top 78e985528d7b5bf31fad3a3d77812f3bcb8f2207e583eda9c2a7878db3e9c7d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:43:51.525Z] + docker-compose build+ --help [2020-12-11T00:43:51.525Z] grep parallel [2020-12-11T00:43:54.893Z] --parallel Build images in parallel. [Pipeline] } [2020-12-11T00:43:55.136Z] $ docker stop --time=1 78e985528d7b5bf31fad3a3d77812f3bcb8f2207e583eda9c2a7878db3e9c7d2 [2020-12-11T00:43:57.094Z] $ docker rm -f 78e985528d7b5bf31fad3a3d77812f3bcb8f2207e583eda9c2a7878db3e9c7d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:43:57.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T00:43:57.983Z] . [Pipeline] withDockerContainer [2020-12-11T00:43:58.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-15519 does not seem to be running inside a container [2020-12-11T00:43:58.277Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-11T00:43:59.759Z] $ docker top 755888bc7ffdca8b36041e4f870aa893847f84417654678085083ff2bf369cb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:44:00.910Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T00:44:06.400Z] Building docker-core-command-go ... [2020-12-11T00:44:06.401Z] Building docker-core-data-go ... [2020-12-11T00:44:06.401Z] Building docker-core-metadata-go ... [2020-12-11T00:44:06.401Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T00:44:06.401Z] Building docker-security-proxy-setup-go ... [2020-12-11T00:44:06.401Z] Building docker-security-secrets-setup-go ... [2020-12-11T00:44:06.401Z] Building docker-security-secretstore-setup-go ... [2020-12-11T00:44:06.401Z] Building docker-support-notifications-go ... [2020-12-11T00:44:06.401Z] Building docker-support-scheduler-go ... [2020-12-11T00:44:06.401Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T00:44:06.401Z] Building docker-core-data-go [2020-12-11T00:44:06.401Z] Building docker-support-scheduler-go [2020-12-11T00:44:06.401Z] Building docker-security-proxy-setup-go [2020-12-11T00:44:06.401Z] Building docker-core-metadata-go [2020-12-11T00:44:06.401Z] Building docker-security-secrets-setup-go [2020-12-11T00:44:11.355Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T00:44:11.355Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T00:44:11.355Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T00:44:11.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T00:44:11.355Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T00:44:11.355Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T00:44:11.355Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T00:44:11.355Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T00:44:11.355Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T00:44:11.355Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T00:44:11.355Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T00:44:11.355Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T00:44:11.355Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T00:44:11.355Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T00:44:11.355Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T00:44:11.355Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T00:44:11.355Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T00:44:11.355Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T00:44:11.355Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T00:44:11.355Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T00:44:11.355Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T00:44:11.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T00:44:11.355Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T00:44:11.355Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T00:44:11.355Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T00:44:11.355Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T00:44:11.355Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T00:44:11.355Z] Fetched 23.4 MB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-11T00:44:11.355Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-11T00:44:11.355Z] Fetched 279 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-11T00:44:11.355Z] Fetched 122 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-11T00:44:11.355Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-11T00:44:11.355Z] Fetched 8848 B in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-11T00:44:11.355Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-11T00:44:11.355Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-11T00:44:11.355Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-11T00:44:11.355Z] Fetched 214 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-11T00:44:11.355Z] Fetched 155 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-11T00:44:11.355Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-11T00:44:11.355Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-11T00:44:11.355Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-11T00:44:11.355Z] Fetched 499 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-11T00:44:11.355Z] Fetched 111 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-11T00:44:11.355Z] Fetched 240 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-11T00:44:11.355Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-11T00:44:11.355Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-11T00:44:11.355Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-11T00:44:11.355Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-11T00:44:11.355Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-11T00:44:11.355Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-11T00:44:11.355Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-11T00:44:11.355Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-11T00:44:11.355Z] Fetched 8720 B in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-11T00:44:11.355Z] Fetched 137 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-11T00:44:11.355Z] Fetched 119 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-11T00:44:11.355Z] Fetched 109 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-11T00:44:11.355Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-11T00:44:11.355Z] Fetched 645 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-11T00:44:11.355Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-11T00:44:11.355Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-11T00:44:11.355Z] Fetched 368 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-11T00:44:11.355Z] Fetched 187 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-11T00:44:11.355Z] Fetched 175 kB in 0s (0 B/s) [2020-12-11T00:44:11.355Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-11T00:44:13.906Z] Fetched 206 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-11T00:44:13.906Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-11T00:44:13.906Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-11T00:44:13.906Z] Fetched 159 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-11T00:44:13.906Z] Fetched 107 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-11T00:44:13.906Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-11T00:44:13.906Z] Pulling static-packages [2020-12-11T00:44:14.848Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-11T00:44:14.848Z] Skipping pull go-build-helper (already ran) [2020-12-11T00:44:14.848Z] Skipping pull static-packages (already ran) [2020-12-11T00:44:14.848Z] Building go-build-helper [2020-12-11T00:44:19.054Z] Building static-packages [2020-12-11T00:44:20.437Z] Staging go-build-helper [2020-12-11T00:44:21.009Z] Staging static-packages [2020-12-11T00:44:21.952Z] Pulling go115 [2020-12-11T00:44:22.895Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-11T00:44:22.895Z] Skipping pull go115 (already ran) [2020-12-11T00:44:22.895Z] Building go115 [2020-12-11T00:44:22.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T00:44:22.895Z] Dload Upload Total Spent Left Speed [2020-12-11T00:44:26.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 115M 27 31.3M 0 0 33.3M 0 0:00:03 --:--:-- 0:00:03 33.2M 61 115M 61 70.9M 0 0 36.5M 0 0:00:03 0:00:01 0:00:02 36.5M 97 115M 97 112M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.9M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M [2020-12-11T00:44:26.457Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-11T00:44:30.665Z] Staging go115 [2020-12-11T00:44:35.951Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T00:44:35.951Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T00:44:35.951Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T00:44:35.951Z] Fetched 0 B in 0s (0 B/s) [2020-12-11T00:44:35.951Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-11T00:44:35.951Z] Fetched 224 kB in 0s (0 B/s) [2020-12-11T00:44:35.951Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-11T00:44:35.951Z] Fetched 157 kB in 0s (0 B/s) [2020-12-11T00:44:35.951Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-11T00:44:35.951Z] Fetched 221 kB in 0s (0 B/s) [2020-12-11T00:44:35.951Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-11T00:44:35.951Z] Fetched 143 kB in 0s (0 B/s) [2020-12-11T00:44:35.951Z] Pulling edgex-go [2020-12-11T00:44:36.212Z] Pulling version [2020-12-11T00:44:37.157Z] Building config-common [2020-12-11T00:44:39.071Z] Skipping build go-build-helper (already ran) [2020-12-11T00:44:39.071Z] Skipping build static-packages (already ran) [2020-12-11T00:44:39.071Z] Skipping build go115 (already ran) [2020-12-11T00:44:39.071Z] Building edgex-go [2020-12-11T00:44:39.335Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-11T00:44:41.251Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-11T00:44:41.251Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-11T00:44:41.251Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-11T00:44:41.251Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-11T00:44:41.251Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T00:44:41.251Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-11T00:44:41.251Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-11T00:44:41.251Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-11T00:44:41.251Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-11T00:44:41.251Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-11T00:44:41.251Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-11T00:44:41.251Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T00:44:41.514Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-11T00:44:41.514Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-11T00:44:41.514Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T00:44:41.514Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-11T00:44:41.514Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-11T00:44:41.514Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-11T00:44:41.514Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-11T00:44:41.514Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-11T00:44:41.514Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-11T00:44:41.514Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-11T00:44:41.777Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-11T00:44:41.777Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-11T00:44:41.777Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-11T00:44:48.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-11T00:44:52.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-11T00:44:53.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:44:55.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-11T00:44:55.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-11T00:44:55.606Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-11T00:44:55.870Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T00:44:55.870Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T00:44:57.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-11T00:44:57.255Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-11T00:44:57.255Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-11T00:44:58.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-11T00:44:59.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-11T00:45:00.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-11T00:45:00.527Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T00:45:01.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-11T00:45:02.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-11T00:45:03.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T00:45:03.824Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-11T00:45:06.373Z] Building version [2020-12-11T00:45:08.291Z] Staging config-common [2020-12-11T00:45:08.866Z] Skipping stage go-build-helper (already ran) [2020-12-11T00:45:08.866Z] Skipping stage static-packages (already ran) [2020-12-11T00:45:08.866Z] Skipping stage go115 (already ran) [2020-12-11T00:45:08.866Z] Staging edgex-go [2020-12-11T00:45:09.816Z] Staging version [2020-12-11T00:45:10.758Z] Priming config-common [2020-12-11T00:45:11.702Z] Priming go-build-helper [2020-12-11T00:45:12.657Z] Priming static-packages [2020-12-11T00:45:14.573Z] Priming go115 [2020-12-11T00:45:15.517Z] Priming edgex-go [2020-12-11T00:45:16.902Z] Priming version [2020-12-11T00:45:17.474Z] 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] } [2020-12-11T00:45:28.171Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:28.171Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:28.171Z] ---> d42ce2aa8703 [2020-12-11T00:45:28.171Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:45:28.171Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:28.171Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:28.171Z] ---> d42ce2aa8703 [2020-12-11T00:45:28.171Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T00:45:28.171Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:28.171Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T00:45:28.171Z] ---> d42ce2aa8703 [2020-12-11T00:45:28.171Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T00:45:28.171Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:28.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:28.171Z] ---> d42ce2aa8703 [2020-12-11T00:45:28.171Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T00:45:28.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:45:28.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:45:28.171Z] ---> d42ce2aa8703 [2020-12-11T00:45:28.171Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:45:28.171Z] ---> Running in 0b6afd3deafa [2020-12-11T00:45:28.171Z] ---> Running in 3f02c6626617 [2020-12-11T00:45:28.171Z] ---> Running in e05235ebb600 [2020-12-11T00:45:28.171Z] ---> Running in 6ae5485861cf [2020-12-11T00:45:28.171Z] ---> Running in 38e9fd9468e5 [2020-12-11T00:45:28.171Z] Removing intermediate container 3f02c6626617 [2020-12-11T00:45:28.171Z] ---> 3da46c44177d [2020-12-11T00:45:28.171Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:28.171Z] ---> Running in 5228e6dbd393 [2020-12-11T00:45:28.171Z] Removing intermediate container 0b6afd3deafa [2020-12-11T00:45:28.171Z] ---> 1c4b7f18b8ba [2020-12-11T00:45:28.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:28.171Z] Removing intermediate container e05235ebb600 [2020-12-11T00:45:28.171Z] ---> fa66d5a95e6e [2020-12-11T00:45:28.171Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 38e9fd9468e5 [2020-12-11T00:45:28.171Z] [2020-12-11T00:45:28.171Z] ---> 76c1d3fee80a [2020-12-11T00:45:28.171Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T00:45:28.171Z] Removing intermediate container 6ae5485861cf [2020-12-11T00:45:28.171Z] ---> ba9e4a47d19f [2020-12-11T00:45:28.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:45:28.171Z] ---> Running in 04633e86ff01 [2020-12-11T00:45:28.171Z] ---> Running in 12dc353e2745 [2020-12-11T00:45:28.171Z] ---> Running in 34f83e8b8e1f [2020-12-11T00:45:28.171Z] ---> Running in 1fd29c17b8f3 [2020-12-11T00:45:28.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:28.171Z] Removing intermediate container 5228e6dbd393 [2020-12-11T00:45:28.171Z] ---> fa0bdb872cce [2020-12-11T00:45:28.171Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:45:28.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:28.171Z] ---> Running in 29d42f682ca5 [2020-12-11T00:45:28.171Z] Removing intermediate container 04633e86ff01 [2020-12-11T00:45:28.171Z] ---> 046921ecd388 [2020-12-11T00:45:28.171Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T00:45:28.171Z] ---> Running in 4052af284d03 [2020-12-11T00:45:28.171Z] Removing intermediate container 12dc353e2745 [2020-12-11T00:45:28.171Z] ---> 90d0a606a4a9 [2020-12-11T00:45:28.171Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:45:28.171Z] Removing intermediate container 1fd29c17b8f3 [2020-12-11T00:45:28.171Z] ---> 1f0d200cc447 [2020-12-11T00:45:28.171Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T00:45:28.171Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:28.171Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:28.171Z] OK: 12618 distinct packages available [2020-12-11T00:45:28.171Z] ---> Running in 0ce30c1b372c [2020-12-11T00:45:28.171Z] ---> Running in ae338edc4123 [2020-12-11T00:45:29.159Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:29.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:29.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:30.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:30.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:30.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:30.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:30.585Z] Removing intermediate container 34f83e8b8e1f [2020-12-11T00:45:30.585Z] ---> 862fce14d75c [2020-12-11T00:45:30.585Z] Step 5/29 : COPY go.mod . [2020-12-11T00:45:31.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:31.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:45:31.473Z] ---> d1ce3af32249 [2020-12-11T00:45:31.473Z] Step 6/29 : RUN go mod download [2020-12-11T00:45:31.473Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:31.473Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:31.473Z] OK: 12618 distinct packages available [2020-12-11T00:45:31.473Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:31.473Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:31.473Z] OK: 12618 distinct packages available [2020-12-11T00:45:31.755Z] ---> Running in e0a56973ecd3 [2020-12-11T00:45:32.362Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:32.362Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:32.362Z] OK: 12618 distinct packages available [2020-12-11T00:45:32.648Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:32.935Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:32.935Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:45:32.935Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:45:32.935Z] OK: 12618 distinct packages available [2020-12-11T00:45:33.548Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:34.162Z] OK: 217 MiB in 51 packages [2020-12-11T00:45:35.187Z] Removing intermediate container 4052af284d03 [2020-12-11T00:45:35.187Z] ---> a0c7e3bf593c [2020-12-11T00:45:35.187Z] Step 6/23 : COPY go.mod . [2020-12-11T00:45:35.187Z] Removing intermediate container 29d42f682ca5 [2020-12-11T00:45:35.187Z] ---> 3d6832728a0d [2020-12-11T00:45:35.187Z] Step 6/21 : COPY go.mod . [2020-12-11T00:45:35.477Z] Removing intermediate container 0ce30c1b372c [2020-12-11T00:45:35.477Z] ---> b1164fc0e75e [2020-12-11T00:45:35.477Z] Step 6/22 : COPY go.mod . [2020-12-11T00:45:36.078Z] ---> ac05e37a4738 [2020-12-11T00:45:36.079Z] Step 7/23 : RUN go mod download [2020-12-11T00:45:36.079Z] Removing intermediate container ae338edc4123 [2020-12-11T00:45:36.079Z] ---> 4c67c46eca17 [2020-12-11T00:45:36.079Z] Step 6/21 : COPY go.mod . [2020-12-11T00:45:36.079Z] Removing intermediate container e0a56973ecd3 [2020-12-11T00:45:36.079Z] ---> 574cbd922873 [2020-12-11T00:45:36.079Z] Step 7/29 : COPY . . [2020-12-11T00:45:36.353Z] ---> 2fb17aafda31 [2020-12-11T00:45:36.353Z] Step 7/21 : RUN go mod download [2020-12-11T00:45:36.353Z] ---> Running in 4c3f939c27d3 [2020-12-11T00:45:36.628Z] ---> 491ef8aa2808 [2020-12-11T00:45:36.628Z] Step 7/22 : RUN go mod download [2020-12-11T00:45:36.902Z] ---> Running in bf58a089f604 [2020-12-11T00:45:37.181Z] ---> Running in ea4ee99a990e [2020-12-11T00:45:37.457Z] ---> 5bff7eb83288 [2020-12-11T00:45:37.457Z] Step 7/21 : RUN go mod download [2020-12-11T00:45:38.056Z] ---> Running in e9642e08a57c [2020-12-11T00:45:41.460Z] Removing intermediate container 4c3f939c27d3 [2020-12-11T00:45:41.460Z] ---> b17e5703349d [2020-12-11T00:45:41.460Z] Step 8/23 : COPY . . [2020-12-11T00:45:41.737Z] Removing intermediate container bf58a089f604 [2020-12-11T00:45:41.737Z] ---> 7b00d70c486c [2020-12-11T00:45:41.737Z] Step 8/21 : COPY . . [2020-12-11T00:45:42.019Z] Removing intermediate container ea4ee99a990e [2020-12-11T00:45:42.019Z] ---> f1f595b3096b [2020-12-11T00:45:42.019Z] Step 8/22 : COPY . . [2020-12-11T00:45:43.003Z] Removing intermediate container e9642e08a57c [2020-12-11T00:45:43.003Z] ---> cda579dd8e3d [2020-12-11T00:45:43.003Z] Step 8/21 : COPY . . [2020-12-11T00:46:09.848Z] ---> fc2679bf1a80 [2020-12-11T00:46:09.848Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T00:46:09.848Z] ---> Running in 3b1a1d171d48 [2020-12-11T00:46:09.848Z] ---> 1b65f49fefa0 [2020-12-11T00:46:09.848Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T00:46:09.848Z] ---> 05e82825a11a [2020-12-11T00:46:09.848Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T00:46:09.848Z] ---> 691dea68cb64 [2020-12-11T00:46:09.848Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T00:46:09.848Z] ---> 6548d26dc7c6 [2020-12-11T00:46:09.848Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T00:46:09.848Z] ---> Running in d548d6c0d02b [2020-12-11T00:46:09.848Z] ---> Running in 106b482990ef [2020-12-11T00:46:09.848Z] ---> Running in 878bdd2341e7 [2020-12-11T00:46:09.848Z] ---> Running in 0739817ee3fd [2020-12-11T00:46:09.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-11T00:46:09.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-11T00:46:09.848Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-11T00:46:09.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-11T00:46:10.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-11T00:47:32.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T00:47:36.356Z] Removing intermediate container 3b1a1d171d48 [2020-12-11T00:47:36.356Z] ---> 4aa548e9bc61 [2020-12-11T00:47:36.356Z] [2020-12-11T00:47:36.356Z] Step 9/29 : FROM alpine:latest [2020-12-11T00:47:36.356Z] latest: Pulling from library/alpine [2020-12-11T00:47:36.356Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T00:47:36.356Z] Status: Downloaded newer image for alpine:latest [2020-12-11T00:47:36.356Z] ---> 2e77e061c27f [2020-12-11T00:47:36.356Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-11T00:47:36.634Z] ---> Running in b471e4f21eae [2020-12-11T00:47:37.635Z] Removing intermediate container b471e4f21eae [2020-12-11T00:47:37.635Z] ---> 97eb8e26ff81 [2020-12-11T00:47:37.635Z] Step 11/29 : USER root [2020-12-11T00:47:37.635Z] ---> Running in f758685708c5 [2020-12-11T00:47:38.623Z] Removing intermediate container f758685708c5 [2020-12-11T00:47:38.623Z] ---> d01ce6002806 [2020-12-11T00:47:38.623Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T00:47:38.623Z] ---> Running in d0233dd67eab [2020-12-11T00:47:40.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:41.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:41.826Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:47:41.826Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:47:41.826Z] OK: 12617 distinct packages available [2020-12-11T00:47:42.817Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T00:47:42.817Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T00:47:42.817Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:47:42.817Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:47:43.414Z] OK: 6 MiB in 16 packages [2020-12-11T00:47:46.052Z] Removing intermediate container d0233dd67eab [2020-12-11T00:47:46.052Z] ---> d91b0a76a462 [2020-12-11T00:47:46.052Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T00:47:46.052Z] ---> Running in 7b28d866bc99 [2020-12-11T00:47:47.047Z] Removing intermediate container 7b28d866bc99 [2020-12-11T00:47:47.047Z] ---> 3eb881a36661 [2020-12-11T00:47:47.047Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T00:47:47.323Z] ---> Running in 4014908f83f4 [2020-12-11T00:47:48.785Z] Removing intermediate container 4014908f83f4 [2020-12-11T00:47:48.785Z] ---> ff5b94eb5844 [2020-12-11T00:47:48.785Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T00:47:49.064Z] ---> Running in e776c8c57138 [2020-12-11T00:47:50.536Z] Removing intermediate container d548d6c0d02b [2020-12-11T00:47:50.536Z] ---> 495cdc5ea36b [2020-12-11T00:47:50.536Z] [2020-12-11T00:47:50.536Z] Step 10/21 : FROM alpine [2020-12-11T00:47:50.536Z] ---> 2e77e061c27f [2020-12-11T00:47:50.536Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T00:47:50.813Z] ---> Running in 5e80b62a7660 [2020-12-11T00:47:53.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:53.280Z] Removing intermediate container e776c8c57138 [2020-12-11T00:47:53.280Z] ---> 00859319e15d [2020-12-11T00:47:53.280Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T00:47:53.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:47:54.541Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:47:54.541Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:47:54.541Z] OK: 12617 distinct packages available [2020-12-11T00:47:54.819Z] ---> ddc96c3ca6f5 [2020-12-11T00:47:54.819Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T00:47:55.422Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T00:47:55.422Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:47:55.422Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-11T00:47:55.422Z] (4/4) Installing curl (7.69.1-r2) [2020-12-11T00:47:55.701Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:47:55.701Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T00:47:55.982Z] OK: 7 MiB in 18 packages [2020-12-11T00:47:56.257Z] ---> a9be1d5de650 [2020-12-11T00:47:56.257Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T00:47:57.704Z] ---> 480dedd252c2 [2020-12-11T00:47:57.704Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T00:47:59.150Z] Removing intermediate container 5e80b62a7660 [2020-12-11T00:47:59.150Z] ---> abcaefa72d5b [2020-12-11T00:47:59.150Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:47:59.150Z] ---> 1ca3056a2a29 [2020-12-11T00:47:59.150Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T00:47:59.150Z] ---> Running in 8ba6540e998a [2020-12-11T00:48:00.152Z] Removing intermediate container 8ba6540e998a [2020-12-11T00:48:00.152Z] ---> 1857ea295b9c [2020-12-11T00:48:00.152Z] Step 13/21 : WORKDIR /edgex [2020-12-11T00:48:00.427Z] ---> 03cd9988f73b [2020-12-11T00:48:00.427Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T00:48:00.427Z] ---> Running in 2b6cf4ff45f7 [2020-12-11T00:48:00.715Z] ---> Running in e691a2bf6f6f [2020-12-11T00:48:01.323Z] Removing intermediate container 2b6cf4ff45f7 [2020-12-11T00:48:01.323Z] ---> 8bbb3f228132 [2020-12-11T00:48:01.323Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T00:48:02.777Z] ---> c58d3d4998e2 [2020-12-11T00:48:02.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T00:48:04.767Z] ---> 56ab6f721457 [2020-12-11T00:48:04.767Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T00:48:04.767Z] Removing intermediate container e691a2bf6f6f [2020-12-11T00:48:04.767Z] ---> 88711aa617da [2020-12-11T00:48:04.767Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:48:06.758Z] ---> a533aba6315a [2020-12-11T00:48:06.758Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:48:06.758Z] ---> Running in 43c9d4355532 [2020-12-11T00:48:06.758Z] ---> ed7202a42ccb [2020-12-11T00:48:06.758Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T00:48:07.034Z] ---> Running in d30a7997ebea [2020-12-11T00:48:08.032Z] Removing intermediate container d30a7997ebea [2020-12-11T00:48:08.032Z] ---> d926c01b0b05 [2020-12-11T00:48:08.032Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T00:48:08.311Z] ---> Running in 50cdfcab5928 [2020-12-11T00:48:09.303Z] Removing intermediate container 50cdfcab5928 [2020-12-11T00:48:09.303Z] ---> a285c48ea056 [2020-12-11T00:48:09.303Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T00:48:09.303Z] ---> Running in fc908f7ee450 [2020-12-11T00:48:10.755Z] Removing intermediate container fc908f7ee450 [2020-12-11T00:48:10.755Z] ---> 6503527f26ce [2020-12-11T00:48:10.755Z] Step 20/21 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:48:11.039Z] ---> Running in 3c7ca2ad3cbf [2020-12-11T00:48:11.315Z] Removing intermediate container 43c9d4355532 [2020-12-11T00:48:11.315Z] ---> 50ea5c8da619 [2020-12-11T00:48:11.315Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T00:48:11.591Z] ---> Running in 460b3ff00cf2 [2020-12-11T00:48:12.197Z] Removing intermediate container 3c7ca2ad3cbf [2020-12-11T00:48:12.197Z] ---> 10e15f68d224 [2020-12-11T00:48:12.197Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:48:12.474Z] ---> Running in 6d388d65bd61 [2020-12-11T00:48:13.914Z] Removing intermediate container 6d388d65bd61 [2020-12-11T00:48:13.914Z] ---> 3e517e140e0e [2020-12-11T00:48:13.914Z] [2020-12-11T00:48:14.902Z] Successfully built 3e517e140e0e [2020-12-11T00:48:14.902Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-11T00:48:14.902Z] Building docker-support-notifications-go [2020-12-11T00:48:15.186Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 878bdd2341e7 [2020-12-11T00:48:15.186Z] ---> 288e6c7b0249 [2020-12-11T00:48:15.186Z] [2020-12-11T00:48:15.186Z] Step 10/21 : FROM scratch [2020-12-11T00:48:15.186Z] ---> [2020-12-11T00:48:15.186Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:48:15.465Z] ---> Running in d5e14e152487 [2020-12-11T00:48:16.468Z] Removing intermediate container d5e14e152487 [2020-12-11T00:48:16.468Z] ---> 82a45f50c6d1 [2020-12-11T00:48:16.468Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T00:48:16.744Z] ---> Running in e19dee775d61 [2020-12-11T00:48:16.744Z] Removing intermediate container 460b3ff00cf2 [2020-12-11T00:48:16.744Z] ---> f1ecc08657bb [2020-12-11T00:48:16.744Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:48:17.354Z] ---> Running in ee172864cc11 [2020-12-11T00:48:17.639Z] Removing intermediate container e19dee775d61 [2020-12-11T00:48:17.639Z] ---> 83d8b9c51a47 [2020-12-11T00:48:17.639Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T00:48:17.918Z] ---> Running in c22c8948d7dc [2020-12-11T00:48:18.199Z] Removing intermediate container ee172864cc11 [2020-12-11T00:48:18.199Z] ---> 687986d77c9a [2020-12-11T00:48:18.199Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T00:48:18.801Z] ---> Running in dd58317b8cc3 [2020-12-11T00:48:19.078Z] Removing intermediate container c22c8948d7dc [2020-12-11T00:48:19.078Z] ---> ccf0f289a9ec [2020-12-11T00:48:19.078Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-11T00:48:19.682Z] Removing intermediate container dd58317b8cc3 [2020-12-11T00:48:19.682Z] ---> 1fd2588981fa [2020-12-11T00:48:19.682Z] Step 27/29 : LABEL arch=arm64 [2020-12-11T00:48:19.682Z] ---> Running in 2518118e3034 [2020-12-11T00:48:20.294Z] ---> 490e3c63cd9f [2020-12-11T00:48:20.294Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T00:48:20.580Z] Removing intermediate container 2518118e3034 [2020-12-11T00:48:20.580Z] ---> f74872d99fd1 [2020-12-11T00:48:20.580Z] Step 28/29 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:48:21.191Z] ---> Running in 62ee2bd026be [2020-12-11T00:48:22.686Z] Removing intermediate container 62ee2bd026be [2020-12-11T00:48:22.686Z] ---> 04bcceb9ff44 [2020-12-11T00:48:22.686Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T00:48:22.686Z] ---> ca7620452762 [2020-12-11T00:48:22.686Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T00:48:22.965Z] ---> Running in b94864b53748 [2020-12-11T00:48:23.576Z] Removing intermediate container b94864b53748 [2020-12-11T00:48:23.576Z] ---> 7dd598e905d1 [2020-12-11T00:48:23.576Z] [2020-12-11T00:48:23.856Z] ---> b42a5c8f09dc [2020-12-11T00:48:23.856Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T00:48:24.132Z] Successfully built 7dd598e905d1 [2020-12-11T00:48:24.132Z] ---> Running in 63fb9bb8a09c [2020-12-11T00:48:24.423Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-11T00:48:24.424Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-11T00:48:24.704Z] Removing intermediate container 63fb9bb8a09c [2020-12-11T00:48:24.704Z] ---> 9cd28dfa0279 [2020-12-11T00:48:24.704Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:48:24.985Z] ---> Running in a5dfc1d58ff0 [2020-12-11T00:48:25.589Z] Removing intermediate container a5dfc1d58ff0 [2020-12-11T00:48:25.590Z] ---> 96be98a0f753 [2020-12-11T00:48:25.590Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T00:48:25.590Z] ---> Running in 01a903a90e87 [2020-12-11T00:48:26.200Z] Removing intermediate container 01a903a90e87 [2020-12-11T00:48:26.200Z] ---> 90df80f70b97 [2020-12-11T00:48:26.200Z] Step 20/21 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:48:26.478Z] ---> Running in 91d81bed388e [2020-12-11T00:48:27.942Z] Removing intermediate container 91d81bed388e [2020-12-11T00:48:27.942Z] ---> f70f2434eaad [2020-12-11T00:48:27.942Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T00:48:28.225Z] ---> Running in 3f4100253498 [2020-12-11T00:48:29.214Z] Removing intermediate container 3f4100253498 [2020-12-11T00:48:29.214Z] ---> eb1ce13c01e3 [2020-12-11T00:48:29.214Z] [2020-12-11T00:48:30.211Z] Successfully built eb1ce13c01e3 [2020-12-11T00:48:30.211Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-11T00:48:30.211Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-11T00:48:34.604Z] Removing intermediate container 0739817ee3fd [2020-12-11T00:48:34.604Z] ---> b1a855fdad03 [2020-12-11T00:48:34.604Z] [2020-12-11T00:48:34.604Z] Step 10/22 : FROM scratch [2020-12-11T00:48:34.604Z] ---> [2020-12-11T00:48:34.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:48:34.604Z] ---> Using cache [2020-12-11T00:48:34.604Z] ---> 82a45f50c6d1 [2020-12-11T00:48:34.604Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T00:48:34.880Z] ---> Running in 3121ecaa7996 [2020-12-11T00:48:35.881Z] Removing intermediate container 3121ecaa7996 [2020-12-11T00:48:35.881Z] ---> b4fb757c2639 [2020-12-11T00:48:35.881Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:48:35.881Z] ---> Running in 7a4cbb01388c [2020-12-11T00:48:36.883Z] Removing intermediate container 7a4cbb01388c [2020-12-11T00:48:36.883Z] ---> 7e76cb277598 [2020-12-11T00:48:36.883Z] Step 14/22 : WORKDIR / [2020-12-11T00:48:37.159Z] ---> Running in 5bb95946b3fc [2020-12-11T00:48:38.150Z] Removing intermediate container 5bb95946b3fc [2020-12-11T00:48:38.150Z] ---> cc5136349658 [2020-12-11T00:48:38.150Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T00:48:39.145Z] ---> c70bd92d3b64 [2020-12-11T00:48:39.145Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T00:48:41.138Z] ---> 2212939dda35 [2020-12-11T00:48:41.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T00:48:42.580Z] ---> d10aeb2f924e [2020-12-11T00:48:42.580Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T00:48:43.178Z] ---> Running in ece71fc62011 [2020-12-11T00:48:43.779Z] Removing intermediate container 106b482990ef [2020-12-11T00:48:43.779Z] ---> d5a66c7698ff [2020-12-11T00:48:43.779Z] [2020-12-11T00:48:43.779Z] Step 10/23 : FROM alpine [2020-12-11T00:48:43.779Z] ---> 2e77e061c27f [2020-12-11T00:48:43.779Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:48:43.779Z] Removing intermediate container ece71fc62011 [2020-12-11T00:48:43.779Z] ---> 89024521c511 [2020-12-11T00:48:43.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:48:44.056Z] ---> Running in e664af099fc9 [2020-12-11T00:48:44.056Z] ---> Running in 0351c247f1e5 [2020-12-11T00:48:44.657Z] Removing intermediate container e664af099fc9 [2020-12-11T00:48:44.657Z] ---> 406dd639d7e1 [2020-12-11T00:48:44.657Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T00:48:44.930Z] Removing intermediate container 0351c247f1e5 [2020-12-11T00:48:44.930Z] ---> efba1fe6cf1f [2020-12-11T00:48:44.930Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:48:45.208Z] ---> Running in 7ff38a92ed51 [2020-12-11T00:48:45.208Z] ---> Running in 6e69e37a5129 [2020-12-11T00:48:45.814Z] Removing intermediate container 7ff38a92ed51 [2020-12-11T00:48:45.814Z] ---> a88b6e010975 [2020-12-11T00:48:45.814Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T00:48:46.088Z] Removing intermediate container 6e69e37a5129 [2020-12-11T00:48:46.088Z] ---> f300deeca2e5 [2020-12-11T00:48:46.088Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:48:46.373Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:48:46.373Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:48:46.373Z] ---> d42ce2aa8703 [2020-12-11T00:48:46.373Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:48:46.373Z] ---> Using cache [2020-12-11T00:48:46.373Z] ---> ba9e4a47d19f [2020-12-11T00:48:46.373Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:48:46.373Z] ---> Using cache [2020-12-11T00:48:46.373Z] ---> 90d0a606a4a9 [2020-12-11T00:48:46.373Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T00:48:46.373Z] ---> Running in ace4afceee5b [2020-12-11T00:48:46.654Z] ---> Running in c1c63245367e [2020-12-11T00:48:46.654Z] ---> Running in 23b56ee77e21 [2020-12-11T00:48:47.259Z] Removing intermediate container ace4afceee5b [2020-12-11T00:48:47.259Z] ---> 9bddbd74c739 [2020-12-11T00:48:47.259Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:48:47.536Z] Removing intermediate container c1c63245367e [2020-12-11T00:48:47.536Z] ---> 0e20bb16f81a [2020-12-11T00:48:47.536Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:48:47.536Z] ---> Running in eba890e89a96 [2020-12-11T00:48:47.814Z] ---> Running in daa34c577c8b [2020-12-11T00:48:48.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:48.411Z] Removing intermediate container daa34c577c8b [2020-12-11T00:48:48.411Z] ---> e8316498ddc8 [2020-12-11T00:48:48.411Z] [2020-12-11T00:48:49.012Z] Successfully built e8316498ddc8 [2020-12-11T00:48:49.012Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-11T00:48:49.012Z] Building docker-security-secretstore-setup-go [2020-12-11T00:48:49.293Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:50.269Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:48:50.269Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:48:50.269Z] OK: 12618 distinct packages available [2020-12-11T00:48:50.269Z] Removing intermediate container eba890e89a96 [2020-12-11T00:48:50.269Z] ---> 1b9cd4064a0a [2020-12-11T00:48:50.269Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T00:48:50.540Z] ---> Running in d59d4c90bfe2 [2020-12-11T00:48:50.917Z] OK: 217 MiB in 51 packages [2020-12-11T00:48:52.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:53.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:48:53.473Z] Removing intermediate container 23b56ee77e21 [2020-12-11T00:48:53.473Z] ---> 15867aec28a4 [2020-12-11T00:48:53.473Z] Step 6/24 : COPY go.mod . [2020-12-11T00:48:54.067Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T00:48:54.067Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T00:48:54.340Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T00:48:54.613Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T00:48:54.613Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T00:48:54.884Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:48:54.884Z] OK: 8 MiB in 19 packages [2020-12-11T00:48:54.884Z] ---> 8677a22cbf2b [2020-12-11T00:48:54.884Z] Step 7/24 : RUN go mod download [2020-12-11T00:48:55.171Z] ---> Running in ad1e76eaca56 [2020-12-11T00:48:57.142Z] Removing intermediate container d59d4c90bfe2 [2020-12-11T00:48:57.142Z] ---> da1626926fa9 [2020-12-11T00:48:57.142Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T00:48:58.578Z] ---> 205afd682089 [2020-12-11T00:48:58.578Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T00:48:59.563Z] Removing intermediate container ad1e76eaca56 [2020-12-11T00:48:59.563Z] ---> 3102aa253db9 [2020-12-11T00:48:59.563Z] Step 8/24 : COPY . . [2020-12-11T00:49:00.539Z] ---> bed4a9425550 [2020-12-11T00:49:00.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T00:49:02.542Z] ---> 241ed0f0807f [2020-12-11T00:49:02.542Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T00:49:03.137Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:03.137Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:03.137Z] ---> d42ce2aa8703 [2020-12-11T00:49:03.137Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T00:49:03.137Z] ---> Using cache [2020-12-11T00:49:03.137Z] ---> ba9e4a47d19f [2020-12-11T00:49:03.137Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:03.137Z] ---> Using cache [2020-12-11T00:49:03.137Z] ---> 90d0a606a4a9 [2020-12-11T00:49:03.408Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-11T00:49:04.385Z] ---> Running in efc4e11028f7 [2020-12-11T00:49:04.385Z] ---> Running in c9e9ce984bfb [2020-12-11T00:49:05.854Z] Removing intermediate container c9e9ce984bfb [2020-12-11T00:49:05.854Z] ---> 772b0dc6ad40 [2020-12-11T00:49:05.854Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:49:06.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:06.137Z] ---> Running in e1dc3c7c7d20 [2020-12-11T00:49:07.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:49:07.128Z] Removing intermediate container e1dc3c7c7d20 [2020-12-11T00:49:07.128Z] ---> 178f8fbe5c4e [2020-12-11T00:49:07.128Z] Step 21/23 : LABEL arch=arm64 [2020-12-11T00:49:08.111Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T00:49:08.111Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T00:49:08.111Z] OK: 12618 distinct packages available [2020-12-11T00:49:08.111Z] ---> Running in c4df3a82acd7 [2020-12-11T00:49:08.712Z] OK: 217 MiB in 51 packages [2020-12-11T00:49:09.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:09.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:09.715Z] ---> d42ce2aa8703 [2020-12-11T00:49:09.715Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> ba9e4a47d19f [2020-12-11T00:49:09.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> 90d0a606a4a9 [2020-12-11T00:49:09.715Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> b1164fc0e75e [2020-12-11T00:49:09.715Z] Step 6/22 : COPY go.mod . [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> 491ef8aa2808 [2020-12-11T00:49:09.715Z] Step 7/22 : RUN go mod download [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> f1f595b3096b [2020-12-11T00:49:09.715Z] Step 8/22 : COPY . . [2020-12-11T00:49:09.715Z] Removing intermediate container c4df3a82acd7 [2020-12-11T00:49:09.715Z] ---> 4cd5d13ef7c4 [2020-12-11T00:49:09.715Z] Step 22/23 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:49:09.715Z] ---> Using cache [2020-12-11T00:49:09.715Z] ---> 6548d26dc7c6 [2020-12-11T00:49:09.715Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T00:49:10.707Z] ---> Running in 33da669bd92b [2020-12-11T00:49:10.707Z] ---> Running in 1c16da72b1da [2020-12-11T00:49:12.160Z] Removing intermediate container 33da669bd92b [2020-12-11T00:49:12.160Z] ---> 96bff28642e1 [2020-12-11T00:49:12.160Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T00:49:12.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-11T00:49:12.441Z] Removing intermediate container efc4e11028f7 [2020-12-11T00:49:12.441Z] ---> 0938c15028c8 [2020-12-11T00:49:12.441Z] Step 6/27 : COPY go.mod . [2020-12-11T00:49:12.721Z] ---> Running in 6c93837c43e6 [2020-12-11T00:49:14.191Z] Removing intermediate container 6c93837c43e6 [2020-12-11T00:49:14.191Z] ---> 56c1a17c0c0b [2020-12-11T00:49:14.191Z] [2020-12-11T00:49:14.801Z] ---> 1fb8fd390e68 [2020-12-11T00:49:14.801Z] Step 7/27 : RUN go mod download [2020-12-11T00:49:15.404Z] ---> Running in 6d8ab08cd889 [2020-12-11T00:49:15.684Z] Successfully built 56c1a17c0c0b [2020-12-11T00:49:15.684Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-11T00:49:15.684Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-11T00:49:20.031Z] ---> 3d56f0b95c2f [2020-12-11T00:49:20.031Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T00:49:21.043Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:21.043Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:21.043Z] ---> d42ce2aa8703 [2020-12-11T00:49:21.043Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T00:49:21.043Z] ---> Using cache [2020-12-11T00:49:21.043Z] ---> ba9e4a47d19f [2020-12-11T00:49:21.043Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:21.043Z] ---> Using cache [2020-12-11T00:49:21.043Z] ---> 90d0a606a4a9 [2020-12-11T00:49:21.043Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T00:49:21.043Z] ---> Using cache [2020-12-11T00:49:21.043Z] ---> b1164fc0e75e [2020-12-11T00:49:21.043Z] Step 6/24 : COPY go.mod . [2020-12-11T00:49:21.043Z] ---> Running in 3dd29e8cc168 [2020-12-11T00:49:21.043Z] ---> Using cache [2020-12-11T00:49:21.043Z] ---> 491ef8aa2808 [2020-12-11T00:49:21.043Z] Step 7/24 : RUN go mod download [2020-12-11T00:49:21.043Z] ---> Using cache [2020-12-11T00:49:21.043Z] ---> f1f595b3096b [2020-12-11T00:49:21.043Z] Step 8/24 : COPY . . [2020-12-11T00:49:21.329Z] Removing intermediate container 6d8ab08cd889 [2020-12-11T00:49:21.329Z] ---> 4848c5f1fd94 [2020-12-11T00:49:21.329Z] Step 8/27 : COPY . . [2020-12-11T00:49:21.613Z] ---> Using cache [2020-12-11T00:49:21.613Z] ---> 6548d26dc7c6 [2020-12-11T00:49:21.613Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T00:49:21.896Z] ---> Running in 246eb6532c6f [2020-12-11T00:49:23.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-11T00:49:24.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-11T00:49:46.649Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T00:49:46.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T00:49:46.649Z] ---> d42ce2aa8703 [2020-12-11T00:49:46.649Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> ba9e4a47d19f [2020-12-11T00:49:46.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> 90d0a606a4a9 [2020-12-11T00:49:46.649Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> b1164fc0e75e [2020-12-11T00:49:46.649Z] Step 6/22 : COPY go.mod . [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> 491ef8aa2808 [2020-12-11T00:49:46.649Z] Step 7/22 : RUN go mod download [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> f1f595b3096b [2020-12-11T00:49:46.649Z] Step 8/22 : COPY . . [2020-12-11T00:49:46.649Z] ---> Using cache [2020-12-11T00:49:46.649Z] ---> 6548d26dc7c6 [2020-12-11T00:49:46.649Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T00:49:48.674Z] ---> Running in 682aac762f8b [2020-12-11T00:49:48.961Z] ---> 6d18c83c50f6 [2020-12-11T00:49:48.961Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T00:49:49.246Z] ---> Running in 36b558b9892d [2020-12-11T00:49:50.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-11T00:49:51.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-11T00:50:48.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-11T00:51:00.777Z] Removing intermediate container 1c16da72b1da [2020-12-11T00:51:00.777Z] ---> dd36244b8c0d [2020-12-11T00:51:00.777Z] [2020-12-11T00:51:00.777Z] Step 10/22 : FROM scratch [2020-12-11T00:51:00.777Z] ---> [2020-12-11T00:51:00.777Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T00:51:00.777Z] ---> Using cache [2020-12-11T00:51:00.777Z] ---> 82a45f50c6d1 [2020-12-11T00:51:00.777Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T00:51:00.777Z] ---> Running in 59a56599fc3b [2020-12-11T00:51:01.776Z] Removing intermediate container 59a56599fc3b [2020-12-11T00:51:01.776Z] ---> 4092a35a7c15 [2020-12-11T00:51:01.776Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T00:51:02.057Z] Removing intermediate container 246eb6532c6f [2020-12-11T00:51:02.057Z] ---> 67abb3192681 [2020-12-11T00:51:02.057Z] [2020-12-11T00:51:02.057Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T00:51:02.057Z] ---> Running in 48ccd1296c07 [2020-12-11T00:51:02.057Z] 3.10: Pulling from library/alpine [2020-12-11T00:51:03.053Z] Removing intermediate container 48ccd1296c07 [2020-12-11T00:51:03.053Z] ---> 22ce6c2b3e7b [2020-12-11T00:51:03.053Z] Step 14/22 : WORKDIR / [2020-12-11T00:51:03.343Z] ---> Running in 179b2f6a5a39 [2020-12-11T00:51:03.747Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T00:51:03.747Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T00:51:03.747Z] ---> 536a684cf733 [2020-12-11T00:51:03.747Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:51:04.042Z] ---> Running in 25c54f45c80c [2020-12-11T00:51:04.348Z] Removing intermediate container 179b2f6a5a39 [2020-12-11T00:51:04.348Z] ---> bcc747352c18 [2020-12-11T00:51:04.348Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T00:51:05.922Z] ---> e0dd9b8be840 [2020-12-11T00:51:05.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T00:51:06.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:07.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:07.785Z] v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T00:51:07.785Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T00:51:07.785Z] OK: 10169 distinct packages available [2020-12-11T00:51:08.064Z] ---> d9b85c03daf1 [2020-12-11T00:51:08.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T00:51:08.342Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T00:51:08.620Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T00:51:08.620Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-11T00:51:08.620Z] (4/5) Installing curl (7.66.0-r2) [2020-12-11T00:51:08.620Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T00:51:08.620Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T00:51:08.620Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T00:51:09.226Z] OK: 7 MiB in 19 packages [2020-12-11T00:51:09.506Z] ---> 75c9a9bb4951 [2020-12-11T00:51:09.506Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T00:51:09.791Z] ---> Running in f87529fcae09 [2020-12-11T00:51:10.797Z] Removing intermediate container f87529fcae09 [2020-12-11T00:51:10.797Z] ---> 82ba8139c653 [2020-12-11T00:51:10.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:51:10.797Z] ---> Running in ad5075a7c4ed [2020-12-11T00:51:11.797Z] Removing intermediate container ad5075a7c4ed [2020-12-11T00:51:11.797Z] ---> 67dded7c705d [2020-12-11T00:51:11.797Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:51:11.797Z] Removing intermediate container 25c54f45c80c [2020-12-11T00:51:11.797Z] ---> 47f8bc96d552 [2020-12-11T00:51:11.797Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T00:51:11.797Z] ---> Running in 9dabf88b1e4f [2020-12-11T00:51:12.076Z] ---> Running in 84f63b572f9e [2020-12-11T00:51:12.685Z] Removing intermediate container 9dabf88b1e4f [2020-12-11T00:51:12.685Z] ---> a4063a71f0c1 [2020-12-11T00:51:12.685Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:51:12.964Z] Removing intermediate container 84f63b572f9e [2020-12-11T00:51:12.964Z] ---> 965a1b80fcfa [2020-12-11T00:51:12.964Z] Step 13/24 : WORKDIR / [2020-12-11T00:51:12.964Z] ---> Running in f22ab3b51586 [2020-12-11T00:51:13.244Z] ---> Running in dd69fc7a07d5 [2020-12-11T00:51:13.859Z] Removing intermediate container f22ab3b51586 [2020-12-11T00:51:13.859Z] ---> ae7677b00849 [2020-12-11T00:51:13.859Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:51:14.147Z] Removing intermediate container dd69fc7a07d5 [2020-12-11T00:51:14.147Z] ---> 01a0453b8151 [2020-12-11T00:51:14.147Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-11T00:51:14.147Z] ---> Running in 397d80e061b1 [2020-12-11T00:51:15.214Z] Removing intermediate container 397d80e061b1 [2020-12-11T00:51:15.214Z] ---> 960a63154980 [2020-12-11T00:51:15.214Z] [2020-12-11T00:51:15.497Z] ---> e52e10f6ddc3 [2020-12-11T00:51:15.497Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-11T00:51:15.776Z] Successfully built 960a63154980 [2020-12-11T00:51:15.776Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-11T00:51:16.681Z]  Building docker-core-command-go ... done  ---> 539883f5c2ab [2020-12-11T00:51:16.681Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T00:51:18.132Z] ---> e5a630d8d110 [2020-12-11T00:51:18.132Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T00:51:20.793Z] ---> 2db11eeb0a1f [2020-12-11T00:51:20.793Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T00:51:21.070Z] Removing intermediate container 3dd29e8cc168 [2020-12-11T00:51:21.070Z] ---> f5da95b97051 [2020-12-11T00:51:21.070Z] [2020-12-11T00:51:21.070Z] Step 10/24 : FROM scratch [2020-12-11T00:51:21.070Z] ---> [2020-12-11T00:51:21.070Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T00:51:22.072Z] ---> Running in fc21aa46fe6c [2020-12-11T00:51:22.678Z] ---> f4fdf2e5f2fd [2020-12-11T00:51:22.678Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T00:51:22.954Z] Removing intermediate container fc21aa46fe6c [2020-12-11T00:51:22.954Z] ---> 97caa7c1e688 [2020-12-11T00:51:22.954Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T00:51:22.954Z] ---> Running in f9fc03e8d79f [2020-12-11T00:51:23.556Z] Removing intermediate container 682aac762f8b [2020-12-11T00:51:23.556Z] ---> e40ed6a377d2 [2020-12-11T00:51:23.556Z] [2020-12-11T00:51:23.556Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T00:51:23.556Z] ---> 536a684cf733 [2020-12-11T00:51:23.556Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T00:51:23.556Z] ---> Using cache [2020-12-11T00:51:23.556Z] ---> 47f8bc96d552 [2020-12-11T00:51:23.556Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T00:51:23.829Z] ---> Running in 96eb0f55aedd [2020-12-11T00:51:23.829Z] ---> 40d558cec6c5 [2020-12-11T00:51:23.829Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T00:51:24.104Z] Removing intermediate container f9fc03e8d79f [2020-12-11T00:51:24.104Z] ---> 5ffd6148f02f [2020-12-11T00:51:24.104Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T00:51:24.104Z] ---> Running in 243b80e39727 [2020-12-11T00:51:24.104Z] ---> Running in 961fb7d31541 [2020-12-11T00:51:24.104Z] Removing intermediate container 36b558b9892d [2020-12-11T00:51:24.104Z] ---> 83c69e1e63e8 [2020-12-11T00:51:24.104Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T00:51:24.379Z] Removing intermediate container 96eb0f55aedd [2020-12-11T00:51:24.380Z] ---> cb81a6af49a2 [2020-12-11T00:51:24.380Z] Step 13/22 : WORKDIR / [2020-12-11T00:51:24.656Z] ---> Running in 654d6f7682ef [2020-12-11T00:51:24.656Z] ---> Running in 1c8384421816 [2020-12-11T00:51:24.937Z] Removing intermediate container 243b80e39727 [2020-12-11T00:51:24.937Z] ---> 0264f21719ff [2020-12-11T00:51:24.937Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T00:51:25.539Z] Removing intermediate container 1c8384421816 [2020-12-11T00:51:25.539Z] ---> fbc9079cab91 [2020-12-11T00:51:25.539Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T00:51:25.827Z] ---> 9a41488fed3b [2020-12-11T00:51:25.827Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T00:51:26.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-11T00:51:26.430Z] ---> c3e7758cf4ab [2020-12-11T00:51:26.430Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T00:51:27.419Z] ---> 5ea2afccf037 [2020-12-11T00:51:27.419Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T00:51:27.702Z] Removing intermediate container 961fb7d31541 [2020-12-11T00:51:27.702Z] ---> d59b8be0d2ed [2020-12-11T00:51:27.702Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T00:51:27.702Z] ---> Running in be0a53179870 [2020-12-11T00:51:28.313Z] ---> 38e2eb90f852 [2020-12-11T00:51:28.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T00:51:28.594Z] Removing intermediate container be0a53179870 [2020-12-11T00:51:28.594Z] ---> d5d99f71ef55 [2020-12-11T00:51:28.594Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T00:51:28.876Z] ---> Running in 7a6c320b823d [2020-12-11T00:51:29.489Z] ---> 8654473298f7 [2020-12-11T00:51:29.489Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T00:51:29.489Z] ---> 6389bcbe364b [2020-12-11T00:51:29.489Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-11T00:51:29.489Z] Removing intermediate container 7a6c320b823d [2020-12-11T00:51:29.489Z] ---> 43d7860516a0 [2020-12-11T00:51:29.489Z] Step 23/24 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:51:29.764Z] ---> Running in 0f8847b573cc [2020-12-11T00:51:30.038Z] Removing intermediate container 654d6f7682ef [2020-12-11T00:51:30.038Z] ---> 47e6ddde911f [2020-12-11T00:51:30.038Z] [2020-12-11T00:51:30.038Z] Step 11/27 : FROM docker:latest [2020-12-11T00:51:30.038Z] ---> f31140561b03 [2020-12-11T00:51:30.038Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T00:51:30.311Z] ---> Running in 475e7c1af4ff [2020-12-11T00:51:30.311Z] ---> 2497aecea14c [2020-12-11T00:51:30.311Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T00:51:30.311Z] Removing intermediate container 0f8847b573cc [2020-12-11T00:51:30.311Z] ---> 6a5ab76ac37e [2020-12-11T00:51:30.311Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:51:30.584Z] ---> c89e4385a753 [2020-12-11T00:51:30.584Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T00:51:30.584Z] ---> Running in 6dc1a8f0a5d7 [2020-12-11T00:51:31.182Z] ---> Running in 1b9ea9fd6ad6 [2020-12-11T00:51:31.468Z] Removing intermediate container 6dc1a8f0a5d7 [2020-12-11T00:51:31.468Z] ---> 9ad29713762d [2020-12-11T00:51:31.468Z] [2020-12-11T00:51:31.749Z] Successfully built 9ad29713762d [2020-12-11T00:51:32.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:32.027Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-11T00:51:32.027Z]  Building docker-security-secretstore-setup-go ... done  ---> 7f9334e3c02a [2020-12-11T00:51:32.027Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T00:51:32.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:32.915Z] ---> 05ce654d291b [2020-12-11T00:51:32.915Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-11T00:51:32.915Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T00:51:32.915Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T00:51:32.915Z] Executing bash-5.0.17-r0.post-install [2020-12-11T00:51:32.915Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:51:33.192Z] OK: 12 MiB in 22 packages [2020-12-11T00:51:33.192Z] ---> Running in 7cebda3ae388 [2020-12-11T00:51:33.799Z] Removing intermediate container 7cebda3ae388 [2020-12-11T00:51:33.799Z] ---> 6361aeec132b [2020-12-11T00:51:33.799Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:51:33.799Z] Removing intermediate container 1b9ea9fd6ad6 [2020-12-11T00:51:33.799Z] ---> aa8919cf254c [2020-12-11T00:51:33.799Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T00:51:34.074Z] ---> Running in bc986338b787 [2020-12-11T00:51:34.074Z] ---> Running in d7294a596e4a [2020-12-11T00:51:34.676Z] Removing intermediate container bc986338b787 [2020-12-11T00:51:34.676Z] ---> 3d32d52ece7a [2020-12-11T00:51:34.676Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T00:51:34.676Z] Removing intermediate container 475e7c1af4ff [2020-12-11T00:51:34.676Z] ---> 5ab8995aab51 [2020-12-11T00:51:34.676Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T00:51:34.676Z] Removing intermediate container d7294a596e4a [2020-12-11T00:51:34.676Z] ---> d126ec2d07a7 [2020-12-11T00:51:34.676Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T00:51:34.676Z] ---> Running in 1db7c7b1722c [2020-12-11T00:51:34.676Z] ---> Running in 8b1595d1d302 [2020-12-11T00:51:34.952Z] ---> Running in 81b7b14fd61d [2020-12-11T00:51:35.559Z] Removing intermediate container 8b1595d1d302 [2020-12-11T00:51:35.560Z] ---> 5efa9ad52212 [2020-12-11T00:51:35.560Z] Step 23/24 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:51:35.560Z] Removing intermediate container 81b7b14fd61d [2020-12-11T00:51:35.560Z] ---> 3b34c2cf127a [2020-12-11T00:51:35.560Z] Step 21/22 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:51:35.851Z] ---> Running in 36c2f05b04ab [2020-12-11T00:51:35.851Z] ---> Running in fe7ff9b9d1d4 [2020-12-11T00:51:36.453Z] Removing intermediate container 36c2f05b04ab [2020-12-11T00:51:36.453Z] ---> 9758b59d13e9 [2020-12-11T00:51:36.453Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T00:51:36.453Z] Removing intermediate container fe7ff9b9d1d4 [2020-12-11T00:51:36.453Z] ---> a4d78f38a5fb [2020-12-11T00:51:36.453Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T00:51:36.453Z] ---> Running in 5a11d19eb2e1 [2020-12-11T00:51:36.737Z] ---> Running in 91efe2146f28 [2020-12-11T00:51:37.338Z] Removing intermediate container 5a11d19eb2e1 [2020-12-11T00:51:37.338Z] ---> 69d0c6a6b90a [2020-12-11T00:51:37.338Z] [2020-12-11T00:51:37.338Z] Removing intermediate container 91efe2146f28 [2020-12-11T00:51:37.338Z] ---> b0c9ff8014b6 [2020-12-11T00:51:37.338Z] [2020-12-11T00:51:37.613Z] Removing intermediate container 1db7c7b1722c [2020-12-11T00:51:37.613Z] ---> b55a0db454ec [2020-12-11T00:51:37.613Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T00:51:37.613Z] Successfully built 69d0c6a6b90a [2020-12-11T00:51:37.613Z] Successfully built b0c9ff8014b6 [2020-12-11T00:51:37.613Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-11T00:51:37.613Z]  Building docker-support-notifications-go ... done Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-11T00:51:37.887Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 354a96406d3f [2020-12-11T00:51:38.163Z] Removing intermediate container 354a96406d3f [2020-12-11T00:51:38.163Z] ---> 1542b8bcc99d [2020-12-11T00:51:38.163Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T00:51:38.440Z] ---> Running in 2f9ac36e9966 [2020-12-11T00:51:38.724Z] Removing intermediate container 2f9ac36e9966 [2020-12-11T00:51:38.724Z] ---> 012b993f055f [2020-12-11T00:51:38.724Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T00:51:39.000Z] ---> Running in d53e1e25e170 [2020-12-11T00:51:39.607Z] Removing intermediate container d53e1e25e170 [2020-12-11T00:51:39.607Z] ---> adb4133fe844 [2020-12-11T00:51:39.607Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-11T00:51:40.590Z] ---> ff76530c815c [2020-12-11T00:51:40.590Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T00:51:41.580Z] ---> 753728a59a62 [2020-12-11T00:51:41.580Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T00:51:42.585Z] ---> ec1b0b115332 [2020-12-11T00:51:42.585Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T00:51:42.585Z] ---> Running in 53bbc593db08 [2020-12-11T00:51:44.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:44.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:51:44.612Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T00:51:44.612Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T00:51:44.889Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T00:51:44.889Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T00:51:44.889Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T00:51:44.889Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T00:51:44.889Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T00:51:46.861Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T00:51:46.861Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T00:51:46.861Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T00:51:46.861Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T00:51:46.861Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T00:51:46.861Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T00:51:46.861Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T00:51:47.134Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T00:51:47.134Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T00:51:47.134Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T00:51:47.134Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T00:51:47.134Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T00:51:47.134Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T00:51:47.134Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T00:51:47.134Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T00:51:47.134Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T00:51:47.407Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T00:51:47.407Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T00:51:47.407Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T00:51:47.407Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T00:51:47.407Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T00:51:47.407Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T00:51:47.407Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T00:51:47.407Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T00:51:47.407Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T00:51:47.407Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T00:51:47.679Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:51:47.679Z] OK: 71 MiB in 55 packages [2020-12-11T00:51:54.382Z] Removing intermediate container 53bbc593db08 [2020-12-11T00:51:54.382Z] ---> 8fc8acc6295a [2020-12-11T00:51:54.382Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T00:51:54.652Z] ---> Running in 02fc731da946 [2020-12-11T00:52:01.341Z] Collecting docker-compose==1.23.2 [2020-12-11T00:52:01.341Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T00:52:01.341Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-11T00:52:01.341Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T00:52:01.341Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T00:52:03.987Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T00:52:04.272Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T00:52:04.881Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T00:52:04.881Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T00:52:09.172Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T00:52:09.172Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T00:52:09.445Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T00:52:09.445Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T00:52:12.819Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T00:52:12.819Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T00:52:13.412Z] Collecting PyYAML<4,>=3.10 [2020-12-11T00:52:13.412Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T00:52:17.708Z] Collecting cached-property<2,>=1.2.0 [2020-12-11T00:52:17.708Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T00:52:18.303Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T00:52:18.303Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T00:52:18.575Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T00:52:18.849Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T00:52:19.122Z] Collecting idna<2.8,>=2.5 [2020-12-11T00:52:19.122Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T00:52:19.393Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-11T00:52:19.987Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T00:52:19.987Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T00:52:20.582Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-11T00:52:20.582Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T00:52:20.582Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T00:52:20.582Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T00:52:20.582Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T00:52:21.566Z] Installing collected packages: texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, jsonschema, PyYAML, cached-property, docker-compose [2020-12-11T00:52:21.566Z] Running setup.py install for texttable: started [2020-12-11T00:52:24.191Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T00:52:24.191Z] Attempting uninstall: idna [2020-12-11T00:52:24.191Z] Found existing installation: idna 2.9 [2020-12-11T00:52:24.191Z] Uninstalling idna-2.9: [2020-12-11T00:52:24.191Z] Successfully uninstalled idna-2.9 [2020-12-11T00:52:24.783Z] Attempting uninstall: urllib3 [2020-12-11T00:52:24.783Z] Found existing installation: urllib3 1.25.9 [2020-12-11T00:52:24.783Z] Uninstalling urllib3-1.25.9: [2020-12-11T00:52:25.055Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T00:52:26.027Z] Attempting uninstall: requests [2020-12-11T00:52:26.027Z] Found existing installation: requests 2.23.0 [2020-12-11T00:52:26.027Z] Uninstalling requests-2.23.0: [2020-12-11T00:52:26.027Z] Successfully uninstalled requests-2.23.0 [2020-12-11T00:52:27.996Z] Running setup.py install for docopt: started [2020-12-11T00:52:30.607Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T00:52:30.607Z] Running setup.py install for dockerpty: started [2020-12-11T00:52:33.216Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T00:52:33.216Z] Running setup.py install for PyYAML: started [2020-12-11T00:52:36.596Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T00:52:37.573Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-11T00:52:41.876Z] Removing intermediate container 02fc731da946 [2020-12-11T00:52:41.876Z] ---> a89795e4e10b [2020-12-11T00:52:41.876Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T00:52:41.876Z] ---> Running in 83c8c88d400f [2020-12-11T00:52:43.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:43.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T00:52:43.900Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T00:52:43.900Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-11T00:52:43.900Z] (3/3) Installing curl (7.69.1-r2) [2020-12-11T00:52:43.900Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T00:52:43.900Z] OK: 71 MiB in 58 packages [2020-12-11T00:52:45.331Z] Removing intermediate container 83c8c88d400f [2020-12-11T00:52:45.331Z] ---> 47db9c6aa032 [2020-12-11T00:52:45.331Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T00:52:45.331Z] ---> Running in f2536fa08746 [2020-12-11T00:52:45.602Z] Removing intermediate container f2536fa08746 [2020-12-11T00:52:45.602Z] ---> 78f26cdab59c [2020-12-11T00:52:45.602Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T00:52:45.874Z] ---> Running in 02708233da53 [2020-12-11T00:52:46.469Z] Removing intermediate container 02708233da53 [2020-12-11T00:52:46.469Z] ---> 10ff49e15092 [2020-12-11T00:52:46.469Z] Step 25/27 : LABEL arch=arm64 [2020-12-11T00:52:46.469Z] ---> Running in fa972d6b391a [2020-12-11T00:52:47.078Z] Removing intermediate container fa972d6b391a [2020-12-11T00:52:47.078Z] ---> c14ad14e1d99 [2020-12-11T00:52:47.078Z] Step 26/27 : LABEL git_sha=4a3ca42af3d66f71dd5efedd372130ce360636cd [2020-12-11T00:52:47.078Z] ---> Running in 5bc54f1b8f59 [2020-12-11T00:52:47.685Z] Removing intermediate container 5bc54f1b8f59 [2020-12-11T00:52:47.685Z] ---> 98a234a0b0ca [2020-12-11T00:52:47.685Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T00:52:47.685Z] ---> Running in 390b9c5882d0 [2020-12-11T00:52:47.958Z] Removing intermediate container 390b9c5882d0 [2020-12-11T00:52:47.958Z] ---> f500739ea263 [2020-12-11T00:52:47.958Z] [2020-12-11T00:52:48.551Z] Successfully built f500739ea263 [2020-12-11T00:52:48.551Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-11T00:52:48.835Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-11T00:52:48.780Z] $ docker stop --time=1 755888bc7ffdca8b36041e4f870aa893847f84417654678085083ff2bf369cb7 [2020-12-11T00:52:50.665Z] $ docker rm -f 755888bc7ffdca8b36041e4f870aa893847f84417654678085083ff2bf369cb7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T00:52:51.428Z] + docker images [2020-12-11T00:52:51.429Z] + grep docker [2020-12-11T00:52:51.699Z] docker-sys-mgmt-agent-go-arm64 latest f500739ea263 4 seconds ago 300MB [2020-12-11T00:52:51.699Z] docker-security-bootstrap-redis-go-arm64 latest b0c9ff8014b6 About a minute ago 15.2MB [2020-12-11T00:52:51.699Z] docker-support-notifications-go-arm64 latest 69d0c6a6b90a About a minute ago 12.9MB [2020-12-11T00:52:51.699Z] docker-security-secretstore-setup-go-arm64 latest 9ad29713762d About a minute ago 23.5MB [2020-12-11T00:52:51.699Z] docker-core-command-go-arm64 latest 960a63154980 About a minute ago 11.4MB [2020-12-11T00:52:51.699Z] docker-core-data-go-arm64 latest 56c1a17c0c0b 3 minutes ago 22.3MB [2020-12-11T00:52:51.699Z] docker-core-metadata-go-arm64 latest e8316498ddc8 4 minutes ago 13.6MB [2020-12-11T00:52:51.699Z] docker-support-scheduler-go-arm64 latest eb1ce13c01e3 4 minutes ago 11.5MB [2020-12-11T00:52:51.699Z] docker-security-secrets-setup-go-arm64 latest 7dd598e905d1 4 minutes ago 22.7MB [2020-12-11T00:52:51.699Z] docker-security-proxy-setup-go-arm64 latest 3e517e140e0e 4 minutes ago 23.2MB [2020-12-11T00:52:51.699Z] docker latest f31140561b03 9 hours 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 [2020-12-11T00:52:53.605Z] provisioning config files... [2020-12-11T00:52:53.620Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config4457442521411065219tmp [Pipeline] { [Pipeline] sh [2020-12-11T00:52:54.013Z] + set +x [2020-12-11T00:52:54.013Z] + curl -s https://codecov.io/bash [2020-12-11T00:52:54.013Z] + bash -s -- [2020-12-11T00:52:54.590Z] [2020-12-11T00:52:54.590Z] _____ _ [2020-12-11T00:52:54.590Z] / ____| | | [2020-12-11T00:52:54.590Z] | | ___ __| | ___ ___ _____ __ [2020-12-11T00:52:54.590Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-11T00:52:54.590Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-11T00:52:54.590Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-11T00:52:54.590Z] Bash-20201130-cc6d3fe [2020-12-11T00:52:54.590Z] [2020-12-11T00:52:54.590Z] [2020-12-11T00:52:54.590Z] ==> Jenkins CI detected. [2020-12-11T00:52:54.590Z] project root: . [2020-12-11T00:52:54.590Z] --> token set from env [2020-12-11T00:52:54.590Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-11T00:52:54.590Z] ==> Running gcov in . (disable via -X gcov) [2020-12-11T00:52:54.590Z] ==> Python coveragepy not found [2020-12-11T00:52:54.590Z] ==> Searching for coverage reports in: [2020-12-11T00:52:54.590Z] + . [2020-12-11T00:52:54.591Z] -> Found 1 reports [2020-12-11T00:52:54.591Z] ==> Detecting git/mercurial file structure [2020-12-11T00:52:54.591Z] ==> Reading reports [2020-12-11T00:52:54.591Z] + ./coverage.out bytes=564765 [2020-12-11T00:52:54.591Z] ==> Appending adjustments [2020-12-11T00:52:54.591Z] https://docs.codecov.io/docs/fixing-reports [2020-12-11T00:52:57.908Z] + Found adjustments [2020-12-11T00:52:57.908Z] ==> Gzipping contents [2020-12-11T00:52:57.908Z] 88K /tmp/codecov.DNtH7z.gz [2020-12-11T00:52:57.908Z] ==> Uploading reports [2020-12-11T00:52:57.908Z] url: https://codecov.io [2020-12-11T00:52:57.908Z] query: branch=PR-2924&commit=4a3ca42af3d66f71dd5efedd372130ce360636cd&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2020-12-11T00:52:57.908Z] -> Pinging Codecov [2020-12-11T00:52:57.908Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2924&commit=4a3ca42af3d66f71dd5efedd372130ce360636cd&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2020-12-11T00:52:58.487Z] -> Uploading to [2020-12-11T00:52:58.487Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-11/00271124DB129430A58F1EEE437C3FCB/4a3ca42af3d66f71dd5efedd372130ce360636cd/7d8d432c-02a2-4e05-91b0-2ce2d4656086.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T005258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=710f3445cf7ed6809f78ae2017be3e58ca61b3d993d7abb8de02b7f927cca702 [2020-12-11T00:52:58.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T00:52:58.487Z] Dload Upload Total Spent Left Speed [2020-12-11T00:52:59.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87550 0 0 100 87550 0 132k --:--:-- --:--:-- --:--:-- 132k 100 87550 0 0 100 87550 0 132k --:--:-- --:--:-- --:--:-- 132k [2020-12-11T00:52:59.060Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4a3ca42af3d66f71dd5efedd372130ce360636cd [Pipeline] } [2020-12-11T00:52:59.071Z] 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 [2020-12-11T00:53:01.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:02.187Z] ---> package-listing.sh [2020-12-11T00:53:02.187Z] ++ facter osfamily [2020-12-11T00:53:02.187Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-11T00:53:02.187Z] + OS_FAMILY=redhat [2020-12-11T00:53:02.187Z] + workspace=/w/workspace/edgex-go/5 [2020-12-11T00:53:02.187Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-11T00:53:02.187Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-11T00:53:02.187Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-11T00:53:02.187Z] + PACKAGES=/tmp/packages_start.txt [2020-12-11T00:53:02.187Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-11T00:53:02.187Z] + PACKAGES=/tmp/packages_end.txt [2020-12-11T00:53:02.187Z] + case "${OS_FAMILY}" in [2020-12-11T00:53:02.187Z] + rpm -qa [2020-12-11T00:53:02.187Z] + sort [2020-12-11T00:53:08.810Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-11T00:53:08.810Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-11T00:53:08.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-11T00:53:08.810Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-11T00:53:08.810Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-12-11T00:53:08.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-12-11T00:53:08.827Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-11T00:53:09.125Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:53:09.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:53:09.441Z] [2020-12-11T00:53:09.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-11T00:53:09.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:53:09.803Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-11T00:53:09.803Z] df20fa9351a1: Pulling fs layer [2020-12-11T00:53:09.803Z] 36b3adc4ff6f: Pulling fs layer [2020-12-11T00:53:09.803Z] 8ad3a11d3b57: Pulling fs layer [2020-12-11T00:53:09.803Z] 46f8f816bc3b: Pulling fs layer [2020-12-11T00:53:09.803Z] 93b61091891f: Pulling fs layer [2020-12-11T00:53:09.803Z] 93b9cdb0e59b: Pulling fs layer [2020-12-11T00:53:09.803Z] 5e14af77c1be: Pulling fs layer [2020-12-11T00:53:09.803Z] 01666e4c0597: Pulling fs layer [2020-12-11T00:53:09.803Z] aa168da1d23b: Pulling fs layer [2020-12-11T00:53:09.803Z] 93b9cdb0e59b: Waiting [2020-12-11T00:53:09.803Z] 01666e4c0597: Waiting [2020-12-11T00:53:09.803Z] 5e14af77c1be: Waiting [2020-12-11T00:53:09.803Z] aa168da1d23b: Waiting [2020-12-11T00:53:09.803Z] 93b61091891f: Waiting [2020-12-11T00:53:09.803Z] 46f8f816bc3b: Waiting [2020-12-11T00:53:09.803Z] 36b3adc4ff6f: Verifying Checksum [2020-12-11T00:53:09.803Z] 36b3adc4ff6f: Download complete [2020-12-11T00:53:09.803Z] 46f8f816bc3b: Verifying Checksum [2020-12-11T00:53:09.803Z] 46f8f816bc3b: Download complete [2020-12-11T00:53:10.068Z] df20fa9351a1: Download complete [2020-12-11T00:53:10.068Z] 93b9cdb0e59b: Verifying Checksum [2020-12-11T00:53:10.068Z] 93b9cdb0e59b: Download complete [2020-12-11T00:53:10.068Z] 5e14af77c1be: Verifying Checksum [2020-12-11T00:53:10.068Z] 5e14af77c1be: Download complete [2020-12-11T00:53:10.068Z] 01666e4c0597: Verifying Checksum [2020-12-11T00:53:10.068Z] 01666e4c0597: Download complete [2020-12-11T00:53:10.068Z] 93b61091891f: Verifying Checksum [2020-12-11T00:53:10.068Z] 93b61091891f: Download complete [2020-12-11T00:53:10.335Z] df20fa9351a1: Pull complete [2020-12-11T00:53:10.335Z] 8ad3a11d3b57: Verifying Checksum [2020-12-11T00:53:10.335Z] 8ad3a11d3b57: Download complete [2020-12-11T00:53:10.599Z] 36b3adc4ff6f: Pull complete [2020-12-11T00:53:11.175Z] 8ad3a11d3b57: Pull complete [2020-12-11T00:53:11.444Z] 46f8f816bc3b: Pull complete [2020-12-11T00:53:12.397Z] aa168da1d23b: Verifying Checksum [2020-12-11T00:53:12.397Z] aa168da1d23b: Download complete [2020-12-11T00:53:13.786Z] 93b61091891f: Pull complete [2020-12-11T00:53:13.786Z] 93b9cdb0e59b: Pull complete [2020-12-11T00:53:14.048Z] 5e14af77c1be: Pull complete [2020-12-11T00:53:14.048Z] 01666e4c0597: Pull complete [2020-12-11T00:53:24.492Z] aa168da1d23b: Pull complete [2020-12-11T00:53:24.492Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-11T00:53:24.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T00:53:24.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-11T00:53:24.750Z] prd-centos7-docker-4c-2g-15514 does not seem to be running inside a container [2020-12-11T00:53:24.790Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-11T00:53:28.366Z] $ docker top 4b4f17cc4d3a75e5ef5907c7f75c407413640189789a4223a2759f76e217f68c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T00:53:28.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-11T00:53:29.229Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-11T00:53:29.536Z] + ls /var/log/sa-host [2020-12-11T00:53:29.536Z] + sadf -c /var/log/sa-host/sa11 [2020-12-11T00:53:29.536Z] file_magic: OK [2020-12-11T00:53:29.536Z] HZ: Using current value: 100 [2020-12-11T00:53:29.536Z] file_header: OK [2020-12-11T00:53:29.536Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-11T00:53:29.536Z] Statistics: [2020-12-11T00:53:29.536Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-11T00:53:29.536Z] File successfully converted to sysstat format version 12.2.1 [2020-12-11T00:53:29.536Z] + sadf -c /var/log/sa-host/sa23 [2020-12-11T00:53:29.536Z] file_magic: OK [2020-12-11T00:53:29.536Z] HZ: Using current value: 100 [2020-12-11T00:53:29.536Z] file_header: OK [2020-12-11T00:53:29.536Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-11T00:53:29.536Z] Statistics: [2020-12-11T00:53:29.536Z] Hnuu...uuuununununu... [2020-12-11T00:53:29.536Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-11T00:53:29.765Z] provisioning config files... [2020-12-11T00:53:29.781Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5763682338268945407tmp [Pipeline] { [Pipeline] echo [2020-12-11T00:53:29.883Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:30.184Z] ---> create-netrc.sh [Pipeline] } [2020-12-11T00:53:30.194Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-11T00:53:30.310Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:30.609Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-11T00:53:30.622Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:30.920Z] ---> sudo-logs.sh [2020-12-11T00:53:30.920Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-11T00:53:30.931Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:31.231Z] ---> job-cost.sh [2020-12-11T00:53:31.231Z] lf-activate-venv: SKIPPING [2020-12-11T00:53:31.231Z] INFO: No Stack... [2020-12-11T00:53:32.180Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-11T00:53:32.442Z] INFO: Archiving Costs [Pipeline] echo [2020-12-11T00:53:32.456Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T00:53:32.753Z] ---> logs-deploy.sh [2020-12-11T00:53:32.754Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/5 [2020-12-11T00:53:32.754Z] INFO: archiving workspace using pattern(s): [2020-12-11T00:53:34.141Z] Archives upload complete. [2020-12-11T00:53:34.141Z] INFO: archiving logs to Nexus