Giter VIP home page Giter VIP logo

Comments (3)

volgariver6 avatar volgariver6 commented on May 30, 2024

fixed

from matrixone.

sukki37 avatar sukki37 commented on May 30, 2024

repro: https://github.com/matrixorigin/matrixone/actions/runs/9029741287/job/24817823215?pr=15965

2024-05-10T11:46:43.0782970Z === RUN   TestAddressManager
2024-05-10T11:46:43.0783120Z     address_test.go:99: 
2024-05-10T11:46:43.0783678Z         	Error Trace:	/home/runner/work/matrixone/matrixone/pkg/util/address/address_test.go:99
2024-05-10T11:46:43.0783918Z         	Error:      	Received unexpected error:
2024-05-10T11:46:43.0784387Z         	            	listen tcp4 0.0.0.0:39002: bind: address already in use
2024-05-10T11:46:43.0784588Z         	Test:       	TestAddressManager
2024-05-10T11:46:43.0784741Z     address_test.go:105: 
2024-05-10T11:46:43.0785295Z         	Error Trace:	/home/runner/work/matrixone/matrixone/pkg/util/address/address_test.go:105
2024-05-10T11:46:43.0785469Z         	Error:      	Not equal: 
2024-05-10T11:46:43.0785758Z         	            	expected: "0.0.0.0:39003"
2024-05-10T11:46:43.0786037Z         	            	actual  : "0.0.0.0:39002"
2024-05-10T11:46:43.0786198Z         	            	
2024-05-10T11:46:43.0786376Z         	            	Diff:
2024-05-10T11:46:43.0786629Z         	            	--- Expected
2024-05-10T11:46:43.0786829Z         	            	+++ Actual
2024-05-10T11:46:43.0787071Z         	            	@@ -1 +1 @@
2024-05-10T11:46:43.0787320Z         	            	-0.0.0.0:39003
2024-05-10T11:46:43.0787536Z         	            	+0.0.0.0:39002
2024-05-10T11:46:43.0787845Z         	Test:       	TestAddressManager
2024-05-10T11:46:43.0788006Z     address_test.go:106: 
2024-05-10T11:46:43.0788567Z         	Error Trace:	/home/runner/work/matrixone/matrixone/pkg/util/address/address_test.go:106
2024-05-10T11:46:43.0788739Z         	Error:      	Not equal: 
2024-05-10T11:46:43.0789039Z         	            	expected: "127.0.0.1:39003"
2024-05-10T11:46:43.0789330Z         	            	actual  : "127.0.0.1:39002"
2024-05-10T11:46:43.0789487Z         	            	
2024-05-10T11:46:43.0789662Z         	            	Diff:
2024-05-10T11:46:43.0789910Z         	            	--- Expected
2024-05-10T11:46:43.0790108Z         	            	+++ Actual
2024-05-10T11:46:43.0790345Z         	            	@@ -1 +1 @@
2024-05-10T11:46:43.0790605Z         	            	-127.0.0.1:39003
2024-05-10T11:46:43.0790834Z         	            	+127.0.0.1:39002
2024-05-10T11:46:43.0791027Z         	Test:       	TestAddressManager
2024-05-10T11:46:43.0791207Z --- FAIL: TestAddressManager (0.00s)
2024-05-10T11:46:43.0791538Z panic: runtime error: invalid memory address or nil pointer dereference [recovered]
2024-05-10T11:46:43.0791831Z 	panic: runtime error: invalid memory address or nil pointer dereference
2024-05-10T11:46:43.0792108Z [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x66a7aa]
2024-05-10T11:46:43.0792116Z 
2024-05-10T11:46:43.0792335Z goroutine 22 [running]:
2024-05-10T11:46:43.0792510Z testing.tRunner.func1.2({0x68bf20, 0x87e1c0})
2024-05-10T11:46:43.0792823Z 	/opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1545 +0x3f7
2024-05-10T11:46:43.0792958Z testing.tRunner.func1()
2024-05-10T11:46:43.0793252Z 	/opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1548 +0x716
2024-05-10T11:46:43.0793393Z panic({0x68bf20?, 0x87e1c0?})
2024-05-10T11:46:43.0793670Z 	/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/panic.go:920 +0x270
2024-05-10T11:46:43.0794011Z github.com/matrixorigin/matrixone/pkg/util/address.TestAddressManager.func1()
2024-05-10T11:46:43.0794383Z 	/home/runner/work/matrixone/matrixone/pkg/util/address/address_test.go:101 +0x4a
2024-05-10T11:46:43.0794745Z github.com/matrixorigin/matrixone/pkg/util/address.TestAddressManager(0xc000083a00)
2024-05-10T11:46:43.0795277Z 	/home/runner/work/matrixone/matrixone/pkg/util/address/address_test.go:107 +0x505
2024-05-10T11:46:43.0795426Z testing.tRunner(0xc000083a00, 0x6e77b8)
2024-05-10T11:46:43.0795776Z 	/opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1595 +0x262
2024-05-10T11:46:43.0795937Z created by testing.(*T).Run in goroutine 1
2024-05-10T11:46:43.0796211Z 	/opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1648 +0x846
2024-05-10T11:46:43.0796468Z FAIL	github.com/matrixorigin/matrixone/pkg/util/address	0.013s

from matrixone.

volgariver6 avatar volgariver6 commented on May 30, 2024

fixed

from matrixone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.