Content

상위 폴더로 이동
Build start time: Fri Jul 10 00:39:13 UTC 2026
[ REASON ] :      target/docker-ptp.gz does not exist   NON-EXISTENT PREREQUISITES: docker-start target/docker-config-engine-bookworm.gz-load 
[ FLAGS  FILE    ] : [] 
[ FLAGS  DEPENDS ] : [] 
[ FLAGS  DIFF    ] : [] 
Client: Docker Engine - Community
 Version:    24.0.2
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.10.5
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.18.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 2
  Running: 2
  Paused: 0
  Stopped: 0
 Images: 95
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.8.0-107-generic
 Operating System: Debian GNU/Linux 12 (bookworm)
 OSType: linux
 Architecture: x86_64
 CPUs: 112
 Total Memory: 503.3GiB
 Name: 0dbf956fb735
 ID: fa66a0ea-08fb-4bf3-915f-ff35d0c38591
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: true
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
            environment-variable.

Sending build context to Docker daemon  699.5MB

Step 1/25 : FROM docker-config-engine-bookworm-sonic:latest
 ---> be30ab5cd83b
Step 2/25 : ARG docker_container_name
 ---> Running in d186a34ac8b4
Removing intermediate container d186a34ac8b4
 ---> 017539058252
Step 3/25 : ARG SONIC_VERSION_CACHE
 ---> Running in fb62102c0f11
Removing intermediate container fb62102c0f11
 ---> 30320ad40823
Step 4/25 : ARG SONIC_VERSION_CONTROL_COMPONENTS
 ---> Running in cc30425f7ee1
Removing intermediate container cc30425f7ee1
 ---> bb151d44a0e8
Step 5/25 : COPY ["buildinfo", "/usr/local/share/buildinfo"]
 ---> 7c38443dd7bd
Step 6/25 : COPY vcache/ /sonic/target/vcache/docker-ptp
 ---> 56f49c2112b2
Step 7/25 : RUN dpkg -i /usr/local/share/buildinfo/sonic-build-hooks_1.0_all.deb
 ---> Running in 58292694baad
(Reading database ... 11228 files and directories currently installed.)
Preparing to unpack .../sonic-build-hooks_1.0_all.deb ...
Unpacking sonic-build-hooks (1.0) over (1.0) ...
Setting up sonic-build-hooks (1.0) ...
Removing intermediate container 58292694baad
 ---> c5d54ac66200
Step 8/25 : ENV IMAGENAME=docker-ptp
 ---> Running in 42473b2deace
Removing intermediate container 42473b2deace
 ---> 2cca1c385d96
Step 9/25 : ENV DISTRO=bookworm
 ---> Running in e055945fb60e
Removing intermediate container e055945fb60e
 ---> db52ebe7b08a
Step 10/25 : RUN pre_run_buildinfo docker-ptp
 ---> Running in 40a50c65de55
Removing intermediate container 40a50c65de55
 ---> 1d3e65a8cdb7
Step 11/25 : RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%syslogtag%/;" /etc/rsyslog.conf
 ---> Running in 43559d3fbd31
Removing intermediate container 43559d3fbd31
 ---> bb5c28aea26a
Step 12/25 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Running in a2973050a6aa
Removing intermediate container a2973050a6aa
 ---> 86319d7b9dfc
Step 13/25 : RUN apt-get update &&     apt-get install -y --no-install-recommends         iproute2         libconfig9 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Running in c8ac3e16fdb4
Get:1 http://debian-archive.trafficmanager.net/debian bookworm InRelease [151 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm-backports InRelease [59.4 kB]
Get:4 http://debian-archive.trafficmanager.net/debian-security bookworm-security InRelease [48.0 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/non-free-firmware Sources [7152 B]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/contrib Sources [51.1 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main Sources [9490 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/non-free-firmware amd64 Packages [6368 B]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/contrib amd64 Packages [53.5 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 Packages [8790 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm-updates/main Sources [3288 B]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm-updates/main amd64 Packages [6924 B]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm-backports/main amd64 Packages [313 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm-backports/contrib amd64 Packages [5856 B]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm-backports/non-free-firmware amd64 Packages [3828 B]
Get:16 http://debian-archive.trafficmanager.net/debian-security bookworm-security/contrib Sources [856 B]
Get:17 http://debian-archive.trafficmanager.net/debian-security bookworm-security/non-free-firmware Sources [796 B]
Get:18 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main Sources [222 kB]
Get:19 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 Packages [316 kB]
Get:20 http://debian-archive.trafficmanager.net/debian-security bookworm-security/non-free-firmware amd64 Packages [688 B]
Get:21 http://debian-archive.trafficmanager.net/debian-security bookworm-security/contrib amd64 Packages [896 B]
Fetched 19.6 MB in 7s (3006 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
iproute2 is already the newest version (6.1.0-3).
The following NEW packages will be installed:
  libconfig9
0 upgraded, 1 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.9 kB of archives.
After this operation, 75.8 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
N: Ignoring file 'debian.sources.back' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Fetched 29.9 kB in 0s (102 kB/s)
Selecting previously unselected package libconfig9:amd64.
(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 ... 11228 files and directories currently installed.)
Preparing to unpack .../libconfig9_1.5-0.4_amd64.deb ...
Unpacking libconfig9:amd64 (1.5-0.4) ...
Setting up libconfig9:amd64 (1.5-0.4) ...
Processing triggers for libc-bin (2.36-9+deb12u14) ...
Removing intermediate container c8ac3e16fdb4
 ---> e68ce7eae5e6
Step 14/25 : COPY         debs//linuxptp_4.2-sonic-0_amd64.deb     /debs/
 ---> 5c2f68d34d04
Step 15/25 : RUN dpkg_apt() { [ -f $1 ] && { dpkg -i $1 || apt-get -y install -f --no-remove; } || return 1; };         dpkg_apt /debs/linuxptp_4.2-sonic-0_amd64.deb
 ---> Running in e9d164e5db22
Selecting previously unselected package linuxptp.
(Reading database ... 11236 files and directories currently installed.)
Preparing to unpack .../linuxptp_4.2-sonic-0_amd64.deb ...
Unpacking linuxptp (4.2-sonic-0) ...
Setting up linuxptp (4.2-sonic-0) ...
Removing intermediate container e9d164e5db22
 ---> 2236e1b9cd7e
Step 16/25 : COPY         python-wheels//sonic_py_common-1.0-py3-none-any.whl     /python-wheels/
 ---> ffda50553c2a
Step 17/25 : RUN cd /python-wheels/ && pip3 install sonic_py_common-1.0-py3-none-any.whl
 ---> Running in fb98d380a0c7
Processing ./sonic_py_common-1.0-py3-none-any.whl
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (8.4.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common==1.0) (5.0.1)
Requirement already satisfied: async-timeout>=4.0.2 in /usr/local/lib/python3.11/dist-packages (from redis->redis-dump-load->sonic-py-common==1.0) (5.0.1)
sonic-py-common is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
Removing intermediate container fb98d380a0c7
 ---> c3084ba9b5d7
Step 18/25 : RUN apt-get clean -y      &&     apt-get autoclean -   &&     apt-get autoremove -y &&     rm -rf /debs /python-wheels /var/lib/apt/lists/* /tmp/* ~/.cache/
 ---> Running in de9d0c75c8c5
Reading package lists...
Building dependency tree...
Reading state information...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removing intermediate container de9d0c75c8c5
 ---> e770937dc3f1
Step 19/25 : COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
 ---> abf32d68d430
Step 20/25 : COPY ["ptpcfgd.py", "/usr/local/bin/ptpcfgd.py"]
 ---> 16ddda69be10
Step 21/25 : ENTRYPOINT ["/usr/local/bin/supervisord"]
 ---> Running in 9ea828227dd3
Removing intermediate container 9ea828227dd3
 ---> 661400c7e6db
Step 22/25 : RUN post_run_buildinfo docker-ptp
 ---> Running in 7e49b4003ef8
./
./pip/
./deb/
Removing intermediate container 7e49b4003ef8
 ---> cf49eda1125b
Step 23/25 : RUN post_run_cleanup docker-ptp
 ---> Running in 7ce5f61fe018
++ get_version_cache_option
++ '[' '!' -z ']'
++ echo -n ''
++ return 1
+ '[' '!' -z '' ']'
+ apt-get -s clean -y
Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/*
Del /var/lib/apt/lists/partial/*
Del  
+ apt-get -s autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
+ apt-get -s autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin'
+ [[ ! docker-ptp =~ -slave- ]]
+ rm -f '/var/lib/apt/lists/*'
+ rm -rf /sonic/target /ssh
+ rm -f '/tmp/*'
+ rm -rf /debs /python-wheels /root/.cache
+ find /
+ grep -E __pycache__
+ xargs rm -rf
+ rm -rf '/usr/local/share/buildinfo/build-versions/*'
+ symlink_build_hooks -d
+ set_reproducible_mirrors -d
+ local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/'
+ local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/'
+ local 'expression3=$a#SET_REPR_MIRRORS'
+ '[' -d = -d ']'
+ expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/'
+ expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/'
+ expression3=/#SET_REPR_MIRRORS/d
+ [[ -d != \-\d ]]
+ [[ -d == \-\d ]]
+ '[' -f /etc/apt/sources.list.d/debian.sources.back ']'
+ mv /etc/apt/sources.list.d/debian.sources.back /etc/apt/sources.list.d/debian.sources
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list /etc/apt/sources.list.d/debian.sources'
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list.d/debian.sources
+ continue
+ rm -f /usr/local/share/buildinfo/versions/01-versions-deb
+ rm -f /etc/apt/preferences.d/01-versions-deb
Removing intermediate container 7ce5f61fe018
 ---> d018239b45fb
Step 24/25 : LABEL Tag=etri-202505.13-c6999a3e9
 ---> Running in 539a633368b1
Removing intermediate container 539a633368b1
 ---> 1636143ef440
Step 25/25 : LABEL com.azure.sonic.manifest=
{
    "version": "1.0.0",
    "package": {
        "version": "1.0.0",
        "depends": [],
        "name": "ptp"
    },
    "service": {
        "name": "ptp",
        "requires": [],
        "after": [],
        "before": [],
        "dependent-of": [],
        "asic-service": false,
        "host-service": true,
        "warm-shutdown": {
            "after": [],
            "before": []
        },
        "fast-shutdown": {
            "after": [],
            "before": []
        },
        "syslog": {
            "support-rate-limit": true
        }
    },
    "container": {
        "privileged": false,
        "volumes": [],
        "tmpfs": []
    },
    "cli": {
        "config": "",
        "show": "",
        "clear": ""
    }
}
 ---> Running in 47a3a75e59d7
Removing intermediate container 47a3a75e59d7
 ---> 52f592f28f7f
[Warning] One or more build-args [frr_user_gid frr_user_uid guid image_version SONIC_VERSION_CACHE_SOURCE user uid] were not consumed
Successfully built 8e5c574f8544
Successfully tagged docker-ptp-sonic:latest
e79b66182c3789bb27721f094bdacc4bdb665a75542d0e4a01f37956d8dc1182
#1 [internal] load build definition from Dockerfile.cleanup
#1 transferring dockerfile: 291B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/docker-ptp-sonic:latest
#3 DONE 0.0s

#4 FROM docker.io/library/docker-ptp-sonic:latest
#4 DONE 0.0s

#5 [output 1/1] COPY --from=docker-ptp-sonic:latest /cache.tgz cache.tgz
#5 DONE 0.0s

#6 exporting to client directory
#6 copying files 179B done
#6 DONE 0.0s
#1 [internal] load build definition from Dockerfile.cleanup
#1 transferring dockerfile: 291B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/docker-ptp-sonic:latest
#3 DONE 0.0s

#4 [final 1/2] FROM docker.io/library/docker-ptp-sonic:latest
#4 CACHED

#5 [final 2/2] RUN rm /cache.tgz
#5 DONE 0.2s

#6 exporting to image
#6 exporting layers done
#6 writing image sha256:e5c0c7d35b113c32456d9093a4de9432de3955cb5517fe58f059aac983073fff done
#6 naming to docker.io/library/docker-ptp-sonic:latest done
#6 DONE 0.0s
Error response from daemon: conflict: unable to remove repository reference "tmp-docker-ptp-sonic:latest" (must force) - container e79b66182c37 is using its referenced image 8e5c574f8544
sync: error opening 'dockers/docker-ptp/vcache/cache.base64': No such file or directory
docker-ptp-sonic-latest
Attempting docker image lock for docker-ptp save
Obtained docker image lock for docker-ptp save
Tagging docker image docker-ptp-sonic:latest as docker-ptp:latest
Saving docker image docker-ptp:latest
Released docker image lock for docker-ptp save
Removing docker image docker-ptp-sonic:latest
Untagged: docker-ptp-sonic:latest
Build end time: Fri Jul 10 00:40:39 UTC 2026
Elapsed time: 0h 1m 26s