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 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+fa73db002611977724c74faadafd397fb3003e92 (edf639f11162de3cb71397e3d0d7902f5a382c45) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18765 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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 > 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 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing e788891512ce09ecddd3aa7be51b4fb6d975fd60 Checking out Revision e788891512ce09ecddd3aa7be51b4fb6d975fd60 (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e788891512ce09ecddd3aa7be51b4fb6d975fd60 # timeout=10 Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T00:30:22.475Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T00:30:22.762Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T00:30:22.864Z] ========================================================= [2021-01-07T00:30:22.864Z] EdgeX Global Pipelines Version Info [2021-01-07T00:30:22.864Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 92bbffd4ff3e1676766d059f817a80390a025963 # timeout=10 [2021-01-07T00:30:25.392Z] ------------------- [2021-01-07T00:30:25.392Z] stable info: [2021-01-07T00:30:25.392Z] ------------------- [2021-01-07T00:30:25.392Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T00:30:25.392Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T00:30:25.392Z] Message: update stable to v1.0.173 [2021-01-07T00:30:26.361Z] ------------------- [2021-01-07T00:30:26.361Z] experimental info: [2021-01-07T00:30:26.361Z] ------------------- [2021-01-07T00:30:26.361Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T00:30:26.361Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T00:30:26.361Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T00:30:26.695Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T00:30:26.831Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T00:30:26.931Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T00:30:27.024Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T00:30:27.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T00:30:27.216Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T00:30:27.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T00:30:27.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T00:30:27.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T00:30:27.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T00:30:27.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T00:30:27.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T00:30:27.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T00:30:27.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T00:30:28.121Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T00:30:28.224Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T00:30:28.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T00:30:28.409Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T00:30:28.503Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T00:30:28.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T00:30:28.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T00:30:28.779Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T00:30:28.868Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T00:30:28.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2021-01-07T00:30:29.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2021-01-07T00:30:29.146Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2021-01-07T00:30:29.240Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e788891512ce09ecddd3aa7be51b4fb6d975fd60 [Pipeline] echo [2021-01-07T00:30:29.333Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e788891 [Pipeline] echo [2021-01-07T00:30:29.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T00:30:29.605Z] provisioning config files... [2021-01-07T00:30:29.635Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config5959998485242163419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:30:30.001Z] ---> docker-login.sh [2021-01-07T00:30:30.001Z] nexus3.edgexfoundry.org:10001 [2021-01-07T00:30:30.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:30:30.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:30:30.531Z] Configure a credential helper to remove this warning. See [2021-01-07T00:30:30.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:30:30.531Z] [2021-01-07T00:30:30.531Z] Login Succeeded [2021-01-07T00:30:30.531Z] nexus3.edgexfoundry.org:10002 [2021-01-07T00:30:30.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:30:30.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:30:30.531Z] Configure a credential helper to remove this warning. See [2021-01-07T00:30:30.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:30:30.531Z] [2021-01-07T00:30:30.531Z] Login Succeeded [2021-01-07T00:30:30.531Z] nexus3.edgexfoundry.org:10003 [2021-01-07T00:30:30.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:30:30.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:30:30.798Z] Configure a credential helper to remove this warning. See [2021-01-07T00:30:30.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:30:30.798Z] [2021-01-07T00:30:30.798Z] Login Succeeded [2021-01-07T00:30:30.798Z] nexus3.edgexfoundry.org:10004 [2021-01-07T00:30:31.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:30:31.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:30:31.061Z] Configure a credential helper to remove this warning. See [2021-01-07T00:30:31.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:30:31.061Z] [2021-01-07T00:30:31.061Z] Login Succeeded [2021-01-07T00:30:31.061Z] docker.io [2021-01-07T00:30:31.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:30:31.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:30:31.324Z] Configure a credential helper to remove this warning. See [2021-01-07T00:30:31.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:30:31.324Z] [2021-01-07T00:30:31.324Z] Login Succeeded [2021-01-07T00:30:31.324Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T00:30:31.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T00:30:31.847Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T00:30:31.847Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T00:30:31.847Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T00:30:31.847Z] ++ cut -d/ -f2 [2021-01-07T00:30:31.847Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T00:30:31.925Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:30:33.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:30:33.459Z] [2021-01-07T00:30:33.459Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:30:33.822Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:30:33.822Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T00:30:33.822Z] 31603596830f: Pulling fs layer [2021-01-07T00:30:33.822Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T00:30:33.822Z] 6ca5941a6612: Pulling fs layer [2021-01-07T00:30:33.822Z] ecc8261a40a4: Pulling fs layer [2021-01-07T00:30:33.822Z] ecc8261a40a4: Waiting [2021-01-07T00:30:33.822Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T00:30:33.822Z] 2a8b12db71e7: Download complete [2021-01-07T00:30:33.822Z] 31603596830f: Download complete [2021-01-07T00:30:34.096Z] ecc8261a40a4: Verifying Checksum [2021-01-07T00:30:34.096Z] ecc8261a40a4: Download complete [2021-01-07T00:30:34.096Z] 6ca5941a6612: Verifying Checksum [2021-01-07T00:30:34.096Z] 6ca5941a6612: Download complete [2021-01-07T00:30:34.363Z] 31603596830f: Pull complete [2021-01-07T00:30:34.631Z] 2a8b12db71e7: Pull complete [2021-01-07T00:30:35.581Z] 6ca5941a6612: Pull complete [2021-01-07T00:30:35.581Z] ecc8261a40a4: Pull complete [2021-01-07T00:30:35.581Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T00:30:35.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T00:30:35.581Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T00:30:35.720Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:30:35.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:10004/edgex-devops/git-semver:latest cat [2021-01-07T00:30:38.400Z] $ docker top 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T00:30:38.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T00:30:38.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T00:30:38.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T00:30:39.005Z] $ docker exec 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf ssh-agent [2021-01-07T00:30:39.176Z] SSH_AUTH_SOCK=/tmp/ssh-lOILXsODNE2K/agent.12 [2021-01-07T00:30:39.176Z] SSH_AGENT_PID=17 [2021-01-07T00:30:39.191Z] Running ssh-add (command line suppressed) [2021-01-07T00:30:39.317Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_1908749799613377481.key (/w/workspace/edgex-go/17@tmp/private_key_1908749799613377481.key) [2021-01-07T00:30:39.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T00:30:39.715Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T00:30:39.741Z] $ docker exec --env ******** --env ******** 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf ssh-agent -k [2021-01-07T00:30:39.866Z] unset SSH_AUTH_SOCK; [2021-01-07T00:30:39.866Z] unset SSH_AGENT_PID; [2021-01-07T00:30:39.866Z] echo Agent pid 17 killed; [2021-01-07T00:30:39.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T00:30:40.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T00:30:40.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T00:30:40.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T00:30:40.256Z] $ docker exec 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf ssh-agent [2021-01-07T00:30:40.463Z] SSH_AUTH_SOCK=/tmp/ssh-4C04qolcluSR/agent.45 [2021-01-07T00:30:40.463Z] SSH_AGENT_PID=50 [2021-01-07T00:30:40.489Z] Running ssh-add (command line suppressed) [2021-01-07T00:30:40.635Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_5601298208504143976.key (/w/workspace/edgex-go/17@tmp/private_key_5601298208504143976.key) [2021-01-07T00:30:40.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T00:30:41.056Z] + git semver init [2021-01-07T00:30:41.056Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T00:30:41.056Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-01-07T00:30:41.056Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-01-07T00:30:41.056Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T00:30:41.056Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T00:30:41.056Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T00:30:41.056Z] # $SEMVER_BRANCH = PR-2924 [2021-01-07T00:30:41.056Z] # $SEMVER_TEMP = /tmp/semver-657207668 [2021-01-07T00:30:41.056Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T00:30:59.298Z] # '/tmp/semver-657207668' -> '/w/workspace/edgex-go/17/.semver' [2021-01-07T00:30:59.298Z] # -> Force: false [2021-01-07T00:30:59.298Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-01-07T00:30:59.313Z] $ docker exec --env ******** --env ******** 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf ssh-agent -k [2021-01-07T00:30:59.538Z] unset SSH_AUTH_SOCK; [2021-01-07T00:30:59.539Z] unset SSH_AGENT_PID; [2021-01-07T00:30:59.539Z] echo Agent pid 50 killed; [2021-01-07T00:30:59.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T00:31:00.110Z] + git semver [Pipeline] } [2021-01-07T00:31:00.130Z] $ docker stop --time=1 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf [2021-01-07T00:31:01.733Z] $ docker rm -f 9a6daa2509888147d5e2636cbcafc4571a9199302ebb49c913e6e232691defcf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:31:02.307Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T00:31:02.924Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T00:31:02.927Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T00:31:03.923Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:31:04.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:31:04.530Z] + sudo service docker restart [2021-01-07T00:31:04.531Z] + true [2021-01-07T00:31:04.531Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T00:31:05.126Z] ========================================================= [2021-01-07T00:31:05.126Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T00:31:05.126Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:31:05.475Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-07T00:31:09.723Z] Sending build context to Docker daemon 326.4MB [2021-01-07T00:31:09.723Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T00:31:09.723Z] Step 2/6 : FROM ${BASE} [2021-01-07T00:31:09.723Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T00:31:09.723Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T00:31:09.723Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T00:31:09.723Z] de9db76c5a1d: Pulling fs layer [2021-01-07T00:31:09.723Z] bca2f99d35d6: Pulling fs layer [2021-01-07T00:31:09.723Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T00:31:09.723Z] 7c6f9722023f: Pulling fs layer [2021-01-07T00:31:09.723Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T00:31:09.723Z] 93359f2a8cfa: Waiting [2021-01-07T00:31:09.723Z] 7c6f9722023f: Waiting [2021-01-07T00:31:09.723Z] a35cf1a2eb13: Waiting [2021-01-07T00:31:09.723Z] bca2f99d35d6: Waiting [2021-01-07T00:31:09.723Z] de9db76c5a1d: Verifying Checksum [2021-01-07T00:31:09.723Z] de9db76c5a1d: Download complete [2021-01-07T00:31:09.723Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T00:31:09.723Z] 0ef7d3d256c8: Download complete [2021-01-07T00:31:09.723Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T00:31:09.723Z] 93359f2a8cfa: Download complete [2021-01-07T00:31:09.723Z] 7c6f9722023f: Download complete [2021-01-07T00:31:09.723Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T00:31:09.723Z] 188c0c94c7c5: Download complete [2021-01-07T00:31:09.987Z] 188c0c94c7c5: Pull complete [2021-01-07T00:31:10.252Z] 0ef7d3d256c8: Pull complete [2021-01-07T00:31:10.840Z] de9db76c5a1d: Pull complete [2021-01-07T00:31:11.422Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T00:31:11.422Z] a35cf1a2eb13: Download complete [2021-01-07T00:31:12.398Z] bca2f99d35d6: Verifying Checksum [2021-01-07T00:31:12.399Z] bca2f99d35d6: Download complete [2021-01-07T00:31:18.389Z] Still waiting to schedule task [2021-01-07T00:31:18.390Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-07T00:31:19.244Z] bca2f99d35d6: Pull complete [2021-01-07T00:31:19.244Z] 93359f2a8cfa: Pull complete [2021-01-07T00:31:19.244Z] 7c6f9722023f: Pull complete [2021-01-07T00:31:23.469Z] a35cf1a2eb13: Pull complete [2021-01-07T00:31:23.469Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T00:31:23.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T00:31:23.469Z] ---> a62c8e92a672 [2021-01-07T00:31:23.469Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-07T00:31:23.469Z] ---> Running in e131e8010ced [2021-01-07T00:31:23.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:31:24.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:31:24.940Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T00:31:25.891Z] (2/12) Installing file (5.38-r0) [2021-01-07T00:31:25.891Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T00:31:25.891Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T00:31:30.115Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T00:31:30.115Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T00:31:30.115Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T00:31:30.380Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T00:31:30.380Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T00:31:30.380Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T00:31:30.643Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T00:31:30.643Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T00:31:30.643Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:31:30.643Z] OK: 233 MiB in 51 packages [2021-01-07T00:31:33.970Z] Removing intermediate container e131e8010ced [2021-01-07T00:31:33.970Z] ---> a0e50a7c33c3 [2021-01-07T00:31:33.970Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T00:31:33.970Z] ---> Running in e12e2be3e9fe [2021-01-07T00:31:34.262Z] Removing intermediate container e12e2be3e9fe [2021-01-07T00:31:34.262Z] ---> a4deca3998a2 [2021-01-07T00:31:34.262Z] Step 5/6 : COPY go.mod . [2021-01-07T00:31:34.525Z] ---> 0ad8467e70fc [2021-01-07T00:31:34.525Z] Step 6/6 : RUN go mod download [2021-01-07T00:31:34.790Z] ---> Running in d96fd58c1d4d [2021-01-07T00:31:56.851Z] Removing intermediate container d96fd58c1d4d [2021-01-07T00:31:56.851Z] ---> 5ddebd3b74d5 [2021-01-07T00:31:56.851Z] Successfully built 5ddebd3b74d5 [2021-01-07T00:31:56.851Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:31:57.166Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T00:31:57.166Z] . [Pipeline] withDockerContainer [2021-01-07T00:31:57.269Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:31:57.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T00:31:58.191Z] $ docker top 828c81f583152f9086d18164dc56a0bde6c5ba2ef642a1228bc9a71be5a44eee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:31:58.749Z] + go version [2021-01-07T00:31:58.749Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T00:31:58.768Z] $ docker stop --time=1 828c81f583152f9086d18164dc56a0bde6c5ba2ef642a1228bc9a71be5a44eee [2021-01-07T00:32:00.194Z] $ docker rm -f 828c81f583152f9086d18164dc56a0bde6c5ba2ef642a1228bc9a71be5a44eee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:32:01.024Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T00:32:01.025Z] . [Pipeline] withDockerContainer [2021-01-07T00:32:01.127Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:32:01.178Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T00:32:02.001Z] $ docker top 144ab9f128d5199fd471d9288b639eea1f42690f3475911ebc3f171c8670c150 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T00:32:02.190Z] ========================================================= [2021-01-07T00:32:02.190Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T00:32:02.190Z] ========================================================= [Pipeline] sh [2021-01-07T00:32:02.486Z] + make test [2021-01-07T00:32:02.486Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T00:32:12.536Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T00:32:27.599Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T00:32:32.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T00:32:33.546Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T00:32:33.817Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T00:32:34.403Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T00:32:36.349Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T00:32:36.349Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T00:32:36.349Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T00:32:38.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-07T00:32:38.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T00:32:38.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T00:32:38.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T00:32:38.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T00:32:38.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T00:32:42.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T00:32:42.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T00:32:42.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T00:32:42.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.414s coverage: 77.8% of statements [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T00:32:42.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.4% of statements [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T00:32:42.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T00:32:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T00:32:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T00:32:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-01-07T00:32:43.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T00:32:44.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-01-07T00:32:44.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T00:32:44.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-07T00:32:44.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T00:32:44.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-07T00:32:44.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T00:32:44.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T00:32:44.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T00:32:44.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 93.8% of statements [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-01-07T00:32:46.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T00:32:46.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-07T00:32:47.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-07T00:32:47.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-07T00:32:48.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2021-01-07T00:32:48.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T00:32:48.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements [2021-01-07T00:32:48.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T00:32:48.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T00:32:48.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-07T00:32:48.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-07T00:32:48.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-07T00:32:49.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-01-07T00:32:49.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-07T00:32:50.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 68.9% of statements [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T00:32:50.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T00:32:50.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T00:32:51.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements [2021-01-07T00:32:51.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-07T00:32:53.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.1% of statements [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T00:32:53.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T00:32:53.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-07T00:32:53.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T00:32:54.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T00:32:54.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-07T00:32:54.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-07T00:32:55.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-07T00:32:55.520Z] GO111MODULE=on go vet ./... [2021-01-07T00:33:17.631Z] gofmt -l . [2021-01-07T00:33:18.206Z] [ "`gofmt -l .`" = "" ] [2021-01-07T00:33:18.785Z] ./bin/test-go-mod-tidy.sh [2021-01-07T00:33:19.046Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T00:33:21.309Z] + ls -al . [2021-01-07T00:33:21.309Z] total 636 [2021-01-07T00:33:21.309Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 00:33 . [2021-01-07T00:33:21.309Z] drwxr-xr-x 4 root root 30 Jan 7 00:32 .. [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 00:30 .dockerignore [2021-01-07T00:33:21.309Z] drwxrwxr-x 8 1001 1001 179 Jan 7 00:30 .git [2021-01-07T00:33:21.309Z] drwxrwxr-x 3 1001 1001 125 Jan 7 00:30 .github [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 00:30 .gitignore [2021-01-07T00:33:21.309Z] drwx------ 3 1001 1001 47 Jan 7 00:30 .semver [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 00:30 .sonarcloud.properties [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:30 CONTRIBUTING.md [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 00:30 Dockerfile.build [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 00:30 Jenkinsfile [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:30 LICENSE [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:30 Makefile [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:30 README.md [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:30 SECURITY.md [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 00:31 VERSION [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:30 ZMQWindows.md [2021-01-07T00:33:21.309Z] drwxrwxr-x 2 1001 1001 117 Jan 7 00:30 bin [2021-01-07T00:33:21.309Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 00:30 cmd [2021-01-07T00:33:21.309Z] -rw-r--r-- 1 root root 536793 Jan 7 00:32 coverage.out [2021-01-07T00:33:21.309Z] -rw-r--r-- 1 root root 979 Jan 7 00:33 go.mod [2021-01-07T00:33:21.309Z] -rw-r--r-- 1 root root 19019 Jan 7 00:33 go.sum [2021-01-07T00:33:21.309Z] drwxrwxr-x 8 1001 1001 127 Jan 7 00:30 internal [2021-01-07T00:33:21.309Z] drwxrwxr-x 4 1001 1001 26 Jan 7 00:30 openapi [2021-01-07T00:33:21.309Z] drwxrwxr-x 4 1001 1001 71 Jan 7 00:30 snap [2021-01-07T00:33:21.309Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 00:30 version.go [Pipeline] sh [2021-01-07T00:33:21.615Z] + '[' -e coverage.out ] [2021-01-07T00:33:21.615Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T00:33:21.795Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T00:33:22.091Z] + make build [2021-01-07T00:33:22.091Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T00:33:25.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T00:33:33.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T00:33:34.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T00:33:36.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:33:36.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T00:33:38.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T00:33:39.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T00:33:40.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T00:33:41.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T00:33:42.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T00:33:43.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-07T00:33:44.694Z] $ docker stop --time=1 144ab9f128d5199fd471d9288b639eea1f42690f3475911ebc3f171c8670c150 [2021-01-07T00:33:46.442Z] $ docker rm -f 144ab9f128d5199fd471d9288b639eea1f42690f3475911ebc3f171c8670c150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:33:50.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:33:50.137Z] [2021-01-07T00:33:50.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:33:50.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:33:50.529Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T00:33:50.529Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T00:33:50.529Z] ca9280d653b3: Pulling fs layer [2021-01-07T00:33:50.529Z] 7e9c9ca2126c: Pulling fs layer [2021-01-07T00:33:50.797Z] cbdbe7a5bc2a: Download complete [2021-01-07T00:33:51.066Z] cbdbe7a5bc2a: Pull complete [2021-01-07T00:33:51.339Z] ca9280d653b3: Verifying Checksum [2021-01-07T00:33:51.339Z] ca9280d653b3: Download complete [2021-01-07T00:33:52.762Z] 7e9c9ca2126c: Download complete [2021-01-07T00:33:52.762Z] ca9280d653b3: Pull complete [2021-01-07T00:34:00.979Z] 7e9c9ca2126c: Pull complete [2021-01-07T00:34:00.979Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T00:34:00.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:34:00.979Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T00:34:01.147Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:34:01.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T00:34:01.214Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18770 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [2021-01-07T00:34:02.214Z] $ docker top b3d07d226f213467e6220a7ffeb24a32a411b3854838c22c00f1a4ae39cfce14 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-07T00:34:02.578Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-01-07T00:34:02.821Z] + docker-compose build --help [2021-01-07T00:34:02.821Z] + grep parallel [2021-01-07T00:34:03.787Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T00:34:03.809Z] $ docker stop --time=1 b3d07d226f213467e6220a7ffeb24a32a411b3854838c22c00f1a4ae39cfce14 [2021-01-07T00:34:05.234Z] $ docker rm -f b3d07d226f213467e6220a7ffeb24a32a411b3854838c22c00f1a4ae39cfce14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:34:05.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T00:34:05.882Z] . [Pipeline] withDockerContainer [2021-01-07T00:34:05.989Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:34:06.042Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T00:34:06.864Z] $ docker top 48d0060ce6378576ac12bdd291891324ee578bf7798360f49d7a2a10545283c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:34:07.415Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T00:34:07.725Z] using credential edgex-jenkins-ssh [2021-01-07T00:34:07.786Z] Cloning the remote Git repository [2021-01-07T00:34:08.360Z] Building docker-core-command-go ... [2021-01-07T00:34:08.360Z] Building docker-core-data-go ... [2021-01-07T00:34:08.360Z] Building docker-core-metadata-go ... [2021-01-07T00:34:08.360Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T00:34:08.360Z] Building docker-security-proxy-setup-go ... [2021-01-07T00:34:08.360Z] Building docker-security-secretstore-setup-go ... [2021-01-07T00:34:08.360Z] Building docker-support-notifications-go ... [2021-01-07T00:34:08.360Z] Building docker-support-scheduler-go ... [2021-01-07T00:34:08.360Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T00:34:08.360Z] Building docker-support-notifications-go [2021-01-07T00:34:08.360Z] Building docker-support-scheduler-go [2021-01-07T00:34:08.360Z] Building docker-core-metadata-go [2021-01-07T00:34:08.360Z] Building docker-security-secretstore-setup-go [2021-01-07T00:34:08.360Z] Building docker-security-proxy-setup-go [2021-01-07T00:34:07.869Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:34:07.998Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-01-07T00:34:08.092Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:34:08.093Z] > git --version # timeout=10 [2021-01-07T00:34:08.122Z] > git --version # 'git version 2.17.1' [2021-01-07T00:34:08.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:34:08.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:34:26.443Z] Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-07T00:34:25.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:34:25.593Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:34:25.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:34:25.658Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:34:25.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:34:25.674Z] > 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 [2021-01-07T00:34:26.497Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:34:26.553Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-07T00:34:26.882Z] > git remote # timeout=10 [2021-01-07T00:34:26.901Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T00:34:26.916Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:34:26.927Z] > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [2021-01-07T00:34:27.199Z] Merge succeeded, producing d8af25ec705a824fc4a76a98e5e736fb2c8e9bf1 [2021-01-07T00:34:27.200Z] Checking out Revision d8af25ec705a824fc4a76a98e5e736fb2c8e9bf1 (PR-2924) [2021-01-07T00:34:27.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T00:34:27.243Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:34:27.256Z] > git checkout -f d8af25ec705a824fc4a76a98e5e736fb2c8e9bf1 # timeout=10 [2021-01-07T00:34:31.566Z] Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" [2021-01-07T00:34:31.595Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T00:34:33.223Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:34:33.641Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T00:34:31.608Z] > git rev-list --no-walk 92bbffd4ff3e1676766d059f817a80390a025963 # timeout=10 [2021-01-07T00:34:33.995Z] + sudo service docker restart [2021-01-07T00:34:33.995Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T00:34:36.063Z] provisioning config files... [2021-01-07T00:34:36.106Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6054023214114020793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:34:36.513Z] ---> docker-login.sh [2021-01-07T00:34:36.513Z] nexus3.edgexfoundry.org:10001 [2021-01-07T00:34:37.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:34:37.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:34:37.777Z] Configure a credential helper to remove this warning. See [2021-01-07T00:34:37.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:34:37.777Z] [2021-01-07T00:34:37.777Z] Login Succeeded [2021-01-07T00:34:37.777Z] nexus3.edgexfoundry.org:10002 [2021-01-07T00:34:38.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:34:38.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:34:38.325Z] Configure a credential helper to remove this warning. See [2021-01-07T00:34:38.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:34:38.325Z] [2021-01-07T00:34:38.325Z] Login Succeeded [2021-01-07T00:34:38.325Z] nexus3.edgexfoundry.org:10003 [2021-01-07T00:34:38.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:34:38.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:34:38.874Z] Configure a credential helper to remove this warning. See [2021-01-07T00:34:38.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:34:38.874Z] [2021-01-07T00:34:38.874Z] Login Succeeded [2021-01-07T00:34:38.874Z] nexus3.edgexfoundry.org:10004 [2021-01-07T00:34:39.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:34:39.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:34:39.422Z] Configure a credential helper to remove this warning. See [2021-01-07T00:34:39.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:34:39.422Z] [2021-01-07T00:34:39.422Z] Login Succeeded [2021-01-07T00:34:39.422Z] docker.io [2021-01-07T00:34:39.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T00:34:40.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T00:34:40.293Z] Configure a credential helper to remove this warning. See [2021-01-07T00:34:40.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T00:34:40.293Z] [2021-01-07T00:34:40.293Z] Login Succeeded [2021-01-07T00:34:40.293Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T00:34:40.310Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-07T00:34:40.593Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:34:40.593Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:34:40.593Z] ---> 5ddebd3b74d5 [2021-01-07T00:34:40.593Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:34:40.593Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:34:40.593Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:34:40.593Z] ---> 5ddebd3b74d5 [2021-01-07T00:34:40.593Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:34:40.593Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:34:40.593Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:34:40.593Z] ---> 5ddebd3b74d5 [2021-01-07T00:34:40.593Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:34:40.593Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:34:40.593Z] [2021-01-07T00:34:40.593Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:34:40.593Z] ---> 5ddebd3b74d5 [2021-01-07T00:34:40.593Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:34:40.593Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:34:40.593Z] ---> 5ddebd3b74d5 [2021-01-07T00:34:40.593Z] Step 3/21 : WORKDIR /edgex-go [Pipeline] echo [2021-01-07T00:34:40.829Z] ========================================================= [2021-01-07T00:34:40.829Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T00:34:40.829Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:34:41.190Z] ---> Running in b0608199f3c2 [2021-01-07T00:34:41.190Z] ---> Running in 8f1b22cd9849 [2021-01-07T00:34:41.190Z] ---> Running in 73cc856d1f89 [2021-01-07T00:34:41.190Z] ---> Running in 52e226c0b0cd [2021-01-07T00:34:41.190Z] ---> Running in 074283cfbe5e [2021-01-07T00:34:41.249Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-07T00:34:41.770Z] Removing intermediate container 8f1b22cd9849 [2021-01-07T00:34:41.770Z] ---> fa540f7bd9a3 [2021-01-07T00:34:41.770Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:34:41.771Z] Removing intermediate container 074283cfbe5e [2021-01-07T00:34:41.771Z] ---> 9d164fa40b3c [2021-01-07T00:34:41.771Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:34:41.771Z] Removing intermediate container 73cc856d1f89 [2021-01-07T00:34:41.771Z] ---> b1786b7a8b32 [2021-01-07T00:34:41.771Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:34:41.771Z] Removing intermediate container b0608199f3c2 [2021-01-07T00:34:41.771Z] ---> 76e1a5c075ed [2021-01-07T00:34:41.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:34:41.771Z] Removing intermediate container 52e226c0b0cd [2021-01-07T00:34:41.771Z] ---> 7d044af53c43 [2021-01-07T00:34:41.771Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:34:42.039Z] ---> Running in b56acfcd2ef2 [2021-01-07T00:34:42.039Z] ---> Running in 63b3cacd3db1 [2021-01-07T00:34:42.039Z] ---> Running in 34bf193f6ec4 [2021-01-07T00:34:42.039Z] ---> Running in 16e3ccbe1d71 [2021-01-07T00:34:42.039Z] ---> Running in 191ab66f6446 [2021-01-07T00:34:43.902Z] Sending build context to Docker daemon 165.5MB [2021-01-07T00:34:43.902Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T00:34:43.902Z] Step 2/6 : FROM ${BASE} [2021-01-07T00:34:43.902Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T00:34:43.902Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T00:34:43.902Z] a4357932f1b6: Pulling fs layer [2021-01-07T00:34:43.902Z] 18c013af1878: Pulling fs layer [2021-01-07T00:34:43.902Z] 00ac8860ef70: Pulling fs layer [2021-01-07T00:34:43.902Z] 63d7cb157983: Pulling fs layer [2021-01-07T00:34:43.902Z] b116817d02f9: Pulling fs layer [2021-01-07T00:34:43.902Z] 745a02a5169b: Pulling fs layer [2021-01-07T00:34:43.902Z] b116817d02f9: Waiting [2021-01-07T00:34:43.902Z] 00ac8860ef70: Waiting [2021-01-07T00:34:43.902Z] 745a02a5169b: Waiting [2021-01-07T00:34:43.902Z] 63d7cb157983: Waiting [2021-01-07T00:34:43.902Z] 18c013af1878: Verifying Checksum [2021-01-07T00:34:43.902Z] a4357932f1b6: Verifying Checksum [2021-01-07T00:34:43.902Z] a4357932f1b6: Download complete [2021-01-07T00:34:43.902Z] 63d7cb157983: Verifying Checksum [2021-01-07T00:34:43.902Z] 63d7cb157983: Download complete [2021-01-07T00:34:43.902Z] b116817d02f9: Verifying Checksum [2021-01-07T00:34:43.902Z] b116817d02f9: Download complete [2021-01-07T00:34:43.902Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T00:34:43.902Z] 5f621e34cdf4: Download complete [2021-01-07T00:34:44.512Z] 5f621e34cdf4: Pull complete [2021-01-07T00:34:44.621Z] Removing intermediate container 34bf193f6ec4 [2021-01-07T00:34:44.621Z] ---> 671775387203 [2021-01-07T00:34:44.621Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:34:44.621Z] Removing intermediate container b56acfcd2ef2 [2021-01-07T00:34:44.621Z] ---> 38087e39be70 [2021-01-07T00:34:44.621Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T00:34:44.621Z] Removing intermediate container 63b3cacd3db1 [2021-01-07T00:34:44.621Z] ---> 8a90487ca24c [2021-01-07T00:34:44.621Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T00:34:44.621Z] ---> Running in f2afd30f388a [2021-01-07T00:34:44.621Z] ---> Running in a0326b0dfff9 [2021-01-07T00:34:44.621Z] ---> Running in 2cbff6e46407 [2021-01-07T00:34:44.621Z] Removing intermediate container 191ab66f6446 [2021-01-07T00:34:44.621Z] ---> bdc624d318e0 [2021-01-07T00:34:44.621Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:34:44.621Z] Removing intermediate container 16e3ccbe1d71 [2021-01-07T00:34:44.621Z] ---> 9d3b8717a7ac [2021-01-07T00:34:44.621Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:34:44.621Z] ---> Running in 3c4facad6b76 [2021-01-07T00:34:44.621Z] ---> Running in d98d1effb629 [2021-01-07T00:34:45.114Z] a4357932f1b6: Pull complete [2021-01-07T00:34:45.390Z] 18c013af1878: Pull complete [2021-01-07T00:34:45.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:45.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:45.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:45.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:45.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:46.003Z] 745a02a5169b: Verifying Checksum [2021-01-07T00:34:46.003Z] 745a02a5169b: Download complete [2021-01-07T00:34:46.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:46.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:46.948Z] OK: 233 MiB in 51 packages [2021-01-07T00:34:46.948Z] OK: 233 MiB in 51 packages [2021-01-07T00:34:47.534Z] Removing intermediate container 2cbff6e46407 [2021-01-07T00:34:47.534Z] ---> 0aa6b92a6d28 [2021-01-07T00:34:47.534Z] Step 6/24 : COPY go.mod . [2021-01-07T00:34:47.534Z] Removing intermediate container d98d1effb629 [2021-01-07T00:34:47.534Z] ---> d4e797ea4ba4 [2021-01-07T00:34:47.534Z] Step 6/22 : COPY go.mod . [2021-01-07T00:34:47.804Z] ---> ec0440271938 [2021-01-07T00:34:47.804Z] Step 7/24 : RUN go mod download [2021-01-07T00:34:47.804Z] ---> 0cde024d590d [2021-01-07T00:34:47.804Z] Step 7/22 : RUN go mod download [2021-01-07T00:34:47.804Z] ---> Running in 9c7b8e2fa523 [2021-01-07T00:34:47.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:47.984Z] 00ac8860ef70: Verifying Checksum [2021-01-07T00:34:47.984Z] 00ac8860ef70: Download complete [2021-01-07T00:34:48.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:48.076Z] ---> Running in 9dbcdc5eb8a3 [2021-01-07T00:34:48.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:34:50.015Z] Removing intermediate container 9dbcdc5eb8a3 [2021-01-07T00:34:50.015Z] ---> 9bdf46bc3bd4 [2021-01-07T00:34:50.015Z] Step 8/22 : COPY . . [2021-01-07T00:34:50.015Z] Removing intermediate container 9c7b8e2fa523 [2021-01-07T00:34:50.015Z] ---> 0e49794e8a95 [2021-01-07T00:34:50.015Z] Step 8/24 : COPY . . [2021-01-07T00:34:50.284Z] OK: 233 MiB in 51 packages [2021-01-07T00:34:50.551Z] OK: 233 MiB in 51 packages [2021-01-07T00:34:50.551Z] OK: 233 MiB in 51 packages [2021-01-07T00:34:58.154Z] 00ac8860ef70: Pull complete [2021-01-07T00:34:58.154Z] 63d7cb157983: Pull complete [2021-01-07T00:34:58.154Z] b116817d02f9: Pull complete [2021-01-07T00:34:58.820Z] Removing intermediate container a0326b0dfff9 [2021-01-07T00:34:58.820Z] ---> 1f76e36e864b [2021-01-07T00:34:58.820Z] Step 6/21 : COPY go.mod . [2021-01-07T00:34:58.820Z] Removing intermediate container 3c4facad6b76 [2021-01-07T00:34:58.820Z] ---> 56ca0aeb3ba6 [2021-01-07T00:34:58.820Z] Step 6/21 : COPY go.mod . [2021-01-07T00:34:58.820Z] Removing intermediate container f2afd30f388a [2021-01-07T00:34:58.820Z] ---> 3d22b63d46b6 [2021-01-07T00:34:58.820Z] Step 6/24 : COPY go.mod . [2021-01-07T00:35:00.782Z] ---> df291dd9a9b4 [2021-01-07T00:35:00.782Z] Step 7/21 : RUN go mod download [2021-01-07T00:35:01.572Z] 745a02a5169b: Pull complete [2021-01-07T00:35:01.572Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T00:35:01.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T00:35:01.572Z] ---> b7e6874047d6 [2021-01-07T00:35:01.572Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-07T00:35:04.138Z] ---> Running in ee7ce82b11c7 [2021-01-07T00:35:04.138Z] ---> dcafef831048 [2021-01-07T00:35:04.138Z] Step 7/21 : RUN go mod download [2021-01-07T00:35:04.138Z] ---> 9fa955824066 [2021-01-07T00:35:04.138Z] Step 7/24 : RUN go mod download [2021-01-07T00:35:04.993Z] ---> Running in e57a56eb9a60 [2021-01-07T00:35:05.104Z] ---> Running in f5c87de44c4f [2021-01-07T00:35:05.104Z] ---> Running in 14c2629a9f75 [2021-01-07T00:35:06.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:35:07.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:35:09.840Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T00:35:10.129Z] (2/12) Installing file (5.38-r0) [2021-01-07T00:35:10.129Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T00:35:10.129Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T00:35:11.776Z] ---> 0ad21709e5c3 [2021-01-07T00:35:11.776Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T00:35:11.776Z] Removing intermediate container ee7ce82b11c7 [2021-01-07T00:35:11.776Z] ---> 85bb9f8d4ff1 [2021-01-07T00:35:11.776Z] Step 8/21 : COPY . . [2021-01-07T00:35:11.776Z] ---> Running in 34dc0a576d2e [2021-01-07T00:35:11.776Z] ---> 168684d8a574 [2021-01-07T00:35:11.776Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T00:35:11.776Z] Removing intermediate container 14c2629a9f75 [2021-01-07T00:35:11.776Z] ---> 4dea3efc411b [2021-01-07T00:35:11.776Z] Step 8/21 : COPY . . [2021-01-07T00:35:11.776Z] Removing intermediate container f5c87de44c4f [2021-01-07T00:35:11.776Z] ---> 9152e90273f4 [2021-01-07T00:35:11.776Z] Step 8/24 : COPY . . [2021-01-07T00:35:11.776Z] ---> Running in a42be4e3c46f [2021-01-07T00:35:12.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T00:35:14.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T00:35:16.835Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T00:35:16.835Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T00:35:16.835Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T00:35:16.835Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T00:35:16.835Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T00:35:16.835Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T00:35:16.835Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T00:35:16.835Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T00:35:17.108Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:35:17.108Z] OK: 217 MiB in 51 packages [2021-01-07T00:35:21.419Z] Removing intermediate container e57a56eb9a60 [2021-01-07T00:35:21.419Z] ---> 60a107686eca [2021-01-07T00:35:21.419Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T00:35:21.419Z] ---> Running in cde8049eff83 [2021-01-07T00:35:21.691Z] Removing intermediate container cde8049eff83 [2021-01-07T00:35:21.691Z] ---> 28221cc58803 [2021-01-07T00:35:21.691Z] Step 5/6 : COPY go.mod . [2021-01-07T00:35:22.679Z] ---> f35dbc145456 [2021-01-07T00:35:22.679Z] Step 6/6 : RUN go mod download [2021-01-07T00:35:22.679Z] ---> Running in 714ce6c27eeb [2021-01-07T00:35:47.007Z] ---> 3af4f6456664 [2021-01-07T00:35:47.007Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T00:35:47.007Z] ---> Running in 0767854f64f2 [2021-01-07T00:35:47.007Z] ---> 0c22aea8cb8d [2021-01-07T00:35:47.007Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T00:35:47.007Z] ---> 1ba4b4968d9f [2021-01-07T00:35:47.007Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T00:35:47.007Z] ---> Running in e1fb631ebfde [2021-01-07T00:35:47.007Z] ---> Running in 67c3645d83d7 [2021-01-07T00:35:47.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T00:35:47.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T00:35:47.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T00:35:48.996Z] Removing intermediate container a42be4e3c46f [2021-01-07T00:35:48.996Z] ---> b53c4ad03112 [2021-01-07T00:35:48.996Z] [2021-01-07T00:35:48.996Z] Step 10/24 : FROM scratch [2021-01-07T00:35:48.996Z] ---> [2021-01-07T00:35:48.996Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T00:35:49.502Z] Removing intermediate container 714ce6c27eeb [2021-01-07T00:35:49.502Z] ---> 7c086874bf4f [2021-01-07T00:35:49.502Z] Successfully built 7c086874bf4f [2021-01-07T00:35:49.502Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:35:49.611Z] ---> Running in 33ee692e6296 [2021-01-07T00:35:49.849Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T00:35:49.849Z] . [Pipeline] withDockerContainer [2021-01-07T00:35:50.139Z] prd-ubuntu18.04-docker-arm64-4c-16g-18770 does not seem to be running inside a container [2021-01-07T00:35:50.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T00:35:51.602Z] Removing intermediate container 33ee692e6296 [2021-01-07T00:35:51.602Z] ---> d0afaea0abd6 [2021-01-07T00:35:51.602Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T00:35:51.880Z] $ docker top 9e2c0c32f8edd049038ecb8f5f5c1720003700500a146a44efec3ec89ad2c639 -eo pid,comm [Pipeline] { [2021-01-07T00:35:52.195Z] ---> Running in 0fd771640f35 [Pipeline] sh [2021-01-07T00:35:52.787Z] Removing intermediate container 34dc0a576d2e [2021-01-07T00:35:52.787Z] ---> 99e5671bb067 [2021-01-07T00:35:52.787Z] [2021-01-07T00:35:52.787Z] Step 10/22 : FROM scratch [2021-01-07T00:35:52.787Z] ---> [2021-01-07T00:35:52.787Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:35:52.787Z] Removing intermediate container 0fd771640f35 [2021-01-07T00:35:52.787Z] ---> 39727a82924a [2021-01-07T00:35:52.787Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T00:35:52.889Z] + go version [2021-01-07T00:35:52.889Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T00:35:52.951Z] $ docker stop --time=1 9e2c0c32f8edd049038ecb8f5f5c1720003700500a146a44efec3ec89ad2c639 [2021-01-07T00:35:53.062Z] ---> Running in b25c48b70995 [2021-01-07T00:35:53.062Z] ---> Running in 0638f589eeb0 [2021-01-07T00:35:53.333Z] Removing intermediate container b25c48b70995 [2021-01-07T00:35:53.333Z] ---> ff59f21f74a2 [2021-01-07T00:35:53.333Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T00:35:53.333Z] ---> Running in d47a4b658f9b [2021-01-07T00:35:53.333Z] Removing intermediate container 0638f589eeb0 [2021-01-07T00:35:53.333Z] ---> 01f5be0b7e59 [2021-01-07T00:35:53.333Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T00:35:53.926Z] Removing intermediate container d47a4b658f9b [2021-01-07T00:35:53.926Z] ---> 1c0fc5855c12 [2021-01-07T00:35:53.926Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:35:53.926Z] ---> ab956145e87a [2021-01-07T00:35:53.926Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T00:35:54.194Z] ---> Running in f5f0c8905d78 [2021-01-07T00:35:54.461Z] Removing intermediate container f5f0c8905d78 [2021-01-07T00:35:54.461Z] ---> 38f73949a152 [2021-01-07T00:35:54.461Z] Step 14/22 : WORKDIR / [2021-01-07T00:35:54.461Z] ---> Running in 27d266e08bf4 [2021-01-07T00:35:54.903Z] $ docker rm -f 9e2c0c32f8edd049038ecb8f5f5c1720003700500a146a44efec3ec89ad2c639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-07T00:35:55.442Z] Removing intermediate container 27d266e08bf4 [2021-01-07T00:35:55.442Z] ---> 64ab590ebb86 [2021-01-07T00:35:55.442Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T00:35:55.442Z] ---> 2766fe83e240 [2021-01-07T00:35:55.442Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:35:55.720Z] ---> 9f18dedf1b3d [2021-01-07T00:35:55.720Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T00:35:55.878Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T00:35:55.878Z] . [Pipeline] withDockerContainer [2021-01-07T00:35:56.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-18770 does not seem to be running inside a container [2021-01-07T00:35:56.265Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T00:35:56.341Z] ---> 68c722cc32e2 [2021-01-07T00:35:56.341Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T00:35:56.341Z] ---> 66dd34654a0d [2021-01-07T00:35:56.341Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T00:35:56.932Z] ---> 0a8283bd1445 [2021-01-07T00:35:56.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T00:35:56.932Z] ---> 7d275ce2b601 [2021-01-07T00:35:56.932Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T00:35:56.932Z] ---> Running in a558962625d3 [2021-01-07T00:35:57.706Z] $ docker top 005b71b4bf8d4e556df71abcac959095ec08029d5023c95c341fdca796933f69 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T00:35:58.117Z] ========================================================= [2021-01-07T00:35:58.117Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T00:35:58.117Z] ========================================================= [Pipeline] sh [2021-01-07T00:35:58.364Z] Removing intermediate container a558962625d3 [2021-01-07T00:35:58.364Z] ---> 6d18025e319f [2021-01-07T00:35:58.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:35:58.364Z] ---> 4815bdedf753 [2021-01-07T00:35:58.364Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T00:35:58.364Z] ---> Running in f68a235a20a1 [2021-01-07T00:35:58.757Z] + make test [2021-01-07T00:35:58.757Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T00:35:58.965Z] Removing intermediate container f68a235a20a1 [2021-01-07T00:35:58.965Z] ---> 7c206a352dd3 [2021-01-07T00:35:58.965Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:35:58.965Z] ---> e66db9fda2dd [2021-01-07T00:35:58.965Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T00:35:58.965Z] ---> Running in 12f1672d53ce [2021-01-07T00:35:59.232Z] ---> Running in 2b78a8cb79dd [2021-01-07T00:35:59.506Z] Removing intermediate container 12f1672d53ce [2021-01-07T00:35:59.506Z] ---> 478750581cf5 [2021-01-07T00:35:59.506Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:35:59.769Z] ---> Running in 13397196bca5 [2021-01-07T00:35:59.769Z] Removing intermediate container 2b78a8cb79dd [2021-01-07T00:35:59.769Z] ---> e89b551528f2 [2021-01-07T00:35:59.769Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:36:00.038Z] ---> Running in 950646808fe2 [2021-01-07T00:36:00.038Z] Removing intermediate container 13397196bca5 [2021-01-07T00:36:00.038Z] ---> f9d6976106aa [2021-01-07T00:36:00.038Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:36:00.307Z] ---> Running in 8c70c9ca7eb6 [2021-01-07T00:36:00.307Z] Removing intermediate container 950646808fe2 [2021-01-07T00:36:00.307Z] ---> 501a348ddd15 [2021-01-07T00:36:00.307Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T00:36:00.575Z] ---> Running in 5885ca643bb1 [2021-01-07T00:36:00.575Z] Removing intermediate container 8c70c9ca7eb6 [2021-01-07T00:36:00.575Z] ---> 06261b23f62c [2021-01-07T00:36:00.575Z] [2021-01-07T00:36:00.842Z] Removing intermediate container 5885ca643bb1 [2021-01-07T00:36:00.842Z] ---> 9901fe9a0d7a [2021-01-07T00:36:00.842Z] Step 23/24 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:36:00.842Z] Successfully built 06261b23f62c [2021-01-07T00:36:01.118Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T00:36:01.118Z] Building docker-sys-mgmt-agent-go [2021-01-07T00:36:01.118Z]  Building docker-core-metadata-go ... done  ---> Running in 5b9b813b465a [2021-01-07T00:36:01.392Z] Removing intermediate container 5b9b813b465a [2021-01-07T00:36:01.392Z] ---> 1f81c6ff5818 [2021-01-07T00:36:01.392Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:36:01.392Z] ---> Running in bdcbbe848ca9 [2021-01-07T00:36:02.002Z] Removing intermediate container bdcbbe848ca9 [2021-01-07T00:36:02.002Z] ---> 3212b819e94b [2021-01-07T00:36:02.002Z] [2021-01-07T00:36:02.274Z] Successfully built 3212b819e94b [2021-01-07T00:36:02.274Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T00:36:02.274Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-07T00:36:10.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T00:36:10.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T00:36:25.529Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:36:25.529Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:36:25.529Z] ---> 5ddebd3b74d5 [2021-01-07T00:36:25.529Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T00:36:25.529Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:36:25.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:36:25.529Z] ---> 5ddebd3b74d5 [2021-01-07T00:36:25.529Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> 7d044af53c43 [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> 7d044af53c43 [2021-01-07T00:36:25.529Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:36:25.529Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> bdc624d318e0 [2021-01-07T00:36:25.529Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> bdc624d318e0 [2021-01-07T00:36:25.529Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> 56ca0aeb3ba6 [2021-01-07T00:36:25.529Z] Step 6/22 : COPY go.mod . [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> dcafef831048 [2021-01-07T00:36:25.529Z] Step 7/22 : RUN go mod download [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> 4dea3efc411b [2021-01-07T00:36:25.529Z] Step 8/22 : COPY . . [2021-01-07T00:36:25.529Z] ---> Using cache [2021-01-07T00:36:25.529Z] ---> 1ba4b4968d9f [2021-01-07T00:36:25.529Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T00:36:25.564Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T00:36:26.485Z] ---> Running in 831dd57cc290 [2021-01-07T00:36:26.485Z] ---> Running in a1d2a6183bf6 [2021-01-07T00:36:26.757Z] Removing intermediate container 0767854f64f2 [2021-01-07T00:36:26.757Z] ---> 108f3b640e85 [2021-01-07T00:36:26.757Z] [2021-01-07T00:36:26.757Z] Step 10/21 : FROM scratch [2021-01-07T00:36:26.757Z] ---> [2021-01-07T00:36:26.757Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:36:26.757Z] Removing intermediate container e1fb631ebfde [2021-01-07T00:36:26.757Z] ---> 8378154458b1 [2021-01-07T00:36:26.757Z] [2021-01-07T00:36:26.757Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T00:36:26.757Z] 3.12: Pulling from library/alpine [2021-01-07T00:36:27.031Z] ---> Using cache [2021-01-07T00:36:27.031Z] ---> ff59f21f74a2 [2021-01-07T00:36:27.031Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T00:36:27.031Z] ---> Running in 42cc86f76bd7 [2021-01-07T00:36:28.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T00:36:29.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:29.273Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T00:36:29.273Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T00:36:29.273Z] ---> 389fef711851 [2021-01-07T00:36:29.273Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:36:29.273Z] Removing intermediate container 42cc86f76bd7 [2021-01-07T00:36:29.273Z] ---> c75cc7767dba [2021-01-07T00:36:29.273Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T00:36:29.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:29.837Z] ---> Running in 26878bfabd1b [2021-01-07T00:36:29.837Z] ---> Running in 927c36120c91 [2021-01-07T00:36:30.120Z] Removing intermediate container 67c3645d83d7 [2021-01-07T00:36:30.120Z] ---> 65933858b2f4 [2021-01-07T00:36:30.120Z] [2021-01-07T00:36:30.120Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T00:36:30.120Z] ---> 389fef711851 [2021-01-07T00:36:30.120Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T00:36:30.120Z] OK: 233 MiB in 51 packages [2021-01-07T00:36:30.399Z] ---> Running in 8b8d04307b2c [2021-01-07T00:36:30.399Z] Removing intermediate container 26878bfabd1b [2021-01-07T00:36:30.399Z] ---> 504702cad032 [2021-01-07T00:36:30.399Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T00:36:30.993Z] ---> 9f3dc01dda50 [2021-01-07T00:36:30.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T00:36:31.583Z] Removing intermediate container 831dd57cc290 [2021-01-07T00:36:31.583Z] ---> bfae9c677a88 [2021-01-07T00:36:31.583Z] Step 6/26 : COPY go.mod . [2021-01-07T00:36:31.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:31.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:31.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:31.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:36:31.854Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T00:36:31.854Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:36:31.854Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T00:36:31.854Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T00:36:31.854Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T00:36:31.854Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T00:36:31.854Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:36:32.123Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:36:32.123Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:36:32.123Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T00:36:32.123Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T00:36:32.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:36:32.123Z] ---> 3a4c24bca851 [2021-01-07T00:36:32.123Z] Step 7/26 : RUN go mod download [2021-01-07T00:36:32.123Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:36:32.394Z] OK: 7 MiB in 19 packages [2021-01-07T00:36:32.394Z] OK: 7 MiB in 18 packages [2021-01-07T00:36:32.665Z] ---> b7f6d88231f9 [2021-01-07T00:36:32.665Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T00:36:32.665Z] ---> Running in 5a71b78d9615 [2021-01-07T00:36:34.103Z] ---> 175162b44452 [2021-01-07T00:36:34.103Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T00:36:34.103Z] Removing intermediate container 927c36120c91 [2021-01-07T00:36:34.103Z] ---> 2071507194b1 [2021-01-07T00:36:34.103Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:36:34.103Z] ---> Running in 0d4ff12e7c88 [2021-01-07T00:36:34.103Z] Removing intermediate container 8b8d04307b2c [2021-01-07T00:36:34.103Z] ---> f70c28e7b262 [2021-01-07T00:36:34.103Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:36:34.378Z] ---> Running in cf4743e9dc1d [2021-01-07T00:36:34.378Z] ---> Running in 21dfd9870d46 [2021-01-07T00:36:34.647Z] Removing intermediate container 0d4ff12e7c88 [2021-01-07T00:36:34.647Z] ---> 47d16b0f8228 [2021-01-07T00:36:34.647Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:36:34.647Z] ---> Running in b0fd97a0785d [2021-01-07T00:36:34.647Z] Removing intermediate container cf4743e9dc1d [2021-01-07T00:36:34.647Z] ---> f5c3e3ba8f4e [2021-01-07T00:36:34.647Z] Step 13/24 : WORKDIR / [2021-01-07T00:36:34.647Z] Removing intermediate container 21dfd9870d46 [2021-01-07T00:36:34.647Z] ---> 769ab8da6361 [2021-01-07T00:36:34.647Z] Step 13/21 : WORKDIR /edgex [2021-01-07T00:36:34.932Z] ---> Running in df76c292b78e [2021-01-07T00:36:34.932Z] ---> Running in e40d661de41f [2021-01-07T00:36:34.932Z] Removing intermediate container b0fd97a0785d [2021-01-07T00:36:34.932Z] ---> ef644aa86487 [2021-01-07T00:36:34.932Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T00:36:34.932Z] ---> Running in 56d73bc06c95 [2021-01-07T00:36:35.204Z] Removing intermediate container df76c292b78e [2021-01-07T00:36:35.204Z] ---> 63e5437a709f [2021-01-07T00:36:35.204Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-07T00:36:35.204Z] Removing intermediate container e40d661de41f [2021-01-07T00:36:35.204Z] ---> f8fc89f4319b [2021-01-07T00:36:35.204Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T00:36:36.188Z] Removing intermediate container 56d73bc06c95 [2021-01-07T00:36:36.188Z] ---> 7ed0a3caebfc [2021-01-07T00:36:36.188Z] Step 20/21 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:36:36.188Z] ---> 5a644bf834bd [2021-01-07T00:36:36.188Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T00:36:36.188Z] ---> 6ed5be1e8d33 [2021-01-07T00:36:36.188Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-07T00:36:36.463Z] ---> Running in 4018f97e2afd [2021-01-07T00:36:37.389Z] ---> 1869672118bc [2021-01-07T00:36:37.389Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T00:36:37.389Z] Removing intermediate container 4018f97e2afd [2021-01-07T00:36:37.389Z] ---> b490777b514f [2021-01-07T00:36:37.389Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:36:37.389Z] Removing intermediate container 5a71b78d9615 [2021-01-07T00:36:37.389Z] ---> fff77ff1821a [2021-01-07T00:36:37.389Z] Step 8/26 : COPY . . [2021-01-07T00:36:37.389Z] ---> faccd1da8651 [2021-01-07T00:36:37.389Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T00:36:37.389Z] ---> Running in 796d393fb1d6 [2021-01-07T00:36:37.752Z] ---> 0c86cd1ad58f [2021-01-07T00:36:37.752Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T00:36:38.205Z] Removing intermediate container 796d393fb1d6 [2021-01-07T00:36:38.205Z] ---> e1c84b8d7c3e [2021-01-07T00:36:38.205Z] [2021-01-07T00:36:39.725Z] Successfully built e1c84b8d7c3e [2021-01-07T00:36:39.725Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T00:36:39.725Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-07T00:36:43.063Z] ---> a9a70395da8f [2021-01-07T00:36:43.063Z] ---> 6128e90206f1 [2021-01-07T00:36:43.063Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T00:36:43.063Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T00:36:46.418Z] ---> Running in 329d9e151cd0 [2021-01-07T00:36:48.378Z] ---> 0ed2fa9a8080 [2021-01-07T00:36:48.378Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T00:36:49.346Z] Removing intermediate container 329d9e151cd0 [2021-01-07T00:36:49.346Z] ---> 45ca9880cf0f [2021-01-07T00:36:49.346Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T00:36:51.925Z] ---> 1ceb16971e7b [2021-01-07T00:36:51.925Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T00:36:52.886Z] ---> Running in 96082e233d42 [2021-01-07T00:36:53.155Z] ---> Running in 8155509845b4 [2021-01-07T00:36:53.745Z] Removing intermediate container 96082e233d42 [2021-01-07T00:36:53.745Z] ---> 062e9600434a [2021-01-07T00:36:53.745Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T00:36:57.103Z] ---> Running in daa150219bed [2021-01-07T00:36:58.067Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:36:58.067Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:36:58.067Z] ---> 5ddebd3b74d5 [2021-01-07T00:36:58.067Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T00:36:58.067Z] ---> Using cache [2021-01-07T00:36:58.067Z] ---> 7d044af53c43 [2021-01-07T00:36:58.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:36:58.067Z] ---> Using cache [2021-01-07T00:36:58.067Z] ---> bdc624d318e0 [2021-01-07T00:36:58.067Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T00:37:00.643Z] Removing intermediate container daa150219bed [2021-01-07T00:37:00.644Z] ---> 65279a8a30a7 [2021-01-07T00:37:00.644Z] Step 20/21 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:37:00.644Z] ---> Running in 8f86150aee5e [2021-01-07T00:37:00.644Z] Removing intermediate container a1d2a6183bf6 [2021-01-07T00:37:00.644Z] ---> 337b18ae0281 [2021-01-07T00:37:00.644Z] [2021-01-07T00:37:00.644Z] Step 10/22 : FROM scratch [2021-01-07T00:37:00.644Z] ---> [2021-01-07T00:37:00.644Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:37:00.907Z] ---> Running in 76f6cb161d3d [2021-01-07T00:37:00.907Z] ---> Using cache [2021-01-07T00:37:00.907Z] ---> ff59f21f74a2 [2021-01-07T00:37:00.907Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T00:37:01.180Z] Removing intermediate container 8155509845b4 [2021-01-07T00:37:01.180Z] ---> 9f0e5131eace [2021-01-07T00:37:01.180Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T00:37:01.448Z] ---> Running in 74ccaec4d94e [2021-01-07T00:37:01.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:02.033Z] ---> Running in 70ffb43b628c [2021-01-07T00:37:02.033Z] Removing intermediate container 76f6cb161d3d [2021-01-07T00:37:02.033Z] ---> 9f03e72c33c6 [2021-01-07T00:37:02.033Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:37:02.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:02.609Z] Removing intermediate container 74ccaec4d94e [2021-01-07T00:37:02.609Z] ---> 7d4d010c5d1b [2021-01-07T00:37:02.609Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:37:02.609Z] OK: 233 MiB in 51 packages [2021-01-07T00:37:02.609Z] ---> Running in a0d9ed83175c [2021-01-07T00:37:02.878Z] ---> Running in 9f5ccc43e132 [2021-01-07T00:37:02.878Z] Removing intermediate container 70ffb43b628c [2021-01-07T00:37:02.878Z] ---> 5306d103b068 [2021-01-07T00:37:02.878Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T00:37:02.878Z] ---> Running in b63f1b12bb76 [2021-01-07T00:37:02.878Z] ---> b175582db9aa [2021-01-07T00:37:02.878Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T00:37:03.155Z] ---> Running in 3f4ccb03eb18 [2021-01-07T00:37:03.155Z] Removing intermediate container a0d9ed83175c [2021-01-07T00:37:03.155Z] ---> ff2d99ed9c68 [2021-01-07T00:37:03.155Z] [2021-01-07T00:37:03.418Z] Removing intermediate container 9f5ccc43e132 [2021-01-07T00:37:03.418Z] ---> 6be330e2e40c [2021-01-07T00:37:03.418Z] Step 14/22 : WORKDIR / [2021-01-07T00:37:03.418Z] Successfully built ff2d99ed9c68 [2021-01-07T00:37:03.419Z] Removing intermediate container b63f1b12bb76 [2021-01-07T00:37:03.419Z] ---> e93e4b46e108 [2021-01-07T00:37:03.419Z] Step 23/24 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:37:03.686Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T00:37:03.686Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-07T00:37:03.686Z] ---> Running in f862912d8096 [2021-01-07T00:37:03.686Z] ---> Running in 0570c52cf87e [2021-01-07T00:37:03.686Z] Removing intermediate container 8f86150aee5e [2021-01-07T00:37:03.686Z] ---> f02a6ff6e194 [2021-01-07T00:37:03.686Z] Step 6/23 : COPY go.mod . [2021-01-07T00:37:03.971Z] Removing intermediate container f862912d8096 [2021-01-07T00:37:03.971Z] ---> 7fe15efadeb7 [2021-01-07T00:37:03.971Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T00:37:04.242Z] Removing intermediate container 0570c52cf87e [2021-01-07T00:37:04.242Z] ---> 63ec4ea67a2b [2021-01-07T00:37:04.242Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:37:04.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T00:37:04.680Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T00:37:04.777Z] ---> 798e77a1fa21 [2021-01-07T00:37:04.777Z] Step 7/23 : RUN go mod download [2021-01-07T00:37:04.777Z] ---> Running in ecef06503a8e [2021-01-07T00:37:04.777Z] ---> 4ef5a1465908 [2021-01-07T00:37:04.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T00:37:07.347Z] ---> Running in 9ed4ce1dd6a9 [2021-01-07T00:37:08.752Z] Removing intermediate container ecef06503a8e [2021-01-07T00:37:08.752Z] ---> 210c1c279b14 [2021-01-07T00:37:08.752Z] [2021-01-07T00:37:09.027Z] Successfully built 210c1c279b14 [2021-01-07T00:37:09.027Z] ---> b69e40844b86 [2021-01-07T00:37:09.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T00:37:09.027Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T00:37:11.007Z]  Building docker-security-secretstore-setup-go ... done  ---> b0f71c6d3a9b [2021-01-07T00:37:11.007Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T00:37:11.007Z] ---> Running in 34e015918e5c [2021-01-07T00:37:11.279Z] Removing intermediate container 34e015918e5c [2021-01-07T00:37:11.279Z] ---> 4045491d5c0b [2021-01-07T00:37:11.279Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:37:11.866Z] ---> Running in d52566de165b [2021-01-07T00:37:12.845Z] Removing intermediate container d52566de165b [2021-01-07T00:37:12.845Z] ---> 34b0ac940d0d [2021-01-07T00:37:12.845Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:37:13.468Z] ---> Running in 51db70f0d3e3 [2021-01-07T00:37:13.468Z] Removing intermediate container 9ed4ce1dd6a9 [2021-01-07T00:37:13.468Z] ---> f79ad4e1222d [2021-01-07T00:37:13.468Z] Step 8/23 : COPY . . [2021-01-07T00:37:13.736Z] Removing intermediate container 51db70f0d3e3 [2021-01-07T00:37:13.736Z] ---> 2499aa4dbe51 [2021-01-07T00:37:13.736Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:37:16.301Z] ---> Running in 3f31a56d7f55 [2021-01-07T00:37:18.937Z] Removing intermediate container 3f31a56d7f55 [2021-01-07T00:37:18.937Z] ---> 6d2342a8d422 [2021-01-07T00:37:18.937Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:37:19.897Z] ---> Running in debd49c224c5 [2021-01-07T00:37:21.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:37:21.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:37:21.856Z] ---> 5ddebd3b74d5 [2021-01-07T00:37:21.856Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> 7d044af53c43 [2021-01-07T00:37:21.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> bdc624d318e0 [2021-01-07T00:37:21.856Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> 56ca0aeb3ba6 [2021-01-07T00:37:21.856Z] Step 6/22 : COPY go.mod . [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> dcafef831048 [2021-01-07T00:37:21.856Z] Step 7/22 : RUN go mod download [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> 4dea3efc411b [2021-01-07T00:37:21.856Z] Step 8/22 : COPY . . [2021-01-07T00:37:21.856Z] ---> Using cache [2021-01-07T00:37:21.856Z] ---> 1ba4b4968d9f [2021-01-07T00:37:21.856Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T00:37:23.787Z] Removing intermediate container debd49c224c5 [2021-01-07T00:37:23.787Z] ---> 5abb68e4e24f [2021-01-07T00:37:23.787Z] [2021-01-07T00:37:24.054Z] Successfully built 5abb68e4e24f [2021-01-07T00:37:24.319Z] Successfully tagged docker-core-command-go:latest [2021-01-07T00:37:24.319Z] ---> Running in 75cee771203a [2021-01-07T00:37:26.885Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T00:37:27.250Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T00:37:31.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T00:37:31.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T00:37:31.591Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T00:37:32.238Z] Removing intermediate container 3f4ccb03eb18 [2021-01-07T00:37:32.238Z] ---> c8bb21db7035 [2021-01-07T00:37:32.238Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T00:37:34.842Z] ---> Running in f228cf80fdfc [2021-01-07T00:37:37.466Z] ---> d9c8f6e4ca28 [2021-01-07T00:37:37.466Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T00:37:37.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:37:37.466Z] ---> Running in ca86b23b847e [2021-01-07T00:37:38.062Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T00:37:38.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.6% of statements [2021-01-07T00:37:38.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T00:37:38.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T00:37:38.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T00:37:38.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T00:37:38.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T00:37:40.025Z] Removing intermediate container f228cf80fdfc [2021-01-07T00:37:40.025Z] ---> b3843dd01567 [2021-01-07T00:37:40.025Z] [2021-01-07T00:37:40.025Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T00:37:40.291Z] 20.10.0: Pulling from library/docker [2021-01-07T00:37:46.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.0% of statements [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T00:37:46.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T00:37:46.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T00:37:46.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.568s coverage: 77.8% of statements [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T00:37:46.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.766s coverage: 82.4% of statements [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T00:37:46.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T00:37:48.594Z] Removing intermediate container 75cee771203a [2021-01-07T00:37:48.594Z] ---> 89e67373050e [2021-01-07T00:37:48.594Z] [2021-01-07T00:37:48.594Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T00:37:48.594Z] ---> 389fef711851 [2021-01-07T00:37:48.594Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:37:48.594Z] ---> Using cache [2021-01-07T00:37:48.594Z] ---> 2071507194b1 [2021-01-07T00:37:48.594Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T00:37:48.594Z] ---> Running in c56dd600def3 [2021-01-07T00:37:48.594Z] Removing intermediate container c56dd600def3 [2021-01-07T00:37:48.594Z] ---> 18daee9d3bb1 [2021-01-07T00:37:48.594Z] Step 13/22 : WORKDIR / [2021-01-07T00:37:48.594Z] ---> Running in c8d6e6a45bc8 [2021-01-07T00:37:48.594Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T00:37:48.594Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T00:37:48.594Z] ---> aefe523efa57 [2021-01-07T00:37:48.594Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T00:37:48.594Z] ---> Running in 26a9408ecfcd [2021-01-07T00:37:48.871Z] Removing intermediate container c8d6e6a45bc8 [2021-01-07T00:37:48.871Z] ---> b14c88e6dcf3 [2021-01-07T00:37:48.871Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T00:37:50.296Z] ---> 6c411d885bf6 [2021-01-07T00:37:50.296Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T00:37:50.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:50.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:50.567Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T00:37:50.567Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T00:37:50.567Z] Executing bash-5.0.17-r0.post-install [2021-01-07T00:37:50.567Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:37:50.845Z] OK: 12 MiB in 22 packages [2021-01-07T00:37:51.797Z] ---> d7f0096b453d [2021-01-07T00:37:51.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T00:37:52.395Z] ---> d43b1c4bb375 [2021-01-07T00:37:52.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T00:37:52.395Z] Removing intermediate container 26a9408ecfcd [2021-01-07T00:37:52.395Z] ---> 0e9509ce96e2 [2021-01-07T00:37:52.395Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T00:37:52.395Z] ---> Running in 965f868f7dbd [2021-01-07T00:37:52.671Z] Removing intermediate container 965f868f7dbd [2021-01-07T00:37:52.671Z] ---> ba929abafe97 [2021-01-07T00:37:52.671Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T00:37:52.671Z] ---> 4b71730be9fb [2021-01-07T00:37:52.671Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T00:37:52.940Z] ---> Running in da43cafcdb93 [2021-01-07T00:37:52.940Z] ---> Running in 985d62defdee [2021-01-07T00:37:53.271Z] Removing intermediate container da43cafcdb93 [2021-01-07T00:37:53.271Z] ---> 7062611c96dc [2021-01-07T00:37:53.271Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T00:37:53.783Z] ---> Running in f97f071035ab [2021-01-07T00:37:53.784Z] Removing intermediate container f97f071035ab [2021-01-07T00:37:53.784Z] ---> 93f02dc391fe [2021-01-07T00:37:53.784Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T00:37:54.510Z] ---> 0772e154c472 [2021-01-07T00:37:54.510Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T00:37:54.510Z] Removing intermediate container 985d62defdee [2021-01-07T00:37:54.510Z] ---> fbcbd22e8ea4 [2021-01-07T00:37:54.510Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T00:37:54.510Z] ---> Running in 268e81bdde4b [2021-01-07T00:37:54.779Z] ---> a80bc216f982 [2021-01-07T00:37:54.779Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T00:37:55.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.368s coverage: 28.6% of statements [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T00:37:55.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T00:37:55.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T00:37:55.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements [2021-01-07T00:37:55.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T00:37:56.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-01-07T00:37:56.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T00:37:56.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-07T00:37:56.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T00:37:56.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T00:37:56.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T00:37:56.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T00:37:56.193Z] Removing intermediate container 268e81bdde4b [2021-01-07T00:37:56.193Z] ---> 08c61439c07a [2021-01-07T00:37:56.193Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T00:37:56.455Z] ---> Running in a3cf1863966c [2021-01-07T00:37:56.455Z] ---> a88d0a7f1f9b [2021-01-07T00:37:56.455Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T00:37:56.455Z] ---> Running in c3080073e505 [2021-01-07T00:37:56.717Z] Removing intermediate container a3cf1863966c [2021-01-07T00:37:56.717Z] ---> c6c8a8d859fa [2021-01-07T00:37:56.717Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:37:56.984Z] ---> Running in 5e535e55c172 [2021-01-07T00:37:56.984Z] Removing intermediate container 5e535e55c172 [2021-01-07T00:37:56.984Z] ---> 8da2de66c780 [2021-01-07T00:37:56.984Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:37:57.246Z] ---> Running in 180c739e32b5 [2021-01-07T00:37:57.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:57.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:37:57.507Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T00:37:57.507Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T00:37:57.507Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T00:37:57.507Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T00:37:58.084Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T00:37:58.084Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T00:37:58.084Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T00:37:58.363Z] Removing intermediate container 180c739e32b5 [2021-01-07T00:37:58.363Z] ---> a01618e1b02f [2021-01-07T00:37:58.363Z] [2021-01-07T00:37:58.363Z] Successfully built a01618e1b02f [2021-01-07T00:37:58.363Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.121s coverage: 93.8% of statements [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-07T00:38:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.8% of statements [2021-01-07T00:38:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements [2021-01-07T00:38:04.986Z]  Building docker-security-bootstrap-redis-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T00:38:04.986Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T00:38:04.986Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T00:38:04.986Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T00:38:04.986Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T00:38:04.986Z] Removing intermediate container ca86b23b847e [2021-01-07T00:38:04.986Z] ---> 5ca950b4139b [2021-01-07T00:38:04.986Z] [2021-01-07T00:38:04.986Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T00:38:04.986Z] ---> 389fef711851 [2021-01-07T00:38:04.986Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:38:04.986Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T00:38:04.986Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T00:38:04.986Z] ---> Running in 262d21b48292 [2021-01-07T00:38:04.986Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T00:38:04.986Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T00:38:04.986Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T00:38:04.986Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T00:38:04.986Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T00:38:04.986Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T00:38:04.986Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T00:38:04.986Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T00:38:04.986Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T00:38:04.986Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T00:38:04.986Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T00:38:05.565Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T00:38:05.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T00:38:05.831Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T00:38:05.831Z] Removing intermediate container 262d21b48292 [2021-01-07T00:38:05.831Z] ---> 307ee22a3721 [2021-01-07T00:38:05.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T00:38:05.831Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T00:38:05.831Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T00:38:06.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.2% of statements [2021-01-07T00:38:06.469Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T00:38:06.469Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T00:38:06.469Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T00:38:06.469Z] ---> Running in d6228826a65b [2021-01-07T00:38:06.469Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:38:06.469Z] OK: 71 MiB in 55 packages [2021-01-07T00:38:07.429Z] Removing intermediate container d6228826a65b [2021-01-07T00:38:07.429Z] ---> 6733aa057443 [2021-01-07T00:38:07.429Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T00:38:07.429Z] ---> Running in dcf3a4ef2771 [2021-01-07T00:38:08.007Z] Removing intermediate container dcf3a4ef2771 [2021-01-07T00:38:08.007Z] ---> 3b6d0b86ce97 [2021-01-07T00:38:08.007Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:38:09.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.262s coverage: 91.4% of statements [2021-01-07T00:38:09.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T00:38:10.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 63.5% of statements [2021-01-07T00:38:10.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T00:38:10.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T00:38:10.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-07T00:38:10.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-01-07T00:38:10.565Z] ---> Running in 6f97b4b4ad15 [2021-01-07T00:38:11.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-07T00:38:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.127s coverage: 73.7% of statements [2021-01-07T00:38:12.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-01-07T00:38:13.868Z] Removing intermediate container c3080073e505 [2021-01-07T00:38:13.868Z] ---> 65b077018eb7 [2021-01-07T00:38:13.868Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T00:38:13.868Z] ---> Running in ea808f24936c [2021-01-07T00:38:13.868Z] Removing intermediate container 6f97b4b4ad15 [2021-01-07T00:38:13.868Z] ---> 604014f179c4 [2021-01-07T00:38:13.868Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T00:38:13.868Z] ---> Running in 7a9650c492da [2021-01-07T00:38:13.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:14.450Z] Collecting docker-compose==1.23.2 [2021-01-07T00:38:14.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:14.450Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T00:38:14.717Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T00:38:14.717Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T00:38:14.983Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T00:38:14.983Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T00:38:15.248Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T00:38:15.248Z] Collecting PyYAML<4,>=3.10 [2021-01-07T00:38:15.248Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T00:38:15.248Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T00:38:15.512Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T00:38:15.512Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:38:15.512Z] OK: 8 MiB in 19 packages [2021-01-07T00:38:16.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 68.9% of statements [2021-01-07T00:38:16.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T00:38:16.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T00:38:16.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T00:38:16.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T00:38:16.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T00:38:16.909Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T00:38:16.909Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T00:38:16.909Z] Removing intermediate container 7a9650c492da [2021-01-07T00:38:16.909Z] ---> 94cceadfca84 [2021-01-07T00:38:16.909Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T00:38:16.909Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T00:38:16.909Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T00:38:17.171Z] ---> c34701cb9b9c [2021-01-07T00:38:17.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T00:38:17.435Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T00:38:17.435Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T00:38:17.699Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T00:38:17.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T00:38:17.699Z] ---> a53754af8a77 [2021-01-07T00:38:17.699Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T00:38:17.963Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T00:38:17.963Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T00:38:18.225Z] ---> 53de9b7b3757 [2021-01-07T00:38:18.225Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T00:38:18.225Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T00:38:18.225Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T00:38:18.489Z] ---> Running in 884179a56b5c [2021-01-07T00:38:18.489Z] Removing intermediate container 884179a56b5c [2021-01-07T00:38:18.489Z] ---> df321a47f352 [2021-01-07T00:38:18.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:38:18.489Z] ---> Running in 235a7e9ffd3c [2021-01-07T00:38:18.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements [2021-01-07T00:38:18.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T00:38:18.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T00:38:18.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.822s coverage: 84.0% of statements [2021-01-07T00:38:18.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements [2021-01-07T00:38:18.755Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-07T00:38:18.755Z] Removing intermediate container 235a7e9ffd3c [2021-01-07T00:38:18.755Z] ---> 451ffa32decc [2021-01-07T00:38:18.755Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T00:38:18.755Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T00:38:18.755Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T00:38:18.755Z] ---> Running in 4b13fbc92d28 [2021-01-07T00:38:19.018Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T00:38:19.018Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T00:38:19.018Z] Removing intermediate container 4b13fbc92d28 [2021-01-07T00:38:19.018Z] ---> 3195c939700e [2021-01-07T00:38:19.018Z] Step 22/23 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:38:19.018Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-07T00:38:19.018Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-07T00:38:19.591Z] Collecting idna<2.8,>=2.5 [2021-01-07T00:38:19.591Z] ---> Running in 682a091ac5a0 [2021-01-07T00:38:19.591Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T00:38:19.591Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T00:38:19.591Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T00:38:19.854Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T00:38:19.854Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T00:38:19.854Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T00:38:19.854Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T00:38:19.854Z] Removing intermediate container 682a091ac5a0 [2021-01-07T00:38:19.854Z] ---> 373693f82e55 [2021-01-07T00:38:19.854Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T00:38:19.854Z] ---> Running in d7742516fcf2 [2021-01-07T00:38:19.854Z] Installing collected packages: texttable, PyYAML, urllib3, idna, requests, docopt, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-07T00:38:19.854Z] Running setup.py install for texttable: started [2021-01-07T00:38:20.116Z] Removing intermediate container d7742516fcf2 [2021-01-07T00:38:20.116Z] ---> 06d72a99f75a [2021-01-07T00:38:20.116Z] [2021-01-07T00:38:20.116Z] Successfully built 06d72a99f75a [2021-01-07T00:38:20.116Z] Successfully tagged docker-core-data-go:latest [2021-01-07T00:38:20.379Z]  Building docker-core-data-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-01-07T00:38:20.379Z] Running setup.py install for PyYAML: started [2021-01-07T00:38:20.975Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T00:38:20.975Z] Attempting uninstall: urllib3 [2021-01-07T00:38:20.975Z] Found existing installation: urllib3 1.25.9 [2021-01-07T00:38:20.975Z] Uninstalling urllib3-1.25.9: [2021-01-07T00:38:20.975Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T00:38:21.237Z] Attempting uninstall: idna [2021-01-07T00:38:21.238Z] Found existing installation: idna 2.9 [2021-01-07T00:38:21.238Z] Uninstalling idna-2.9: [2021-01-07T00:38:21.238Z] Successfully uninstalled idna-2.9 [2021-01-07T00:38:21.499Z] Attempting uninstall: requests [2021-01-07T00:38:21.499Z] Found existing installation: requests 2.23.0 [2021-01-07T00:38:21.499Z] Uninstalling requests-2.23.0: [2021-01-07T00:38:21.499Z] Successfully uninstalled requests-2.23.0 [2021-01-07T00:38:21.499Z] Running setup.py install for docopt: started [2021-01-07T00:38:22.073Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T00:38:22.646Z] Running setup.py install for dockerpty: started [2021-01-07T00:38:22.909Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T00:38:23.174Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-07T00:38:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.356s coverage: 47.1% of statements [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T00:38:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T00:38:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-01-07T00:38:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T00:38:27.399Z] Removing intermediate container ea808f24936c [2021-01-07T00:38:27.399Z] ---> 3ecdb1c58ee7 [2021-01-07T00:38:27.399Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T00:38:27.399Z] ---> Running in 14e918c2007a [2021-01-07T00:38:28.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:28.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T00:38:28.618Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:38:28.618Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T00:38:28.618Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T00:38:28.618Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:38:28.618Z] OK: 72 MiB in 58 packages [2021-01-07T00:38:29.195Z] Removing intermediate container 14e918c2007a [2021-01-07T00:38:29.195Z] ---> a6a8a124cbb0 [2021-01-07T00:38:29.195Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T00:38:29.195Z] ---> Running in f61ffa60c2b7 [2021-01-07T00:38:29.462Z] Removing intermediate container f61ffa60c2b7 [2021-01-07T00:38:29.462Z] ---> 8af3322307d5 [2021-01-07T00:38:29.462Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:38:29.462Z] ---> Running in e60a62c8f6c8 [2021-01-07T00:38:29.727Z] Removing intermediate container e60a62c8f6c8 [2021-01-07T00:38:29.727Z] ---> 7f7b73796083 [2021-01-07T00:38:29.727Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T00:38:29.727Z] ---> Running in 6e0766362fc5 [2021-01-07T00:38:29.995Z] Removing intermediate container 6e0766362fc5 [2021-01-07T00:38:29.995Z] ---> 115e78521ff7 [2021-01-07T00:38:29.995Z] Step 25/26 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:38:29.995Z] ---> Running in 7080388aca7c [2021-01-07T00:38:30.271Z] Removing intermediate container 7080388aca7c [2021-01-07T00:38:30.271Z] ---> cc818e19a029 [2021-01-07T00:38:30.271Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T00:38:30.271Z] ---> Running in d9367f90a263 [2021-01-07T00:38:30.533Z] Removing intermediate container d9367f90a263 [2021-01-07T00:38:30.533Z] ---> 2a4c2a97da41 [2021-01-07T00:38:30.533Z] [2021-01-07T00:38:30.533Z] Successfully built 2a4c2a97da41 [2021-01-07T00:38:30.533Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T00:38:31.118Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-07T00:38:31.125Z] $ docker stop --time=1 48d0060ce6378576ac12bdd291891324ee578bf7798360f49d7a2a10545283c3 [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.581s coverage: 29.1% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T00:38:31.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T00:38:31.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T00:38:31.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-07T00:38:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-07T00:38:32.759Z] $ docker rm -f 48d0060ce6378576ac12bdd291891324ee578bf7798360f49d7a2a10545283c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:38:33.290Z] + docker images [2021-01-07T00:38:33.290Z] + grep docker [2021-01-07T00:38:33.524Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-01-07T00:38:33.552Z] docker-sys-mgmt-agent-go latest 2a4c2a97da41 3 seconds ago 313MB [2021-01-07T00:38:33.552Z] docker-core-data-go latest 06d72a99f75a 14 seconds ago 22.3MB [2021-01-07T00:38:33.552Z] docker-security-bootstrap-redis-go latest a01618e1b02f 36 seconds ago 15.8MB [2021-01-07T00:38:33.552Z] docker-core-command-go latest 5abb68e4e24f About a minute ago 10.6MB [2021-01-07T00:38:33.552Z] docker-security-secretstore-setup-go latest 210c1c279b14 About a minute ago 24.6MB [2021-01-07T00:38:33.552Z] docker-security-proxy-setup-go latest ff2d99ed9c68 About a minute ago 24.4MB [2021-01-07T00:38:33.552Z] docker-support-scheduler-go latest e1c84b8d7c3e About a minute ago 10.7MB [2021-01-07T00:38:33.552Z] docker-support-notifications-go latest 3212b819e94b 2 minutes ago 12MB [2021-01-07T00:38:33.552Z] docker-core-metadata-go latest 06261b23f62c 2 minutes ago 13MB [2021-01-07T00:38:33.552Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-07T00:38:34.509Z] GO111MODULE=on go vet ./... [2021-01-07T00:38:49.250Z] Still waiting to schedule task [2021-01-07T00:38:49.250Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-07T00:39:42.704Z] Running on prd-ubuntu18.04-docker-8c-8g-18773 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-07T00:39:42.761Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-01-07T00:39:44.919Z] using credential edgex-jenkins-ssh [2021-01-07T00:39:44.974Z] Cloning the remote Git repository [2021-01-07T00:39:45.002Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:39:45.064Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-01-07T00:39:45.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:39:45.099Z] > git --version # timeout=10 [2021-01-07T00:39:45.105Z] > git --version # 'git version 2.17.1' [2021-01-07T00:39:45.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:39:45.160Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:39:55.522Z] Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-07T00:39:54.931Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:39:54.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T00:39:54.957Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T00:39:54.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T00:39:54.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:39:54.974Z] > 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 [2021-01-07T00:39:55.550Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:39:55.562Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-07T00:39:55.642Z] > git remote # timeout=10 [2021-01-07T00:39:55.649Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T00:39:55.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T00:39:55.658Z] > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [2021-01-07T00:39:55.711Z] Merge succeeded, producing 0ad187fb337fed58566d038bf0f89d102de73aeb [2021-01-07T00:39:55.712Z] Checking out Revision 0ad187fb337fed58566d038bf0f89d102de73aeb (PR-2924) [2021-01-07T00:39:56.378Z] gofmt -l . [2021-01-07T00:39:56.378Z] [ "`gofmt -l .`" = "" ] [2021-01-07T00:39:56.378Z] ./bin/test-go-mod-tidy.sh [2021-01-07T00:39:56.378Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T00:39:57.138Z] + ls -al . [2021-01-07T00:39:57.138Z] total 664 [2021-01-07T00:39:57.138Z] drwxrwxr-x 9 1001 1001 4096 Jan 7 00:39 . [2021-01-07T00:39:57.138Z] drwxr-xr-x 4 root root 4096 Jan 7 00:35 .. [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 00:34 .dockerignore [2021-01-07T00:39:57.138Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 00:34 .git [2021-01-07T00:39:57.138Z] drwxrwxr-x 3 1001 1001 4096 Jan 7 00:34 .github [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 00:34 .gitignore [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 00:34 .sonarcloud.properties [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:34 CONTRIBUTING.md [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 00:34 Dockerfile.build [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 00:34 Jenkinsfile [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:34 LICENSE [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:34 Makefile [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:34 README.md [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:34 SECURITY.md [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 00:31 VERSION [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:34 ZMQWindows.md [2021-01-07T00:39:57.138Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 00:34 bin [2021-01-07T00:39:57.138Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 00:34 cmd [2021-01-07T00:39:57.138Z] -rw-r--r-- 1 root root 536793 Jan 7 00:38 coverage.out [2021-01-07T00:39:57.138Z] -rw-r--r-- 1 root root 979 Jan 7 00:39 go.mod [2021-01-07T00:39:57.138Z] -rw-r--r-- 1 root root 19019 Jan 7 00:39 go.sum [2021-01-07T00:39:57.138Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 00:34 internal [2021-01-07T00:39:57.138Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 00:34 openapi [2021-01-07T00:39:57.138Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 00:34 snap [2021-01-07T00:39:57.138Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 00:34 version.go [Pipeline] sh [2021-01-07T00:39:55.721Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T00:39:55.734Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T00:39:55.738Z] > git checkout -f 0ad187fb337fed58566d038bf0f89d102de73aeb # timeout=10 [2021-01-07T00:39:57.902Z] + '[' -e coverage.out ] [2021-01-07T00:39:57.902Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T00:39:57.995Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T00:39:59.329Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T00:39:59.668Z] Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" [2021-01-07T00:39:59.678Z] First time build. Skipping changelog. [2021-01-07T00:40:00.011Z] + make build [2021-01-07T00:40:00.011Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:39:59.694Z] > git rev-list --no-walk 92bbffd4ff3e1676766d059f817a80390a025963 # timeout=10 [2021-01-07T00:40:01.161Z] + echo snap-build.sh [2021-01-07T00:40:01.161Z] snap-build.sh [2021-01-07T00:40:01.161Z] + SNAP_BASE_DIR=. [2021-01-07T00:40:01.161Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-01-07T00:40:01.161Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-01-07T00:40:01.161Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-01-07T00:40:01.161Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-01-07T00:40:01.161Z] + cd /w/workspace/edgex-go/17 [2021-01-07T00:40:01.161Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-07T00:40:01.161Z] Reading package lists... [2021-01-07T00:40:01.431Z] Building dependency tree... [2021-01-07T00:40:01.431Z] Reading state information... [2021-01-07T00:40:01.431Z] The following packages were automatically installed and are no longer required: [2021-01-07T00:40:01.431Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-07T00:40:01.431Z] uidmap xdelta3 [2021-01-07T00:40:01.431Z] Use 'sudo apt autoremove' to remove them. [2021-01-07T00:40:01.431Z] The following packages will be REMOVED: [2021-01-07T00:40:01.431Z] lxd* lxd-client* [2021-01-07T00:40:02.007Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-07T00:40:02.007Z] After this operation, 31.7 MB disk space will be freed. [2021-01-07T00:40:03.063Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-07T00:40:03.063Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:40:03.647Z] Removing lxd dnsmasq configuration [2021-01-07T00:40:03.908Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:40:04.171Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-07T00:40:05.125Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-07T00:40:05.392Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-07T00:40:05.392Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T00:40:06.787Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-07T00:40:06.787Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-07T00:40:08.206Z] + sudo snap remove --purge lxd [2021-01-07T00:40:08.206Z] snap "lxd" is not installed [2021-01-07T00:40:08.206Z] + sudo groupadd --force --system lxd [2021-01-07T00:40:08.206Z] ++ whoami [2021-01-07T00:40:08.206Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-07T00:40:08.473Z] + newgrp - lxd [2021-01-07T00:40:08.473Z] + sudo snap install lxd [2021-01-07T00:40:12.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T00:40:18.534Z] 2021-01-07T00:40:15Z INFO Waiting for automatic snapd restart... [2021-01-07T00:40:33.557Z] lxd 4.9 from Canonical* installed [2021-01-07T00:40:33.557Z] + sudo lxd init --auto [2021-01-07T00:40:39.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T00:40:40.192Z] + sudo snap install --classic snapcraft [2021-01-07T00:40:40.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T00:40:45.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:40:47.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T00:40:48.355Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T00:40:48.356Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-07T00:40:48.356Z] + patch --verbose -p1 [2021-01-07T00:40:48.356Z] Hmm... Looks like a unified diff to me... [2021-01-07T00:40:48.356Z] The text leading up to this was: [2021-01-07T00:40:48.356Z] -------------------------- [2021-01-07T00:40:48.356Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-07T00:40:48.356Z] |From: Tony Espy [2021-01-07T00:40:48.356Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-07T00:40:48.356Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-07T00:40:48.356Z] | [2021-01-07T00:40:48.356Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-07T00:40:48.356Z] |optimize the snap CI check run for pull requests. When [2021-01-07T00:40:48.356Z] |applied, it essentially strips out everything (apps and [2021-01-07T00:40:48.356Z] |parts) from the snapcraft.yaml file except those required [2021-01-07T00:40:48.356Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-07T00:40:48.356Z] |catch changes to edgex-go that break the snap build. [2021-01-07T00:40:48.356Z] | [2021-01-07T00:40:48.356Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-07T00:40:48.356Z] |to update this patch file, otherwise it may fail to apply, [2021-01-07T00:40:48.356Z] |resulting in a failed snap build CI check in the associated [2021-01-07T00:40:48.356Z] |pull request. [2021-01-07T00:40:48.356Z] | [2021-01-07T00:40:48.356Z] |Note - in addition to applying this patch, the pipeline also [2021-01-07T00:40:48.356Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-07T00:40:48.356Z] |need to build the finally binary .snap file (and it won't [2021-01-07T00:40:48.356Z] |work with the patch applied). This further reduces the build [2021-01-07T00:40:48.356Z] |time. [2021-01-07T00:40:48.356Z] |--- [2021-01-07T00:40:48.356Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-07T00:40:48.356Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-07T00:40:48.356Z] | [2021-01-07T00:40:48.356Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-07T00:40:48.356Z] |index 1e537489..faf42425 100644 [2021-01-07T00:40:48.356Z] |--- a/snap/snapcraft.yaml [2021-01-07T00:40:48.356Z] |+++ b/snap/snapcraft.yaml [2021-01-07T00:40:48.356Z] -------------------------- [2021-01-07T00:40:48.356Z] patching file snap/snapcraft.yaml [2021-01-07T00:40:48.356Z] Using Plan A... [2021-01-07T00:40:48.356Z] Hunk #1 succeeded at 73. [2021-01-07T00:40:48.356Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-07T00:40:48.356Z] Hunk #3 succeeded at 214. [2021-01-07T00:40:48.356Z] Hunk #4 succeeded at 222. [2021-01-07T00:40:48.356Z] Hunk #5 succeeded at 229. [2021-01-07T00:40:48.356Z] Hunk #6 succeeded at 256. [2021-01-07T00:40:48.356Z] Hunk #7 succeeded at 290. [2021-01-07T00:40:48.356Z] Hunk #8 succeeded at 341. [2021-01-07T00:40:48.356Z] Hmm... Ignoring the trailing garbage. [2021-01-07T00:40:48.356Z] done [2021-01-07T00:40:48.356Z] + sudo snapcraft prime --use-lxd [2021-01-07T00:40:49.343Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-07T00:40:49.343Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-07T00:40:49.343Z] - README.md [2021-01-07T00:40:49.343Z] - snapcraft.yaml.orig [2021-01-07T00:40:49.343Z] [2021-01-07T00:40:49.343Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T00:40:50.044Z] Launching a container. [2021-01-07T00:40:52.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T00:40:57.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T00:41:01.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T00:41:05.356Z] Waiting for container to be ready [2021-01-07T00:41:05.357Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-07T00:41:05.357Z] [2021-01-07T00:41:06.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T00:41:07.531Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-07T00:41:08.239Z] Waiting for network to be ready... [2021-01-07T00:41:08.599Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T00:41:08.599Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T00:41:08.599Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T00:41:08.898Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T00:41:08.898Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T00:41:08.898Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T00:41:08.898Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T00:41:08.898Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T00:41:08.898Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T00:41:08.898Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T00:41:09.559Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T00:41:09.559Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T00:41:09.850Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T00:41:09.850Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T00:41:09.850Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T00:41:09.850Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T00:41:09.850Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T00:41:09.850Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T00:41:10.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T00:41:10.515Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T00:41:10.515Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] [2021-01-07T00:41:10.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T00:41:10.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T00:41:10.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T00:41:10.812Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T00:41:10.812Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T00:41:10.812Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T00:41:10.812Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T00:41:12.826Z] Fetched 23.6 MB in 4s (5384 kB/s) [2021-01-07T00:41:13.444Z] Reading package lists... [2021-01-07T00:41:13.726Z] Reading package lists... [2021-01-07T00:41:14.012Z] Building dependency tree... [2021-01-07T00:41:14.012Z] Reading state information... [2021-01-07T00:41:14.012Z] The following additional packages will be installed: [2021-01-07T00:41:14.012Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T00:41:14.012Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T00:41:14.012Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T00:41:14.012Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-07T00:41:14.012Z] Suggested packages: [2021-01-07T00:41:14.012Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-07T00:41:14.012Z] Recommended packages: [2021-01-07T00:41:14.012Z] gnupg libsasl2-modules [2021-01-07T00:41:14.012Z] The following NEW packages will be installed: [2021-01-07T00:41:14.012Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T00:41:14.012Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T00:41:14.012Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T00:41:14.012Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-07T00:41:14.012Z] The following packages will be upgraded: [2021-01-07T00:41:14.012Z] gpg gpg-agent gpgconf libudev1 [2021-01-07T00:41:14.286Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-07T00:41:14.286Z] Need to get 3531 kB of archives. [2021-01-07T00:41:14.286Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-07T00:41:14.286Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-07T00:41:14.286Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-07T00:41:14.558Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-07T00:41:14.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T00:41:14.823Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-07T00:41:14.823Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-07T00:41:14.823Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-07T00:41:14.823Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-07T00:41:14.823Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-07T00:41:14.823Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-07T00:41:14.823Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-07T00:41:15.088Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-07T00:41:15.088Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-07T00:41:15.088Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-07T00:41:15.088Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-07T00:41:15.088Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-07T00:41:15.088Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-07T00:41:15.088Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-07T00:41:15.088Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-07T00:41:15.088Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-07T00:41:15.088Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-07T00:41:15.088Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-07T00:41:15.088Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-07T00:41:15.353Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T00:41:15.353Z] Fetched 3531 kB in 1s (3110 kB/s) [2021-01-07T00:41:15.353Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T00:41:15.353Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-07T00:41:15.353Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T00:41:15.629Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-07T00:41:15.629Z] Selecting previously unselected package udev. [2021-01-07T00:41:15.629Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T00:41:15.629Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-07T00:41:15.629Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-07T00:41:15.901Z] Selecting previously unselected package libfuse2:amd64. [2021-01-07T00:41:15.901Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T00:41:15.901Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T00:41:15.901Z] Selecting previously unselected package fuse. [2021-01-07T00:41:15.901Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T00:41:15.901Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-07T00:41:16.169Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:16.169Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T00:41:16.169Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:16.169Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T00:41:16.437Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:16.437Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T00:41:16.437Z] Selecting previously unselected package libksba8:amd64. [2021-01-07T00:41:16.437Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-07T00:41:16.437Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-07T00:41:16.712Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-07T00:41:16.712Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:16.712Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:16.712Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-07T00:41:16.712Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:16.712Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:16.987Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-07T00:41:16.987Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:16.987Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:16.987Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-07T00:41:16.987Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:16.987Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:16.987Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-07T00:41:16.987Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:16.987Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:17.257Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-07T00:41:17.257Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:17.257Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:17.257Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-07T00:41:17.257Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:17.257Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:17.524Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-07T00:41:17.524Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:17.524Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:17.524Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-07T00:41:17.524Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T00:41:17.524Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:17.524Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-07T00:41:17.524Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-07T00:41:17.524Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-07T00:41:17.789Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-07T00:41:17.789Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-07T00:41:17.789Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-07T00:41:17.789Z] Selecting previously unselected package libldap-common. [2021-01-07T00:41:17.789Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-07T00:41:17.789Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T00:41:17.789Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-07T00:41:17.789Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-07T00:41:17.789Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T00:41:18.064Z] Selecting previously unselected package dirmngr. [2021-01-07T00:41:18.064Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:18.064Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-07T00:41:18.064Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T00:41:18.064Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-07T00:41:18.064Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T00:41:18.333Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-07T00:41:18.333Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-07T00:41:18.333Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-07T00:41:18.333Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:18.333Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-07T00:41:18.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T00:41:18.333Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-07T00:41:18.626Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-07T00:41:18.910Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:18.910Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-07T00:41:18.910Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-07T00:41:18.910Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-07T00:41:18.910Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:18.910Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:18.910Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [2021-01-07T00:41:19.211Z] $ docker stop --time=1 005b71b4bf8d4e556df71abcac959095ec08029d5023c95c341fdca796933f69 [2021-01-07T00:41:19.188Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:19.188Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:19.188Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:19.188Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T00:41:19.188Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T00:41:19.188Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-07T00:41:19.188Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T00:41:19.775Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-07T00:41:19.775Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-07T00:41:19.775Z] This means they are not meant to be enabled using systemctl. [2021-01-07T00:41:19.775Z] Possible reasons for having this kind of units are: [2021-01-07T00:41:19.775Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-07T00:41:19.775Z] .wants/ or .requires/ directory. [2021-01-07T00:41:19.775Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-07T00:41:19.775Z] a requirement dependency on it. [2021-01-07T00:41:19.775Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-07T00:41:19.775Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-07T00:41:19.775Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-07T00:41:19.775Z] instance name specified. [2021-01-07T00:41:20.042Z] Reading package lists... [2021-01-07T00:41:20.042Z] Building dependency tree... [2021-01-07T00:41:20.042Z] Reading state information... [2021-01-07T00:41:20.304Z] The following additional packages will be installed: [2021-01-07T00:41:20.304Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-07T00:41:20.304Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-07T00:41:20.304Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-07T00:41:20.304Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-07T00:41:20.304Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-07T00:41:20.304Z] Suggested packages: [2021-01-07T00:41:20.304Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-07T00:41:20.304Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-07T00:41:20.304Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-07T00:41:20.304Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-07T00:41:20.304Z] systemd-container policykit-1 [2021-01-07T00:41:20.304Z] Recommended packages: [2021-01-07T00:41:20.304Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-07T00:41:20.304Z] The following NEW packages will be installed: [2021-01-07T00:41:20.304Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-07T00:41:20.304Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-07T00:41:20.304Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-07T00:41:20.304Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-07T00:41:20.304Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-07T00:41:20.304Z] The following packages will be upgraded: [2021-01-07T00:41:20.304Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-07T00:41:20.304Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-07T00:41:20.304Z] Need to get 35.2 MB of archives. [2021-01-07T00:41:20.304Z] After this operation, 141 MB of additional disk space will be used. [2021-01-07T00:41:20.304Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-07T00:41:20.568Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-07T00:41:20.568Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-07T00:41:20.568Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-07T00:41:20.568Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-07T00:41:20.568Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-07T00:41:20.568Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-07T00:41:20.568Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-07T00:41:20.833Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-07T00:41:20.833Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-07T00:41:20.833Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-07T00:41:20.833Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-07T00:41:20.834Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-07T00:41:20.834Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-07T00:41:20.834Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-07T00:41:20.834Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-07T00:41:20.834Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-07T00:41:21.449Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-07T00:41:21.449Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-07T00:41:21.449Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-07T00:41:21.449Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-07T00:41:21.449Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-07T00:41:21.449Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-07T00:41:21.449Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-07T00:41:21.449Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-07T00:41:21.449Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-07T00:41:21.785Z] $ docker rm -f 005b71b4bf8d4e556df71abcac959095ec08029d5023c95c341fdca796933f69 [2021-01-07T00:41:21.727Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-07T00:41:21.727Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-07T00:41:21.727Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-07T00:41:21.727Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-07T00:41:23.179Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T00:41:23.179Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-01-07T00:41:23.179Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T00:41:23.179Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:41:23.462Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T00:41:23.746Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-07T00:41:23.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:41:23.841Z] [2021-01-07T00:41:23.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:41:24.015Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T00:41:24.015Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-07T00:41:24.015Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T00:41:24.015Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T00:41:24.015Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T00:41:24.291Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-07T00:41:24.291Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T00:41:24.291Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T00:41:24.291Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T00:41:24.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:41:24.355Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T00:41:24.355Z] 29e5d40040c1: Pulling fs layer [2021-01-07T00:41:24.355Z] 1ce36da41761: Pulling fs layer [2021-01-07T00:41:24.356Z] 25b303627fd3: Pulling fs layer [2021-01-07T00:41:24.561Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-07T00:41:24.561Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-07T00:41:25.158Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-07T00:41:25.158Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-07T00:41:25.158Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T00:41:25.158Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T00:41:25.404Z] 29e5d40040c1: Verifying Checksum [2021-01-07T00:41:25.404Z] 29e5d40040c1: Download complete [2021-01-07T00:41:25.449Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-07T00:41:25.449Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T00:41:25.449Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:25.449Z] Selecting previously unselected package libexpat1:amd64. [2021-01-07T00:41:25.449Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-07T00:41:25.691Z] 29e5d40040c1: Pull complete [2021-01-07T00:41:25.722Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T00:41:25.722Z] Selecting previously unselected package python3.6-minimal. [2021-01-07T00:41:25.722Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T00:41:25.722Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:25.974Z] 1ce36da41761: Verifying Checksum [2021-01-07T00:41:25.974Z] 1ce36da41761: Download complete [2021-01-07T00:41:25.998Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T00:41:25.998Z] Checking for services that may need to be restarted...done. [2021-01-07T00:41:25.998Z] Checking for services that may need to be restarted...done. [2021-01-07T00:41:26.282Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:26.282Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T00:41:26.282Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:26.933Z] Selecting previously unselected package python3-minimal. [2021-01-07T00:41:26.933Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-07T00:41:26.933Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-07T00:41:26.933Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-07T00:41:26.933Z] Selecting previously unselected package mime-support. [2021-01-07T00:41:26.933Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-07T00:41:26.933Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-07T00:41:26.933Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-07T00:41:26.933Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-07T00:41:26.933Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T00:41:26.933Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-07T00:41:27.002Z] 1ce36da41761: Pull complete [2021-01-07T00:41:27.247Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T00:41:27.247Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:27.247Z] Selecting previously unselected package python3.6. [2021-01-07T00:41:27.247Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T00:41:27.247Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:27.562Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-07T00:41:27.562Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-07T00:41:27.562Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T00:41:27.562Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-07T00:41:27.847Z] Selecting previously unselected package python3. [2021-01-07T00:41:27.847Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-07T00:41:27.847Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-07T00:41:27.847Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-07T00:41:27.847Z] Selecting previously unselected package multiarch-support. [2021-01-07T00:41:27.847Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T00:41:27.847Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T00:41:27.847Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T00:41:28.131Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-07T00:41:28.131Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-07T00:41:28.131Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-07T00:41:28.131Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T00:41:28.131Z] Selecting previously unselected package libbsd0:amd64. [2021-01-07T00:41:28.131Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-07T00:41:28.131Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T00:41:28.131Z] Selecting previously unselected package sudo. [2021-01-07T00:41:28.131Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-07T00:41:28.131Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T00:41:28.426Z] Selecting previously unselected package apparmor. [2021-01-07T00:41:28.426Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T00:41:28.426Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-07T00:41:28.426Z] Selecting previously unselected package libedit2:amd64. [2021-01-07T00:41:28.426Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-07T00:41:28.426Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T00:41:28.765Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-07T00:41:28.765Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T00:41:28.765Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:28.765Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-07T00:41:28.765Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T00:41:28.765Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:28.765Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-07T00:41:28.765Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-07T00:41:28.765Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T00:41:29.060Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-07T00:41:29.060Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T00:41:29.060Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:29.060Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-07T00:41:29.060Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T00:41:29.060Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:29.060Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-07T00:41:29.060Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-07T00:41:29.060Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T00:41:29.337Z] Selecting previously unselected package openssh-client. [2021-01-07T00:41:29.337Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-07T00:41:29.337Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T00:41:29.633Z] Selecting previously unselected package squashfs-tools. [2021-01-07T00:41:29.633Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-07T00:41:29.633Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T00:41:29.633Z] Selecting previously unselected package snapd. [2021-01-07T00:41:29.633Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-07T00:41:29.633Z] Unpacking snapd (2.48+18.04) ... [2021-01-07T00:41:31.620Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T00:41:31.620Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T00:41:31.667Z] 25b303627fd3: Verifying Checksum [2021-01-07T00:41:31.667Z] 25b303627fd3: Download complete [2021-01-07T00:41:31.894Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-07T00:41:31.894Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T00:41:31.894Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T00:41:31.894Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:32.176Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T00:41:32.176Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-07T00:41:32.176Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-07T00:41:33.204Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T00:41:33.204Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T00:41:33.204Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T00:41:33.204Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:33.520Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:33.832Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T00:41:34.502Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T00:41:34.824Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:34.825Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T00:41:34.825Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-07T00:41:34.825Z] running python rtupdate hooks for python3.6... [2021-01-07T00:41:34.825Z] running python post-rtupdate hooks for python3.6... [2021-01-07T00:41:34.825Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-07T00:41:36.227Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-07T00:41:36.492Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T00:41:36.492Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T00:41:36.492Z] Setting up snapd (2.48+18.04) ... [2021-01-07T00:41:37.084Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-07T00:41:37.084Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-07T00:41:37.375Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-07T00:41:37.680Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-07T00:41:37.680Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T00:41:37.680Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T00:41:37.959Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-07T00:41:38.251Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-07T00:41:38.251Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-07T00:41:38.544Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-07T00:41:38.544Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-07T00:41:38.544Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T00:41:38.835Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T00:41:39.836Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T00:41:39.836Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T00:41:39.836Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T00:41:40.153Z] 25b303627fd3: Pull complete [2021-01-07T00:41:40.154Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T00:41:40.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:41:40.154Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T00:41:40.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-18770 does not seem to be running inside a container [2021-01-07T00:41:40.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T00:41:41.283Z] Reading package lists... [2021-01-07T00:41:41.284Z] Reading package lists... [2021-01-07T00:41:41.284Z] Building dependency tree... [2021-01-07T00:41:41.284Z] Reading state information... [2021-01-07T00:41:41.584Z] Calculating upgrade... [2021-01-07T00:41:41.584Z] The following packages will be upgraded: [2021-01-07T00:41:41.584Z] advancecomp base-files bash binutils binutils-common [2021-01-07T00:41:41.584Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-07T00:41:41.584Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-07T00:41:41.584Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-07T00:41:41.584Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-07T00:41:41.584Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-07T00:41:41.584Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-07T00:41:41.584Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-07T00:41:41.584Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-07T00:41:41.584Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-07T00:41:41.584Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-07T00:41:41.584Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-07T00:41:41.584Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-07T00:41:41.584Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-07T00:41:41.584Z] ubuntu-keyring util-linux [2021-01-07T00:41:41.873Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T00:41:41.873Z] Need to get 63.7 MB of archives. [2021-01-07T00:41:41.873Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-07T00:41:41.873Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-07T00:41:41.873Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-07T00:41:41.873Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-07T00:41:41.873Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-07T00:41:41.873Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-07T00:41:41.873Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-07T00:41:41.873Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-07T00:41:41.873Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-07T00:41:41.873Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-07T00:41:41.873Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-07T00:41:41.873Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-07T00:41:41.873Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-07T00:41:41.873Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-07T00:41:41.873Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-07T00:41:41.873Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-07T00:41:41.874Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-07T00:41:41.874Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-07T00:41:41.874Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-07T00:41:42.160Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-07T00:41:42.160Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-07T00:41:42.160Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-07T00:41:42.160Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-07T00:41:42.160Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-07T00:41:42.160Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-07T00:41:42.160Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-07T00:41:42.160Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-07T00:41:42.160Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-07T00:41:42.160Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-07T00:41:42.160Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-07T00:41:42.160Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-07T00:41:42.160Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-07T00:41:42.160Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-07T00:41:42.160Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-07T00:41:42.160Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-07T00:41:42.160Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-07T00:41:42.160Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-07T00:41:42.160Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-07T00:41:42.160Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-07T00:41:42.160Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-07T00:41:42.160Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-07T00:41:42.160Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-07T00:41:42.160Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-07T00:41:42.160Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-07T00:41:42.160Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-07T00:41:42.160Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-07T00:41:42.160Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-07T00:41:42.160Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-07T00:41:42.160Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-07T00:41:42.160Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-07T00:41:42.160Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-07T00:41:42.160Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-07T00:41:42.160Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-07T00:41:42.160Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-07T00:41:42.160Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-07T00:41:42.160Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-07T00:41:42.431Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-07T00:41:42.706Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-07T00:41:42.706Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-07T00:41:42.706Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-07T00:41:42.983Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-07T00:41:42.984Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-07T00:41:42.984Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-07T00:41:42.984Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-07T00:41:42.984Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-07T00:41:43.264Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-07T00:41:43.264Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-07T00:41:43.541Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-07T00:41:43.541Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-07T00:41:43.541Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-07T00:41:43.541Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-07T00:41:43.541Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-07T00:41:43.541Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-07T00:41:43.824Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-07T00:41:43.824Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-07T00:41:43.824Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-07T00:41:43.824Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-07T00:41:43.824Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-07T00:41:43.825Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-07T00:41:43.825Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-07T00:41:43.825Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-07T00:41:43.825Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-07T00:41:43.825Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-07T00:41:43.825Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-07T00:41:43.825Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-07T00:41:43.825Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-07T00:41:43.825Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-07T00:41:43.825Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-07T00:41:44.126Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-07T00:41:44.126Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-07T00:41:44.126Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-07T00:41:44.126Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-07T00:41:44.126Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-07T00:41:44.126Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-07T00:41:44.126Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-07T00:41:44.126Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-07T00:41:44.126Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-07T00:41:44.126Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-07T00:41:44.462Z] $ docker top e789996fed7b62fe01254fc4c6b093dd3780bae5277bb66b847fb80b9c5c6d2e -eo pid,comm [2021-01-07T00:41:44.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T00:41:44.780Z] Fetched 63.7 MB in 3s (23.3 MB/s) [Pipeline] { [Pipeline] sh [2021-01-07T00:41:45.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:45.086Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T00:41:45.086Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T00:41:45.716Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T00:41:45.716Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T00:41:45.716Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-07T00:41:45.716Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-07T00:41:45.749Z] + docker-compose build --help [2021-01-07T00:41:45.750Z] + grep parallel [2021-01-07T00:41:46.714Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:46.714Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:46.714Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:46.714Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:46.714Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.008Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.008Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.008Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.008Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.008Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.290Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.290Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.290Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.290Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.591Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:41:47.591Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T00:41:47.591Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.591Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.591Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:41:47.879Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T00:41:47.879Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.879Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.879Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:47.879Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:47.879Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T00:41:48.164Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T00:41:48.165Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:41:48.446Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T00:41:48.446Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T00:41:48.446Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T00:41:49.047Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T00:41:49.047Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T00:41:49.047Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-07T00:41:49.047Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-07T00:41:49.047Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-07T00:41:49.362Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-07T00:41:49.362Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-07T00:41:49.671Z] Installing new version of config file /etc/issue ... [2021-01-07T00:41:49.671Z] Installing new version of config file /etc/issue.net ... [2021-01-07T00:41:49.671Z] Installing new version of config file /etc/lsb-release ... [2021-01-07T00:41:49.671Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-07T00:41:49.671Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-07T00:41:49.974Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-07T00:41:49.974Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-07T00:41:49.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:49.974Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-07T00:41:49.974Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-07T00:41:50.272Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-07T00:41:50.272Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-07T00:41:50.272Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:50.272Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:50.272Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:50.357Z] --parallel Build images in parallel. [2021-01-07T00:41:50.552Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:50.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:50.552Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-07T00:41:50.552Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [Pipeline] } [2021-01-07T00:41:50.850Z] $ docker stop --time=1 e789996fed7b62fe01254fc4c6b093dd3780bae5277bb66b847fb80b9c5c6d2e [2021-01-07T00:41:50.822Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-07T00:41:50.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:50.822Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-07T00:41:50.822Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T00:41:51.086Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-07T00:41:51.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:51.086Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:51.086Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T00:41:51.368Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T00:41:51.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:51.368Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T00:41:51.368Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T00:41:51.641Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-07T00:41:51.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:51.641Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-07T00:41:51.641Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-07T00:41:51.914Z] Setting up grep (3.1-2build1) ... [2021-01-07T00:41:51.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:51.914Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T00:41:51.914Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T00:41:51.914Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-07T00:41:52.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:52.207Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T00:41:52.207Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T00:41:52.207Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-07T00:41:52.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:52.506Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T00:41:52.506Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T00:41:52.887Z] $ docker rm -f e789996fed7b62fe01254fc4c6b093dd3780bae5277bb66b847fb80b9c5c6d2e [2021-01-07T00:41:52.804Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T00:41:52.804Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [2021-01-07T00:41:53.099Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T00:41:53.099Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:41:53.714Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-07T00:41:53.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:53.714Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-07T00:41:53.714Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T00:41:53.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T00:41:53.777Z] . [Pipeline] withDockerContainer [2021-01-07T00:41:54.132Z] prd-ubuntu18.04-docker-arm64-4c-16g-18770 does not seem to be running inside a container [2021-01-07T00:41:54.404Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T00:41:54.723Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T00:41:54.723Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T00:41:54.723Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T00:41:54.723Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T00:41:55.011Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T00:41:55.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:55.011Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-07T00:41:55.011Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-07T00:41:55.284Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-07T00:41:55.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:55.284Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:55.284Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:55.285Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:55.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:55.560Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:55.560Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:55.560Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:55.946Z] $ docker top 95f7cd9f57f9992cac26fe09df685bae54f8da0286822115785eb1c30f548743 -eo pid,comm [2021-01-07T00:41:55.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:55.843Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:55.843Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:55.843Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:55.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:56.119Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:56.119Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:56.119Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:56.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:56.119Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-01-07T00:41:56.389Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T00:41:56.389Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T00:41:56.389Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T00:41:56.677Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T00:41:56.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:56.677Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T00:41:56.677Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T00:41:56.677Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T00:41:56.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:56.960Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:56.960Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:56.960Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:56.965Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T00:41:57.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:57.265Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:57.265Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:57.265Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:57.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:57.265Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:41:57.556Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:41:57.860Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:41:58.159Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-07T00:41:58.451Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-07T00:41:58.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:58.451Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T00:41:58.451Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T00:41:58.728Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T00:41:59.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T00:41:59.032Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-07T00:41:59.032Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T00:41:59.032Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-07T00:41:59.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:41:59.311Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-07T00:41:59.311Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-07T00:41:59.311Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-07T00:41:59.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:41:59.624Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T00:41:59.892Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T00:41:59.892Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T00:42:00.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:00.157Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T00:42:00.157Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T00:42:00.157Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T00:42:00.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:00.419Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T00:42:00.419Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T00:42:00.689Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T00:42:00.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:00.965Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T00:42:00.965Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T00:42:00.965Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-07T00:42:00.965Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T00:42:01.240Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T00:42:01.240Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T00:42:01.240Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T00:42:01.531Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:01.531Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-07T00:42:01.531Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-07T00:42:01.531Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-07T00:42:01.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:01.806Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-07T00:42:01.806Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T00:42:01.806Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T00:42:02.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:02.070Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T00:42:02.070Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T00:42:02.070Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T00:42:02.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:02.341Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-07T00:42:02.341Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-07T00:42:02.341Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-07T00:42:02.552Z] Building docker-core-command-go ... [2021-01-07T00:42:02.552Z] Building docker-core-data-go ... [2021-01-07T00:42:02.552Z] Building docker-core-metadata-go ... [2021-01-07T00:42:02.552Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T00:42:02.552Z] Building docker-security-proxy-setup-go ... [2021-01-07T00:42:02.552Z] Building docker-security-secretstore-setup-go ... [2021-01-07T00:42:02.552Z] Building docker-support-notifications-go ... [2021-01-07T00:42:02.552Z] Building docker-support-scheduler-go ... [2021-01-07T00:42:02.552Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T00:42:02.552Z] Building docker-security-bootstrap-redis-go [2021-01-07T00:42:02.552Z] Building docker-core-metadata-go [2021-01-07T00:42:02.552Z] Building docker-support-scheduler-go [2021-01-07T00:42:02.552Z] Building docker-core-command-go [2021-01-07T00:42:02.552Z] Building docker-support-notifications-go [2021-01-07T00:42:02.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:02.622Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T00:42:02.622Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T00:42:02.897Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-07T00:42:02.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:02.897Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T00:42:03.208Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T00:42:03.208Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-07T00:42:03.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:03.208Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-07T00:42:03.208Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-07T00:42:03.498Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-07T00:42:03.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:03.498Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-07T00:42:03.498Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-07T00:42:03.797Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-07T00:42:03.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:03.797Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-07T00:42:03.797Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-07T00:42:04.079Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-07T00:42:04.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:04.079Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-07T00:42:04.079Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-07T00:42:04.358Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-07T00:42:04.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:04.358Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T00:42:04.358Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-07T00:42:04.625Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-07T00:42:04.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T00:42:04.625Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-07T00:42:04.625Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-07T00:42:04.625Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-07T00:42:04.893Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-07T00:42:04.893Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T00:42:04.893Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T00:42:04.893Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T00:42:05.159Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T00:42:05.159Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T00:42:05.159Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T00:42:05.751Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-07T00:42:05.751Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-07T00:42:06.033Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T00:42:06.033Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-07T00:42:06.033Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T00:42:06.033Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-07T00:42:06.312Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-07T00:42:06.312Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-07T00:42:06.312Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-07T00:42:06.312Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-07T00:42:06.582Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-07T00:42:06.582Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-07T00:42:06.582Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-07T00:42:06.582Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-07T00:42:06.582Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-07T00:42:06.868Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-07T00:42:06.868Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-07T00:42:06.868Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-07T00:42:07.912Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-07T00:42:07.912Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-07T00:42:07.912Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-07T00:42:07.912Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-07T00:42:07.912Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T00:42:07.912Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T00:42:08.563Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T00:42:08.563Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T00:42:08.563Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T00:42:08.563Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T00:42:08.846Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T00:42:08.846Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T00:42:08.846Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:08.846Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:09.118Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:09.118Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:09.118Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:09.118Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:09.118Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:09.118Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:10.111Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:10.111Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:11.189Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:11.189Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:11.790Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:11.790Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:12.324Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:12.324Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:13.029Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T00:42:13.030Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T00:42:13.030Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T00:42:13.030Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T00:42:13.366Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T00:42:13.366Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T00:42:13.366Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T00:42:13.366Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T00:42:13.366Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-07T00:42:13.728Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-07T00:42:13.728Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T00:42:13.728Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T00:42:13.728Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T00:42:13.728Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T00:42:13.728Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-07T00:42:14.014Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-07T00:42:14.014Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.014Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T00:42:14.014Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.014Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.014Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.014Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-07T00:42:14.014Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-07T00:42:14.014Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-07T00:42:14.292Z] [2021-01-07T00:42:14.292Z] Current default time zone: 'Etc/UTC' [2021-01-07T00:42:14.292Z] Local time is now: Thu Jan 7 00:42:14 UTC 2021. [2021-01-07T00:42:14.292Z] Universal Time is now: Thu Jan 7 00:42:14 UTC 2021. [2021-01-07T00:42:14.292Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-07T00:42:14.292Z] [2021-01-07T00:42:14.292Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-07T00:42:14.292Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.292Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-07T00:42:14.292Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-07T00:42:14.292Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-07T00:42:14.573Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-07T00:42:14.573Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-07T00:42:14.573Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-07T00:42:14.573Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-07T00:42:14.573Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T00:42:14.573Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.573Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-07T00:42:14.846Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:14.846Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T00:42:14.846Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:14.846Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-07T00:42:14.846Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-07T00:42:15.140Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-07T00:42:15.140Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T00:42:15.140Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-07T00:42:15.140Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-07T00:42:15.140Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-07T00:42:15.140Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T00:42:17.185Z] Updating certificates in /etc/ssl/certs... [2021-01-07T00:42:18.204Z] 22 added, 17 removed; done. [2021-01-07T00:42:18.204Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T00:42:18.204Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T00:42:18.204Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-07T00:42:18.204Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-07T00:42:18.204Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-07T00:42:18.204Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.204Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T00:42:18.204Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.495Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.495Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.495Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.495Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.495Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-07T00:42:18.495Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-07T00:42:18.495Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-07T00:42:18.495Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-07T00:42:18.774Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-07T00:42:18.774Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.774Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T00:42:18.774Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-07T00:42:18.774Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-07T00:42:18.774Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-07T00:42:18.774Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T00:42:19.083Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T00:42:19.083Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-07T00:42:19.083Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T00:42:19.083Z] Updating certificates in /etc/ssl/certs... [2021-01-07T00:42:20.701Z] 0 added, 0 removed; done. [2021-01-07T00:42:20.701Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-07T00:42:20.701Z] done. [2021-01-07T00:42:20.701Z] Reading package lists... [2021-01-07T00:42:20.701Z] Building dependency tree... [2021-01-07T00:42:20.701Z] Reading state information... [2021-01-07T00:42:20.701Z] The following NEW packages will be installed: [2021-01-07T00:42:20.701Z] apt-transport-https [2021-01-07T00:42:20.701Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T00:42:20.701Z] Need to get 1696 B of archives. [2021-01-07T00:42:20.701Z] After this operation, 153 kB of additional disk space will be used. [2021-01-07T00:42:20.701Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-07T00:42:20.701Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T00:42:20.701Z] Fetched 1696 B in 0s (8871 B/s) [2021-01-07T00:42:20.701Z] Selecting previously unselected package apt-transport-https. [2021-01-07T00:42:20.701Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-07T00:42:20.701Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-07T00:42:20.701Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T00:42:20.997Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T00:42:20.997Z] Waiting for network to be ready... [2021-01-07T00:42:27.745Z] 2021-01-07T00:42:24Z INFO Waiting for automatic snapd restart... [2021-01-07T00:42:27.745Z] snapd 2.48.2 from Canonical* installed [2021-01-07T00:42:28.015Z] "snapd" switched to the "latest/stable" channel [2021-01-07T00:42:28.015Z] [2021-01-07T00:42:30.740Z] core18 20201210 from Canonical* installed [2021-01-07T00:42:30.740Z] "core18" switched to the "latest/stable" channel [2021-01-07T00:42:30.740Z] [2021-01-07T00:42:34.196Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T00:42:34.196Z] "snapcraft" switched to the "latest/stable" channel [2021-01-07T00:42:34.196Z] [2021-01-07T00:42:37.700Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-07T00:42:37.700Z] - README.md [2021-01-07T00:42:37.700Z] - snapcraft.yaml.orig [2021-01-07T00:42:37.700Z] [2021-01-07T00:42:37.700Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T00:42:44.465Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T00:42:44.465Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T00:42:44.465Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T00:42:44.465Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T00:42:44.732Z] Reading package lists... [2021-01-07T00:42:45.001Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-07T00:42:51.657Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T00:42:51.657Z] Reading package lists... [2021-01-07T00:42:51.657Z] Building dependency tree... [2021-01-07T00:42:51.657Z] Reading state information... [2021-01-07T00:42:51.657Z] Suggested packages: [2021-01-07T00:42:51.657Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-07T00:42:51.657Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-07T00:42:51.657Z] Recommended packages: [2021-01-07T00:42:51.657Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-07T00:42:51.657Z] The following NEW packages will be installed: [2021-01-07T00:42:51.657Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-07T00:42:51.657Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-07T00:42:51.657Z] pkg-config zip [2021-01-07T00:42:51.657Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T00:42:51.657Z] Need to get 7655 kB of archives. [2021-01-07T00:42:51.657Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-07T00:42:51.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-07T00:42:51.657Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-07T00:42:51.948Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-07T00:42:51.948Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-07T00:42:51.948Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-07T00:42:51.948Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-07T00:42:52.227Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-07T00:42:52.227Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-07T00:42:52.227Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-07T00:42:52.227Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-07T00:42:52.227Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-07T00:42:52.499Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-07T00:42:52.499Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-07T00:42:52.499Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-07T00:42:52.499Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-07T00:42:52.768Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T00:42:52.768Z] Fetched 7655 kB in 1s (6875 kB/s) [2021-01-07T00:42:52.768Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-07T00:42:52.768Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-07T00:42:52.768Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-07T00:42:52.768Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T00:42:53.034Z] Selecting previously unselected package libpsl5:amd64. [2021-01-07T00:42:53.034Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-07T00:42:53.034Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T00:42:53.034Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-07T00:42:53.034Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-07T00:42:53.302Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T00:42:53.302Z] Selecting previously unselected package librtmp1:amd64. [2021-01-07T00:42:53.302Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-07T00:42:53.302Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T00:42:53.302Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-07T00:42:53.302Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-07T00:42:53.302Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T00:42:53.568Z] Selecting previously unselected package liberror-perl. [2021-01-07T00:42:53.569Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-07T00:42:53.569Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-07T00:42:53.569Z] Selecting previously unselected package git-man. [2021-01-07T00:42:53.569Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-07T00:42:53.569Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T00:42:53.830Z] Selecting previously unselected package git. [2021-01-07T00:42:53.831Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-07T00:42:53.831Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T00:42:54.408Z] Selecting previously unselected package libnorm1:amd64. [2021-01-07T00:42:54.408Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-07T00:42:54.408Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T00:42:54.672Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-07T00:42:54.672Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-07T00:42:54.672Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T00:42:54.672Z] Selecting previously unselected package libsodium23:amd64. [2021-01-07T00:42:54.672Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-07T00:42:54.672Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-07T00:42:54.672Z] Selecting previously unselected package libzmq5:amd64. [2021-01-07T00:42:54.672Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T00:42:54.672Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T00:42:54.933Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-07T00:42:54.933Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T00:42:54.933Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T00:42:54.933Z] Selecting previously unselected package pkg-config. [2021-01-07T00:42:54.933Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-07T00:42:54.933Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T00:42:55.195Z] Selecting previously unselected package zip. [2021-01-07T00:42:55.195Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-07T00:42:55.195Z] Unpacking zip (3.0-11build1) ... [2021-01-07T00:42:55.195Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T00:42:55.195Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T00:42:55.195Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T00:42:55.195Z] Setting up liberror-perl (0.17025-1) ... [2021-01-07T00:42:55.195Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T00:42:55.195Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T00:42:55.457Z] No schema files found: doing nothing. [2021-01-07T00:42:55.458Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T00:42:55.458Z] Setting up zip (3.0-11build1) ... [2021-01-07T00:42:55.458Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T00:42:55.458Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-07T00:42:55.458Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T00:42:55.458Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T00:42:55.458Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T00:42:55.458Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T00:42:55.458Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T00:42:55.738Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T00:43:02.471Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T00:43:02.471Z] git set to automatically installed. [2021-01-07T00:43:02.471Z] git-man set to automatically installed. [2021-01-07T00:43:02.471Z] libcurl3-gnutls set to automatically installed. [2021-01-07T00:43:02.471Z] liberror-perl set to automatically installed. [2021-01-07T00:43:02.471Z] libglib2.0-0 set to automatically installed. [2021-01-07T00:43:02.471Z] libnghttp2-14 set to automatically installed. [2021-01-07T00:43:02.471Z] libnorm1 set to automatically installed. [2021-01-07T00:43:02.471Z] libpgm-5.2-0 set to automatically installed. [2021-01-07T00:43:02.471Z] libpsl5 set to automatically installed. [2021-01-07T00:43:02.471Z] librtmp1 set to automatically installed. [2021-01-07T00:43:02.471Z] libsodium23 set to automatically installed. [2021-01-07T00:43:02.471Z] libzmq3-dev set to automatically installed. [2021-01-07T00:43:02.471Z] libzmq5 set to automatically installed. [2021-01-07T00:43:02.471Z] pkg-config set to automatically installed. [2021-01-07T00:43:02.471Z] zip set to automatically installed. [2021-01-07T00:43:03.879Z] snapd is not logged in, snap install commands will use sudo [2021-01-07T00:43:10.593Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T00:43:10.593Z] snap "core18" has no updates available [2021-01-07T00:43:10.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:43:10.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:43:10.961Z] ---> 7c086874bf4f [2021-01-07T00:43:10.961Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:43:10.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:43:10.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:43:10.961Z] ---> 7c086874bf4f [2021-01-07T00:43:10.961Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:43:10.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:43:10.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:43:10.961Z] ---> 7c086874bf4f [2021-01-07T00:43:10.961Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:43:10.961Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:43:10.961Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:43:10.961Z] ---> 7c086874bf4f [2021-01-07T00:43:10.961Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:43:10.961Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:43:10.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:43:10.961Z] ---> 7c086874bf4f [2021-01-07T00:43:10.961Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T00:43:10.961Z] ---> Running in d83cfdc8772a [2021-01-07T00:43:10.961Z] ---> Running in 426c427f3465 [2021-01-07T00:43:10.961Z] ---> Running in 1d918f1bc9e6 [2021-01-07T00:43:10.961Z] ---> Running in f1ee0330f443 [2021-01-07T00:43:10.961Z] ---> Running in 1db3c09c45eb [2021-01-07T00:43:10.961Z] Removing intermediate container 1db3c09c45eb [2021-01-07T00:43:10.961Z] ---> 7ab9a713708d [2021-01-07T00:43:10.961Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:43:10.961Z] Removing intermediate container f1ee0330f443 [2021-01-07T00:43:10.961Z] ---> ed8b00607c6c [2021-01-07T00:43:10.961Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:43:10.961Z] Removing intermediate container 1d918f1bc9e6 [2021-01-07T00:43:10.961Z] ---> d433e04a2b33 [2021-01-07T00:43:10.961Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:43:10.961Z] Removing intermediate container 426c427f3465 [2021-01-07T00:43:10.961Z] ---> bad4b8f9e574 [2021-01-07T00:43:10.961Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:43:10.961Z] Removing intermediate container d83cfdc8772a [2021-01-07T00:43:10.961Z] ---> 5feea105eb6b [2021-01-07T00:43:10.961Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:43:11.239Z] ---> Running in dfa54579c9da [2021-01-07T00:43:11.239Z] ---> Running in 21cd1599db69 [2021-01-07T00:43:11.239Z] ---> Running in 864a0d134a28 [2021-01-07T00:43:11.239Z] ---> Running in 6ab4b2056d9a [2021-01-07T00:43:11.517Z] ---> Running in 25ac087a8d44 [2021-01-07T00:43:11.547Z] Pulling config-common [2021-01-07T00:43:12.488Z] Pulling go-build-helper [2021-01-07T00:43:14.956Z] Removing intermediate container dfa54579c9da [2021-01-07T00:43:14.956Z] ---> 9ce6445da655 [2021-01-07T00:43:14.956Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:43:14.956Z] ---> Running in c004d2db714b [2021-01-07T00:43:15.235Z] Removing intermediate container 21cd1599db69 [2021-01-07T00:43:15.235Z] ---> 37a1f6638d65 [2021-01-07T00:43:15.235Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:43:15.513Z] Removing intermediate container 864a0d134a28 [2021-01-07T00:43:15.513Z] ---> b2f52592d2f2 [2021-01-07T00:43:15.513Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:43:15.513Z] ---> Running in 2973fb43413e [2021-01-07T00:43:15.787Z] ---> Running in ebe521a158dd [2021-01-07T00:43:15.787Z] Removing intermediate container 6ab4b2056d9a [2021-01-07T00:43:15.787Z] ---> 89f7078c7e8c [2021-01-07T00:43:15.787Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T00:43:16.065Z] Removing intermediate container 25ac087a8d44 [2021-01-07T00:43:16.065Z] ---> 0ee5aeae99b2 [2021-01-07T00:43:16.065Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T00:43:16.065Z] ---> Running in cceacbb3f2ef [2021-01-07T00:43:16.358Z] ---> Running in 8409c80a87c0 [2021-01-07T00:43:16.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:17.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:17.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:17.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:17.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:18.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:18.375Z] OK: 217 MiB in 51 packages [2021-01-07T00:43:18.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:18.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:18.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:43:19.534Z] OK: 217 MiB in 51 packages [2021-01-07T00:43:19.534Z] Removing intermediate container c004d2db714b [2021-01-07T00:43:19.534Z] ---> af21c8d650c2 [2021-01-07T00:43:19.534Z] Step 6/21 : COPY go.mod . [2021-01-07T00:43:20.152Z] OK: 217 MiB in 51 packages [2021-01-07T00:43:20.434Z] OK: 217 MiB in 51 packages [2021-01-07T00:43:20.434Z] OK: 217 MiB in 51 packages [2021-01-07T00:43:20.434Z] ---> 56b0cb459923 [2021-01-07T00:43:20.434Z] Step 7/21 : RUN go mod download [2021-01-07T00:43:20.715Z] ---> Running in 16bd79b355fd [2021-01-07T00:43:20.994Z] Removing intermediate container 2973fb43413e [2021-01-07T00:43:20.994Z] ---> 82f7f20fa3a0 [2021-01-07T00:43:20.994Z] Step 6/22 : COPY go.mod . [2021-01-07T00:43:21.981Z] Removing intermediate container ebe521a158dd [2021-01-07T00:43:21.981Z] ---> a49b20eb2b06 [2021-01-07T00:43:21.981Z] Step 6/22 : COPY go.mod . [2021-01-07T00:43:21.981Z] ---> 6eddc738a528 [2021-01-07T00:43:21.981Z] Step 7/22 : RUN go mod download [2021-01-07T00:43:22.258Z] ---> Running in 0b0f0910956e [2021-01-07T00:43:22.535Z] Removing intermediate container 8409c80a87c0 [2021-01-07T00:43:22.535Z] ---> a2987b9dc0fb [2021-01-07T00:43:22.535Z] Step 6/22 : COPY go.mod . [2021-01-07T00:43:22.535Z] Removing intermediate container cceacbb3f2ef [2021-01-07T00:43:22.535Z] ---> 3405530c50bf [2021-01-07T00:43:22.535Z] Step 6/24 : COPY go.mod . [2021-01-07T00:43:22.814Z] ---> bc6f77a2282f [2021-01-07T00:43:22.814Z] Step 7/22 : RUN go mod download [2021-01-07T00:43:23.097Z] ---> Running in ecb24984b956 [2021-01-07T00:43:23.715Z] ---> 8fc3a96b3537 [2021-01-07T00:43:23.715Z] Step 7/22 : RUN go mod download [2021-01-07T00:43:23.715Z] ---> 986ec56e2f68 [2021-01-07T00:43:23.715Z] Step 7/24 : RUN go mod download [2021-01-07T00:43:23.991Z] ---> Running in d93601c59219 [2021-01-07T00:43:24.269Z] ---> Running in 538bfccb788f [2021-01-07T00:43:24.880Z] Removing intermediate container 16bd79b355fd [2021-01-07T00:43:24.880Z] ---> d65a902f16f9 [2021-01-07T00:43:24.880Z] Step 8/21 : COPY . . [2021-01-07T00:43:26.877Z] Removing intermediate container 0b0f0910956e [2021-01-07T00:43:26.877Z] ---> 5ae64fa4d7e6 [2021-01-07T00:43:26.877Z] Step 8/22 : COPY . . [2021-01-07T00:43:27.864Z] Removing intermediate container ecb24984b956 [2021-01-07T00:43:27.864Z] ---> a827551d0bc1 [2021-01-07T00:43:27.864Z] Step 8/22 : COPY . . [2021-01-07T00:43:29.358Z] Removing intermediate container 538bfccb788f [2021-01-07T00:43:29.358Z] ---> 21dbfc5b1e37 [2021-01-07T00:43:29.358Z] Step 8/24 : COPY . . [2021-01-07T00:43:29.670Z] Removing intermediate container d93601c59219 [2021-01-07T00:43:29.670Z] ---> 3f6c96682684 [2021-01-07T00:43:29.670Z] Step 8/22 : COPY . . [2021-01-07T00:43:34.487Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T00:43:34.487Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T00:43:34.487Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T00:43:34.487Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T00:43:34.487Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T00:43:34.487Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T00:43:34.487Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T00:43:34.487Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T00:43:34.487Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T00:43:34.487Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T00:43:34.487Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T00:43:34.487Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T00:43:34.487Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T00:43:34.487Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T00:43:34.487Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T00:43:34.487Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T00:43:34.487Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T00:43:34.487Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T00:43:34.487Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T00:43:34.487Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] [2021-01-07T00:43:34.487Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T00:43:34.487Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T00:43:34.487Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T00:43:34.487Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T00:43:34.487Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T00:43:34.487Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T00:43:34.487Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T00:43:34.487Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-07T00:43:34.487Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-07T00:43:34.487Z] Fetched 279 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-07T00:43:34.487Z] Fetched 122 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-07T00:43:34.487Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-07T00:43:34.487Z] Fetched 8848 B in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-07T00:43:34.487Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-07T00:43:34.487Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-07T00:43:34.487Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-07T00:43:34.487Z] Fetched 214 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-07T00:43:34.487Z] Fetched 155 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-07T00:43:34.487Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-07T00:43:34.487Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-07T00:43:34.487Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-07T00:43:34.487Z] Fetched 499 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-07T00:43:34.487Z] Fetched 111 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-07T00:43:34.487Z] Fetched 240 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-07T00:43:34.487Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-07T00:43:34.487Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-07T00:43:34.487Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-07T00:43:34.487Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-07T00:43:34.487Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-07T00:43:34.487Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-07T00:43:34.487Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-07T00:43:34.487Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-07T00:43:34.487Z] Fetched 8720 B in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-07T00:43:34.487Z] Fetched 137 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-07T00:43:34.487Z] Fetched 119 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-07T00:43:34.487Z] Fetched 109 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-07T00:43:34.487Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-07T00:43:34.487Z] Fetched 645 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-07T00:43:34.487Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-07T00:43:34.487Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-07T00:43:34.487Z] Fetched 368 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-07T00:43:34.487Z] Fetched 187 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-07T00:43:34.487Z] Fetched 175 kB in 0s (0 B/s) [2021-01-07T00:43:34.487Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-07T00:43:37.057Z] Fetched 206 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-07T00:43:37.057Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-07T00:43:37.057Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-07T00:43:37.057Z] Fetched 159 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-07T00:43:37.057Z] Fetched 107 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-07T00:43:37.057Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-07T00:43:37.057Z] Pulling static-packages [2021-01-07T00:43:38.095Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-07T00:43:38.095Z] Skipping pull go-build-helper (already ran) [2021-01-07T00:43:38.095Z] Skipping pull static-packages (already ran) [2021-01-07T00:43:38.095Z] Building go-build-helper [2021-01-07T00:43:41.438Z] Building static-packages [2021-01-07T00:43:43.430Z] Staging go-build-helper [2021-01-07T00:43:44.009Z] Staging static-packages [2021-01-07T00:43:45.006Z] Pulling go115 [2021-01-07T00:43:46.036Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-07T00:43:46.036Z] Skipping pull go115 (already ran) [2021-01-07T00:43:46.036Z] Building go115 [2021-01-07T00:43:46.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T00:43:46.036Z] Dload Upload Total Spent Left Speed [2021-01-07T00:43:49.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.2M 0 0 31.7M 0 0:00:03 --:--:-- 0:00:03 31.7M 54 115M 54 62.6M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.5M 99 115M 99 114M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.0M 100 115M 100 115M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.1M [2021-01-07T00:43:49.386Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-07T00:43:51.968Z] ---> a83db26ad2ef [2021-01-07T00:43:51.968Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T00:43:52.259Z] ---> aaae975309e3 [2021-01-07T00:43:52.259Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T00:43:52.259Z] ---> 79ce869ff01e [2021-01-07T00:43:52.259Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T00:43:52.259Z] ---> d24d7501c78a [2021-01-07T00:43:52.259Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T00:43:52.259Z] ---> 7cd61ada051a [2021-01-07T00:43:52.259Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T00:43:52.259Z] ---> Running in 1eaee933f17a [2021-01-07T00:43:52.259Z] ---> Running in a1ccab874f61 [2021-01-07T00:43:52.542Z] ---> Running in f9048b3cd8dc [2021-01-07T00:43:52.542Z] ---> Running in dd4833e38ed0 [2021-01-07T00:43:52.542Z] ---> Running in 95c4c38e059e [2021-01-07T00:43:53.747Z] Staging go115 [2021-01-07T00:43:54.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T00:43:54.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T00:43:54.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T00:43:54.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T00:43:54.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T00:43:59.214Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T00:43:59.214Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T00:43:59.214Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T00:43:59.214Z] Fetched 0 B in 0s (0 B/s) [2021-01-07T00:43:59.214Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-07T00:43:59.214Z] Fetched 224 kB in 0s (0 B/s) [2021-01-07T00:43:59.214Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-07T00:43:59.214Z] Fetched 157 kB in 0s (0 B/s) [2021-01-07T00:43:59.214Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-07T00:43:59.214Z] Fetched 221 kB in 0s (0 B/s) [2021-01-07T00:43:59.214Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-07T00:43:59.214Z] Fetched 143 kB in 0s (0 B/s) [2021-01-07T00:43:59.214Z] Pulling edgex-go [2021-01-07T00:43:59.477Z] Pulling version [2021-01-07T00:44:00.421Z] Building config-common [2021-01-07T00:44:02.395Z] Skipping build go-build-helper (already ran) [2021-01-07T00:44:02.395Z] Skipping build static-packages (already ran) [2021-01-07T00:44:02.395Z] Skipping build go115 (already ran) [2021-01-07T00:44:02.395Z] Building edgex-go [2021-01-07T00:44:02.682Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T00:44:03.660Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-07T00:44:03.660Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-07T00:44:03.660Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-07T00:44:03.660Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-07T00:44:03.660Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-07T00:44:03.660Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-07T00:44:03.660Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-07T00:44:03.660Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-07T00:44:03.660Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-07T00:44:03.660Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-07T00:44:03.660Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-07T00:44:03.660Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-07T00:44:03.660Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-07T00:44:03.660Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-07T00:44:03.660Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-07T00:44:03.661Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-07T00:44:03.661Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-07T00:44:03.939Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-07T00:44:03.939Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-07T00:44:03.939Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-07T00:44:03.939Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-07T00:44:03.939Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-07T00:44:03.939Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-07T00:44:03.939Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-07T00:44:03.939Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-07T00:44:04.214Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-07T00:44:04.214Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-07T00:44:04.214Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-07T00:44:10.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T00:44:15.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T00:44:15.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T00:44:16.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:44:16.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T00:44:16.844Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-07T00:44:17.105Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-07T00:44:17.105Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-07T00:44:17.105Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-07T00:44:18.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T00:44:18.494Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-07T00:44:18.494Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-07T00:44:19.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T00:44:20.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T00:44:20.393Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-07T00:44:21.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T00:44:22.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T00:44:22.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T00:44:23.202Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-07T00:44:25.121Z] Building version [2021-01-07T00:44:27.043Z] Staging config-common [2021-01-07T00:44:27.992Z] Skipping stage go-build-helper (already ran) [2021-01-07T00:44:27.992Z] Skipping stage static-packages (already ran) [2021-01-07T00:44:27.992Z] Skipping stage go115 (already ran) [2021-01-07T00:44:27.992Z] Staging edgex-go [2021-01-07T00:44:28.945Z] Staging version [2021-01-07T00:44:29.517Z] Priming config-common [2021-01-07T00:44:30.463Z] Priming go-build-helper [2021-01-07T00:44:31.406Z] Priming static-packages [2021-01-07T00:44:33.972Z] Priming go115 [2021-01-07T00:44:34.548Z] Priming edgex-go [2021-01-07T00:44:35.496Z] Priming version [2021-01-07T00:44:36.455Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-07T00:45:46.960Z] Removing intermediate container dd4833e38ed0 [2021-01-07T00:45:46.960Z] ---> 16d6ab8bc829 [2021-01-07T00:45:46.960Z] [2021-01-07T00:45:46.960Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T00:45:46.960Z] 3.12: Pulling from library/alpine [2021-01-07T00:45:46.960Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T00:45:46.960Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T00:45:46.960Z] ---> afeebe901d6b [2021-01-07T00:45:46.960Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:45:46.960Z] ---> Running in a18c823c5b6f [2021-01-07T00:45:46.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:45:46.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:45:46.960Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T00:45:46.960Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:45:46.960Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T00:45:46.960Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T00:45:46.960Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T00:45:46.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:45:46.960Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:45:46.960Z] OK: 7 MiB in 19 packages [2021-01-07T00:45:47.245Z] Removing intermediate container a1ccab874f61 [2021-01-07T00:45:47.245Z] ---> 4e396bb57470 [2021-01-07T00:45:47.245Z] [2021-01-07T00:45:47.245Z] Step 10/21 : FROM scratch [2021-01-07T00:45:47.245Z] ---> [2021-01-07T00:45:47.245Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:45:47.863Z] Removing intermediate container 1eaee933f17a [2021-01-07T00:45:47.863Z] ---> 1b8827d8d0bc [2021-01-07T00:45:47.863Z] [2021-01-07T00:45:47.863Z] Step 10/22 : FROM scratch [2021-01-07T00:45:47.863Z] ---> [2021-01-07T00:45:47.863Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:45:48.143Z] Removing intermediate container 95c4c38e059e [2021-01-07T00:45:48.143Z] ---> 456da6d5d6f4 [2021-01-07T00:45:48.144Z] [2021-01-07T00:45:48.144Z] Step 10/24 : FROM scratch [2021-01-07T00:45:48.144Z] ---> [2021-01-07T00:45:48.144Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T00:45:48.144Z] ---> Running in 4e2339e1fbef [2021-01-07T00:45:48.424Z] ---> Running in 1cf92cb5b566 [2021-01-07T00:45:48.424Z] ---> Running in f0a81513baa9 [2021-01-07T00:45:48.704Z] Removing intermediate container a18c823c5b6f [2021-01-07T00:45:48.704Z] ---> 121dcd357aa3 [2021-01-07T00:45:48.704Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T00:45:49.106Z] Removing intermediate container 4e2339e1fbef [2021-01-07T00:45:49.106Z] ---> 68146fdbe799 [2021-01-07T00:45:49.106Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T00:45:49.106Z] ---> Running in a3b54526acd2 [2021-01-07T00:45:49.106Z] ---> Running in 7adc7d0b77dc [2021-01-07T00:45:49.106Z] Removing intermediate container 1cf92cb5b566 [2021-01-07T00:45:49.106Z] ---> a6108118507b [2021-01-07T00:45:49.106Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T00:45:49.383Z] Removing intermediate container f0a81513baa9 [2021-01-07T00:45:49.383Z] ---> e99b40419a7d [2021-01-07T00:45:49.383Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T00:45:49.383Z] ---> Running in 16f81c8b406f [2021-01-07T00:45:49.751Z] ---> Running in 77d735dcdeb1 [2021-01-07T00:45:49.751Z] Removing intermediate container a3b54526acd2 [2021-01-07T00:45:49.751Z] ---> 6f2491fbea40 [2021-01-07T00:45:49.751Z] Step 13/22 : WORKDIR / [2021-01-07T00:45:50.050Z] ---> Running in bc4b6447c8f6 [2021-01-07T00:45:50.367Z] Removing intermediate container 16f81c8b406f [2021-01-07T00:45:50.367Z] ---> 42b82e82113a [2021-01-07T00:45:50.367Z] Removing intermediate container 7adc7d0b77dc [2021-01-07T00:45:50.367Z] ---> 7fddba56983a [2021-01-07T00:45:50.367Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:45:50.367Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T00:45:50.692Z] Removing intermediate container 77d735dcdeb1 [2021-01-07T00:45:50.692Z] ---> c54ba42e26cd [2021-01-07T00:45:50.692Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T00:45:50.692Z] ---> Running in d8d900253d79 [2021-01-07T00:45:50.692Z] ---> Running in 50565a43fd76 [2021-01-07T00:45:50.692Z] ---> Running in 780c88e3e557 [2021-01-07T00:45:51.007Z] Removing intermediate container bc4b6447c8f6 [2021-01-07T00:45:51.007Z] ---> a377d33f2ad6 [2021-01-07T00:45:51.007Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T00:45:51.610Z] Removing intermediate container 50565a43fd76 [2021-01-07T00:45:51.610Z] ---> 9f968ee99e7e [2021-01-07T00:45:51.610Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T00:45:51.610Z] Removing intermediate container d8d900253d79 [2021-01-07T00:45:51.610Z] ---> 0ad095b417e4 [2021-01-07T00:45:51.610Z] Step 14/22 : WORKDIR / [2021-01-07T00:45:51.888Z] Removing intermediate container 780c88e3e557 [2021-01-07T00:45:51.888Z] ---> 6257e2f0ffd6 [2021-01-07T00:45:51.888Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T00:45:51.888Z] ---> Running in 963ebd1341c8 [2021-01-07T00:45:52.164Z] ---> 8bd8227e2b2c [2021-01-07T00:45:52.164Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T00:45:52.789Z] ---> aadd811e26dc [2021-01-07T00:45:52.789Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T00:45:53.129Z] Removing intermediate container 963ebd1341c8 [2021-01-07T00:45:53.129Z] ---> a1898d631efa [2021-01-07T00:45:53.129Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T00:45:53.129Z] ---> f87c1fa53426 [2021-01-07T00:45:53.129Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T00:45:54.615Z] ---> be3de7ab7563 [2021-01-07T00:45:54.615Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T00:45:54.894Z] ---> 87ae8b56a7ad [2021-01-07T00:45:54.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T00:45:54.894Z] ---> 5f73a7f5f59d [2021-01-07T00:45:54.894Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T00:45:55.171Z] ---> 65766cd0cf21 [2021-01-07T00:45:55.171Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T00:45:56.632Z] ---> 6efff3edca74 [2021-01-07T00:45:56.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T00:45:57.258Z] ---> 0137c8ab0d2b [2021-01-07T00:45:57.258Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T00:45:57.258Z] ---> 0ebb3de8c91f [2021-01-07T00:45:57.258Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T00:45:57.258Z] ---> f5b931b17344 [2021-01-07T00:45:57.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T00:45:57.568Z] ---> Running in f2ba511fd2db [2021-01-07T00:45:57.876Z] ---> 7abe08c07b8c [2021-01-07T00:45:57.876Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T00:45:58.161Z] ---> Running in 074adeb1fa7c [2021-01-07T00:45:58.436Z] Removing intermediate container f9048b3cd8dc [2021-01-07T00:45:58.436Z] ---> a0ccda643541 [2021-01-07T00:45:58.436Z] [2021-01-07T00:45:58.436Z] Step 10/22 : FROM scratch [2021-01-07T00:45:58.436Z] ---> [2021-01-07T00:45:58.436Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:45:58.436Z] ---> 44c3f74fcc8f [2021-01-07T00:45:58.436Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T00:45:58.711Z] ---> Using cache [2021-01-07T00:45:58.711Z] ---> a6108118507b [2021-01-07T00:45:58.711Z] Removing intermediate container f2ba511fd2db [2021-01-07T00:45:58.711Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T00:45:58.711Z] ---> d12dae002646 [2021-01-07T00:45:58.711Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:45:58.711Z] ---> Running in ce57619782e2 [2021-01-07T00:45:58.987Z] ---> 316b173a903f [2021-01-07T00:45:58.987Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T00:45:58.987Z] ---> Running in 81c642f3fcf5 [2021-01-07T00:45:59.265Z] ---> Running in 05c1e472c065 [2021-01-07T00:45:59.549Z] Removing intermediate container ce57619782e2 [2021-01-07T00:45:59.549Z] ---> a1a82e01e56a [2021-01-07T00:45:59.549Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T00:45:59.835Z] ---> Running in 7105591ee8b2 [2021-01-07T00:45:59.835Z] Removing intermediate container 81c642f3fcf5 [2021-01-07T00:45:59.835Z] ---> 88d72e489ccd [2021-01-07T00:45:59.835Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T00:46:00.110Z] Removing intermediate container 05c1e472c065 [2021-01-07T00:46:00.110Z] ---> 77a895f9db08 [2021-01-07T00:46:00.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:46:00.110Z] ---> Running in af27bf0b6a8c [2021-01-07T00:46:00.395Z] ---> Running in cd22eece0980 [2021-01-07T00:46:00.395Z] ---> b2503ca087e3 [2021-01-07T00:46:00.395Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T00:46:00.682Z] Removing intermediate container 7105591ee8b2 [2021-01-07T00:46:00.682Z] ---> 725f44d2b9f1 [2021-01-07T00:46:00.682Z] Step 14/22 : WORKDIR / [2021-01-07T00:46:00.682Z] ---> Running in 5e8769690430 [2021-01-07T00:46:00.975Z] Removing intermediate container af27bf0b6a8c [2021-01-07T00:46:00.975Z] ---> 99b65f28919b [2021-01-07T00:46:00.975Z] Step 20/21 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:46:00.975Z] Removing intermediate container cd22eece0980 [2021-01-07T00:46:00.975Z] ---> d078c24fc387 [2021-01-07T00:46:00.975Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:46:01.288Z] ---> Running in 94c6bfdea497 [2021-01-07T00:46:01.288Z] ---> Running in 47488b27cf4b [2021-01-07T00:46:01.599Z] Removing intermediate container 074adeb1fa7c [2021-01-07T00:46:01.599Z] ---> 39112f13e38a [2021-01-07T00:46:01.599Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T00:46:01.599Z] Removing intermediate container 5e8769690430 [2021-01-07T00:46:01.599Z] ---> 8ab82effcf5e [2021-01-07T00:46:01.599Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T00:46:01.599Z] ---> dd8a0e132461 [2021-01-07T00:46:01.599Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T00:46:01.599Z] ---> Running in 65a265495e4b [2021-01-07T00:46:01.887Z] ---> Running in aaf0d1d5113f [2021-01-07T00:46:01.887Z] Removing intermediate container 94c6bfdea497 [2021-01-07T00:46:01.887Z] ---> 466a2c7f31f7 [2021-01-07T00:46:01.887Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:46:02.196Z] Removing intermediate container 47488b27cf4b [2021-01-07T00:46:02.196Z] ---> 01aa7d9c1392 [2021-01-07T00:46:02.196Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:46:02.513Z] ---> Running in a455ef547cfd [2021-01-07T00:46:02.513Z] ---> Running in f9f7462c7624 [2021-01-07T00:46:02.513Z] Removing intermediate container 65a265495e4b [2021-01-07T00:46:02.513Z] ---> 16c7cbca47dd [2021-01-07T00:46:02.513Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:46:02.513Z] ---> dc781b50465d [2021-01-07T00:46:02.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T00:46:02.513Z] Removing intermediate container aaf0d1d5113f [2021-01-07T00:46:02.804Z] ---> 5a0d279fb013 [2021-01-07T00:46:02.804Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:46:02.804Z] ---> Running in 310f3ef527a9 [2021-01-07T00:46:03.088Z] ---> Running in 909561ba4ecd [2021-01-07T00:46:03.088Z] Removing intermediate container f9f7462c7624 [2021-01-07T00:46:03.088Z] ---> efbd473d668c [2021-01-07T00:46:03.088Z] [2021-01-07T00:46:03.088Z] Removing intermediate container a455ef547cfd [2021-01-07T00:46:03.088Z] ---> 866c992784ec [2021-01-07T00:46:03.088Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:46:03.705Z] Successfully built efbd473d668c [2021-01-07T00:46:03.705Z] ---> Running in 9e2ebd09fe52 [2021-01-07T00:46:03.705Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T00:46:03.705Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-07T00:46:03.705Z] Removing intermediate container 310f3ef527a9 [2021-01-07T00:46:03.705Z] ---> 78021e15fe65 [2021-01-07T00:46:03.705Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:46:03.979Z] Removing intermediate container 909561ba4ecd [2021-01-07T00:46:03.979Z] ---> d788796f41e2 [2021-01-07T00:46:03.979Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T00:46:04.255Z] ---> Running in 5ee5df66075c [2021-01-07T00:46:04.255Z] ---> Running in 86fede11d722 [2021-01-07T00:46:04.531Z] Removing intermediate container 9e2ebd09fe52 [2021-01-07T00:46:04.531Z] ---> 0d114040d83d [2021-01-07T00:46:04.531Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T00:46:04.531Z] ---> dcbc24930a14 [2021-01-07T00:46:04.531Z] [2021-01-07T00:46:05.139Z] Removing intermediate container 5ee5df66075c [2021-01-07T00:46:05.139Z] ---> 623aae753025 [2021-01-07T00:46:05.139Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:46:05.139Z] Successfully built dcbc24930a14 [2021-01-07T00:46:05.139Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T00:46:05.139Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-07T00:46:05.416Z] Removing intermediate container 86fede11d722 [2021-01-07T00:46:05.416Z] ---> e22bf072634c [2021-01-07T00:46:05.416Z] Step 23/24 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:46:05.416Z] ---> Running in c1ebca152d9b [2021-01-07T00:46:05.696Z] ---> Running in 0b85bb4c0205 [2021-01-07T00:46:05.696Z] ---> c97316d6c4bc [2021-01-07T00:46:05.696Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T00:46:05.974Z] ---> Running in 28ec650e4ecd [2021-01-07T00:46:06.251Z] Removing intermediate container 0b85bb4c0205 [2021-01-07T00:46:06.251Z] ---> dbb17c9d9933 [2021-01-07T00:46:06.251Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:46:06.251Z] Removing intermediate container c1ebca152d9b [2021-01-07T00:46:06.251Z] ---> d2de7d713a93 [2021-01-07T00:46:06.251Z] [2021-01-07T00:46:06.855Z] Successfully built d2de7d713a93 [2021-01-07T00:46:06.855Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T00:46:06.855Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-07T00:46:07.492Z] ---> Running in d27320cdb094 [2021-01-07T00:46:07.492Z] Removing intermediate container 28ec650e4ecd [2021-01-07T00:46:07.492Z] ---> c3b74733f838 [2021-01-07T00:46:07.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:46:07.810Z] ---> Running in 04d7a7b565a1 [2021-01-07T00:46:08.159Z] Removing intermediate container d27320cdb094 [2021-01-07T00:46:08.159Z] ---> b277f9626c92 [2021-01-07T00:46:08.159Z] [2021-01-07T00:46:08.482Z] Removing intermediate container 04d7a7b565a1 [2021-01-07T00:46:08.482Z] ---> dfcf083b864c [2021-01-07T00:46:08.482Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T00:46:08.482Z] Successfully built b277f9626c92 [2021-01-07T00:46:09.110Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T00:46:09.110Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-07T00:46:09.391Z] ---> Running in 5e749dc8ea3a [2021-01-07T00:46:10.027Z] Removing intermediate container 5e749dc8ea3a [2021-01-07T00:46:10.027Z] ---> e6e23874e1c7 [2021-01-07T00:46:10.027Z] Step 21/22 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:46:10.661Z] ---> Running in 2dc84cc29661 [2021-01-07T00:46:11.674Z] Removing intermediate container 2dc84cc29661 [2021-01-07T00:46:11.674Z] ---> 6d0d36c40edb [2021-01-07T00:46:11.674Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T00:46:12.668Z] ---> Running in 718ede4da8a4 [2021-01-07T00:46:13.655Z] Removing intermediate container 718ede4da8a4 [2021-01-07T00:46:13.655Z] ---> 437d35f1631f [2021-01-07T00:46:13.655Z] [2021-01-07T00:46:14.257Z] Successfully built 437d35f1631f [2021-01-07T00:46:14.257Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T00:47:01.239Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:47:01.239Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:47:01.239Z] ---> 7c086874bf4f [2021-01-07T00:47:01.239Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 5feea105eb6b [2021-01-07T00:47:01.239Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 0ee5aeae99b2 [2021-01-07T00:47:01.239Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> a2987b9dc0fb [2021-01-07T00:47:01.239Z] Step 6/24 : COPY go.mod . [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 8fc3a96b3537 [2021-01-07T00:47:01.239Z] Step 7/24 : RUN go mod download [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 3f6c96682684 [2021-01-07T00:47:01.239Z] Step 8/24 : COPY . . [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> d24d7501c78a [2021-01-07T00:47:01.239Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T00:47:01.239Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:47:01.239Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:47:01.239Z] ---> 7c086874bf4f [2021-01-07T00:47:01.239Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 5feea105eb6b [2021-01-07T00:47:01.239Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 0ee5aeae99b2 [2021-01-07T00:47:01.239Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> a2987b9dc0fb [2021-01-07T00:47:01.239Z] Step 6/21 : COPY go.mod . [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 8fc3a96b3537 [2021-01-07T00:47:01.239Z] Step 7/21 : RUN go mod download [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> 3f6c96682684 [2021-01-07T00:47:01.239Z] Step 8/21 : COPY . . [2021-01-07T00:47:01.239Z] ---> Using cache [2021-01-07T00:47:01.239Z] ---> d24d7501c78a [2021-01-07T00:47:01.239Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T00:47:01.239Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:47:01.240Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:47:01.240Z] ---> 7c086874bf4f [2021-01-07T00:47:01.240Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T00:47:01.240Z] ---> Using cache [2021-01-07T00:47:01.240Z] ---> 5feea105eb6b [2021-01-07T00:47:01.240Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:47:01.240Z] ---> Using cache [2021-01-07T00:47:01.240Z] ---> 0ee5aeae99b2 [2021-01-07T00:47:01.240Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T00:47:01.240Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T00:47:01.240Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T00:47:01.240Z] ---> 7c086874bf4f [2021-01-07T00:47:01.240Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T00:47:01.240Z] ---> Using cache [2021-01-07T00:47:01.240Z] ---> 5feea105eb6b [2021-01-07T00:47:01.240Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:47:01.240Z] ---> Using cache [2021-01-07T00:47:01.240Z] ---> 0ee5aeae99b2 [2021-01-07T00:47:01.240Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T00:47:01.240Z] ---> Running in eefc83291475 [2021-01-07T00:47:01.240Z] ---> Running in 885396ea0b2b [2021-01-07T00:47:01.240Z] ---> Running in 31cb3965ea7f [2021-01-07T00:47:01.240Z] ---> Running in 7282222e7fe0 [2021-01-07T00:47:01.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T00:47:01.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T00:47:01.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:01.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:03.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:03.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:47:04.748Z] OK: 217 MiB in 51 packages [2021-01-07T00:47:04.748Z] OK: 217 MiB in 51 packages [2021-01-07T00:47:07.396Z] Removing intermediate container 31cb3965ea7f [2021-01-07T00:47:07.396Z] ---> 14eeaebbbe7d [2021-01-07T00:47:07.396Z] Step 6/26 : COPY go.mod . [2021-01-07T00:47:07.396Z] Removing intermediate container 7282222e7fe0 [2021-01-07T00:47:07.396Z] ---> 3431f846833a [2021-01-07T00:47:07.396Z] Step 6/23 : COPY go.mod . [2021-01-07T00:47:08.382Z] ---> 2d31d96d9016 [2021-01-07T00:47:08.382Z] Step 7/26 : RUN go mod download [2021-01-07T00:47:08.382Z] ---> 95b5a00f2f9c [2021-01-07T00:47:08.382Z] Step 7/23 : RUN go mod download [2021-01-07T00:47:08.657Z] ---> Running in d448c6f04b00 [2021-01-07T00:47:08.933Z] ---> Running in 9fc202b88beb [2021-01-07T00:47:14.360Z] Removing intermediate container d448c6f04b00 [2021-01-07T00:47:14.360Z] ---> 907def7b18dc [2021-01-07T00:47:14.360Z] Step 8/23 : COPY . . [2021-01-07T00:47:14.631Z] Removing intermediate container 9fc202b88beb [2021-01-07T00:47:14.631Z] ---> 8d473a9c7062 [2021-01-07T00:47:14.631Z] Step 8/26 : COPY . . [2021-01-07T00:47:47.009Z] ---> 008adaf7404a [2021-01-07T00:47:47.009Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T00:47:47.009Z] ---> 97cb6d12d59b [2021-01-07T00:47:47.009Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T00:47:47.009Z] ---> Running in 9f2f1b844297 [2021-01-07T00:47:47.009Z] ---> Running in 47673739266b [2021-01-07T00:47:47.620Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T00:47:47.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T00:47:51.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T00:47:52.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T00:48:07.870Z] Removing intermediate container 885396ea0b2b [2021-01-07T00:48:07.870Z] ---> 9d2f913cb3c5 [2021-01-07T00:48:07.870Z] [2021-01-07T00:48:07.870Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T00:48:07.870Z] ---> afeebe901d6b [2021-01-07T00:48:07.870Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T00:48:07.870Z] ---> Using cache [2021-01-07T00:48:07.870Z] ---> 121dcd357aa3 [2021-01-07T00:48:07.870Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:48:07.870Z] ---> Running in e0404e0c6b0d [2021-01-07T00:48:07.870Z] Removing intermediate container e0404e0c6b0d [2021-01-07T00:48:07.870Z] ---> 63f845cab956 [2021-01-07T00:48:07.870Z] Step 13/24 : WORKDIR / [2021-01-07T00:48:07.870Z] ---> Running in c6e9d2e45dff [2021-01-07T00:48:08.146Z] Removing intermediate container c6e9d2e45dff [2021-01-07T00:48:08.146Z] ---> f5f5df37f83a [2021-01-07T00:48:08.146Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-07T00:48:10.357Z] ---> 105869043db0 [2021-01-07T00:48:10.357Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-07T00:48:10.980Z] Removing intermediate container eefc83291475 [2021-01-07T00:48:10.980Z] ---> 6db423592902 [2021-01-07T00:48:10.980Z] [2021-01-07T00:48:10.980Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T00:48:10.980Z] ---> afeebe901d6b [2021-01-07T00:48:10.980Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T00:48:11.265Z] ---> Running in 9f340086eb17 [2021-01-07T00:48:11.866Z] ---> 34894b245124 [2021-01-07T00:48:11.866Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T00:48:13.311Z] ---> c134de9a10df [2021-01-07T00:48:13.311Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T00:48:13.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:13.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:48:14.191Z] WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz: IO ERROR [2021-01-07T00:48:14.465Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T00:48:14.465Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:48:14.465Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T00:48:14.742Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T00:48:14.742Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:48:14.742Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T00:48:14.742Z] ---> cee60a638eea [2021-01-07T00:48:14.742Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T00:48:15.015Z] OK: 7 MiB in 18 packages [2021-01-07T00:48:17.006Z] ---> 8a418291986a [2021-01-07T00:48:17.006Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T00:48:17.615Z] Removing intermediate container 9f340086eb17 [2021-01-07T00:48:17.615Z] ---> 1a063594328a [2021-01-07T00:48:17.615Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T00:48:17.892Z] ---> Running in 44cc5041a59b [2021-01-07T00:48:18.497Z] ---> 7790b34260db [2021-01-07T00:48:18.497Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T00:48:18.497Z] Removing intermediate container 44cc5041a59b [2021-01-07T00:48:18.497Z] ---> b87c3a05b201 [2021-01-07T00:48:18.497Z] Step 13/21 : WORKDIR /edgex [2021-01-07T00:48:18.497Z] ---> Running in d1917bc2755f [2021-01-07T00:48:18.770Z] ---> Running in 68dcc0059b87 [2021-01-07T00:48:19.749Z] Removing intermediate container 68dcc0059b87 [2021-01-07T00:48:19.749Z] ---> 9592a0af31c9 [2021-01-07T00:48:19.749Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T00:48:21.189Z] ---> 1aa7addaad74 [2021-01-07T00:48:21.189Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T00:48:22.626Z] Removing intermediate container d1917bc2755f [2021-01-07T00:48:22.626Z] ---> 9e6f29fe5371 [2021-01-07T00:48:22.626Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T00:48:22.903Z] ---> Running in 448c97ec6f70 [2021-01-07T00:48:23.504Z] ---> 7be8e40a66ce [2021-01-07T00:48:23.504Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T00:48:23.504Z] Removing intermediate container 448c97ec6f70 [2021-01-07T00:48:23.504Z] ---> a30ae7da2e7b [2021-01-07T00:48:23.504Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T00:48:23.777Z] ---> Running in 7536c5f757b2 [2021-01-07T00:48:24.751Z] Removing intermediate container 7536c5f757b2 [2021-01-07T00:48:24.751Z] ---> 3a8ed737340e [2021-01-07T00:48:24.751Z] Step 23/24 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:48:25.026Z] ---> Running in 775ac4f1d772 [2021-01-07T00:48:25.026Z] ---> 5fd04a106e30 [2021-01-07T00:48:25.026Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T00:48:25.301Z] ---> Running in 121fd42c899a [2021-01-07T00:48:25.574Z] Removing intermediate container 775ac4f1d772 [2021-01-07T00:48:25.575Z] ---> 4c0636925eff [2021-01-07T00:48:25.575Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T00:48:25.849Z] ---> Running in 7beeeeafaec5 [2021-01-07T00:48:26.125Z] Removing intermediate container 121fd42c899a [2021-01-07T00:48:26.125Z] ---> 80dc10924123 [2021-01-07T00:48:26.125Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T00:48:26.398Z] ---> Running in 715048d20b57 [2021-01-07T00:48:26.398Z] Removing intermediate container 7beeeeafaec5 [2021-01-07T00:48:26.398Z] ---> 87d601bb0e36 [2021-01-07T00:48:26.398Z] [2021-01-07T00:48:26.997Z] Removing intermediate container 715048d20b57 [2021-01-07T00:48:26.997Z] ---> 3c95c081e0a0 [2021-01-07T00:48:26.997Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T00:48:27.271Z] Successfully built 87d601bb0e36 [2021-01-07T00:48:27.271Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T00:48:27.271Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 940380bc1b9f [2021-01-07T00:48:27.874Z] Removing intermediate container 940380bc1b9f [2021-01-07T00:48:27.874Z] ---> 9afd2706c33d [2021-01-07T00:48:27.874Z] Step 20/21 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:48:27.874Z] ---> Running in 2e099444d16e [2021-01-07T00:48:28.464Z] Removing intermediate container 2e099444d16e [2021-01-07T00:48:28.464Z] ---> dac0368fdd7b [2021-01-07T00:48:28.464Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T00:48:28.737Z] ---> Running in a30b0e509999 [2021-01-07T00:48:29.331Z] Removing intermediate container a30b0e509999 [2021-01-07T00:48:29.331Z] ---> 47bf1453f3d0 [2021-01-07T00:48:29.331Z] [2021-01-07T00:48:29.930Z] Successfully built 47bf1453f3d0 [2021-01-07T00:48:29.930Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T00:48:52.092Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 47673739266b [2021-01-07T00:48:52.092Z] ---> 008f2f4238be [2021-01-07T00:48:52.092Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T00:48:52.092Z] ---> Running in ffa76a6f8bd7 [2021-01-07T00:48:52.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T00:48:55.470Z] Removing intermediate container ffa76a6f8bd7 [2021-01-07T00:48:55.470Z] ---> 0ea0d58103d9 [2021-01-07T00:48:55.470Z] [2021-01-07T00:48:55.470Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T00:48:55.470Z] 20.10.0: Pulling from library/docker [2021-01-07T00:49:03.742Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T00:49:03.742Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T00:49:03.742Z] ---> eeaf43b92773 [2021-01-07T00:49:03.742Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T00:49:04.332Z] ---> Running in ed605273040d [2021-01-07T00:49:04.332Z] Removing intermediate container 9f2f1b844297 [2021-01-07T00:49:04.332Z] ---> b06a337d1af2 [2021-01-07T00:49:04.332Z] [2021-01-07T00:49:04.332Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T00:49:04.332Z] ---> afeebe901d6b [2021-01-07T00:49:04.332Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T00:49:04.605Z] ---> Running in 0f51da26588e [2021-01-07T00:49:05.199Z] Removing intermediate container 0f51da26588e [2021-01-07T00:49:05.199Z] ---> 7a7d0663cba8 [2021-01-07T00:49:05.199Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T00:49:05.472Z] ---> Running in 3a491c5e329a [2021-01-07T00:49:05.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:05.747Z] Removing intermediate container 3a491c5e329a [2021-01-07T00:49:05.747Z] ---> 8644b41f210b [2021-01-07T00:49:05.747Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T00:49:05.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:06.026Z] ---> Running in 2945dd6defe1 [2021-01-07T00:49:06.298Z] Removing intermediate container 2945dd6defe1 [2021-01-07T00:49:06.298Z] ---> 13e80dc07602 [2021-01-07T00:49:06.298Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T00:49:06.573Z] ---> Running in e639c03bd582 [2021-01-07T00:49:06.573Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T00:49:06.573Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T00:49:06.573Z] Executing bash-5.0.17-r0.post-install [2021-01-07T00:49:06.573Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:49:06.573Z] OK: 12 MiB in 22 packages [2021-01-07T00:49:08.006Z] Removing intermediate container ed605273040d [2021-01-07T00:49:08.006Z] ---> a4156554edcd [2021-01-07T00:49:08.006Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T00:49:08.279Z] ---> Running in 2c583b67bd80 [2021-01-07T00:49:08.873Z] Removing intermediate container 2c583b67bd80 [2021-01-07T00:49:08.873Z] ---> f3594ba38b31 [2021-01-07T00:49:08.873Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T00:49:08.873Z] ---> Running in 0e8794bd132f [2021-01-07T00:49:09.150Z] Removing intermediate container e639c03bd582 [2021-01-07T00:49:09.150Z] ---> d975e349f585 [2021-01-07T00:49:09.150Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T00:49:09.150Z] ---> Running in 9c61e3093157 [2021-01-07T00:49:09.426Z] Removing intermediate container 0e8794bd132f [2021-01-07T00:49:09.426Z] ---> c9535aefc910 [2021-01-07T00:49:09.426Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T00:49:09.698Z] ---> Running in 76ce9f402ba7 [2021-01-07T00:49:10.296Z] Removing intermediate container 76ce9f402ba7 [2021-01-07T00:49:10.296Z] ---> 7462d44a08d8 [2021-01-07T00:49:10.296Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T00:49:10.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:11.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:11.577Z] ---> db0ff2066d37 [2021-01-07T00:49:11.577Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T00:49:12.179Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T00:49:12.452Z] ---> e1f4e8ee1c14 [2021-01-07T00:49:12.452Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T00:49:12.452Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T00:49:12.452Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T00:49:12.730Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T00:49:13.004Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T00:49:13.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:49:13.004Z] OK: 8 MiB in 19 packages [2021-01-07T00:49:13.286Z] ---> 411ff9b1a70f [2021-01-07T00:49:13.286Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T00:49:13.568Z] ---> Running in f1cfc883d4c9 [2021-01-07T00:49:14.553Z] Removing intermediate container 9c61e3093157 [2021-01-07T00:49:14.553Z] ---> bb47e4525236 [2021-01-07T00:49:14.553Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T00:49:15.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:15.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:49:15.429Z] ---> 24f80d5052df [2021-01-07T00:49:15.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T00:49:15.701Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T00:49:15.701Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T00:49:15.976Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T00:49:15.976Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T00:49:15.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T00:49:15.976Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T00:49:15.976Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T00:49:16.961Z] ---> d573171743f6 [2021-01-07T00:49:16.961Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T00:49:17.947Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T00:49:17.947Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T00:49:17.947Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T00:49:17.947Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T00:49:17.947Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T00:49:17.947Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T00:49:17.947Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T00:49:18.237Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T00:49:18.237Z] ---> 52c20153e5a0 [2021-01-07T00:49:18.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T00:49:18.237Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T00:49:18.237Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T00:49:18.237Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T00:49:18.237Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T00:49:18.237Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T00:49:18.237Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T00:49:18.237Z] ---> Running in af25714e142f [2021-01-07T00:49:18.237Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T00:49:18.237Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T00:49:18.514Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T00:49:18.514Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T00:49:18.514Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T00:49:18.514Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T00:49:18.514Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T00:49:18.514Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T00:49:18.514Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T00:49:18.514Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T00:49:18.514Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T00:49:18.514Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T00:49:18.788Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:49:18.788Z] OK: 71 MiB in 55 packages [2021-01-07T00:49:19.064Z] Removing intermediate container af25714e142f [2021-01-07T00:49:19.064Z] ---> a1f8255c1e5e [2021-01-07T00:49:19.064Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:49:19.064Z] ---> Running in 905fa588fc22 [2021-01-07T00:49:20.048Z] Removing intermediate container 905fa588fc22 [2021-01-07T00:49:20.048Z] ---> 3f12816e30cc [2021-01-07T00:49:20.048Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T00:49:20.048Z] ---> Running in 708d96ae734f [2021-01-07T00:49:20.640Z] Removing intermediate container 708d96ae734f [2021-01-07T00:49:20.640Z] ---> 24bec62fa73e [2021-01-07T00:49:20.640Z] Step 22/23 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:49:20.915Z] ---> Running in 0a4f01e0147f [2021-01-07T00:49:21.509Z] Removing intermediate container 0a4f01e0147f [2021-01-07T00:49:21.509Z] ---> 49d38eac3503 [2021-01-07T00:49:21.509Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T00:49:21.782Z] ---> Running in 1b4d43e5b01b [2021-01-07T00:49:22.381Z] Removing intermediate container 1b4d43e5b01b [2021-01-07T00:49:22.381Z] ---> c806087fc537 [2021-01-07T00:49:22.381Z] [2021-01-07T00:49:22.656Z] Successfully built c806087fc537 [2021-01-07T00:49:22.929Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T00:49:24.905Z]  Building docker-core-data-go ... done Removing intermediate container f1cfc883d4c9 [2021-01-07T00:49:24.905Z] ---> 680c8d2c276b [2021-01-07T00:49:24.905Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T00:49:25.178Z] ---> Running in 73ae04d77a19 [2021-01-07T00:49:31.958Z] Collecting docker-compose==1.23.2 [2021-01-07T00:49:31.958Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T00:49:32.232Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T00:49:32.232Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T00:49:32.826Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T00:49:32.826Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T00:49:36.201Z] Collecting PyYAML<4,>=3.10 [2021-01-07T00:49:36.201Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T00:49:39.575Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T00:49:39.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T00:49:41.540Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T00:49:41.540Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T00:49:42.135Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T00:49:42.135Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T00:49:42.407Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-07T00:49:43.001Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T00:49:43.001Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T00:49:43.277Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T00:49:43.277Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T00:49:46.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T00:49:46.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T00:49:47.235Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T00:49:47.235Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T00:49:47.507Z] Collecting idna<2.8,>=2.5 [2021-01-07T00:49:47.507Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T00:49:47.779Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-07T00:49:48.373Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T00:49:48.373Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T00:49:48.373Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-07T00:49:48.373Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T00:49:48.373Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T00:49:48.373Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T00:49:48.676Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T00:49:49.269Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, dockerpty, cached-property, jsonschema, docopt, docker-compose [2021-01-07T00:49:49.858Z] Attempting uninstall: idna [2021-01-07T00:49:49.858Z] Found existing installation: idna 2.9 [2021-01-07T00:49:49.858Z] Uninstalling idna-2.9: [2021-01-07T00:49:49.858Z] Successfully uninstalled idna-2.9 [2021-01-07T00:49:50.451Z] Attempting uninstall: urllib3 [2021-01-07T00:49:50.451Z] Found existing installation: urllib3 1.25.9 [2021-01-07T00:49:50.451Z] Uninstalling urllib3-1.25.9: [2021-01-07T00:49:50.726Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T00:49:51.319Z] Attempting uninstall: requests [2021-01-07T00:49:51.319Z] Found existing installation: requests 2.23.0 [2021-01-07T00:49:51.319Z] Uninstalling requests-2.23.0: [2021-01-07T00:49:51.592Z] Successfully uninstalled requests-2.23.0 [2021-01-07T00:49:52.565Z] Running setup.py install for texttable: started [2021-01-07T00:49:54.531Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T00:49:54.531Z] Running setup.py install for PyYAML: started [2021-01-07T00:49:57.155Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T00:49:57.155Z] Running setup.py install for dockerpty: started [2021-01-07T00:49:58.581Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T00:49:59.173Z] Running setup.py install for docopt: started [2021-01-07T00:50:01.137Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T00:50:02.122Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-07T00:50:06.446Z] Removing intermediate container 73ae04d77a19 [2021-01-07T00:50:06.446Z] ---> 90124a0380c8 [2021-01-07T00:50:06.446Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T00:50:06.446Z] ---> Running in e880b60ccf36 [2021-01-07T00:50:07.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T00:50:07.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T00:50:08.294Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T00:50:08.294Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T00:50:08.294Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T00:50:08.294Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T00:50:08.294Z] OK: 71 MiB in 58 packages [2021-01-07T00:50:09.732Z] Removing intermediate container e880b60ccf36 [2021-01-07T00:50:09.732Z] ---> 18f46d785994 [2021-01-07T00:50:09.732Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T00:50:09.732Z] ---> Running in 5b8fc54a5a11 [2021-01-07T00:50:10.330Z] Removing intermediate container 5b8fc54a5a11 [2021-01-07T00:50:10.330Z] ---> 2390d66ad3ca [2021-01-07T00:50:10.330Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T00:50:10.330Z] ---> Running in 08953e940fa5 [2021-01-07T00:50:10.927Z] Removing intermediate container 08953e940fa5 [2021-01-07T00:50:10.927Z] ---> 99c55af5d525 [2021-01-07T00:50:10.927Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T00:50:10.927Z] ---> Running in fde17f387607 [2021-01-07T00:50:11.523Z] Removing intermediate container fde17f387607 [2021-01-07T00:50:11.523Z] ---> 4eb2d90f1e73 [2021-01-07T00:50:11.523Z] Step 25/26 : LABEL git_sha=e788891512ce09ecddd3aa7be51b4fb6d975fd60 [2021-01-07T00:50:11.799Z] ---> Running in 500ea0d16f2f [2021-01-07T00:50:12.398Z] Removing intermediate container 500ea0d16f2f [2021-01-07T00:50:12.398Z] ---> 2d85b4713b32 [2021-01-07T00:50:12.398Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T00:50:12.398Z] ---> Running in 11f071d7e712 [2021-01-07T00:50:12.996Z] Removing intermediate container 11f071d7e712 [2021-01-07T00:50:12.996Z] ---> 6cab7ecbc1d1 [2021-01-07T00:50:12.996Z] [2021-01-07T00:50:13.268Z] Successfully built 6cab7ecbc1d1 [2021-01-07T00:50:13.268Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T00:50:13.887Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-07T00:50:14.091Z] $ docker stop --time=1 95f7cd9f57f9992cac26fe09df685bae54f8da0286822115785eb1c30f548743 [2021-01-07T00:50:16.095Z] $ docker rm -f 95f7cd9f57f9992cac26fe09df685bae54f8da0286822115785eb1c30f548743 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T00:50:16.600Z] + docker images [2021-01-07T00:50:16.601Z] + grep docker [2021-01-07T00:50:16.872Z] docker-sys-mgmt-agent-go-arm64 latest 6cab7ecbc1d1 4 seconds ago 300MB [2021-01-07T00:50:16.872Z] docker-core-data-go-arm64 latest c806087fc537 54 seconds ago 21MB [2021-01-07T00:50:16.872Z] docker-security-proxy-setup-go-arm64 latest 47bf1453f3d0 About a minute ago 23.2MB [2021-01-07T00:50:16.872Z] docker-security-secretstore-setup-go-arm64 latest 87d601bb0e36 About a minute ago 23.4MB [2021-01-07T00:50:16.872Z] docker-core-metadata-go-arm64 latest 437d35f1631f 4 minutes ago 12.2MB [2021-01-07T00:50:16.872Z] docker-support-notifications-go-arm64 latest b277f9626c92 4 minutes ago 11.4MB [2021-01-07T00:50:16.872Z] docker-security-bootstrap-redis-go-arm64 latest d2de7d713a93 4 minutes ago 15.1MB [2021-01-07T00:50:16.872Z] docker-core-command-go-arm64 latest dcbc24930a14 4 minutes ago 9.98MB [2021-01-07T00:50:16.872Z] docker-support-scheduler-go-arm64 latest efbd473d668c 4 minutes ago 10MB [2021-01-07T00:50:16.872Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T00:50:18.696Z] provisioning config files... [2021-01-07T00:50:18.712Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config4420024675815733560tmp [Pipeline] { [Pipeline] sh [2021-01-07T00:50:19.124Z] + set +x [2021-01-07T00:50:19.124Z] + curl -s https://codecov.io/bash [2021-01-07T00:50:19.124Z] + bash -s -- [2021-01-07T00:50:19.699Z] [2021-01-07T00:50:19.699Z] _____ _ [2021-01-07T00:50:19.699Z] / ____| | | [2021-01-07T00:50:19.699Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T00:50:19.699Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T00:50:19.699Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T00:50:19.699Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T00:50:19.699Z] Bash-20201231-23d4836 [2021-01-07T00:50:19.699Z] [2021-01-07T00:50:19.699Z] [2021-01-07T00:50:19.699Z] ==> git version 2.24.3 found [2021-01-07T00:50:19.699Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-07T00:50:19.699Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T00:50:19.699Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T00:50:19.699Z] ==> Jenkins CI detected. [2021-01-07T00:50:19.699Z] project root: . [2021-01-07T00:50:19.699Z] --> token set from env [2021-01-07T00:50:19.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T00:50:19.699Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T00:50:19.699Z] ==> Python coveragepy not found [2021-01-07T00:50:19.699Z] ==> Searching for coverage reports in: [2021-01-07T00:50:19.699Z] + . [2021-01-07T00:50:19.699Z] -> Found 1 reports [2021-01-07T00:50:19.699Z] ==> Detecting git/mercurial file structure [2021-01-07T00:50:19.699Z] ==> Reading reports [2021-01-07T00:50:19.961Z] + ./coverage.out bytes=536793 [2021-01-07T00:50:19.961Z] ==> Appending adjustments [2021-01-07T00:50:19.961Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T00:50:22.519Z] + Found adjustments [2021-01-07T00:50:22.519Z] ==> Gzipping contents [2021-01-07T00:50:22.519Z] 80K /tmp/codecov.qc12lj.gz [2021-01-07T00:50:22.519Z] ==> Uploading reports [2021-01-07T00:50:22.519Z] url: https://codecov.io [2021-01-07T00:50:22.519Z] query: branch=PR-2924&commit=e788891512ce09ecddd3aa7be51b4fb6d975fd60&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-07T00:50:22.519Z] -> Pinging Codecov [2021-01-07T00:50:22.519Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=e788891512ce09ecddd3aa7be51b4fb6d975fd60&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-07T00:50:23.093Z] -> Uploading to [2021-01-07T00:50:23.093Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/e788891512ce09ecddd3aa7be51b4fb6d975fd60/163630b4-1080-4ab2-b59f-f50d70ef5279.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T005022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7c1b338c21982e3327ee2bb35ec1b8b6e76d1faee5128779bfb460ce1f59126c [2021-01-07T00:50:23.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T00:50:23.093Z] Dload Upload Total Spent Left Speed [2021-01-07T00:50:23.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81793 0 0 100 81793 0 154k --:--:-- --:--:-- --:--:-- 155k [2021-01-07T00:50:23.666Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e788891512ce09ecddd3aa7be51b4fb6d975fd60 [Pipeline] } [2021-01-07T00:50:23.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:50:26.231Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:50:27.120Z] ---> package-listing.sh [2021-01-07T00:50:27.120Z] ++ facter osfamily [2021-01-07T00:50:27.120Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T00:50:27.120Z] + OS_FAMILY=redhat [2021-01-07T00:50:27.120Z] + workspace=/w/workspace/edgex-go/17 [2021-01-07T00:50:27.120Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T00:50:27.120Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T00:50:27.120Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T00:50:27.120Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T00:50:27.120Z] + '[' /w/workspace/edgex-go/17 ']' [2021-01-07T00:50:27.120Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T00:50:27.120Z] + case "${OS_FAMILY}" in [2021-01-07T00:50:27.120Z] + rpm -qa [2021-01-07T00:50:27.120Z] + sort [2021-01-07T00:50:32.443Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T00:50:32.443Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T00:50:32.443Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T00:50:32.443Z] + '[' /w/workspace/edgex-go/17 ']' [2021-01-07T00:50:32.443Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-01-07T00:50:32.443Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-01-07T00:50:32.458Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T00:50:32.754Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:50:33.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:50:33.135Z] [2021-01-07T00:50:33.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T00:50:33.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:50:33.566Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T00:50:33.566Z] df20fa9351a1: Pulling fs layer [2021-01-07T00:50:33.566Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T00:50:33.566Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T00:50:33.566Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T00:50:33.566Z] 93b61091891f: Pulling fs layer [2021-01-07T00:50:33.566Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T00:50:33.566Z] 5e14af77c1be: Pulling fs layer [2021-01-07T00:50:33.566Z] 01666e4c0597: Pulling fs layer [2021-01-07T00:50:33.566Z] aa168da1d23b: Pulling fs layer [2021-01-07T00:50:33.566Z] 46f8f816bc3b: Waiting [2021-01-07T00:50:33.566Z] 01666e4c0597: Waiting [2021-01-07T00:50:33.566Z] 93b61091891f: Waiting [2021-01-07T00:50:33.566Z] 93b9cdb0e59b: Waiting [2021-01-07T00:50:33.566Z] 5e14af77c1be: Waiting [2021-01-07T00:50:33.566Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T00:50:33.566Z] 36b3adc4ff6f: Download complete [2021-01-07T00:50:33.566Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T00:50:33.566Z] 46f8f816bc3b: Download complete [2021-01-07T00:50:33.566Z] df20fa9351a1: Verifying Checksum [2021-01-07T00:50:33.566Z] df20fa9351a1: Download complete [2021-01-07T00:50:33.566Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T00:50:33.566Z] 93b9cdb0e59b: Download complete [2021-01-07T00:50:33.566Z] 5e14af77c1be: Verifying Checksum [2021-01-07T00:50:33.566Z] 5e14af77c1be: Download complete [2021-01-07T00:50:33.884Z] 01666e4c0597: Verifying Checksum [2021-01-07T00:50:33.884Z] 01666e4c0597: Download complete [2021-01-07T00:50:33.884Z] 93b61091891f: Verifying Checksum [2021-01-07T00:50:33.884Z] 93b61091891f: Download complete [2021-01-07T00:50:34.157Z] df20fa9351a1: Pull complete [2021-01-07T00:50:34.157Z] 36b3adc4ff6f: Pull complete [2021-01-07T00:50:34.433Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T00:50:34.433Z] 8ad3a11d3b57: Download complete [2021-01-07T00:50:35.390Z] 8ad3a11d3b57: Pull complete [2021-01-07T00:50:35.390Z] 46f8f816bc3b: Pull complete [2021-01-07T00:50:36.347Z] aa168da1d23b: Verifying Checksum [2021-01-07T00:50:36.347Z] aa168da1d23b: Download complete [2021-01-07T00:50:38.274Z] 93b61091891f: Pull complete [2021-01-07T00:50:38.274Z] 93b9cdb0e59b: Pull complete [2021-01-07T00:50:38.274Z] 5e14af77c1be: Pull complete [2021-01-07T00:50:38.538Z] 01666e4c0597: Pull complete [2021-01-07T00:50:49.165Z] aa168da1d23b: Pull complete [2021-01-07T00:50:49.166Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T00:50:49.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T00:50:49.166Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T00:50:49.406Z] prd-centos7-docker-4c-2g-18765 does not seem to be running inside a container [2021-01-07T00:50:49.462Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-lftools-log-publisher:alpine cat [2021-01-07T00:50:57.459Z] $ docker top 13c88f94ce29367f9591e4d6e5bc10db3c0bd742469b6a9bf1a6af7754a146f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T00:50:58.053Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T00:50:58.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T00:50:58.658Z] + ls /var/log/sa-host [2021-01-07T00:50:58.658Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T00:50:58.658Z] file_magic: OK [2021-01-07T00:50:58.658Z] HZ: Using current value: 100 [2021-01-07T00:50:58.658Z] file_header: OK [2021-01-07T00:50:58.658Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T00:50:58.658Z] Statistics: [2021-01-07T00:50:58.658Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T00:50:58.658Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T00:50:58.658Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T00:50:58.658Z] file_magic: OK [2021-01-07T00:50:58.658Z] HZ: Using current value: 100 [2021-01-07T00:50:58.658Z] file_header: OK [2021-01-07T00:50:58.658Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T00:50:58.658Z] Statistics: [2021-01-07T00:50:58.658Z] Hnuu...uuuununununu... [2021-01-07T00:50:58.658Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T00:50:58.855Z] provisioning config files... [2021-01-07T00:50:58.869Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config3092953961947659718tmp [Pipeline] { [Pipeline] echo [2021-01-07T00:50:58.947Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:50:59.245Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T00:50:59.261Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T00:50:59.361Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:00.083Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T00:51:00.094Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:00.398Z] ---> sudo-logs.sh [2021-01-07T00:51:00.398Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T00:51:00.409Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:00.711Z] ---> job-cost.sh [2021-01-07T00:51:00.711Z] lf-activate-venv: SKIPPING [2021-01-07T00:51:00.711Z] INFO: No Stack... [2021-01-07T00:51:01.661Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T00:51:01.927Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T00:51:01.943Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T00:51:02.255Z] ---> logs-deploy.sh [2021-01-07T00:51:02.256Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/17 [2021-01-07T00:51:02.256Z] INFO: archiving workspace using pattern(s): [2021-01-07T00:51:03.649Z] Archives upload complete. [2021-01-07T00:51:03.915Z] INFO: archiving logs to Nexus [2021-01-07T00:51:04.896Z] ---> uname -a: [2021-01-07T00:51:04.896Z] Linux prd-centos7-docker-4c-2g-18765.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] ---> lscpu: [2021-01-07T00:51:04.896Z] Architecture: x86_64 [2021-01-07T00:51:04.896Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-07T00:51:04.896Z] Byte Order: Little Endian [2021-01-07T00:51:04.896Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-07T00:51:04.896Z] CPU(s): 4 [2021-01-07T00:51:04.896Z] On-line CPU(s) list: 0-3 [2021-01-07T00:51:04.896Z] Thread(s) per core: 1 [2021-01-07T00:51:04.896Z] Core(s) per socket: 1 [2021-01-07T00:51:04.896Z] Socket(s): 4 [2021-01-07T00:51:04.896Z] NUMA node(s): 1 [2021-01-07T00:51:04.896Z] Vendor ID: GenuineIntel [2021-01-07T00:51:04.896Z] CPU family: 6 [2021-01-07T00:51:04.896Z] Model: 44 [2021-01-07T00:51:04.896Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-07T00:51:04.896Z] Stepping: 1 [2021-01-07T00:51:04.896Z] CPU MHz: 2933.442 [2021-01-07T00:51:04.896Z] BogoMIPS: 5866.88 [2021-01-07T00:51:04.896Z] Virtualization: VT-x [2021-01-07T00:51:04.896Z] Hypervisor vendor: KVM [2021-01-07T00:51:04.896Z] Virtualization type: full [2021-01-07T00:51:04.896Z] L1d cache: 128 KiB [2021-01-07T00:51:04.896Z] L1i cache: 128 KiB [2021-01-07T00:51:04.896Z] L2 cache: 16 MiB [2021-01-07T00:51:04.896Z] L3 cache: 64 MiB [2021-01-07T00:51:04.896Z] NUMA node0 CPU(s): 0-3 [2021-01-07T00:51:04.896Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-07T00:51:04.896Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-07T00:51:04.896Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-07T00:51:04.896Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-07T00:51:04.896Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-07T00:51:04.896Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-07T00:51:04.896Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-07T00:51:04.896Z] Vulnerability Srbds: Not affected [2021-01-07T00:51:04.896Z] Vulnerability Tsx async abort: Not affected [2021-01-07T00:51:04.896Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] ---> nproc: [2021-01-07T00:51:04.896Z] 4 [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z] ---> df -h: [2021-01-07T00:51:04.896Z] Filesystem Size Used Available Use% Mounted on [2021-01-07T00:51:04.896Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-07T00:51:04.896Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-07T00:51:04.896Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-07T00:51:04.896Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/17 [2021-01-07T00:51:04.896Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/17@tmp [2021-01-07T00:51:04.896Z] [2021-01-07T00:51:04.896Z]