Content

상위 폴더로 이동
Build start time: Wed Feb 25 02:11:34 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: 503
 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: 1
 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: runc io.containerd.runc.v2
 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
 Kernel Version: 5.15.0-119-generic
 Operating System: Debian GNU/Linux 12 (bookworm) (containerized)
 OSType: linux
 Architecture: x86_64
 CPUs: 112
 Total Memory: 503.3GiB
 Name: e540ec888e43
 ID: 9c9613c4-8b58-405f-ac82-d29ea4485a25
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: true
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

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  829.7MB

Step 1/25 : FROM docker-config-engine-bookworm-sonic:latest
 ---> e5e4b6b446a8
Step 2/25 : ARG docker_container_name
 ---> Running in 879f130e4511
Removing intermediate container 879f130e4511
 ---> 5db3039390cb
Step 3/25 : ARG SONIC_VERSION_CACHE
 ---> Running in 2e4e0a32017e
Removing intermediate container 2e4e0a32017e
 ---> c53014b2dea9
Step 4/25 : ARG SONIC_VERSION_CONTROL_COMPONENTS
 ---> Running in ce8ad50db78e
Removing intermediate container ce8ad50db78e
 ---> d637201dc438
Step 5/25 : COPY ["buildinfo", "/usr/local/share/buildinfo"]
 ---> 7ea7330f8b6a
Step 6/25 : COPY vcache/ /sonic/target/vcache/docker-ptp
 ---> e07bbae8d920
Step 7/25 : RUN dpkg -i /usr/local/share/buildinfo/sonic-build-hooks_1.0_all.deb
 ---> Running in fca271695937
(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 fca271695937
 ---> 3fad187d7771
Step 8/25 : ENV IMAGENAME=docker-ptp
 ---> Running in ceafb31e1207
Removing intermediate container ceafb31e1207
 ---> 6f42ee807274
Step 9/25 : ENV DISTRO=bookworm
 ---> Running in 046936037c1d
Removing intermediate container 046936037c1d
 ---> d2b709a0bc38
Step 10/25 : RUN pre_run_buildinfo docker-ptp
 ---> Running in 97bc3ed67e44
Removing intermediate container 97bc3ed67e44
 ---> 22d0ad2e66d8
Step 11/25 : RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%syslogtag%/;" /etc/rsyslog.conf
 ---> Running in 65d57152283b
Removing intermediate container 65d57152283b
 ---> af6a76c73a15
Step 12/25 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Running in f54bfe28cfd0
Removing intermediate container f54bfe28cfd0
 ---> 7d13ae06406a
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 eac645632bd2
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/contrib Sources [51.1 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main Sources [9495 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/non-free-firmware Sources [7152 B]
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/main amd64 Packages [8792 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/contrib amd64 Packages [53.5 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/contrib amd64 Packages [5856 B]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm-backports/non-free-firmware amd64 Packages [3828 B]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm-backports/main amd64 Packages [304 kB]
Get:16 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main Sources [207 kB]
Get:17 http://debian-archive.trafficmanager.net/debian-security bookworm-security/contrib Sources [856 B]
Get:18 http://debian-archive.trafficmanager.net/debian-security bookworm-security/non-free-firmware Sources [796 B]
Get:19 http://debian-archive.trafficmanager.net/debian-security bookworm-security/non-free-firmware amd64 Packages [688 B]
Get:20 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 Packages [297 kB]
Get:21 http://debian-archive.trafficmanager.net/debian-security bookworm-security/contrib amd64 Packages [896 B]
Fetched 19.5 MB in 3s (6015 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 23 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 (139 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+deb12u13) ...
Removing intermediate container eac645632bd2
 ---> 1db19cf62c99
Step 14/25 : COPY         debs//linuxptp_4.2-sonic-0_amd64.deb     /debs/
 ---> 488f2ff2cdfa
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 246f0a387dc2
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 246f0a387dc2
 ---> d6d4adfb10e0
Step 16/25 : COPY         python-wheels//sonic_py_common-1.0-py3-none-any.whl     /python-wheels/
 ---> 4375f6e8ce84
Step 17/25 : RUN cd /python-wheels/ && pip3 install sonic_py_common-1.0-py3-none-any.whl
 ---> Running in 8ff1f169eeb2
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 8ff1f169eeb2
 ---> b6520a20ce7d
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 e15a2ed5042e
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 e15a2ed5042e
 ---> c8a91340acbe
Step 19/25 : COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
 ---> b0c4dd9f4034
Step 20/25 : COPY ["ptpcfgd.py", "/usr/local/bin/ptpcfgd.py"]
 ---> fd090647184b
Step 21/25 : ENTRYPOINT ["/usr/local/bin/supervisord"]
 ---> Running in 4a0aba1e5260
Removing intermediate container 4a0aba1e5260
 ---> 2991ce9c46ae
Step 22/25 : RUN post_run_buildinfo docker-ptp
 ---> Running in 6e9de21f4c41
./
./pip/
./deb/
Removing intermediate container 6e9de21f4c41
 ---> 0b91d35880a8
Step 23/25 : RUN post_run_cleanup docker-ptp
 ---> Running in f52ef3480c0c
++ 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 f52ef3480c0c
 ---> 21066bf19eab
Step 24/25 : LABEL Tag=etri-202505.20-22ceb70cc
 ---> Running in 85d86bc5cd19
Removing intermediate container 85d86bc5cd19
 ---> e0556fc573c3
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 4478fdce1c49
Removing intermediate container 4478fdce1c49
 ---> f3eeda867775
[Warning] One or more build-args [SONIC_VERSION_CACHE_SOURCE frr_user_uid image_version uid user frr_user_gid guid] were not consumed
Successfully built 8a76111d7eb1
Successfully tagged docker-ptp-sonic:latest
0ef1f41141f37c0a58e36aa76a56a4f4712cb318b01f431adac340ef9baa09ca
#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.1s

#6 exporting to client directory
#6 copying files 181B done
#6 DONE 0.0s
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile.cleanup
#2 transferring dockerfile: 291B 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.3s

#6 exporting to image
#6 exporting layers done
#6 writing image sha256:8802d191cd0e70d18603bad2240e582bfdf6482d45a986b7c582f3038ba59e65 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 0ef1f41141f3 is using its referenced image 8a76111d7eb1
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: Wed Feb 25 02:13:19 UTC 2026
Elapsed time: 0h 1m 45s