Skip to content

TestSnapshotterSuite/Chown failure in CI #117

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

Closed
samuelkarp opened this issue Feb 22, 2019 · 1 comment
Closed

TestSnapshotterSuite/Chown failure in CI #117

samuelkarp opened this issue Feb 22, 2019 · 1 comment

Comments

@samuelkarp
Copy link
Contributor

samuelkarp commented Feb 22, 2019

TestSnapshotterSuite/Chown failed on an apparently-unrelated push: https://buildkite.com/firecracker-microvm/firecracker-containerd/builds/18. The test then succeeded on retry.

    --- FAIL: TestSnapshotterSuite/Chown (8.55s)
        issues.go:111: Check snapshots failed: invalid argument
            failed to mount
            github.com/containerd/containerd/snapshots/testsuite.applyToMounts
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:40
            github.com/containerd/containerd/snapshots/testsuite.createSnapshot
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:62
            github.com/containerd/containerd/snapshots/testsuite.checkSnapshots
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:123
            github.com/containerd/containerd/snapshots/testsuite.checkChown
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/issues.go:110
            github.com/containerd/containerd/snapshots/testsuite.makeTest.func1
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/testsuite.go:111
            testing.tRunner
            	/usr/lib/go-1.11/src/testing/testing.go:827
            runtime.goexit
            	/usr/lib/go-1.11/src/runtime/asm_amd64.s:1333
            failed to apply
            github.com/containerd/containerd/snapshots/testsuite.createSnapshot
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:63
            github.com/containerd/containerd/snapshots/testsuite.checkSnapshots
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:123
            github.com/containerd/containerd/snapshots/testsuite.checkChown
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/issues.go:110
            github.com/containerd/containerd/snapshots/testsuite.makeTest.func1
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/testsuite.go:111
            testing.tRunner
            	/usr/lib/go-1.11/src/testing/testing.go:827
            runtime.goexit
            	/usr/lib/go-1.11/src/runtime/asm_amd64.s:1333
            failed to create snapshot 1
            github.com/containerd/containerd/snapshots/testsuite.checkSnapshots
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/helpers.go:125
            github.com/containerd/containerd/snapshots/testsuite.checkChown
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/issues.go:110
            github.com/containerd/containerd/snapshots/testsuite.makeTest.func1
            	/root/go/pkg/mod/github.com/containerd/[email protected]/snapshots/testsuite/testsuite.go:111
            testing.tRunner
            	/usr/lib/go-1.11/src/testing/testing.go:827
            runtime.goexit
            	/usr/lib/go-1.11/src/runtime/asm_amd64.s:1333
        helpers.go:67: drwx------       4096 /tmp/snapshot-suite-Snapshotter-905427901
        helpers.go:67: drwxr-xr-x       4096 /tmp/snapshot-suite-Snapshotter-905427901/root
        helpers.go:67: drwxr-x---       4096 /tmp/snapshot-suite-Snapshotter-905427901/root/images
        helpers.go:65: -rw-r--r-- 1073741824 /tmp/snapshot-suite-Snapshotter-905427901/root/images/1 [ "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" ...]
        helpers.go:65: -rw-------      65536 /tmp/snapshot-suite-Snapshotter-905427901/root/metadata.db [ "\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\xed\xda\f\xed\x02\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\b\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00\x00\x00\x00\x00" ...]
        helpers.go:67: drwxr-xr-x       4096 /tmp/snapshot-suite-Snapshotter-905427901/work
@kzys
Copy link
Contributor

kzys commented Nov 30, 2019

We have removed snapshotters from our repos (#344), including this test.

@kzys kzys closed this as completed Nov 30, 2019
fangn2 pushed a commit to fangn2/firecracker-containerd that referenced this issue Mar 23, 2023
Add tc-redirect-tap plugin with support for ADD command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants