Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d8589a92f3202e3fdf0c57a326c0783cadca1318+cc81cd9a60941bde415ebdc6eaf205dd7f209524 (9f15100ff6d298a69592bad0f9529965c31d0cc4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21012 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 Merge succeeded, producing 02e6eaf9507db6f5db445f0a9830c11d83da64f7 Checking out Revision 02e6eaf9507db6f5db445f0a9830c11d83da64f7 (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02e6eaf9507db6f5db445f0a9830c11d83da64f7 # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:54 ========================================================= 00:30:54 EdgeX Global Pipelines Version Info 00:30:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 00:30:56 ------------------- 00:30:56 stable info: 00:30:56 ------------------- 00:30:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:56 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:30:56 Message: update stable to v1.0.177 00:30:57 ------------------- 00:30:57 experimental info: 00:30:57 ------------------- 00:30:57 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:57 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 00:30:57 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo 00:30:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02e6eaf9507db6f5db445f0a9830c11d83da64f7 [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02e6eaf [Pipeline] echo 00:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:00 provisioning config files... 00:31:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1233495904091483631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:01 ---> docker-login.sh 00:31:01 nexus3.edgexfoundry.org:10001 00:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:01 Configure a credential helper to remove this warning. See 00:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:01 00:31:01 Login Succeeded 00:31:01 nexus3.edgexfoundry.org:10002 00:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:01 Configure a credential helper to remove this warning. See 00:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:01 00:31:01 Login Succeeded 00:31:01 nexus3.edgexfoundry.org:10003 00:31:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:02 Configure a credential helper to remove this warning. See 00:31:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:02 00:31:02 Login Succeeded 00:31:02 nexus3.edgexfoundry.org:10004 00:31:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:02 Configure a credential helper to remove this warning. See 00:31:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:02 00:31:02 Login Succeeded 00:31:02 docker.io 00:31:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:02 Configure a credential helper to remove this warning. See 00:31:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:02 00:31:02 Login Succeeded 00:31:02 ---> docker-login.sh ends [Pipeline] } 00:31:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:03 ++ 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 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ cut -d/ -f2 00:31:03 ++ dirname cmd/core-command/Dockerfile 00:31:03 + echo core-command,cmd/core-command/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/core-data/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo core-data,cmd/core-data/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/core-metadata/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/support-notifications/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/support-scheduler/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:03 + for file in '`ls cmd/**/Dockerfile`' 00:31:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:03 ++ cut -d/ -f2 00:31:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:03 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 00:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:04 00:31:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:04 latest: Pulling from edgex-devops/git-semver 00:31:04 31603596830f: Pulling fs layer 00:31:04 2a8b12db71e7: Pulling fs layer 00:31:04 6ca5941a6612: Pulling fs layer 00:31:04 ecc8261a40a4: Pulling fs layer 00:31:04 ecc8261a40a4: Waiting 00:31:04 2a8b12db71e7: Download complete 00:31:04 31603596830f: Verifying Checksum 00:31:04 31603596830f: Download complete 00:31:04 ecc8261a40a4: Verifying Checksum 00:31:04 ecc8261a40a4: Download complete 00:31:04 6ca5941a6612: Verifying Checksum 00:31:04 6ca5941a6612: Download complete 00:31:05 31603596830f: Pull complete 00:31:05 2a8b12db71e7: Pull complete 00:31:06 6ca5941a6612: Pull complete 00:31:06 ecc8261a40a4: Pull complete 00:31:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:06 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:31:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:09 $ docker top 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:09 [ssh-agent] Looking for ssh-agent implementation... 00:31:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:09 $ docker exec 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent 00:31:09 SSH_AUTH_SOCK=/tmp/ssh-8kvuoV6wGV3l/agent.12 00:31:09 SSH_AGENT_PID=17 00:31:09 Running ssh-add (command line suppressed) 00:31:10 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1059426581361731994.key (/w/workspace/edgex-go/5@tmp/private_key_1059426581361731994.key) 00:31:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:10 + git tag --points-at HEAD [Pipeline] } 00:31:10 $ docker exec --env ******** --env ******** 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent -k 00:31:10 unset SSH_AUTH_SOCK; 00:31:10 unset SSH_AGENT_PID; 00:31:10 echo Agent pid 17 killed; 00:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:10 [ssh-agent] Looking for ssh-agent implementation... 00:31:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:10 $ docker exec 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent 00:31:11 SSH_AUTH_SOCK=/tmp/ssh-CTnMAALliCpJ/agent.46 00:31:11 SSH_AGENT_PID=51 00:31:11 Running ssh-add (command line suppressed) 00:31:11 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5077879619059751780.key (/w/workspace/edgex-go/5@tmp/private_key_5077879619059751780.key) 00:31:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:11 + git semver init 00:31:11 # -> Open(): unable to determine branch for HEAD 00:31:11 # $GIT_DIR = /w/workspace/edgex-go/5/.git 00:31:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 00:31:11 # $SEMVER_REMOTE_NAME = origin 00:31:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:11 # $SEMVER_USER_NAME = edgex-jenkins 00:31:11 # $SEMVER_BRANCH = PR-3040 00:31:11 # $SEMVER_TEMP = /tmp/semver-672685306 00:31:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:43 # '/tmp/semver-672685306' -> '/w/workspace/edgex-go/5/.semver' 00:31:43 # -> Force: false 00:31:43 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 00:31:43 $ docker exec --env ******** --env ******** 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent -k 00:31:44 unset SSH_AUTH_SOCK; 00:31:44 unset SSH_AGENT_PID; 00:31:44 echo Agent pid 51 killed; 00:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:44 + git semver [Pipeline] } 00:31:44 $ docker stop --time=1 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 00:31:46 $ docker rm -f 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:47 Stashed 1 file(s) [Pipeline] echo 00:31:47 [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 00:31:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:49 + true 00:31:49 + sudo service docker restart 00:31:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:49 ========================================================= 00:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:50 + 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 . 00:31:53 Sending build context to Docker daemon 326.6MB 00:31:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:53 Step 2/6 : FROM ${BASE} 00:31:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:53 188c0c94c7c5: Pulling fs layer 00:31:53 0ef7d3d256c8: Pulling fs layer 00:31:53 de9db76c5a1d: Pulling fs layer 00:31:53 bca2f99d35d6: Pulling fs layer 00:31:53 93359f2a8cfa: Pulling fs layer 00:31:53 7c6f9722023f: Pulling fs layer 00:31:53 a35cf1a2eb13: Pulling fs layer 00:31:53 93359f2a8cfa: Waiting 00:31:53 7c6f9722023f: Waiting 00:31:53 bca2f99d35d6: Waiting 00:31:53 a35cf1a2eb13: Waiting 00:31:53 0ef7d3d256c8: Verifying Checksum 00:31:53 0ef7d3d256c8: Download complete 00:31:53 de9db76c5a1d: Verifying Checksum 00:31:53 de9db76c5a1d: Download complete 00:31:53 93359f2a8cfa: Verifying Checksum 00:31:53 93359f2a8cfa: Download complete 00:31:53 7c6f9722023f: Verifying Checksum 00:31:53 7c6f9722023f: Download complete 00:31:53 188c0c94c7c5: Verifying Checksum 00:31:53 188c0c94c7c5: Download complete 00:31:53 188c0c94c7c5: Pull complete 00:31:54 0ef7d3d256c8: Pull complete 00:31:54 de9db76c5a1d: Pull complete 00:31:56 a35cf1a2eb13: Verifying Checksum 00:31:56 a35cf1a2eb13: Download complete 00:31:56 bca2f99d35d6: Verifying Checksum 00:31:56 bca2f99d35d6: Download complete 00:32:02 bca2f99d35d6: Pull complete 00:32:02 93359f2a8cfa: Pull complete 00:32:02 7c6f9722023f: Pull complete 00:32:03 Still waiting to schedule task 00:32:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:07 a35cf1a2eb13: Pull complete 00:32:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:07 ---> a62c8e92a672 00:32:07 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:07 ---> Running in 64cd7b61cf22 00:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:08 (1/12) Installing libmagic (5.38-r0) 00:32:09 (2/12) Installing file (5.38-r0) 00:32:09 (3/12) Installing libc-dev (0.7.2-r3) 00:32:09 (4/12) Installing g++ (9.3.0-r2) 00:32:21 (5/12) Installing fortify-headers (1.1-r0) 00:32:21 (6/12) Installing patch (2.7.6-r6) 00:32:21 (7/12) Installing build-base (0.5-r2) 00:32:21 (8/12) Installing libsodium (1.0.18-r0) 00:32:21 (9/12) Installing pkgconf (1.7.2-r0) 00:32:21 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:21 (11/12) Installing libzmq (4.3.3-r0) 00:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:21 Executing busybox-1.31.1-r19.trigger 00:32:21 OK: 233 MiB in 51 packages 00:32:24 Removing intermediate container 64cd7b61cf22 00:32:24 ---> 073d1cbc582a 00:32:24 Step 4/6 : WORKDIR /edgex-go 00:32:24 ---> Running in 17e1152760d7 00:32:24 Removing intermediate container 17e1152760d7 00:32:24 ---> dafd59d70e93 00:32:24 Step 5/6 : COPY go.mod . 00:32:24 ---> 7d47ba97e726 00:32:24 Step 6/6 : RUN go mod download 00:32:24 ---> Running in 7d2c039849ed 00:32:46 Removing intermediate container 7d2c039849ed 00:32:46 ---> e24d5bf322ec 00:32:46 Successfully built e24d5bf322ec 00:32:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:47 + docker inspect -f . ci-base-image-x86_64 00:32:47 . [Pipeline] withDockerContainer 00:32:47 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:48 $ docker top 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:48 + go version 00:32:48 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:48 $ docker stop --time=1 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab 00:32:50 $ docker rm -f 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:51 + docker inspect -f . ci-base-image-x86_64 00:32:51 . [Pipeline] withDockerContainer 00:32:51 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:32:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:52 $ docker top 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:52 ========================================================= 00:32:52 [edgeXBuildGoParallel] Running Tests and Build... 00:32:52 ========================================================= [Pipeline] sh 00:32:53 + make test 00:32:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 67.9% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.447s coverage: 82.3% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 68.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 37.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.679s coverage: 29.1% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:45 GO111MODULE=on go vet ./... 00:34:07 gofmt -l . 00:34:07 [ "`gofmt -l .`" = "" ] 00:34:07 ./bin/test-go-mod-tidy.sh 00:34:08 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:09 + ls -al . 00:34:09 total 656 00:34:09 drwxrwxr-x 10 1001 1001 4096 Jan 19 00:34 . 00:34:09 drwxr-xr-x 4 root root 28 Jan 19 00:32 .. 00:34:09 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:30 .dockerignore 00:34:09 drwxrwxr-x 8 1001 1001 179 Jan 19 00:30 .git 00:34:09 drwxrwxr-x 3 1001 1001 125 Jan 19 00:30 .github 00:34:09 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:30 .gitignore 00:34:09 drwx------ 3 1001 1001 47 Jan 19 00:31 .semver 00:34:09 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:30 .sonarcloud.properties 00:34:09 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:30 Attribution.txt 00:34:09 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:30 CONTRIBUTING.md 00:34:09 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:30 Dockerfile.build 00:34:09 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:30 Jenkinsfile 00:34:09 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:30 LICENSE 00:34:09 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:30 Makefile 00:34:09 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:30 README.md 00:34:09 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:30 SECURITY.md 00:34:09 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION 00:34:09 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:30 ZMQWindows.md 00:34:09 drwxrwxr-x 2 1001 1001 117 Jan 19 00:30 bin 00:34:09 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:30 cmd 00:34:09 -rw-r--r-- 1 root root 550280 Jan 19 00:33 coverage.out 00:34:09 -rw-r--r-- 1 root root 981 Jan 19 00:34 go.mod 00:34:09 -rw-r--r-- 1 root root 19326 Jan 19 00:34 go.sum 00:34:09 drwxrwxr-x 8 1001 1001 127 Jan 19 00:30 internal 00:34:09 drwxrwxr-x 4 1001 1001 26 Jan 19 00:30 openapi 00:34:09 drwxrwxr-x 4 1001 1001 71 Jan 19 00:30 snap 00:34:09 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:30 version.go [Pipeline] sh 00:34:09 + '[' -e coverage.out ] 00:34:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:09 Stashed 1 file(s) [Pipeline] sh 00:34:10 + make build 00:34:10 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 00:34:13 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 00:34:20 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 00:34:22 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 00:34:23 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 00:34:23 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 00:34:25 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 00:34:26 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 00:34:27 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 00:34:28 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 00:34:29 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 00:34:30 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] } 00:34:31 $ docker stop --time=1 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 00:34:33 $ docker rm -f 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 00:34:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21019 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 00:34:34 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:37 00:34:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:38 latest: Pulling from edgex-devops/edgex-compose 00:34:38 cbdbe7a5bc2a: Pulling fs layer 00:34:38 ca9280d653b3: Pulling fs layer 00:34:38 7e9c9ca2126c: Pulling fs layer 00:34:38 cbdbe7a5bc2a: Download complete 00:34:38 cbdbe7a5bc2a: Pull complete 00:34:39 ca9280d653b3: Verifying Checksum 00:34:39 ca9280d653b3: Download complete 00:34:40 using credential edgex-jenkins-ssh 00:34:40 Cloning the remote Git repository 00:34:40 7e9c9ca2126c: Verifying Checksum 00:34:40 7e9c9ca2126c: Download complete 00:34:40 ca9280d653b3: Pull complete 00:34:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:40 > git init /w/workspace/edgex-go/5 # timeout=10 00:34:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:40 > git --version # timeout=10 00:34:40 > git --version # 'git version 2.17.1' 00:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:48 7e9c9ca2126c: Pull complete 00:34:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:48 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:34:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:51 $ docker top 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:52 + docker-compose build --help 00:34:52 + grep parallel 00:34:53 --parallel Build images in parallel. [Pipeline] } 00:34:53 $ docker stop --time=1 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 00:34:54 $ docker rm -f 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:55 . [Pipeline] withDockerContainer 00:34:55 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:34:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:56 $ docker top 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:56 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 00:34:56 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:56 > git config core.sparsecheckout # timeout=10 00:34:56 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 00:34:56 > git remote # timeout=10 00:34:56 > git config --get remote.origin.url # timeout=10 00:34:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:56 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:34:57 > git rev-parse HEAD^{commit} # timeout=10 00:34:57 Merge succeeded, producing c4b1017e7d296a14925835cd4291b8e580cb701d 00:34:57 Checking out Revision c4b1017e7d296a14925835cd4291b8e580cb701d (PR-3040) 00:34:57 Building docker-core-command-go ... 00:34:57 Building docker-core-data-go ... 00:34:57 Building docker-core-metadata-go ... 00:34:57 Building docker-security-bootstrap-redis-go ... 00:34:57 Building docker-security-proxy-setup-go ... 00:34:57 Building docker-security-secretstore-setup-go ... 00:34:57 Building docker-support-notifications-go ... 00:34:57 Building docker-support-scheduler-go ... 00:34:57 Building docker-sys-mgmt-agent-go ... 00:34:57 Building docker-security-secretstore-setup-go 00:34:57 Building docker-core-metadata-go 00:34:57 Building docker-core-command-go 00:34:57 Building docker-security-proxy-setup-go 00:34:57 Building docker-security-bootstrap-redis-go 00:34:57 > git config core.sparsecheckout # timeout=10 00:34:57 > git checkout -f c4b1017e7d296a14925835cd4291b8e580cb701d # timeout=10 00:35:01 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:35:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:01 > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 00:35:03 + + sudo service dockertrue restart 00:35:03 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:05 provisioning config files... 00:35:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config316877145733888133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:06 ---> docker-login.sh 00:35:06 nexus3.edgexfoundry.org:10001 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:07 Configure a credential helper to remove this warning. See 00:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:07 00:35:07 Login Succeeded 00:35:07 nexus3.edgexfoundry.org:10002 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:08 Configure a credential helper to remove this warning. See 00:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:08 00:35:08 Login Succeeded 00:35:08 nexus3.edgexfoundry.org:10003 00:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:08 Configure a credential helper to remove this warning. See 00:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:08 00:35:08 Login Succeeded 00:35:08 nexus3.edgexfoundry.org:10004 00:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:09 Configure a credential helper to remove this warning. See 00:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:09 00:35:09 Login Succeeded 00:35:09 docker.io 00:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:10 Configure a credential helper to remove this warning. See 00:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:10 00:35:10 Login Succeeded 00:35:10 ---> docker-login.sh ends [Pipeline] } 00:35:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:10 ========================================================= 00:35:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:10 + 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 . 00:35:12 Sending build context to Docker daemon 165.5MB 00:35:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:13 Step 2/6 : FROM ${BASE} 00:35:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:13 5f621e34cdf4: Pulling fs layer 00:35:13 a4357932f1b6: Pulling fs layer 00:35:13 18c013af1878: Pulling fs layer 00:35:13 00ac8860ef70: Pulling fs layer 00:35:13 63d7cb157983: Pulling fs layer 00:35:13 b116817d02f9: Pulling fs layer 00:35:13 745a02a5169b: Pulling fs layer 00:35:13 b116817d02f9: Waiting 00:35:13 00ac8860ef70: Waiting 00:35:13 745a02a5169b: Waiting 00:35:13 63d7cb157983: Waiting 00:35:13 18c013af1878: Verifying Checksum 00:35:13 18c013af1878: Download complete 00:35:13 a4357932f1b6: Verifying Checksum 00:35:13 a4357932f1b6: Download complete 00:35:13 63d7cb157983: Download complete 00:35:13 b116817d02f9: Verifying Checksum 00:35:13 b116817d02f9: Download complete 00:35:13 5f621e34cdf4: Verifying Checksum 00:35:13 5f621e34cdf4: Download complete 00:35:14 5f621e34cdf4: Pull complete 00:35:14 a4357932f1b6: Pull complete 00:35:14 18c013af1878: Pull complete 00:35:15 745a02a5169b: Verifying Checksum 00:35:15 745a02a5169b: Download complete 00:35:16 00ac8860ef70: Download complete 00:35:26 00ac8860ef70: Pull complete 00:35:26 63d7cb157983: Pull complete 00:35:26 b116817d02f9: Pull complete 00:35:29 745a02a5169b: Pull complete 00:35:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:29 ---> b7e6874047d6 00:35:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:29 ---> e24d5bf322ec 00:35:29 Step 3/22 : WORKDIR /edgex-go 00:35:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:29 ---> e24d5bf322ec 00:35:29 Step 3/21 : WORKDIR /edgex-go 00:35:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:29 ---> e24d5bf322ec 00:35:29 Step 3/22 : WORKDIR /edgex-go 00:35:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:29 ---> e24d5bf322ec 00:35:29 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/24 : WORKDIR /edgex-go 00:35:29 00:35:29 ---> e24d5bf322ec 00:35:29 Step 3/22 : WORKDIR /edgex-go 00:35:29 ---> Running in c0ad7629e7aa 00:35:29 ---> Running in 73bd455e7e64 00:35:29 ---> Running in e0ae8d3e053e 00:35:29 ---> Running in 821f92f8d093 00:35:29 ---> Running in 8b13336bc858 00:35:29 Removing intermediate container e0ae8d3e053e 00:35:29 ---> 967cf8fbace8 00:35:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container 821f92f8d093 00:35:29 ---> 085301523887 00:35:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container c0ad7629e7aa 00:35:29 ---> e2b8368d3c0e 00:35:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container 8b13336bc858 00:35:29 ---> 8f0452396235 00:35:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 Removing intermediate container 73bd455e7e64 00:35:29 ---> 0073f6a1e8ab 00:35:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:29 ---> Running in b138434f458d 00:35:29 ---> Running in a473da59d088 00:35:29 ---> Running in 440682ce873f 00:35:29 ---> Running in 0ae4d92a5474 00:35:29 ---> Running in 2d0f6879ad7f 00:35:31 Removing intermediate container a473da59d088 00:35:31 ---> 3013ac7bf730 00:35:31 Step 5/22 : RUN apk add --update --no-cache make git 00:35:31 Removing intermediate container 440682ce873f 00:35:31 ---> 1e2cf7ac355a 00:35:31 Step 5/21 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in ead3930c9c1d 00:35:31 Removing intermediate container b138434f458d 00:35:31 ---> c07443b85da9 00:35:31 Step 5/22 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in 9f90a60b7126 00:35:31 Removing intermediate container 0ae4d92a5474 00:35:31 ---> 7ae99c414adf 00:35:31 Step 5/24 : RUN apk add --update --no-cache make git 00:35:31 ---> Running in 254954b85cd4 00:35:31 Removing intermediate container 2d0f6879ad7f 00:35:31 ---> 83e34c28490e 00:35:31 Step 5/22 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in bb1a0ea68f77 00:35:32 ---> Running in d19005b92c94 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:33 ---> Running in 82ad07ef16c9 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:34 Removing intermediate container d19005b92c94 00:35:34 ---> f71baaca4022 00:35:34 Step 6/22 : COPY go.mod . 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:35 Removing intermediate container bb1a0ea68f77 00:35:35 ---> 7e07cff34770 00:35:35 Step 6/24 : COPY go.mod . 00:35:35 Removing intermediate container ead3930c9c1d 00:35:35 ---> 71ecf33fa5b7 00:35:35 Step 6/22 : COPY go.mod . 00:35:35 ---> 359d2c18b152 00:35:35 Step 7/22 : RUN go mod download 00:35:35 ---> 749960e05c36 00:35:35 Step 7/24 : RUN go mod download 00:35:35 OK: 233 MiB in 51 packages 00:35:35 ---> Running in fc7a2b6f3cf0 00:35:35 OK: 233 MiB in 51 packages 00:35:35 ---> f39cfbf6e4a0 00:35:35 Step 7/22 : RUN go mod download 00:35:35 ---> Running in 7920434f4d60 00:35:35 ---> Running in 391927839aae 00:35:36 (1/12) Installing libmagic (5.38-r0) 00:35:36 Removing intermediate container 9f90a60b7126 00:35:36 ---> 3dd2811ac0a3 00:35:36 Step 6/21 : COPY go.mod . 00:35:36 Removing intermediate container 254954b85cd4 00:35:36 ---> bf8b78d2f580 00:35:36 Step 6/22 : COPY go.mod . 00:35:36 ---> aecbb134ff9b 00:35:36 Step 7/21 : RUN go mod download 00:35:36 (2/12) Installing file (5.38-r0) 00:35:36 ---> Running in 6bcbcfd6ec78 00:35:36 ---> 5e97dc21e8eb 00:35:36 Step 7/22 : RUN go mod download 00:35:36 ---> Running in d44236a3dde1 00:35:37 (3/12) Installing libc-dev (0.7.2-r3) 00:35:37 (4/12) Installing g++ (9.3.0-r2) 00:35:37 Removing intermediate container 391927839aae 00:35:37 ---> b16c9180eac7 00:35:37 Step 8/22 : COPY . . 00:35:38 Removing intermediate container fc7a2b6f3cf0 00:35:38 ---> 850ae9a64a42 00:35:38 Step 8/22 : COPY . . 00:35:38 Removing intermediate container 7920434f4d60 00:35:38 ---> acdaba3d4f52 00:35:38 Step 8/24 : COPY . . 00:35:41 Removing intermediate container 6bcbcfd6ec78 00:35:41 ---> a736d42f2f81 00:35:41 Step 8/21 : COPY . . 00:35:45 Removing intermediate container d44236a3dde1 00:35:45 ---> de9f7b1c2cec 00:35:45 Step 8/22 : COPY . . 00:35:47 (5/12) Installing fortify-headers (1.1-r0) 00:35:47 (6/12) Installing patch (2.7.6-r6) 00:35:47 (7/12) Installing build-base (0.5-r2) 00:35:47 (8/12) Installing libsodium (1.0.18-r0) 00:35:47 (9/12) Installing pkgconf (1.7.2-r0) 00:35:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:47 (11/12) Installing libzmq (4.3.3-r0) 00:35:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:47 Executing busybox-1.31.1-r19.trigger 00:35:47 OK: 217 MiB in 51 packages 00:35:51 Removing intermediate container 82ad07ef16c9 00:35:51 ---> d79eab6417f1 00:35:51 Step 4/6 : WORKDIR /edgex-go 00:35:51 ---> Running in 6c9f037ccde8 00:35:52 Removing intermediate container 6c9f037ccde8 00:35:52 ---> 43b70430464d 00:35:52 Step 5/6 : COPY go.mod . 00:35:53 ---> bcdc8ccae716 00:35:53 Step 6/6 : RUN go mod download 00:35:53 ---> Running in fab96984a8d5 00:36:18 ---> 26f8264c9cc8 00:36:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:18 ---> Running in ed38583fb935 00:36:18 ---> 03209145b680 00:36:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:18 ---> 866c85d0ac59 00:36:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:18 ---> e583f3028c66 00:36:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:18 ---> 0076fb74fa5a 00:36:18 Step 9/22 : RUN make cmd/core-command/core-command 00:36:18 ---> Running in 9366a64aea8a 00:36:18 ---> Running in 9fc5c3bc9cb5 00:36:18 ---> Running in 5060438c8253 00:36:18 ---> Running in 2c1a4f839909 00:36:18 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 00:36:18 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 00:36:18 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 00:36:18 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 00:36:18 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 00:36:20 Removing intermediate container fab96984a8d5 00:36:20 ---> 9f38c87045de 00:36:20 Successfully built 9f38c87045de 00:36:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:20 + docker inspect -f . ci-base-image-arm64 00:36:20 . [Pipeline] withDockerContainer 00:36:20 prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container 00:36:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:22 $ docker top 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:23 + go version 00:36:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:23 $ docker stop --time=1 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 00:36:25 $ docker rm -f 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:26 + docker inspect -f . ci-base-image-arm64 00:36:26 . [Pipeline] withDockerContainer 00:36:27 prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container 00:36:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:28 $ docker top 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:29 ========================================================= 00:36:29 [edgeXBuildGoParallel] Running Tests and Build... 00:36:29 ========================================================= [Pipeline] sh 00:36:29 + make test 00:36:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:44 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 00:36:44 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 00:36:46 Removing intermediate container 9fc5c3bc9cb5 00:36:46 ---> 38ff524ceadc 00:36:46 00:36:46 Step 10/22 : FROM alpine:3.12 00:36:46 3.12: Pulling from library/alpine 00:36:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:47 Status: Downloaded newer image for alpine:3.12 00:36:47 ---> 389fef711851 00:36:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:47 ---> Running in 0bd4c2aa2620 00:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:48 (1/5) Installing ca-certificates (20191127-r4) 00:36:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:48 (3/5) Installing libcurl (7.69.1-r3) 00:36:48 (4/5) Installing curl (7.69.1-r3) 00:36:48 (5/5) Installing dumb-init (1.2.2-r1) 00:36:48 Executing busybox-1.31.1-r19.trigger 00:36:48 Executing ca-certificates-20191127-r4.trigger 00:36:48 OK: 7 MiB in 19 packages 00:36:53 Removing intermediate container 9366a64aea8a 00:36:53 ---> 83400bf4d09a 00:36:53 00:36:53 Step 10/24 : FROM alpine:3.12 00:36:53 ---> 389fef711851 00:36:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:53 Removing intermediate container ed38583fb935 00:36:53 ---> da9e05864a48 00:36:53 00:36:53 Step 10/21 : FROM alpine:3.12 00:36:53 ---> 389fef711851 00:36:53 Step 11/21 : RUN apk add --update --no-cache curl 00:36:53 Removing intermediate container 2c1a4f839909 00:36:53 ---> 24025757af8f 00:36:53 00:36:53 Step 10/22 : FROM scratch 00:36:53 ---> 00:36:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:53 ---> Running in 7593d8291d25 00:36:53 ---> Running in b732e815b521 00:36:53 ---> Running in 755147c5becd 00:36:55 Removing intermediate container 0bd4c2aa2620 00:36:55 ---> afe44af31c6e 00:36:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:36:55 Removing intermediate container 755147c5becd 00:36:55 ---> 706068020b49 00:36:55 Step 12/22 : ENV APP_PORT=48082 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:56 ---> Running in 2b1856024a81 00:36:56 ---> Running in fb50d060de30 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 Removing intermediate container 5060438c8253 00:36:56 ---> 373ac8415f9e 00:36:56 00:36:56 Step 10/22 : FROM scratch 00:36:56 ---> 00:36:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:56 ---> Using cache 00:36:56 ---> 706068020b49 00:36:56 Step 12/22 : ENV APP_PORT=48081 00:36:56 ---> Running in 3ebb6d0772a1 00:36:56 (1/4) Installing ca-certificates (20191127-r4) 00:36:56 Removing intermediate container fb50d060de30 00:36:56 ---> 5d4be08d1b82 00:36:56 Step 13/22 : EXPOSE $APP_PORT 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:56 (3/4) Installing libcurl (7.69.1-r3) 00:36:56 (4/4) Installing curl (7.69.1-r3) 00:36:56 Executing busybox-1.31.1-r19.trigger 00:36:56 Executing ca-certificates-20191127-r4.trigger 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 OK: 7 MiB in 18 packages 00:36:56 (1/5) Installing ca-certificates (20191127-r4) 00:36:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:56 (3/5) Installing libcurl (7.69.1-r3) 00:36:56 (4/5) Installing curl (7.69.1-r3) 00:36:56 (5/5) Installing dumb-init (1.2.2-r1) 00:36:56 Executing busybox-1.31.1-r19.trigger 00:36:56 Executing ca-certificates-20191127-r4.trigger 00:36:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:57 OK: 7 MiB in 19 packages 00:36:57 Removing intermediate container 2b1856024a81 00:36:57 ---> 281ae9a475b3 00:36:57 Step 13/22 : WORKDIR / 00:36:57 ---> Running in 96ec2d3e1a3a 00:36:57 Removing intermediate container 3ebb6d0772a1 00:36:57 ---> 57ed9086f63e 00:36:57 Step 13/22 : EXPOSE $APP_PORT 00:36:57 ---> Running in 9c8574a22eb5 00:36:57 ---> Running in e25a77608bd2 00:36:57 Removing intermediate container 96ec2d3e1a3a 00:36:57 ---> 12e97f6b0f14 00:36:57 Step 14/22 : WORKDIR / 00:36:58 ---> Running in 1fbb4d45b9f9 00:36:58 Removing intermediate container e25a77608bd2 00:36:58 ---> 57457c679ea7 00:36:58 Step 14/22 : WORKDIR / 00:36:58 Removing intermediate container 9c8574a22eb5 00:36:58 ---> 5119fb31a5fb 00:36:58 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:59 ---> Running in 05c19174651e 00:36:59 Removing intermediate container 7593d8291d25 00:36:59 ---> 3a10d0d7a385 00:36:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:59 Removing intermediate container b732e815b521 00:36:59 ---> b3286b2771cf 00:36:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:59 ---> Running in 56a85277e605 00:36:59 Removing intermediate container 1fbb4d45b9f9 00:36:59 ---> 3bb13d68b35a 00:36:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:59 ---> Running in 2490cdb89c42 00:36:59 Removing intermediate container 05c19174651e 00:36:59 ---> f4bae20b9605 00:36:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:59 ---> 8b3dc84f03cd 00:36:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:00 Removing intermediate container 56a85277e605 00:37:00 ---> 68b6d687fa03 00:37:00 Step 13/21 : WORKDIR /edgex 00:37:00 Removing intermediate container 2490cdb89c42 00:37:00 ---> 9bcab1779011 00:37:00 Step 13/24 : WORKDIR / 00:37:00 ---> 5a7fe28e7cfe 00:37:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:00 ---> Running in 926c38db0556 00:37:00 ---> Running in 3329f1830fb7 00:37:00 ---> 48c066d6ff60 00:37:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:00 ---> 4aaf74b59b0e 00:37:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:00 Removing intermediate container 926c38db0556 00:37:00 ---> 0bbff16a8c6d 00:37:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:01 Removing intermediate container 3329f1830fb7 00:37:01 ---> 1105ee8ceb2f 00:37:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:01 ---> 1fb54f6922f8 00:37:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:01 ---> c16177217158 00:37:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:01 ---> 7ed76deb28b7 00:37:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:01 ---> 3e25d65eb5e5 00:37:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:01 ---> 7bce439843cd 00:37:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:01 ---> ec3d8f8190f6 00:37:01 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:01 ---> 6db7d0539710 00:37:01 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:01 ---> e5f63a97649e 00:37:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:01 ---> Running in 6db42c2d8c67 00:37:01 ---> Running in f395bfdb1778 00:37:01 ---> Running in 09a763028419 00:37:02 ---> 553e8604963d 00:37:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:02 ---> b98431aa5ccb 00:37:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:02 Removing intermediate container 09a763028419 00:37:02 ---> c889996b558c 00:37:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:02 Removing intermediate container 6db42c2d8c67 00:37:02 ---> 4a5d7fbe2b3f 00:37:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:02 ---> 31f7bdfcd180 00:37:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:02 ---> Running in 407dba981b53 00:37:02 ---> 3df9aec53963 00:37:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:02 ---> Running in d698567abcef 00:37:02 ---> Running in a224475418a9 00:37:02 Removing intermediate container d698567abcef 00:37:02 ---> fc85edd1aa14 00:37:02 Step 20/22 : LABEL arch=x86_64 00:37:02 Removing intermediate container 407dba981b53 00:37:02 ---> 206c71893a75 00:37:02 Step 20/22 : LABEL arch=x86_64 00:37:03 ---> Running in 251cd5315732 00:37:03 ---> Running in 3e74acc3ac70 00:37:03 Removing intermediate container a224475418a9 00:37:03 ---> 5c0e1932dd8d 00:37:03 Step 18/21 : CMD ["--init=true"] 00:37:03 ---> a552537c8b47 00:37:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:03 ---> Running in 1b2ad8b92c64 00:37:03 Removing intermediate container 3e74acc3ac70 00:37:03 ---> 32815f9d8a9e 00:37:03 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:37:03 Removing intermediate container 251cd5315732 00:37:03 ---> e0abc7048b67 00:37:03 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:37:03 Removing intermediate container f395bfdb1778 00:37:03 ---> 76b55e2f5679 00:37:03 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:04 ---> Running in f8734cbce59d 00:37:04 ---> Running in 11a592871047 00:37:04 Removing intermediate container 1b2ad8b92c64 00:37:04 ---> 24815e86f116 00:37:04 Step 19/21 : LABEL arch=x86_64 00:37:04 ---> Running in 4c2dda9e2747 00:37:04 ---> 94db9febf2a2 00:37:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:04 ---> Running in b5700ebf0e6f 00:37:04 Removing intermediate container f8734cbce59d 00:37:04 ---> 4cf1ef93d654 00:37:04 Step 22/22 : LABEL version=0.0.0 00:37:04 Removing intermediate container 11a592871047 00:37:04 ---> 4e537710f5e7 00:37:04 Step 22/22 : LABEL version=0.0.0 00:37:04 Removing intermediate container 4c2dda9e2747 00:37:04 ---> 9c4f9af77e41 00:37:04 Step 20/22 : LABEL arch=x86_64 00:37:04 ---> Running in 1ada009148d3 00:37:04 ---> Running in 2f0403637933 00:37:04 Removing intermediate container b5700ebf0e6f 00:37:04 ---> 4efb2853e422 00:37:04 Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:37:04 ---> 8a9a3c8584c9 00:37:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:05 ---> Running in 66f05b580702 00:37:05 ---> Running in 3b48ac149f07 00:37:05 ---> Running in 2bb1174ac650 00:37:05 Removing intermediate container 2f0403637933 00:37:05 ---> 7112a35191b7 00:37:05 00:37:05 Removing intermediate container 1ada009148d3 00:37:05 ---> a7da3caf92cd 00:37:05 00:37:05 Successfully built a7da3caf92cd 00:37:05 Successfully built 7112a35191b7 00:37:05 Removing intermediate container 3b48ac149f07 00:37:05 ---> 05a357ec4415 00:37:05 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:37:05 Successfully tagged docker-core-metadata-go:latest 00:37:05 Building docker-support-notifications-go 00:37:05  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 00:37:05 Building docker-core-data-go 00:37:05  Building docker-core-command-go ... done Removing intermediate container 66f05b580702 00:37:05 ---> cc9f98509dc7 00:37:05 Step 21/21 : LABEL version=0.0.0 00:37:05 ---> Running in 2147bb745ee6 00:37:05 ---> Running in a6ec3388437a 00:37:05 Removing intermediate container 2147bb745ee6 00:37:05 ---> e68cc4edd11a 00:37:05 Step 22/22 : LABEL version=0.0.0 00:37:05 Removing intermediate container a6ec3388437a 00:37:05 ---> 3decd010b272 00:37:05 00:37:06 ---> Running in 39fc4bef5638 00:37:06 Successfully built 3decd010b272 00:37:06 Successfully tagged docker-security-proxy-setup-go:latest 00:37:06  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:06 Removing intermediate container 39fc4bef5638 00:37:06 ---> 813fd6bda5af 00:37:06 00:37:06 Successfully built 813fd6bda5af 00:37:06 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:06 Building docker-support-scheduler-go 00:37:06 Removing intermediate container 2bb1174ac650 00:37:06 ---> b5e7729b0c9d 00:37:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:06  Building docker-security-bootstrap-redis-go ... done  ---> Running in c21d95411cad 00:37:06 Removing intermediate container c21d95411cad 00:37:06 ---> e292836b7fbc 00:37:06 Step 22/24 : LABEL arch=x86_64 00:37:06 ---> Running in f90bb2efd9e6 00:37:07 Removing intermediate container f90bb2efd9e6 00:37:07 ---> e225de12af2b 00:37:07 Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:37:07 ---> Running in 7a3a869429d8 00:37:11 Removing intermediate container 7a3a869429d8 00:37:11 ---> abf74fe7b902 00:37:11 Step 24/24 : LABEL version=0.0.0 00:37:14 ---> Running in a9e7edacdfaf 00:37:15 Removing intermediate container a9e7edacdfaf 00:37:15 ---> 0a1b3528f710 00:37:15 00:37:15 Successfully built 0a1b3528f710 00:37:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:33  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:33 ---> e24d5bf322ec 00:37:33 Step 3/26 : WORKDIR /edgex-go 00:37:33 ---> Using cache 00:37:33 ---> 0073f6a1e8ab 00:37:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:33 ---> Using cache 00:37:33 ---> 83e34c28490e 00:37:33 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:33 ---> e24d5bf322ec 00:37:33 Step 3/21 : WORKDIR /edgex-go 00:37:33 ---> Using cache 00:37:33 ---> 0073f6a1e8ab 00:37:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:33 ---> Using cache 00:37:33 ---> 83e34c28490e 00:37:33 Step 5/21 : RUN apk add --update --no-cache make git 00:37:33 ---> Using cache 00:37:33 ---> f71baaca4022 00:37:33 Step 6/21 : COPY go.mod . 00:37:33 ---> Using cache 00:37:33 ---> 359d2c18b152 00:37:33 Step 7/21 : RUN go mod download 00:37:33 ---> Using cache 00:37:33 ---> 850ae9a64a42 00:37:33 Step 8/21 : COPY . . 00:37:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:33 ---> e24d5bf322ec 00:37:33 Step 3/23 : WORKDIR /edgex-go 00:37:33 ---> Using cache 00:37:33 ---> 0073f6a1e8ab 00:37:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:33 ---> Using cache 00:37:33 ---> 83e34c28490e 00:37:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:33 ---> e24d5bf322ec 00:37:33 Step 3/24 : WORKDIR /edgex-go 00:37:33 ---> Using cache 00:37:33 ---> 0073f6a1e8ab 00:37:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:33 ---> Using cache 00:37:33 ---> 83e34c28490e 00:37:33 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:33 ---> Using cache 00:37:33 ---> e583f3028c66 00:37:33 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:33 ---> Running in 5854e546a1e1 00:37:33 ---> Running in d04ca3c3441d 00:37:33 ---> Running in 7a80bef28105 00:37:33 ---> Running in 2fe5b9845f51 00:37:34 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 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:35 OK: 233 MiB in 51 packages 00:37:35 OK: 233 MiB in 51 packages 00:37:35 OK: 233 MiB in 51 packages 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:37 Removing intermediate container d04ca3c3441d 00:37:37 ---> f9d16aa99f1c 00:37:37 Step 6/24 : COPY go.mod . 00:37:37 Removing intermediate container 2fe5b9845f51 00:37:37 ---> 13533867b042 00:37:37 Step 6/26 : COPY go.mod . 00:37:37 Removing intermediate container 5854e546a1e1 00:37:37 ---> c4c1c232cc29 00:37:37 Step 6/23 : COPY go.mod . 00:37:37 ---> 25461a3fb728 00:37:37 Step 7/24 : RUN go mod download 00:37:37 ---> Running in 285719c9ad04 00:37:37 ---> d57353dc5c6c 00:37:37 Step 7/23 : RUN go mod download 00:37:37 ---> 6c66c724f443 00:37:37 Step 7/26 : RUN go mod download 00:37:38 ---> Running in a95004b55820 00:37:38 ---> Running in 8d2613a9ee63 00:37:40 Removing intermediate container 285719c9ad04 00:37:40 ---> 6d756365bce4 00:37:40 Step 8/24 : COPY . . 00:37:40 Removing intermediate container a95004b55820 00:37:40 ---> 3cef8396a2e2 00:37:40 Step 8/23 : COPY . . 00:37:40 Removing intermediate container 8d2613a9ee63 00:37:40 ---> 7bb320910106 00:37:40 Step 8/26 : COPY . . 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.262s coverage: 46.6% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:13 Removing intermediate container 7a80bef28105 00:38:13 ---> 1afe2bcff3cb 00:38:13 00:38:13 Step 10/21 : FROM scratch 00:38:13 ---> 00:38:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:13 ---> Using cache 00:38:13 ---> 706068020b49 00:38:13 Step 12/21 : ENV APP_PORT=48085 00:38:13 ---> d12267875997 00:38:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:13 ---> Running in cb93fce035f1 00:38:13 ---> Running in 0674548c77ec 00:38:13 ---> 1421aa7ae976 00:38:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:13 ---> c8040458495e 00:38:13 Step 9/23 : RUN make cmd/core-data/core-data 00:38:13 Removing intermediate container cb93fce035f1 00:38:13 ---> 3da08b7822b9 00:38:13 Step 13/21 : EXPOSE $APP_PORT 00:38:13 ---> Running in 127ec9d2f84e 00:38:13 ---> Running in ce5bfb68dcce 00:38:13 ---> Running in 1c58d20a6c31 00:38:13 Removing intermediate container 1c58d20a6c31 00:38:13 ---> 369fb1fbf91e 00:38:13 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:13 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 00:38:13 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 00:38:13 ---> c5a52e076650 00:38:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:13 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 00:38:13 ---> 0ef8739b9200 00:38:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:13 ---> a4bdf6673707 00:38:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:13 ---> Running in c988f111b559 00:38:13 Removing intermediate container c988f111b559 00:38:13 ---> 42713b9d7edc 00:38:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 ---> Running in 0e6e438f9983 00:38:14 Removing intermediate container 0e6e438f9983 00:38:14 ---> fcdef9514234 00:38:14 Step 19/21 : LABEL arch=x86_64 00:38:14 ---> Running in 5f4217922a11 00:38:14 Removing intermediate container 5f4217922a11 00:38:14 ---> 0f2d48b43c24 00:38:14 Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:38:15 ---> Running in 664cbcea32ec 00:38:15 Removing intermediate container 664cbcea32ec 00:38:15 ---> 9eb5c69e7784 00:38:15 Step 21/21 : LABEL version=0.0.0 00:38:15 ---> Running in bc056e42bbbd 00:38:15 Removing intermediate container bc056e42bbbd 00:38:15 ---> dedd7adabd21 00:38:15 00:38:16 Successfully built dedd7adabd21 00:38:16 Successfully tagged docker-support-scheduler-go:latest 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.386s coverage: 67.9% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.344s coverage: 82.3% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:34  Building docker-support-scheduler-go ... done Removing intermediate container 127ec9d2f84e 00:38:34 ---> a546e32df0e7 00:38:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:34 ---> Running in 9fd324bdf784 00:38:34 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 00:38:34 Removing intermediate container 0674548c77ec 00:38:34 ---> a37b701ec208 00:38:34 00:38:34 Step 10/24 : FROM scratch 00:38:34 ---> 00:38:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:34 ---> Running in 64a075b6f815 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.459s coverage: 92.8% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.129s coverage: 100.0% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:38:34 Removing intermediate container 64a075b6f815 00:38:34 ---> e361acb54c21 00:38:34 Step 12/24 : ENV APP_PORT=48060 00:38:34 ---> Running in 0d87306ae9e6 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 00:38:34 Removing intermediate container 0d87306ae9e6 00:38:34 ---> 20d6e3b9d015 00:38:34 Step 13/24 : EXPOSE $APP_PORT 00:38:34 Removing intermediate container 9fd324bdf784 00:38:34 ---> 6beffb2417bd 00:38:34 00:38:34 Step 11/26 : FROM docker:20.10.0 00:38:34 ---> Running in da459b87d0f5 00:38:35 Removing intermediate container da459b87d0f5 00:38:35 ---> 64594a064e3b 00:38:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:35 20.10.0: Pulling from library/docker 00:38:35 ---> aa643f5ccba2 00:38:35 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.2% of statements 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:39 ---> 6afa278a3840 00:38:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:39 Removing intermediate container ce5bfb68dcce 00:38:39 ---> 9af1d85bd86a 00:38:39 00:38:39 Step 10/23 : FROM alpine:3.12 00:38:39 ---> 389fef711851 00:38:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:39 ---> 1a392653f219 00:38:39 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:39 ---> Running in dadc37f05a84 00:38:39 Removing intermediate container dadc37f05a84 00:38:39 ---> 759230f0a702 00:38:39 Step 12/23 : ENV APP_PORT=48080 00:38:40 ---> bfe18d13c66e 00:38:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:40 ---> Running in dd9b5087806e 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.585s coverage: 63.5% of statements 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 00:38:40 Removing intermediate container dd9b5087806e 00:38:40 ---> 6bbbd37404cd 00:38:40 Step 13/23 : EXPOSE $APP_PORT 00:38:40 ---> Running in 6c7aaa2b346e 00:38:40 ---> 38cd97182467 00:38:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 00:38:41 Removing intermediate container 6c7aaa2b346e 00:38:41 ---> 646e9401daf3 00:38:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:41 ---> Running in 3b546fb41567 00:38:41 ---> 0cc2ccdef8cf 00:38:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:41 ---> Running in 3dd9a303c300 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:38:41 Removing intermediate container 3dd9a303c300 00:38:41 ---> d21b8b2affee 00:38:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:41 ---> Running in 6bec812bd8b1 00:38:42 Removing intermediate container 6bec812bd8b1 00:38:42 ---> 4a09d10eb3d4 00:38:42 Step 22/24 : LABEL arch=x86_64 00:38:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:42 ---> Running in 5f16f6463a6e 00:38:42 Status: Downloaded newer image for docker:20.10.0 00:38:42 ---> aefe523efa57 00:38:42 Step 12/26 : RUN apk add --no-cache bash 00:38:42 ---> Running in 242d426177ff 00:38:42 Removing intermediate container 5f16f6463a6e 00:38:42 ---> 581d828ea6be 00:38:42 Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:38:42 Removing intermediate container 3b546fb41567 00:38:42 ---> 1d5e1fd5c8e2 00:38:42 Step 15/23 : RUN apk add --update --no-cache zeromq 00:38:42 ---> Running in e6f1b9435cde 00:38:42 ---> Running in 3a21f44e1017 00:38:42 Removing intermediate container e6f1b9435cde 00:38:42 ---> 137f689aa6ac 00:38:42 Step 24/24 : LABEL version=0.0.0 00:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:43 ---> Running in 424b8ae15edd 00:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:43 Removing intermediate container 424b8ae15edd 00:38:43 ---> 64818c31a23a 00:38:43 00:38:43 (1/2) Installing readline (8.0.4-r0) 00:38:43 (2/2) Installing bash (5.0.17-r0) 00:38:43 Executing bash-5.0.17-r0.post-install 00:38:43 Executing busybox-1.31.1-r19.trigger 00:38:43 OK: 12 MiB in 22 packages 00:38:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:43 Successfully built 64818c31a23a 00:38:43 Successfully tagged docker-support-notifications-go:latest 00:38:44  Building docker-support-notifications-go ... done Removing intermediate container 242d426177ff 00:38:44 ---> 4d4629ade802 00:38:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:44 ---> Running in 595a393fb480 00:38:44 Removing intermediate container 595a393fb480 00:38:44 ---> f3980df62ac8 00:38:44 Step 14/26 : ENV APP_PORT=48090 00:38:44 ---> Running in 6e1313a44d50 00:38:44 Removing intermediate container 6e1313a44d50 00:38:44 ---> 5c845c3a5449 00:38:44 Step 15/26 : EXPOSE $APP_PORT 00:38:44 ---> Running in 5d21db2c7709 00:38:44 Removing intermediate container 5d21db2c7709 00:38:44 ---> eb51a00ba4a8 00:38:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:45 ---> a983dcd06824 00:38:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:45 ---> f472806d4bc2 00:38:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:46 ---> 5c4af3556bea 00:38:46 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:46 ---> Running in 360609857bbc 00:38:46 (1/5) Installing libgcc (9.3.0-r2) 00:38:46 (2/5) Installing libsodium (1.0.18-r0) 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:46 (1/33) Installing libbz2 (1.0.8-r1) 00:38:46 (2/33) Installing expat (2.2.9-r1) 00:38:46 (3/33) Installing libffi (3.3-r2) 00:38:46 (4/33) Installing gdbm (1.13-r1) 00:38:46 (5/33) Installing xz-libs (5.2.5-r0) 00:38:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:46 (7/33) Installing python3 (3.8.5-r0) 00:38:46 (4/5) Installing libzmq (4.3.3-r0) 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.891s coverage: 68.9% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:47 (5/5) Installing zeromq (4.3.3-r0) 00:38:47 Executing busybox-1.31.1-r19.trigger 00:38:47 OK: 8 MiB in 19 packages 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.612s coverage: 84.0% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.072s coverage: 100.0% of statements 00:38:50 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:50 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:50 (11/33) Installing py3-six (1.15.0-r0) 00:38:50 (12/33) Installing py3-packaging (20.4-r0) 00:38:50 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:50 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:50 (15/33) Installing py3-idna (2.9-r0) 00:38:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:51 Removing intermediate container 3a21f44e1017 00:38:51 ---> 868b0d79791a 00:38:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:51 (18/33) Installing py3-requests (2.23.0-r0) 00:38:51 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:51 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:51 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:51 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:52 (24/33) Installing py3-distro (1.5.0-r1) 00:38:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:53 ---> a53a285ef30c 00:38:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:53 (29/33) Installing py3-progress (1.5-r0) 00:38:53 (30/33) Installing py3-toml (0.10.1-r0) 00:38:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:53 (33/33) Installing py3-pip (20.1.1-r0) 00:38:53 Executing busybox-1.31.1-r19.trigger 00:38:53 OK: 71 MiB in 55 packages 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:54 ---> 100d66446589 00:38:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:55 ---> 38fc8a0ae403 00:38:55 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:58 ---> Running in 0f9da70050f3 00:38:58 Removing intermediate container 0f9da70050f3 00:38:58 ---> 569ac1fa981b 00:38:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:58 Removing intermediate container 360609857bbc 00:38:58 ---> 6bc68d170a73 00:38:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:58 ---> Running in 280357d18158 00:38:58 ---> Running in aba7d4e9094a 00:38:58 Removing intermediate container aba7d4e9094a 00:38:58 ---> 6fec64ca1776 00:38:58 Step 21/23 : LABEL arch=x86_64 00:38:58 ---> Running in c647bd66244b 00:38:59 Removing intermediate container c647bd66244b 00:38:59 ---> 63266130d76c 00:38:59 Step 22/23 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:38:59 ---> Running in 89d50f59edea 00:38:59 Removing intermediate container 89d50f59edea 00:38:59 ---> 362164d4eb2d 00:38:59 Step 23/23 : LABEL version=0.0.0 00:38:59 ---> Running in a03be2231cda 00:38:59 Removing intermediate container a03be2231cda 00:38:59 ---> 2634770e2fe1 00:38:59 00:38:59 Successfully built 2634770e2fe1 00:38:59 Successfully tagged docker-core-data-go:latest 00:39:00  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:39:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.309s coverage: 29.1% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:39:00 Collecting websocket-client<1.0,>=0.32.0 00:39:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:00 Collecting texttable<0.10,>=0.9.0 00:39:00 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:39:00 Collecting docker<4.0,>=3.6.0 00:39:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:39:01 Collecting PyYAML<4,>=3.10 00:39:01 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:02 GO111MODULE=on go vet ./... 00:39:02 Collecting jsonschema<3,>=2.5.1 00:39:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:02 Collecting dockerpty<0.5,>=0.4.1 00:39:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:03 Collecting cached-property<2,>=1.2.0 00:39:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:03 Collecting docopt<0.7,>=0.6.1 00:39:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:03 Collecting docker-pycreds>=0.4.0 00:39:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:03 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) 00:39:03 Collecting urllib3<1.25,>=1.21.1 00:39:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:03 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) 00:39:03 Collecting idna<2.8,>=2.5 00:39:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:04 Installing collected packages: websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, dockerpty, cached-property, docopt, docker-compose 00:39:04 Running setup.py install for texttable: started 00:39:04 Running setup.py install for texttable: finished with status 'done' 00:39:04 Attempting uninstall: urllib3 00:39:04 Found existing installation: urllib3 1.25.9 00:39:04 Uninstalling urllib3-1.25.9: 00:39:04 Successfully uninstalled urllib3-1.25.9 00:39:05 Attempting uninstall: idna 00:39:05 Found existing installation: idna 2.9 00:39:05 Uninstalling idna-2.9: 00:39:05 Successfully uninstalled idna-2.9 00:39:05 Attempting uninstall: requests 00:39:05 Found existing installation: requests 2.23.0 00:39:05 Uninstalling requests-2.23.0: 00:39:05 Successfully uninstalled requests-2.23.0 00:39:05 Running setup.py install for PyYAML: started 00:39:06 Running setup.py install for PyYAML: finished with status 'done' 00:39:06 Running setup.py install for dockerpty: started 00:39:06 Running setup.py install for dockerpty: finished with status 'done' 00:39:06 Running setup.py install for docopt: started 00:39:07 Running setup.py install for docopt: finished with status 'done' 00:39:07 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 00:39:11 Removing intermediate container 280357d18158 00:39:11 ---> cf588d725554 00:39:11 Step 21/26 : RUN apk --no-cache add curl 00:39:11 ---> Running in 57e9c52f9c09 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:11 (2/3) Installing libcurl (7.69.1-r3) 00:39:11 (3/3) Installing curl (7.69.1-r3) 00:39:11 Executing busybox-1.31.1-r19.trigger 00:39:11 OK: 72 MiB in 58 packages 00:39:12 Removing intermediate container 57e9c52f9c09 00:39:12 ---> 8a3dfdbcb86e 00:39:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:12 ---> Running in f06b0f2c9881 00:39:12 Removing intermediate container f06b0f2c9881 00:39:12 ---> 46f96e79f503 00:39:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:12 ---> Running in ad24c2916194 00:39:12 Removing intermediate container ad24c2916194 00:39:12 ---> e9b1f8ae0d64 00:39:12 Step 24/26 : LABEL arch=x86_64 00:39:12 ---> Running in 20204baf7dd2 00:39:12 Removing intermediate container 20204baf7dd2 00:39:12 ---> e53b71c9f03d 00:39:12 Step 25/26 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:39:12 ---> Running in 70049132c820 00:39:12 Removing intermediate container 70049132c820 00:39:12 ---> bd92b46d9b47 00:39:12 Step 26/26 : LABEL version=0.0.0 00:39:12 ---> Running in c1eeb2bd2dc3 00:39:13 Removing intermediate container c1eeb2bd2dc3 00:39:13 ---> 6bc19ce7b6d5 00:39:13 00:39:13 Successfully built 6bc19ce7b6d5 00:39:13 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:13 $ docker stop --time=1 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 00:39:15 $ docker rm -f 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:15 + docker images 00:39:15 + grep docker 00:39:15 docker-sys-mgmt-agent-go latest 6bc19ce7b6d5 3 seconds ago 313MB 00:39:15 docker-core-data-go latest 2634770e2fe1 16 seconds ago 22.3MB 00:39:15 docker-support-notifications-go latest 64818c31a23a 32 seconds ago 12MB 00:39:15 docker-support-scheduler-go latest dedd7adabd21 About a minute ago 10.7MB 00:39:15 docker-security-secretstore-setup-go latest 0a1b3528f710 2 minutes ago 24.6MB 00:39:15 docker-security-bootstrap-redis-go latest 813fd6bda5af 2 minutes ago 15.8MB 00:39:15 docker-security-proxy-setup-go latest 3decd010b272 2 minutes ago 24.4MB 00:39:15 docker-core-metadata-go latest 7112a35191b7 2 minutes ago 13.1MB 00:39:15 docker-core-command-go latest a7da3caf92cd 2 minutes ago 10.6MB 00:39:15 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:31 Still waiting to schedule task 00:39:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:10 gofmt -l . 00:40:11 [ "`gofmt -l .`" = "" ] 00:40:13 ./bin/test-go-mod-tidy.sh 00:40:14 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:16 + ls -al . 00:40:16 total 684 00:40:16 drwxrwxr-x 9 1001 1001 4096 Jan 19 00:40 . 00:40:16 drwxr-xr-x 4 root root 4096 Jan 19 00:36 .. 00:40:16 -rw-rw-r-- 1 1001 1001 11 Jan 19 00:34 .dockerignore 00:40:16 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:35 .git 00:40:16 drwxrwxr-x 3 1001 1001 4096 Jan 19 00:34 .github 00:40:16 -rw-rw-r-- 1 1001 1001 824 Jan 19 00:34 .gitignore 00:40:16 -rw-rw-r-- 1 1001 1001 166 Jan 19 00:34 .sonarcloud.properties 00:40:16 -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:34 Attribution.txt 00:40:16 -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:34 CONTRIBUTING.md 00:40:16 -rw-rw-r-- 1 1001 1001 931 Jan 19 00:34 Dockerfile.build 00:40:16 -rw-rw-r-- 1 1001 1001 863 Jan 19 00:34 Jenkinsfile 00:40:16 -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:34 LICENSE 00:40:16 -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:34 Makefile 00:40:16 -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:34 README.md 00:40:16 -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:34 SECURITY.md 00:40:16 -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION 00:40:16 -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:34 ZMQWindows.md 00:40:16 drwxrwxr-x 2 1001 1001 4096 Jan 19 00:34 bin 00:40:16 drwxrwxr-x 14 1001 1001 4096 Jan 19 00:34 cmd 00:40:16 -rw-r--r-- 1 root root 550280 Jan 19 00:39 coverage.out 00:40:16 -rw-r--r-- 1 root root 981 Jan 19 00:40 go.mod 00:40:16 -rw-r--r-- 1 root root 19326 Jan 19 00:40 go.sum 00:40:16 drwxrwxr-x 8 1001 1001 4096 Jan 19 00:34 internal 00:40:16 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:34 openapi 00:40:16 drwxrwxr-x 4 1001 1001 4096 Jan 19 00:34 snap 00:40:16 -rw-rw-r-- 1 1001 1001 168 Jan 19 00:34 version.go [Pipeline] sh 00:40:17 + '[' -e coverage.out ] 00:40:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:17 Warning: overwriting stash ‘coverage-report’ 00:40:18 Running on prd-ubuntu18.04-docker-8c-8g-21029 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 00:40:18 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 00:40:18 Stashed 1 file(s) [Pipeline] sh 00:40:18 + make build 00:40:19 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 00:40:20 using credential edgex-jenkins-ssh 00:40:20 Cloning the remote Git repository 00:40:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:20 > git init /w/workspace/edgex-go/5 # timeout=10 00:40:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:20 > git --version # timeout=10 00:40:20 > git --version # 'git version 2.17.1' 00:40:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:29 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 00:40:30 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 00:40:30 Merge succeeded, producing e2199d6e58db82fbd8f8b41f08e80ba64dffb227 00:40:30 Checking out Revision e2199d6e58db82fbd8f8b41f08e80ba64dffb227 (PR-3040) 00:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:30 > git config core.sparsecheckout # timeout=10 00:40:30 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 00:40:30 > git remote # timeout=10 00:40:30 > git config --get remote.origin.url # timeout=10 00:40:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:30 > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 00:40:30 > git rev-parse HEAD^{commit} # timeout=10 00:40:30 > git config core.sparsecheckout # timeout=10 00:40:30 > git checkout -f e2199d6e58db82fbd8f8b41f08e80ba64dffb227 # timeout=10 00:40:34 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" 00:40:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:35 + echo snap-build.sh 00:40:35 snap-build.sh 00:40:35 + SNAP_BASE_DIR=. 00:40:35 + '[' '!' -z /w/workspace/edgex-go/5 ']' 00:40:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 00:40:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 00:40:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 00:40:35 + cd /w/workspace/edgex-go/5 00:40:35 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:35 Reading package lists... 00:40:35 Building dependency tree... 00:40:35 Reading state information... 00:40:35 The following packages were automatically installed and are no longer required: 00:40:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:35 uidmap xdelta3 00:40:35 Use 'sudo apt autoremove' to remove them. 00:40:35 The following packages will be REMOVED: 00:40:35 lxd* lxd-client* 00:40:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:36 After this operation, 31.7 MB disk space will be freed. 00:40:34 > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 00:40:37 (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.) 00:40:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:38 Removing lxd dnsmasq configuration 00:40:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:39 (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.) 00:40:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:40:40 Processing triggers for ureadahead (0.100.0-21) ... 00:40:42 + sudo snap remove --purge lxd 00:40:42 snap "lxd" is not installed 00:40:42 + sudo groupadd --force --system lxd 00:40:42 ++ whoami 00:40:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:40:42 + newgrp - lxd 00:40:42 + sudo snap install lxd 00:40:52 2021-01-19T00:40:49Z INFO Waiting for automatic snapd restart... 00:40:56 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 00:40:57 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 00:41:04 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 00:41:06 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 00:41:10 lxd 4.10 from Canonical* installed 00:41:10 + sudo lxd init --auto 00:41:10 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 00:41:16 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 00:41:16 + sudo snap install --classic snapcraft 00:41:19 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 00:41:22 snapcraft 4.4.4 from Canonical* installed 00:41:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:22 + patch --verbose -p1 00:41:22 Hmm... Looks like a unified diff to me... 00:41:22 The text leading up to this was: 00:41:22 -------------------------- 00:41:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:22 |From: Tony Espy 00:41:22 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:22 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:22 | 00:41:22 |This patch is used by the EdgeX CI pipeline builds to 00:41:22 |optimize the snap CI check run for pull requests. When 00:41:22 |applied, it essentially strips out everything (apps and 00:41:22 |parts) from the snapcraft.yaml file except those required 00:41:22 |to build edgex-go, as the whole idea of the CI check is to 00:41:22 |catch changes to edgex-go that break the snap build. 00:41:22 | 00:41:22 |In general, anyone updating snapcraft.yaml will also need 00:41:22 |to update this patch file, otherwise it may fail to apply, 00:41:22 |resulting in a failed snap build CI check in the associated 00:41:22 |pull request. 00:41:22 | 00:41:22 |Note - in addition to applying this patch, the pipeline also 00:41:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:22 |need to build the finally binary .snap file (and it won't 00:41:22 |work with the patch applied). This further reduces the build 00:41:22 |time. 00:41:22 |--- 00:41:22 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:22 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:22 | 00:41:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:22 |index 1e537489..faf42425 100644 00:41:22 |--- a/snap/snapcraft.yaml 00:41:22 |+++ b/snap/snapcraft.yaml 00:41:22 -------------------------- 00:41:22 patching file snap/snapcraft.yaml 00:41:22 Using Plan A... 00:41:22 Hunk #1 succeeded at 73. 00:41:22 Hunk #2 succeeded at 202 with fuzz 1. 00:41:22 Hunk #3 succeeded at 214 (offset -3 lines). 00:41:22 Hunk #4 succeeded at 222 (offset -3 lines). 00:41:22 Hunk #5 succeeded at 229 (offset -3 lines). 00:41:22 Hunk #6 succeeded at 256 (offset -3 lines). 00:41:22 Hunk #7 succeeded at 290 (offset -3 lines). 00:41:22 Hunk #8 succeeded at 342 (offset -2 lines). 00:41:22 Hmm... Ignoring the trailing garbage. 00:41:22 done 00:41:22 + sudo snapcraft prime --use-lxd 00:41:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:23 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: 00:41:23 - README.md 00:41:23 - snapcraft.yaml.orig 00:41:23 00:41:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:23 Launching a container. 00:41:23 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 00:41:27 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 00:41:31 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] } 00:41:35 $ docker stop --time=1 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 00:41:35 Waiting for container to be ready 00:41:35 To start your first instance, try: lxc launch ubuntu:18.04 00:41:35 00:41:37 $ docker rm -f 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 00:41:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:41:39 Waiting for network to be ready... [Pipeline] isUnix [Pipeline] sh 00:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:39 00:41:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:41:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:41:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:39 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:39 29e5d40040c1: Pulling fs layer 00:41:39 1ce36da41761: Pulling fs layer 00:41:39 25b303627fd3: Pulling fs layer 00:41:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:41:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 00:41:40 29e5d40040c1: Verifying Checksum 00:41:40 29e5d40040c1: Download complete 00:41:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:41:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:41:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:41:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:41:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:41:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:41:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:41:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:41:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:41:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:41:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:41:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:41:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 00:41:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:41:40 29e5d40040c1: Pull complete 00:41:40 1ce36da41761: Verifying Checksum 00:41:40 1ce36da41761: Download complete 00:41:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:41:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 00:41:41 1ce36da41761: Pull complete 00:41:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:41:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:41:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:41:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:41:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:41:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 00:41:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 00:41:42 25b303627fd3: Verifying Checksum 00:41:42 25b303627fd3: Download complete 00:41:43 Fetched 23.7 MB in 4s (5460 kB/s) 00:41:44 Reading package lists... 00:41:44 Reading package lists... 00:41:44 Building dependency tree... 00:41:44 Reading state information... 00:41:44 The following additional packages will be installed: 00:41:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:41:44 Suggested packages: 00:41:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:41:44 Recommended packages: 00:41:44 gnupg libsasl2-modules 00:41:44 The following NEW packages will be installed: 00:41:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:41:44 The following packages will be upgraded: 00:41:44 gpg gpg-agent gpgconf libudev1 00:41:45 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:41:45 Need to get 3533 kB of archives. 00:41:45 After this operation, 13.3 MB of additional disk space will be used. 00:41:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:41:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:41:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:41:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:41:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:41:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:41:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:41:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:41:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:41:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:41:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:41:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:41:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:41:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:41:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:41:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:41:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:41:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:41:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:41:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:41:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:41:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:41:46 debconf: delaying package configuration, since apt-utils is not installed 00:41:46 Fetched 3533 kB in 1s (3450 kB/s) 00:41:46 (Reading database ... 12511 files and directories currently installed.) 00:41:46 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:41:46 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:41:46 Selecting previously unselected package udev. 00:41:46 (Reading database ... 12511 files and directories currently installed.) 00:41:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:41:46 Unpacking udev (237-3ubuntu10.44) ... 00:41:46 Selecting previously unselected package libfuse2:amd64. 00:41:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:41:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:46 Selecting previously unselected package fuse. 00:41:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:41:46 Unpacking fuse (2.9.7-1ubuntu1) ... 00:41:46 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:46 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:46 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:46 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:47 Selecting previously unselected package libksba8:amd64. 00:41:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:41:47 Unpacking libksba8:amd64 (1.3.5-2) ... 00:41:47 Selecting previously unselected package libroken18-heimdal:amd64. 00:41:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:41:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:41:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:41:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libwind0-heimdal:amd64. 00:41:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:41:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:41:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:41:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:41:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libsasl2-modules-db:amd64. 00:41:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Selecting previously unselected package libsasl2-2:amd64. 00:41:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Selecting previously unselected package libldap-common. 00:41:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:41:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Selecting previously unselected package libldap-2.4-2:amd64. 00:41:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:41:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Selecting previously unselected package dirmngr. 00:41:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:41:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:41:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:41:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libksba8:amd64 (1.3.5-2) ... 00:41:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:49 Setting up udev (237-3ubuntu10.44) ... 00:41:49 invoke-rc.d: policy-rc.d denied execution of start. 00:41:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Processing triggers for systemd (237-3ubuntu10) ... 00:41:49 Setting up fuse (2.9.7-1ubuntu1) ... 00:41:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:41:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:41:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:41:50 settings in the [Install] section, and DefaultInstance for template units). 00:41:50 This means they are not meant to be enabled using systemctl. 00:41:50 Possible reasons for having this kind of units are: 00:41:50 1) A unit may be statically enabled by being symlinked from another unit's 00:41:50 .wants/ or .requires/ directory. 00:41:50 2) A unit's purpose may be to act as a helper for some other unit which has 00:41:50 a requirement dependency on it. 00:41:50 3) A unit may be started when needed via activation (socket, path, timer, 00:41:50 D-Bus, udev, scripted systemctl call, ...). 00:41:50 4) In case of template units, the unit is meant to be enabled with some 00:41:50 instance name specified. 00:41:50 Reading package lists... 00:41:51 Building dependency tree... 00:41:51 Reading state information... 00:41:51 The following additional packages will be installed: 00:41:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:41:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:41:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:41:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:41:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:41:51 Suggested packages: 00:41:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:41:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:41:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:41:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:41:51 systemd-container policykit-1 00:41:51 Recommended packages: 00:41:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:41:51 The following NEW packages will be installed: 00:41:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:41:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:41:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:41:51 multiarch-support openssh-client python3 python3-minimal python3.6 00:41:51 python3.6-minimal snapd squashfs-tools sudo 00:41:51 The following packages will be upgraded: 00:41:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:41:51 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:41:51 Need to get 35.2 MB of archives. 00:41:51 After this operation, 141 MB of additional disk space will be used. 00:41:51 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:41:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:41:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:41:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:41:52 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:41:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:41:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:41:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:41:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:41:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:41:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:41:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:41:52 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:41:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:41:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:41:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:41:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:41:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:41:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:41:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:41:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:41:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:41:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:41:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:41:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:41:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:41:52 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:41:52 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:41:52 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:41:52 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:41:52 25b303627fd3: Pull complete 00:41:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:53 prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container 00:41:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:53 debconf: delaying package configuration, since apt-utils is not installed 00:41:53 Fetched 35.2 MB in 2s (14.7 MB/s) 00:41:53 (Reading database ... 12757 files and directories currently installed.) 00:41:53 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:41:53 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:41:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:54 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:41:54 (Reading database ... 12757 files and directories currently installed.) 00:41:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:41:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:54 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:41:55 (Reading database ... 12757 files and directories currently installed.) 00:41:55 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:41:55 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:55 Setting up apt (1.6.12ubuntu0.2) ... 00:41:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:41:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:41:55 (Reading database ... 12764 files and directories currently installed.) 00:41:55 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:41:55 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:41:56 Selecting previously unselected package libpython3.6-minimal:amd64. 00:41:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Selecting previously unselected package libexpat1:amd64. 00:41:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:41:56 $ docker top 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 -eo pid,comm 00:41:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:56 Selecting previously unselected package python3.6-minimal. 00:41:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh 00:41:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:41:56 Checking for services that may need to be restarted...done. 00:41:56 Checking for services that may need to be restarted...done. 00:41:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 + grep parallel 00:41:57 + docker-compose build --help 00:41:57 Selecting previously unselected package python3-minimal. 00:41:57 (Reading database ... 13012 files and directories currently installed.) 00:41:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:41:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:41:57 Selecting previously unselected package mime-support. 00:41:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:41:57 Unpacking mime-support (3.60ubuntu1) ... 00:41:57 Selecting previously unselected package libmpdec2:amd64. 00:41:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:41:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:41:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:41:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 Selecting previously unselected package python3.6. 00:41:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 Selecting previously unselected package libpython3-stdlib:amd64. 00:41:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:41:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:41:58 Setting up python3-minimal (3.6.7-1~18.04) ... 00:41:58 Selecting previously unselected package python3. 00:41:58 (Reading database ... 13442 files and directories currently installed.) 00:41:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:41:58 Unpacking python3 (3.6.7-1~18.04) ... 00:41:58 Selecting previously unselected package multiarch-support. 00:41:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:41:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:41:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:41:58 Selecting previously unselected package liblzo2-2:amd64. 00:41:58 (Reading database ... 13479 files and directories currently installed.) 00:41:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:41:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:41:59 Selecting previously unselected package libbsd0:amd64. 00:41:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:41:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:41:59 Selecting previously unselected package sudo. 00:41:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:41:59 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:41:59 Selecting previously unselected package apparmor. 00:41:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:41:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:41:59 Selecting previously unselected package libedit2:amd64. 00:41:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:41:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:41:59 Selecting previously unselected package libkrb5support0:amd64. 00:41:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libk5crypto3:amd64. 00:41:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libkeyutils1:amd64. 00:41:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:41:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:41:59 Selecting previously unselected package libkrb5-3:amd64. 00:41:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:42:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:42:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:00 Selecting previously unselected package libssl1.0.0:amd64. 00:42:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:42:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:00 Selecting previously unselected package openssh-client. 00:42:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:42:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:00 --parallel Build images in parallel. 00:42:00 Selecting previously unselected package squashfs-tools. 00:42:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:00 Selecting previously unselected package snapd. 00:42:00 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:42:00 Unpacking snapd (2.48+18.04) ... [Pipeline] } 00:42:00 $ docker stop --time=1 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 00:42:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:02 Setting up mime-support (3.60ubuntu1) ... 00:42:02 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:42:02 $ docker rm -f 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 00:42:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:02 Setting up systemd (237-3ubuntu10.44) ... 00:42:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:03 . [Pipeline] withDockerContainer 00:42:03 prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container 00:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:04 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:04 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:05 $ docker top 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d -eo pid,comm 00:42:05 Setting up python3 (3.6.7-1~18.04) ... 00:42:05 running python rtupdate hooks for python3.6... 00:42:05 running python post-rtupdate hooks for python3.6... 00:42:05 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] { [Pipeline] sh 00:42:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:07 Setting up snapd (2.48+18.04) ... 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:42:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:08 /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' 00:42:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:08 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:10 Building docker-core-command-go ... 00:42:10 Building docker-core-data-go ... 00:42:10 Building docker-core-metadata-go ... 00:42:10 Building docker-security-bootstrap-redis-go ... 00:42:10 Building docker-security-proxy-setup-go ... 00:42:10 Building docker-security-secretstore-setup-go ... 00:42:10 Building docker-support-notifications-go ... 00:42:10 Building docker-support-scheduler-go ... 00:42:10 Building docker-sys-mgmt-agent-go ... 00:42:10 Building docker-security-proxy-setup-go 00:42:10 Building docker-security-secretstore-setup-go 00:42:10 Building docker-support-scheduler-go 00:42:10 Building docker-core-metadata-go 00:42:10 Building docker-core-command-go 00:42:11 Reading package lists... 00:42:11 Reading package lists... 00:42:11 Building dependency tree... 00:42:11 Reading state information... 00:42:11 Calculating upgrade... 00:42:11 The following packages will be upgraded: 00:42:11 advancecomp base-files bash binutils binutils-common 00:42:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:11 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:42:11 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:42:11 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:42:11 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:42:11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:42:11 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:42:11 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:42:11 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:42:11 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:42:11 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:42:11 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:42:11 ubuntu-keyring util-linux 00:42:11 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:11 Need to get 63.7 MB of archives. 00:42:11 After this operation, 5203 kB of additional disk space will be used. 00:42:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 00:42:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:42:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:12 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:12 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:12 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:12 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:12 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:12 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:12 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:42:12 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:42:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:12 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:42:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:12 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:12 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:12 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:12 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:12 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:12 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:12 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:12 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:12 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:12 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:12 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:42:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:12 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:12 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:12 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:13 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:13 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:42:13 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:13 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:13 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:13 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:13 debconf: delaying package configuration, since apt-utils is not installed 00:42:13 Fetched 63.7 MB in 2s (40.0 MB/s) 00:42:13 (Reading database ... 13912 files and directories currently installed.) 00:42:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 00:42:14 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 00:42:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:15 (Reading database ... 13911 files and directories currently installed.) 00:42:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:42:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:42:16 (Reading database ... 13911 files and directories currently installed.) 00:42:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:16 (Reading database ... 13911 files and directories currently installed.) 00:42:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:42:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:42:17 (Reading database ... 13911 files and directories currently installed.) 00:42:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:42:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:42:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:42:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:42:18 Setting up base-files (10.1ubuntu2.10) ... 00:42:18 Installing new version of config file /etc/issue ... 00:42:18 Installing new version of config file /etc/issue.net ... 00:42:18 Installing new version of config file /etc/lsb-release ... 00:42:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:42:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:42:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:42:18 Removing obsolete conffile /etc/default/motd-news ... 00:42:18 (Reading database ... 13912 files and directories currently installed.) 00:42:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:42:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:42:18 Setting up bash (4.4.18-2ubuntu1.2) ... 00:42:18 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 00:42:18 (Reading database ... 13912 files and directories currently installed.) 00:42:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:42:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:42:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:42:19 Setting up tar (1.29b-2ubuntu0.2) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:42:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:42:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:42:20 Setting up grep (3.1-2build1) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:20 Setting up login (1:4.5-1ubuntu2) ... 00:42:21 (Reading database ... 13912 files and directories currently installed.) 00:42:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:42:21 (Reading database ... 13912 files and directories currently installed.) 00:42:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:42:22 (Reading database ... 13912 files and directories currently installed.) 00:42:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:42:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:42:23 (Reading database ... 13912 files and directories currently installed.) 00:42:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:42:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:42:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:42:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:42:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:42:27 (Reading database ... 13912 files and directories currently installed.) 00:42:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:42:27 (Reading database ... 13912 files and directories currently installed.) 00:42:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:42:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:42:27 (Reading database ... 13914 files and directories currently installed.) 00:42:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:42:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:42:27 Setting up debconf (1.5.66ubuntu1) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:42:29 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:42:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:42:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:42:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:29 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:42:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:42:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:31 Setting up passwd (1:4.5-1ubuntu2) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:31 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:31 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:42:31 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:42:31 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:42:31 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:42:31 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:42:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:42:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:42:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:42:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:42:32 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:42:32 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:42:32 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:42:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:42:33 (Reading database ... 13915 files and directories currently installed.) 00:42:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:33 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:42:33 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:42:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:42:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:42:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:42:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:42:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:42:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:42:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:42:34 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:42:34 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:42:34 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:42:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:42:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:42:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:42:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:42:34 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:42:34 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:42:35 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:42:35 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:42:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:42:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:42:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:36 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:36 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:36 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:36 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:36 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:37 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:40 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:40 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:41 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:42:41 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:41 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:42:41 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:41 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:42:41 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:42:41 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:41 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:41 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:42:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:42:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:42 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:42:42 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:42:42 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:42:42 00:42:42 Current default time zone: 'Etc/UTC' 00:42:42 Local time is now: Tue Jan 19 00:42:42 UTC 2021. 00:42:42 Universal Time is now: Tue Jan 19 00:42:42 UTC 2021. 00:42:42 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:42:42 00:42:42 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:42:42 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 00:42:42 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:42:42 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:42:42 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:42:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:42 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:42:42 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:42:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:42:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:42:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:42 Setting up patch (2.7.6-2ubuntu1.1) ... 00:42:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:43 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:42:43 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:43 Installing new version of config file /etc/ssl/openssl.cnf ... 00:42:43 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:42:43 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:42:43 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:45 Updating certificates in /etc/ssl/certs... 00:42:46 22 added, 17 removed; done. 00:42:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:42:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:42:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:42:46 Setting up pkgbinarymangler (138.18.04.1) ... 00:42:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up perl (5.26.1-6ubuntu0.5) ... 00:42:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:42:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:46 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:42:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:42:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:46 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:42:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:42:46 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:46 Processing triggers for mime-support (3.60ubuntu1) ... 00:42:46 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:46 Updating certificates in /etc/ssl/certs... 00:42:47 0 added, 0 removed; done. 00:42:47 Running hooks in /etc/ca-certificates/update.d... 00:42:47 done. 00:42:47 Reading package lists... 00:42:47 Building dependency tree... 00:42:47 Reading state information... 00:42:48 The following NEW packages will be installed: 00:42:48 apt-transport-https 00:42:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:42:48 Need to get 1696 B of archives. 00:42:48 After this operation, 153 kB of additional disk space will be used. 00:42:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:42:48 debconf: delaying package configuration, since apt-utils is not installed 00:42:48 Fetched 1696 B in 0s (28.4 kB/s) 00:42:48 Selecting previously unselected package apt-transport-https. 00:42:48 (Reading database ... 13929 files and directories currently installed.) 00:42:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:42:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:42:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:42:48 Waiting for network to be ready... 00:42:54 2021-01-19T00:42:51Z INFO Waiting for automatic snapd restart... 00:42:54 snapd 2.48.2 from Canonical* installed 00:42:55 "snapd" switched to the "latest/stable" channel 00:42:55 00:42:58 core18 20201210 from Canonical* installed 00:42:58 "core18" switched to the "latest/stable" channel 00:42:58 00:43:01 snapcraft 4.4.4 from Canonical* installed 00:43:01 "snapcraft" switched to the "latest/stable" channel 00:43:01 00:43:05 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: 00:43:05 - README.md 00:43:05 - snapcraft.yaml.orig 00:43:05 00:43:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:13 Reading package lists... 00:43:13 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 00:43:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:18 ---> 9f38c87045de 00:43:18 Step 3/21 : WORKDIR /edgex-go 00:43:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:18 ---> 9f38c87045de 00:43:18 Step 3/22 : WORKDIR /edgex-go 00:43:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:18 ---> 9f38c87045de 00:43:18 Step 3/24 : WORKDIR /edgex-go 00:43:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:18 ---> 9f38c87045de 00:43:18 Step 3/22 : WORKDIR /edgex-go 00:43:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:18 ---> 9f38c87045de 00:43:18 Step 3/21 : WORKDIR /edgex-go 00:43:18 ---> Running in 41a7e4262f07 00:43:18 ---> Running in 7b68267e6900 00:43:18 ---> Running in 964bf8a07fff 00:43:18 ---> Running in 7e53a5b8baee 00:43:18 ---> Running in 826a43a3f1da 00:43:18 Removing intermediate container 7b68267e6900 00:43:18 ---> 0cefa4bea526 00:43:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:18 Removing intermediate container 41a7e4262f07 00:43:18 ---> e0ad34038e4b 00:43:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:18 Removing intermediate container 826a43a3f1da 00:43:18 ---> a1a685ddd76f 00:43:18 Removing intermediate container 7e53a5b8baee 00:43:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:18 ---> 35c7e72610ec 00:43:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:18 Removing intermediate container 964bf8a07fff 00:43:18 ---> 78e7949be683 00:43:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:18 ---> Running in 2df77073eb96 00:43:18 ---> Running in ca23394cc13d 00:43:18 ---> Running in 7e1072bc17a3 00:43:18 ---> Running in 9ff1b0f62505 00:43:18 ---> Running in 01ce24084a8e 00:43:18 Removing intermediate container 2df77073eb96 00:43:18 ---> 03a1d1143fe7 00:43:18 Step 5/22 : RUN apk add --update --no-cache make git 00:43:19 ---> Running in f841c86a8a0a 00:43:19 Removing intermediate container ca23394cc13d 00:43:19 ---> 7b6b7ca984bd 00:43:19 Step 5/21 : RUN apk add --update --no-cache make git 00:43:19 Removing intermediate container 9ff1b0f62505 00:43:19 ---> 5f476fbbf03a 00:43:19 Step 5/24 : RUN apk add --update --no-cache make git 00:43:19 ---> Running in 103d8dd357b3 00:43:19 ---> Running in 5604df9bb1d9 00:43:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:19 Reading package lists... 00:43:19 Building dependency tree... 00:43:19 Reading state information... 00:43:19 Suggested packages: 00:43:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:43:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:43:19 Recommended packages: 00:43:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:43:19 The following NEW packages will be installed: 00:43:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:43:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:43:19 pkg-config zip 00:43:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:43:19 Need to get 7655 kB of archives. 00:43:19 After this operation, 43.7 MB of additional disk space will be used. 00:43:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:43:19 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:43:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:43:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:43:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:43:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:43:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:43:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:43:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:43:20 Removing intermediate container 7e1072bc17a3 00:43:20 ---> 6968f1129d0c 00:43:20 Step 5/21 : RUN apk add --update --no-cache make git 00:43:20 Removing intermediate container 01ce24084a8e 00:43:20 ---> d776521b865d 00:43:20 Step 5/22 : RUN apk add --update --no-cache make git 00:43:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:43:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:43:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:43:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:43:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:43:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:43:20 ---> Running in e6ac5bfb24fa 00:43:20 ---> Running in 1d50c912cc22 00:43:20 debconf: delaying package configuration, since apt-utils is not installed 00:43:20 Fetched 7655 kB in 1s (10.6 MB/s) 00:43:20 Selecting previously unselected package libglib2.0-0:amd64. 00:43:20 (Reading database ... 13933 files and directories currently installed.) 00:43:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:43:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:20 Selecting previously unselected package libpsl5:amd64. 00:43:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:43:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:43:20 Selecting previously unselected package libnghttp2-14:amd64. 00:43:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:43:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:21 Selecting previously unselected package librtmp1:amd64. 00:43:21 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:43:21 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:21 Selecting previously unselected package libcurl3-gnutls:amd64. 00:43:21 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:43:21 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:21 Selecting previously unselected package liberror-perl. 00:43:21 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:43:21 Unpacking liberror-perl (0.17025-1) ... 00:43:21 Selecting previously unselected package git-man. 00:43:21 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:43:21 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:43:21 Selecting previously unselected package git. 00:43:21 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:22 Selecting previously unselected package libnorm1:amd64. 00:43:22 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:43:22 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:22 Selecting previously unselected package libpgm-5.2-0:amd64. 00:43:22 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:43:22 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:22 Selecting previously unselected package libsodium23:amd64. 00:43:22 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:43:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:22 Selecting previously unselected package libzmq5:amd64. 00:43:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:22 Selecting previously unselected package libzmq3-dev:amd64. 00:43:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:22 Selecting previously unselected package pkg-config. 00:43:22 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:43:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:43:22 Selecting previously unselected package zip. 00:43:22 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:43:22 Unpacking zip (3.0-11build1) ... 00:43:22 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:22 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:23 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:23 Setting up liberror-perl (0.17025-1) ... 00:43:23 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:43:23 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:23 No schema files found: doing nothing. 00:43:23 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:23 Setting up zip (3.0-11build1) ... 00:43:23 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:23 Setting up libsodium23:amd64 (1.0.16-2) ... 00:43:23 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:43:23 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:23 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:23 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:24 OK: 217 MiB in 51 packages 00:43:24 OK: 217 MiB in 51 packages 00:43:24 OK: 217 MiB in 51 packages 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:25 OK: 217 MiB in 51 packages 00:43:26 Removing intermediate container 103d8dd357b3 00:43:26 ---> 76debed20975 00:43:26 Step 6/21 : COPY go.mod . 00:43:26 Removing intermediate container e6ac5bfb24fa 00:43:26 ---> 22297c55607f 00:43:26 Step 6/21 : COPY go.mod . 00:43:26 Removing intermediate container f841c86a8a0a 00:43:26 ---> f452f90bd402 00:43:26 Step 6/22 : COPY go.mod . 00:43:26 Removing intermediate container 1d50c912cc22 00:43:26 ---> 2a9cb5471453 00:43:26 Step 6/22 : COPY go.mod . 00:43:26 ---> 7d189d28b83e 00:43:26 Step 7/21 : RUN go mod download 00:43:26 ---> Running in fe1d089eb443 00:43:26 ---> 71bf66ea0e4d 00:43:26 Step 7/21 : RUN go mod download 00:43:27 ---> 50d28e0a9383 00:43:27 Step 7/22 : RUN go mod download 00:43:27 ---> Running in 81b851d4d24d 00:43:27 ---> Running in fe12c9bca215 00:43:27 OK: 217 MiB in 51 packages 00:43:27 ---> 1116c0460e4f 00:43:27 Step 7/22 : RUN go mod download 00:43:27 ---> Running in 6270d9cd68f0 00:43:29 Removing intermediate container 5604df9bb1d9 00:43:29 ---> c4a6ca6ee2a4 00:43:29 Step 6/24 : COPY go.mod . 00:43:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:30 git set to automatically installed. 00:43:30 git-man set to automatically installed. 00:43:30 libcurl3-gnutls set to automatically installed. 00:43:30 liberror-perl set to automatically installed. 00:43:30 libglib2.0-0 set to automatically installed. 00:43:30 libnghttp2-14 set to automatically installed. 00:43:30 libnorm1 set to automatically installed. 00:43:30 libpgm-5.2-0 set to automatically installed. 00:43:30 libpsl5 set to automatically installed. 00:43:30 librtmp1 set to automatically installed. 00:43:30 libsodium23 set to automatically installed. 00:43:30 libzmq3-dev set to automatically installed. 00:43:30 libzmq5 set to automatically installed. 00:43:30 pkg-config set to automatically installed. 00:43:30 zip set to automatically installed. 00:43:30 ---> cfe3fb54e439 00:43:30 Step 7/24 : RUN go mod download 00:43:30 ---> Running in ce13c6f73565 00:43:30 Removing intermediate container fe1d089eb443 00:43:30 ---> 1cb3242b5ba5 00:43:30 Step 8/21 : COPY . . 00:43:31 Removing intermediate container 81b851d4d24d 00:43:31 ---> 7c72390bfce4 00:43:31 Step 8/21 : COPY . . 00:43:32 Removing intermediate container fe12c9bca215 00:43:32 ---> 05d04413af13 00:43:32 Step 8/22 : COPY . . 00:43:32 snapd is not logged in, snap install commands will use sudo 00:43:32 Removing intermediate container 6270d9cd68f0 00:43:32 ---> 56e5cb1e2d34 00:43:32 Step 8/22 : COPY . . 00:43:37 Removing intermediate container ce13c6f73565 00:43:37 ---> ff9c96b01949 00:43:37 Step 8/24 : COPY . . 00:43:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:39 snap "core18" has no updates available 00:43:40 Pulling config-common 00:43:41 Pulling go-build-helper 00:43:59 ---> 8bd8953ed61b 00:43:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:43:59 ---> a6ccdb402e05 00:43:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:43:59 ---> 0bfb202ec291 00:43:59 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:43:59 ---> 350b9ca24b8f 00:43:59 Step 9/22 : RUN make cmd/core-command/core-command 00:43:59 ---> 5ed0ede0515a 00:43:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:59 ---> Running in a82b6f27f0a9 00:43:59 ---> Running in db66eff609f4 00:43:59 ---> Running in 60c59556f85c 00:43:59 ---> Running in 036601d0ef35 00:43:59 ---> Running in 77efd1c4f9b4 00:44:01 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 00:44:01 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 00:44:02 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 00:44:02 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 00:44:02 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 00:44:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] 00:44:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:44:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:44:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:44:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:44:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:44:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] 00:44:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:44:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] 00:44:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:44:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:44:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:44:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:44:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:44:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] 00:44:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] 00:44:03 Fetched 23.7 MB in 0s (0 B/s) 00:44:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:44:03 Fetched 96.5 kB in 0s (0 B/s) 00:44:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:44:03 Fetched 279 kB in 0s (0 B/s) 00:44:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:44:03 Fetched 122 kB in 0s (0 B/s) 00:44:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:44:03 Fetched 77.8 kB in 0s (0 B/s) 00:44:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:44:03 Fetched 8848 B in 0s (0 B/s) 00:44:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:44:03 Fetched 47.8 kB in 0s (0 B/s) 00:44:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:44:03 Fetched 45.6 kB in 0s (0 B/s) 00:44:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:44:03 Fetched 15.0 kB in 0s (0 B/s) 00:44:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:44:03 Fetched 214 kB in 0s (0 B/s) 00:44:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:44:03 Fetched 155 kB in 0s (0 B/s) 00:44:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:44:03 Fetched 50.6 kB in 0s (0 B/s) 00:44:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:44:03 Fetched 14.8 kB in 0s (0 B/s) 00:44:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:44:03 Fetched 41.8 kB in 0s (0 B/s) 00:44:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:44:03 Fetched 499 kB in 0s (0 B/s) 00:44:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:44:03 Fetched 111 kB in 0s (0 B/s) 00:44:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:44:03 Fetched 240 kB in 0s (0 B/s) 00:44:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:44:03 Fetched 29.3 kB in 0s (0 B/s) 00:44:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:44:03 Fetched 85.5 kB in 0s (0 B/s) 00:44:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:44:03 Fetched 24.5 kB in 0s (0 B/s) 00:44:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:44:03 Fetched 49.2 kB in 0s (0 B/s) 00:44:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:44:03 Fetched 54.2 kB in 0s (0 B/s) 00:44:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:44:03 Fetched 30.8 kB in 0s (0 B/s) 00:44:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:44:03 Fetched 17.0 kB in 0s (0 B/s) 00:44:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:44:03 Fetched 85.9 kB in 0s (0 B/s) 00:44:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:44:03 Fetched 8720 B in 0s (0 B/s) 00:44:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:44:03 Fetched 137 kB in 0s (0 B/s) 00:44:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:44:03 Fetched 119 kB in 0s (0 B/s) 00:44:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:44:03 Fetched 109 kB in 0s (0 B/s) 00:44:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:44:03 Fetched 11.1 kB in 0s (0 B/s) 00:44:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:44:03 Fetched 645 kB in 0s (0 B/s) 00:44:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:44:03 Fetched 41.3 kB in 0s (0 B/s) 00:44:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:44:03 Fetched 17.9 kB in 0s (0 B/s) 00:44:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:44:03 Fetched 368 kB in 0s (0 B/s) 00:44:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:44:03 Fetched 187 kB in 0s (0 B/s) 00:44:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:44:03 Fetched 175 kB in 0s (0 B/s) 00:44:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:44:07 Fetched 206 kB in 0s (0 B/s) 00:44:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:44:07 Fetched 1301 kB in 0s (0 B/s) 00:44:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:44:07 Fetched 36.2 kB in 0s (0 B/s) 00:44:07 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:44:07 Fetched 159 kB in 0s (0 B/s) 00:44:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:44:07 Fetched 107 kB in 0s (0 B/s) 00:44:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:44:07 Fetched 48.7 kB in 0s (0 B/s) 00:44:07 Pulling static-packages 00:44:07 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:44:07 Skipping pull go-build-helper (already ran) 00:44:07 Skipping pull static-packages (already ran) 00:44:07 Building go-build-helper 00:44:12 Building static-packages 00:44:13 Staging go-build-helper 00:44:14 Staging static-packages 00:44:15 Pulling go115 00:44:15 'edgex-go' has dependencies that need to be staged: go115 00:44:15 Skipping pull go115 (already ran) 00:44:15 Building go115 00:44:15 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:15 Dload Upload Total Spent Left Speed 00:44:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6911k 0 0 15.8M 0 0:00:07 --:--:-- 0:00:07 15.8M 40 115M 40 46.5M 0 0 32.6M 0 0:00:03 0:00:01 0:00:02 32.6M 75 115M 75 87.3M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 00:44:19 go1.15.2.linux-amd64.tar.gz: OK 00:44:23 Staging go115 00:44:29 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:29 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:29 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:29 Fetched 0 B in 0s (0 B/s) 00:44:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:44:29 Fetched 224 kB in 0s (0 B/s) 00:44:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:44:29 Fetched 157 kB in 0s (0 B/s) 00:44:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:44:29 Fetched 221 kB in 0s (0 B/s) 00:44:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:44:29 Fetched 143 kB in 0s (0 B/s) 00:44:29 Pulling edgex-go 00:44:29 Pulling version 00:44:30 Building config-common 00:44:32 Skipping build go-build-helper (already ran) 00:44:32 Skipping build static-packages (already ran) 00:44:32 Skipping build go115 (already ran) 00:44:32 Building edgex-go 00:44:32 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 00:44:34 go: downloading github.com/gorilla/mux v1.8.0 00:44:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 00:44:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 00:44:34 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:44:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:44:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 00:44:34 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 00:44:34 go: downloading github.com/google/uuid v1.1.5 00:44:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:44:34 go: downloading github.com/BurntSushi/toml v0.3.1 00:44:34 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:44:34 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:44:34 go: downloading github.com/imdario/mergo v0.3.11 00:44:34 go: downloading github.com/pelletier/go-toml v1.2.0 00:44:34 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:44:34 go: downloading github.com/pkg/errors v0.8.1 00:44:34 go: downloading github.com/go-kit/kit v0.8.0 00:44:34 go: downloading github.com/x448/float16 v0.8.4 00:44:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:44:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:44:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:44:34 go: downloading github.com/pebbe/zmq4 v1.2.2 00:44:34 go: downloading github.com/hashicorp/consul/api v1.1.0 00:44:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:44:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:34 go: downloading gopkg.in/yaml.v2 v2.4.0 00:44:34 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:44:34 go: downloading github.com/leodido/go-urn v1.2.0 00:44:34 go: downloading github.com/go-playground/universal-translator v0.17.0 00:44:34 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:44:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:44:34 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:44:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:44:34 go: downloading github.com/hashicorp/serf v0.8.2 00:44:34 go: downloading github.com/mitchellh/copystructure v1.0.0 00:44:34 go: downloading github.com/go-playground/locales v0.13.0 00:44:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:44:34 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:44:34 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:44:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:44:41 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 00:44:44 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 00:44:45 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 00:44:47 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 00:44:47 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 00:44:47 go: downloading github.com/stretchr/testify v1.6.1 00:44:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:44:47 go: downloading github.com/pmezard/go-difflib v1.0.0 00:44:47 go: downloading github.com/davecgh/go-spew v1.1.1 00:44:49 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 00:44:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:44:49 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:44:50 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 00:44:51 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 00:44:51 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:44:52 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 00:44:53 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 00:44:54 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 00:44:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:44:56 Building version 00:44:58 Staging config-common 00:44:59 Skipping stage go-build-helper (already ran) 00:44:59 Skipping stage static-packages (already ran) 00:44:59 Skipping stage go115 (already ran) 00:44:59 Staging edgex-go 00:45:00 Staging version 00:45:01 Priming config-common 00:45:01 Priming go-build-helper 00:45:02 Priming static-packages 00:45:05 Priming go115 00:45:06 Priming edgex-go 00:45:06 Priming version 00:45:07 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] } 00:45:24 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 00:45:24 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 00:45:39 Removing intermediate container 77efd1c4f9b4 00:45:39 ---> e296832a6adf 00:45:39 00:45:39 Step 10/24 : FROM alpine:3.12 00:45:39 3.12: Pulling from library/alpine 00:45:39 Removing intermediate container a82b6f27f0a9 00:45:39 ---> 3e46a3a83831 00:45:39 00:45:39 Step 10/21 : FROM scratch 00:45:39 ---> 00:45:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:39 ---> Running in d47f14141350 00:45:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:39 Status: Downloaded newer image for alpine:3.12 00:45:39 ---> afeebe901d6b 00:45:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:39 Removing intermediate container 036601d0ef35 00:45:39 ---> 7492a272ea41 00:45:39 00:45:39 Step 10/22 : FROM scratch 00:45:39 ---> 00:45:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:39 ---> Running in 25b81891f677 00:45:39 ---> Running in 04b96c5d0fa4 00:45:39 Removing intermediate container d47f14141350 00:45:39 ---> c12fa16f6fc7 00:45:39 Step 12/21 : ENV APP_PORT=48085 00:45:40 ---> Running in 165f584060a8 00:45:40 Removing intermediate container db66eff609f4 00:45:40 ---> 11fff6af9bdf 00:45:40 00:45:40 Step 10/21 : FROM alpine:3.12 00:45:40 ---> afeebe901d6b 00:45:40 Step 11/21 : RUN apk add --update --no-cache curl 00:45:40 Removing intermediate container 25b81891f677 00:45:40 ---> 2aa7af83c307 00:45:40 Step 12/22 : ENV APP_PORT=48082 00:45:41 ---> Running in 06fb5da2be27 00:45:41 ---> Running in 4ad8f1ba1780 00:45:41 Removing intermediate container 165f584060a8 00:45:41 ---> 653173ede973 00:45:41 Step 13/21 : EXPOSE $APP_PORT 00:45:41 ---> Running in 1154da94d486 00:45:42 Removing intermediate container 06fb5da2be27 00:45:42 ---> 06c4ed0a8f67 00:45:42 Step 13/22 : EXPOSE $APP_PORT 00:45:42 ---> Running in 751a5a419588 00:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:42 Removing intermediate container 1154da94d486 00:45:42 ---> a4d7e58c4daa 00:45:42 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:43 Removing intermediate container 751a5a419588 00:45:43 ---> 311a61b10ccd 00:45:43 Step 14/22 : WORKDIR / 00:45:43 ---> Running in 1f82eb035a3a 00:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:43 (1/5) Installing ca-certificates (20191127-r4) 00:45:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:43 (3/5) Installing libcurl (7.69.1-r3) 00:45:43 (4/5) Installing curl (7.69.1-r3) 00:45:43 (5/5) Installing dumb-init (1.2.2-r1) 00:45:43 Executing busybox-1.31.1-r19.trigger 00:45:43 ---> 63aaf77da305 00:45:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:45:43 Executing ca-certificates-20191127-r4.trigger 00:45:43 (1/4) Installing ca-certificates (20191127-r4) 00:45:43 OK: 7 MiB in 19 packages 00:45:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:44 (3/4) Installing libcurl (7.69.1-r3) 00:45:44 Removing intermediate container 1f82eb035a3a 00:45:44 ---> 21e55adbba33 00:45:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:44 (4/4) Installing curl (7.69.1-r3) 00:45:44 Executing busybox-1.31.1-r19.trigger 00:45:44 Executing ca-certificates-20191127-r4.trigger 00:45:44 OK: 7 MiB in 18 packages 00:45:46 ---> 94356af1bcc0 00:45:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:45:46 ---> 7aa64f9c728e 00:45:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:45:46 Removing intermediate container 04b96c5d0fa4 00:45:46 ---> f4adeedc7955 00:45:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:47 ---> Running in 26879c801b17 00:45:47 Removing intermediate container 4ad8f1ba1780 00:45:47 ---> 1414f87b34d4 00:45:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:47 ---> 37818693626c 00:45:47 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:45:47 ---> 7ea8c10c60f8 00:45:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:45:48 ---> Running in 8b18d6fc6271 00:45:48 ---> Running in 03a50c08e915 00:45:48 Removing intermediate container 26879c801b17 00:45:48 ---> 43d4010e53b9 00:45:48 Step 13/24 : WORKDIR / 00:45:48 ---> Running in 377c1981f3b7 00:45:48 Removing intermediate container 8b18d6fc6271 00:45:48 ---> 85984a3d444d 00:45:48 Step 13/21 : WORKDIR /edgex 00:45:49 Removing intermediate container 03a50c08e915 00:45:49 ---> 61ab790ada56 00:45:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:49 ---> Running in ae081f6e69d0 00:45:49 Removing intermediate container 377c1981f3b7 00:45:49 ---> 3c880bdedb5f 00:45:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:45:49 ---> d8dde66a6587 00:45:49 Step 18/22 : ENTRYPOINT ["/core-command"] 00:45:49 ---> Running in 3443ba5b8eec 00:45:49 ---> Running in 0486c5686909 00:45:50 Removing intermediate container ae081f6e69d0 00:45:50 ---> 1df5f2d12290 00:45:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:45:50 Removing intermediate container 3443ba5b8eec 00:45:50 ---> abdce79dba66 00:45:50 Step 19/21 : LABEL arch=arm64 00:45:51 Removing intermediate container 0486c5686909 00:45:51 ---> 0d70ee7678ce 00:45:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:51 ---> Running in 37fc18b3ab91 00:45:51 ---> e6f5df1391d0 00:45:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:45:51 ---> Running in a1554fe9c390 00:45:51 ---> 6efa674f6675 00:45:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:45:51 Removing intermediate container 60c59556f85c 00:45:51 ---> e549c7590b02 00:45:51 00:45:51 Step 10/22 : FROM scratch 00:45:51 ---> 00:45:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:51 ---> Using cache 00:45:51 ---> 2aa7af83c307 00:45:51 Step 12/22 : ENV APP_PORT=48081 00:45:51 Removing intermediate container 37fc18b3ab91 00:45:51 ---> c64bac40f1e1 00:45:51 Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:45:51 ---> Running in e58d16a5bf1e 00:45:52 Removing intermediate container a1554fe9c390 00:45:52 ---> 222e8af48e8a 00:45:52 Step 20/22 : LABEL arch=arm64 00:45:52 ---> Running in 40d85c548a2d 00:45:52 ---> 27997e112098 00:45:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:45:52 ---> Running in bcfec27e2012 00:45:52 Removing intermediate container e58d16a5bf1e 00:45:52 ---> 651be9ec67f8 00:45:52 Step 13/22 : EXPOSE $APP_PORT 00:45:52 ---> Running in 6de65df65e10 00:45:53 Removing intermediate container 40d85c548a2d 00:45:53 ---> 0b4fcdc12f41 00:45:53 Step 21/21 : LABEL version=0.0.0 00:45:53 ---> cd7369a27709 00:45:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:45:53 Removing intermediate container bcfec27e2012 00:45:53 ---> 5b022f5ed6e5 00:45:53 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:45:53 ---> Running in 53ea52dfd9bd 00:45:53 ---> Running in f1313b199856 00:45:53 Removing intermediate container 6de65df65e10 00:45:53 ---> 9ea83cfbc2fa 00:45:53 Step 14/22 : WORKDIR / 00:45:53 ---> 5f396a7eaa7c 00:45:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:45:53 ---> Running in 057a1094af48 00:45:54 Removing intermediate container 53ea52dfd9bd 00:45:54 ---> 8acd460e5b6d 00:45:54 00:45:54 Removing intermediate container f1313b199856 00:45:54 ---> f641fed5a118 00:45:54 Step 22/22 : LABEL version=0.0.0 00:45:54 ---> Running in 6344ba9d4f27 00:45:54 Successfully built 8acd460e5b6d 00:45:54 Successfully tagged docker-support-scheduler-go-arm64:latest 00:45:54  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 00:45:55 Removing intermediate container 057a1094af48 00:45:55 ---> db83778981fd 00:45:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:55 ---> f87312b62312 00:45:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:45:55 ---> Running in fc5dc1a6f056 00:45:55 Removing intermediate container 6344ba9d4f27 00:45:55 ---> 5c9c6e0505f8 00:45:55 00:45:55 ---> 139201e8b789 00:45:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:45:55 ---> 73bee6a28354 00:45:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:45:56 Successfully built 5c9c6e0505f8 00:45:56 Successfully tagged docker-core-command-go-arm64:latest 00:45:56  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:45:56 Removing intermediate container fc5dc1a6f056 00:45:56 ---> 81c63a0274ed 00:45:56 Step 18/21 : CMD ["--init=true"] 00:45:57 ---> Running in d309c5cd9f7d 00:45:57 ---> 694dba85f745 00:45:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:45:57 ---> 9e51d5e486ae 00:45:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:45:58 Removing intermediate container d309c5cd9f7d 00:45:58 ---> 38155fbdf402 00:45:58 Step 19/21 : LABEL arch=arm64 00:45:58 ---> Running in 2ea696fa1299 00:45:59 ---> 41c4caa277da 00:45:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:45:59 ---> 775e3a0fc91c 00:45:59 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:00 Removing intermediate container 2ea696fa1299 00:46:00 ---> f3f964992755 00:46:00 Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:46:00 ---> Running in b652cec16312 00:46:00 ---> Running in 945b88a377f2 00:46:00 ---> Running in b82703a84db6 00:46:01 Removing intermediate container 945b88a377f2 00:46:01 ---> 12c14a5f6f06 00:46:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:01 Removing intermediate container b82703a84db6 00:46:01 ---> 0968d3cd3672 00:46:01 Step 21/21 : LABEL version=0.0.0 00:46:01 ---> Running in 7f6af792aaf7 00:46:02 ---> Running in ac398d16148a 00:46:02 Removing intermediate container 7f6af792aaf7 00:46:02 ---> b5ac5ec6fc62 00:46:02 Step 20/22 : LABEL arch=arm64 00:46:03 Removing intermediate container ac398d16148a 00:46:03 ---> 0c3f89297275 00:46:03 00:46:03 Successfully built 0c3f89297275 00:46:03 ---> Running in a707768a7ba3 00:46:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:03  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:46:04 Removing intermediate container a707768a7ba3 00:46:04 ---> 37f785736312 00:46:04 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:46:04 ---> Running in daf4f874af6e 00:46:04 Removing intermediate container b652cec16312 00:46:04 ---> c2f7e2cddd67 00:46:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:04 ---> Running in 1056b0b42059 00:46:04 Removing intermediate container daf4f874af6e 00:46:04 ---> b7efbb80b9b6 00:46:04 Step 22/22 : LABEL version=0.0.0 00:46:04 ---> Running in ce376c5bf014 00:46:05 Removing intermediate container 1056b0b42059 00:46:05 ---> 1d0f7ef87847 00:46:05 Step 22/24 : LABEL arch=arm64 00:46:05 ---> Running in aff36d001b0a 00:46:05 Removing intermediate container ce376c5bf014 00:46:05 ---> 6429c88c4289 00:46:05 00:46:05 Successfully built 6429c88c4289 00:46:05 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:05  Building docker-core-metadata-go ... done Building docker-core-data-go 00:46:06 Removing intermediate container aff36d001b0a 00:46:06 ---> fb7c08fc2e12 00:46:06 Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:46:06 ---> Running in 0585c8fc137c 00:46:07 Removing intermediate container 0585c8fc137c 00:46:07 ---> 821f53121f52 00:46:07 Step 24/24 : LABEL version=0.0.0 00:46:07 ---> Running in 24471f22b002 00:46:08 Removing intermediate container 24471f22b002 00:46:08 ---> 7bf850be15d5 00:46:08 00:46:08 Successfully built 7bf850be15d5 00:46:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:40  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:40 ---> 9f38c87045de 00:46:40 Step 3/22 : WORKDIR /edgex-go 00:46:40 ---> Using cache 00:46:40 ---> 78e7949be683 00:46:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:40 ---> Using cache 00:46:40 ---> d776521b865d 00:46:40 Step 5/22 : RUN apk add --update --no-cache make git 00:46:40 ---> Using cache 00:46:40 ---> 2a9cb5471453 00:46:40 Step 6/22 : COPY go.mod . 00:46:40 ---> Using cache 00:46:40 ---> 1116c0460e4f 00:46:40 Step 7/22 : RUN go mod download 00:46:40 ---> Using cache 00:46:40 ---> 56e5cb1e2d34 00:46:40 Step 8/22 : COPY . . 00:46:40 ---> Using cache 00:46:40 ---> 0bfb202ec291 00:46:40 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 9f38c87045de 00:46:42 Step 3/26 : WORKDIR /edgex-go 00:46:42 ---> Using cache 00:46:42 ---> 78e7949be683 00:46:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 ---> Using cache 00:46:42 ---> d776521b865d 00:46:42 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:47 ---> Running in f4f690a9f003 00:46:47 ---> Running in 09b9c9964d3d 00:46:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:48 ---> 9f38c87045de 00:46:48 Step 3/24 : WORKDIR /edgex-go 00:46:48 ---> Using cache 00:46:48 ---> 78e7949be683 00:46:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:48 ---> Using cache 00:46:48 ---> d776521b865d 00:46:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:48 ---> 9f38c87045de 00:46:48 Step 3/23 : WORKDIR /edgex-go 00:46:48 ---> Using cache 00:46:48 ---> 78e7949be683 00:46:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:48 ---> Using cache 00:46:48 ---> d776521b865d 00:46:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:49 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 00:46:49 ---> Running in c731c634ff83 00:46:49 ---> Running in 1747ab379c9c 00:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:50 OK: 217 MiB in 51 packages 00:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:52 Removing intermediate container 09b9c9964d3d 00:46:52 ---> 8deb735cb85f 00:46:52 Step 6/26 : COPY go.mod . 00:46:53 OK: 217 MiB in 51 packages 00:46:53 OK: 217 MiB in 51 packages 00:46:53 ---> 51b3ccc3b241 00:46:53 Step 7/26 : RUN go mod download 00:46:53 ---> Running in 78d03b33ef47 00:46:55 Removing intermediate container c731c634ff83 00:46:55 ---> ea5246976ecb 00:46:55 Step 6/23 : COPY go.mod . 00:46:55 Removing intermediate container 1747ab379c9c 00:46:55 ---> da02b3245ce2 00:46:55 Step 6/24 : COPY go.mod . 00:46:56 ---> 3183ec21757d 00:46:56 Step 7/23 : RUN go mod download 00:46:56 ---> 8611f1cfafe6 00:46:56 Step 7/24 : RUN go mod download 00:46:56 ---> Running in ea6fa8e1f06e 00:46:57 ---> Running in 03bd56210255 00:46:59 Removing intermediate container 78d03b33ef47 00:46:59 ---> 5598cf04c4ec 00:46:59 Step 8/26 : COPY . . 00:47:02 Removing intermediate container ea6fa8e1f06e 00:47:02 ---> 6254371517db 00:47:02 Step 8/23 : COPY . . 00:47:02 Removing intermediate container 03bd56210255 00:47:02 ---> 66a32d6e0800 00:47:02 Step 8/24 : COPY . . 00:47:29 ---> 0f934defa239 00:47:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:29 ---> 042aa0618d28 00:47:29 Step 9/23 : RUN make cmd/core-data/core-data 00:47:29 ---> bf8a25dbf199 00:47:29 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:29 ---> Running in 47eab3655278 00:47:29 ---> Running in ff1ba6ff3a57 00:47:29 ---> Running in c0fd6e1ba768 00:47:30 Removing intermediate container f4f690a9f003 00:47:30 ---> 26d175351a33 00:47:30 00:47:30 Step 10/22 : FROM alpine:3.12 00:47:30 ---> afeebe901d6b 00:47:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:30 ---> Using cache 00:47:30 ---> f4adeedc7955 00:47:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:30 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 00:47:30 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 00:47:30 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 00:47:31 ---> Running in 003fa5650fe9 00:47:31 Removing intermediate container 003fa5650fe9 00:47:31 ---> e6fa62f3f094 00:47:31 Step 13/22 : WORKDIR / 00:47:31 ---> Running in aa7f0a673002 00:47:32 Removing intermediate container aa7f0a673002 00:47:32 ---> 1ad0d7b305b7 00:47:32 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:33 ---> fb6e3d7633b6 00:47:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:34 ---> bc0c0c7e93df 00:47:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:36 ---> 695ac170c549 00:47:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:37 ---> 3aeffec20c09 00:47:37 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:37 ---> Running in b85075aca19f 00:47:40 Removing intermediate container b85075aca19f 00:47:40 ---> 7bc5276b02b0 00:47:40 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:40 ---> Running in 7447f20d7812 00:47:41 Removing intermediate container 7447f20d7812 00:47:41 ---> c94f5b3aaff2 00:47:41 Step 20/22 : LABEL arch=arm64 00:47:41 ---> Running in f7e79b0694c1 00:47:42 Removing intermediate container f7e79b0694c1 00:47:42 ---> 8b8be6b045b1 00:47:42 Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:47:42 ---> Running in 0a218a065483 00:47:43 Removing intermediate container 0a218a065483 00:47:43 ---> fec778e999c0 00:47:43 Step 22/22 : LABEL version=0.0.0 00:47:43 ---> Running in 09eaac2654a3 00:47:43 Removing intermediate container 09eaac2654a3 00:47:43 ---> 3823109ea836 00:47:43 00:47:44 Successfully built 3823109ea836 00:47:44 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:41  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 47eab3655278 00:48:41 ---> 5ebc363e48dd 00:48:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:41 Removing intermediate container c0fd6e1ba768 00:48:41 ---> 4d12c11310dd 00:48:41 00:48:41 Step 10/24 : FROM scratch 00:48:41 ---> 00:48:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:41 ---> Running in 56a81b681cbc 00:48:41 ---> Running in 2c439bc25ad5 00:48:41 Removing intermediate container 2c439bc25ad5 00:48:41 ---> e425325cdec5 00:48:41 Step 12/24 : ENV APP_PORT=48060 00:48:41 ---> Running in 2fa91a01c28a 00:48:41 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 00:48:41 Removing intermediate container 2fa91a01c28a 00:48:41 ---> 6a0e529f5b4e 00:48:41 Step 13/24 : EXPOSE $APP_PORT 00:48:41 ---> Running in 54b65b09965b 00:48:41 Removing intermediate container 54b65b09965b 00:48:41 ---> 62550d28ed60 00:48:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:41 ---> 4c3a2da3e9de 00:48:41 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:41 ---> cf3dd92947f7 00:48:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:41 Removing intermediate container 56a81b681cbc 00:48:41 ---> 9be818e25416 00:48:41 00:48:41 Step 11/26 : FROM docker:20.10.0 00:48:41 20.10.0: Pulling from library/docker 00:48:42 ---> 2959c6fe9839 00:48:42 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:44 ---> 03b66e70daa3 00:48:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:46 ---> b70651825806 00:48:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:47 ---> 9a7459940158 00:48:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:47 ---> Running in fbc008d29db7 00:48:48 Removing intermediate container fbc008d29db7 00:48:48 ---> fdc637b32fc0 00:48:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:48 ---> Running in 0bffc7b6ae5f 00:48:49 Removing intermediate container 0bffc7b6ae5f 00:48:49 ---> c0862701bfac 00:48:49 Step 22/24 : LABEL arch=arm64 00:48:50 ---> Running in 325fc2ab11d5 00:48:50 Removing intermediate container ff1ba6ff3a57 00:48:50 ---> e3f5404460da 00:48:50 00:48:50 Step 10/23 : FROM alpine:3.12 00:48:50 ---> afeebe901d6b 00:48:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:50 Removing intermediate container 325fc2ab11d5 00:48:50 ---> e4440149285b 00:48:50 Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:48:50 ---> Running in 20ee96d6ebbf 00:48:50 ---> Running in aced186b4458 00:48:51 Removing intermediate container 20ee96d6ebbf 00:48:51 ---> 565612f94090 00:48:51 Step 12/23 : ENV APP_PORT=48080 00:48:51 Removing intermediate container aced186b4458 00:48:51 ---> d75c2a2ae211 00:48:51 Step 24/24 : LABEL version=0.0.0 00:48:51 ---> Running in ea319f422fe3 00:48:51 ---> Running in 178c1c971109 00:48:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:51 Status: Downloaded newer image for docker:20.10.0 00:48:51 ---> eeaf43b92773 00:48:51 Step 12/26 : RUN apk add --no-cache bash 00:48:52 ---> Running in 7b8482ad85f4 00:48:52 Removing intermediate container ea319f422fe3 00:48:52 ---> 593cbed303f1 00:48:52 00:48:52 Removing intermediate container 178c1c971109 00:48:52 ---> 5c1ab08f0b2c 00:48:52 Step 13/23 : EXPOSE $APP_PORT 00:48:52 ---> Running in 039d9a9374f0 00:48:52 Successfully built 593cbed303f1 00:48:52 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:53  Building docker-support-notifications-go ... done Removing intermediate container 039d9a9374f0 00:48:53 ---> 0ab26916019e 00:48:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:53 ---> Running in a35c21277e87 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:54 (1/2) Installing readline (8.0.4-r0) 00:48:54 (2/2) Installing bash (5.0.17-r0) 00:48:54 Executing bash-5.0.17-r0.post-install 00:48:54 Executing busybox-1.31.1-r19.trigger 00:48:54 OK: 12 MiB in 22 packages 00:48:55 Removing intermediate container 7b8482ad85f4 00:48:55 ---> 46c93e79522b 00:48:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:55 ---> Running in 1effa52e4afd 00:48:55 Removing intermediate container a35c21277e87 00:48:55 ---> c632e8fd3acf 00:48:55 Step 15/23 : RUN apk add --update --no-cache zeromq 00:48:55 ---> Running in 6e1f36bf39a4 00:48:56 Removing intermediate container 1effa52e4afd 00:48:56 ---> 06bd87dea10d 00:48:56 Step 14/26 : ENV APP_PORT=48090 00:48:56 ---> Running in 33850033bd60 00:48:56 Removing intermediate container 33850033bd60 00:48:56 ---> 205692a2e566 00:48:56 Step 15/26 : EXPOSE $APP_PORT 00:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 ---> Running in a9288b224158 00:48:57 Removing intermediate container a9288b224158 00:48:57 ---> b221073ebb9c 00:48:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:58 (1/5) Installing libgcc (9.3.0-r2) 00:48:58 (2/5) Installing libsodium (1.0.18-r0) 00:48:58 ---> d81b6dcffac8 00:48:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:58 (3/5) Installing libstdc++ (9.3.0-r2) 00:48:58 (4/5) Installing libzmq (4.3.3-r0) 00:48:58 (5/5) Installing zeromq (4.3.3-r0) 00:48:58 Executing busybox-1.31.1-r19.trigger 00:48:58 OK: 8 MiB in 19 packages 00:48:59 ---> 1afabc984c60 00:48:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:00 ---> cd1286c9a0b9 00:49:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:00 Removing intermediate container 6e1f36bf39a4 00:49:00 ---> aee072d24c90 00:49:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:00 ---> Running in 171dbc088acd 00:49:01 ---> 50a9e37f804a 00:49:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:02 (1/33) Installing libbz2 (1.0.8-r1) 00:49:02 (2/33) Installing expat (2.2.9-r1) 00:49:02 (3/33) Installing libffi (3.3-r2) 00:49:02 (4/33) Installing gdbm (1.13-r1) 00:49:02 (5/33) Installing xz-libs (5.2.5-r0) 00:49:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:02 (7/33) Installing python3 (3.8.5-r0) 00:49:02 ---> 58c56ee4f2cd 00:49:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:03 ---> b22bdeb30261 00:49:03 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:03 ---> Running in 77abf550c999 00:49:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:04 (11/33) Installing py3-six (1.15.0-r0) 00:49:04 (12/33) Installing py3-packaging (20.4-r0) 00:49:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:04 Removing intermediate container 77abf550c999 00:49:04 ---> 4b93224cda78 00:49:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:04 (15/33) Installing py3-idna (2.9-r0) 00:49:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:04 ---> Running in 8bcae2420935 00:49:04 (18/33) Installing py3-requests (2.23.0-r0) 00:49:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:04 (24/33) Installing py3-distro (1.5.0-r1) 00:49:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:04 (29/33) Installing py3-progress (1.5-r0) 00:49:04 (30/33) Installing py3-toml (0.10.1-r0) 00:49:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:04 (33/33) Installing py3-pip (20.1.1-r0) 00:49:04 Removing intermediate container 8bcae2420935 00:49:04 ---> 07628db03de7 00:49:04 Step 21/23 : LABEL arch=arm64 00:49:05 Executing busybox-1.31.1-r19.trigger 00:49:05 OK: 71 MiB in 55 packages 00:49:05 ---> Running in d938bf50d999 00:49:05 Removing intermediate container d938bf50d999 00:49:05 ---> c69005b0566b 00:49:05 Step 22/23 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:49:06 ---> Running in 2df18bf8c607 00:49:06 Removing intermediate container 2df18bf8c607 00:49:06 ---> e628f150e938 00:49:06 Step 23/23 : LABEL version=0.0.0 00:49:06 ---> Running in cf69f728a08b 00:49:07 Removing intermediate container cf69f728a08b 00:49:07 ---> fba257235b54 00:49:07 00:49:07 Successfully built fba257235b54 00:49:08 Successfully tagged docker-core-data-go-arm64:latest 00:49:11  Building docker-core-data-go ... done Removing intermediate container 171dbc088acd 00:49:11 ---> 231da32cdbd9 00:49:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:11 ---> Running in bb60b07d663c 00:49:16 Collecting docker-compose==1.23.2 00:49:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:17 Collecting websocket-client<1.0,>=0.32.0 00:49:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:18 Collecting texttable<0.10,>=0.9.0 00:49:18 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:21 Collecting dockerpty<0.5,>=0.4.1 00:49:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:25 Collecting PyYAML<4,>=3.10 00:49:25 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:29 Collecting docker<4.0,>=3.6.0 00:49:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:30 Collecting cached-property<2,>=1.2.0 00:49:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:30 Collecting docopt<0.7,>=0.6.1 00:49:30 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:32 Collecting jsonschema<3,>=2.5.1 00:49:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:32 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) 00:49:32 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) 00:49:32 Collecting idna<2.8,>=2.5 00:49:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:33 Collecting urllib3<1.25,>=1.21.1 00:49:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:34 Collecting docker-pycreds>=0.4.0 00:49:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:34 Installing collected packages: websocket-client, texttable, dockerpty, idna, urllib3, requests, PyYAML, docker-pycreds, docker, cached-property, docopt, jsonschema, docker-compose 00:49:35 Running setup.py install for texttable: started 00:49:37 Running setup.py install for texttable: finished with status 'done' 00:49:37 Running setup.py install for dockerpty: started 00:49:39 Running setup.py install for dockerpty: finished with status 'done' 00:49:39 Attempting uninstall: idna 00:49:39 Found existing installation: idna 2.9 00:49:39 Uninstalling idna-2.9: 00:49:39 Successfully uninstalled idna-2.9 00:49:40 Attempting uninstall: urllib3 00:49:40 Found existing installation: urllib3 1.25.9 00:49:40 Uninstalling urllib3-1.25.9: 00:49:40 Successfully uninstalled urllib3-1.25.9 00:49:41 Attempting uninstall: requests 00:49:41 Found existing installation: requests 2.23.0 00:49:41 Uninstalling requests-2.23.0: 00:49:41 Successfully uninstalled requests-2.23.0 00:49:41 Running setup.py install for PyYAML: started 00:49:44 Running setup.py install for PyYAML: finished with status 'done' 00:49:44 Running setup.py install for docopt: started 00:49:46 Running setup.py install for docopt: finished with status 'done' 00:49:47 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 00:49:52 Removing intermediate container bb60b07d663c 00:49:52 ---> 9bfa665a4ab9 00:49:52 Step 21/26 : RUN apk --no-cache add curl 00:49:52 ---> Running in 11ccbd508815 00:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:55 (2/3) Installing libcurl (7.69.1-r3) 00:49:55 (3/3) Installing curl (7.69.1-r3) 00:49:55 Executing busybox-1.31.1-r19.trigger 00:49:55 OK: 71 MiB in 58 packages 00:49:55 Removing intermediate container 11ccbd508815 00:49:55 ---> ae9f697848db 00:49:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:55 ---> Running in cb9d50bc4a72 00:49:55 Removing intermediate container cb9d50bc4a72 00:49:55 ---> 7d747c6249ce 00:49:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:56 ---> Running in 163f2eb7cedf 00:49:56 Removing intermediate container 163f2eb7cedf 00:49:56 ---> 3b6e20759a93 00:49:56 Step 24/26 : LABEL arch=arm64 00:49:56 ---> Running in 751179a55551 00:49:57 Removing intermediate container 751179a55551 00:49:57 ---> 8f08d7f4e4bc 00:49:57 Step 25/26 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 00:49:57 ---> Running in 6c93a26b355b 00:49:57 Removing intermediate container 6c93a26b355b 00:49:57 ---> 43df66b99488 00:49:57 Step 26/26 : LABEL version=0.0.0 00:49:57 ---> Running in b245c45a9aa8 00:49:58 Removing intermediate container b245c45a9aa8 00:49:58 ---> e17516c87211 00:49:58 00:49:58 Successfully built e17516c87211 00:49:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:49:59 $ docker stop --time=1 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d 00:50:01 $ docker rm -f 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d [Pipeline] // withDockerContainer [Pipeline] sh 00:50:02 + grep docker 00:50:02 + docker images 00:50:02 docker-sys-mgmt-agent-go-arm64 latest e17516c87211 4 seconds ago 300MB 00:50:02 docker-core-data-go-arm64 latest fba257235b54 55 seconds ago 21MB 00:50:02 docker-support-notifications-go-arm64 latest 593cbed303f1 About a minute ago 11.4MB 00:50:02 docker-security-bootstrap-redis-go-arm64 latest 3823109ea836 2 minutes ago 15.1MB 00:50:02 docker-security-secretstore-setup-go-arm64 latest 7bf850be15d5 3 minutes ago 23.4MB 00:50:02 docker-core-metadata-go-arm64 latest 6429c88c4289 3 minutes ago 12.3MB 00:50:02 docker-security-proxy-setup-go-arm64 latest 0c3f89297275 4 minutes ago 23.2MB 00:50:02 docker-core-command-go-arm64 latest 5c9c6e0505f8 4 minutes ago 9.98MB 00:50:02 docker-support-scheduler-go-arm64 latest 8acd460e5b6d 4 minutes ago 10MB 00:50:02 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:50:04 provisioning config files... 00:50:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config3909851157497828738tmp [Pipeline] { [Pipeline] sh 00:50:05 + set +x 00:50:05 + curl -s https://codecov.io/bash 00:50:05 + bash -s -- 00:50:05 00:50:05 _____ _ 00:50:05 / ____| | | 00:50:05 | | ___ __| | ___ ___ _____ __ 00:50:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:05 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:05 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:05 Bash-20210115-cec3c92 00:50:05 00:50:05 00:50:05 ==> git version 2.24.3 found 00:50:05 ==> 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 00:50:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:05 ==> Jenkins CI detected. 00:50:05 project root: . 00:50:05 --> token set from env 00:50:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:06 ==> Running gcov in . (disable via -X gcov) 00:50:06 ==> Python coveragepy not found 00:50:06 ==> Searching for coverage reports in: 00:50:06 + . 00:50:06 -> Found 1 reports 00:50:06 ==> Detecting git/mercurial file structure 00:50:06 ==> Reading reports 00:50:06 + ./coverage.out bytes=550280 00:50:06 ==> Appending adjustments 00:50:06 https://docs.codecov.io/docs/fixing-reports 00:50:09 + Found adjustments 00:50:09 ==> Gzipping contents 00:50:09 84K /tmp/codecov.B8ZrMO.gz 00:50:09 ==> Uploading reports 00:50:09 url: https://codecov.io 00:50:09 query: branch=PR-3040&commit=02e6eaf9507db6f5db445f0a9830c11d83da64f7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 00:50:09 -> Pinging Codecov 00:50:09 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=02e6eaf9507db6f5db445f0a9830c11d83da64f7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 00:50:09 -> Uploading to 00:50:09 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/02e6eaf9507db6f5db445f0a9830c11d83da64f7/c92e86c3-f20b-4499-a1dd-e3f7edc2a877.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T005009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b72c5c38873a9837733d506fb7e4743dcdbf8b929a1e3a491df27a9e271fee02 00:50:09 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:09 Dload Upload Total Spent Left Speed 00:50:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83311 0 0 100 83311 0 151k --:--:-- --:--:-- --:--:-- 151k 00:50:10 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/02e6eaf9507db6f5db445f0a9830c11d83da64f7 [Pipeline] } 00:50:10 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 00:50:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:13 ---> package-listing.sh 00:50:13 ++ facter osfamily 00:50:13 ++ tr '[:upper:]' '[:lower:]' 00:50:13 + OS_FAMILY=redhat 00:50:13 + workspace=/w/workspace/edgex-go/5 00:50:13 + START_PACKAGES=/tmp/packages_start.txt 00:50:13 + END_PACKAGES=/tmp/packages_end.txt 00:50:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:13 + PACKAGES=/tmp/packages_start.txt 00:50:13 + '[' /w/workspace/edgex-go/5 ']' 00:50:13 + PACKAGES=/tmp/packages_end.txt 00:50:13 + case "${OS_FAMILY}" in 00:50:13 + rpm -qa 00:50:13 + sort 00:50:18 + '[' -f /tmp/packages_start.txt ']' 00:50:18 + '[' -f /tmp/packages_end.txt ']' 00:50:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:18 + '[' /w/workspace/edgex-go/5 ']' 00:50:18 + mkdir -p /w/workspace/edgex-go/5/archives/ 00:50:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 00:50:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:19 00:50:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:19 alpine: Pulling from edgex-lftools-log-publisher 00:50:19 df20fa9351a1: Pulling fs layer 00:50:19 36b3adc4ff6f: Pulling fs layer 00:50:19 8ad3a11d3b57: Pulling fs layer 00:50:19 46f8f816bc3b: Pulling fs layer 00:50:19 93b61091891f: Pulling fs layer 00:50:19 93b9cdb0e59b: Pulling fs layer 00:50:19 5e14af77c1be: Pulling fs layer 00:50:19 01666e4c0597: Pulling fs layer 00:50:19 aa168da1d23b: Pulling fs layer 00:50:19 93b61091891f: Waiting 00:50:19 93b9cdb0e59b: Waiting 00:50:19 5e14af77c1be: Waiting 00:50:19 01666e4c0597: Waiting 00:50:19 aa168da1d23b: Waiting 00:50:19 46f8f816bc3b: Waiting 00:50:19 36b3adc4ff6f: Verifying Checksum 00:50:19 36b3adc4ff6f: Download complete 00:50:20 46f8f816bc3b: Verifying Checksum 00:50:20 46f8f816bc3b: Download complete 00:50:20 df20fa9351a1: Download complete 00:50:20 93b9cdb0e59b: Verifying Checksum 00:50:20 93b9cdb0e59b: Download complete 00:50:20 93b61091891f: Download complete 00:50:20 5e14af77c1be: Verifying Checksum 00:50:20 5e14af77c1be: Download complete 00:50:20 01666e4c0597: Verifying Checksum 00:50:20 01666e4c0597: Download complete 00:50:20 8ad3a11d3b57: Verifying Checksum 00:50:20 8ad3a11d3b57: Download complete 00:50:20 df20fa9351a1: Pull complete 00:50:20 36b3adc4ff6f: Pull complete 00:50:21 8ad3a11d3b57: Pull complete 00:50:21 46f8f816bc3b: Pull complete 00:50:22 aa168da1d23b: Verifying Checksum 00:50:22 aa168da1d23b: Download complete 00:50:23 93b61091891f: Pull complete 00:50:23 93b9cdb0e59b: Pull complete 00:50:24 5e14af77c1be: Pull complete 00:50:24 01666e4c0597: Pull complete 00:50:33 aa168da1d23b: Pull complete 00:50:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:33 prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container 00:50:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:37 $ docker top 7895ab1d00904c93828a91b335744f8d7593d170725113164041ec8e80412fbd -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:37 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:38 + mkdir -p /var/log/sa [Pipeline] sh 00:50:38 + ls /var/log/sa-host 00:50:38 + sadf -c /var/log/sa-host/sa19 00:50:38 file_magic: OK 00:50:38 HZ: Using current value: 100 00:50:38 file_header: OK 00:50:38 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 00:50:38 Statistics: 00:50:38 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... 00:50:38 File successfully converted to sysstat format version 12.2.1 00:50:38 + sadf -c /var/log/sa-host/sa23 00:50:38 file_magic: OK 00:50:38 HZ: Using current value: 100 00:50:38 file_header: OK 00:50:38 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 00:50:38 Statistics: 00:50:38 Hnuu...uuuununununu... 00:50:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:39 provisioning config files... 00:50:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1043100221910823130tmp [Pipeline] { [Pipeline] echo 00:50:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:39 ---> create-netrc.sh [Pipeline] } 00:50:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> python-tools-install.sh [Pipeline] echo 00:50:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> sudo-logs.sh 00:50:40 Archiving 'sudo' log.. [Pipeline] echo 00:50:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> job-cost.sh 00:50:40 lf-activate-venv: SKIPPING 00:50:40 INFO: No Stack... 00:50:41 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:42 INFO: Archiving Costs [Pipeline] echo 00:50:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:42 ---> logs-deploy.sh 00:50:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/5 00:50:42 INFO: archiving workspace using pattern(s): 00:50:43 Archives upload complete. 00:50:44 INFO: archiving logs to Nexus 00:50:45 ---> uname -a: 00:50:45 Linux prd-centos7-docker-4c-2g-21012.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:50:45 00:50:45 00:50:45 ---> lscpu: 00:50:45 Architecture: x86_64 00:50:45 CPU op-mode(s): 32-bit, 64-bit 00:50:45 Byte Order: Little Endian 00:50:45 Address sizes: 40 bits physical, 48 bits virtual 00:50:45 CPU(s): 4 00:50:45 On-line CPU(s) list: 0-3 00:50:45 Thread(s) per core: 1 00:50:45 Core(s) per socket: 1 00:50:45 Socket(s): 4 00:50:45 NUMA node(s): 1 00:50:45 Vendor ID: GenuineIntel 00:50:45 CPU family: 6 00:50:45 Model: 44 00:50:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:45 Stepping: 1 00:50:45 CPU MHz: 2933.438 00:50:45 BogoMIPS: 5866.87 00:50:45 Virtualization: VT-x 00:50:45 Hypervisor vendor: KVM 00:50:45 Virtualization type: full 00:50:45 L1d cache: 128 KiB 00:50:45 L1i cache: 128 KiB 00:50:45 L2 cache: 16 MiB 00:50:45 L3 cache: 64 MiB 00:50:45 NUMA node0 CPU(s): 0-3 00:50:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:50:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:50:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:50:45 Vulnerability Meltdown: Mitigation; PTI 00:50:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:45 Vulnerability Srbds: Not affected 00:50:45 Vulnerability Tsx async abort: Not affected 00:50:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:50:45 00:50:45 00:50:45 ---> nproc: 00:50:45 4 00:50:45 00:50:45 00:50:45 ---> df -h: 00:50:45 Filesystem Size Used Available Use% Mounted on 00:50:45 overlay 50.0G 10.8G 39.2G 22% / 00:50:45 tmpfs 64.0M 0 64.0M 0% /dev 00:50:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:50:45 shm 64.0M 0 64.0M 0% /dev/shm 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/5 00:50:45 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/5@tmp 00:50:45 00:50:45 00:50:45 ---> free -m: 00:50:45 total used free shared buff/cache available 00:50:45 Mem: 1837 726 147 0 963 1027 00:50:45 Swap: 1023 48 975 00:50:45 00:50:45 00:50:45 ---> ip addr: 00:50:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:50:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:45 inet 127.0.0.1/8 scope host lo 00:50:45 valid_lft forever preferred_lft forever 00:50:45 inet6 ::1/128 scope host 00:50:45 valid_lft forever preferred_lft forever 00:50:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:50:45 link/ether fa:16:3e:69:31:0e brd ff:ff:ff:ff:ff:ff 00:50:45 inet 10.30.123.146/23 brd 10.30.123.255 scope global dynamic eth0 00:50:45 valid_lft 85155sec preferred_lft 85155sec 00:50:45 inet6 fe80::f816:3eff:fe69:310e/64 scope link 00:50:45 valid_lft forever preferred_lft forever 00:50:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:50:45 link/ether 02:42:11:1a:78:b8 brd ff:ff:ff:ff:ff:ff 00:50:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:45 valid_lft forever preferred_lft forever 00:50:45 inet6 fe80::42:11ff:fe1a:78b8/64 scope link 00:50:45 valid_lft forever preferred_lft forever 00:50:45 00:50:45 00:50:45 ---> sar -b -r -n DEV: 00:50:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 00:50:45 00:50:45 00:29:50 LINUX RESTART (4 CPU) 00:50:45 00:50:45 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:50:45 00:32:02 167.64 78.37 89.27 0.00 6767.52 38278.95 0.00 00:50:45 00:33:01 255.04 111.45 143.59 0.00 4625.03 26021.57 0.00 00:50:45 00:34:01 187.78 79.64 108.13 0.00 2880.16 13796.11 0.00 00:50:45 00:35:03 160.44 47.70 112.74 0.00 7552.07 44395.73 0.00 00:50:45 00:36:01 2604.95 2243.67 361.28 0.00 180078.09 225242.27 0.00 00:50:45 00:37:01 1118.15 878.04 240.11 0.00 50527.93 75582.38 0.00 00:50:45 00:38:02 2431.41 2097.41 334.00 0.00 145371.82 191028.74 0.00 00:50:45 00:39:01 628.47 370.80 257.67 0.00 23811.88 53517.07 0.00 00:50:45 00:40:01 36.19 5.66 30.53 0.00 2752.06 1159.15 0.00 00:50:45 00:41:01 0.62 0.45 0.17 0.00 16.79 2.02 0.00 00:50:45 00:42:01 0.48 0.17 0.32 0.00 7.86 3.41 0.00 00:50:45 00:43:01 0.27 0.02 0.25 0.00 0.27 2.51 0.00 00:50:45 00:44:01 0.32 0.02 0.30 0.00 0.13 3.53 0.00 00:50:45 00:45:01 1.93 1.67 0.27 0.00 57.95 2.61 0.00 00:50:45 00:46:01 1.37 0.57 0.80 0.00 148.41 15.60 0.00 00:50:45 00:47:01 0.32 0.03 0.28 0.00 0.27 3.05 0.00 00:50:45 00:48:02 0.22 0.02 0.20 0.00 0.13 1.65 0.00 00:50:45 00:49:01 0.30 0.05 0.25 0.00 0.41 3.44 0.00 00:50:45 00:50:01 0.28 0.02 0.27 0.00 0.27 3.43 0.00 00:50:45 Average: 397.98 309.81 88.17 0.00 22219.90 35090.20 0.00 00:50:45 00:50:45 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:45 00:32:02 177852 0 680424 36.16 2596 1020672 1513052 51.64 605264 864864 60104 00:50:45 00:33:01 181492 0 720196 38.28 1492 978364 1629976 55.63 575564 850596 49228 00:50:45 00:34:01 370772 0 732452 38.93 596 777724 1357912 46.34 576316 647732 54056 00:50:45 00:35:03 72300 0 717192 38.12 288 1091764 1261832 43.06 722500 817648 82964 00:50:45 00:36:01 73284 0 829576 44.09 0 978684 2341484 79.91 778928 801872 68264 00:50:45 00:37:01 421284 0 717916 38.16 0 742344 1543848 52.69 532420 687184 44 00:50:45 00:38:02 73580 0 790636 42.02 0 1017328 2137204 72.94 735000 848156 35056 00:50:45 00:39:01 199096 0 721604 38.35 0 960844 1518004 51.81 524480 907240 3480 00:50:45 00:40:01 198932 0 636240 33.81 0 1046372 1193812 40.74 488924 950284 12 00:50:45 00:41:01 200628 0 634032 33.70 0 1046884 1175368 40.11 488372 950140 8 00:50:45 00:42:01 201332 0 633096 33.65 0 1047116 1172212 40.01 487612 950352 8 00:50:45 00:43:01 200772 0 633648 33.68 0 1047124 1172296 40.01 488180 950360 16 00:50:45 00:44:01 200580 0 633828 33.69 0 1047136 1172340 40.01 488384 950368 12 00:50:45 00:45:01 198580 0 634780 33.74 0 1048184 1172332 40.01 488492 951360 20 00:50:45 00:46:01 191600 0 637420 33.88 0 1052524 1172284 40.01 493640 952952 8 00:50:45 00:47:01 192380 0 636624 33.84 0 1052540 1172212 40.01 493380 952964 8 00:50:45 00:48:02 192240 0 636760 33.84 0 1052544 1172212 40.01 493400 952968 8 00:50:45 00:49:01 191612 0 637384 33.88 0 1052548 1172368 40.01 493652 952980 16 00:50:45 00:50:01 192388 0 636600 33.83 0 1052556 1172276 40.01 493432 952984 8 00:50:45 Average: 196353 0 678969 36.09 262 1005961 1380159 47.10 549892 889105 18596 00:50:45 00:50:45 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:50:45 00:32:02 eth0 1124.73 1197.00 5836.26 144.22 0.00 0.00 0.00 0.00 00:50:45 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:32:02 docker0 875.16 732.83 70.42 2671.13 0.00 0.00 0.00 0.00 00:50:45 00:33:01 eth0 235.23 189.26 873.47 26.99 0.00 0.00 0.00 0.00 00:50:45 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:33:01 vethdad9a39 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:50:45 00:33:01 docker0 169.76 200.81 12.02 842.87 0.00 0.00 0.00 0.00 00:50:45 00:34:01 eth0 39.61 25.08 24.22 77.41 0.00 0.00 0.00 0.00 00:50:45 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:34:01 vethdad9a39 0.23 0.25 0.02 0.02 0.00 0.00 0.00 0.00 00:50:45 00:34:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 00:50:45 00:35:03 vethaf024d6 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:50:45 00:35:03 eth0 228.97 189.82 1665.71 74.09 0.00 0.00 0.00 0.00 00:50:45 00:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:36:01 vethaf024d6 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 00:50:45 00:36:01 eth0 47.70 28.17 166.75 10.09 0.00 0.00 0.00 0.00 00:50:45 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:36:01 docker0 17.70 25.53 0.97 150.15 0.00 0.00 0.00 0.00 00:50:45 00:37:01 veth975d546 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:37:01 vethaf024d6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:45 00:37:01 eth0 42.24 23.09 177.98 9.42 0.00 0.00 0.00 0.00 00:50:45 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:38:02 vethaf024d6 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:50:45 00:38:02 eth0 50.25 36.06 108.05 30.23 0.00 0.00 0.00 0.00 00:50:45 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:38:02 docker0 1078.19 984.61 84.18 3817.69 0.00 0.00 0.00 0.00 00:50:45 00:39:01 vethfbe3e3a 2.50 2.94 0.30 15.27 0.00 0.00 0.00 0.00 00:50:45 00:39:01 vethaf024d6 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:39:01 eth0 263.49 164.08 1678.08 78.03 0.00 0.00 0.00 0.00 00:50:45 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:40:01 eth0 21.17 12.10 53.68 6.33 0.00 0.00 0.00 0.00 00:50:45 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:40:01 docker0 1122.62 1090.85 87.08 4298.68 0.00 0.00 0.00 0.00 00:50:45 00:41:01 eth0 0.78 0.40 0.41 0.27 0.00 0.00 0.00 0.00 00:50:45 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:42:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:50:45 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:43:01 eth0 1.93 0.52 0.64 0.36 0.00 0.00 0.00 0.00 00:50:45 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:44:01 eth0 2.80 0.83 0.95 0.59 0.00 0.00 0.00 0.00 00:50:45 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:45:01 eth0 0.80 0.38 0.33 0.24 0.00 0.00 0.00 0.00 00:50:45 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:46:01 eth0 0.40 0.18 0.16 0.07 0.00 0.00 0.00 0.00 00:50:45 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:50:45 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:48:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:50:45 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:49:01 eth0 1.46 0.64 0.79 0.45 0.00 0.00 0.00 0.00 00:50:45 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:50:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:50:45 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 Average: eth0 108.66 98.50 558.65 24.23 0.00 0.00 0.00 0.00 00:50:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:45 Average: docker0 59.21 57.53 4.59 226.72 0.00 0.00 0.00 0.00 00:50:45 00:50:45 00:50:45 ---> sar -P ALL: 00:50:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 00:50:45 00:50:45 00:29:50 LINUX RESTART (4 CPU) 00:50:45 00:50:45 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:50:45 00:32:02 all 14.37 0.00 8.08 1.63 0.06 75.87 00:50:45 00:32:02 0 14.42 0.00 9.36 1.53 0.05 74.64 00:50:45 00:32:02 1 17.35 0.00 7.90 2.62 0.03 72.09 00:50:45 00:32:02 2 11.25 0.00 7.76 1.91 0.05 79.04 00:50:45 00:32:02 3 14.45 0.00 7.31 0.46 0.09 77.68 00:50:45 00:33:01 all 12.46 0.00 7.32 6.14 0.08 74.00 00:50:45 00:33:01 0 13.58 0.00 7.74 6.98 0.07 71.63 00:50:45 00:33:01 1 12.86 0.00 7.09 7.18 0.09 72.78 00:50:45 00:33:01 2 11.06 0.00 7.34 5.72 0.09 75.79 00:50:45 00:33:01 3 12.36 0.00 7.10 4.67 0.07 75.80 00:50:45 00:34:01 all 63.69 0.00 15.83 5.05 0.07 15.36 00:50:45 00:34:01 0 64.86 0.00 15.89 5.31 0.09 13.86 00:50:45 00:34:01 1 62.96 0.00 15.56 6.78 0.07 14.63 00:50:45 00:34:01 2 64.07 0.00 15.97 3.96 0.07 15.92 00:50:45 00:34:01 3 62.86 0.00 15.91 4.12 0.07 17.03 00:50:45 00:35:03 all 26.28 0.00 11.48 5.46 0.07 56.72 00:50:45 00:35:03 0 25.22 0.00 11.52 4.21 0.05 59.00 00:50:45 00:35:03 1 27.65 0.00 11.64 7.68 0.08 52.94 00:50:45 00:35:03 2 26.56 0.00 10.99 5.06 0.05 57.33 00:50:45 00:35:03 3 25.67 0.00 11.74 4.88 0.10 57.61 00:50:45 00:36:01 all 21.47 0.00 30.40 20.28 0.14 27.71 00:50:45 00:36:01 0 20.46 0.00 30.12 18.51 0.14 30.77 00:50:45 00:36:01 1 22.04 0.00 29.30 22.36 0.13 26.18 00:50:45 00:36:01 2 21.00 0.00 31.05 21.09 0.15 26.71 00:50:45 00:36:01 3 22.41 0.00 31.16 19.15 0.13 27.16 00:50:45 00:37:01 all 50.19 0.00 17.53 15.27 0.08 16.92 00:50:45 00:37:01 0 49.90 0.00 17.76 15.22 0.10 17.02 00:50:45 00:37:01 1 50.39 0.00 16.84 15.98 0.07 16.72 00:50:45 00:37:01 2 50.52 0.00 17.27 13.61 0.09 18.51 00:50:45 00:37:01 3 49.97 0.00 18.26 16.30 0.05 15.43 00:50:45 00:38:02 all 26.75 0.00 26.29 23.83 0.11 23.02 00:50:45 00:38:02 0 26.20 0.00 25.96 24.43 0.10 23.31 00:50:45 00:38:02 1 26.35 0.00 26.01 24.22 0.09 23.33 00:50:45 00:38:02 2 26.65 0.00 26.84 25.87 0.14 20.50 00:50:45 00:38:02 3 27.82 0.00 26.36 20.76 0.11 24.96 00:50:45 00:39:01 all 37.44 0.00 15.15 12.06 0.07 35.27 00:50:45 00:39:01 0 37.41 0.00 15.39 14.52 0.07 32.61 00:50:45 00:39:01 1 38.94 0.00 15.00 8.39 0.10 37.56 00:50:45 00:39:01 2 36.71 0.00 15.05 12.67 0.03 35.55 00:50:45 00:39:01 3 36.71 0.00 15.16 12.69 0.09 35.36 00:50:45 00:40:01 all 2.77 0.00 1.30 1.00 0.02 94.91 00:50:45 00:40:01 0 2.04 0.00 1.22 1.16 0.00 95.58 00:50:45 00:40:01 1 3.84 0.00 1.32 1.78 0.02 93.05 00:50:45 00:40:01 2 1.17 0.00 0.87 0.53 0.03 97.39 00:50:45 00:40:01 3 4.04 0.00 1.79 0.55 0.02 93.60 00:50:45 00:41:01 all 0.12 0.00 0.04 0.00 0.00 99.84 00:50:45 00:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:50:45 00:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:50:45 00:41:01 2 0.38 0.00 0.07 0.00 0.00 99.55 00:50:45 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:50:45 00:42:01 all 0.04 0.00 0.05 0.00 0.01 99.90 00:50:45 00:42:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:50:45 00:42:01 1 0.03 0.00 0.05 0.00 0.02 99.90 00:50:45 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:50:45 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:50:45 00:50:45 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:50:45 00:43:01 all 0.06 0.00 0.03 0.00 0.00 99.92 00:50:45 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:50:45 00:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:50:45 00:43:01 2 0.12 0.00 0.03 0.00 0.00 99.85 00:50:45 00:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:50:45 00:44:01 all 0.17 0.00 0.02 0.00 0.00 99.81 00:50:45 00:44:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:50:45 00:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:50:45 00:44:01 2 0.55 0.00 0.02 0.00 0.00 99.43 00:50:45 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:50:45 00:45:01 all 0.15 0.00 0.06 0.02 0.00 99.77 00:50:45 00:45:01 0 0.02 0.00 0.05 0.02 0.00 99.92 00:50:45 00:45:01 1 0.50 0.00 0.03 0.00 0.00 99.47 00:50:45 00:45:01 2 0.03 0.00 0.12 0.07 0.00 99.78 00:50:45 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:50:45 00:46:01 all 0.17 0.00 0.04 0.02 0.00 99.77 00:50:45 00:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:50:45 00:46:01 1 0.53 0.00 0.08 0.07 0.00 99.32 00:50:45 00:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:50:45 00:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:50:45 00:47:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:50:45 00:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:50:45 00:47:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:50:45 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:50:45 00:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:50:45 00:48:02 all 0.15 0.00 0.04 0.00 0.00 99.80 00:50:45 00:48:02 0 0.00 0.00 0.02 0.00 0.00 99.98 00:50:45 00:48:02 1 0.52 0.00 0.03 0.00 0.00 99.45 00:50:45 00:48:02 2 0.05 0.00 0.08 0.00 0.00 99.87 00:50:45 00:48:02 3 0.05 0.00 0.03 0.02 0.00 99.90 00:50:45 00:49:01 all 0.17 0.00 0.02 0.00 0.00 99.82 00:50:45 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:45 00:49:01 1 0.54 0.00 0.02 0.00 0.00 99.44 00:50:45 00:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:50:45 00:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:50:45 00:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:50:45 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:45 00:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:50:45 00:50:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:50:45 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:50:45 Average: all 13.23 0.00 6.84 4.63 0.04 75.27 00:50:45 Average: 0 13.11 0.00 6.93 4.70 0.04 75.22 00:50:45 Average: 1 13.70 0.00 6.70 4.96 0.04 74.61 00:50:45 Average: 2 12.92 0.00 6.84 4.62 0.04 75.58 00:50:45 Average: 3 13.19 0.00 6.88 4.24 0.04 75.65 00:50:45 00:50:45 00:50:45