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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a0fe9c2cbb5f2ba2374e06009d327325fce0109d+f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 (4eb72db8a33ff9737b1a3beb24ec052e171b37b2) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17671’ is offline; ‘prd-centos7-docker-4c-2g-17672’ is offline Running on prd-centos7-docker-4c-2g-17680 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d Merge succeeded, producing 21e072101d5435541b80262ca9aae949fd994ad4 Checking out Revision 21e072101d5435541b80262ca9aae949fd994ad4 (PR-2962) > git config core.sparsecheckout # timeout=10 > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # 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 f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21e072101d5435541b80262ca9aae949fd994ad4 # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T00:30:58.441Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T00:30:58.691Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T00:30:58.802Z] ========================================================= [2020-12-30T00:30:58.802Z] EdgeX Global Pipelines Version Info [2020-12-30T00:30:58.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 [2020-12-30T00:31:00.462Z] ------------------- [2020-12-30T00:31:00.462Z] stable info: [2020-12-30T00:31:00.462Z] ------------------- [2020-12-30T00:31:00.462Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T00:31:00.462Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:31:00.462Z] Message: update stable to v1.0.173 [2020-12-30T00:31:01.434Z] ------------------- [2020-12-30T00:31:01.434Z] experimental info: [2020-12-30T00:31:01.434Z] ------------------- [2020-12-30T00:31:01.434Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T00:31:01.434Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:31:01.434Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T00:31:01.746Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-30T00:31:01.866Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-30T00:31:01.967Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T00:31:02.058Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T00:31:02.155Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T00:31:02.262Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T00:31:02.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T00:31:02.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-30T00:31:02.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-30T00:31:02.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-30T00:31:02.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T00:31:02.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T00:31:02.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T00:31:02.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T00:31:03.084Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:31:03.164Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:31:03.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T00:31:03.356Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T00:31:03.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T00:31:03.521Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T00:31:03.603Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-30T00:31:03.685Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T00:31:03.766Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T00:31:03.850Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2962 [Pipeline] echo [2020-12-30T00:31:03.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2962 [Pipeline] echo [2020-12-30T00:31:04.032Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2962 [Pipeline] echo [2020-12-30T00:31:04.116Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] echo [2020-12-30T00:31:04.213Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21e0721 [Pipeline] echo [2020-12-30T00:31:04.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:31:04.493Z] provisioning config files... [2020-12-30T00:31:04.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3448869527248984443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:31:04.899Z] ---> docker-login.sh [2020-12-30T00:31:04.899Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:31:05.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:05.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:05.427Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:05.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:05.427Z] [2020-12-30T00:31:05.427Z] Login Succeeded [2020-12-30T00:31:05.427Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:31:05.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:05.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:05.427Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:05.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:05.427Z] [2020-12-30T00:31:05.427Z] Login Succeeded [2020-12-30T00:31:05.427Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:31:05.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:05.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:05.690Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:05.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:05.690Z] [2020-12-30T00:31:05.690Z] Login Succeeded [2020-12-30T00:31:05.690Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:31:05.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:05.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:05.954Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:05.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:05.954Z] [2020-12-30T00:31:05.954Z] Login Succeeded [2020-12-30T00:31:05.954Z] docker.io [2020-12-30T00:31:05.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:31:06.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:31:06.219Z] Configure a credential helper to remove this warning. See [2020-12-30T00:31:06.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:31:06.219Z] [2020-12-30T00:31:06.219Z] Login Succeeded [2020-12-30T00:31:06.219Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:31:06.236Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:31:06.755Z] ++ 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 [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/core-command/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/core-data/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-30T00:31:06.755Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:31:06.755Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-30T00:31:06.755Z] ++ cut -d/ -f2 [2020-12-30T00:31:06.755Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-30T00:31:06.826Z] 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 [2020-12-30T00:31:07.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:07.629Z] [2020-12-30T00:31:07.629Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:31:07.974Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:07.974Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T00:31:07.974Z] 31603596830f: Pulling fs layer [2020-12-30T00:31:07.974Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T00:31:07.974Z] 6ca5941a6612: Pulling fs layer [2020-12-30T00:31:07.974Z] ecc8261a40a4: Pulling fs layer [2020-12-30T00:31:07.974Z] ecc8261a40a4: Waiting [2020-12-30T00:31:07.974Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T00:31:07.974Z] 2a8b12db71e7: Download complete [2020-12-30T00:31:08.240Z] 31603596830f: Verifying Checksum [2020-12-30T00:31:08.240Z] 31603596830f: Download complete [2020-12-30T00:31:08.240Z] ecc8261a40a4: Verifying Checksum [2020-12-30T00:31:08.240Z] ecc8261a40a4: Download complete [2020-12-30T00:31:08.240Z] 6ca5941a6612: Verifying Checksum [2020-12-30T00:31:08.240Z] 6ca5941a6612: Download complete [2020-12-30T00:31:08.502Z] 31603596830f: Pull complete [2020-12-30T00:31:08.770Z] 2a8b12db71e7: Pull complete [2020-12-30T00:31:09.717Z] 6ca5941a6612: Pull complete [2020-12-30T00:31:09.717Z] ecc8261a40a4: Pull complete [2020-12-30T00:31:09.717Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T00:31:09.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:31:09.980Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T00:31:10.091Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:31:10.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T00:31:12.659Z] $ docker top a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T00:31:13.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:31:13.019Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:31:13.263Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:31:13.267Z] $ docker exec a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent [2020-12-30T00:31:13.469Z] SSH_AUTH_SOCK=/tmp/ssh-HYfWnSR7tFx0/agent.11 [2020-12-30T00:31:13.469Z] SSH_AGENT_PID=16 [2020-12-30T00:31:13.480Z] Running ssh-add (command line suppressed) [2020-12-30T00:31:13.637Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3334367835884277275.key (/w/workspace/edgex-go/3@tmp/private_key_3334367835884277275.key) [2020-12-30T00:31:13.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:31:14.044Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T00:31:14.070Z] $ docker exec --env ******** --env ******** a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent -k [2020-12-30T00:31:14.215Z] unset SSH_AUTH_SOCK; [2020-12-30T00:31:14.216Z] unset SSH_AGENT_PID; [2020-12-30T00:31:14.216Z] echo Agent pid 16 killed; [2020-12-30T00:31:14.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T00:31:14.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:31:14.403Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:31:14.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:31:14.622Z] $ docker exec a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent [2020-12-30T00:31:14.806Z] SSH_AUTH_SOCK=/tmp/ssh-Fpmmt0tgVzWb/agent.46 [2020-12-30T00:31:14.806Z] SSH_AGENT_PID=51 [2020-12-30T00:31:14.815Z] Running ssh-add (command line suppressed) [2020-12-30T00:31:14.935Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2824030264828101684.key (/w/workspace/edgex-go/3@tmp/private_key_2824030264828101684.key) [2020-12-30T00:31:14.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:31:15.328Z] + git semver init [2020-12-30T00:31:15.328Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T00:31:15.328Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-30T00:31:15.328Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-30T00:31:15.328Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T00:31:15.328Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T00:31:15.328Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T00:31:15.328Z] # $SEMVER_BRANCH = PR-2962 [2020-12-30T00:31:15.328Z] # $SEMVER_TEMP = /tmp/semver-909950818 [2020-12-30T00:31:15.328Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-30T00:31:42.237Z] # '/tmp/semver-909950818' -> '/w/workspace/edgex-go/3/.semver' [2020-12-30T00:31:42.237Z] # -> Force: false [2020-12-30T00:31:42.237Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-30T00:31:42.250Z] $ docker exec --env ******** --env ******** a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef ssh-agent -k [2020-12-30T00:31:42.673Z] unset SSH_AUTH_SOCK; [2020-12-30T00:31:42.673Z] unset SSH_AGENT_PID; [2020-12-30T00:31:42.673Z] echo Agent pid 51 killed; [2020-12-30T00:31:42.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:31:43.273Z] + git semver [Pipeline] } [2020-12-30T00:31:43.318Z] $ docker stop --time=1 a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef [2020-12-30T00:31:45.501Z] $ docker rm -f a273adf5c09cf999f830e5f87acbff0e84a6c88471567e2ef0d877662f1ff4ef [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:31:46.103Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T00:31:46.694Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T00:31:46.697Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:31:47.860Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:31:48.219Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:31:48.536Z] + sudo service docker restart [2020-12-30T00:31:48.536Z] + true [2020-12-30T00:31:48.536Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-30T00:31:49.132Z] ========================================================= [2020-12-30T00:31:49.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T00:31:49.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:31:49.513Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-30T00:31:53.798Z] Sending build context to Docker daemon 326.3MB [2020-12-30T00:31:53.798Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:31:53.798Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:31:53.798Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T00:31:53.798Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T00:31:53.798Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T00:31:53.798Z] de9db76c5a1d: Pulling fs layer [2020-12-30T00:31:53.798Z] bca2f99d35d6: Pulling fs layer [2020-12-30T00:31:53.798Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T00:31:53.798Z] 7c6f9722023f: Pulling fs layer [2020-12-30T00:31:53.798Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T00:31:53.798Z] 93359f2a8cfa: Waiting [2020-12-30T00:31:53.798Z] 7c6f9722023f: Waiting [2020-12-30T00:31:53.798Z] a35cf1a2eb13: Waiting [2020-12-30T00:31:53.798Z] bca2f99d35d6: Waiting [2020-12-30T00:31:53.799Z] de9db76c5a1d: Verifying Checksum [2020-12-30T00:31:53.799Z] de9db76c5a1d: Download complete [2020-12-30T00:31:53.799Z] 0ef7d3d256c8: Verifying Checksum [2020-12-30T00:31:53.799Z] 0ef7d3d256c8: Download complete [2020-12-30T00:31:55.723Z] 93359f2a8cfa: Download complete [2020-12-30T00:31:55.986Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T00:31:55.986Z] 188c0c94c7c5: Download complete [2020-12-30T00:31:55.986Z] 7c6f9722023f: Download complete [2020-12-30T00:31:56.248Z] 188c0c94c7c5: Pull complete [2020-12-30T00:31:56.514Z] 0ef7d3d256c8: Pull complete [2020-12-30T00:31:56.799Z] de9db76c5a1d: Pull complete [2020-12-30T00:32:02.121Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T00:32:02.121Z] a35cf1a2eb13: Download complete [2020-12-30T00:32:02.214Z] Still waiting to schedule task [2020-12-30T00:32:02.214Z] ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17671’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17686’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17689’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17684’ is offline [2020-12-30T00:32:03.525Z] bca2f99d35d6: Verifying Checksum [2020-12-30T00:32:03.525Z] bca2f99d35d6: Download complete [2020-12-30T00:32:08.879Z] bca2f99d35d6: Pull complete [2020-12-30T00:32:09.146Z] 93359f2a8cfa: Pull complete [2020-12-30T00:32:09.146Z] 7c6f9722023f: Pull complete [2020-12-30T00:32:15.801Z] a35cf1a2eb13: Pull complete [2020-12-30T00:32:15.801Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T00:32:15.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T00:32:15.801Z] ---> a62c8e92a672 [2020-12-30T00:32:15.801Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:32:15.801Z] ---> Running in 02f189f09e78 [2020-12-30T00:32:16.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:32:17.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:32:17.592Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:32:17.868Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:32:17.868Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:32:18.134Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:32:33.083Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:32:33.083Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:32:33.083Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:32:33.083Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:32:33.083Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:32:33.083Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:32:33.083Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:32:33.083Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:32:33.083Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:32:33.083Z] OK: 233 MiB in 51 packages [2020-12-30T00:32:35.663Z] Removing intermediate container 02f189f09e78 [2020-12-30T00:32:35.663Z] ---> c5526e8a1d19 [2020-12-30T00:32:35.663Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:32:35.663Z] ---> Running in 107459e6163e [2020-12-30T00:32:35.933Z] Removing intermediate container 107459e6163e [2020-12-30T00:32:35.933Z] ---> 40bfde84851c [2020-12-30T00:32:35.933Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:32:36.891Z] latest: Pulling from library/docker [2020-12-30T00:32:36.891Z] 801bfaa63ef2: Pulling fs layer [2020-12-30T00:32:36.891Z] 4f7dc993c79e: Pulling fs layer [2020-12-30T00:32:36.891Z] d39d95e4997f: Pulling fs layer [2020-12-30T00:32:36.891Z] 1cda4b703d87: Pulling fs layer [2020-12-30T00:32:36.891Z] 54e5375350ea: Pulling fs layer [2020-12-30T00:32:36.891Z] f08cd1b3bb1b: Pulling fs layer [2020-12-30T00:32:36.892Z] 8e17d04e0c68: Pulling fs layer [2020-12-30T00:32:36.892Z] 54e5375350ea: Waiting [2020-12-30T00:32:36.892Z] f08cd1b3bb1b: Waiting [2020-12-30T00:32:36.892Z] 8e17d04e0c68: Waiting [2020-12-30T00:32:36.892Z] 1cda4b703d87: Waiting [2020-12-30T00:32:36.892Z] d39d95e4997f: Verifying Checksum [2020-12-30T00:32:36.892Z] d39d95e4997f: Download complete [2020-12-30T00:32:36.892Z] 4f7dc993c79e: Verifying Checksum [2020-12-30T00:32:36.892Z] 4f7dc993c79e: Download complete [2020-12-30T00:32:36.892Z] 801bfaa63ef2: Verifying Checksum [2020-12-30T00:32:36.892Z] 801bfaa63ef2: Download complete [2020-12-30T00:32:37.159Z] 54e5375350ea: Verifying Checksum [2020-12-30T00:32:37.159Z] 54e5375350ea: Download complete [2020-12-30T00:32:37.159Z] f08cd1b3bb1b: Verifying Checksum [2020-12-30T00:32:37.159Z] f08cd1b3bb1b: Download complete [2020-12-30T00:32:37.159Z] 801bfaa63ef2: Pull complete [2020-12-30T00:32:37.159Z] 8e17d04e0c68: Verifying Checksum [2020-12-30T00:32:37.159Z] 8e17d04e0c68: Download complete [2020-12-30T00:32:37.430Z] 4f7dc993c79e: Pull complete [2020-12-30T00:32:37.693Z] d39d95e4997f: Pull complete [2020-12-30T00:32:38.646Z] 1cda4b703d87: Verifying Checksum [2020-12-30T00:32:38.646Z] 1cda4b703d87: Download complete [2020-12-30T00:32:41.219Z] 1cda4b703d87: Pull complete [2020-12-30T00:32:41.219Z] 54e5375350ea: Pull complete [2020-12-30T00:32:41.482Z] f08cd1b3bb1b: Pull complete [2020-12-30T00:32:41.482Z] 8e17d04e0c68: Pull complete [2020-12-30T00:32:41.482Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:32:41.482Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:32:42.912Z] ---> 3bfbb6ea957e [2020-12-30T00:32:42.912Z] Step 6/7 : COPY go.mod . [2020-12-30T00:32:43.176Z] ---> 16f1cc3d7e9e [2020-12-30T00:32:43.176Z] Step 7/7 : RUN go mod download [2020-12-30T00:32:43.176Z] ---> Running in 2e4907125364 [2020-12-30T00:33:05.256Z] Removing intermediate container 2e4907125364 [2020-12-30T00:33:05.256Z] ---> 1044df4ca6e4 [2020-12-30T00:33:05.519Z] Successfully built 1044df4ca6e4 [2020-12-30T00:33:05.786Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:06.121Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:33:06.121Z] . [Pipeline] withDockerContainer [2020-12-30T00:33:06.226Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:33:06.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:33:07.067Z] $ docker top 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:33:07.563Z] + go version [2020-12-30T00:33:07.563Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T00:33:07.576Z] $ docker stop --time=1 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 [2020-12-30T00:33:08.956Z] $ docker rm -f 173e4a424da00435c1e04501f344671b40386e8a93d36b39c751422277cedfb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:09.985Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:33:09.985Z] . [Pipeline] withDockerContainer [2020-12-30T00:33:10.089Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:33:10.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:33:10.982Z] $ docker top 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:33:11.201Z] ========================================================= [2020-12-30T00:33:11.201Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:33:11.201Z] ========================================================= [Pipeline] sh [2020-12-30T00:33:11.494Z] + make test [2020-12-30T00:33:11.494Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:33:21.542Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:33:33.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:33:41.603Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:33:41.603Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:33:41.603Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:33:41.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:33:41.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:33:42.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:33:42.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:33:43.009Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:33:43.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:33:46.188Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:33:46.188Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:33:46.188Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:33:47.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2020-12-30T00:33:47.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:33:47.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:33:47.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:33:47.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:33:47.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.0% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 73.9% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.9% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:33:53.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:33:53.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:33:53.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2020-12-30T00:33:53.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:33:53.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2020-12-30T00:33:53.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:33:53.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2020-12-30T00:33:53.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:33:54.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-12-30T00:33:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:33:54.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2020-12-30T00:33:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:33:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:33:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:33:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:33:55.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 93.8% of statements [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:33:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:33:55.733Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:33:55.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:33:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:33:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:33:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2020-12-30T00:33:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:33:56.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2020-12-30T00:33:56.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2020-12-30T00:33:57.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements [2020-12-30T00:33:57.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2020-12-30T00:33:57.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:33:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.5% of statements [2020-12-30T00:33:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:33:58.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:33:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2020-12-30T00:33:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2020-12-30T00:33:58.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2020-12-30T00:33:58.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2020-12-30T00:33:58.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2020-12-30T00:34:00.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 55.9% of statements [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:34:00.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:34:00.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:34:00.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements [2020-12-30T00:34:00.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2020-12-30T00:34:02.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.1% of statements [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:34:02.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:34:02.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2020-12-30T00:34:02.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.653s coverage: 29.1% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:34:03.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:34:03.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:34:04.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-12-30T00:34:04.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-30T00:34:04.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-30T00:34:05.098Z] GO111MODULE=on go vet ./... [2020-12-30T00:34:31.856Z] gofmt -l . [2020-12-30T00:34:31.856Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:34:31.856Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:34:31.856Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:34:32.181Z] + ls -al . [2020-12-30T00:34:32.181Z] total 636 [2020-12-30T00:34:32.181Z] drwxrwxr-x 10 1001 1001 4096 Dec 30 00:34 . [2020-12-30T00:34:32.181Z] drwxr-xr-x 4 root root 28 Dec 30 00:33 .. [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:30 .dockerignore [2020-12-30T00:34:32.181Z] drwxrwxr-x 8 1001 1001 179 Dec 30 00:30 .git [2020-12-30T00:34:32.181Z] drwxrwxr-x 3 1001 1001 125 Dec 30 00:30 .github [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:30 .gitignore [2020-12-30T00:34:32.181Z] drwx------ 3 1001 1001 47 Dec 30 00:31 .semver [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:30 .sonarcloud.properties [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:30 CONTRIBUTING.md [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:30 Dockerfile.build [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:30 Jenkinsfile [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:30 LICENSE [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:30 Makefile [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:30 README.md [2020-12-30T00:34:32.181Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:30 SECURITY.md [2020-12-30T00:34:32.182Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION [2020-12-30T00:34:32.182Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:30 ZMQWindows.md [2020-12-30T00:34:32.182Z] drwxrwxr-x 2 1001 1001 117 Dec 30 00:30 bin [2020-12-30T00:34:32.182Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:30 cmd [2020-12-30T00:34:32.182Z] -rw-r--r-- 1 root root 538157 Dec 30 00:34 coverage.out [2020-12-30T00:34:32.182Z] -rw-r--r-- 1 root root 979 Dec 30 00:34 go.mod [2020-12-30T00:34:32.182Z] -rw-r--r-- 1 root root 18739 Dec 30 00:34 go.sum [2020-12-30T00:34:32.182Z] drwxrwxr-x 8 1001 1001 127 Dec 30 00:30 internal [2020-12-30T00:34:32.182Z] drwxrwxr-x 4 1001 1001 26 Dec 30 00:30 openapi [2020-12-30T00:34:32.182Z] drwxrwxr-x 4 1001 1001 71 Dec 30 00:30 snap [2020-12-30T00:34:32.182Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:30 version.go [Pipeline] sh [2020-12-30T00:34:32.497Z] + '[' -e coverage.out ] [2020-12-30T00:34:32.498Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:34:32.735Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:34:33.033Z] + make build [2020-12-30T00:34:33.034Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:34:35.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:34:43.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:34:44.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:34:45.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:34:45.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:34:47.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:34:48.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:34:50.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:34:51.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:34:52.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:34:53.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-30T00:34:54.629Z] $ docker stop --time=1 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e [2020-12-30T00:34:56.400Z] $ docker rm -f 05ea9fdb22a2244217b54651c6c0e7daf3ed059416d2795fffd88d0fb1ca787e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:34:59.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:34:59.736Z] [2020-12-30T00:34:59.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:00.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:00.100Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-30T00:35:00.100Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-30T00:35:00.100Z] ca9280d653b3: Pulling fs layer [2020-12-30T00:35:00.100Z] 7e9c9ca2126c: Pulling fs layer [2020-12-30T00:35:00.363Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-30T00:35:00.363Z] cbdbe7a5bc2a: Download complete [2020-12-30T00:35:00.624Z] cbdbe7a5bc2a: Pull complete [2020-12-30T00:35:01.573Z] ca9280d653b3: Verifying Checksum [2020-12-30T00:35:01.573Z] ca9280d653b3: Download complete [2020-12-30T00:35:02.535Z] ca9280d653b3: Pull complete [2020-12-30T00:35:03.114Z] 7e9c9ca2126c: Verifying Checksum [2020-12-30T00:35:03.114Z] 7e9c9ca2126c: Download complete [2020-12-30T00:35:09.745Z] 7e9c9ca2126c: Pull complete [2020-12-30T00:35:09.745Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-30T00:35:09.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:09.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-30T00:35:09.873Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:35:09.954Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:35:12.715Z] $ docker top c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:35:13.330Z] + docker-compose build --help [2020-12-30T00:35:13.330Z] + grep parallel [2020-12-30T00:35:14.348Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:35:14.441Z] $ docker stop --time=1 c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 [2020-12-30T00:35:15.845Z] $ docker rm -f c7bca539aedec10435e6d2343a8dd058db58912979bf3c7e867184ab27ad41b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:16.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:16.462Z] . [Pipeline] withDockerContainer [2020-12-30T00:35:16.561Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:35:16.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:35:17.395Z] $ docker top c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:35:17.876Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:35:18.833Z] Building docker-core-command-go ... [2020-12-30T00:35:18.833Z] Building docker-core-data-go ... [2020-12-30T00:35:18.833Z] Building docker-core-metadata-go ... [2020-12-30T00:35:18.833Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:35:18.833Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:35:18.833Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:35:18.833Z] Building docker-support-notifications-go ... [2020-12-30T00:35:18.833Z] Building docker-support-scheduler-go ... [2020-12-30T00:35:18.833Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:35:18.833Z] Building docker-security-secretstore-setup-go [2020-12-30T00:35:18.833Z] Building docker-sys-mgmt-agent-go [2020-12-30T00:35:18.833Z] Building docker-core-metadata-go [2020-12-30T00:35:18.833Z] Building docker-support-notifications-go [2020-12-30T00:35:18.833Z] Building docker-security-bootstrap-redis-go [2020-12-30T00:35:22.720Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17699 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws [2020-12-30T00:35:22.772Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-30T00:35:28.429Z] using credential edgex-jenkins-ssh [2020-12-30T00:35:28.499Z] Cloning the remote Git repository [2020-12-30T00:35:28.570Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:28.700Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-30T00:35:28.807Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:28.808Z] > git --version # timeout=10 [2020-12-30T00:35:28.832Z] > git --version # 'git version 2.17.1' [2020-12-30T00:35:28.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:28.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:35:48.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:35:48.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:35:48.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:35:48.893Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:48.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:48.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:35:49.725Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d [2020-12-30T00:35:50.247Z] Merge succeeded, producing 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a [2020-12-30T00:35:50.248Z] Checking out Revision 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a (PR-2962) [2020-12-30T00:35:49.745Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:35:49.766Z] > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # timeout=10 [2020-12-30T00:35:50.064Z] > git remote # timeout=10 [2020-12-30T00:35:50.085Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:35:50.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:50.115Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:35:50.234Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:35:50.255Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:35:50.265Z] > git checkout -f 0e2fef48ee818b86c7eac6f3763ae3e9f870f73a # timeout=10 [2020-12-30T00:35:54.579Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:35:54.605Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:35:56.221Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:35:54.591Z] > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 [2020-12-30T00:35:56.680Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:35:57.035Z] + + sudo service docker restart [2020-12-30T00:35:57.035Z] true [2020-12-30T00:35:57.888Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:35:57.888Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:35:57.888Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:35:57.888Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:35:57.888Z] ---> 1044df4ca6e4 [2020-12-30T00:35:57.888Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:35:57.888Z] ---> 1044df4ca6e4 [2020-12-30T00:35:57.888Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:35:57.888Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:35:57.888Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:35:57.888Z] ---> 1044df4ca6e4 [2020-12-30T00:35:57.888Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:35:57.888Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:35:57.888Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:35:57.888Z] ---> 1044df4ca6e4 [2020-12-30T00:35:57.888Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:35:57.888Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:35:57.888Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:35:57.888Z] ---> 1044df4ca6e4 [2020-12-30T00:35:57.888Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:35:57.888Z] ---> Running in e2d5ec439628 [2020-12-30T00:35:57.888Z] ---> Running in d1fd12c0f798 [2020-12-30T00:35:57.888Z] ---> Running in 87256ba52e6e [2020-12-30T00:35:57.888Z] ---> Running in e1555001fa72 [2020-12-30T00:35:57.888Z] ---> Running in b002936d3e69 [2020-12-30T00:35:57.888Z] Removing intermediate container e2d5ec439628 [2020-12-30T00:35:57.888Z] ---> bb6cd9c4f7bc [2020-12-30T00:35:57.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:35:57.888Z] Removing intermediate container b002936d3e69 [2020-12-30T00:35:57.888Z] ---> 30cb3060e22c [2020-12-30T00:35:57.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:35:57.888Z] Removing intermediate container 87256ba52e6e [2020-12-30T00:35:57.888Z] ---> 4fa346260316 [2020-12-30T00:35:57.888Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:35:57.888Z] Removing intermediate container e1555001fa72 [2020-12-30T00:35:57.888Z] ---> a7e31554832e [2020-12-30T00:35:57.888Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:35:57.888Z] Removing intermediate container d1fd12c0f798 [2020-12-30T00:35:57.888Z] ---> 194a8673a0e5 [2020-12-30T00:35:57.888Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:35:57.888Z] ---> Running in 35a4ce63ca3c [2020-12-30T00:35:57.888Z] ---> Running in 6b277e9146a4 [2020-12-30T00:35:57.888Z] ---> Running in 3bcb1ab378d9 [2020-12-30T00:35:57.888Z] ---> Running in 96f69a0edfae [2020-12-30T00:35:57.888Z] ---> Running in be2373cd5a54 [2020-12-30T00:35:57.888Z] Removing intermediate container 3bcb1ab378d9 [2020-12-30T00:35:57.888Z] ---> 2a4aaaa4eb55 [2020-12-30T00:35:57.888Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:35:57.888Z] ---> Running in f39f2473b392 [2020-12-30T00:35:57.888Z] Removing intermediate container 6b277e9146a4 [2020-12-30T00:35:57.888Z] ---> a75a66474565 [2020-12-30T00:35:57.888Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:35:58.153Z] ---> Running in a60d4d5f97ff [2020-12-30T00:35:58.153Z] Removing intermediate container 35a4ce63ca3c [2020-12-30T00:35:58.153Z] ---> c56f23c83cfc [2020-12-30T00:35:58.153Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:35:58.444Z] Removing intermediate container be2373cd5a54 [2020-12-30T00:35:58.444Z] ---> 3ddeaa4a0486 [2020-12-30T00:35:58.444Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:35:58.444Z] ---> Running in fd3b7ecaac72 [2020-12-30T00:35:58.728Z] Removing intermediate container 96f69a0edfae [2020-12-30T00:35:58.728Z] ---> 9b2a34776e8f [2020-12-30T00:35:58.728Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:35:58.728Z] ---> Running in 1b3a5d91f541 [2020-12-30T00:35:58.728Z] ---> Running in 905ddc17b28e [2020-12-30T00:35:58.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:35:58.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:35:59.170Z] provisioning config files... [2020-12-30T00:35:59.248Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6027646020868370318tmp [2020-12-30T00:35:59.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:35:59.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:35:59.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:35:59.681Z] ---> docker-login.sh [2020-12-30T00:35:59.681Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:35:59.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:35:59.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:00.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:00.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:00.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:00.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:00.957Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:00.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:00.957Z] [2020-12-30T00:36:00.957Z] Login Succeeded [2020-12-30T00:36:00.957Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:36:01.224Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:01.224Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:01.224Z] OK: 12750 distinct packages available [2020-12-30T00:36:01.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:01.501Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:01.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:01.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:01.502Z] OK: 12750 distinct packages available [2020-12-30T00:36:01.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:01.536Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:01.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:01.536Z] [2020-12-30T00:36:01.536Z] Login Succeeded [2020-12-30T00:36:01.536Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:36:01.775Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:01.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:02.038Z] Removing intermediate container a60d4d5f97ff [2020-12-30T00:36:02.038Z] ---> 3dc43d5a1219 [2020-12-30T00:36:02.038Z] Step 6/22 : COPY go.mod . [2020-12-30T00:36:02.038Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:02.038Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:02.038Z] OK: 12750 distinct packages available [2020-12-30T00:36:02.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:02.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:02.100Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:02.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:02.100Z] [2020-12-30T00:36:02.100Z] Login Succeeded [2020-12-30T00:36:02.100Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:36:02.302Z] ---> bd746901746f [2020-12-30T00:36:02.302Z] Step 7/22 : RUN go mod download [2020-12-30T00:36:02.302Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:02.302Z] ---> Running in 046007dc6f14 [2020-12-30T00:36:02.302Z] Removing intermediate container f39f2473b392 [2020-12-30T00:36:02.302Z] ---> 8b80a85998e2 [2020-12-30T00:36:02.302Z] Step 6/27 : COPY go.mod . [2020-12-30T00:36:02.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:02.571Z] ---> 7659bd6d92f0 [2020-12-30T00:36:02.571Z] Step 7/27 : RUN go mod download [2020-12-30T00:36:02.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:02.670Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:02.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:02.670Z] [2020-12-30T00:36:02.670Z] Login Succeeded [2020-12-30T00:36:02.670Z] docker.io [2020-12-30T00:36:02.843Z] ---> Running in f4e44c43026a [2020-12-30T00:36:02.843Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:02.843Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:02.843Z] OK: 12750 distinct packages available [2020-12-30T00:36:02.843Z] Removing intermediate container fd3b7ecaac72 [2020-12-30T00:36:02.843Z] ---> 3809505b05b8 [2020-12-30T00:36:02.843Z] Step 6/22 : COPY go.mod . [2020-12-30T00:36:03.112Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:03.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:36:03.387Z] ---> b480d7bd1f79 [2020-12-30T00:36:03.387Z] Step 7/22 : RUN go mod download [2020-12-30T00:36:03.387Z] ---> Running in 47e342b55c63 [2020-12-30T00:36:03.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:36:03.551Z] Configure a credential helper to remove this warning. See [2020-12-30T00:36:03.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:36:03.551Z] [2020-12-30T00:36:03.551Z] Login Succeeded [2020-12-30T00:36:03.551Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:36:03.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-30T00:36:03.973Z] Removing intermediate container 1b3a5d91f541 [2020-12-30T00:36:03.973Z] ---> 0e8f897e5a0e [2020-12-30T00:36:03.973Z] Step 6/24 : COPY go.mod . [Pipeline] echo [2020-12-30T00:36:04.152Z] ========================================================= [2020-12-30T00:36:04.152Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T00:36:04.152Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:04.237Z] ---> 2340262f330e [2020-12-30T00:36:04.237Z] Step 7/24 : RUN go mod download [2020-12-30T00:36:04.237Z] ---> Running in dec489e1d16f [2020-12-30T00:36:04.508Z] Removing intermediate container 046007dc6f14 [2020-12-30T00:36:04.508Z] ---> 38f395aab87d [2020-12-30T00:36:04.508Z] Step 8/22 : COPY . . [2020-12-30T00:36:04.508Z] Removing intermediate container f4e44c43026a [2020-12-30T00:36:04.508Z] ---> ab462f134d03 [2020-12-30T00:36:04.508Z] Step 8/27 : COPY . . [2020-12-30T00:36:04.508Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:04.508Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:04.508Z] OK: 12750 distinct packages available [2020-12-30T00:36:04.537Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-30T00:36:05.090Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:07.194Z] Sending build context to Docker daemon 165.4MB [2020-12-30T00:36:07.194Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:36:07.194Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:36:07.194Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T00:36:07.194Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T00:36:07.194Z] a4357932f1b6: Pulling fs layer [2020-12-30T00:36:07.194Z] 18c013af1878: Pulling fs layer [2020-12-30T00:36:07.194Z] 00ac8860ef70: Pulling fs layer [2020-12-30T00:36:07.194Z] 63d7cb157983: Pulling fs layer [2020-12-30T00:36:07.194Z] b116817d02f9: Pulling fs layer [2020-12-30T00:36:07.194Z] 745a02a5169b: Pulling fs layer [2020-12-30T00:36:07.194Z] 00ac8860ef70: Waiting [2020-12-30T00:36:07.194Z] 63d7cb157983: Waiting [2020-12-30T00:36:07.194Z] b116817d02f9: Waiting [2020-12-30T00:36:07.194Z] 745a02a5169b: Waiting [2020-12-30T00:36:07.194Z] 18c013af1878: Verifying Checksum [2020-12-30T00:36:07.194Z] 18c013af1878: Download complete [2020-12-30T00:36:07.194Z] a4357932f1b6: Verifying Checksum [2020-12-30T00:36:07.194Z] a4357932f1b6: Download complete [2020-12-30T00:36:07.194Z] 63d7cb157983: Verifying Checksum [2020-12-30T00:36:07.194Z] 63d7cb157983: Download complete [2020-12-30T00:36:07.194Z] b116817d02f9: Verifying Checksum [2020-12-30T00:36:07.194Z] b116817d02f9: Download complete [2020-12-30T00:36:07.194Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T00:36:07.194Z] 5f621e34cdf4: Download complete [2020-12-30T00:36:07.804Z] 5f621e34cdf4: Pull complete [2020-12-30T00:36:08.403Z] a4357932f1b6: Pull complete [2020-12-30T00:36:08.447Z] Removing intermediate container 47e342b55c63 [2020-12-30T00:36:08.447Z] ---> 71e8991bbeee [2020-12-30T00:36:08.447Z] Step 8/22 : COPY . . [2020-12-30T00:36:08.680Z] 18c013af1878: Pull complete [2020-12-30T00:36:10.726Z] 745a02a5169b: Download complete [2020-12-30T00:36:13.364Z] 00ac8860ef70: Verifying Checksum [2020-12-30T00:36:13.364Z] 00ac8860ef70: Download complete [2020-12-30T00:36:16.686Z] Removing intermediate container 905ddc17b28e [2020-12-30T00:36:16.686Z] ---> 0431c53daeb9 [2020-12-30T00:36:16.686Z] Step 6/24 : COPY go.mod . [2020-12-30T00:36:16.957Z] Removing intermediate container dec489e1d16f [2020-12-30T00:36:16.957Z] ---> 7fce54c1e50a [2020-12-30T00:36:16.957Z] Step 8/24 : COPY . . [2020-12-30T00:36:19.673Z] ---> b79cb4564287 [2020-12-30T00:36:19.673Z] Step 7/24 : RUN go mod download [2020-12-30T00:36:22.323Z] ---> Running in 1c691702c4c1 [2020-12-30T00:36:23.568Z] 00ac8860ef70: Pull complete [2020-12-30T00:36:23.568Z] 63d7cb157983: Pull complete [2020-12-30T00:36:23.568Z] b116817d02f9: Pull complete [2020-12-30T00:36:27.893Z] 745a02a5169b: Pull complete [2020-12-30T00:36:27.893Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T00:36:27.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T00:36:27.893Z] ---> b7e6874047d6 [2020-12-30T00:36:27.893Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:36:30.562Z] Removing intermediate container 1c691702c4c1 [2020-12-30T00:36:30.562Z] ---> 3279d9c83e9d [2020-12-30T00:36:30.562Z] Step 8/24 : COPY . . [2020-12-30T00:36:31.283Z] ---> Running in 8a322583e0ef [2020-12-30T00:36:32.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:36:33.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:36:35.698Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:36:35.977Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:36:35.977Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:36:36.265Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:36:40.833Z] ---> ab17fe5bbcf5 [2020-12-30T00:36:40.833Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:36:40.833Z] ---> 28eed8bdfb56 [2020-12-30T00:36:40.833Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:36:41.098Z] ---> 715adc3cc945 [2020-12-30T00:36:41.098Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:36:41.684Z] ---> Running in 6319b4d8de84 [2020-12-30T00:36:41.684Z] ---> Running in aeca68f885ab [2020-12-30T00:36:44.250Z] ---> Running in abf89ef87fe9 [2020-12-30T00:36:44.519Z] ---> ba035ae03df5 [2020-12-30T00:36:44.519Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:36:44.785Z] ---> Running in 87100d14dcb2 [2020-12-30T00:36:46.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:36:46.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:36:46.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:36:46.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:36:53.247Z] ---> bc8abff7f29b [2020-12-30T00:36:53.247Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:36:53.247Z] ---> Running in 6a0df8e254fd [2020-12-30T00:36:53.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:36:54.603Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:36:54.603Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:36:54.603Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:36:54.603Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:36:54.603Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:36:54.603Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:36:54.603Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:36:54.603Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:36:54.603Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:36:54.603Z] OK: 217 MiB in 51 packages [2020-12-30T00:36:58.951Z] Removing intermediate container 8a322583e0ef [2020-12-30T00:36:58.951Z] ---> 83c85d4bf5e0 [2020-12-30T00:36:58.951Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:36:58.951Z] ---> Running in d0322d842cbe [2020-12-30T00:36:59.234Z] Removing intermediate container d0322d842cbe [2020-12-30T00:36:59.234Z] ---> 29515742ac87 [2020-12-30T00:36:59.234Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:36:59.840Z] latest: Pulling from library/docker [2020-12-30T00:36:59.840Z] 159e5727ea61: Pulling fs layer [2020-12-30T00:36:59.840Z] 687389c36290: Pulling fs layer [2020-12-30T00:36:59.840Z] 94e28978939c: Pulling fs layer [2020-12-30T00:36:59.840Z] ea42096754a7: Pulling fs layer [2020-12-30T00:36:59.840Z] bd61cee6920e: Pulling fs layer [2020-12-30T00:36:59.840Z] 87c4ece4675c: Pulling fs layer [2020-12-30T00:36:59.840Z] 90ca8b2ff088: Pulling fs layer [2020-12-30T00:36:59.840Z] ea42096754a7: Waiting [2020-12-30T00:36:59.840Z] bd61cee6920e: Waiting [2020-12-30T00:36:59.840Z] 87c4ece4675c: Waiting [2020-12-30T00:36:59.840Z] 90ca8b2ff088: Waiting [2020-12-30T00:36:59.840Z] 94e28978939c: Download complete [2020-12-30T00:36:59.840Z] 687389c36290: Verifying Checksum [2020-12-30T00:36:59.840Z] 687389c36290: Download complete [2020-12-30T00:37:00.120Z] 159e5727ea61: Download complete [2020-12-30T00:37:00.120Z] bd61cee6920e: Verifying Checksum [2020-12-30T00:37:00.120Z] bd61cee6920e: Download complete [2020-12-30T00:37:00.727Z] 87c4ece4675c: Download complete [2020-12-30T00:37:00.727Z] 159e5727ea61: Pull complete [2020-12-30T00:37:01.342Z] 90ca8b2ff088: Verifying Checksum [2020-12-30T00:37:01.342Z] 90ca8b2ff088: Download complete [2020-12-30T00:37:01.342Z] 687389c36290: Pull complete [2020-12-30T00:37:01.617Z] ea42096754a7: Verifying Checksum [2020-12-30T00:37:01.617Z] ea42096754a7: Download complete [2020-12-30T00:37:01.890Z] 94e28978939c: Pull complete [2020-12-30T00:37:05.279Z] ea42096754a7: Pull complete [2020-12-30T00:37:05.877Z] bd61cee6920e: Pull complete [2020-12-30T00:37:06.150Z] 87c4ece4675c: Pull complete [2020-12-30T00:37:06.423Z] 90ca8b2ff088: Pull complete [2020-12-30T00:37:06.423Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:37:06.423Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:37:09.841Z] ---> e39cba1f59f5 [2020-12-30T00:37:09.841Z] Step 6/7 : COPY go.mod . [2020-12-30T00:37:10.819Z] ---> e16e44c4686f [2020-12-30T00:37:10.819Z] Step 7/7 : RUN go mod download [2020-12-30T00:37:10.819Z] ---> Running in 8819e4155160 [2020-12-30T00:37:15.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:37:22.581Z] Removing intermediate container aeca68f885ab [2020-12-30T00:37:22.581Z] ---> 09276698a5a7 [2020-12-30T00:37:22.581Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:37:22.581Z] Removing intermediate container 6319b4d8de84 [2020-12-30T00:37:22.581Z] ---> a3401517ee01 [2020-12-30T00:37:22.581Z] [2020-12-30T00:37:22.581Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:37:22.581Z] 3.10: Pulling from library/alpine [2020-12-30T00:37:22.581Z] Removing intermediate container 87100d14dcb2 [2020-12-30T00:37:22.581Z] ---> 6bf178a8d839 [2020-12-30T00:37:22.581Z] [2020-12-30T00:37:22.581Z] Step 10/24 : FROM scratch [2020-12-30T00:37:22.581Z] ---> [2020-12-30T00:37:22.581Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:37:22.581Z] ---> Running in 9eec397e20a9 [2020-12-30T00:37:22.853Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:37:22.853Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:37:22.853Z] ---> be4e4bea2c2e [2020-12-30T00:37:22.853Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:37:22.853Z] ---> Running in a53643a59927 [2020-12-30T00:37:23.117Z] Removing intermediate container abf89ef87fe9 [2020-12-30T00:37:23.117Z] ---> 5650b5b047ff [2020-12-30T00:37:23.117Z] [2020-12-30T00:37:23.117Z] Step 10/22 : FROM scratch [2020-12-30T00:37:23.117Z] ---> [2020-12-30T00:37:23.117Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:37:23.117Z] ---> Running in 77c26869030b [2020-12-30T00:37:23.378Z] ---> Running in 3ea29b6d65fd [2020-12-30T00:37:23.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:37:24.590Z] Removing intermediate container a53643a59927 [2020-12-30T00:37:24.590Z] ---> c61ef75a0368 [2020-12-30T00:37:24.590Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:37:24.857Z] ---> Running in fe1b73698582 [2020-12-30T00:37:24.857Z] Removing intermediate container 3ea29b6d65fd [2020-12-30T00:37:24.857Z] ---> c46cd47636a2 [2020-12-30T00:37:24.857Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:37:24.857Z] Removing intermediate container 6a0df8e254fd [2020-12-30T00:37:24.857Z] ---> 1952b5c3e083 [2020-12-30T00:37:24.857Z] [2020-12-30T00:37:24.857Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:37:24.857Z] ---> be4e4bea2c2e [2020-12-30T00:37:24.857Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:37:24.857Z] ---> Running in d6bb44fa276b [2020-12-30T00:37:24.857Z] ---> Running in e56c3da9f9b3 [2020-12-30T00:37:25.123Z] Removing intermediate container fe1b73698582 [2020-12-30T00:37:25.123Z] ---> 900f3317578e [2020-12-30T00:37:25.123Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:37:25.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:25.123Z] Removing intermediate container d6bb44fa276b [2020-12-30T00:37:25.123Z] ---> 5bf24b2d78ba [2020-12-30T00:37:25.123Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:37:25.389Z] ---> Running in db2483e5f3e2 [2020-12-30T00:37:25.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:25.389Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:37:25.389Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:37:25.389Z] OK: 10350 distinct packages available [2020-12-30T00:37:25.651Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:37:26.597Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:37:26.597Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:37:26.597Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:37:26.597Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:37:26.597Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:37:26.597Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:37:26.597Z] ---> Running in 122a4ffbf1b5 [2020-12-30T00:37:26.597Z] OK: 7 MiB in 19 packages [2020-12-30T00:37:27.174Z] Removing intermediate container db2483e5f3e2 [2020-12-30T00:37:27.174Z] ---> 4a4dbe8400ad [2020-12-30T00:37:27.174Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:37:27.888Z] Removing intermediate container 122a4ffbf1b5 [2020-12-30T00:37:27.888Z] ---> 2478d81f3d60 [2020-12-30T00:37:27.888Z] Step 14/22 : WORKDIR / [2020-12-30T00:37:27.888Z] Removing intermediate container 9eec397e20a9 [2020-12-30T00:37:27.888Z] ---> edbb66da94c7 [2020-12-30T00:37:27.888Z] [2020-12-30T00:37:27.888Z] Step 11/27 : FROM docker:latest [2020-12-30T00:37:27.888Z] ---> 0040bc98e531 [2020-12-30T00:37:27.888Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:37:27.888Z] ---> f7e240c7d370 [2020-12-30T00:37:27.888Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:37:27.888Z] ---> Running in 99a1f706d4d7 [2020-12-30T00:37:27.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:28.239Z] ---> Running in a9376254a91b [2020-12-30T00:37:28.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:28.239Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:37:28.239Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:37:28.239Z] OK: 10350 distinct packages available [2020-12-30T00:37:28.507Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:37:28.507Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:37:28.507Z] Removing intermediate container 99a1f706d4d7 [2020-12-30T00:37:28.507Z] ---> be093203e752 [2020-12-30T00:37:28.507Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:37:28.507Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:37:28.507Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:37:28.507Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:37:28.507Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:37:28.507Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:37:29.082Z] OK: 7 MiB in 19 packages [2020-12-30T00:37:29.349Z] ---> 80948cb99217 [2020-12-30T00:37:29.349Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:37:29.349Z] Removing intermediate container 77c26869030b [2020-12-30T00:37:29.349Z] ---> 1e035464c962 [2020-12-30T00:37:29.349Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:37:29.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:29.349Z] ---> 516e2a5e24e2 [2020-12-30T00:37:29.349Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:37:29.349Z] ---> Running in a1edd66e4d7f [2020-12-30T00:37:29.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:29.617Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:37:29.618Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:37:29.618Z] Removing intermediate container a1edd66e4d7f [2020-12-30T00:37:29.618Z] ---> d8636300a240 [2020-12-30T00:37:29.618Z] Step 13/22 : WORKDIR / [2020-12-30T00:37:29.618Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:37:29.618Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:37:29.618Z] OK: 12 MiB in 22 packages [2020-12-30T00:37:30.196Z] ---> Running in 6ab1a97a1007 [2020-12-30T00:37:30.458Z] ---> 18da9259ca9e [2020-12-30T00:37:30.458Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:37:30.458Z] Removing intermediate container e56c3da9f9b3 [2020-12-30T00:37:30.458Z] ---> cb25b0cee97a [2020-12-30T00:37:30.458Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:37:30.721Z] ---> 40e83e41952f [2020-12-30T00:37:30.721Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:37:30.721Z] ---> Running in 1690120ed250 [2020-12-30T00:37:30.990Z] Removing intermediate container 6ab1a97a1007 [2020-12-30T00:37:30.990Z] ---> eb4b22205d6e [2020-12-30T00:37:30.990Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:37:30.990Z] ---> c9a28c29db2a [2020-12-30T00:37:30.990Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:37:30.990Z] Removing intermediate container a9376254a91b [2020-12-30T00:37:30.990Z] ---> 256866b6de8c [2020-12-30T00:37:30.990Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:37:30.990Z] Removing intermediate container 1690120ed250 [2020-12-30T00:37:30.990Z] ---> dc820b96b385 [2020-12-30T00:37:30.990Z] Step 13/24 : WORKDIR / [2020-12-30T00:37:31.252Z] ---> 3fcbe00592b8 [2020-12-30T00:37:31.252Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:37:31.522Z] ---> Running in 4b670b55ec75 [2020-12-30T00:37:31.522Z] ---> Running in a5c44d9ee750 [2020-12-30T00:37:31.522Z] ---> ea76249a59ac [2020-12-30T00:37:31.522Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:37:31.522Z] ---> Running in ad2d9dbc719e [2020-12-30T00:37:31.791Z] ---> 7ce0d6e2e500 [2020-12-30T00:37:31.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:37:32.056Z] Removing intermediate container a5c44d9ee750 [2020-12-30T00:37:32.056Z] ---> ba20a80f9cc8 [2020-12-30T00:37:32.056Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:37:32.056Z] Removing intermediate container ad2d9dbc719e [2020-12-30T00:37:32.056Z] ---> 76162dcfe47a [2020-12-30T00:37:32.056Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:37:32.056Z] ---> 4a19b186790f [2020-12-30T00:37:32.056Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:37:32.319Z] ---> 6944ebed3560 [2020-12-30T00:37:32.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:37:32.319Z] ---> Running in 88779f6fe0a0 [2020-12-30T00:37:32.319Z] ---> Running in bf1331593201 [2020-12-30T00:37:32.582Z] Removing intermediate container 88779f6fe0a0 [2020-12-30T00:37:32.582Z] ---> 5e10ac56b88f [2020-12-30T00:37:32.582Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:37:32.843Z] ---> 13fca1a45ad2 [2020-12-30T00:37:32.843Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:37:33.107Z] ---> 51b1a8db9262 [2020-12-30T00:37:33.107Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:37:33.107Z] Removing intermediate container bf1331593201 [2020-12-30T00:37:33.107Z] ---> 178b19744cb7 [2020-12-30T00:37:33.107Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:37:33.107Z] ---> Running in 780cbaf0e91d [2020-12-30T00:37:33.375Z] ---> Running in 6ae6aa75ac62 [2020-12-30T00:37:33.375Z] Removing intermediate container 4b670b55ec75 [2020-12-30T00:37:33.375Z] ---> eabc6963a254 [2020-12-30T00:37:33.375Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:37:33.375Z] ---> a2858b1bd38a [2020-12-30T00:37:33.375Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:37:33.638Z] ---> 80520ad1e91e [2020-12-30T00:37:33.638Z] Step 18/22 : RUN chmod +x entrypoint.sh ---> Running in 3327953456e6 [2020-12-30T00:37:33.638Z] [2020-12-30T00:37:33.901Z] ---> Running in 111d1d1f9897 [2020-12-30T00:37:33.901Z] Removing intermediate container 780cbaf0e91d [2020-12-30T00:37:33.901Z] ---> 8ad6d2b28171 [2020-12-30T00:37:33.901Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:37:33.901Z] Removing intermediate container 6ae6aa75ac62 [2020-12-30T00:37:33.901Z] ---> ae866e402457 [2020-12-30T00:37:33.901Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:37:33.901Z] ---> 29671b65e38c [2020-12-30T00:37:33.902Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:37:33.902Z] Removing intermediate container 3327953456e6 [2020-12-30T00:37:33.902Z] ---> 8fcbb1a77c63 [2020-12-30T00:37:33.902Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:37:34.167Z] ---> Running in d83e306c4b59 [2020-12-30T00:37:34.430Z] ---> Running in d80a85d861e2 [2020-12-30T00:37:34.430Z] ---> Running in 2d84cc56ee58 [2020-12-30T00:37:34.430Z] Removing intermediate container d83e306c4b59 [2020-12-30T00:37:34.430Z] ---> 6fddd4d42124 [2020-12-30T00:37:34.430Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:37:34.430Z] ---> 2840a69d6e22 [2020-12-30T00:37:34.430Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:37:34.693Z] Removing intermediate container d80a85d861e2 [2020-12-30T00:37:34.693Z] ---> cae5b4d6c2d0 [2020-12-30T00:37:34.693Z] Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:37:34.693Z] ---> Running in de0bc82ebda5 [2020-12-30T00:37:34.693Z] Removing intermediate container 2d84cc56ee58 [2020-12-30T00:37:34.693Z] ---> c77342e68b3e [2020-12-30T00:37:34.693Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:37:34.954Z] ---> Running in e1e56ee32a88 [2020-12-30T00:37:34.954Z] ---> Running in e9339b757a31 [2020-12-30T00:37:35.529Z] Removing intermediate container de0bc82ebda5 [2020-12-30T00:37:35.529Z] ---> 90bd953394ed [2020-12-30T00:37:35.529Z] [2020-12-30T00:37:35.792Z] Successfully built 90bd953394ed [2020-12-30T00:37:36.062Z] ---> f14babcab322 [2020-12-30T00:37:36.063Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:37:36.063Z] Successfully tagged docker-core-metadata-go:latest [2020-12-30T00:37:36.063Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-12-30T00:37:36.063Z] Removing intermediate container e1e56ee32a88 [2020-12-30T00:37:36.063Z] ---> 94a9f1db79c2 [2020-12-30T00:37:36.063Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:37:36.063Z] Removing intermediate container e9339b757a31 [2020-12-30T00:37:36.063Z] ---> 22f3c6e7e199 [2020-12-30T00:37:36.063Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:37:36.063Z] Removing intermediate container 111d1d1f9897 [2020-12-30T00:37:36.063Z] ---> e736bc982165 [2020-12-30T00:37:36.063Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:37:36.063Z] ---> Running in 2f175e972fbf [2020-12-30T00:37:36.063Z] ---> Running in 04cd3f12a841 [2020-12-30T00:37:36.335Z] ---> c510a4632793 [2020-12-30T00:37:36.335Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:37:36.335Z] Removing intermediate container 2f175e972fbf [2020-12-30T00:37:36.335Z] ---> 3aa75ae73fde [2020-12-30T00:37:36.335Z] [2020-12-30T00:37:36.597Z] ---> Running in 2385fb8b67de [2020-12-30T00:37:36.597Z] Removing intermediate container 04cd3f12a841 [2020-12-30T00:37:36.597Z] ---> bc27871e590d [2020-12-30T00:37:36.597Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:37:36.597Z] Successfully built 3aa75ae73fde [2020-12-30T00:37:36.860Z] Successfully tagged docker-support-notifications-go:latest [2020-12-30T00:37:36.860Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-12-30T00:37:37.131Z] ---> Running in 60bc12103ea4 [2020-12-30T00:37:37.131Z] ---> 9a7f3d4848a0 [2020-12-30T00:37:37.131Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:37:37.596Z] Removing intermediate container 8819e4155160 [2020-12-30T00:37:37.596Z] ---> d129623d2b84 [2020-12-30T00:37:37.596Z] Successfully built d129623d2b84 [2020-12-30T00:37:37.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:37:37.941Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:37:37.941Z] . [Pipeline] withDockerContainer [2020-12-30T00:37:38.230Z] prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container [2020-12-30T00:37:38.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:37:39.976Z] $ docker top 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d -eo pid,comm [Pipeline] { [2020-12-30T00:37:41.732Z] Removing intermediate container 60bc12103ea4 [2020-12-30T00:37:41.732Z] ---> 4e2a8bdf03f4 [2020-12-30T00:37:41.732Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] sh [2020-12-30T00:37:42.442Z] + go version [2020-12-30T00:37:42.442Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T00:37:42.471Z] $ docker stop --time=1 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d [2020-12-30T00:37:42.695Z] ---> Running in ee55037299ac [2020-12-30T00:37:42.695Z] ---> c4ac46c87caf [2020-12-30T00:37:42.695Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:37:43.640Z] Removing intermediate container ee55037299ac [2020-12-30T00:37:43.641Z] ---> 2c6133ed3ef5 [2020-12-30T00:37:43.641Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:37:43.641Z] ---> 7c2cf625c110 [2020-12-30T00:37:43.641Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:37:44.383Z] $ docker rm -f 7a08c31be14375834f75ea8ff5758482cb2a3ac1e31ffcd6e138cfb84106617d [2020-12-30T00:37:44.615Z] ---> Running in db0058672088 [2020-12-30T00:37:44.615Z] ---> Running in 6cdd8e38c118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:37:45.426Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:37:45.426Z] . [Pipeline] withDockerContainer [2020-12-30T00:37:45.579Z] Removing intermediate container 2385fb8b67de [2020-12-30T00:37:45.579Z] ---> f9483cb96aec [2020-12-30T00:37:45.579Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:37:45.658Z] prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container [2020-12-30T00:37:45.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:37:47.036Z] $ docker top d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:37:47.397Z] ========================================================= [2020-12-30T00:37:47.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:37:47.397Z] ========================================================= [Pipeline] sh [2020-12-30T00:37:47.534Z] ---> Running in 496e686fa88a [2020-12-30T00:37:48.101Z] + make test [2020-12-30T00:37:48.102Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:37:48.501Z] Removing intermediate container 6cdd8e38c118 [2020-12-30T00:37:48.501Z] ---> 7ab85fcad33a [2020-12-30T00:37:48.501Z] [2020-12-30T00:37:48.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:49.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:37:49.324Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:37:49.324Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:37:49.324Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:37:49.324Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:37:49.324Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:37:49.591Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:37:49.591Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:37:49.591Z] Successfully built 7ab85fcad33a [2020-12-30T00:37:49.591Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-30T00:37:49.854Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2020-12-30T00:37:49.854Z] Removing intermediate container 496e686fa88a [2020-12-30T00:37:49.854Z] ---> 51874f86b047 [2020-12-30T00:37:49.854Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:37:56.467Z] ---> Running in 2209f1f5e17b [2020-12-30T00:37:57.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:57.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:57.872Z] ---> 1044df4ca6e4 [2020-12-30T00:37:57.872Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:37:57.872Z] ---> Using cache [2020-12-30T00:37:57.872Z] ---> 194a8673a0e5 [2020-12-30T00:37:57.872Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:57.872Z] ---> Using cache [2020-12-30T00:37:57.872Z] ---> 3ddeaa4a0486 [2020-12-30T00:37:57.872Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:37:59.267Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:37:59.267Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:37:59.267Z] ---> 1044df4ca6e4 [2020-12-30T00:37:59.267Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:37:59.267Z] ---> Using cache [2020-12-30T00:37:59.267Z] ---> 194a8673a0e5 [2020-12-30T00:37:59.267Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:37:59.267Z] ---> Using cache [2020-12-30T00:37:59.267Z] ---> 3ddeaa4a0486 [2020-12-30T00:37:59.267Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:37:59.530Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:37:59.530Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:37:59.530Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:37:59.530Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:38:00.105Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:38:00.380Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:38:00.380Z] ---> Running in 21aef12f512f [2020-12-30T00:38:00.380Z] ---> Running in 52e285c5dcc5 [2020-12-30T00:38:00.380Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:38:00.646Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:38:00.646Z] Removing intermediate container 2209f1f5e17b [2020-12-30T00:38:00.646Z] ---> 58af291ebba2 [2020-12-30T00:38:00.646Z] Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:38:00.646Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:38:00.646Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:38:00.915Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:38:00.915Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:38:01.179Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:38:01.760Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:38:01.760Z] ---> Running in 3717b185ccde [2020-12-30T00:38:01.760Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:38:01.760Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:38:01.760Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:38:01.760Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:38:01.760Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:38:02.028Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:38:02.303Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:38:03.260Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:38:03.260Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:38:03.837Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:38:04.101Z] Removing intermediate container 3717b185ccde [2020-12-30T00:38:04.101Z] ---> 0e09c3b7478b [2020-12-30T00:38:04.101Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:38:04.101Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:38:04.101Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:38:04.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:04.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:04.686Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:04.686Z] OK: 71 MiB in 55 packages [2020-12-30T00:38:04.686Z] ---> Running in 5f2d78b0cca3 [2020-12-30T00:38:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:05.536Z] Removing intermediate container 5f2d78b0cca3 [2020-12-30T00:38:05.536Z] ---> 6296d9f9bc32 [2020-12-30T00:38:05.536Z] [2020-12-30T00:38:05.808Z] Successfully built 6296d9f9bc32 [2020-12-30T00:38:05.808Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:38:05.808Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:38:05.808Z] OK: 12750 distinct packages available [2020-12-30T00:38:06.075Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:38:06.075Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:38:06.075Z] OK: 12750 distinct packages available [2020-12-30T00:38:06.345Z] OK: 233 MiB in 51 packages [2020-12-30T00:38:06.345Z] OK: 233 MiB in 51 packages [2020-12-30T00:38:06.345Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-30T00:38:06.614Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-12-30T00:38:10.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:38:14.795Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:38:14.795Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:14.795Z] ---> 1044df4ca6e4 [2020-12-30T00:38:14.795Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:38:14.795Z] ---> Using cache [2020-12-30T00:38:14.795Z] ---> 194a8673a0e5 [2020-12-30T00:38:14.795Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:14.795Z] ---> Using cache [2020-12-30T00:38:14.795Z] ---> 3ddeaa4a0486 [2020-12-30T00:38:14.795Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:38:16.200Z] ---> Running in 790876d58c6c [2020-12-30T00:38:16.200Z] Removing intermediate container 21aef12f512f [2020-12-30T00:38:16.200Z] ---> 797f76529d56 [2020-12-30T00:38:16.200Z] Step 6/22 : COPY go.mod . [2020-12-30T00:38:16.200Z] Removing intermediate container 52e285c5dcc5 [2020-12-30T00:38:16.200Z] ---> 3ddd9ce7bf1a [2020-12-30T00:38:16.200Z] Step 6/23 : COPY go.mod . [2020-12-30T00:38:16.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:17.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:18.680Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:38:18.680Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:38:18.680Z] OK: 12750 distinct packages available [2020-12-30T00:38:18.943Z] OK: 233 MiB in 51 packages [2020-12-30T00:38:19.516Z] ---> 9453bb15c8c8 [2020-12-30T00:38:19.516Z] Step 7/22 : RUN go mod download [2020-12-30T00:38:19.516Z] ---> 7ab3d85d3fef [2020-12-30T00:38:19.516Z] Step 7/23 : RUN go mod download [2020-12-30T00:38:22.838Z] ---> Running in 81642a84811c [2020-12-30T00:38:22.838Z] ---> Running in 47a64365998a [2020-12-30T00:38:23.418Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:38:23.418Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:23.418Z] ---> 1044df4ca6e4 [2020-12-30T00:38:23.418Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:38:23.418Z] ---> Using cache [2020-12-30T00:38:23.419Z] ---> 194a8673a0e5 [2020-12-30T00:38:23.419Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:23.419Z] ---> Using cache [2020-12-30T00:38:23.419Z] ---> 3ddeaa4a0486 [2020-12-30T00:38:23.419Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:38:23.419Z] ---> Using cache [2020-12-30T00:38:23.419Z] ---> 797f76529d56 [2020-12-30T00:38:23.419Z] Step 6/21 : COPY go.mod . [2020-12-30T00:38:23.419Z] ---> Using cache [2020-12-30T00:38:23.419Z] ---> 9453bb15c8c8 [2020-12-30T00:38:23.419Z] Step 7/21 : RUN go mod download [2020-12-30T00:38:24.819Z] ---> Running in 9805d67e0b24 [2020-12-30T00:38:24.819Z] Removing intermediate container 790876d58c6c [2020-12-30T00:38:24.819Z] ---> 3247802748e0 [2020-12-30T00:38:24.819Z] Step 6/21 : COPY go.mod . [2020-12-30T00:38:25.095Z] Removing intermediate container db0058672088 [2020-12-30T00:38:25.095Z] ---> 6f4a4a46acc7 [2020-12-30T00:38:25.095Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:38:25.369Z] ---> 101136c3bb60 [2020-12-30T00:38:25.369Z] Step 7/21 : RUN go mod download [2020-12-30T00:38:25.369Z] ---> Running in 341cfe496d41 [2020-12-30T00:38:25.369Z] ---> Running in f1b2c451f61e [2020-12-30T00:38:27.951Z] Removing intermediate container 9805d67e0b24 [2020-12-30T00:38:27.951Z] ---> c2035d159312 [2020-12-30T00:38:27.951Z] Step 8/21 : COPY . . [2020-12-30T00:38:27.951Z] Removing intermediate container 81642a84811c [2020-12-30T00:38:27.951Z] ---> 447dfa8e3038 [2020-12-30T00:38:27.951Z] Step 8/23 : COPY . . [2020-12-30T00:38:27.951Z] Removing intermediate container 47a64365998a [2020-12-30T00:38:27.951Z] ---> ee6a8a29f6c3 [2020-12-30T00:38:27.951Z] Step 8/22 : COPY . . [2020-12-30T00:38:30.519Z] Collecting docker-compose==1.23.2 [2020-12-30T00:38:30.519Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:38:34.761Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:38:34.761Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:38:40.104Z] Removing intermediate container f1b2c451f61e [2020-12-30T00:38:40.104Z] ---> 3e3200041871 [2020-12-30T00:38:40.104Z] Step 8/21 : COPY . . [2020-12-30T00:38:40.104Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:38:40.104Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:38:41.057Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:38:41.057Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:38:41.321Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:38:42.723Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:38:42.723Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:38:49.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:38:50.939Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:38:50.939Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:38:57.921Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:38:57.921Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:38:57.921Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:38:57.921Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:39:00.584Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:39:00.584Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:39:02.523Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:39:02.523Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:39:05.869Z] ---> 9c7e38b35e81 [2020-12-30T00:39:05.869Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:39:05.869Z] ---> a52b4294d3c6 [2020-12-30T00:39:05.869Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:39:05.869Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:39:05.869Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:39:05.869Z] ---> db15099b718b [2020-12-30T00:39:05.869Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:39:05.869Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:39:05.869Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:39:06.444Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-30T00:39:06.444Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-30T00:39:06.444Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:39:06.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:39:07.020Z] ---> Running in 5d31b4098e62 [2020-12-30T00:39:07.020Z] ---> Running in 11680dc87525 [2020-12-30T00:39:07.020Z] ---> Running in 401c13b026bb [2020-12-30T00:39:07.020Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:39:07.020Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:39:07.020Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:39:07.020Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:39:07.282Z] Installing collected packages: texttable, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, cached-property, PyYAML, docker-compose [2020-12-30T00:39:07.282Z] Running setup.py install for texttable: started [2020-12-30T00:39:07.855Z] ---> acc07452e25e [2020-12-30T00:39:07.855Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:39:07.855Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:39:08.134Z] ---> Running in c74eef92243f [2020-12-30T00:39:08.410Z] Attempting uninstall: idna [2020-12-30T00:39:08.410Z] Found existing installation: idna 2.9 [2020-12-30T00:39:08.410Z] Uninstalling idna-2.9: [2020-12-30T00:39:08.410Z] Successfully uninstalled idna-2.9 [2020-12-30T00:39:08.672Z] Attempting uninstall: urllib3 [2020-12-30T00:39:08.672Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:39:08.672Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:39:08.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:39:08.672Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:39:08.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:39:08.944Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:39:09.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:39:09.476Z] Attempting uninstall: requests [2020-12-30T00:39:09.476Z] Found existing installation: requests 2.23.0 [2020-12-30T00:39:09.476Z] Uninstalling requests-2.23.0: [2020-12-30T00:39:09.476Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:39:10.068Z] Running setup.py install for docopt: started [2020-12-30T00:39:10.671Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:39:10.671Z] Running setup.py install for dockerpty: started [2020-12-30T00:39:11.259Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:39:11.259Z] Running setup.py install for PyYAML: started [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:39:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:39:13.854Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:39:14.121Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-30T00:39:17.081Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:39:17.081Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:39:17.081Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:39:19.491Z] Removing intermediate container 341cfe496d41 [2020-12-30T00:39:19.491Z] ---> a5663812b1f1 [2020-12-30T00:39:19.491Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:39:19.491Z] ---> Running in 5755e7c38bc5 [2020-12-30T00:39:22.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:22.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:22.366Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:39:22.640Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:39:22.640Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:39:22.640Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:22.640Z] OK: 72 MiB in 58 packages [2020-12-30T00:39:23.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.197s coverage: 46.6% of statements [2020-12-30T00:39:23.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:39:23.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:39:23.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:39:23.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:39:23.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:39:24.603Z] Removing intermediate container 5755e7c38bc5 [2020-12-30T00:39:24.603Z] ---> 53a7e9a7dfd9 [2020-12-30T00:39:24.603Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:39:24.603Z] ---> Running in 1b495ca97af0 [2020-12-30T00:39:25.189Z] Removing intermediate container 1b495ca97af0 [2020-12-30T00:39:25.189Z] ---> 437cfbf5eab3 [2020-12-30T00:39:25.189Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:25.459Z] ---> Running in f34f45c948c4 [2020-12-30T00:39:26.428Z] Removing intermediate container f34f45c948c4 [2020-12-30T00:39:26.428Z] ---> e6c93f5300f1 [2020-12-30T00:39:26.428Z] Step 25/27 : LABEL arch=x86_64 [2020-12-30T00:39:26.698Z] ---> Running in 47a57f953194 [2020-12-30T00:39:26.969Z] Removing intermediate container 47a57f953194 [2020-12-30T00:39:26.969Z] ---> 0335513f4d49 [2020-12-30T00:39:26.969Z] Step 26/27 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:39:27.240Z] ---> Running in 24e6cbec8cad [2020-12-30T00:39:27.509Z] Removing intermediate container 24e6cbec8cad [2020-12-30T00:39:27.509Z] ---> 258a5ad69644 [2020-12-30T00:39:27.509Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:39:27.778Z] ---> Running in ad73d4243654 [2020-12-30T00:39:28.047Z] Removing intermediate container ad73d4243654 [2020-12-30T00:39:28.047Z] ---> b9ef41d515e6 [2020-12-30T00:39:28.047Z] [2020-12-30T00:39:28.320Z] Successfully built b9ef41d515e6 [2020-12-30T00:39:28.587Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-30T00:39:30.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements [2020-12-30T00:39:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:39:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:39:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:39:30.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:39:30.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:39:30.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.556s coverage: 74.6% of statements [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:39:30.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:39:31.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.9% of statements [2020-12-30T00:39:31.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:39:31.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:39:31.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:39:31.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:39:32.868Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T00:39:38.201Z] Removing intermediate container 11680dc87525 [2020-12-30T00:39:38.201Z] ---> c285fc6649a1 [2020-12-30T00:39:38.201Z] [2020-12-30T00:39:38.201Z] Step 10/21 : FROM scratch [2020-12-30T00:39:38.201Z] ---> [2020-12-30T00:39:38.201Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:39.171Z] ---> Using cache [2020-12-30T00:39:39.171Z] ---> c46cd47636a2 [2020-12-30T00:39:39.171Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:39:39.171Z] Removing intermediate container 5d31b4098e62 [2020-12-30T00:39:39.171Z] ---> 76d186bb6e61 [2020-12-30T00:39:39.171Z] [2020-12-30T00:39:39.171Z] Step 10/22 : FROM scratch [2020-12-30T00:39:39.171Z] ---> [2020-12-30T00:39:39.171Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:39.171Z] ---> Using cache [2020-12-30T00:39:39.171Z] ---> c46cd47636a2 [2020-12-30T00:39:39.171Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:39:39.171Z] ---> Running in 618e777012f8 [2020-12-30T00:39:39.171Z] ---> Running in 7f2deb560d40 [2020-12-30T00:39:39.761Z] Removing intermediate container 7f2deb560d40 [2020-12-30T00:39:39.761Z] ---> 9d4e8b7686c9 [2020-12-30T00:39:39.761Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:39:39.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.156s coverage: 28.6% of statements [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:39:39.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.279s coverage: 100.0% of statements [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:39:39.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:39:39.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements [2020-12-30T00:39:39.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:39:40.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.416s coverage: 97.5% of statements [2020-12-30T00:39:40.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:39:40.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2020-12-30T00:39:40.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:39:40.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:39:40.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:39:40.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:39:41.153Z] Removing intermediate container 618e777012f8 [2020-12-30T00:39:41.153Z] ---> 476f9777d6d9 [2020-12-30T00:39:41.153Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:39:41.415Z] ---> Running in bf7d15c75d6b [2020-12-30T00:39:41.991Z] ---> Running in 6876ce2f1525 [2020-12-30T00:39:42.260Z] Removing intermediate container bf7d15c75d6b [2020-12-30T00:39:42.260Z] ---> 609d76ec3d52 [2020-12-30T00:39:42.260Z] Step 14/22 : WORKDIR / [2020-12-30T00:39:42.260Z] Removing intermediate container c74eef92243f [2020-12-30T00:39:42.260Z] ---> 23e6809413e4 [2020-12-30T00:39:42.260Z] [2020-12-30T00:39:42.260Z] Step 10/21 : FROM alpine [2020-12-30T00:39:42.260Z] latest: Pulling from library/alpine [2020-12-30T00:39:42.260Z] ---> Running in 7d90641eeb63 [2020-12-30T00:39:42.527Z] Removing intermediate container 6876ce2f1525 [2020-12-30T00:39:42.527Z] ---> 684519dc1fea [2020-12-30T00:39:42.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:39:42.527Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:39:42.527Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:39:42.527Z] ---> 389fef711851 [2020-12-30T00:39:42.527Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:39:42.527Z] ---> Running in 1fff26539740 [2020-12-30T00:39:42.788Z] Removing intermediate container 7d90641eeb63 [2020-12-30T00:39:42.788Z] ---> 1d0b2efeb645 [2020-12-30T00:39:42.788Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:39:43.732Z] ---> 24fed09d93bf [2020-12-30T00:39:43.732Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:39:45.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:45.385Z] ---> e676f62b0e6f [2020-12-30T00:39:45.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:39:45.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:45.385Z] Removing intermediate container 401c13b026bb [2020-12-30T00:39:45.385Z] ---> 56fbf600ecf7 [2020-12-30T00:39:45.385Z] [2020-12-30T00:39:45.385Z] Step 10/23 : FROM alpine [2020-12-30T00:39:45.385Z] ---> 389fef711851 [2020-12-30T00:39:45.385Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:45.647Z] ---> b4c85c3f8553 [2020-12-30T00:39:45.647Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:45.647Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:39:45.647Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:39:45.647Z] OK: 12745 distinct packages available [2020-12-30T00:39:45.647Z] ---> Running in abb5369266b4 [2020-12-30T00:39:45.909Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:39:45.909Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:39:45.909Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:39:45.909Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:39:45.909Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:45.909Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:39:45.909Z] OK: 7 MiB in 18 packages [2020-12-30T00:39:46.171Z] Removing intermediate container abb5369266b4 [2020-12-30T00:39:46.171Z] ---> 91a0cfe0d842 [2020-12-30T00:39:46.171Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:39:46.171Z] ---> 8434b77ff57e [2020-12-30T00:39:46.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:46.171Z] ---> 262fc234ed8f [2020-12-30T00:39:46.171Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:39:46.171Z] ---> Running in 661a9053b0c3 [2020-12-30T00:39:46.171Z] ---> Running in c322f0cbcf54 [2020-12-30T00:39:46.434Z] ---> 6323eea617f3 [2020-12-30T00:39:46.434Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:39:46.695Z] Removing intermediate container 661a9053b0c3 [2020-12-30T00:39:46.695Z] ---> d611a2a99b26 [2020-12-30T00:39:46.695Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:39:47.267Z] Removing intermediate container c322f0cbcf54 [2020-12-30T00:39:47.267Z] ---> 30b784d44498 [2020-12-30T00:39:47.267Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:47.840Z] ---> Running in 1f625ac2d78b [2020-12-30T00:39:47.840Z] ---> Running in 89456cdc97e4 [2020-12-30T00:39:47.840Z] ---> Running in 699e283ddc2b [2020-12-30T00:39:47.840Z] Removing intermediate container 1fff26539740 [2020-12-30T00:39:47.840Z] ---> 6a106c56e17d [2020-12-30T00:39:47.840Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:39:48.102Z] ---> Running in bbad0778471a [2020-12-30T00:39:48.102Z] Removing intermediate container 89456cdc97e4 [2020-12-30T00:39:48.102Z] ---> 304070d51ca3 [2020-12-30T00:39:48.102Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:48.102Z] Removing intermediate container 699e283ddc2b [2020-12-30T00:39:48.102Z] ---> 932adceffdb5 [2020-12-30T00:39:48.102Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:39:48.102Z] Removing intermediate container 1f625ac2d78b [2020-12-30T00:39:48.102Z] ---> 53b09f980803 [2020-12-30T00:39:48.102Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:48.364Z] ---> Running in edfcaceee917 [2020-12-30T00:39:48.364Z] ---> Running in 38f0f147a701 [2020-12-30T00:39:48.364Z] ---> Running in f1d40bd01894 [2020-12-30T00:39:48.364Z] Removing intermediate container bbad0778471a [2020-12-30T00:39:48.364Z] ---> 6234195e851c [2020-12-30T00:39:48.364Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.105s coverage: 93.8% of statements [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.161s coverage: 75.5% of statements [2020-12-30T00:39:48.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2020-12-30T00:39:48.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2020-12-30T00:39:48.629Z] ---> Running in af1636c72390 [2020-12-30T00:39:48.629Z] Removing intermediate container edfcaceee917 [2020-12-30T00:39:48.629Z] ---> 21444c127fd3 [2020-12-30T00:39:48.629Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:39:48.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2020-12-30T00:39:48.899Z] Removing intermediate container 38f0f147a701 [2020-12-30T00:39:48.899Z] ---> 091dafa86d59 [2020-12-30T00:39:48.899Z] Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:39:48.899Z] ---> Running in 1ada7663f1bc [2020-12-30T00:39:48.899Z] ---> Running in 79fb120d06b6 [2020-12-30T00:39:49.163Z] Removing intermediate container af1636c72390 [2020-12-30T00:39:49.163Z] ---> 160eb25caeb5 [2020-12-30T00:39:49.163Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:39:49.163Z] Removing intermediate container 1ada7663f1bc [2020-12-30T00:39:49.163Z] ---> f64fe9056283 [2020-12-30T00:39:49.163Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:39:49.441Z] Removing intermediate container 79fb120d06b6 [2020-12-30T00:39:49.441Z] ---> 64e7a2c8dd98 [2020-12-30T00:39:49.441Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:39:49.441Z] ---> Running in d392296202b7 [2020-12-30T00:39:49.441Z] ---> Running in 9b544ffdb5d5 [2020-12-30T00:39:49.441Z] ---> da96d5283bb8 [2020-12-30T00:39:49.441Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:39:50.390Z] Removing intermediate container 9b544ffdb5d5 [2020-12-30T00:39:50.390Z] ---> 89c136b84af4 [2020-12-30T00:39:50.390Z] [2020-12-30T00:39:50.390Z] Removing intermediate container d392296202b7 [2020-12-30T00:39:50.390Z] ---> e94a3a5b8761 [2020-12-30T00:39:50.390Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:39:50.653Z] Removing intermediate container f1d40bd01894 [2020-12-30T00:39:50.653Z] ---> af8f0bb4097c [2020-12-30T00:39:50.653Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:39:50.653Z] ---> 929f9a6f9726 [2020-12-30T00:39:50.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:39:50.653Z] ---> Running in 6f1fd44b6d83 [2020-12-30T00:39:50.653Z] ---> Running in dcf7a4170902 [2020-12-30T00:39:50.653Z] Successfully built 89c136b84af4 [2020-12-30T00:39:50.653Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-30T00:39:51.227Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6f1fd44b6d83 [2020-12-30T00:39:51.227Z] ---> 7ddfb3953f14 [2020-12-30T00:39:51.227Z] [2020-12-30T00:39:51.227Z] ---> 285ddfceacde [2020-12-30T00:39:51.227Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:39:51.227Z] ---> Running in f20bac5b549b [2020-12-30T00:39:51.227Z] Successfully built 7ddfb3953f14 [2020-12-30T00:39:51.227Z] Successfully tagged docker-core-command-go:latest [2020-12-30T00:39:51.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2020-12-30T00:39:51.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:39:51.492Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:51.492Z] Removing intermediate container f20bac5b549b [2020-12-30T00:39:51.492Z] ---> c27bfba788c7 [2020-12-30T00:39:51.492Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:39:51.753Z] ---> Running in 9fc37ae21316 [2020-12-30T00:39:51.753Z] Removing intermediate container 9fc37ae21316 [2020-12-30T00:39:51.753Z] ---> 0b92b742285e [2020-12-30T00:39:51.753Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:39:51.753Z] ---> Running in 5fd9106bcef7 [2020-12-30T00:39:52.016Z] Removing intermediate container 5fd9106bcef7 [2020-12-30T00:39:52.016Z] ---> d7fb4d66cc5e [2020-12-30T00:39:52.016Z] Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:39:52.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:52.016Z] ---> Running in 08e327d56280 [2020-12-30T00:39:52.277Z] Removing intermediate container 08e327d56280 [2020-12-30T00:39:52.277Z] ---> 0518bbaacbee [2020-12-30T00:39:52.277Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:39:52.277Z] ---> Running in fb4ba34eadbb [2020-12-30T00:39:52.538Z] Removing intermediate container fb4ba34eadbb [2020-12-30T00:39:52.538Z] ---> d7fff9c42953 [2020-12-30T00:39:52.538Z] [2020-12-30T00:39:52.538Z] Successfully built d7fff9c42953 [2020-12-30T00:39:52.538Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-30T00:39:52.799Z]  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:39:52.799Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:39:52.799Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:39:53.061Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:39:53.322Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:39:53.322Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:39:53.322Z] OK: 8 MiB in 19 packages [2020-12-30T00:39:53.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.649s coverage: 63.5% of statements [2020-12-30T00:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:39:53.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2020-12-30T00:39:53.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2020-12-30T00:39:53.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2020-12-30T00:39:53.898Z] Removing intermediate container dcf7a4170902 [2020-12-30T00:39:53.898Z] ---> b0d365c13122 [2020-12-30T00:39:53.898Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:39:54.163Z] ---> 0f4852c3b477 [2020-12-30T00:39:54.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:39:54.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2020-12-30T00:39:54.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2020-12-30T00:39:54.736Z] ---> 3a6bb770f981 [2020-12-30T00:39:54.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:54.997Z] ---> 3bf5a37ee846 [2020-12-30T00:39:54.997Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:39:54.997Z] ---> Running in 289105677f61 [2020-12-30T00:39:55.259Z] Removing intermediate container 289105677f61 [2020-12-30T00:39:55.259Z] ---> 6c6412676601 [2020-12-30T00:39:55.259Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:55.259Z] ---> Running in 660a5dbfe22b [2020-12-30T00:39:55.520Z] Removing intermediate container 660a5dbfe22b [2020-12-30T00:39:55.520Z] ---> 3b09873541ab [2020-12-30T00:39:55.520Z] Step 21/23 : LABEL arch=x86_64 [2020-12-30T00:39:55.520Z] ---> Running in 558d1a64a054 [2020-12-30T00:39:55.782Z] Removing intermediate container 558d1a64a054 [2020-12-30T00:39:55.782Z] ---> b9fc04d03cd6 [2020-12-30T00:39:55.782Z] Step 22/23 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:39:55.782Z] ---> Running in ab7da416fdf0 [2020-12-30T00:39:57.171Z] Removing intermediate container ab7da416fdf0 [2020-12-30T00:39:57.171Z] ---> 818fdacff0d1 [2020-12-30T00:39:57.171Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:39:57.433Z] ---> Running in 4d9679aa35a3 [2020-12-30T00:39:57.433Z] Removing intermediate container 4d9679aa35a3 [2020-12-30T00:39:57.433Z] ---> ef2e52aa95d2 [2020-12-30T00:39:57.433Z] [2020-12-30T00:39:57.696Z] Successfully built ef2e52aa95d2 [2020-12-30T00:39:57.696Z] Successfully tagged docker-core-data-go:latest [2020-12-30T00:39:57.969Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-30T00:39:58.004Z] $ docker stop --time=1 c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b [2020-12-30T00:39:58.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements [2020-12-30T00:39:58.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:39:58.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:39:58.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:39:58.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:39:58.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:39:59.572Z] $ docker rm -f c1c8ea263f02217c53fcc52c7e7f22b22d808a80ab2e5b61c9e488df9ff1717b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:40:00.122Z] + docker images [2020-12-30T00:40:00.122Z] + grep docker [2020-12-30T00:40:00.122Z] docker-core-data-go latest ef2e52aa95d2 2 seconds ago 22.2MB [2020-12-30T00:40:00.122Z] docker-security-proxy-setup-go latest d7fff9c42953 7 seconds ago 24.5MB [2020-12-30T00:40:00.122Z] docker-support-scheduler-go latest 89c136b84af4 9 seconds ago 10.7MB [2020-12-30T00:40:00.122Z] docker-core-command-go latest 7ddfb3953f14 9 seconds ago 10.6MB [2020-12-30T00:40:00.122Z] docker-sys-mgmt-agent-go latest b9ef41d515e6 32 seconds ago 313MB [2020-12-30T00:40:00.122Z] docker-security-secretstore-setup-go latest 6296d9f9bc32 About a minute ago 24.6MB [2020-12-30T00:40:00.122Z] docker-security-bootstrap-redis-go latest 7ab85fcad33a 2 minutes ago 15.8MB [2020-12-30T00:40:00.122Z] docker-support-notifications-go latest 3aa75ae73fde 2 minutes ago 12MB [2020-12-30T00:40:00.122Z] docker-core-metadata-go latest 90bd953394ed 2 minutes ago 13MB [2020-12-30T00:40:00.122Z] docker latest 0040bc98e531 12 days ago 240MB [Pipeline] } [Pipeline] // withEnv [2020-12-30T00:40:00.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements [2020-12-30T00:40:00.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:40:00.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [Pipeline] } [Pipeline] // script [2020-12-30T00:40:00.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.608s coverage: 84.0% of statements [2020-12-30T00:40:00.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-30T00:40:07.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:40:07.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:40:07.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2020-12-30T00:40:07.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.165s coverage: 29.1% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:40:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements [2020-12-30T00:40:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:40:12.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:40:12.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2020-12-30T00:40:12.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-12-30T00:40:13.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-30T00:40:14.354Z] GO111MODULE=on go vet ./... [2020-12-30T00:40:16.101Z] Still waiting to schedule task [2020-12-30T00:40:16.101Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-30T00:41:21.849Z] Running on prd-ubuntu18.04-docker-8c-8g-17703 in /w/workspace/edgexfoundry_edgex-go_PR-2962 [Pipeline] { [Pipeline] ws [2020-12-30T00:41:21.911Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-30T00:41:22.405Z] gofmt -l . [2020-12-30T00:41:22.405Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:41:24.471Z] using credential edgex-jenkins-ssh [2020-12-30T00:41:24.525Z] Cloning the remote Git repository [2020-12-30T00:41:25.075Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:41:23.715Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:41:23.791Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-30T00:41:23.826Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:41:23.826Z] > git --version # timeout=10 [2020-12-30T00:41:23.833Z] > git --version # 'git version 2.17.1' [2020-12-30T00:41:23.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:41:23.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:41:25.696Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-30T00:41:30.647Z] + ls -al . [2020-12-30T00:41:30.647Z] total 664 [2020-12-30T00:41:30.647Z] drwxrwxr-x 9 1001 1001 4096 Dec 30 00:41 . [2020-12-30T00:41:30.647Z] drwxr-xr-x 4 root root 4096 Dec 30 00:37 .. [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:35 .dockerignore [2020-12-30T00:41:30.647Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 .git [2020-12-30T00:41:30.647Z] drwxrwxr-x 3 1001 1001 4096 Dec 30 00:35 .github [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 00:35 .gitignore [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:35 .sonarcloud.properties [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:35 CONTRIBUTING.md [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:35 Dockerfile.build [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:35 Jenkinsfile [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:35 LICENSE [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 00:35 Makefile [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:35 README.md [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:35 SECURITY.md [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:35 ZMQWindows.md [2020-12-30T00:41:30.647Z] drwxrwxr-x 2 1001 1001 4096 Dec 30 00:35 bin [2020-12-30T00:41:30.647Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 00:35 cmd [2020-12-30T00:41:30.647Z] -rw-r--r-- 1 root root 538157 Dec 30 00:40 coverage.out [2020-12-30T00:41:30.647Z] -rw-r--r-- 1 root root 979 Dec 30 00:41 go.mod [2020-12-30T00:41:30.647Z] -rw-r--r-- 1 root root 18739 Dec 30 00:41 go.sum [2020-12-30T00:41:30.647Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 internal [2020-12-30T00:41:30.647Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 openapi [2020-12-30T00:41:30.647Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 snap [2020-12-30T00:41:30.647Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:35 version.go [Pipeline] sh [2020-12-30T00:41:31.315Z] + '[' -e coverage.out ] [2020-12-30T00:41:31.315Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:41:31.335Z] Warning: overwriting stash ‘coverage-report’ [2020-12-30T00:41:32.511Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:41:33.159Z] + make build [2020-12-30T00:41:33.159Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:41:41.677Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:41:41.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:41:41.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:41:41.713Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:41:41.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:41:41.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2962/head:refs/remotes/origin/PR-2962 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:41:42.392Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit a0fe9c2cbb5f2ba2374e06009d327325fce0109d [2020-12-30T00:41:42.829Z] Merge succeeded, producing 9790c571c8fe4b72137145f357ef2d7f0c9b977b [2020-12-30T00:41:42.830Z] Checking out Revision 9790c571c8fe4b72137145f357ef2d7f0c9b977b (PR-2962) [2020-12-30T00:41:42.408Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:41:42.416Z] > git checkout -f a0fe9c2cbb5f2ba2374e06009d327325fce0109d # timeout=10 [2020-12-30T00:41:42.584Z] > git remote # timeout=10 [2020-12-30T00:41:42.593Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:41:42.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:41:42.607Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:41:42.822Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:41:42.836Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:41:42.840Z] > git checkout -f 9790c571c8fe4b72137145f357ef2d7f0c9b977b # timeout=10 [2020-12-30T00:41:45.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:41:46.692Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:41:46.710Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:41:47.840Z] + echo snap-build.sh [2020-12-30T00:41:47.840Z] snap-build.sh [2020-12-30T00:41:47.840Z] + SNAP_BASE_DIR=. [2020-12-30T00:41:47.840Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-30T00:41:47.840Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-30T00:41:47.840Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-30T00:41:47.840Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-30T00:41:47.840Z] + cd /w/workspace/edgex-go/3 [2020-12-30T00:41:47.840Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-30T00:41:47.840Z] Reading package lists... [2020-12-30T00:41:48.103Z] Building dependency tree... [2020-12-30T00:41:48.103Z] Reading state information... [2020-12-30T00:41:48.103Z] The following packages were automatically installed and are no longer required: [2020-12-30T00:41:48.103Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-30T00:41:48.103Z] uidmap xdelta3 [2020-12-30T00:41:48.103Z] Use 'sudo apt autoremove' to remove them. [2020-12-30T00:41:46.699Z] > git rev-list --no-walk 071c9262eec4428d3dc066793b2c79d6412a0b4b # timeout=10 [2020-12-30T00:41:48.365Z] The following packages will be REMOVED: [2020-12-30T00:41:48.365Z] lxd* lxd-client* [2020-12-30T00:41:48.939Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-30T00:41:48.939Z] After this operation, 31.7 MB disk space will be freed. [2020-12-30T00:41:50.250Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-30T00:41:50.250Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:41:51.194Z] Removing lxd dnsmasq configuration [2020-12-30T00:41:51.457Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:41:51.719Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-30T00:41:52.291Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-30T00:41:52.824Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-30T00:41:52.824Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:41:54.753Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-30T00:41:54.753Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-30T00:41:56.674Z] + sudo snap remove --purge lxd [2020-12-30T00:41:56.674Z] snap "lxd" is not installed [2020-12-30T00:41:56.674Z] + sudo groupadd --force --system lxd [2020-12-30T00:41:56.937Z] ++ whoami [2020-12-30T00:41:56.937Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-30T00:41:56.937Z] + newgrp - lxd [2020-12-30T00:41:56.937Z] + sudo snap install lxd [2020-12-30T00:42:06.972Z] 2020-12-30T00:42:04Z INFO Waiting for automatic snapd restart... [2020-12-30T00:42:07.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:42:12.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:42:17.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:42:18.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:42:24.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:42:25.143Z] lxd 4.9 from Canonical* installed [2020-12-30T00:42:25.143Z] + sudo lxd init --auto [2020-12-30T00:42:28.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:42:32.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:42:35.199Z] + sudo snap install --classic snapcraft [2020-12-30T00:42:37.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:42:40.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:42:43.440Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:42:43.440Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-30T00:42:43.440Z] + patch --verbose -p1 [2020-12-30T00:42:43.440Z] Hmm... Looks like a unified diff to me... [2020-12-30T00:42:43.440Z] The text leading up to this was: [2020-12-30T00:42:43.440Z] -------------------------- [2020-12-30T00:42:43.440Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-30T00:42:43.440Z] |From: Tony Espy [2020-12-30T00:42:43.440Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-30T00:42:43.440Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-30T00:42:43.440Z] | [2020-12-30T00:42:43.440Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-30T00:42:43.440Z] |optimize the snap CI check run for pull requests. When [2020-12-30T00:42:43.440Z] |applied, it essentially strips out everything (apps and [2020-12-30T00:42:43.440Z] |parts) from the snapcraft.yaml file except those required [2020-12-30T00:42:43.440Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-30T00:42:43.440Z] |catch changes to edgex-go that break the snap build. [2020-12-30T00:42:43.440Z] | [2020-12-30T00:42:43.440Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-30T00:42:43.440Z] |to update this patch file, otherwise it may fail to apply, [2020-12-30T00:42:43.440Z] |resulting in a failed snap build CI check in the associated [2020-12-30T00:42:43.440Z] |pull request. [2020-12-30T00:42:43.440Z] | [2020-12-30T00:42:43.440Z] |Note - in addition to applying this patch, the pipeline also [2020-12-30T00:42:43.440Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-30T00:42:43.440Z] |need to build the finally binary .snap file (and it won't [2020-12-30T00:42:43.441Z] |work with the patch applied). This further reduces the build [2020-12-30T00:42:43.441Z] |time. [2020-12-30T00:42:43.441Z] |--- [2020-12-30T00:42:43.441Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-30T00:42:43.441Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-30T00:42:43.441Z] | [2020-12-30T00:42:43.441Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-30T00:42:43.441Z] |index 1e537489..faf42425 100644 [2020-12-30T00:42:43.441Z] |--- a/snap/snapcraft.yaml [2020-12-30T00:42:43.441Z] |+++ b/snap/snapcraft.yaml [2020-12-30T00:42:43.441Z] -------------------------- [2020-12-30T00:42:43.441Z] patching file snap/snapcraft.yaml [2020-12-30T00:42:43.441Z] Using Plan A... [2020-12-30T00:42:43.441Z] Hunk #1 succeeded at 73. [2020-12-30T00:42:43.441Z] Hunk #2 succeeded at 202. [2020-12-30T00:42:43.441Z] Hunk #3 succeeded at 214. [2020-12-30T00:42:43.441Z] Hunk #4 succeeded at 222. [2020-12-30T00:42:43.441Z] Hunk #5 succeeded at 229. [2020-12-30T00:42:43.441Z] Hunk #6 succeeded at 256. [2020-12-30T00:42:43.441Z] Hunk #7 succeeded at 290. [2020-12-30T00:42:43.441Z] Hunk #8 succeeded at 341. [2020-12-30T00:42:43.441Z] Hmm... Ignoring the trailing garbage. [2020-12-30T00:42:43.441Z] done [2020-12-30T00:42:43.441Z] + sudo snapcraft prime --use-lxd [2020-12-30T00:42:44.870Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-30T00:42:44.870Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-30T00:42:44.870Z] - README.md [2020-12-30T00:42:44.870Z] [2020-12-30T00:42:44.870Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:42:44.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T00:42:45.823Z] Launching a container. [Pipeline] } [2020-12-30T00:42:49.275Z] $ docker stop --time=1 d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 [2020-12-30T00:42:51.653Z] $ docker rm -f d2756dd7c93b05ec30b4ebaa2d9c36bf41a94c2fa512511d2e4c0c5fcf7cc4c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:42:53.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:53.482Z] [2020-12-30T00:42:53.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:42:53.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:53.868Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-30T00:42:53.868Z] 29e5d40040c1: Pulling fs layer [2020-12-30T00:42:53.868Z] 1ce36da41761: Pulling fs layer [2020-12-30T00:42:53.868Z] 25b303627fd3: Pulling fs layer [2020-12-30T00:42:54.141Z] 29e5d40040c1: Verifying Checksum [2020-12-30T00:42:54.141Z] 29e5d40040c1: Download complete [2020-12-30T00:42:54.416Z] 1ce36da41761: Verifying Checksum [2020-12-30T00:42:54.416Z] 1ce36da41761: Download complete [2020-12-30T00:42:55.010Z] 29e5d40040c1: Pull complete [2020-12-30T00:42:55.992Z] 1ce36da41761: Pull complete [2020-12-30T00:42:57.419Z] 25b303627fd3: Verifying Checksum [2020-12-30T00:42:57.419Z] 25b303627fd3: Download complete [2020-12-30T00:43:00.766Z] Waiting for container to be ready [2020-12-30T00:43:00.766Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-30T00:43:00.766Z] [2020-12-30T00:43:04.096Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-30T00:43:04.673Z] Waiting for network to be ready... [2020-12-30T00:43:05.635Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:43:05.635Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:43:05.906Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:43:06.172Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:43:06.172Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:43:06.437Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:43:06.437Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:43:06.437Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:43:06.437Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:43:06.437Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:43:06.437Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:43:06.700Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:43:06.970Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:43:06.970Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:43:06.970Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:43:06.970Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:43:06.970Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:43:06.970Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:43:07.242Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:43:07.509Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:43:07.509Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:43:07.509Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:43:07.509Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:43:07.509Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:43:07.509Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:43:07.509Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:43:07.509Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:43:07.588Z] 25b303627fd3: Pull complete [2020-12-30T00:43:07.588Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-30T00:43:07.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:43:07.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-30T00:43:07.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container [2020-12-30T00:43:07.937Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:43:11.424Z] $ docker top a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:43:12.473Z] + docker-compose build --help [2020-12-30T00:43:12.473Z] + grep parallel [2020-12-30T00:43:12.857Z] Fetched 23.5 MB in 7s (3312 kB/s) [2020-12-30T00:43:14.799Z] Reading package lists... [2020-12-30T00:43:14.799Z] Reading package lists... [2020-12-30T00:43:15.063Z] Building dependency tree... [2020-12-30T00:43:15.063Z] Reading state information... [2020-12-30T00:43:15.063Z] The following additional packages will be installed: [2020-12-30T00:43:15.063Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:43:15.063Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:43:15.063Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:43:15.063Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-30T00:43:15.063Z] Suggested packages: [2020-12-30T00:43:15.063Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-30T00:43:15.063Z] Recommended packages: [2020-12-30T00:43:15.063Z] gnupg libsasl2-modules [2020-12-30T00:43:15.326Z] The following NEW packages will be installed: [2020-12-30T00:43:15.326Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:43:15.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:43:15.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:43:15.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-30T00:43:15.326Z] The following packages will be upgraded: [2020-12-30T00:43:15.326Z] gpg gpg-agent gpgconf libudev1 [2020-12-30T00:43:15.326Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-30T00:43:15.326Z] Need to get 3531 kB of archives. [2020-12-30T00:43:15.326Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-30T00:43:15.326Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-30T00:43:15.326Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-30T00:43:15.326Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-30T00:43:15.326Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-30T00:43:15.326Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-30T00:43:15.326Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-30T00:43:15.326Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-30T00:43:15.326Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-30T00:43:15.588Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-30T00:43:15.849Z] --parallel Build images in parallel. [2020-12-30T00:43:15.850Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-30T00:43:16.113Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-30T00:43:16.113Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-30T00:43:16.113Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [Pipeline] } [2020-12-30T00:43:16.135Z] $ docker stop --time=1 a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d [2020-12-30T00:43:16.387Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-30T00:43:16.388Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-30T00:43:16.388Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-30T00:43:16.388Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-30T00:43:16.388Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-30T00:43:16.388Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-30T00:43:16.388Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-30T00:43:16.388Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-30T00:43:16.388Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-30T00:43:16.655Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:43:16.655Z] Fetched 3531 kB in 1s (3076 kB/s) [2020-12-30T00:43:16.655Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:43:16.655Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:43:16.655Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:43:16.950Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:43:16.951Z] Selecting previously unselected package udev. [2020-12-30T00:43:16.951Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:43:16.951Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:43:16.951Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-30T00:43:17.592Z] Selecting previously unselected package libfuse2:amd64. [2020-12-30T00:43:17.592Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:43:17.592Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:43:17.592Z] Selecting previously unselected package fuse. [2020-12-30T00:43:17.592Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:43:17.592Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:43:17.592Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:43:17.592Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:43:17.856Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:43:17.857Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:43:17.857Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:43:17.857Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:43:18.004Z] $ docker rm -f a23ac5852851fabb1944ae09acd3326eda4e694e7a4746957fd7cc8b5bb52d8d [2020-12-30T00:43:18.120Z] Selecting previously unselected package libksba8:amd64. [2020-12-30T00:43:18.120Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-30T00:43:18.120Z] Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer [2020-12-30T00:43:18.400Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-30T00:43:18.400Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.400Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:18.400Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-30T00:43:18.400Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.400Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:43:18.666Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-30T00:43:18.667Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.667Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:18.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:43:18.854Z] . [Pipeline] withDockerContainer [2020-12-30T00:43:18.936Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-30T00:43:18.936Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.936Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:18.936Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-30T00:43:18.936Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.937Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:18.937Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-30T00:43:18.937Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:18.937Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:19.150Z] prd-ubuntu18.04-docker-arm64-4c-16g-17699 does not seem to be running inside a container [2020-12-30T00:43:19.199Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-30T00:43:19.199Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:19.199Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:19.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:43:19.468Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-30T00:43:19.468Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:19.468Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:19.739Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-30T00:43:19.739Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:43:19.739Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:20.005Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-30T00:43:20.005Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:43:20.005Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:43:20.005Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-30T00:43:20.005Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:43:20.005Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:43:20.270Z] Selecting previously unselected package libldap-common. [2020-12-30T00:43:20.270Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-30T00:43:20.270Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:43:20.270Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-30T00:43:20.270Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-30T00:43:20.270Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:43:20.532Z] Selecting previously unselected package dirmngr. [2020-12-30T00:43:20.532Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:43:20.532Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:43:20.532Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:43:20.532Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-30T00:43:20.532Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:43:20.585Z] $ docker top 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 -eo pid,comm [2020-12-30T00:43:20.796Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:43:20.796Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:43:20.796Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-30T00:43:20.796Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:20.796Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-30T00:43:20.796Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:43:20.796Z] Setting up udev (237-3ubuntu10.43) ... [Pipeline] { [Pipeline] sh [2020-12-30T00:43:21.369Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-30T00:43:21.598Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:43:21.630Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.630Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-30T00:43:21.630Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:43:21.630Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-30T00:43:21.630Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.630Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.630Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.894Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.894Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.894Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.894Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:43:21.894Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:43:21.894Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:43:21.894Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:43:22.853Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-30T00:43:22.853Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-30T00:43:22.853Z] This means they are not meant to be enabled using systemctl. [2020-12-30T00:43:22.853Z] Possible reasons for having this kind of units are: [2020-12-30T00:43:22.853Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-30T00:43:22.853Z] .wants/ or .requires/ directory. [2020-12-30T00:43:22.853Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-30T00:43:22.853Z] a requirement dependency on it. [2020-12-30T00:43:22.853Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-30T00:43:22.853Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-30T00:43:22.853Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-30T00:43:22.853Z] instance name specified. [2020-12-30T00:43:23.432Z] Reading package lists... [2020-12-30T00:43:23.694Z] Building dependency tree... [2020-12-30T00:43:23.694Z] Reading state information... [2020-12-30T00:43:24.275Z] The following additional packages will be installed: [2020-12-30T00:43:24.275Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-30T00:43:24.275Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-30T00:43:24.275Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-30T00:43:24.275Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-30T00:43:24.275Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-30T00:43:24.275Z] Suggested packages: [2020-12-30T00:43:24.275Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-30T00:43:24.275Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-30T00:43:24.275Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-30T00:43:24.275Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-30T00:43:24.275Z] systemd-container policykit-1 [2020-12-30T00:43:24.275Z] Recommended packages: [2020-12-30T00:43:24.275Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-30T00:43:24.275Z] The following NEW packages will be installed: [2020-12-30T00:43:24.275Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-30T00:43:24.275Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-30T00:43:24.275Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-30T00:43:24.275Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-30T00:43:24.275Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-30T00:43:24.275Z] The following packages will be upgraded: [2020-12-30T00:43:24.275Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-30T00:43:24.275Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-30T00:43:24.275Z] Need to get 35.2 MB of archives. [2020-12-30T00:43:24.275Z] After this operation, 141 MB of additional disk space will be used. [2020-12-30T00:43:24.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-30T00:43:24.275Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-30T00:43:25.256Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-30T00:43:25.256Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-30T00:43:25.256Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-30T00:43:25.256Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-30T00:43:25.256Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-30T00:43:25.257Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-30T00:43:25.257Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-30T00:43:25.257Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-30T00:43:25.257Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-30T00:43:25.257Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-30T00:43:25.257Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-30T00:43:25.524Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-30T00:43:25.524Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-30T00:43:25.524Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-30T00:43:25.524Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-30T00:43:25.524Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-30T00:43:25.524Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-30T00:43:25.524Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-30T00:43:25.524Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-30T00:43:25.524Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-30T00:43:25.525Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-30T00:43:25.525Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-30T00:43:25.525Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-30T00:43:25.525Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-30T00:43:25.525Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-30T00:43:25.525Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-30T00:43:25.525Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-30T00:43:25.790Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-30T00:43:25.892Z] Building docker-core-command-go ... [2020-12-30T00:43:25.892Z] Building docker-core-data-go ... [2020-12-30T00:43:25.892Z] Building docker-core-metadata-go ... [2020-12-30T00:43:25.892Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:43:25.892Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:43:25.892Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:43:25.892Z] Building docker-support-notifications-go ... [2020-12-30T00:43:25.892Z] Building docker-support-scheduler-go ... [2020-12-30T00:43:25.892Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:43:25.892Z] Building docker-support-scheduler-go [2020-12-30T00:43:25.892Z] Building docker-support-notifications-go [2020-12-30T00:43:25.892Z] Building docker-security-proxy-setup-go [2020-12-30T00:43:25.892Z] Building docker-core-data-go [2020-12-30T00:43:25.892Z] Building docker-core-metadata-go [2020-12-30T00:43:26.737Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:43:26.737Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2020-12-30T00:43:27.000Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:43:27.000Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:43:27.264Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:43:27.838Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:43:27.838Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:43:28.108Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:43:28.108Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:43:28.108Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:43:28.108Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:43:28.377Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-30T00:43:28.646Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:43:28.646Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:43:28.646Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:43:29.222Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-30T00:43:29.222Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-30T00:43:29.809Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-30T00:43:30.104Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-30T00:43:30.104Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:43:30.104Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:43:30.368Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-30T00:43:30.368Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:43:30.368Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:30.947Z] Selecting previously unselected package libexpat1:amd64. [2020-12-30T00:43:30.947Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-30T00:43:30.947Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:43:30.947Z] Selecting previously unselected package python3.6-minimal. [2020-12-30T00:43:30.947Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:43:31.219Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:31.802Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:43:32.067Z] Checking for services that may need to be restarted...done. [2020-12-30T00:43:32.067Z] Checking for services that may need to be restarted...done. [2020-12-30T00:43:32.067Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:32.067Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:43:32.067Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:33.018Z] Selecting previously unselected package python3-minimal. [2020-12-30T00:43:33.018Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-30T00:43:33.018Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:43:33.018Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:43:33.018Z] Selecting previously unselected package mime-support. [2020-12-30T00:43:33.018Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-30T00:43:33.281Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-30T00:43:33.281Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-30T00:43:33.281Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-30T00:43:33.281Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:43:33.281Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-30T00:43:33.281Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:43:33.281Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:33.857Z] Selecting previously unselected package python3.6. [2020-12-30T00:43:33.857Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:43:33.857Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:33.857Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-30T00:43:33.857Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:43:33.857Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:43:34.124Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:43:34.393Z] Selecting previously unselected package python3. [2020-12-30T00:43:34.393Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-30T00:43:34.393Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:43:34.393Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-30T00:43:34.657Z] Selecting previously unselected package multiarch-support. [2020-12-30T00:43:34.657Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:43:34.657Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:43:34.657Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:43:34.657Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-30T00:43:34.920Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-30T00:43:34.920Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-30T00:43:34.920Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:43:34.920Z] Selecting previously unselected package libbsd0:amd64. [2020-12-30T00:43:34.920Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-30T00:43:34.920Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:43:34.920Z] Selecting previously unselected package sudo. [2020-12-30T00:43:34.920Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-30T00:43:34.920Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:43:35.184Z] Selecting previously unselected package apparmor. [2020-12-30T00:43:35.184Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:43:35.184Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:43:35.765Z] Selecting previously unselected package libedit2:amd64. [2020-12-30T00:43:35.765Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-30T00:43:35.765Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:43:35.765Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-30T00:43:35.765Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:43:35.765Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:36.032Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-30T00:43:36.032Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:43:36.032Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:36.300Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-30T00:43:36.300Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-30T00:43:36.300Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:43:36.300Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-30T00:43:36.300Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:43:36.566Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:36.567Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-30T00:43:36.567Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:43:36.567Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:36.831Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-30T00:43:36.831Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-30T00:43:36.831Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:43:37.094Z] Selecting previously unselected package openssh-client. [2020-12-30T00:43:37.094Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-30T00:43:37.094Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:43:37.357Z] Selecting previously unselected package squashfs-tools. [2020-12-30T00:43:37.357Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:43:37.357Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:43:37.357Z] Selecting previously unselected package snapd. [2020-12-30T00:43:37.357Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-30T00:43:37.357Z] Unpacking snapd (2.48+18.04) ... [2020-12-30T00:43:40.806Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:43:40.806Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:43:40.806Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-30T00:43:40.806Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:43:40.806Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:43:40.806Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:40.806Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:43:41.383Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-30T00:43:41.383Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-30T00:43:42.341Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:43:42.341Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:43:42.341Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:43:42.341Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:42.341Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:42.341Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:43:43.286Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:43:43.547Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:43.547Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:43:43.547Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-30T00:43:43.547Z] running python rtupdate hooks for python3.6... [2020-12-30T00:43:43.547Z] running python post-rtupdate hooks for python3.6... [2020-12-30T00:43:43.808Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:43:45.197Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-30T00:43:45.459Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:43:45.459Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:43:45.720Z] Setting up snapd (2.48+18.04) ... [2020-12-30T00:43:46.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-30T00:43:46.556Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-30T00:43:46.817Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-30T00:43:47.078Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-30T00:43:47.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:43:47.341Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:43:47.608Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-30T00:43:47.870Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-30T00:43:48.132Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-30T00:43:48.395Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-30T00:43:48.663Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-30T00:43:48.663Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:43:48.663Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:43:50.599Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:43:50.599Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:43:50.599Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:43:52.779Z] Reading package lists... [2020-12-30T00:43:53.352Z] Reading package lists... [2020-12-30T00:43:53.352Z] Building dependency tree... [2020-12-30T00:43:53.352Z] Reading state information... [2020-12-30T00:43:53.618Z] Calculating upgrade... [2020-12-30T00:43:54.198Z] The following packages will be upgraded: [2020-12-30T00:43:54.198Z] advancecomp base-files bash binutils binutils-common [2020-12-30T00:43:54.198Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-30T00:43:54.198Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-30T00:43:54.198Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-30T00:43:54.198Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-30T00:43:54.198Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-30T00:43:54.198Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-30T00:43:54.198Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-30T00:43:54.198Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-30T00:43:54.198Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-30T00:43:54.198Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-30T00:43:54.198Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-30T00:43:54.198Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-30T00:43:54.198Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-30T00:43:54.198Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:43:54.198Z] Need to get 63.5 MB of archives. [2020-12-30T00:43:54.199Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-30T00:43:54.199Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-30T00:43:54.478Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-30T00:43:54.478Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-30T00:43:54.478Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-30T00:43:54.478Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-30T00:43:54.478Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-30T00:43:54.478Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-30T00:43:54.478Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-30T00:43:54.478Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-30T00:43:54.478Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-30T00:43:54.478Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-30T00:43:54.478Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-30T00:43:54.478Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-30T00:43:54.478Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-30T00:43:54.478Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-30T00:43:54.478Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-30T00:43:54.478Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-30T00:43:54.748Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-30T00:43:54.749Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-30T00:43:54.749Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-30T00:43:55.014Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-30T00:43:55.014Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-30T00:43:55.015Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-30T00:43:55.015Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-30T00:43:55.015Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-30T00:43:55.015Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-30T00:43:55.015Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-30T00:43:55.015Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-30T00:43:55.015Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-30T00:43:55.015Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-30T00:43:55.015Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-30T00:43:55.015Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-30T00:43:55.015Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-30T00:43:55.015Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-30T00:43:55.015Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-30T00:43:55.015Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-30T00:43:55.015Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-30T00:43:55.015Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-30T00:43:55.015Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-30T00:43:55.015Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-30T00:43:55.015Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-30T00:43:55.015Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-30T00:43:55.015Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-30T00:43:55.281Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-30T00:43:55.281Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-30T00:43:55.281Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-30T00:43:55.281Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-30T00:43:55.281Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-30T00:43:55.281Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-30T00:43:55.281Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-30T00:43:55.281Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-30T00:43:55.281Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-30T00:43:55.281Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-30T00:43:55.281Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-30T00:43:55.544Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-30T00:43:55.544Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-30T00:43:55.544Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-30T00:43:56.124Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-30T00:43:56.124Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-30T00:43:56.124Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-30T00:43:56.124Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-30T00:43:56.124Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-30T00:43:56.124Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-30T00:43:56.124Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-30T00:43:56.124Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-30T00:43:56.124Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-30T00:43:56.124Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-30T00:43:56.386Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-30T00:43:56.386Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-30T00:43:56.386Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-30T00:43:56.386Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-30T00:43:56.386Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-30T00:43:56.386Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-30T00:43:56.386Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-30T00:43:56.386Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-30T00:43:56.386Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-30T00:43:56.386Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-30T00:43:56.386Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-30T00:43:56.386Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-30T00:43:56.386Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-30T00:43:56.386Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-30T00:43:56.386Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-30T00:43:56.386Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-30T00:43:56.386Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-30T00:43:56.386Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-30T00:43:56.648Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-30T00:43:56.648Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-30T00:43:56.648Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-30T00:43:56.648Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-30T00:43:56.648Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-30T00:43:56.648Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-30T00:43:56.648Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-30T00:43:56.648Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-30T00:43:56.648Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-30T00:43:56.648Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-30T00:43:56.648Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-30T00:43:56.913Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:43:56.913Z] Fetched 63.5 MB in 3s (24.9 MB/s) [2020-12-30T00:43:57.174Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:43:57.175Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:43:57.175Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:43:58.119Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:43:58.119Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:43:58.119Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-30T00:43:58.119Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-30T00:43:59.065Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.065Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.065Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.065Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.329Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.329Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.329Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.329Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.592Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.592Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.592Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.592Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.855Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:43:59.855Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:43:59.855Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:43:59.855Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:43:59.855Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:00.120Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-30T00:44:00.120Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:00.120Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:00.120Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:00.120Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:00.382Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:00.382Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:00.382Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:00.382Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:44:00.645Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:00.908Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:00.908Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:01.172Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:44:01.435Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:44:02.011Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:44:02.011Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-30T00:44:02.011Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-30T00:44:02.011Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-30T00:44:02.011Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-30T00:44:02.273Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-30T00:44:02.536Z] Installing new version of config file /etc/issue ... [2020-12-30T00:44:02.536Z] Installing new version of config file /etc/issue.net ... [2020-12-30T00:44:02.536Z] Installing new version of config file /etc/lsb-release ... [2020-12-30T00:44:02.536Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-30T00:44:02.799Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-30T00:44:02.799Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-30T00:44:02.799Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-30T00:44:03.061Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:03.061Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-30T00:44:03.061Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-30T00:44:03.323Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-30T00:44:03.323Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-30T00:44:03.323Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:03.323Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:03.323Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:03.585Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:03.585Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:03.585Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-30T00:44:03.585Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-30T00:44:03.846Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-30T00:44:03.846Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:03.846Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-30T00:44:03.846Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:44:04.421Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-30T00:44:04.421Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:04.421Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:04.421Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:04.688Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:04.688Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:04.688Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:04.688Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:04.952Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:05.216Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:05.216Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-30T00:44:05.216Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-30T00:44:05.216Z] Setting up grep (3.1-2build1) ... [2020-12-30T00:44:05.482Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:05.482Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:44:05.482Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:44:05.482Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-30T00:44:05.752Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:05.752Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:44:05.752Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:06.026Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:06.301Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:06.301Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:06.301Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:06.879Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:06.879Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:07.158Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:44:07.158Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:07.830Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-30T00:44:07.830Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:07.830Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-30T00:44:07.830Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:44:09.261Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:44:09.261Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:44:09.261Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:44:09.261Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:44:09.261Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:44:09.522Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:09.522Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-30T00:44:09.522Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-30T00:44:09.785Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-30T00:44:09.785Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:09.785Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:09.785Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:10.048Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:10.048Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:10.048Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:10.048Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:10.310Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:10.310Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:10.310Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:10.583Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:10.583Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:10.844Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:10.844Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:10.844Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:10.844Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:11.106Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:11.106Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:44:11.106Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:11.106Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:44:11.106Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:11.368Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:11.368Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:11.368Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:44:11.368Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:11.631Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:11.631Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:11.631Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:11.631Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:11.893Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:11.893Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:11.893Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:11.893Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:11.893Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:12.155Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:12.155Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:12.415Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:12.989Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:13.253Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-30T00:44:13.830Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-30T00:44:13.830Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:13.830Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:44:13.830Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:44:14.092Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:44:14.353Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:44:14.353Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-30T00:44:14.353Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:44:14.353Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:14.640Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:14.640Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-30T00:44:14.640Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-30T00:44:14.902Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-30T00:44:15.164Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:15.164Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:44:15.428Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:44:15.428Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:44:15.690Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:15.690Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:44:15.690Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:44:15.952Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:44:15.952Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:15.952Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:44:16.279Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:44:16.279Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:44:16.541Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:16.541Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:44:16.541Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:44:16.803Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:44:16.803Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:44:16.803Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:16.803Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:16.803Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:17.067Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:17.067Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-30T00:44:17.067Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-30T00:44:17.330Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-30T00:44:17.594Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:17.594Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-30T00:44:17.594Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:44:17.857Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:44:18.118Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:18.119Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:18.119Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:44:18.380Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:44:18.380Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:18.380Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-30T00:44:18.380Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-30T00:44:18.641Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-30T00:44:18.641Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:18.641Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:44:18.927Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:44:19.189Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-30T00:44:19.452Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:19.452Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:44:19.452Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:44:19.452Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-30T00:44:19.713Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:19.713Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-30T00:44:19.713Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-30T00:44:19.979Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-30T00:44:19.979Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:19.979Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-30T00:44:19.979Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-30T00:44:20.241Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-30T00:44:20.241Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:20.241Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-30T00:44:20.241Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-30T00:44:20.503Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-30T00:44:20.503Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:20.503Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:44:20.503Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-30T00:44:20.764Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-30T00:44:20.764Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:44:20.764Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-30T00:44:20.764Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-30T00:44:21.026Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-30T00:44:21.026Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-30T00:44:21.026Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:44:21.026Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:44:21.290Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:44:21.290Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:44:21.569Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:44:21.569Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:44:21.831Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-30T00:44:21.831Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-30T00:44:22.092Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:44:22.092Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-30T00:44:22.092Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:44:22.092Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-30T00:44:22.354Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-30T00:44:22.354Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-30T00:44:22.615Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-30T00:44:22.615Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-30T00:44:22.877Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-30T00:44:23.138Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-30T00:44:23.138Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-30T00:44:23.138Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-30T00:44:23.138Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-30T00:44:23.400Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-30T00:44:23.400Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-30T00:44:23.400Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-30T00:44:24.346Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-30T00:44:24.346Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-30T00:44:24.346Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:44:24.609Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-30T00:44:24.609Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:44:24.609Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:44:25.193Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:44:25.193Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:44:25.465Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:44:25.465Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:44:25.465Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:44:25.735Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:44:25.735Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:25.735Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:26.000Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:26.000Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:26.265Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:26.265Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:26.265Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:26.265Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:27.663Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:27.663Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:29.065Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:29.065Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:30.017Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:30.017Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:30.283Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:30.548Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:31.639Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:44:31.639Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:44:31.639Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:44:31.902Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:44:31.902Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:44:31.903Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:44:32.167Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:44:32.167Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:44:32.167Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-30T00:44:32.167Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-30T00:44:32.430Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:44:32.430Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:44:32.695Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:44:32.695Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:44:32.695Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-30T00:44:32.959Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-30T00:44:32.959Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:32.959Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:44:32.959Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:33.223Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:33.223Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:33.223Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-30T00:44:33.223Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-30T00:44:33.223Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-30T00:44:33.488Z] [2020-12-30T00:44:33.488Z] Current default time zone: 'Etc/UTC' [2020-12-30T00:44:33.488Z] Local time is now: Wed Dec 30 00:44:33 UTC 2020. [2020-12-30T00:44:33.488Z] Universal Time is now: Wed Dec 30 00:44:33 UTC 2020. [2020-12-30T00:44:33.488Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-30T00:44:33.488Z] [2020-12-30T00:44:33.488Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-30T00:44:33.488Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:33.488Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-30T00:44:33.750Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:44:33.750Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-30T00:44:33.750Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-30T00:44:33.750Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:44:33.750Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:44:33.750Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-30T00:44:33.750Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:44:33.750Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:33.974Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:44:33.974Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:44:33.974Z] ---> d129623d2b84 [2020-12-30T00:44:33.974Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:44:33.974Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:44:33.974Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:44:33.974Z] ---> d129623d2b84 [2020-12-30T00:44:33.974Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:44:33.974Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:44:33.974Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:44:33.974Z] ---> d129623d2b84 [2020-12-30T00:44:33.974Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:44:33.974Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:44:33.974Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:44:33.974Z] ---> d129623d2b84 [2020-12-30T00:44:33.974Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:44:33.974Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:44:33.974Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:44:33.974Z] ---> d129623d2b84 [2020-12-30T00:44:33.974Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:44:34.013Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:44:34.249Z] ---> Running in a94a1d65cec4 [2020-12-30T00:44:34.249Z] ---> Running in fba09b364cc7 [2020-12-30T00:44:34.249Z] ---> Running in 0f3c889ccdaf [2020-12-30T00:44:34.249Z] ---> Running in 7fa15b293592 [2020-12-30T00:44:34.249Z] ---> Running in a8671022790d [2020-12-30T00:44:34.276Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:34.276Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:44:34.276Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:34.276Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-30T00:44:34.276Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:44:34.276Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-30T00:44:34.537Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:44:34.537Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-30T00:44:34.537Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-30T00:44:34.537Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:44:34.537Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:44:34.856Z] Removing intermediate container a8671022790d [2020-12-30T00:44:34.856Z] ---> 02f3036061b8 [2020-12-30T00:44:34.856Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:44:35.127Z] Removing intermediate container 7fa15b293592 [2020-12-30T00:44:35.127Z] ---> 6f05b4295462 [2020-12-30T00:44:35.127Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:44:35.127Z] ---> Running in 066225877bca [2020-12-30T00:44:35.127Z] Removing intermediate container 0f3c889ccdaf [2020-12-30T00:44:35.127Z] ---> 0d52d883712e [2020-12-30T00:44:35.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:44:35.127Z] Removing intermediate container a94a1d65cec4 [2020-12-30T00:44:35.127Z] ---> ea2e71238a41 [2020-12-30T00:44:35.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:44:35.127Z] Removing intermediate container fba09b364cc7 [2020-12-30T00:44:35.127Z] ---> 2bedf1f0d66e [2020-12-30T00:44:35.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:44:35.399Z] ---> Running in b526b9d2d81d [2020-12-30T00:44:35.674Z] ---> Running in 85cfdf0870ee [2020-12-30T00:44:35.674Z] ---> Running in b218050aa64c [2020-12-30T00:44:35.674Z] ---> Running in 6f1c7fdb6eb7 [2020-12-30T00:44:37.089Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:44:38.038Z] 22 added, 17 removed; done. [2020-12-30T00:44:38.038Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:44:38.038Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:44:38.038Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-30T00:44:38.038Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-30T00:44:38.038Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-30T00:44:38.301Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:44:38.302Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.302Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-30T00:44:38.302Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:44:38.302Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:44:38.564Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-30T00:44:38.564Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:44:38.564Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.564Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:44:38.564Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:44:38.564Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-30T00:44:38.827Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:44:38.827Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:44:38.827Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:44:39.062Z] Removing intermediate container 066225877bca [2020-12-30T00:44:39.063Z] ---> 122fbb85bc88 [2020-12-30T00:44:39.063Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:44:39.063Z] ---> Running in 42b642ccebf0 [2020-12-30T00:44:39.063Z] Removing intermediate container b526b9d2d81d [2020-12-30T00:44:39.063Z] ---> c36bae31303e [2020-12-30T00:44:39.063Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:44:39.089Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-30T00:44:39.090Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:44:39.090Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:44:39.335Z] ---> Running in 6566329bbb3c [2020-12-30T00:44:39.335Z] Removing intermediate container 6f1c7fdb6eb7 [2020-12-30T00:44:39.335Z] ---> 9aa3ca592f3d [2020-12-30T00:44:39.335Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:44:39.608Z] Removing intermediate container b218050aa64c [2020-12-30T00:44:39.608Z] ---> 6cdf877916f3 [2020-12-30T00:44:39.608Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:44:39.880Z] ---> Running in 6f6c1d74c5a8 [2020-12-30T00:44:39.880Z] Removing intermediate container 85cfdf0870ee [2020-12-30T00:44:39.880Z] ---> 161ec9705251 [2020-12-30T00:44:39.880Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:44:39.880Z] ---> Running in be279d5dca7e [2020-12-30T00:44:40.037Z] 0 added, 0 removed; done. [2020-12-30T00:44:40.037Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-30T00:44:40.037Z] done. [2020-12-30T00:44:40.154Z] ---> Running in cac9e147553f [2020-12-30T00:44:40.609Z] Reading package lists... [2020-12-30T00:44:40.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:40.870Z] Building dependency tree... [2020-12-30T00:44:40.870Z] Reading state information... [2020-12-30T00:44:41.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.132Z] The following NEW packages will be installed: [2020-12-30T00:44:41.132Z] apt-transport-https [2020-12-30T00:44:41.132Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:44:41.132Z] Need to get 1696 B of archives. [2020-12-30T00:44:41.132Z] After this operation, 153 kB of additional disk space will be used. [2020-12-30T00:44:41.132Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-30T00:44:41.393Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:44:41.393Z] Fetched 1696 B in 0s (41.1 kB/s) [2020-12-30T00:44:41.393Z] Selecting previously unselected package apt-transport-https. [2020-12-30T00:44:41.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.654Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-30T00:44:41.655Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-30T00:44:41.655Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:44:41.655Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:44:41.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:41.920Z] Waiting for network to be ready... [2020-12-30T00:44:42.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:42.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:42.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:43.165Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:43.165Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:43.165Z] OK: 12620 distinct packages available [2020-12-30T00:44:43.439Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:43.439Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:43.439Z] OK: 12620 distinct packages available [2020-12-30T00:44:43.713Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:43.995Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:43.995Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:43.995Z] OK: 12620 distinct packages available [2020-12-30T00:44:43.995Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:43.995Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:43.995Z] OK: 12620 distinct packages available [2020-12-30T00:44:44.289Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:44.565Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:44.565Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:44.565Z] OK: 12620 distinct packages available [2020-12-30T00:44:45.182Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:45.182Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:45.458Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:46.140Z] Removing intermediate container 42b642ccebf0 [2020-12-30T00:44:46.140Z] ---> b7eff5e5aa16 [2020-12-30T00:44:46.140Z] Step 6/24 : COPY go.mod . [2020-12-30T00:44:46.140Z] Removing intermediate container 6566329bbb3c [2020-12-30T00:44:46.140Z] ---> fbeb962850c4 [2020-12-30T00:44:46.140Z] Step 6/23 : COPY go.mod . [2020-12-30T00:44:46.744Z] Removing intermediate container cac9e147553f [2020-12-30T00:44:46.744Z] ---> d3d33e5d4c40 [2020-12-30T00:44:46.744Z] Step 6/22 : COPY go.mod . [2020-12-30T00:44:47.018Z] ---> 5c0472c20d90 [2020-12-30T00:44:47.018Z] Step 7/24 : RUN go mod download [2020-12-30T00:44:47.289Z] ---> Running in 07af8a3ce79f [2020-12-30T00:44:47.289Z] Removing intermediate container be279d5dca7e [2020-12-30T00:44:47.289Z] ---> 5cbe0a544d4b [2020-12-30T00:44:47.289Z] Step 6/21 : COPY go.mod . [2020-12-30T00:44:47.289Z] ---> 2c8fa7a246f4 [2020-12-30T00:44:47.289Z] Step 7/23 : RUN go mod download [2020-12-30T00:44:47.568Z] Removing intermediate container 6f6c1d74c5a8 [2020-12-30T00:44:47.568Z] ---> 4d3cbbb738c2 [2020-12-30T00:44:47.568Z] Step 6/21 : COPY go.mod . [2020-12-30T00:44:47.568Z] ---> Running in 4fd21ff1ced4 [2020-12-30T00:44:47.840Z] ---> 1a4f6ab3654e [2020-12-30T00:44:47.840Z] Step 7/22 : RUN go mod download [2020-12-30T00:44:48.112Z] ---> Running in 4dc09705dee9 [2020-12-30T00:44:48.402Z] ---> bb20d08ef274 [2020-12-30T00:44:48.402Z] Step 7/21 : RUN go mod download [2020-12-30T00:44:48.402Z] ---> 962088a8cde6 [2020-12-30T00:44:48.402Z] Step 7/21 : RUN go mod download [2020-12-30T00:44:48.679Z] ---> Running in f6dbad7f0bbc [2020-12-30T00:44:48.963Z] ---> Running in 8a49cb034066 [2020-12-30T00:44:50.088Z] 2020-12-30T00:44:46Z INFO Waiting for automatic snapd restart... [2020-12-30T00:44:50.662Z] snapd 2.48.1 from Canonical* installed [2020-12-30T00:44:52.051Z] "snapd" switched to the "latest/stable" channel [2020-12-30T00:44:52.051Z] [2020-12-30T00:44:52.374Z] Removing intermediate container 07af8a3ce79f [2020-12-30T00:44:52.374Z] ---> 73ef9696d83d [2020-12-30T00:44:52.374Z] Step 8/24 : COPY . . [2020-12-30T00:44:52.374Z] Removing intermediate container 4fd21ff1ced4 [2020-12-30T00:44:52.374Z] ---> 3b9e35625383 [2020-12-30T00:44:52.374Z] Step 8/23 : COPY . . [2020-12-30T00:44:52.374Z] Removing intermediate container 4dc09705dee9 [2020-12-30T00:44:52.374Z] ---> d3a64e779e90 [2020-12-30T00:44:52.374Z] Step 8/22 : COPY . . [2020-12-30T00:44:53.810Z] Removing intermediate container f6dbad7f0bbc [2020-12-30T00:44:53.810Z] ---> 8575eb74c072 [2020-12-30T00:44:53.810Z] Step 8/21 : COPY . . [2020-12-30T00:44:54.796Z] Removing intermediate container 8a49cb034066 [2020-12-30T00:44:54.796Z] ---> d06f3539a042 [2020-12-30T00:44:54.796Z] Step 8/21 : COPY . . [2020-12-30T00:44:58.648Z] core18 20201210 from Canonical* installed [2020-12-30T00:44:58.648Z] "core18" switched to the "latest/stable" channel [2020-12-30T00:44:58.648Z] [2020-12-30T00:45:06.837Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:45:06.837Z] "snapcraft" switched to the "latest/stable" channel [2020-12-30T00:45:06.837Z] [2020-12-30T00:45:12.156Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-30T00:45:12.156Z] - README.md [2020-12-30T00:45:12.156Z] [2020-12-30T00:45:12.156Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:45:18.973Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:45:18.973Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:45:18.973Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:45:18.973Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:45:20.908Z] Reading package lists... [2020-12-30T00:45:21.480Z] 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 [2020-12-30T00:45:21.599Z] ---> 06d9f40e9a76 [2020-12-30T00:45:21.599Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:45:21.599Z] ---> b23c6c9b34d3 [2020-12-30T00:45:21.599Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:45:21.599Z] ---> fc6a8a3039c0 [2020-12-30T00:45:21.599Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:45:21.599Z] ---> 89fcaebe6571 [2020-12-30T00:45:21.599Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:45:21.599Z] ---> b6258d078463 [2020-12-30T00:45:21.599Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:45:21.599Z] ---> Running in 5f6f106c8195 [2020-12-30T00:45:21.599Z] ---> Running in 5605494697b9 [2020-12-30T00:45:21.599Z] ---> Running in 4778927e4db3 [2020-12-30T00:45:21.599Z] ---> Running in e84b8681ea5b [2020-12-30T00:45:21.599Z] ---> Running in d406326c4c05 [2020-12-30T00:45:21.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:45:21.600Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:45:21.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:45:21.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:45:21.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:45:28.088Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:45:28.088Z] Reading package lists... [2020-12-30T00:45:28.088Z] Building dependency tree... [2020-12-30T00:45:28.088Z] Reading state information... [2020-12-30T00:45:28.088Z] Suggested packages: [2020-12-30T00:45:28.088Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-30T00:45:28.088Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-30T00:45:28.088Z] Recommended packages: [2020-12-30T00:45:28.088Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-30T00:45:28.088Z] The following NEW packages will be installed: [2020-12-30T00:45:28.088Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-30T00:45:28.088Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-30T00:45:28.088Z] pkg-config zip [2020-12-30T00:45:28.088Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:45:28.088Z] Need to get 7655 kB of archives. [2020-12-30T00:45:28.088Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-30T00:45:28.088Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-30T00:45:28.088Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-30T00:45:28.088Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-30T00:45:28.088Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-30T00:45:28.088Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-30T00:45:28.350Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-30T00:45:28.350Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-30T00:45:28.350Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-30T00:45:28.613Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-30T00:45:28.614Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-30T00:45:28.614Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-30T00:45:28.614Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-30T00:45:28.882Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-30T00:45:28.882Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-30T00:45:28.882Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-30T00:45:29.150Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:45:29.150Z] Fetched 7655 kB in 1s (9640 kB/s) [2020-12-30T00:45:29.150Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-30T00:45:29.150Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-30T00:45:29.150Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-30T00:45:29.150Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:45:29.733Z] Selecting previously unselected package libpsl5:amd64. [2020-12-30T00:45:29.733Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-30T00:45:29.733Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:45:29.733Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-30T00:45:29.733Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-30T00:45:29.733Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:45:29.733Z] Selecting previously unselected package librtmp1:amd64. [2020-12-30T00:45:29.733Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-30T00:45:29.733Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:45:29.994Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-30T00:45:29.994Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-30T00:45:29.994Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:45:29.994Z] Selecting previously unselected package liberror-perl. [2020-12-30T00:45:29.994Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-30T00:45:29.994Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-30T00:45:30.256Z] Selecting previously unselected package git-man. [2020-12-30T00:45:30.256Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-30T00:45:30.256Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:45:30.256Z] Selecting previously unselected package git. [2020-12-30T00:45:30.256Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-30T00:45:30.256Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:45:31.647Z] Selecting previously unselected package libnorm1:amd64. [2020-12-30T00:45:31.647Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-30T00:45:31.647Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:45:31.647Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-30T00:45:31.647Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-30T00:45:31.647Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:45:31.647Z] Selecting previously unselected package libsodium23:amd64. [2020-12-30T00:45:31.647Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-30T00:45:31.647Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:45:31.910Z] Selecting previously unselected package libzmq5:amd64. [2020-12-30T00:45:31.910Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:45:31.910Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:45:31.910Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-30T00:45:31.910Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:45:31.910Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:45:32.172Z] Selecting previously unselected package pkg-config. [2020-12-30T00:45:32.172Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-30T00:45:32.172Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:45:32.172Z] Selecting previously unselected package zip. [2020-12-30T00:45:32.172Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-30T00:45:32.172Z] Unpacking zip (3.0-11build1) ... [2020-12-30T00:45:32.172Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:45:32.434Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:45:32.434Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:45:32.434Z] Setting up liberror-perl (0.17025-1) ... [2020-12-30T00:45:32.434Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:45:32.434Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:45:32.434Z] No schema files found: doing nothing. [2020-12-30T00:45:32.434Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:45:32.434Z] Setting up zip (3.0-11build1) ... [2020-12-30T00:45:32.695Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:45:32.695Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:45:32.695Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:45:32.695Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:45:32.695Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:45:32.695Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:45:32.695Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:45:32.957Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:45:39.577Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:45:39.839Z] git set to automatically installed. [2020-12-30T00:45:39.839Z] git-man set to automatically installed. [2020-12-30T00:45:39.839Z] libcurl3-gnutls set to automatically installed. [2020-12-30T00:45:39.839Z] liberror-perl set to automatically installed. [2020-12-30T00:45:39.839Z] libglib2.0-0 set to automatically installed. [2020-12-30T00:45:39.839Z] libnghttp2-14 set to automatically installed. [2020-12-30T00:45:39.839Z] libnorm1 set to automatically installed. [2020-12-30T00:45:39.839Z] libpgm-5.2-0 set to automatically installed. [2020-12-30T00:45:39.839Z] libpsl5 set to automatically installed. [2020-12-30T00:45:39.839Z] librtmp1 set to automatically installed. [2020-12-30T00:45:39.839Z] libsodium23 set to automatically installed. [2020-12-30T00:45:39.839Z] libzmq3-dev set to automatically installed. [2020-12-30T00:45:39.839Z] libzmq5 set to automatically installed. [2020-12-30T00:45:39.839Z] pkg-config set to automatically installed. [2020-12-30T00:45:39.839Z] zip set to automatically installed. [2020-12-30T00:45:41.762Z] snapd is not logged in, snap install commands will use sudo [2020-12-30T00:45:48.357Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:45:48.357Z] snap "core18" has no updates available [2020-12-30T00:45:48.931Z] Pulling config-common [2020-12-30T00:45:50.903Z] Pulling go-build-helper [2020-12-30T00:46:23.135Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:46:23.135Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:46:23.135Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:46:23.135Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:46:23.135Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:46:23.135Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:46:23.135Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:46:23.135Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:46:23.135Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:46:23.135Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:46:23.135Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:46:23.135Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:46:23.135Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:46:23.135Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:46:23.135Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:46:23.135Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:46:23.135Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:46:23.135Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:46:23.135Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:46:23.135Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:46:23.135Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:46:23.135Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:46:23.135Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:46:23.135Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:46:23.135Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:46:23.135Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:46:23.135Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:46:23.135Z] Fetched 23.5 MB in 6s (3838 kB/s) [2020-12-30T00:46:23.135Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-30T00:46:23.135Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-30T00:46:23.135Z] Fetched 279 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-30T00:46:23.135Z] Fetched 122 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-30T00:46:23.135Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-30T00:46:23.135Z] Fetched 8848 B in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-30T00:46:23.135Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-30T00:46:23.135Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-30T00:46:23.135Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-30T00:46:23.135Z] Fetched 214 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-30T00:46:23.135Z] Fetched 155 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-30T00:46:23.135Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-30T00:46:23.135Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-30T00:46:23.135Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-30T00:46:23.135Z] Fetched 499 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-30T00:46:23.135Z] Fetched 111 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-30T00:46:23.135Z] Fetched 240 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-30T00:46:23.135Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-30T00:46:23.135Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-30T00:46:23.135Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-30T00:46:23.135Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-30T00:46:23.135Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-30T00:46:23.135Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-30T00:46:23.135Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-30T00:46:23.135Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-30T00:46:23.135Z] Fetched 8720 B in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-30T00:46:23.135Z] Fetched 137 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-30T00:46:23.135Z] Fetched 119 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-30T00:46:23.135Z] Fetched 109 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-30T00:46:23.135Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-30T00:46:23.135Z] Fetched 645 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-30T00:46:23.135Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-30T00:46:23.135Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-30T00:46:23.135Z] Fetched 368 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-30T00:46:23.135Z] Fetched 187 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-30T00:46:23.135Z] Fetched 175 kB in 0s (0 B/s) [2020-12-30T00:46:23.135Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-30T00:46:23.400Z] Fetched 206 kB in 0s (0 B/s) [2020-12-30T00:46:23.400Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-30T00:46:23.400Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-30T00:46:23.400Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-30T00:46:23.400Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-30T00:46:23.400Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-30T00:46:23.400Z] Fetched 159 kB in 0s (0 B/s) [2020-12-30T00:46:23.401Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-30T00:46:23.401Z] Fetched 107 kB in 0s (0 B/s) [2020-12-30T00:46:23.401Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-30T00:46:23.401Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-30T00:46:23.401Z] Pulling static-packages [2020-12-30T00:46:24.797Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-30T00:46:24.797Z] Skipping pull go-build-helper (already ran) [2020-12-30T00:46:24.797Z] Skipping pull static-packages (already ran) [2020-12-30T00:46:24.797Z] Building go-build-helper [2020-12-30T00:46:30.113Z] Building static-packages [2020-12-30T00:46:33.421Z] Staging go-build-helper [2020-12-30T00:46:35.350Z] Staging static-packages [2020-12-30T00:46:36.746Z] Pulling go115 [2020-12-30T00:46:38.137Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-30T00:46:38.137Z] Skipping pull go115 (already ran) [2020-12-30T00:46:38.137Z] Building go115 [2020-12-30T00:46:38.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:46:38.137Z] Dload Upload Total Spent Left Speed [2020-12-30T00:46:43.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.1M 0 0 15.5M 0 0:00:07 --:--:-- 0:00:07 15.4M 35 115M 35 41.3M 0 0 24.9M 0 0:00:04 0:00:01 0:00:03 24.8M 54 115M 54 62.6M 0 0 23.5M 0 0:00:04 0:00:02 0:00:02 23.5M 72 115M 72 83.5M 0 0 22.8M 0 0:00:05 0:00:03 0:00:02 22.8M 99 115M 99 114M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 24.5M 100 115M 100 115M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 26.0M [2020-12-30T00:46:43.715Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-30T00:46:50.348Z] Staging go115 [2020-12-30T00:46:58.598Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:46:58.598Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:46:58.598Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:46:58.598Z] Fetched 0 B in 0s (0 B/s) [2020-12-30T00:46:58.598Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-30T00:46:58.598Z] Fetched 224 kB in 0s (0 B/s) [2020-12-30T00:46:58.598Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-30T00:46:58.598Z] Fetched 157 kB in 0s (0 B/s) [2020-12-30T00:46:58.598Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-30T00:46:58.598Z] Fetched 221 kB in 0s (0 B/s) [2020-12-30T00:46:58.598Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-30T00:46:58.598Z] Fetched 143 kB in 0s (0 B/s) [2020-12-30T00:46:58.598Z] Pulling edgex-go [2020-12-30T00:46:58.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T00:46:58.719Z] Removing intermediate container 5f6f106c8195 [2020-12-30T00:46:58.719Z] ---> 6b2eca8e417f [2020-12-30T00:46:58.719Z] [2020-12-30T00:46:58.719Z] Step 10/24 : FROM scratch [2020-12-30T00:46:58.719Z] ---> [2020-12-30T00:46:58.719Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:46:59.321Z] ---> Running in 608020a0b6d5 [2020-12-30T00:47:00.311Z] Removing intermediate container 608020a0b6d5 [2020-12-30T00:47:00.311Z] ---> 4ad37b7d85b2 [2020-12-30T00:47:00.311Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:47:00.518Z] Pulling version [2020-12-30T00:47:00.592Z] ---> Running in 8a79a60187bf [2020-12-30T00:47:00.871Z] Removing intermediate container e84b8681ea5b [2020-12-30T00:47:00.871Z] ---> fc26dde588fb [2020-12-30T00:47:00.871Z] [2020-12-30T00:47:00.871Z] Step 10/21 : FROM scratch [2020-12-30T00:47:00.871Z] ---> [2020-12-30T00:47:00.871Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:47:01.476Z] ---> Running in b08c906e2a60 [2020-12-30T00:47:01.751Z] Removing intermediate container 8a79a60187bf [2020-12-30T00:47:01.751Z] ---> 8ea6292209eb [2020-12-30T00:47:01.751Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:47:02.026Z] ---> Running in c83b46cf3d80 [2020-12-30T00:47:02.438Z] Building config-common [2020-12-30T00:47:02.631Z] Removing intermediate container b08c906e2a60 [2020-12-30T00:47:02.631Z] ---> 1feddd1f6825 [2020-12-30T00:47:02.631Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:47:02.909Z] ---> Running in 76565c02cd6d [2020-12-30T00:47:03.185Z] Removing intermediate container c83b46cf3d80 [2020-12-30T00:47:03.185Z] ---> 36db0e7012b0 [2020-12-30T00:47:03.185Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:47:03.787Z] Removing intermediate container 76565c02cd6d [2020-12-30T00:47:03.787Z] ---> c71d2e5a85a6 [2020-12-30T00:47:03.787Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:47:04.065Z] ---> Running in 56ae1659ee6c [2020-12-30T00:47:04.339Z] Removing intermediate container d406326c4c05 [2020-12-30T00:47:04.339Z] ---> b011786dbe42 [2020-12-30T00:47:04.339Z] [2020-12-30T00:47:04.339Z] Step 10/21 : FROM alpine [2020-12-30T00:47:04.339Z] latest: Pulling from library/alpine [2020-12-30T00:47:04.339Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:47:04.339Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:47:04.339Z] ---> afeebe901d6b [2020-12-30T00:47:04.339Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:47:04.942Z] ---> Running in 5bd042098d68 [2020-12-30T00:47:04.942Z] ---> 26cc0c2277fa [2020-12-30T00:47:04.942Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:47:05.218Z] Removing intermediate container 56ae1659ee6c [2020-12-30T00:47:05.218Z] ---> 40d27ed3a926 [2020-12-30T00:47:05.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:47:05.755Z] Skipping build go-build-helper (already ran) [2020-12-30T00:47:05.755Z] Skipping build static-packages (already ran) [2020-12-30T00:47:05.755Z] Skipping build go115 (already ran) [2020-12-30T00:47:05.755Z] Building edgex-go [2020-12-30T00:47:06.726Z] ---> 1cbb61d54124 [2020-12-30T00:47:06.726Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:47:07.170Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T00:47:07.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:07.600Z] ---> 8e32754bea16 [2020-12-30T00:47:07.600Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:47:07.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:08.573Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-30T00:47:08.573Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-30T00:47:08.573Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-30T00:47:08.573Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-30T00:47:08.573Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-30T00:47:08.573Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-30T00:47:08.573Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-30T00:47:08.573Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-30T00:47:08.573Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-30T00:47:08.573Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-30T00:47:08.573Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-30T00:47:08.573Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-30T00:47:08.573Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-30T00:47:08.573Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-30T00:47:08.579Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:47:08.579Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:47:08.579Z] OK: 12615 distinct packages available [2020-12-30T00:47:09.165Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-30T00:47:09.165Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-30T00:47:09.165Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-30T00:47:09.165Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-30T00:47:09.165Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-30T00:47:09.165Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-30T00:47:09.165Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-30T00:47:09.165Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-30T00:47:09.189Z] ---> 7f5f1c5ef3e9 [2020-12-30T00:47:09.189Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:47:09.440Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-30T00:47:09.440Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-30T00:47:09.440Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-30T00:47:09.440Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-30T00:47:09.440Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-30T00:47:09.440Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-30T00:47:09.465Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:47:09.465Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:47:09.734Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-30T00:47:09.734Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-30T00:47:09.734Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-30T00:47:09.745Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:47:09.745Z] ---> f121975a979a [2020-12-30T00:47:09.745Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:47:09.745Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:47:09.745Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:47:09.745Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:47:10.314Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-30T00:47:10.314Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-30T00:47:10.314Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-30T00:47:10.314Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-30T00:47:10.349Z] OK: 7 MiB in 18 packages [2020-12-30T00:47:10.625Z] ---> 89514caf1211 [2020-12-30T00:47:10.625Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:47:10.907Z] ---> 458b7786cb4b [2020-12-30T00:47:10.907Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:47:10.907Z] ---> Running in 2ebd343f185b [2020-12-30T00:47:12.902Z] ---> 5ce44aef7478 [2020-12-30T00:47:12.902Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:47:12.902Z] Removing intermediate container 2ebd343f185b [2020-12-30T00:47:12.902Z] ---> 2f81134aa07f [2020-12-30T00:47:12.902Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:47:13.536Z] ---> Running in 86555bdf2261 [2020-12-30T00:47:13.990Z] Removing intermediate container 5bd042098d68 [2020-12-30T00:47:13.990Z] ---> 8ebbaf36662c [2020-12-30T00:47:13.990Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:47:14.340Z] ---> 321222eb9689 [2020-12-30T00:47:14.340Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:47:14.340Z] ---> Running in 6126a6b15d41 [2020-12-30T00:47:14.340Z] Removing intermediate container 86555bdf2261 [2020-12-30T00:47:14.340Z] ---> 2ce92619979e [2020-12-30T00:47:14.340Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:47:14.340Z] ---> Running in 5070dc0d97c9 [2020-12-30T00:47:14.761Z] ---> Running in e53863669eba [2020-12-30T00:47:15.069Z] Removing intermediate container 5070dc0d97c9 [2020-12-30T00:47:15.069Z] ---> 250036c7d5ca [2020-12-30T00:47:15.069Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:47:15.069Z] Removing intermediate container 6126a6b15d41 [2020-12-30T00:47:15.069Z] ---> 6dc8978006d8 [2020-12-30T00:47:15.069Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:47:15.430Z] ---> Running in 6cb36f05e8bf [2020-12-30T00:47:15.430Z] ---> Running in d16d8e1fbf27 [2020-12-30T00:47:15.430Z] Removing intermediate container e53863669eba [2020-12-30T00:47:15.430Z] ---> 730a73500d9e [2020-12-30T00:47:15.430Z] Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:47:16.064Z] ---> Running in fcdc1c0ad59a [2020-12-30T00:47:16.349Z] Removing intermediate container 6cb36f05e8bf [2020-12-30T00:47:16.349Z] ---> 628542326170 [2020-12-30T00:47:16.349Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:47:16.638Z] ---> Running in 53f801655aad [2020-12-30T00:47:16.638Z] Removing intermediate container d16d8e1fbf27 [2020-12-30T00:47:16.638Z] ---> 56a551fad5c8 [2020-12-30T00:47:16.638Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:47:16.912Z] Removing intermediate container fcdc1c0ad59a [2020-12-30T00:47:16.912Z] ---> 5c0128cd0bb5 [2020-12-30T00:47:16.912Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:47:17.506Z] ---> Running in 1fa02e753a4b [2020-12-30T00:47:17.506Z] Removing intermediate container 53f801655aad [2020-12-30T00:47:17.506Z] ---> 0b6de0b9cf13 [2020-12-30T00:47:17.506Z] Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:47:17.774Z] ---> 4dc240b2ceb2 [2020-12-30T00:47:17.774Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:47:17.774Z] ---> Running in ea3f7f2c48bc [2020-12-30T00:47:18.045Z] Removing intermediate container 1fa02e753a4b [2020-12-30T00:47:18.045Z] ---> 08b4f1eae7b2 [2020-12-30T00:47:18.045Z] [2020-12-30T00:47:18.318Z] Removing intermediate container ea3f7f2c48bc [2020-12-30T00:47:18.318Z] ---> b57494b01dd9 [2020-12-30T00:47:18.318Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:47:18.596Z] Successfully built 08b4f1eae7b2 [2020-12-30T00:47:18.596Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-30T00:47:18.596Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-30T00:47:18.870Z] ---> Running in f6b44abb056d [2020-12-30T00:47:20.324Z] ---> a424f17fde0c [2020-12-30T00:47:20.324Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:47:20.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T00:47:20.599Z] Removing intermediate container f6b44abb056d [2020-12-30T00:47:20.599Z] ---> b9ffe02cfc68 [2020-12-30T00:47:20.599Z] [2020-12-30T00:47:21.194Z] Successfully built b9ffe02cfc68 [2020-12-30T00:47:22.643Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-30T00:47:22.643Z] Building docker-security-bootstrap-redis-go [2020-12-30T00:47:22.922Z]  Building docker-support-notifications-go ... done Removing intermediate container 4778927e4db3 [2020-12-30T00:47:22.922Z] ---> 6a3f2b9e8aa8 [2020-12-30T00:47:22.922Z] [2020-12-30T00:47:22.922Z] Step 10/22 : FROM scratch [2020-12-30T00:47:22.922Z] ---> [2020-12-30T00:47:22.922Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:47:22.922Z] ---> Using cache [2020-12-30T00:47:22.922Z] ---> 1feddd1f6825 [2020-12-30T00:47:22.922Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:47:22.922Z] ---> e8f729aa9562 [2020-12-30T00:47:22.922Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:47:23.193Z] ---> Running in 199da81b347d [2020-12-30T00:47:23.463Z] ---> Running in a40ec83b8b52 [2020-12-30T00:47:23.735Z] Removing intermediate container 199da81b347d [2020-12-30T00:47:23.735Z] ---> 96d2d79d1939 [2020-12-30T00:47:23.735Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:47:24.331Z] Removing intermediate container a40ec83b8b52 [2020-12-30T00:47:24.331Z] ---> 604e705358a0 [2020-12-30T00:47:24.331Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:47:24.331Z] ---> Running in 3dd595523485 [2020-12-30T00:47:24.922Z] ---> Running in f1216b69fb7e [2020-12-30T00:47:25.898Z] Removing intermediate container 3dd595523485 [2020-12-30T00:47:25.898Z] ---> e1d47b7206b2 [2020-12-30T00:47:25.898Z] Step 14/22 : WORKDIR / [2020-12-30T00:47:26.495Z] ---> Running in 39657f12eb95 [2020-12-30T00:47:26.495Z] Removing intermediate container f1216b69fb7e [2020-12-30T00:47:26.495Z] ---> b7c360bf0949 [2020-12-30T00:47:26.495Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:47:26.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:47:27.094Z] ---> Running in 2b49a509fa66 [2020-12-30T00:47:27.366Z] Removing intermediate container 39657f12eb95 [2020-12-30T00:47:27.366Z] ---> f4a787318b25 [2020-12-30T00:47:27.366Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:47:27.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T00:47:27.968Z] Removing intermediate container 2b49a509fa66 [2020-12-30T00:47:27.969Z] ---> 1b457840182e [2020-12-30T00:47:27.969Z] Step 20/21 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:47:28.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:47:29.405Z] ---> d093864b22dc [2020-12-30T00:47:29.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:47:29.405Z] ---> Running in 1887dc082353 [2020-12-30T00:47:29.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:47:29.526Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-30T00:47:29.789Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-30T00:47:29.789Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-30T00:47:29.789Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-30T00:47:30.863Z] Removing intermediate container 1887dc082353 [2020-12-30T00:47:30.863Z] ---> de26eb08c293 [2020-12-30T00:47:30.863Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:47:32.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T00:47:32.351Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-30T00:47:32.351Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-30T00:47:33.479Z] Removing intermediate container 5605494697b9 [2020-12-30T00:47:33.479Z] ---> c44ef39b6abe [2020-12-30T00:47:33.479Z] [2020-12-30T00:47:33.479Z] Step 10/23 : FROM alpine [2020-12-30T00:47:33.479Z] ---> afeebe901d6b [2020-12-30T00:47:33.479Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:47:33.479Z] ---> 7344eb093969 [2020-12-30T00:47:33.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:47:33.479Z] ---> Running in 1ec812143aca [2020-12-30T00:47:33.479Z] ---> Running in 457c9962d842 [2020-12-30T00:47:33.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T00:47:33.765Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-30T00:47:34.468Z] Removing intermediate container 1ec812143aca [2020-12-30T00:47:34.468Z] ---> a5783487fee2 [2020-12-30T00:47:34.468Z] [2020-12-30T00:47:34.741Z] Successfully built a5783487fee2 [2020-12-30T00:47:35.012Z] ---> e30b93502d6a [2020-12-30T00:47:35.012Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:47:35.012Z] Removing intermediate container 457c9962d842 [2020-12-30T00:47:35.012Z] ---> bc2bc2acd291 [2020-12-30T00:47:35.012Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:47:35.012Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-30T00:47:35.012Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-30T00:47:35.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:47:35.164Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-30T00:47:35.289Z] ---> Running in 256fe3848d39 [2020-12-30T00:47:35.289Z] ---> Running in b90da4af7c9d [2020-12-30T00:47:36.270Z] Removing intermediate container 256fe3848d39 [2020-12-30T00:47:36.270Z] ---> ab54aef2110e [2020-12-30T00:47:36.270Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:47:36.270Z] Removing intermediate container b90da4af7c9d [2020-12-30T00:47:36.270Z] ---> 80da519df4a2 [2020-12-30T00:47:36.270Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:47:36.270Z] ---> Running in 1d6e8e551834 [2020-12-30T00:47:36.270Z] ---> Running in d8237dcc8ce8 [2020-12-30T00:47:37.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:47:37.261Z] Removing intermediate container d8237dcc8ce8 [2020-12-30T00:47:37.261Z] ---> 81ea30a2a2ce [2020-12-30T00:47:37.261Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:47:37.261Z] Removing intermediate container 1d6e8e551834 [2020-12-30T00:47:37.261Z] ---> cdf618aeb747 [2020-12-30T00:47:37.261Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:37.872Z] ---> Running in 7508f3a16cb4 [2020-12-30T00:47:37.872Z] ---> Running in 15f1a910b355 [2020-12-30T00:47:38.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:47:39.321Z] Removing intermediate container 7508f3a16cb4 [2020-12-30T00:47:39.321Z] ---> 0d977b388c43 [2020-12-30T00:47:39.321Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:47:39.927Z] ---> Running in 1c1056cb5b05 [2020-12-30T00:47:40.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T00:47:41.377Z] Removing intermediate container 1c1056cb5b05 [2020-12-30T00:47:41.377Z] ---> 9cef4b123638 [2020-12-30T00:47:41.377Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:47:41.658Z] Removing intermediate container 15f1a910b355 [2020-12-30T00:47:41.658Z] ---> 3e0690e0fb07 [2020-12-30T00:47:41.658Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:47:42.263Z] ---> Running in 9ea69d30c84c [2020-12-30T00:47:42.541Z] ---> Running in e699ea41643b [2020-12-30T00:47:43.146Z] Removing intermediate container 9ea69d30c84c [2020-12-30T00:47:43.146Z] ---> f64184d407d3 [2020-12-30T00:47:43.146Z] [2020-12-30T00:47:43.752Z] Successfully built f64184d407d3 [2020-12-30T00:47:43.752Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-30T00:47:43.752Z] Building docker-core-command-go [2020-12-30T00:47:44.027Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:44.249Z] Building version [2020-12-30T00:47:45.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:45.599Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:47:45.599Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:47:45.872Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:47:46.150Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:47:46.150Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:47:46.150Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:47:46.150Z] OK: 8 MiB in 19 packages [2020-12-30T00:47:47.573Z] Staging config-common [2020-12-30T00:47:48.140Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:47:48.140Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:48.140Z] ---> d129623d2b84 [2020-12-30T00:47:48.140Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> ea2e71238a41 [2020-12-30T00:47:48.140Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> 6cdf877916f3 [2020-12-30T00:47:48.140Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> 5cbe0a544d4b [2020-12-30T00:47:48.140Z] Step 6/24 : COPY go.mod . [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> 962088a8cde6 [2020-12-30T00:47:48.140Z] Step 7/24 : RUN go mod download [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> 8575eb74c072 [2020-12-30T00:47:48.140Z] Step 8/24 : COPY . . [2020-12-30T00:47:48.140Z] ---> Using cache [2020-12-30T00:47:48.140Z] ---> fc6a8a3039c0 [2020-12-30T00:47:48.140Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:47:48.524Z] Skipping stage go-build-helper (already ran) [2020-12-30T00:47:48.524Z] Skipping stage static-packages (already ran) [2020-12-30T00:47:48.524Z] Skipping stage go115 (already ran) [2020-12-30T00:47:48.524Z] Staging edgex-go [2020-12-30T00:47:49.592Z] ---> Running in 0499a766c948 [2020-12-30T00:47:50.487Z] Staging version [2020-12-30T00:47:50.605Z] Removing intermediate container e699ea41643b [2020-12-30T00:47:50.605Z] ---> e47db6a23ad3 [2020-12-30T00:47:50.605Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:47:52.438Z] Priming config-common [2020-12-30T00:47:52.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T00:47:52.592Z] ---> ae1c3d76c8de [2020-12-30T00:47:52.592Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:47:53.843Z] Priming go-build-helper [2020-12-30T00:47:55.229Z] ---> 9fb3160745b9 [2020-12-30T00:47:55.229Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:47:55.239Z] Priming static-packages [2020-12-30T00:47:57.226Z] ---> 349fab45e117 [2020-12-30T00:47:57.226Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:47:57.830Z] ---> Running in 5d18a80d11c2 [2020-12-30T00:47:58.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:47:58.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:58.444Z] ---> d129623d2b84 [2020-12-30T00:47:58.444Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> ea2e71238a41 [2020-12-30T00:47:58.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> 6cdf877916f3 [2020-12-30T00:47:58.444Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> 5cbe0a544d4b [2020-12-30T00:47:58.444Z] Step 6/22 : COPY go.mod . [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> 962088a8cde6 [2020-12-30T00:47:58.444Z] Step 7/22 : RUN go mod download [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> 8575eb74c072 [2020-12-30T00:47:58.444Z] Step 8/22 : COPY . . [2020-12-30T00:47:58.444Z] ---> Using cache [2020-12-30T00:47:58.444Z] ---> fc6a8a3039c0 [2020-12-30T00:47:58.444Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:47:58.574Z] Priming go115 [2020-12-30T00:47:59.057Z] ---> Running in bef0e43bf3cc [2020-12-30T00:47:59.334Z] Removing intermediate container 5d18a80d11c2 [2020-12-30T00:47:59.334Z] ---> 26ac078a468f [2020-12-30T00:47:59.334Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:47:59.524Z] Priming edgex-go [2020-12-30T00:48:00.330Z] ---> Running in 8bd8d884e551 [2020-12-30T00:48:01.340Z] Removing intermediate container 8bd8d884e551 [2020-12-30T00:48:01.340Z] ---> a554776cc07f [2020-12-30T00:48:01.340Z] Step 21/23 : LABEL arch=arm64 [2020-12-30T00:48:01.461Z] Priming version [2020-12-30T00:48:01.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:48:01.616Z] ---> Running in e0b9c1747e7b [2020-12-30T00:48:02.627Z] Removing intermediate container e0b9c1747e7b [2020-12-30T00:48:02.627Z] ---> 1e30cdc90ccc [2020-12-30T00:48:02.627Z] Step 22/23 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:48:02.627Z] ---> Running in fac9e5adcc3e [2020-12-30T00:48:02.870Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-30T00:48:06.064Z] Removing intermediate container fac9e5adcc3e [2020-12-30T00:48:06.064Z] ---> a9c9a8ad87d2 [2020-12-30T00:48:06.064Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:48:07.060Z] ---> Running in f8936745660b [2020-12-30T00:48:08.512Z] Removing intermediate container f8936745660b [2020-12-30T00:48:08.512Z] ---> 199dc938f148 [2020-12-30T00:48:08.512Z] [2020-12-30T00:48:09.109Z] Successfully built 199dc938f148 [2020-12-30T00:48:09.109Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-30T00:48:12.591Z]  Building docker-core-data-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:48:12.591Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:48:12.591Z] ---> d129623d2b84 [2020-12-30T00:48:12.591Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:48:12.591Z] ---> Using cache [2020-12-30T00:48:12.591Z] ---> ea2e71238a41 [2020-12-30T00:48:12.591Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:48:12.591Z] ---> Using cache [2020-12-30T00:48:12.591Z] ---> 6cdf877916f3 [2020-12-30T00:48:12.591Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:48:13.585Z] ---> Running in 9cda00bc76e9 [2020-12-30T00:48:15.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:16.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:48:17.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:48:17.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:48:17.550Z] ---> d129623d2b84 [2020-12-30T00:48:17.550Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> ea2e71238a41 [2020-12-30T00:48:17.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> 6cdf877916f3 [2020-12-30T00:48:17.550Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> 5cbe0a544d4b [2020-12-30T00:48:17.550Z] Step 6/22 : COPY go.mod . [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> 962088a8cde6 [2020-12-30T00:48:17.550Z] Step 7/22 : RUN go mod download [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> 8575eb74c072 [2020-12-30T00:48:17.550Z] Step 8/22 : COPY . . [2020-12-30T00:48:17.550Z] ---> Using cache [2020-12-30T00:48:17.550Z] ---> fc6a8a3039c0 [2020-12-30T00:48:17.550Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:48:18.229Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:48:18.229Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:48:18.229Z] OK: 12620 distinct packages available [2020-12-30T00:48:18.229Z] ---> Running in be2a42bf1ca6 [2020-12-30T00:48:19.230Z] OK: 217 MiB in 51 packages [2020-12-30T00:48:20.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T00:48:20.853Z] Removing intermediate container 9cda00bc76e9 [2020-12-30T00:48:20.853Z] ---> bf3cfdc1057d [2020-12-30T00:48:20.853Z] Step 6/27 : COPY go.mod . [2020-12-30T00:48:21.857Z] ---> 07dd77fcac66 [2020-12-30T00:48:21.857Z] Step 7/27 : RUN go mod download [2020-12-30T00:48:22.140Z] ---> Running in 30b0aae92213 [2020-12-30T00:48:26.489Z] Removing intermediate container 30b0aae92213 [2020-12-30T00:48:26.489Z] ---> d90c6bb754bc [2020-12-30T00:48:26.489Z] Step 8/27 : COPY . . [2020-12-30T00:48:48.698Z] ---> b49db1c04adb [2020-12-30T00:48:48.698Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:48:48.698Z] ---> Running in d6f947c875b4 [2020-12-30T00:48:48.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:48:48.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T00:49:03.820Z] Removing intermediate container 0499a766c948 [2020-12-30T00:49:03.820Z] ---> 8aa9e54d0b1b [2020-12-30T00:49:03.821Z] [2020-12-30T00:49:03.821Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:49:03.821Z] 3.10: Pulling from library/alpine [2020-12-30T00:49:04.495Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:49:04.495Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:49:04.495Z] ---> 536a684cf733 [2020-12-30T00:49:04.495Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:49:04.771Z] ---> Running in 18762e151f4a [2020-12-30T00:49:06.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:07.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:07.625Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:49:07.625Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:49:07.625Z] OK: 10171 distinct packages available [2020-12-30T00:49:08.289Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:49:08.290Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:49:08.290Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:49:08.290Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:49:08.290Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:49:08.290Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:49:08.290Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:49:08.566Z] OK: 7 MiB in 19 packages [2020-12-30T00:49:11.983Z] Removing intermediate container 18762e151f4a [2020-12-30T00:49:11.983Z] ---> 490a9ff50ea9 [2020-12-30T00:49:11.983Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:49:12.584Z] ---> Running in 7a172871c58e [2020-12-30T00:49:13.578Z] Removing intermediate container 7a172871c58e [2020-12-30T00:49:13.578Z] ---> cd1b6112c7cf [2020-12-30T00:49:13.578Z] Step 13/24 : WORKDIR / [2020-12-30T00:49:13.859Z] ---> Running in 3f1e7eadc52d [2020-12-30T00:49:14.133Z] Removing intermediate container bef0e43bf3cc [2020-12-30T00:49:14.133Z] ---> 95f279537213 [2020-12-30T00:49:14.133Z] [2020-12-30T00:49:14.133Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:49:14.133Z] ---> 536a684cf733 [2020-12-30T00:49:14.133Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:49:14.133Z] ---> Using cache [2020-12-30T00:49:14.133Z] ---> 490a9ff50ea9 [2020-12-30T00:49:14.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:49:14.411Z] ---> Running in ea81f90931e3 [2020-12-30T00:49:14.689Z] Removing intermediate container 3f1e7eadc52d [2020-12-30T00:49:14.689Z] ---> 7312325e2387 [2020-12-30T00:49:14.689Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:49:15.301Z] Removing intermediate container ea81f90931e3 [2020-12-30T00:49:15.301Z] ---> 8de9c621a9a8 [2020-12-30T00:49:15.301Z] Step 13/22 : WORKDIR / [2020-12-30T00:49:15.579Z] ---> Running in b1e5ed4c33f7 [2020-12-30T00:49:16.184Z] ---> 205e59f5cec7 [2020-12-30T00:49:16.184Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:49:17.179Z] Removing intermediate container b1e5ed4c33f7 [2020-12-30T00:49:17.179Z] ---> 504e40f704dc [2020-12-30T00:49:17.179Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:49:17.457Z] ---> 27fdf927c45d [2020-12-30T00:49:17.457Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:18.452Z] ---> 0e58c0650d07 [2020-12-30T00:49:18.452Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:49:18.739Z] ---> 71c6dcdb1c67 [2020-12-30T00:49:18.739Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:49:20.758Z] ---> 3a998ea38d03 [2020-12-30T00:49:20.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:49:21.035Z] ---> 82bfd361b205 [2020-12-30T00:49:21.035Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:49:23.671Z] ---> 347705d882da [2020-12-30T00:49:23.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:24.278Z] ---> a0254f2cd884 [2020-12-30T00:49:24.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:49:24.875Z] ---> 342c146fd19d [2020-12-30T00:49:24.875Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:49:24.875Z] ---> Running in 122bed1dc235 [2020-12-30T00:49:25.874Z] ---> 27ed66d563f9 [2020-12-30T00:49:25.874Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:49:25.874Z] ---> Running in 55d57f93b8e5 [2020-12-30T00:49:29.291Z] Removing intermediate container 122bed1dc235 [2020-12-30T00:49:29.291Z] ---> c13109bb3d33 [2020-12-30T00:49:29.291Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:49:29.291Z] ---> Running in 7586ad3fcb6e [2020-12-30T00:49:30.269Z] Removing intermediate container 7586ad3fcb6e [2020-12-30T00:49:30.269Z] ---> bc9430ef68be [2020-12-30T00:49:30.269Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:49:30.269Z] Removing intermediate container 55d57f93b8e5 [2020-12-30T00:49:30.269Z] ---> 810e94846c35 [2020-12-30T00:49:30.269Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:49:30.269Z] ---> Running in 6ace86637b98 [2020-12-30T00:49:30.542Z] ---> Running in 9154fd9297d3 [2020-12-30T00:49:31.520Z] Removing intermediate container 6ace86637b98 [2020-12-30T00:49:31.520Z] ---> 14087013dc35 [2020-12-30T00:49:31.520Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:49:32.118Z] ---> Running in a62f27ecfb7f [2020-12-30T00:49:32.118Z] Removing intermediate container 9154fd9297d3 [2020-12-30T00:49:32.118Z] ---> b1692ff8c93a [2020-12-30T00:49:32.118Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:49:32.395Z] ---> Running in 06cc5e21bcbd [2020-12-30T00:49:32.669Z] Removing intermediate container be2a42bf1ca6 [2020-12-30T00:49:32.669Z] ---> ed8e95c2ccec [2020-12-30T00:49:32.669Z] [2020-12-30T00:49:32.669Z] Step 10/22 : FROM scratch [2020-12-30T00:49:32.669Z] ---> [2020-12-30T00:49:32.669Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:49:32.947Z] ---> Using cache [2020-12-30T00:49:32.947Z] ---> 1feddd1f6825 [2020-12-30T00:49:32.947Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:49:32.947Z] Removing intermediate container a62f27ecfb7f [2020-12-30T00:49:32.947Z] ---> 7eb76d799f97 [2020-12-30T00:49:32.947Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:49:33.219Z] ---> Running in 9474318f0b0c [2020-12-30T00:49:33.220Z] ---> Running in 59da937ce5db [2020-12-30T00:49:33.220Z] Removing intermediate container 06cc5e21bcbd [2020-12-30T00:49:33.220Z] ---> 533cfa915990 [2020-12-30T00:49:33.220Z] Step 23/24 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:49:33.497Z] ---> Running in 005487cb868c [2020-12-30T00:49:33.769Z] Removing intermediate container 9474318f0b0c [2020-12-30T00:49:33.769Z] ---> 0f993463ab69 [2020-12-30T00:49:33.769Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:49:34.041Z] ---> Running in dcb34585b758 [2020-12-30T00:49:34.321Z] Removing intermediate container 59da937ce5db [2020-12-30T00:49:34.321Z] ---> 6dc23ed2bac6 [2020-12-30T00:49:34.321Z] [2020-12-30T00:49:34.595Z] Removing intermediate container 005487cb868c [2020-12-30T00:49:34.595Z] ---> ce831a7614cb [2020-12-30T00:49:34.595Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:49:34.868Z] ---> Running in 350b8a8fe092 [2020-12-30T00:49:34.868Z] Removing intermediate container dcb34585b758 [2020-12-30T00:49:34.868Z] ---> e88f6758b9ec [2020-12-30T00:49:34.868Z] Step 14/22 : WORKDIR / [2020-12-30T00:49:35.141Z] ---> Running in 7d299d89b04d [2020-12-30T00:49:35.141Z] Successfully built 6dc23ed2bac6 [2020-12-30T00:49:35.141Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-30T00:49:35.735Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 350b8a8fe092 [2020-12-30T00:49:35.735Z] ---> 9e96157c6352 [2020-12-30T00:49:35.735Z] [2020-12-30T00:49:36.009Z] Removing intermediate container 7d299d89b04d [2020-12-30T00:49:36.009Z] ---> 99e3cb7f2d7b [2020-12-30T00:49:36.009Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:49:36.282Z] Successfully built 9e96157c6352 [2020-12-30T00:49:36.282Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-30T00:49:36.879Z]  Building docker-security-secretstore-setup-go ... done  ---> 545c57c3c8f7 [2020-12-30T00:49:36.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:49:38.315Z] ---> 00e426c67d88 [2020-12-30T00:49:38.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:39.302Z] ---> 7d103c4b9eb2 [2020-12-30T00:49:39.302Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:49:39.302Z] ---> Running in 369eac614d40 [2020-12-30T00:49:39.897Z] Removing intermediate container 369eac614d40 [2020-12-30T00:49:39.897Z] ---> 7c79388fe7d9 [2020-12-30T00:49:39.897Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:49:40.172Z] ---> Running in 3314800a325a [2020-12-30T00:49:40.763Z] Removing intermediate container 3314800a325a [2020-12-30T00:49:40.763Z] ---> e3260f75e2e2 [2020-12-30T00:49:40.763Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:49:41.036Z] ---> Running in 787b065f1dfd [2020-12-30T00:49:41.653Z] Removing intermediate container 787b065f1dfd [2020-12-30T00:49:41.653Z] ---> 71f8127ce7d1 [2020-12-30T00:49:41.653Z] Step 21/22 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:49:41.927Z] ---> Running in 700a38c0b73e [2020-12-30T00:49:42.537Z] Removing intermediate container 700a38c0b73e [2020-12-30T00:49:42.537Z] ---> 2d158a6cba70 [2020-12-30T00:49:42.537Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:49:42.825Z] ---> Running in 5c7d9383e55a [2020-12-30T00:49:43.812Z] Removing intermediate container 5c7d9383e55a [2020-12-30T00:49:43.812Z] ---> 675775bba3ec [2020-12-30T00:49:43.812Z] [2020-12-30T00:49:43.812Z] Removing intermediate container d6f947c875b4 [2020-12-30T00:49:43.812Z] ---> 7550282a9a29 [2020-12-30T00:49:43.812Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:49:44.083Z] Successfully built 675775bba3ec [2020-12-30T00:49:44.083Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-30T00:49:44.083Z]  Building docker-core-command-go ... done  ---> Running in 69763250adda [2020-12-30T00:49:45.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T00:49:47.659Z] Removing intermediate container 69763250adda [2020-12-30T00:49:47.659Z] ---> 4ca4a9090371 [2020-12-30T00:49:47.659Z] [2020-12-30T00:49:47.659Z] Step 11/27 : FROM docker:latest [2020-12-30T00:49:47.659Z] ---> f66387bf908a [2020-12-30T00:49:47.659Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:49:47.659Z] ---> Running in 113d03ddc318 [2020-12-30T00:49:48.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:48.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:49.240Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:49:49.240Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:49:49.240Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:49:49.240Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:49:49.240Z] OK: 12 MiB in 22 packages [2020-12-30T00:49:50.664Z] Removing intermediate container 113d03ddc318 [2020-12-30T00:49:50.664Z] ---> 569b3119da37 [2020-12-30T00:49:50.664Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:49:50.664Z] ---> Running in fad13f8c85b4 [2020-12-30T00:49:52.638Z] Removing intermediate container fad13f8c85b4 [2020-12-30T00:49:52.638Z] ---> d90e933f7362 [2020-12-30T00:49:52.638Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:49:52.910Z] ---> Running in cdb5aa12c4f1 [2020-12-30T00:49:53.181Z] Removing intermediate container cdb5aa12c4f1 [2020-12-30T00:49:53.181Z] ---> be2bb86c248d [2020-12-30T00:49:53.181Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:49:53.452Z] ---> Running in db2d249d913c [2020-12-30T00:49:53.727Z] Removing intermediate container db2d249d913c [2020-12-30T00:49:53.727Z] ---> 2890f615b474 [2020-12-30T00:49:53.727Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:49:53.999Z] ---> Running in 7e7a3a7d51f6 [2020-12-30T00:49:54.593Z] Removing intermediate container 7e7a3a7d51f6 [2020-12-30T00:49:54.593Z] ---> 3c4454025cc3 [2020-12-30T00:49:54.593Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:49:55.569Z] ---> 0e7365c90c13 [2020-12-30T00:49:55.569Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:56.551Z] ---> 4aac0710cf02 [2020-12-30T00:49:56.551Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:49:57.146Z] ---> 0306f04e1ef7 [2020-12-30T00:49:57.146Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:49:57.418Z] ---> Running in a13bd03048d5 [2020-12-30T00:49:58.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:58.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:59.254Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:49:59.254Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:49:59.254Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:49:59.254Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:49:59.254Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:49:59.254Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:49:59.254Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:50:01.857Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:50:01.857Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:50:01.857Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:50:01.857Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:50:01.857Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:50:01.857Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:50:01.857Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:50:01.857Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:50:01.857Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:50:01.857Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:50:01.857Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:50:01.857Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:50:02.126Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:50:02.126Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:50:02.126Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:50:02.126Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:50:02.126Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:50:02.126Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:50:02.126Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:50:02.395Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:50:02.395Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:50:02.395Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:50:02.395Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:50:02.395Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:50:02.395Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:50:02.395Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:50:02.668Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:50:02.668Z] OK: 71 MiB in 55 packages [2020-12-30T00:50:09.360Z] Removing intermediate container a13bd03048d5 [2020-12-30T00:50:09.360Z] ---> f1cb38f67bbc [2020-12-30T00:50:09.360Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:50:09.360Z] ---> Running in 171e8a602112 [2020-12-30T00:50:14.745Z] Collecting docker-compose==1.23.2 [2020-12-30T00:50:14.745Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:50:15.018Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:50:15.018Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:50:15.289Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:50:15.289Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:50:15.559Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:50:15.833Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:50:15.833Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:50:16.424Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:50:16.424Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:50:18.388Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:50:18.656Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:50:22.016Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:50:22.016Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:50:23.975Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:50:23.975Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:50:24.244Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:50:24.244Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:50:27.620Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:50:27.620Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:50:27.620Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:50:27.620Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:50:28.212Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:50:28.212Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:50:28.483Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:50:28.483Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:50:28.753Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-30T00:50:28.753Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-30T00:50:28.753Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:50:28.753Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:50:28.753Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:50:28.753Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:50:29.343Z] Installing collected packages: websocket-client, cached-property, jsonschema, texttable, PyYAML, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose [2020-12-30T00:50:30.313Z] Running setup.py install for texttable: started [2020-12-30T00:50:32.282Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:50:32.282Z] Running setup.py install for PyYAML: started [2020-12-30T00:50:34.243Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:50:34.243Z] Running setup.py install for dockerpty: started [2020-12-30T00:50:35.673Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:50:35.673Z] Attempting uninstall: urllib3 [2020-12-30T00:50:35.673Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:50:35.673Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:50:35.949Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:50:36.542Z] Attempting uninstall: idna [2020-12-30T00:50:36.542Z] Found existing installation: idna 2.9 [2020-12-30T00:50:36.542Z] Uninstalling idna-2.9: [2020-12-30T00:50:36.542Z] Successfully uninstalled idna-2.9 [2020-12-30T00:50:37.137Z] Attempting uninstall: requests [2020-12-30T00:50:37.137Z] Found existing installation: requests 2.23.0 [2020-12-30T00:50:37.137Z] Uninstalling requests-2.23.0: [2020-12-30T00:50:37.409Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:50:38.830Z] Running setup.py install for docopt: started [2020-12-30T00:50:40.797Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:50:41.388Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-30T00:50:45.684Z] Removing intermediate container 171e8a602112 [2020-12-30T00:50:45.684Z] ---> 90302d770e9c [2020-12-30T00:50:45.684Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:50:45.684Z] ---> Running in 2fa05fe4b241 [2020-12-30T00:50:46.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:46.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:47.554Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:50:47.554Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:50:47.554Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:50:47.554Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:50:47.554Z] OK: 71 MiB in 58 packages [2020-12-30T00:50:49.011Z] Removing intermediate container 2fa05fe4b241 [2020-12-30T00:50:49.011Z] ---> beb410ca11c2 [2020-12-30T00:50:49.011Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:50:49.011Z] ---> Running in 5ba4aec98599 [2020-12-30T00:50:49.284Z] Removing intermediate container 5ba4aec98599 [2020-12-30T00:50:49.284Z] ---> a3a783b8f514 [2020-12-30T00:50:49.284Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:50:49.555Z] ---> Running in 961eac8d681b [2020-12-30T00:50:50.148Z] Removing intermediate container 961eac8d681b [2020-12-30T00:50:50.148Z] ---> 0fa2b0abf971 [2020-12-30T00:50:50.148Z] Step 25/27 : LABEL arch=arm64 [2020-12-30T00:50:50.148Z] ---> Running in c4565adf3199 [2020-12-30T00:50:50.741Z] Removing intermediate container c4565adf3199 [2020-12-30T00:50:50.741Z] ---> 9e59835eecb0 [2020-12-30T00:50:50.741Z] Step 26/27 : LABEL git_sha=21e072101d5435541b80262ca9aae949fd994ad4 [2020-12-30T00:50:50.741Z] ---> Running in 4d179441c765 [2020-12-30T00:50:51.332Z] Removing intermediate container 4d179441c765 [2020-12-30T00:50:51.332Z] ---> ee8b24ce3b43 [2020-12-30T00:50:51.332Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:50:51.332Z] ---> Running in 616a09ea5f60 [2020-12-30T00:50:51.922Z] Removing intermediate container 616a09ea5f60 [2020-12-30T00:50:51.922Z] ---> 4ae11ef17cd6 [2020-12-30T00:50:51.922Z] [2020-12-30T00:50:52.192Z] Successfully built 4ae11ef17cd6 [2020-12-30T00:50:52.464Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-30T00:50:52.750Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T00:50:52.744Z] $ docker stop --time=1 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 [2020-12-30T00:50:54.730Z] $ docker rm -f 469b3699a6d77ab31e1c211645ab9fcf5d1b37d6bcfb5ea71bed19b1964a95b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:50:55.513Z] + docker images [2020-12-30T00:50:55.513Z] + grep docker [2020-12-30T00:50:55.794Z] docker-sys-mgmt-agent-go-arm64 latest 4ae11ef17cd6 4 seconds ago 300MB [2020-12-30T00:50:55.794Z] docker-core-command-go-arm64 latest 675775bba3ec About a minute ago 9.98MB [2020-12-30T00:50:55.794Z] docker-security-secretstore-setup-go-arm64 latest 9e96157c6352 About a minute ago 23.5MB [2020-12-30T00:50:55.794Z] docker-security-bootstrap-redis-go-arm64 latest 6dc23ed2bac6 About a minute ago 15.1MB [2020-12-30T00:50:55.794Z] docker-core-data-go-arm64 latest 199dc938f148 2 minutes ago 20.9MB [2020-12-30T00:50:55.794Z] docker-core-metadata-go-arm64 latest f64184d407d3 3 minutes ago 12.2MB [2020-12-30T00:50:55.794Z] docker-security-proxy-setup-go-arm64 latest a5783487fee2 3 minutes ago 23.3MB [2020-12-30T00:50:55.794Z] docker-support-notifications-go-arm64 latest b9ffe02cfc68 3 minutes ago 11.4MB [2020-12-30T00:50:55.794Z] docker-support-scheduler-go-arm64 latest 08b4f1eae7b2 3 minutes ago 10MB [2020-12-30T00:50:55.794Z] docker latest f66387bf908a 11 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-30T00:50:58.041Z] provisioning config files... [2020-12-30T00:50:58.059Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4106600056119283029tmp [Pipeline] { [Pipeline] sh [2020-12-30T00:50:58.484Z] + set +x [2020-12-30T00:50:58.484Z] + curl -s https://codecov.io/bash [2020-12-30T00:50:58.485Z] + bash -s -- [2020-12-30T00:50:59.058Z] [2020-12-30T00:50:59.058Z] _____ _ [2020-12-30T00:50:59.058Z] / ____| | | [2020-12-30T00:50:59.058Z] | | ___ __| | ___ ___ _____ __ [2020-12-30T00:50:59.058Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-30T00:50:59.058Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-30T00:50:59.058Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-30T00:50:59.058Z] Bash-20201223-5ad85e3 [2020-12-30T00:50:59.059Z] [2020-12-30T00:50:59.059Z] [2020-12-30T00:50:59.059Z] ==> git version 2.24.3 found [2020-12-30T00:50:59.059Z] ==> 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 [2020-12-30T00:50:59.059Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-30T00:50:59.059Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-30T00:50:59.059Z] ==> Jenkins CI detected. [2020-12-30T00:50:59.059Z] project root: . [2020-12-30T00:50:59.059Z] --> token set from env [2020-12-30T00:50:59.059Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-30T00:50:59.059Z] ==> Running gcov in . (disable via -X gcov) [2020-12-30T00:50:59.059Z] ==> Python coveragepy not found [2020-12-30T00:50:59.059Z] ==> Searching for coverage reports in: [2020-12-30T00:50:59.059Z] + . [2020-12-30T00:50:59.059Z] -> Found 1 reports [2020-12-30T00:50:59.059Z] ==> Detecting git/mercurial file structure [2020-12-30T00:50:59.059Z] ==> Reading reports [2020-12-30T00:50:59.059Z] + ./coverage.out bytes=538157 [2020-12-30T00:50:59.059Z] ==> Appending adjustments [2020-12-30T00:50:59.059Z] https://docs.codecov.io/docs/fixing-reports [2020-12-30T00:51:02.378Z] + Found adjustments [2020-12-30T00:51:02.378Z] ==> Gzipping contents [2020-12-30T00:51:02.378Z] 84K /tmp/codecov.Ey1oAx.gz [2020-12-30T00:51:02.378Z] ==> Uploading reports [2020-12-30T00:51:02.378Z] url: https://codecov.io [2020-12-30T00:51:02.378Z] query: branch=PR-2962&commit=21e072101d5435541b80262ca9aae949fd994ad4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2962%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2962&job=&cmd_args= [2020-12-30T00:51:02.378Z] -> Pinging Codecov [2020-12-30T00:51:02.378Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2962&commit=21e072101d5435541b80262ca9aae949fd994ad4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2962%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2962&job=&cmd_args= [2020-12-30T00:51:02.639Z] -> Uploading to [2020-12-30T00:51:02.639Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/21e072101d5435541b80262ca9aae949fd994ad4/db555de6-a002-471f-b139-d306cc3f3f12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T005102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=327d64e9622076be06ffb0d51f9e7ee6353a0668f9c894cf41e42bffb8896fda [2020-12-30T00:51:02.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:51:02.639Z] Dload Upload Total Spent Left Speed [2020-12-30T00:51:03.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81948 0 0 100 81948 0 127k --:--:-- --:--:-- --:--:-- 128k [2020-12-30T00:51:03.219Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/21e072101d5435541b80262ca9aae949fd994ad4 [Pipeline] } [2020-12-30T00:51:03.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:05.817Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:06.709Z] ---> package-listing.sh [2020-12-30T00:51:06.710Z] ++ facter osfamily [2020-12-30T00:51:06.710Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T00:51:06.710Z] + OS_FAMILY=redhat [2020-12-30T00:51:06.710Z] + workspace=/w/workspace/edgex-go/3 [2020-12-30T00:51:06.710Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T00:51:06.710Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T00:51:06.710Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T00:51:06.710Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T00:51:06.710Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-30T00:51:06.710Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T00:51:06.710Z] + case "${OS_FAMILY}" in [2020-12-30T00:51:06.710Z] + rpm -qa [2020-12-30T00:51:06.710Z] + sort [2020-12-30T00:51:12.019Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T00:51:12.019Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T00:51:12.019Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T00:51:12.019Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-30T00:51:12.019Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-30T00:51:12.019Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-30T00:51:12.046Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T00:51:12.356Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:51:12.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:12.667Z] [2020-12-30T00:51:12.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:51:13.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:13.026Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T00:51:13.026Z] df20fa9351a1: Pulling fs layer [2020-12-30T00:51:13.026Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T00:51:13.026Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T00:51:13.026Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T00:51:13.026Z] 93b61091891f: Pulling fs layer [2020-12-30T00:51:13.026Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T00:51:13.026Z] 5e14af77c1be: Pulling fs layer [2020-12-30T00:51:13.026Z] 01666e4c0597: Pulling fs layer [2020-12-30T00:51:13.026Z] aa168da1d23b: Pulling fs layer [2020-12-30T00:51:13.026Z] 93b9cdb0e59b: Waiting [2020-12-30T00:51:13.026Z] 5e14af77c1be: Waiting [2020-12-30T00:51:13.026Z] 01666e4c0597: Waiting [2020-12-30T00:51:13.026Z] aa168da1d23b: Waiting [2020-12-30T00:51:13.026Z] 46f8f816bc3b: Waiting [2020-12-30T00:51:13.026Z] 93b61091891f: Waiting [2020-12-30T00:51:13.026Z] 36b3adc4ff6f: Verifying Checksum [2020-12-30T00:51:13.026Z] 36b3adc4ff6f: Download complete [2020-12-30T00:51:13.026Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T00:51:13.026Z] 46f8f816bc3b: Download complete [2020-12-30T00:51:13.290Z] df20fa9351a1: Verifying Checksum [2020-12-30T00:51:13.290Z] df20fa9351a1: Download complete [2020-12-30T00:51:13.290Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T00:51:13.290Z] 93b9cdb0e59b: Download complete [2020-12-30T00:51:13.290Z] 5e14af77c1be: Download complete [2020-12-30T00:51:13.290Z] 93b61091891f: Download complete [2020-12-30T00:51:13.290Z] 01666e4c0597: Verifying Checksum [2020-12-30T00:51:13.290Z] 01666e4c0597: Download complete [2020-12-30T00:51:13.555Z] df20fa9351a1: Pull complete [2020-12-30T00:51:13.818Z] 36b3adc4ff6f: Pull complete [2020-12-30T00:51:14.081Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T00:51:14.081Z] 8ad3a11d3b57: Download complete [2020-12-30T00:51:15.043Z] 8ad3a11d3b57: Pull complete [2020-12-30T00:51:15.043Z] 46f8f816bc3b: Pull complete [2020-12-30T00:51:15.996Z] aa168da1d23b: Verifying Checksum [2020-12-30T00:51:15.996Z] aa168da1d23b: Download complete [2020-12-30T00:51:16.947Z] 93b61091891f: Pull complete [2020-12-30T00:51:16.947Z] 93b9cdb0e59b: Pull complete [2020-12-30T00:51:17.211Z] 5e14af77c1be: Pull complete [2020-12-30T00:51:17.211Z] 01666e4c0597: Pull complete [2020-12-30T00:51:26.696Z] aa168da1d23b: Pull complete [2020-12-30T00:51:26.696Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T00:51:26.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:26.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T00:51:26.923Z] prd-centos7-docker-4c-2g-17680 does not seem to be running inside a container [2020-12-30T00:51:26.976Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-30T00:51:37.308Z] $ docker top 6c4c6a1d4ff40513a594a29709bb9387b81ab08d3bd82355af2de6465d4c49ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:51:37.936Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T00:51:38.236Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T00:51:38.544Z] + ls /var/log/sa-host [2020-12-30T00:51:38.544Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T00:51:38.544Z] file_magic: OK [2020-12-30T00:51:38.544Z] HZ: Using current value: 100 [2020-12-30T00:51:38.544Z] file_header: OK [2020-12-30T00:51:38.544Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-30T00:51:38.544Z] Statistics: [2020-12-30T00:51:38.544Z] Hnuu...uuuununununu... [2020-12-30T00:51:38.544Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T00:51:38.544Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T00:51:38.544Z] file_magic: OK [2020-12-30T00:51:38.544Z] HZ: Using current value: 100 [2020-12-30T00:51:38.544Z] file_header: OK [2020-12-30T00:51:38.544Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-30T00:51:38.544Z] Statistics: [2020-12-30T00:51:38.544Z] 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... [2020-12-30T00:51:38.544Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T00:51:39.168Z] provisioning config files... [2020-12-30T00:51:39.183Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8847921055939998338tmp [Pipeline] { [Pipeline] echo [2020-12-30T00:51:39.253Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:39.561Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T00:51:39.571Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T00:51:39.661Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:39.966Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T00:51:39.978Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:40.275Z] ---> sudo-logs.sh [2020-12-30T00:51:40.275Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T00:51:40.285Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:40.588Z] ---> job-cost.sh [2020-12-30T00:51:40.589Z] lf-activate-venv: SKIPPING [2020-12-30T00:51:40.589Z] INFO: No Stack... [2020-12-30T00:51:41.536Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T00:51:42.122Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T00:51:42.135Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:42.438Z] ---> logs-deploy.sh [2020-12-30T00:51:42.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2962/3 [2020-12-30T00:51:42.438Z] INFO: archiving workspace using pattern(s): [2020-12-30T00:51:44.359Z] Archives upload complete. [2020-12-30T00:51:44.620Z] INFO: archiving logs to Nexus