Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
739 stars 128 forks source link

The official source code can not pass the ci/circleci: test #919

Closed leyao-daily closed 4 years ago

leyao-daily commented 4 years ago

The ./build/cmd.sh test always failed, both happened in source code build and my changed code build. And the circleCI has the same issue.

=== RUN TestTapFDSource === RUN TestTapFDSource/single_cni E0413 07:37:48.283164 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/single_cni/recover E0413 07:37:49.635603 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:37:54.394867 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/single_cni_with_MTU E0413 07:38:00.795557 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/single_cni_with_MTU/recover E0413 07:38:02.171177 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:38:07.451322 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/multiple_cnis E0413 07:38:14.363387 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/multiple_cnis/recover E0413 07:38:16.011460 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:38:21.275776 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/multiplecnis(reordered_interfaces) E0413 07:38:27.931296 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/multiplecnis(reordered_interfaces)/recover E0413 07:38:29.655749 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:38:34.843157 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/single_cni_with_bad_result_correction E0413 07:38:37.787010 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/single_cni_with_bad_result_correction/recover E0413 07:38:39.171322 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:38:43.803449 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/calico E0413 07:38:50.459719 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/calico/recover E0413 07:38:51.971954 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:38:56.347655 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/calico_with_multiple_cnis E0413 07:39:03.771382 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection === RUN TestTapFDSource/calico_with_multiple_cnis/recover E0413 07:39:05.715733 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection E0413 07:39:11.451436 18166 tapfdsource.go:413] dhcp server error: receiving DHCP packet: read udp 0.0.0.0:67: raw-read udp4 0.0.0.0:67: use of closed network connection

leyao-daily commented 4 years ago

Is there anyone can explain it? Even the source code can not pass its ./build/cmd test

leyao-daily commented 4 years ago

@jellonek @pigmej Souce code cannot pass the ci/test now.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.