Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error on 201904 branch for nephos platform #2902

Open
michealylj1 opened this issue May 15, 2019 · 0 comments
Open

build error on 201904 branch for nephos platform #2902

michealylj1 opened this issue May 15, 2019 · 0 comments
Assignees

Comments

@michealylj1
Copy link
Contributor

Hi All,

I meet one error message as:

+++ --- Making list --- +++
BLDENV=stretch EXTRA_STRETCH_TARGETS=list make -f Makefile.work stretch
make[1]: Entering directory '/home/ljyang/work/sonic/svn_code/test/sonic-buildimage_201904'
SONiC Build System

Build Configuration
"CONFIGURED_PLATFORM" : "nephos"
"SONIC_CONFIG_PRINT_DEPENDENCIES" : ""
"SONIC_BUILD_JOBS" : "1"
"SONIC_CONFIG_MAKE_JOBS" : "40"
"USERNAME" : "admin"
"PASSWORD" : "YourPaSsWoRd"
"ENABLE_DHCP_GRAPH_SERVICE" : ""
"SHUTDOWN_BGP_ON_START" : ""
"ENABLE_PFCWD_ON_START" : ""
"INSTALL_DEBUG_TOOLS" : ""
"ROUTING_STACK" : "frr"
"FRR_USER_UID" : "300"
"FRR_USER_GID" : "300"
"ENABLE_SYNCD_RPC" : ""
"ENABLE_ORGANIZATION_EXTENSIONS" : "y"
"HTTP_PROXY" : ""
"HTTPS_PROXY" : ""
"ENABLE_SYSTEM_TELEMETRY" : "y"
"SONIC_DEBUGGING_ON" : ""
"SONIC_PROFILING_ON" : ""
"KERNEL_PROCURE_METHOD" : "build"
"BUILD_TIMESTAMP" : "20190515.095624"
"BLDENV" : "stretch"
"VS_PREPARE_MEM" : "yes"

slave.mk:332: warning: overriding recipe for target 'target/debs/stretch/libsainps-dev_2.0.8_sai_1.4.0_c818c7_amd64.deb'
slave.mk:196: warning: ignoring old recipe for target 'target/debs/stretch/libsainps-dev_2.0.8_sai_1.4.0_c818c7_amd64.deb'
slave.mk:365: target 'target/debs/stretch/libsainps-dev_2.0.8_sai_1.4.0_c818c7_amd64.deb-install' given more than once in the same rule
slave.mk:686: target 'target/debs/stretch/libsainps-dev_2.0.8_sai_1.4.0_c818c7_amd64.deb-clean' given more than once in the same rule
[ FAIL LOG START ] [ target/docker-base-stretch.gz ]
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 17.03.2-ce
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: overlayfs
Dirs: 0
Dirperm1 Supported: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc
runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe
init version: 949e6fa
Security Options:
seccomp
Profile: default
Kernel Version: 4.4.0-146-generic
Operating System: Debian GNU/Linux 9 (stretch) (containerized)
OSType: linux
Architecture: x86_64
CPUs: 40
Total Memory: 125.8 GiB
Name: 0a5191cbf44e
ID: PTSL:MLSV:IEKG:K4BY:DSDT:Z5Q5:U2GF:NU7Y:PQXN:NSW7:DTS5:RNGG
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: true
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Sending build context to Docker daemon 66.07 MB
Step 1/27 : FROM debian:stretch
stretch: Pulling from library/debian
c5e155d5a1d1: Pulling fs layer
c5e155d5a1d1: Verifying Checksum
c5e155d5a1d1: Download complete
c5e155d5a1d1: Pull complete
Digest: sha256:75f7d0590b45561bfa443abad0b3e0f86e2811b1fc176f786cd30eb078d1846f
Status: Downloaded newer image for debian:stretch
---> 8d31923452f8
Step 2/27 : RUN find /usr/share/doc -depth ( -type f -o -type l ) ! -name copyright | xargs rm || true
error creating aufs mount to /var/lib/docker/aufs/mnt/f7aba6f0e483067d42c77606217974c668fd71b9b6ad4522caf6afefdda95952-init: invalid argument
[ FAIL LOG END ] [ target/docker-base-stretch.gz ]
slave.mk:495: recipe for target 'target/docker-base-stretch.gz' failed
make: *** [target/docker-base-stretch.gz] Error 1
Makefile.work:134: recipe for target 'stretch' failed
make[1]: *** [stretch] Error 2
make[1]: Leaving directory '/home/ljyang/work/sonic/svn_code/test/sonic-buildimage_201904'
Makefile:6: recipe for target 'list' failed
make: *** [list] Error 2

Please tell me how to fix the issue,

Thanks,
Michael

mssonicbld added a commit that referenced this issue Nov 23, 2023
…lly (#17275)

#### Why I did it
src/sonic-swss
```
* 2ca3deb0 - (HEAD -> master, origin/master, origin/HEAD) [dash] fix DASH ACL Rule protocol use-after-free (#2958) (9 hours ago) [Yakiv Huryk]
* b8841ecb - [orchagent]: Extend the SRv6Orch to support the programming of the L3Adj (#2902) (24 hours ago) [Carmine Scarpitta]
```
#### How I did it
#### How to verify it
#### Description for the changelog
yxieca pushed a commit that referenced this issue Dec 13, 2023
…lly (#17455)

src/sonic-swss

* d839eec3 - (HEAD -> 202311, origin/202311) Add support for fabric monitor daemon (swss part). (#2920) (11 days ago) [jfeng-arista]
* 8dc0a856 - Add support for new Port SI parameters in PortsOA (#2929) (11 days ago) [Tomer Shalvi]
* 9458b855 - [hash]: Add ECMP/LAG hash algorithm to OA (#2953) (12 days ago) [Nazarii Hnydyn]
* dac3972d - [coppmgrd] Fix Copp processing logic by using Producer del instead of del from Table (13 days ago) [Vivek]
* f6a35e98 - [gcov]: Fix directory prefix issue for (#2969) (13 days ago) [Lawrence Lee]
* 14408ca3 - [Chassis][master][orchagent] : Added test case to verify WRED profile on system ports (#2954) (2 weeks ago) [vmittal-msft]
* 2ca3deb0 - [dash] fix DASH ACL Rule protocol use-after-free (#2958) (3 weeks ago) [Yakiv Huryk]
* b8841ecb - [orchagent]: Extend the SRv6Orch to support the programming of the L3Adj (#2902) (3 weeks ago) [Carmine Scarpitta]
* 194566a7 - Fix the Orchagent Qos error messages reported in Issue #16787 (#2947) (3 weeks ago) [saksarav-nokia]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants