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

TestCloneSubVolumeSnapshot failing on ceph main branch #979

Closed
anoopcs9 opened this issue Apr 2, 2024 · 2 comments
Closed

TestCloneSubVolumeSnapshot failing on ceph main branch #979

anoopcs9 opened this issue Apr 2, 2024 · 2 comments

Comments

@anoopcs9
Copy link
Collaborator

anoopcs9 commented Apr 2, 2024

New failures from nightyl CI runs:

=== RUN   TestCloneSubVolumeSnapshot
    clone_test.go:82: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:82
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolumegroup create'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:93: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:93
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume create'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:100: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:100
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume snapshot create'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:122: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:122
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume snapshot clone'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:130: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:130
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs clone status'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:131: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:131
        	Error:      	Expected value not to be nil.
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:125: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:125
        	            				/opt/go/src/runtime/panic.go:770
        	            				/opt/go/src/runtime/panic.go:261
        	            				/opt/go/src/runtime/signal_unix.go:881
        	            				/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:132
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume rm'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:103: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:103
        	            				/opt/go/src/runtime/panic.go:770
        	            				/opt/go/src/runtime/panic.go:261
        	            				/opt/go/src/runtime/signal_unix.go:881
        	            				/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:132
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume snapshot rm'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:96: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:96
        	            				/opt/go/src/runtime/panic.go:770
        	            				/opt/go/src/runtime/panic.go:261
        	            				/opt/go/src/runtime/signal_unix.go:881
        	            				/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:132
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolume rm'
        	Test:       	TestCloneSubVolumeSnapshot
    clone_test.go:85: 
        	Error Trace:	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:85
        	            				/opt/go/src/runtime/panic.go:770
        	            				/opt/go/src/runtime/panic.go:261
        	            				/opt/go/src/runtime/signal_unix.go:881
        	            				/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:132
        	Error:      	Received unexpected error:
        	            	API call not implemented server-side: No handler found for 'fs subvolumegroup rm'
        	Test:       	TestCloneSubVolumeSnapshot
--- FAIL: TestCloneSubVolumeSnapshot (0.15s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x5fbc4b]

goroutine 16 [running]:
testing.tRunner.func1.2({0x643360, 0xa3b3a0})
	/opt/go/src/testing/testing.go:1631 +0x24a
testing.tRunner.func1()
	/opt/go/src/testing/testing.go:1634 +0x377
panic({0x643360?, 0xa3b3a0?})
	/opt/go/src/runtime/panic.go:770 +0x132
github.com/ceph/go-ceph/cephfs/admin.TestCloneSubVolumeSnapshot(0xc000019d40)
	/go/src/github.com/ceph/go-ceph/cephfs/admin/clone_test.go:132 +0x80b
testing.tRunner(0xc000019d40, 0x6ad750)
	/opt/go/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 1
	/opt/go/src/testing/testing.go:1742 +0x390
FAIL	github.com/ceph/go-ceph/cephfs/admin	0.180s
FAIL
*** ERROR: returned 1
*** ERROR: cephfs/admin tests failed
make: *** [Makefile:221: test-containers-test] Error 1
Error: Process completed with exit code 2.

https://github.com/ceph/go-ceph/actions/runs/8494795424/job/23270374279
https://github.com/ceph/go-ceph/actions/runs/8502463560/job/23286663948
https://github.com/ceph/go-ceph/actions/runs/8516046284/job/23324505623

@anoopcs9 anoopcs9 changed the title TestCloneSubvolumSnapshot failing on ceph main branch TestCloneSubVolumeSnapshot failing on ceph main branch Apr 2, 2024
@phlogistonjohn
Copy link
Collaborator

Since these are all on main I suspect the recent issues loading the mgr modules.
A revert is in the works. See: ceph/ceph#56617

Let's retest main after the PR I linked has been merged.

@anoopcs9
Copy link
Collaborator Author

anoopcs9 commented Apr 8, 2024

Looks like its all back green. Closing the issue.

@anoopcs9 anoopcs9 closed this as completed Apr 8, 2024
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