Skip to content

Instantly share code, notes, and snippets.

@mkumatag
Created February 22, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkumatag/dd0cafcf968700119da401e6a652683f to your computer and use it in GitHub Desktop.
Save mkumatag/dd0cafcf968700119da401e6a652683f to your computer and use it in GitHub Desktop.
root@a89a82b2e292:/usr/local/go# git log --oneline
de27378 cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tracebacks
0349f29 cmd/compile: flow interface data to heap if CONVIFACE of a non-direct interface escapes
root@a89a82b2e292:/usr/local/go# go version
go version devel +de27378 Fri Feb 22 05:29:37 2019 +0000 linux/ppc64le
root@a89a82b2e292:/usr/local/go#
root@a89a82b2e292:/go/src/github.com/containerd/containerd# TESTFLAGS="-buildmode pie -v" make test
+ test
go test -buildmode pie -v github.com/containerd/containerd/api/events github.com/containerd/containerd/api/services/containers/v1 github.com/containerd/containerd/api/services/content/v1 github.com/containerd/containerd/api/services/diff/v1 github.com/containerd/containerd/api/services/events/v1 github.com/containerd/containerd/api/services/images/v1 github.com/containerd/containerd/api/services/introspection/v1 github.com/containerd/containerd/api/services/leases/v1 github.com/containerd/containerd/api/services/namespaces/v1 github.com/containerd/containerd/api/services/snapshots/v1 github.com/containerd/containerd/api/services/tasks/v1 github.com/containerd/containerd/api/services/version/v1 github.com/containerd/containerd/api/types github.com/containerd/containerd/api/types/task github.com/containerd/containerd/archive github.com/containerd/containerd/archive/compression github.com/containerd/containerd/archive/tartest github.com/containerd/containerd/cio github.com/containerd/containerd/cmd/containerd github.com/containerd/containerd/cmd/containerd/command github.com/containerd/containerd/cmd/containerd-shim github.com/containerd/containerd/cmd/containerd-shim-runc-v1 github.com/containerd/containerd/cmd/containerd-shim-runc-v2 github.com/containerd/containerd/cmd/containerd-stress github.com/containerd/containerd/cmd/ctr github.com/containerd/containerd/cmd/ctr/app github.com/containerd/containerd/cmd/ctr/commands github.com/containerd/containerd/cmd/ctr/commands/containers github.com/containerd/containerd/cmd/ctr/commands/content github.com/containerd/containerd/cmd/ctr/commands/events github.com/containerd/containerd/cmd/ctr/commands/images github.com/containerd/containerd/cmd/ctr/commands/install github.com/containerd/containerd/cmd/ctr/commands/leases github.com/containerd/containerd/cmd/ctr/commands/namespaces github.com/containerd/containerd/cmd/ctr/commands/plugins github.com/containerd/containerd/cmd/ctr/commands/pprof github.com/containerd/containerd/cmd/ctr/commands/run github.com/containerd/containerd/cmd/ctr/commands/shim github.com/containerd/containerd/cmd/ctr/commands/snapshots github.com/containerd/containerd/cmd/ctr/commands/tasks github.com/containerd/containerd/cmd/ctr/commands/version github.com/containerd/containerd/cmd/protoc-gen-gogoctrd github.com/containerd/containerd/containers github.com/containerd/containerd/content github.com/containerd/containerd/content/local github.com/containerd/containerd/content/proxy github.com/containerd/containerd/content/testsuite github.com/containerd/containerd/contrib/apparmor github.com/containerd/containerd/contrib/nvidia github.com/containerd/containerd/contrib/seccomp github.com/containerd/containerd/contrib/snapshotservice github.com/containerd/containerd/defaults github.com/containerd/containerd/diff github.com/containerd/containerd/diff/apply github.com/containerd/containerd/diff/walking github.com/containerd/containerd/diff/walking/plugin github.com/containerd/containerd/errdefs github.com/containerd/containerd/events github.com/containerd/containerd/events/exchange github.com/containerd/containerd/filters github.com/containerd/containerd/gc github.com/containerd/containerd/gc/scheduler github.com/containerd/containerd/identifiers github.com/containerd/containerd/images github.com/containerd/containerd/images/archive github.com/containerd/containerd/images/oci github.com/containerd/containerd/labels github.com/containerd/containerd/leases github.com/containerd/containerd/leases/proxy github.com/containerd/containerd/log github.com/containerd/containerd/metadata github.com/containerd/containerd/metadata/boltutil github.com/containerd/containerd/metrics/cgroups github.com/containerd/containerd/mount github.com/containerd/containerd/namespaces github.com/containerd/containerd/oci github.com/containerd/containerd/pkg/dialer github.com/containerd/containerd/pkg/progress github.com/containerd/containerd/pkg/seed github.com/containerd/containerd/pkg/testutil github.com/containerd/containerd/platforms github.com/containerd/containerd/plugin github.com/containerd/containerd/protobuf/plugin github.com/containerd/containerd/protobuf/plugin/fieldpath github.com/containerd/containerd/reference github.com/containerd/containerd/remotes github.com/containerd/containerd/remotes/docker github.com/containerd/containerd/remotes/docker/schema1 github.com/containerd/containerd/rootfs github.com/containerd/containerd/runtime github.com/containerd/containerd/runtime/linux/runctypes github.com/containerd/containerd/runtime/proc github.com/containerd/containerd/runtime/restart github.com/containerd/containerd/runtime/restart/monitor github.com/containerd/containerd/runtime/v1 github.com/containerd/containerd/runtime/v1/linux github.com/containerd/containerd/runtime/v1/linux/proc github.com/containerd/containerd/runtime/v1/shim github.com/containerd/containerd/runtime/v1/shim/client github.com/containerd/containerd/runtime/v1/shim/v1 github.com/containerd/containerd/runtime/v2 github.com/containerd/containerd/runtime/v2/example github.com/containerd/containerd/runtime/v2/example/cmd github.com/containerd/containerd/runtime/v2/runc github.com/containerd/containerd/runtime/v2/runc/options github.com/containerd/containerd/runtime/v2/runc/v1 github.com/containerd/containerd/runtime/v2/runc/v2 github.com/containerd/containerd/runtime/v2/runhcs/options github.com/containerd/containerd/runtime/v2/shim github.com/containerd/containerd/runtime/v2/task github.com/containerd/containerd/services github.com/containerd/containerd/services/containers github.com/containerd/containerd/services/content github.com/containerd/containerd/services/diff github.com/containerd/containerd/services/events github.com/containerd/containerd/services/healthcheck github.com/containerd/containerd/services/images github.com/containerd/containerd/services/introspection github.com/containerd/containerd/services/leases github.com/containerd/containerd/services/namespaces github.com/containerd/containerd/services/opt github.com/containerd/containerd/services/server github.com/containerd/containerd/services/server/config github.com/containerd/containerd/services/snapshots github.com/containerd/containerd/services/tasks github.com/containerd/containerd/services/version github.com/containerd/containerd/snapshots github.com/containerd/containerd/snapshots/btrfs github.com/containerd/containerd/snapshots/native github.com/containerd/containerd/snapshots/overlay github.com/containerd/containerd/snapshots/proxy github.com/containerd/containerd/snapshots/storage github.com/containerd/containerd/snapshots/testsuite github.com/containerd/containerd/sys github.com/containerd/containerd/version github.com/containerd/containerd/windows/hcsshimtypes
? github.com/containerd/containerd/api/events [no test files]
? github.com/containerd/containerd/api/services/containers/v1 [no test files]
? github.com/containerd/containerd/api/services/content/v1 [no test files]
? github.com/containerd/containerd/api/services/diff/v1 [no test files]
? github.com/containerd/containerd/api/services/events/v1 [no test files]
? github.com/containerd/containerd/api/services/images/v1 [no test files]
? github.com/containerd/containerd/api/services/introspection/v1 [no test files]
? github.com/containerd/containerd/api/services/leases/v1 [no test files]
? github.com/containerd/containerd/api/services/namespaces/v1 [no test files]
? github.com/containerd/containerd/api/services/snapshots/v1 [no test files]
? github.com/containerd/containerd/api/services/tasks/v1 [no test files]
? github.com/containerd/containerd/api/services/version/v1 [no test files]
? github.com/containerd/containerd/api/types [no test files]
? github.com/containerd/containerd/api/types/task [no test files]
=== RUN TestPrefixHeaderReadable
--- SKIP: TestPrefixHeaderReadable (0.00s)
helpers_unix.go:41: skipping test that requires root
=== RUN TestUnpack
--- PASS: TestUnpack (0.02s)
=== RUN TestBaseDiff
--- PASS: TestBaseDiff (0.03s)
=== RUN TestRelativeSymlinks
--- PASS: TestRelativeSymlinks (0.06s)
=== RUN TestSymlinks
--- PASS: TestSymlinks (0.02s)
=== RUN TestTarWithXattr
--- SKIP: TestTarWithXattr (0.00s)
helpers_unix.go:41: skipping test that requires root
=== RUN TestBreakouts
=== RUN TestBreakouts/SymlinkAbsolute
=== RUN TestBreakouts/SymlinkUpAndOut
=== RUN TestBreakouts/SymlinkMultipleAbsolute
=== RUN TestBreakouts/SymlinkMultipleRelative
=== RUN TestBreakouts/SymlinkEmptyFile
=== RUN TestBreakouts/HardlinkRelative
=== RUN TestBreakouts/HardlinkDownAndOut
=== RUN TestBreakouts/HardlinkAbsolute
=== RUN TestBreakouts/HardlinkRelativeLong
=== RUN TestBreakouts/HardlinkRelativeUpAndOut
=== RUN TestBreakouts/HardlinkDirectRelative
=== RUN TestBreakouts/HardlinkDirectAbsolute
=== RUN TestBreakouts/HardlinkSymlinkBeforeCreateTarget
=== RUN TestBreakouts/HardlinkSymlinkRelative
=== RUN TestBreakouts/HardlinkSymlinkAbsolute
=== RUN TestBreakouts/SymlinkParentDirectory
=== RUN TestBreakouts/SymlinkEmptyFilename
=== RUN TestBreakouts/SymlinkParentRelative
=== RUN TestBreakouts/SymlinkSlashEnded
=== RUN TestBreakouts/SymlinkOverrideDirectory
=== RUN TestBreakouts/SymlinkOverrideDirectoryRelative
=== RUN TestBreakouts/DirectoryOverrideSymlink
=== RUN TestBreakouts/DirectoryOverrideSymlinkAndHardlink
=== RUN TestBreakouts/WhiteoutRootParent
=== RUN TestBreakouts/WhiteoutParent
=== RUN TestBreakouts/WhiteoutRoot
=== RUN TestBreakouts/WhiteoutCurrentDirectory
=== RUN TestBreakouts/WhiteoutSymlink
=== RUN TestBreakouts/WhiteoutSymlinkPath
=== RUN TestBreakouts/WhiteoutDirectoryName
=== RUN TestBreakouts/WhiteoutDeadSymlinkParent
=== RUN TestBreakouts/WhiteoutRelativePath
--- PASS: TestBreakouts (0.11s)
--- PASS: TestBreakouts/SymlinkAbsolute (0.00s)
--- PASS: TestBreakouts/SymlinkUpAndOut (0.00s)
--- PASS: TestBreakouts/SymlinkMultipleAbsolute (0.00s)
--- PASS: TestBreakouts/SymlinkMultipleRelative (0.00s)
--- PASS: TestBreakouts/SymlinkEmptyFile (0.01s)
--- PASS: TestBreakouts/HardlinkRelative (0.00s)
--- PASS: TestBreakouts/HardlinkDownAndOut (0.00s)
--- PASS: TestBreakouts/HardlinkAbsolute (0.00s)
--- PASS: TestBreakouts/HardlinkRelativeLong (0.00s)
--- PASS: TestBreakouts/HardlinkRelativeUpAndOut (0.02s)
--- PASS: TestBreakouts/HardlinkDirectRelative (0.00s)
--- PASS: TestBreakouts/HardlinkDirectAbsolute (0.00s)
--- PASS: TestBreakouts/HardlinkSymlinkBeforeCreateTarget (0.00s)
--- PASS: TestBreakouts/HardlinkSymlinkRelative (0.01s)
--- PASS: TestBreakouts/HardlinkSymlinkAbsolute (0.01s)
--- PASS: TestBreakouts/SymlinkParentDirectory (0.00s)
--- PASS: TestBreakouts/SymlinkEmptyFilename (0.00s)
--- PASS: TestBreakouts/SymlinkParentRelative (0.00s)
--- PASS: TestBreakouts/SymlinkSlashEnded (0.00s)
--- PASS: TestBreakouts/SymlinkOverrideDirectory (0.00s)
--- PASS: TestBreakouts/SymlinkOverrideDirectoryRelative (0.00s)
--- PASS: TestBreakouts/DirectoryOverrideSymlink (0.00s)
--- PASS: TestBreakouts/DirectoryOverrideSymlinkAndHardlink (0.00s)
--- PASS: TestBreakouts/WhiteoutRootParent (0.00s)
--- PASS: TestBreakouts/WhiteoutParent (0.00s)
--- PASS: TestBreakouts/WhiteoutRoot (0.00s)
--- PASS: TestBreakouts/WhiteoutCurrentDirectory (0.00s)
--- PASS: TestBreakouts/WhiteoutSymlink (0.00s)
--- PASS: TestBreakouts/WhiteoutSymlinkPath (0.00s)
--- PASS: TestBreakouts/WhiteoutDirectoryName (0.00s)
--- PASS: TestBreakouts/WhiteoutDeadSymlinkParent (0.00s)
--- PASS: TestBreakouts/WhiteoutRelativePath (0.00s)
=== RUN TestDiffApply
=== RUN TestDiffApply/Basic
=== RUN TestDiffApply/Deletion
=== RUN TestDiffApply/Update
=== RUN TestDiffApply/DirectoryPermission
=== RUN TestDiffApply/ParentDirectoryPermission
=== RUN TestDiffApply/HardlinkUnmodified
=== RUN TestDiffApply/HardlinkBeforeUnmodified
=== RUN TestDiffApply/HardlinkBeforeModified
--- PASS: TestDiffApply (0.32s)
--- PASS: TestDiffApply/Basic (0.08s)
--- PASS: TestDiffApply/Deletion (0.02s)
--- PASS: TestDiffApply/Update (0.02s)
--- PASS: TestDiffApply/DirectoryPermission (0.01s)
--- PASS: TestDiffApply/ParentDirectoryPermission (0.04s)
--- PASS: TestDiffApply/HardlinkUnmodified (0.06s)
--- PASS: TestDiffApply/HardlinkBeforeUnmodified (0.06s)
--- PASS: TestDiffApply/HardlinkBeforeModified (0.04s)
=== RUN TestApplyTar
=== RUN TestApplyTar/DirectoryCreation
--- PASS: TestApplyTar (0.00s)
--- PASS: TestApplyTar/DirectoryCreation (0.00s)
=== RUN TestDiffTar
=== RUN TestDiffTar/EmptyDiff
=== RUN TestDiffTar/ParentInclusion
=== RUN TestDiffTar/HardlinkParentInclusion
=== RUN TestDiffTar/UpdateDirectoryPermission
=== RUN TestDiffTar/HardlinkUpdatedParent
=== RUN TestDiffTar/WhiteoutIncludesParents
=== RUN TestDiffTar/WhiteoutParentRemoval
=== RUN TestDiffTar/IgnoreSockets
--- PASS: TestDiffTar (0.05s)
--- PASS: TestDiffTar/EmptyDiff (0.00s)
--- PASS: TestDiffTar/ParentInclusion (0.00s)
--- PASS: TestDiffTar/HardlinkParentInclusion (0.01s)
--- PASS: TestDiffTar/UpdateDirectoryPermission (0.00s)
--- PASS: TestDiffTar/HardlinkUpdatedParent (0.01s)
--- PASS: TestDiffTar/WhiteoutIncludesParents (0.01s)
--- PASS: TestDiffTar/WhiteoutParentRemoval (0.01s)
--- PASS: TestDiffTar/IgnoreSockets (0.00s)
PASS
ok github.com/containerd/containerd/archive 0.624s
=== RUN TestCompressDecompressGzip
--- PASS: TestCompressDecompressGzip (0.27s)
compression_test.go:71: compressed 1048576 bytes to 700369 bytes (66.79%)
=== RUN TestCompressDecompressPigz
--- SKIP: TestCompressDecompressPigz (0.00s)
compression_test.go:108: pigz not installed
=== RUN TestCompressDecompressUncompressed
--- PASS: TestCompressDecompressUncompressed (0.02s)
compression_test.go:71: compressed 1048576 bytes to 1048576 bytes (100.00%)
=== RUN TestDetectPigz
--- PASS: TestDetectPigz (0.00s)
=== RUN TestCmdStream
--- PASS: TestCmdStream (0.02s)
=== RUN TestCmdStreamBad
--- PASS: TestCmdStreamBad (0.00s)
PASS
ok github.com/containerd/containerd/archive/compression 0.324s
? github.com/containerd/containerd/archive/tartest [no test files]
=== RUN TestNewFIFOSetInDir
--- PASS: TestNewFIFOSetInDir (0.00s)
=== RUN TestNewAttach
--- PASS: TestNewAttach (0.00s)
=== RUN TestOpenFifos
--- PASS: TestOpenFifos (0.00s)
PASS
ok github.com/containerd/containerd/cio 0.011s
^Fme? github.com/containerd/containerd/cmd/containerd [no test files]
? github.com/containerd/containerd/cmd/containerd/command [no test files]
? github.com/containerd/containerd/cmd/containerd-shim [no test files]
? github.com/containerd/containerd/cmd/containerd-shim-runc-v1 [no test files]
? github.com/containerd/containerd/cmd/containerd-shim-runc-v2 [no test files]
? github.com/containerd/containerd/cmd/containerd-stress [no test files]
? github.com/containerd/containerd/cmd/ctr [no test files]
? github.com/containerd/containerd/cmd/ctr/app [no test files]
? github.com/containerd/containerd/cmd/ctr/commands [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/containers [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/content [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/events [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/images [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/install [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/leases [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/namespaces [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/plugins [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/pprof [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/run [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/shim [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/snapshots [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/tasks [no test files]
? github.com/containerd/containerd/cmd/ctr/commands/version [no test files]
? github.com/containerd/containerd/cmd/protoc-gen-gogoctrd [no test files]
? github.com/containerd/containerd/containers [no test files]
=== RUN TestCopy
=== RUN TestCopy/copy_no_offset
=== RUN TestCopy/copy_with_offset_from_seeker
=== RUN TestCopy/copy_with_offset_from_unseekable_source
=== RUN TestCopy/commit_already_exists
--- PASS: TestCopy (0.00s)
--- PASS: TestCopy/copy_no_offset (0.00s)
--- PASS: TestCopy/copy_with_offset_from_seeker (0.00s)
--- PASS: TestCopy/copy_with_offset_from_unseekable_source (0.00s)
--- PASS: TestCopy/commit_already_exists (0.00s)
PASS
ok github.com/containerd/containerd/content 0.022s
=== RUN TestContent
=== RUN TestContent/Writer
=== RUN TestContent/UpdateStatus
=== RUN TestContent/CommitExists
=== RUN TestContent/Resume
=== RUN TestContent/ResumeTruncate
=== RUN TestContent/ResumeDiscard
=== RUN TestContent/ResumeCopy
=== RUN TestContent/ResumeCopySeeker
=== RUN TestContent/ResumeCopyReaderAt
=== RUN TestContent/SmallBlob
=== RUN TestContent/Labels
=== RUN TestContent/CommitErrorState
--- PASS: TestContent (4.28s)
--- PASS: TestContent/Writer (0.07s)
--- PASS: TestContent/UpdateStatus (0.01s)
testsuite.go:526: compare update 2019-02-22 06:19:38.864705902 +0000 UTC m=+0.074355842 against (2019-02-22 06:19:38.864563463 +0000 UTC m=+0.074213398, 2019-02-22 06:19:38.872151289 +0000 UTC m=+0.081801285)
testsuite.go:536: compare update 2019-02-22 06:19:38.872337795 +0000 UTC m=+0.081987734 against (2019-02-22 06:19:38.872314019 +0000 UTC m=+0.081963932, 2019-02-22 06:19:38.872338256 +0000 UTC m=+0.081988157)
testsuite.go:546: compare update 2019-02-22 06:19:38.872442542 +0000 UTC m=+0.082092471 against (2019-02-22 06:19:38.872429911 +0000 UTC m=+0.082079851, 2019-02-22 06:19:38.872442903 +0000 UTC m=+0.082092805)
testsuite.go:555: compare update 2019-02-22 06:19:38.872561935 +0000 UTC m=+0.082211837 against (2019-02-22 06:19:38.872545195 +0000 UTC m=+0.082195112, 2019-02-22 06:19:38.872562295 +0000 UTC m=+0.082212198)
--- PASS: TestContent/CommitExists (0.04s)
--- PASS: TestContent/Resume (0.02s)
testsuite.go:268: compare update 2019-02-22 06:19:38.922863891 +0000 UTC m=+0.132513789 against (2019-02-22 06:19:38.922814811 +0000 UTC m=+0.132465089, 2019-02-22 06:19:38.922864661 +0000 UTC m=+0.132514586)
testsuite.go:277: compare update 2019-02-22 06:19:38.922863891 +0000 UTC against (2019-02-22 06:19:38.922814811 +0000 UTC m=+0.132465089, 2019-02-22 06:19:38.922864661 +0000 UTC m=+0.132514586)
testsuite.go:285: compare update 2019-02-22 06:19:38.929753115 +0000 UTC m=+0.139403069 against (2019-02-22 06:19:38.929718712 +0000 UTC m=+0.139368737, 2019-02-22 06:19:38.929753552 +0000 UTC m=+0.139403460)
--- PASS: TestContent/ResumeTruncate (0.24s)
--- PASS: TestContent/ResumeDiscard (0.22s)
--- PASS: TestContent/ResumeCopy (0.17s)
--- PASS: TestContent/ResumeCopySeeker (0.19s)
--- PASS: TestContent/ResumeCopyReaderAt (0.21s)
--- PASS: TestContent/SmallBlob (0.01s)
--- PASS: TestContent/Labels (0.02s)
--- PASS: TestContent/CommitErrorState (3.09s)
=== RUN TestContentWriter
--- PASS: TestContentWriter (1.13s)
=== RUN TestWalkBlobs
--- PASS: TestWalkBlobs (0.61s)
=== RUN TestWriterTruncateRecoversFromIncompleteWrite
--- PASS: TestWriterTruncateRecoversFromIncompleteWrite (0.01s)
=== RUN TestWriteReadEmptyFileTimestamp
--- PASS: TestWriteReadEmptyFileTimestamp (0.00s)
PASS
ok github.com/containerd/containerd/content/local 6.050s
? github.com/containerd/containerd/content/proxy [no test files]
? github.com/containerd/containerd/content/testsuite [no test files]
? github.com/containerd/containerd/contrib/apparmor [no test files]
? github.com/containerd/containerd/contrib/nvidia [no test files]
? github.com/containerd/containerd/contrib/seccomp [no test files]
? github.com/containerd/containerd/contrib/snapshotservice [no test files]
? github.com/containerd/containerd/defaults [no test files]
? github.com/containerd/containerd/diff [no test files]
? github.com/containerd/containerd/diff/apply [no test files]
? github.com/containerd/containerd/diff/walking [no test files]
? github.com/containerd/containerd/diff/walking/plugin [no test files]
=== RUN TestGRPCRoundTrip
=== RUN TestGRPCRoundTrip/already_exists
=== RUN TestGRPCRoundTrip/not_found
=== RUN TestGRPCRoundTrip/test_test_test:_failed_precondition
=== RUN TestGRPCRoundTrip/rpc_error:_code_=_Unavailable_desc_=_should_be_not_available
=== RUN TestGRPCRoundTrip/unknown_to_package
--- PASS: TestGRPCRoundTrip (0.00s)
--- PASS: TestGRPCRoundTrip/already_exists (0.00s)
grpc_test.go:61: input: already exists
grpc_test.go:63: grpc: rpc error: code = AlreadyExists desc = already exists
grpc_test.go:65: recovered: already exists
--- PASS: TestGRPCRoundTrip/not_found (0.00s)
grpc_test.go:61: input: not found
grpc_test.go:63: grpc: rpc error: code = NotFound desc = not found
grpc_test.go:65: recovered: not found
--- PASS: TestGRPCRoundTrip/test_test_test:_failed_precondition (0.00s)
grpc_test.go:61: input: test test test: failed precondition
grpc_test.go:63: grpc: rpc error: code = FailedPrecondition desc = test test test: failed precondition
grpc_test.go:65: recovered: test test test: failed precondition
--- PASS: TestGRPCRoundTrip/rpc_error:_code_=_Unavailable_desc_=_should_be_not_available (0.00s)
grpc_test.go:61: input: rpc error: code = Unavailable desc = should be not available
grpc_test.go:63: grpc: rpc error: code = Unavailable desc = should be not available
grpc_test.go:65: recovered: should be not available: unavailable
--- PASS: TestGRPCRoundTrip/unknown_to_package (0.00s)
grpc_test.go:61: input: unknown to package
grpc_test.go:63: grpc: unknown to package
grpc_test.go:65: recovered: unknown to package: unknown
PASS
ok github.com/containerd/containerd/errdefs 0.012s
? github.com/containerd/containerd/events [no test files]
=== RUN TestExchangeBasic
--- PASS: TestExchangeBasic (0.00s)
exchange_test.go:43: subscribe
exchange_test.go:54: publish
exchange_test.go:71: waiting
exchange_test.go:68: finished publishing
=== RUN TestExchangeFilters
--- PASS: TestExchangeFilters (0.00s)
exchange_test.go:220: subscribe
exchange_test.go:227: publish
exchange_test.go:246: waiting
exchange_test.go:243: finished publishing
exchange_test.go:252: receive event
exchange_test.go:254: test case: "No Filter"
exchange_test.go:254: test case: "Filter events by one topic"
exchange_test.go:254: test case: "Filter events by field"
exchange_test.go:254: test case: "Filter events by field OR topic"
exchange_test.go:254: test case: "Filter events by regex "
exchange_test.go:254: test case: "Filter events for by anyone of two topics"
exchange_test.go:254: test case: "Filter events for by one topic AND id"
=== RUN TestExchangeValidateTopic
=== RUN TestExchangeValidateTopic//test
=== RUN TestExchangeValidateTopic//test/test
=== RUN TestExchangeValidateTopic/test
--- PASS: TestExchangeValidateTopic (0.00s)
--- PASS: TestExchangeValidateTopic//test (0.00s)
--- PASS: TestExchangeValidateTopic//test/test (0.00s)
--- PASS: TestExchangeValidateTopic/test (0.00s)
PASS
ok github.com/containerd/containerd/events/exchange 0.037s
=== RUN TestFilters
=== RUN TestFilters/Empty
=== RUN TestFilters/Present
=== RUN TestFilters/LabelPresent
=== RUN TestFilters/NameAndLabelPresent
=== RUN TestFilters/LabelValue
=== RUN TestFilters/LabelValuePunctuated
=== RUN TestFilters/LabelValueNoAltQuoting
=== RUN TestFilters/Name
=== RUN TestFilters/NameNotEqual
=== RUN TestFilters/NameAndLabelPresent#01
=== RUN TestFilters/QuotedValue
=== RUN TestFilters/RegexpValue
=== RUN TestFilters/RegexpQuotedValue
=== RUN TestFilters/RegexpQuotedValue#01
=== RUN TestFilters/RegexpQuotedValueGarbage
=== RUN TestFilters/NameAndLabelValue
=== RUN TestFilters/NameAndLabelValueNoMatch
=== RUN TestFilters/LabelQuotedFieldPathPresent
=== RUN TestFilters/LabelQuotedFieldPathPresentWithQuoted
=== RUN TestFilters/LabelQuotedFieldPathPresentWithQuotedEmbed
=== RUN TestFilters/LabelQuotedFieldPathPresentWithQuotedEmbedInvalid
=== RUN TestFilters/TrailingComma
=== RUN TestFilters/TrailingFieldSeparator
=== RUN TestFilters/MissingValue
--- PASS: TestFilters (0.00s)
--- PASS: TestFilters/Empty (0.00s)
--- PASS: TestFilters/Present (0.00s)
--- PASS: TestFilters/LabelPresent (0.00s)
--- PASS: TestFilters/NameAndLabelPresent (0.00s)
--- PASS: TestFilters/LabelValue (0.00s)
--- PASS: TestFilters/LabelValuePunctuated (0.00s)
--- PASS: TestFilters/LabelValueNoAltQuoting (0.00s)
--- PASS: TestFilters/Name (0.00s)
--- PASS: TestFilters/NameNotEqual (0.00s)
--- PASS: TestFilters/NameAndLabelPresent#01 (0.00s)
--- PASS: TestFilters/QuotedValue (0.00s)
--- PASS: TestFilters/RegexpValue (0.00s)
--- PASS: TestFilters/RegexpQuotedValue (0.00s)
--- PASS: TestFilters/RegexpQuotedValue#01 (0.00s)
--- PASS: TestFilters/RegexpQuotedValueGarbage (0.00s)
--- PASS: TestFilters/NameAndLabelValue (0.00s)
--- PASS: TestFilters/NameAndLabelValueNoMatch (0.00s)
--- PASS: TestFilters/LabelQuotedFieldPathPresent (0.00s)
--- PASS: TestFilters/LabelQuotedFieldPathPresentWithQuoted (0.00s)
--- PASS: TestFilters/LabelQuotedFieldPathPresentWithQuotedEmbed (0.00s)
--- PASS: TestFilters/LabelQuotedFieldPathPresentWithQuotedEmbedInvalid (0.00s)
--- PASS: TestFilters/TrailingComma (0.00s)
--- PASS: TestFilters/TrailingFieldSeparator (0.00s)
--- PASS: TestFilters/MissingValue (0.00s)
=== RUN TestScanner
=== RUN TestScanner/Field
=== RUN TestScanner/SelectorsWithOperators
=== RUN TestScanner/SelectorsWithFieldPaths
=== RUN TestScanner/RegexpValue
=== RUN TestScanner/RegexpEscapedValue
=== RUN TestScanner/RegexpQuotedValue
=== RUN TestScanner/Cowsay
=== RUN TestScanner/CowsayRegexpQuoted
=== RUN TestScanner/Escapes
=== RUN TestScanner/NullInput
=== RUN TestScanner/SpacesChomped
=== RUN TestScanner/ValuesPunctauted
=== RUN TestScanner/PartialInput
=== RUN TestScanner/DoubleValue
=== RUN TestScanner/LeadingWithQuoted
=== RUN TestScanner/MissingValue
=== RUN TestScanner/QuotedRegexp
=== RUN TestScanner/QuotedRegexpAlt
--- PASS: TestScanner (0.00s)
--- PASS: TestScanner/Field (0.00s)
--- PASS: TestScanner/SelectorsWithOperators (0.00s)
--- PASS: TestScanner/SelectorsWithFieldPaths (0.00s)
--- PASS: TestScanner/RegexpValue (0.00s)
--- PASS: TestScanner/RegexpEscapedValue (0.00s)
--- PASS: TestScanner/RegexpQuotedValue (0.00s)
--- PASS: TestScanner/Cowsay (0.00s)
--- PASS: TestScanner/CowsayRegexpQuoted (0.00s)
--- PASS: TestScanner/Escapes (0.00s)
--- PASS: TestScanner/NullInput (0.00s)
--- PASS: TestScanner/SpacesChomped (0.00s)
--- PASS: TestScanner/ValuesPunctauted (0.00s)
--- PASS: TestScanner/PartialInput (0.00s)
--- PASS: TestScanner/DoubleValue (0.00s)
--- PASS: TestScanner/LeadingWithQuoted (0.00s)
--- PASS: TestScanner/MissingValue (0.00s)
--- PASS: TestScanner/QuotedRegexp (0.00s)
--- PASS: TestScanner/QuotedRegexpAlt (0.00s)
PASS
ok github.com/containerd/containerd/filters 0.067s
=== RUN TestTricolorBasic
--- PASS: TestTricolorBasic (0.00s)
=== RUN TestConcurrentBasic
--- PASS: TestConcurrentBasic (0.00s)
PASS
ok github.com/containerd/containerd/gc 0.037s
=== RUN TestPauseThreshold
--- PASS: TestPauseThreshold (0.03s)
=== RUN TestDeletionThreshold
--- PASS: TestDeletionThreshold (0.01s)
=== RUN TestTrigger
--- PASS: TestTrigger (0.00s)
=== RUN TestStartupDelay
--- PASS: TestStartupDelay (0.01s)
PASS
ok github.com/containerd/containerd/gc/scheduler 0.086s
=== RUN TestValidIdentifiers
=== RUN TestValidIdentifiers/default
=== RUN TestValidIdentifiers/Default
=== RUN TestValidIdentifiers/TestValidIdentifiers
=== RUN TestValidIdentifiers/default-default
=== RUN TestValidIdentifiers/containerd.io
=== RUN TestValidIdentifiers/foo.boo
=== RUN TestValidIdentifiers/swarmkit.docker.io
=== RUN TestValidIdentifiers/0912341234
=== RUN TestValidIdentifiers/task.0.0123456789
=== RUN TestValidIdentifiers/underscores_are_allowed
=== RUN TestValidIdentifiers/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--- PASS: TestValidIdentifiers (0.00s)
--- PASS: TestValidIdentifiers/default (0.00s)
--- PASS: TestValidIdentifiers/Default (0.00s)
--- PASS: TestValidIdentifiers/TestValidIdentifiers (0.00s)
--- PASS: TestValidIdentifiers/default-default (0.00s)
--- PASS: TestValidIdentifiers/containerd.io (0.00s)
--- PASS: TestValidIdentifiers/foo.boo (0.00s)
--- PASS: TestValidIdentifiers/swarmkit.docker.io (0.00s)
--- PASS: TestValidIdentifiers/0912341234 (0.00s)
--- PASS: TestValidIdentifiers/task.0.0123456789 (0.00s)
--- PASS: TestValidIdentifiers/underscores_are_allowed (0.00s)
--- PASS: TestValidIdentifiers/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (0.00s)
=== RUN TestInvalidIdentifiers
=== RUN TestInvalidIdentifiers/#00
=== RUN TestInvalidIdentifiers/.foo..foo
=== RUN TestInvalidIdentifiers/foo/foo
=== RUN TestInvalidIdentifiers/foo/..
=== RUN TestInvalidIdentifiers/foo..foo
=== RUN TestInvalidIdentifiers/foo.-boo
=== RUN TestInvalidIdentifiers/-foo.boo
=== RUN TestInvalidIdentifiers/foo.boo-
=== RUN TestInvalidIdentifiers/but__only_tasteful_underscores
=== RUN TestInvalidIdentifiers/zn--e9.org
=== RUN TestInvalidIdentifiers/default--default
=== RUN TestInvalidIdentifiers/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--- PASS: TestInvalidIdentifiers (0.00s)
--- PASS: TestInvalidIdentifiers/#00 (0.00s)
--- PASS: TestInvalidIdentifiers/.foo..foo (0.00s)
--- PASS: TestInvalidIdentifiers/foo/foo (0.00s)
--- PASS: TestInvalidIdentifiers/foo/.. (0.00s)
--- PASS: TestInvalidIdentifiers/foo..foo (0.00s)
--- PASS: TestInvalidIdentifiers/foo.-boo (0.00s)
--- PASS: TestInvalidIdentifiers/-foo.boo (0.00s)
--- PASS: TestInvalidIdentifiers/foo.boo- (0.00s)
--- PASS: TestInvalidIdentifiers/but__only_tasteful_underscores (0.00s)
--- PASS: TestInvalidIdentifiers/zn--e9.org (0.00s)
--- PASS: TestInvalidIdentifiers/default--default (0.00s)
--- PASS: TestInvalidIdentifiers/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (0.00s)
PASS
ok github.com/containerd/containerd/identifiers 0.038s
? github.com/containerd/containerd/images [no test files]
? github.com/containerd/containerd/images/archive [no test files]
? github.com/containerd/containerd/images/oci [no test files]
=== RUN TestValidLabels
--- PASS: TestValidLabels (0.00s)
=== RUN TestInvalidLabels
--- PASS: TestInvalidLabels (0.00s)
PASS
ok github.com/containerd/containerd/labels 0.031s
? github.com/containerd/containerd/leases [no test files]
? github.com/containerd/containerd/leases/proxy [no test files]
=== RUN TestLoggerContext
--- PASS: TestLoggerContext (0.00s)
PASS
ok github.com/containerd/containerd/log 0.018s
=== RUN TestContainersList
=== RUN TestContainersList/FullSet
=== RUN TestContainersList/FullSetFiltered
=== RUN TestContainersList/Even
=== RUN TestContainersList/Odd
=== RUN TestContainersList/ByID
=== RUN TestContainersList/ByIDLabelEven
=== RUN TestContainersList/ByRuntime
--- PASS: TestContainersList (0.03s)
--- PASS: TestContainersList/FullSet (0.00s)
--- PASS: TestContainersList/FullSetFiltered (0.00s)
--- PASS: TestContainersList/Even (0.00s)
--- PASS: TestContainersList/Odd (0.00s)
--- PASS: TestContainersList/ByID (0.00s)
--- PASS: TestContainersList/ByIDLabelEven (0.00s)
--- PASS: TestContainersList/ByRuntime (0.00s)
=== RUN TestContainersCreateUpdateDelete
=== RUN TestContainersCreateUpdateDelete/UpdateIDFail
=== RUN TestContainersCreateUpdateDelete/UpdateRuntimeFail
=== RUN TestContainersCreateUpdateDelete/UpdateRuntimeClearFail
=== RUN TestContainersCreateUpdateDelete/UpdateSpec
=== RUN TestContainersCreateUpdateDelete/UpdateSnapshot
=== RUN TestContainersCreateUpdateDelete/UpdateImage
=== RUN TestContainersCreateUpdateDelete/UpdateLabel
=== RUN TestContainersCreateUpdateDelete/DeleteAllLabels
=== RUN TestContainersCreateUpdateDelete/DeleteLabel
=== RUN TestContainersCreateUpdateDelete/UpdateSnapshotKeyImmutable
=== RUN TestContainersCreateUpdateDelete/SnapshotKeyWithoutSnapshot
=== RUN TestContainersCreateUpdateDelete/UpdateExtensionsFull
=== RUN TestContainersCreateUpdateDelete/UpdateExtensionsNotInFieldpath
=== RUN TestContainersCreateUpdateDelete/UpdateExtensionsFieldPath
=== RUN TestContainersCreateUpdateDelete/UpdateExtensionsFieldPathIsolated
--- PASS: TestContainersCreateUpdateDelete (0.08s)
--- PASS: TestContainersCreateUpdateDelete/UpdateIDFail (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateRuntimeFail (0.00s)
--- PASS: TestContainersCreateUpdateDelete/UpdateRuntimeClearFail (0.00s)
--- PASS: TestContainersCreateUpdateDelete/UpdateSpec (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateSnapshot (0.00s)
--- PASS: TestContainersCreateUpdateDelete/UpdateImage (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateLabel (0.01s)
--- PASS: TestContainersCreateUpdateDelete/DeleteAllLabels (0.01s)
--- PASS: TestContainersCreateUpdateDelete/DeleteLabel (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateSnapshotKeyImmutable (0.00s)
--- PASS: TestContainersCreateUpdateDelete/SnapshotKeyWithoutSnapshot (0.00s)
--- PASS: TestContainersCreateUpdateDelete/UpdateExtensionsFull (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateExtensionsNotInFieldpath (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateExtensionsFieldPath (0.01s)
--- PASS: TestContainersCreateUpdateDelete/UpdateExtensionsFieldPathIsolated (0.01s)
=== RUN TestContent
=== RUN TestContent/Writer
=== RUN TestContent/UpdateStatus
=== RUN TestContent/CommitExists
=== RUN TestContent/Resume
=== RUN TestContent/ResumeTruncate
=== RUN TestContent/ResumeDiscard
=== RUN TestContent/ResumeCopy
=== RUN TestContent/ResumeCopySeeker
=== RUN TestContent/ResumeCopyReaderAt
=== RUN TestContent/SmallBlob
=== RUN TestContent/Labels
=== RUN TestContent/CommitErrorState
=== RUN TestContent/CrossNamespaceAppend
=== RUN TestContent/CrossNamespaceShare
=== RUN TestContent/CrossNamespaceIsolate
--- PASS: TestContent (4.53s)
--- PASS: TestContent/Writer (0.05s)
--- PASS: TestContent/UpdateStatus (0.02s)
testsuite.go:526: compare update 2019-02-22 06:19:46.373604546 +0000 UTC m=+0.171468894 against (2019-02-22 06:19:46.373380836 +0000 UTC m=+0.171245205, 2019-02-22 06:19:46.380172484 +0000 UTC m=+0.178036818)
testsuite.go:536: compare update 2019-02-22 06:19:46.380301114 +0000 UTC m=+0.178165452 against (2019-02-22 06:19:46.380275672 +0000 UTC m=+0.178140083, 2019-02-22 06:19:46.380301305 +0000 UTC m=+0.178165642)
testsuite.go:546: compare update 2019-02-22 06:19:46.380363652 +0000 UTC m=+0.178228007 against (2019-02-22 06:19:46.38035178 +0000 UTC m=+0.178216156, 2019-02-22 06:19:46.380364321 +0000 UTC m=+0.178228712)
testsuite.go:555: compare update 2019-02-22 06:19:46.380421043 +0000 UTC m=+0.178285480 against (2019-02-22 06:19:46.380412505 +0000 UTC m=+0.178276841, 2019-02-22 06:19:46.380421611 +0000 UTC m=+0.178286023)
--- PASS: TestContent/CommitExists (0.04s)
--- PASS: TestContent/Resume (0.03s)
testsuite.go:268: compare update 2019-02-22 06:19:46.433097494 +0000 UTC m=+0.230961845 against (2019-02-22 06:19:46.433057859 +0000 UTC m=+0.230922199, 2019-02-22 06:19:46.433097687 +0000 UTC m=+0.230962019)
testsuite.go:277: compare update 2019-02-22 06:19:46.433097494 +0000 UTC against (2019-02-22 06:19:46.433057859 +0000 UTC m=+0.230922199, 2019-02-22 06:19:46.433097687 +0000 UTC m=+0.230962019)
testsuite.go:285: compare update 2019-02-22 06:19:46.441826977 +0000 UTC m=+0.239691460 against (2019-02-22 06:19:46.441488836 +0000 UTC m=+0.239353176, 2019-02-22 06:19:46.441827696 +0000 UTC m=+0.239692066)
--- PASS: TestContent/ResumeTruncate (0.34s)
--- PASS: TestContent/ResumeDiscard (0.21s)
--- PASS: TestContent/ResumeCopy (0.23s)
--- PASS: TestContent/ResumeCopySeeker (0.19s)
--- PASS: TestContent/ResumeCopyReaderAt (0.23s)
--- PASS: TestContent/SmallBlob (0.02s)
--- PASS: TestContent/Labels (0.02s)
--- PASS: TestContent/CommitErrorState (3.09s)
--- PASS: TestContent/CrossNamespaceAppend (0.02s)
testsuite.go:876: compare update 2019-02-22 06:19:50.797344196 +0000 UTC m=+4.595208530 against (2019-02-22 06:19:50.784636673 +0000 UTC m=+4.582501015, 2019-02-22 06:19:50.797345496 +0000 UTC m=+4.595209829)
--- PASS: TestContent/CrossNamespaceShare (0.02s)
testsuite.go:818: compare update 2019-02-22 06:19:50.822793336 +0000 UTC m=+4.620657666 against (2019-02-22 06:19:50.808825857 +0000 UTC m=+4.606690189, 2019-02-22 06:19:50.822794119 +0000 UTC m=+4.620658450)
--- PASS: TestContent/CrossNamespaceIsolate (0.02s)
=== RUN TestContentLeased
--- PASS: TestContentLeased (0.03s)
=== RUN TestIngestLeased
--- PASS: TestIngestLeased (0.02s)
=== RUN TestInit
--- PASS: TestInit (0.01s)
=== RUN TestMigrations
=== RUN TestMigrations/ChildrenKey
=== RUN TestMigrations/IngestUpdate
=== RUN TestMigrations/NoOp
--- PASS: TestMigrations (0.03s)
--- PASS: TestMigrations/ChildrenKey (0.01s)
--- PASS: TestMigrations/IngestUpdate (0.01s)
--- PASS: TestMigrations/NoOp (0.01s)
=== RUN TestMetadataCollector
--- PASS: TestMetadataCollector (0.06s)
=== RUN TestGCRoots
--- PASS: TestGCRoots (0.01s)
=== RUN TestGCRemove
--- PASS: TestGCRemove (0.02s)
=== RUN TestGCRefs
--- PASS: TestGCRefs (0.01s)
=== RUN TestImagesList
=== RUN TestImagesList/FullSet
=== RUN TestImagesList/FullSetFiltered
=== RUN TestImagesList/Even
=== RUN TestImagesList/Odd
=== RUN TestImagesList/ByName
=== RUN TestImagesList/ByNameLabelEven
=== RUN TestImagesList/ByMediaType
--- PASS: TestImagesList (0.02s)
--- PASS: TestImagesList/FullSet (0.00s)
--- PASS: TestImagesList/FullSetFiltered (0.00s)
--- PASS: TestImagesList/Even (0.00s)
--- PASS: TestImagesList/Odd (0.00s)
--- PASS: TestImagesList/ByName (0.00s)
--- PASS: TestImagesList/ByNameLabelEven (0.00s)
--- PASS: TestImagesList/ByMediaType (0.00s)
=== RUN TestImagesCreateUpdateDelete
=== RUN TestImagesCreateUpdateDelete/Touch
=== RUN TestImagesCreateUpdateDelete/NoTarget
=== RUN TestImagesCreateUpdateDelete/ReplaceLabels
=== RUN TestImagesCreateUpdateDelete/ReplaceLabelsFieldPath
=== RUN TestImagesCreateUpdateDelete/ReplaceLabel
=== RUN TestImagesCreateUpdateDelete/ReplaceTarget
=== RUN TestImagesCreateUpdateDelete/EmptySize
=== RUN TestImagesCreateUpdateDelete/EmptySizeOnCreate
=== RUN TestImagesCreateUpdateDelete/EmptyMediaType
=== RUN TestImagesCreateUpdateDelete/EmptySizeOnCreate#01
=== RUN TestImagesCreateUpdateDelete/TryUpdateNameFail
--- PASS: TestImagesCreateUpdateDelete (0.04s)
--- PASS: TestImagesCreateUpdateDelete/Touch (0.01s)
--- PASS: TestImagesCreateUpdateDelete/NoTarget (0.00s)
--- PASS: TestImagesCreateUpdateDelete/ReplaceLabels (0.00s)
--- PASS: TestImagesCreateUpdateDelete/ReplaceLabelsFieldPath (0.01s)
--- PASS: TestImagesCreateUpdateDelete/ReplaceLabel (0.01s)
--- PASS: TestImagesCreateUpdateDelete/ReplaceTarget (0.01s)
--- PASS: TestImagesCreateUpdateDelete/EmptySize (0.00s)
--- PASS: TestImagesCreateUpdateDelete/EmptySizeOnCreate (0.00s)
--- PASS: TestImagesCreateUpdateDelete/EmptyMediaType (0.00s)
--- PASS: TestImagesCreateUpdateDelete/EmptySizeOnCreate#01 (0.00s)
--- PASS: TestImagesCreateUpdateDelete/TryUpdateNameFail (0.00s)
=== RUN TestLeases
--- PASS: TestLeases (0.01s)
=== RUN TestLeasesList
=== RUN TestLeasesList/All
=== RUN TestLeasesList/ID
=== RUN TestLeasesList/IDx2
=== RUN TestLeasesList/Label1
=== RUN TestLeasesList/Label1value1
=== RUN TestLeasesList/Label1value2
=== RUN TestLeasesList/Label2
=== RUN TestLeasesList/Label3
--- PASS: TestLeasesList (0.02s)
--- PASS: TestLeasesList/All (0.00s)
--- PASS: TestLeasesList/ID (0.00s)
--- PASS: TestLeasesList/IDx2 (0.00s)
--- PASS: TestLeasesList/Label1 (0.00s)
--- PASS: TestLeasesList/Label1value1 (0.00s)
--- PASS: TestLeasesList/Label1value2 (0.00s)
--- PASS: TestLeasesList/Label2 (0.00s)
--- PASS: TestLeasesList/Label3 (0.00s)
=== RUN TestMetadata
--- SKIP: TestMetadata (0.00s)
helpers_unix.go:41: skipping test that requires root
PASS
ok github.com/containerd/containerd/metadata 4.935s
? github.com/containerd/containerd/metadata/boltutil [no test files]
? github.com/containerd/containerd/metrics/cgroups [no test files]
=== RUN TestLookupWithExt4
--- SKIP: TestLookupWithExt4 (0.00s)
helpers_unix.go:40: skipping test that requires root
=== RUN TestLookupWithXFS
--- SKIP: TestLookupWithXFS (0.00s)
helpers_unix.go:40: skipping test that requires root
=== RUN TestLookupWithOverlay
--- PASS: TestLookupWithOverlay (0.11s)
helpers_unix.go:30: unmount /tmp/containerd-mountinfo-test-overlay029540498
=== RUN TestLongestCommonPrefix
--- PASS: TestLongestCommonPrefix (0.00s)
=== RUN TestCompactLowerdirOption
--- PASS: TestCompactLowerdirOption (0.00s)
=== RUN TestParseFedoraMountinfo
--- PASS: TestParseFedoraMountinfo (0.00s)
=== RUN TestParseUbuntuMountinfo
--- PASS: TestParseUbuntuMountinfo (0.00s)
=== RUN TestParseGentooMountinfo
--- PASS: TestParseGentooMountinfo (0.00s)
=== RUN TestParseFedoraMountinfoFields
--- PASS: TestParseFedoraMountinfoFields (0.00s)
PASS
ok github.com/containerd/containerd/mount 0.149s
=== RUN TestContext
--- PASS: TestContext (0.00s)
=== RUN TestNamespaceFromEnv
--- PASS: TestNamespaceFromEnv (0.00s)
=== RUN TestValidNamespaces
=== RUN TestValidNamespaces/default
=== RUN TestValidNamespaces/Default
=== RUN TestValidNamespaces/TestValidNamespaces
=== RUN TestValidNamespaces/default-default
=== RUN TestValidNamespaces/default--default
=== RUN TestValidNamespaces/containerd.io
=== RUN TestValidNamespaces/foo.boo
=== RUN TestValidNamespaces/swarmkit.docker.io
=== RUN TestValidNamespaces/zn--e9.org
=== RUN TestValidNamespaces/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--- PASS: TestValidNamespaces (0.00s)
--- PASS: TestValidNamespaces/default (0.00s)
--- PASS: TestValidNamespaces/Default (0.00s)
--- PASS: TestValidNamespaces/TestValidNamespaces (0.00s)
--- PASS: TestValidNamespaces/default-default (0.00s)
--- PASS: TestValidNamespaces/default--default (0.00s)
--- PASS: TestValidNamespaces/containerd.io (0.00s)
--- PASS: TestValidNamespaces/foo.boo (0.00s)
--- PASS: TestValidNamespaces/swarmkit.docker.io (0.00s)
--- PASS: TestValidNamespaces/zn--e9.org (0.00s)
--- PASS: TestValidNamespaces/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (0.00s)
=== RUN TestInvalidNamespaces
=== RUN TestInvalidNamespaces/.foo..foo
=== RUN TestInvalidNamespaces/foo/foo
=== RUN TestInvalidNamespaces/foo/..
=== RUN TestInvalidNamespaces/foo..foo
=== RUN TestInvalidNamespaces/foo.-boo
=== RUN TestInvalidNamespaces/foo.-boo.bar
=== RUN TestInvalidNamespaces/-foo.boo
=== RUN TestInvalidNamespaces/foo.boo-
=== RUN TestInvalidNamespaces/foo_foo.boo_underscores
=== RUN TestInvalidNamespaces/0912341234
=== RUN TestInvalidNamespaces/task.0.0123456789
=== RUN TestInvalidNamespaces/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
--- PASS: TestInvalidNamespaces (0.00s)
--- PASS: TestInvalidNamespaces/.foo..foo (0.00s)
--- PASS: TestInvalidNamespaces/foo/foo (0.00s)
--- PASS: TestInvalidNamespaces/foo/.. (0.00s)
--- PASS: TestInvalidNamespaces/foo..foo (0.00s)
--- PASS: TestInvalidNamespaces/foo.-boo (0.00s)
--- PASS: TestInvalidNamespaces/foo.-boo.bar (0.00s)
--- PASS: TestInvalidNamespaces/-foo.boo (0.00s)
--- PASS: TestInvalidNamespaces/foo.boo- (0.00s)
--- PASS: TestInvalidNamespaces/foo_foo.boo_underscores (0.00s)
--- PASS: TestInvalidNamespaces/0912341234 (0.00s)
--- PASS: TestInvalidNamespaces/task.0.0123456789 (0.00s)
--- PASS: TestInvalidNamespaces/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (0.00s)
PASS
ok github.com/containerd/containerd/namespaces 0.030s
=== RUN TestReplaceOrAppendEnvValues
=== PAUSE TestReplaceOrAppendEnvValues
=== RUN TestWithEnv
=== PAUSE TestWithEnv
=== RUN TestWithMounts
=== PAUSE TestWithMounts
=== RUN TestWithDefaultSpec
=== PAUSE TestWithDefaultSpec
=== RUN TestWithSpecFromFile
=== PAUSE TestWithSpecFromFile
=== RUN TestWithMemoryLimit
--- PASS: TestWithMemoryLimit (0.00s)
spec_opts_test.go:318: Testing GenerateSpec default platform
spec_opts_test.go:330: Testing GenerateSpecWithPlatform with platform: 'linux/amd64'
spec_opts_test.go:330: Testing GenerateSpecWithPlatform with platform: 'windows/amd64'
=== RUN TestWithImageConfigArgs
=== PAUSE TestWithImageConfigArgs
=== RUN TestGenerateSpec
=== PAUSE TestGenerateSpec
=== RUN TestGenerateSpecWithPlatform
=== PAUSE TestGenerateSpecWithPlatform
=== RUN TestSpecWithTTY
=== PAUSE TestSpecWithTTY
=== RUN TestWithLinuxNamespace
=== PAUSE TestWithLinuxNamespace
=== RUN TestWithCapabilities
=== PAUSE TestWithCapabilities
=== RUN TestWithCapabilitiesNil
=== PAUSE TestWithCapabilitiesNil
=== RUN TestWithPrivileged
=== PAUSE TestWithPrivileged
=== CONT TestReplaceOrAppendEnvValues
--- PASS: TestReplaceOrAppendEnvValues (0.00s)
=== CONT TestWithPrivileged
=== CONT TestGenerateSpec
--- PASS: TestWithPrivileged (0.00s)
=== CONT TestWithMounts
--- PASS: TestWithMounts (0.00s)
=== CONT TestWithEnv
--- PASS: TestWithEnv (0.00s)
=== CONT TestWithSpecFromFile
--- PASS: TestGenerateSpec (0.00s)
=== CONT TestWithImageConfigArgs
=== CONT TestWithDefaultSpec
--- PASS: TestWithDefaultSpec (0.00s)
=== CONT TestWithLinuxNamespace
--- PASS: TestWithLinuxNamespace (0.00s)
=== CONT TestWithCapabilitiesNil
--- PASS: TestWithCapabilitiesNil (0.00s)
=== CONT TestWithCapabilities
--- PASS: TestWithCapabilities (0.00s)
=== CONT TestSpecWithTTY
--- PASS: TestSpecWithTTY (0.00s)
=== CONT TestGenerateSpecWithPlatform
--- PASS: TestGenerateSpecWithPlatform (0.00s)
spec_test.go:82: Testing platform: windows/amd64
spec_test.go:82: Testing platform: linux/amd64
--- PASS: TestWithImageConfigArgs (0.00s)
--- PASS: TestWithSpecFromFile (0.01s)
PASS
ok github.com/containerd/containerd/oci 0.037s
? github.com/containerd/containerd/pkg/dialer [no test files]
? github.com/containerd/containerd/pkg/progress [no test files]
? github.com/containerd/containerd/pkg/seed [no test files]
? github.com/containerd/containerd/pkg/testutil [no test files]
=== RUN TestCPUVariant
--- SKIP: TestCPUVariant (0.00s)
cpuinfo_test.go:26: only relevant on linux/arm
=== RUN TestDefault
--- PASS: TestDefault (0.00s)
=== RUN TestParseSelector
=== RUN TestParseSelector/*
=== RUN TestParseSelector/linux/*
=== RUN TestParseSelector/*/arm64
=== RUN TestParseSelector/linux/arm64
=== RUN TestParseSelector/linux/arm64/v8
=== RUN TestParseSelector/linux/arm
=== RUN TestParseSelector/linux/arm/v6
=== RUN TestParseSelector/linux/arm/v7
=== RUN TestParseSelector/arm
=== RUN TestParseSelector/armel
=== RUN TestParseSelector/armhf
=== RUN TestParseSelector/Aarch64
=== RUN TestParseSelector/x86_64
=== RUN TestParseSelector/Linux/x86_64
=== RUN TestParseSelector/i386
=== RUN TestParseSelector/linux
=== RUN TestParseSelector/s390x
=== RUN TestParseSelector/linux/s390x
=== RUN TestParseSelector/macOS
--- PASS: TestParseSelector (0.00s)
--- SKIP: TestParseSelector/* (0.00s)
platforms_test.go:288: this case is not yet supported
--- SKIP: TestParseSelector/linux/* (0.00s)
platforms_test.go:288: this case is not yet supported
--- SKIP: TestParseSelector/*/arm64 (0.00s)
platforms_test.go:288: this case is not yet supported
--- PASS: TestParseSelector/linux/arm64 (0.00s)
--- PASS: TestParseSelector/linux/arm64/v8 (0.00s)
--- PASS: TestParseSelector/linux/arm (0.00s)
--- PASS: TestParseSelector/linux/arm/v6 (0.00s)
--- PASS: TestParseSelector/linux/arm/v7 (0.00s)
--- PASS: TestParseSelector/arm (0.00s)
--- PASS: TestParseSelector/armel (0.00s)
--- PASS: TestParseSelector/armhf (0.00s)
--- PASS: TestParseSelector/Aarch64 (0.00s)
--- PASS: TestParseSelector/x86_64 (0.00s)
--- PASS: TestParseSelector/Linux/x86_64 (0.00s)
--- PASS: TestParseSelector/i386 (0.00s)
--- PASS: TestParseSelector/linux (0.00s)
--- PASS: TestParseSelector/s390x (0.00s)
--- PASS: TestParseSelector/linux/s390x (0.00s)
--- PASS: TestParseSelector/macOS (0.00s)
=== RUN TestParseSelectorInvalid
=== RUN TestParseSelectorInvalid/#00
=== RUN TestParseSelectorInvalid//linux/arm
=== RUN TestParseSelectorInvalid/linux/arm/
=== RUN TestParseSelectorInvalid/linux_/arm
=== RUN TestParseSelectorInvalid/linux/&arm
=== RUN TestParseSelectorInvalid/linux/arm/foo/bar
--- PASS: TestParseSelectorInvalid (0.00s)
--- PASS: TestParseSelectorInvalid/#00 (0.00s)
--- PASS: TestParseSelectorInvalid//linux/arm (0.00s)
--- PASS: TestParseSelectorInvalid/linux/arm/ (0.00s)
--- PASS: TestParseSelectorInvalid/linux_/arm (0.00s)
--- PASS: TestParseSelectorInvalid/linux/&arm (0.00s)
--- PASS: TestParseSelectorInvalid/linux/arm/foo/bar (0.00s)
PASS
ok github.com/containerd/containerd/platforms 0.037s
? github.com/containerd/containerd/plugin [no test files]
? github.com/containerd/containerd/protobuf/plugin [no test files]
? github.com/containerd/containerd/protobuf/plugin/fieldpath [no test files]
=== RUN TestReferenceParser
=== RUN TestReferenceParser/Basic
=== RUN TestReferenceParser/BasicWithDigest
=== RUN TestReferenceParser/DigestOnly
=== RUN TestReferenceParser/AtShortDigest
=== RUN TestReferenceParser/HostWithPort
=== RUN TestReferenceParser/HostnameRequired
=== RUN TestReferenceParser/ErrObjectRequired
=== RUN TestReferenceParser/Subdomain
=== RUN TestReferenceParser/SubdomainWithLongTag
=== RUN TestReferenceParser/AGCRAppears
=== RUN TestReferenceParser/Punycode
=== RUN TestReferenceParser/PunycodeWithDigest
=== RUN TestReferenceParser/SchemeDefined
--- PASS: TestReferenceParser (0.00s)
--- PASS: TestReferenceParser/Basic (0.00s)
--- PASS: TestReferenceParser/BasicWithDigest (0.00s)
--- PASS: TestReferenceParser/DigestOnly (0.00s)
--- PASS: TestReferenceParser/AtShortDigest (0.00s)
--- PASS: TestReferenceParser/HostWithPort (0.00s)
--- PASS: TestReferenceParser/HostnameRequired (0.00s)
--- PASS: TestReferenceParser/ErrObjectRequired (0.00s)
--- PASS: TestReferenceParser/Subdomain (0.00s)
--- PASS: TestReferenceParser/SubdomainWithLongTag (0.00s)
--- PASS: TestReferenceParser/AGCRAppears (0.00s)
--- PASS: TestReferenceParser/Punycode (0.00s)
--- PASS: TestReferenceParser/PunycodeWithDigest (0.00s)
--- SKIP: TestReferenceParser/SchemeDefined (0.00s)
reference_test.go:164: testcase disabled
PASS
ok github.com/containerd/containerd/reference 0.024s
? github.com/containerd/containerd/remotes [no test files]
=== RUN TestFetcherOpen
--- PASS: TestFetcherOpen (0.00s)
=== RUN TestHTTPResolver
--- PASS: TestHTTPResolver (0.00s)
=== RUN TestHTTPSResolver
--- PASS: TestHTTPSResolver (0.02s)
=== RUN TestBasicResolver
--- PASS: TestBasicResolver (0.02s)
=== RUN TestAnonymousTokenResolver
--- PASS: TestAnonymousTokenResolver (0.03s)
=== RUN TestBasicAuthTokenResolver
--- PASS: TestBasicAuthTokenResolver (0.03s)
=== RUN TestRefreshTokenResolver
--- PASS: TestRefreshTokenResolver (0.05s)
=== RUN TestPostBasicAuthTokenResolver
--- PASS: TestPostBasicAuthTokenResolver (0.03s)
=== RUN TestBadTokenResolver
--- PASS: TestBadTokenResolver (0.02s)
=== RUN TestRepositoryScope
=== RUN TestRepositoryScope/host/foo/bar:ignored
=== RUN TestRepositoryScope/host:4242/foo/bar:ignored
--- PASS: TestRepositoryScope (0.00s)
--- PASS: TestRepositoryScope/host/foo/bar:ignored (0.00s)
--- PASS: TestRepositoryScope/host:4242/foo/bar:ignored (0.00s)
PASS
ok github.com/containerd/containerd/remotes/docker 0.209s
? github.com/containerd/containerd/remotes/docker/schema1 [no test files]
? github.com/containerd/containerd/rootfs [no test files]
? github.com/containerd/containerd/runtime [no test files]
? github.com/containerd/containerd/runtime/linux/runctypes [no test files]
? github.com/containerd/containerd/runtime/proc [no test files]
? github.com/containerd/containerd/runtime/restart [no test files]
? github.com/containerd/containerd/runtime/restart/monitor [no test files]
? github.com/containerd/containerd/runtime/v1 [no test files]
? github.com/containerd/containerd/runtime/v1/linux [no test files]
? github.com/containerd/containerd/runtime/v1/linux/proc [no test files]
? github.com/containerd/containerd/runtime/v1/shim [no test files]
? github.com/containerd/containerd/runtime/v1/shim/client [no test files]
? github.com/containerd/containerd/runtime/v1/shim/v1 [no test files]
? github.com/containerd/containerd/runtime/v2 [no test files]
? github.com/containerd/containerd/runtime/v2/example [no test files]
? github.com/containerd/containerd/runtime/v2/example/cmd [no test files]
? github.com/containerd/containerd/runtime/v2/runc [no test files]
? github.com/containerd/containerd/runtime/v2/runc/options [no test files]
? github.com/containerd/containerd/runtime/v2/runc/v1 [no test files]
? github.com/containerd/containerd/runtime/v2/runc/v2 [no test files]
? github.com/containerd/containerd/runtime/v2/runhcs/options [no test files]
=== RUN TestShimOptWithValue
--- PASS: TestShimOptWithValue (0.00s)
PASS
ok github.com/containerd/containerd/runtime/v2/shim 0.041s
? github.com/containerd/containerd/runtime/v2/task [no test files]
? github.com/containerd/containerd/services [no test files]
? github.com/containerd/containerd/services/containers [no test files]
? github.com/containerd/containerd/services/content [no test files]
? github.com/containerd/containerd/services/diff [no test files]
? github.com/containerd/containerd/services/events [no test files]
? github.com/containerd/containerd/services/healthcheck [no test files]
? github.com/containerd/containerd/services/images [no test files]
? github.com/containerd/containerd/services/introspection [no test files]
? github.com/containerd/containerd/services/leases [no test files]
? github.com/containerd/containerd/services/namespaces [no test files]
? github.com/containerd/containerd/services/opt [no test files]
=== RUN TestCreateTopLevelDirectoriesErrorsWithSamePathForRootAndState
--- PASS: TestCreateTopLevelDirectoriesErrorsWithSamePathForRootAndState (0.00s)
PASS
ok github.com/containerd/containerd/services/server 0.009s
? github.com/containerd/containerd/services/server/config [no test files]
? github.com/containerd/containerd/services/snapshots [no test files]
? github.com/containerd/containerd/services/tasks [no test files]
? github.com/containerd/containerd/services/version [no test files]
? github.com/containerd/containerd/snapshots [no test files]
=== RUN TestBtrfs
--- SKIP: TestBtrfs (0.00s)
helpers_unix.go:41: skipping test that requires root
=== RUN TestBtrfsMounts
--- SKIP: TestBtrfsMounts (0.00s)
helpers_unix.go:41: skipping test that requires root
PASS
ok github.com/containerd/containerd/snapshots/btrfs 0.010s
=== RUN TestNaive
--- SKIP: TestNaive (0.00s)
helpers_unix.go:41: skipping test that requires root
PASS
ok github.com/containerd/containerd/snapshots/native 0.008s
=== RUN TestOverlay
--- SKIP: TestOverlay (0.00s)
helpers_unix.go:41: skipping test that requires root
=== RUN TestOverlayMounts
--- PASS: TestOverlayMounts (0.01s)
=== RUN TestOverlayCommit
--- PASS: TestOverlayCommit (0.01s)
=== RUN TestOverlayOverlayMount
--- PASS: TestOverlayOverlayMount (0.01s)
=== RUN TestOverlayOverlayRead
--- SKIP: TestOverlayOverlayRead (0.00s)
helpers_unix.go:41: skipping test that requires root
=== RUN TestOverlayView
--- PASS: TestOverlayView (0.02s)
PASS
ok github.com/containerd/containerd/snapshots/overlay 0.058s
? github.com/containerd/containerd/snapshots/proxy [no test files]
=== RUN TestMetastore
=== RUN TestMetastore/GetInfo
=== RUN TestMetastore/GetInfoNotExist
=== RUN TestMetastore/GetInfoEmptyDB
=== RUN TestMetastore/Walk
=== RUN TestMetastore/GetSnapshot
=== RUN TestMetastore/GetSnapshotNotExist
=== RUN TestMetastore/GetSnapshotCommitted
=== RUN TestMetastore/GetSnapshotEmptyDB
=== RUN TestMetastore/CreateActive
=== RUN TestMetastore/CreateActiveNotExist
=== RUN TestMetastore/CreateActiveExist
=== RUN TestMetastore/CreateActiveFromActive
=== RUN TestMetastore/Commit
=== RUN TestMetastore/CommitNotExist
=== RUN TestMetastore/CommitExist
=== RUN TestMetastore/CommitCommitted
=== RUN TestMetastore/CommitViewFails
=== RUN TestMetastore/Remove
=== RUN TestMetastore/RemoveNotExist
=== RUN TestMetastore/RemoveWithChildren
=== RUN TestMetastore/ParentIDs
--- PASS: TestMetastore (0.15s)
--- PASS: TestMetastore/GetInfo (0.01s)
--- PASS: TestMetastore/GetInfoNotExist (0.01s)
--- PASS: TestMetastore/GetInfoEmptyDB (0.00s)
--- PASS: TestMetastore/Walk (0.01s)
--- PASS: TestMetastore/GetSnapshot (0.01s)
--- PASS: TestMetastore/GetSnapshotNotExist (0.01s)
--- PASS: TestMetastore/GetSnapshotCommitted (0.01s)
--- PASS: TestMetastore/GetSnapshotEmptyDB (0.01s)
--- PASS: TestMetastore/CreateActive (0.01s)
--- PASS: TestMetastore/CreateActiveNotExist (0.01s)
--- PASS: TestMetastore/CreateActiveExist (0.01s)
--- PASS: TestMetastore/CreateActiveFromActive (0.01s)
--- PASS: TestMetastore/Commit (0.01s)
--- PASS: TestMetastore/CommitNotExist (0.01s)
--- PASS: TestMetastore/CommitExist (0.01s)
--- PASS: TestMetastore/CommitCommitted (0.01s)
--- PASS: TestMetastore/CommitViewFails (0.01s)
--- PASS: TestMetastore/Remove (0.01s)
--- PASS: TestMetastore/RemoveNotExist (0.01s)
--- PASS: TestMetastore/RemoveWithChildren (0.01s)
--- PASS: TestMetastore/ParentIDs (0.01s)
PASS
ok github.com/containerd/containerd/snapshots/storage 0.157s
? github.com/containerd/containerd/snapshots/testsuite [no test files]
=== RUN TestFMountat
=== RUN TestFMountat/Normal
=== PAUSE TestFMountat/Normal
=== RUN TestFMountat/ChdirWithFileFd
=== PAUSE TestFMountat/ChdirWithFileFd
=== RUN TestFMountat/MountWithInvalidSource
=== PAUSE TestFMountat/MountWithInvalidSource
=== CONT TestFMountat/Normal
=== CONT TestFMountat/MountWithInvalidSource
=== CONT TestFMountat/ChdirWithFileFd
--- PASS: TestFMountat (0.00s)
--- PASS: TestFMountat/ChdirWithFileFd (0.00s)
--- PASS: TestFMountat/MountWithInvalidSource (0.00s)
--- PASS: TestFMountat/Normal (0.03s)
=== RUN TestSetPositiveOomScoreAdjustment
--- PASS: TestSetPositiveOomScoreAdjustment (0.00s)
=== RUN TestSetNegativeOomScoreAdjustmentWhenPrivileged
--- PASS: TestSetNegativeOomScoreAdjustmentWhenPrivileged (0.00s)
=== RUN TestSetNegativeOomScoreAdjustmentWhenUnprivilegedHasNoEffect
--- SKIP: TestSetNegativeOomScoreAdjustmentWhenUnprivilegedHasNoEffect (0.00s)
oom_unix_test.go:61: Needs to be run as non-root
PASS
ok github.com/containerd/containerd/sys 0.042s
? github.com/containerd/containerd/version [no test files]
? github.com/containerd/containerd/windows/hcsshimtypes [no test files]
root@a89a82b2e292:/go/src/github.com/containerd/containerd# make integration
+ integration
INFO[0000] running tests against containerd revision=dea27b1b64504e62e92713caf0af41d3d4dc896f runtime= version=v1.2.0-301-gdea27b1
=== RUN TestNewClient
=== PAUSE TestNewClient
=== RUN TestImagePull
--- PASS: TestImagePull (0.11s)
=== RUN TestImagePullAllPlatforms
--- PASS: TestImagePullAllPlatforms (0.74s)
=== RUN TestImagePullSomePlatforms
--- PASS: TestImagePullSomePlatforms (1.07s)
=== RUN TestImagePullSchema1
--- PASS: TestImagePullSchema1 (0.47s)
=== RUN TestImagePullWithConcurrencyLimit
--- PASS: TestImagePullWithConcurrencyLimit (0.11s)
=== RUN TestClientReconnect
=== PAUSE TestClientReconnect
=== RUN TestCheckpointRestorePTY
--- SKIP: TestCheckpointRestorePTY (0.00s)
container_checkpoint_test.go:44: system does not have criu installed
=== RUN TestCheckpointRestore
--- SKIP: TestCheckpointRestore (0.00s)
container_checkpoint_test.go:170: system does not have criu installed
=== RUN TestCheckpointRestoreNewContainer
--- SKIP: TestCheckpointRestoreNewContainer (0.00s)
container_checkpoint_test.go:260: system does not have criu installed
=== RUN TestCheckpointLeaveRunning
--- SKIP: TestCheckpointLeaveRunning (0.00s)
container_checkpoint_test.go:350: system does not have criu installed
=== RUN TestCRWithImagePath
--- SKIP: TestCRWithImagePath (0.00s)
container_checkpoint_test.go:418: system does not have criu installed
=== RUN TestTaskUpdate
=== PAUSE TestTaskUpdate
=== RUN TestShimInCgroup
=== PAUSE TestShimInCgroup
=== RUN TestDaemonRestart
--- FAIL: TestDaemonRestart (0.07s)
container_linux_test.go:221: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDaemonRestart/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestShimDoesNotLeakPipes
--- FAIL: TestShimDoesNotLeakPipes (0.00s)
container_linux_test.go:268: exit status 1
=== RUN TestDaemonReconnectsToShimIOPipesOnRestart
--- FAIL: TestDaemonReconnectsToShimIOPipesOnRestart (0.09s)
container_linux_test.go:370: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDaemonReconnectsToShimIOPipesOnRestart/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestContainerPTY
=== PAUSE TestContainerPTY
=== RUN TestContainerAttach
=== PAUSE TestContainerAttach
=== RUN TestContainerUsername
=== PAUSE TestContainerUsername
=== RUN TestContainerUser
=== PAUSE TestContainerUser
=== RUN TestContainerAttachProcess
=== PAUSE TestContainerAttachProcess
=== RUN TestContainerUserID
=== PAUSE TestContainerUserID
=== RUN TestContainerKillAll
=== PAUSE TestContainerKillAll
=== RUN TestDaemonRestartWithRunningShim
--- FAIL: TestDaemonRestartWithRunningShim (0.07s)
container_linux_test.go:1114: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDaemonRestartWithRunningShim/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestContainerRuntimeOptionsv1
=== PAUSE TestContainerRuntimeOptionsv1
=== RUN TestContainerRuntimeOptionsv2
=== PAUSE TestContainerRuntimeOptionsv2
=== RUN TestContainerKillInitPidHost
--- FAIL: TestContainerKillInitPidHost (0.08s)
container_linux_test.go:1287: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerKillInitPidHost/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestContainerKillInitKillsChildWhenNotHostPid
--- FAIL: TestContainerKillInitKillsChildWhenNotHostPid (0.06s)
container_linux_test.go:1287: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerKillInitKillsChildWhenNotHostPid/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestUserNamespaces
=== PAUSE TestUserNamespaces
=== RUN TestTaskResize
=== PAUSE TestTaskResize
=== RUN TestContainerImage
=== PAUSE TestContainerImage
=== RUN TestContainerNoImage
=== PAUSE TestContainerNoImage
=== RUN TestUIDNoGID
=== PAUSE TestUIDNoGID
=== RUN TestBindLowPortNonRoot
=== PAUSE TestBindLowPortNonRoot
=== RUN TestBindLowPortNonOpt
=== PAUSE TestBindLowPortNonOpt
=== RUN TestContainerNoSTDIN
=== PAUSE TestContainerNoSTDIN
=== RUN TestContainerList
--- PASS: TestContainerList (0.00s)
=== RUN TestNewContainer
=== PAUSE TestNewContainer
=== RUN TestContainerStart
=== PAUSE TestContainerStart
=== RUN TestContainerOutput
=== PAUSE TestContainerOutput
=== RUN TestContainerExec
=== PAUSE TestContainerExec
=== RUN TestContainerLargeExecArgs
=== PAUSE TestContainerLargeExecArgs
=== RUN TestContainerPids
=== PAUSE TestContainerPids
=== RUN TestContainerCloseIO
=== PAUSE TestContainerCloseIO
=== RUN TestDeleteRunningContainer
=== PAUSE TestDeleteRunningContainer
=== RUN TestContainerKill
=== PAUSE TestContainerKill
=== RUN TestContainerNoBinaryExists
=== PAUSE TestContainerNoBinaryExists
=== RUN TestContainerExecNoBinaryExists
=== PAUSE TestContainerExecNoBinaryExists
=== RUN TestWaitStoppedTask
=== PAUSE TestWaitStoppedTask
=== RUN TestWaitStoppedProcess
=== PAUSE TestWaitStoppedProcess
=== RUN TestTaskForceDelete
=== PAUSE TestTaskForceDelete
=== RUN TestProcessForceDelete
=== PAUSE TestProcessForceDelete
=== RUN TestContainerHostname
=== PAUSE TestContainerHostname
=== RUN TestContainerExitedAtSet
=== PAUSE TestContainerExitedAtSet
=== RUN TestDeleteContainerExecCreated
=== PAUSE TestDeleteContainerExecCreated
=== RUN TestContainerMetrics
=== PAUSE TestContainerMetrics
=== RUN TestDeletedContainerMetrics
=== PAUSE TestDeletedContainerMetrics
=== RUN TestContainerExtensions
=== PAUSE TestContainerExtensions
=== RUN TestContainerUpdate
=== PAUSE TestContainerUpdate
=== RUN TestContainerInfo
=== PAUSE TestContainerInfo
=== RUN TestContainerLabels
=== PAUSE TestContainerLabels
=== RUN TestContainerHook
=== PAUSE TestContainerHook
=== RUN TestContentClient
=== RUN TestContentClient/Writer
=== RUN TestContentClient/UpdateStatus
=== RUN TestContentClient/CommitExists
=== RUN TestContentClient/Resume
=== RUN TestContentClient/ResumeTruncate
=== RUN TestContentClient/ResumeDiscard
=== RUN TestContentClient/ResumeCopy
=== RUN TestContentClient/ResumeCopySeeker
=== RUN TestContentClient/ResumeCopyReaderAt
=== RUN TestContentClient/SmallBlob
=== RUN TestContentClient/Labels
=== RUN TestContentClient/CommitErrorState
--- PASS: TestContentClient (3.47s)
--- PASS: TestContentClient/Writer (0.01s)
--- PASS: TestContentClient/UpdateStatus (0.00s)
testsuite.go:526: compare update 2019-02-22 06:20:37.472598559 +0000 UTC against (2019-02-22 06:20:37.47231587 +0000 UTC m=+3.962112067, 2019-02-22 06:20:37.473019813 +0000 UTC m=+3.962816039)
testsuite.go:536: compare update 2019-02-22 06:20:37.473246305 +0000 UTC against (2019-02-22 06:20:37.473182189 +0000 UTC m=+3.962978341, 2019-02-22 06:20:37.473295395 +0000 UTC m=+3.963091869)
testsuite.go:546: compare update 2019-02-22 06:20:37.473492543 +0000 UTC against (2019-02-22 06:20:37.473436978 +0000 UTC m=+3.963233120, 2019-02-22 06:20:37.473550385 +0000 UTC m=+3.963346535)
testsuite.go:555: compare update 2019-02-22 06:20:37.473773654 +0000 UTC against (2019-02-22 06:20:37.473716863 +0000 UTC m=+3.963513015, 2019-02-22 06:20:37.473834385 +0000 UTC m=+3.963630533)
--- PASS: TestContentClient/CommitExists (0.01s)
--- PASS: TestContentClient/Resume (0.01s)
testsuite.go:268: compare update 2019-02-22 06:20:37.488878275 +0000 UTC against (2019-02-22 06:20:37.488787665 +0000 UTC m=+3.978583841, 2019-02-22 06:20:37.488928405 +0000 UTC m=+3.978724555)
testsuite.go:277: compare update 2019-02-22 06:20:37.488878275 +0000 UTC against (2019-02-22 06:20:37.488787665 +0000 UTC m=+3.978583841, 2019-02-22 06:20:37.488928405 +0000 UTC m=+3.978724555)
testsuite.go:285: compare update 2019-02-22 06:20:37.490189239 +0000 UTC against (2019-02-22 06:20:37.49010931 +0000 UTC m=+3.979905461, 2019-02-22 06:20:37.490261066 +0000 UTC m=+3.980057227)
--- PASS: TestContentClient/ResumeTruncate (0.07s)
--- PASS: TestContentClient/ResumeDiscard (0.07s)
--- PASS: TestContentClient/ResumeCopy (0.08s)
--- PASS: TestContentClient/ResumeCopySeeker (0.07s)
--- PASS: TestContentClient/ResumeCopyReaderAt (0.07s)
--- PASS: TestContentClient/SmallBlob (0.01s)
--- PASS: TestContentClient/Labels (0.01s)
--- PASS: TestContentClient/CommitErrorState (3.06s)
=== RUN TestDaemonRuntimeRoot
--- FAIL: TestDaemonRuntimeRoot (0.94s)
daemon_config_linux_test.go:154: OCI runtime create failed: unable to retrieve OCI runtime error (open /tmp/containerd-test-new-daemon-with-config089583272/state/io.containerd.runtime.v2.task/testing/TestDaemonRuntimeRoot/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
daemon_config_linux_test.go:108: failed to remove /tmp/containerd-test-new-daemon-with-config089583272: directory not empty
=== RUN TestOCIExport
--- PASS: TestOCIExport (0.16s)
=== RUN TestImageIsUnpacked
--- PASS: TestImageIsUnpacked (0.77s)
=== RUN TestOCIExportAndImport
--- PASS: TestOCIExportAndImport (0.51s)
=== RUN TestImport
=== RUN TestImport/DockerV2.0
=== RUN TestImport/DockerV2.1
=== RUN TestImport/OCI-BadFormat
=== RUN TestImport/OCI
=== RUN TestImport/OCIPrefixName
=== RUN TestImport/OCIPrefixName#01
--- PASS: TestImport (0.08s)
--- PASS: TestImport/DockerV2.0 (0.01s)
--- PASS: TestImport/DockerV2.1 (0.02s)
--- PASS: TestImport/OCI-BadFormat (0.00s)
--- PASS: TestImport/OCI (0.01s)
--- PASS: TestImport/OCIPrefixName (0.02s)
--- PASS: TestImport/OCIPrefixName#01 (0.01s)
=== RUN TestSnapshotterClient
=== RUN TestSnapshotterClient/Basic
=== PAUSE TestSnapshotterClient/Basic
=== RUN TestSnapshotterClient/StatActive
=== PAUSE TestSnapshotterClient/StatActive
=== RUN TestSnapshotterClient/StatComitted
=== PAUSE TestSnapshotterClient/StatComitted
=== RUN TestSnapshotterClient/TransitivityTest
=== PAUSE TestSnapshotterClient/TransitivityTest
=== RUN TestSnapshotterClient/PreareViewFailingtest
=== PAUSE TestSnapshotterClient/PreareViewFailingtest
=== RUN TestSnapshotterClient/Update
=== PAUSE TestSnapshotterClient/Update
=== RUN TestSnapshotterClient/Remove
=== PAUSE TestSnapshotterClient/Remove
=== RUN TestSnapshotterClient/LayerFileupdate
=== PAUSE TestSnapshotterClient/LayerFileupdate
=== RUN TestSnapshotterClient/RemoveDirectoryInLowerLayer
=== PAUSE TestSnapshotterClient/RemoveDirectoryInLowerLayer
=== RUN TestSnapshotterClient/Chown
=== PAUSE TestSnapshotterClient/Chown
=== RUN TestSnapshotterClient/DirectoryPermissionOnCommit
=== PAUSE TestSnapshotterClient/DirectoryPermissionOnCommit
=== RUN TestSnapshotterClient/RemoveIntermediateSnapshot
=== PAUSE TestSnapshotterClient/RemoveIntermediateSnapshot
=== RUN TestSnapshotterClient/DeletedFilesInChildSnapshot
=== PAUSE TestSnapshotterClient/DeletedFilesInChildSnapshot
=== RUN TestSnapshotterClient/MoveFileFromLowerLayer
=== PAUSE TestSnapshotterClient/MoveFileFromLowerLayer
=== RUN TestSnapshotterClient/Rename
=== PAUSE TestSnapshotterClient/Rename
=== RUN TestSnapshotterClient/ViewReadonly
=== PAUSE TestSnapshotterClient/ViewReadonly
=== RUN TestSnapshotterClient/StatInWalk
=== PAUSE TestSnapshotterClient/StatInWalk
=== RUN TestSnapshotterClient/CloseTwice
=== PAUSE TestSnapshotterClient/CloseTwice
=== RUN TestSnapshotterClient/RootPermission
=== PAUSE TestSnapshotterClient/RootPermission
=== RUN TestSnapshotterClient/128LayersMount
=== PAUSE TestSnapshotterClient/128LayersMount
=== CONT TestSnapshotterClient/Basic
=== CONT TestSnapshotterClient/128LayersMount
=== CONT TestSnapshotterClient/RootPermission
=== CONT TestSnapshotterClient/CloseTwice
=== CONT TestSnapshotterClient/StatInWalk
=== CONT TestSnapshotterClient/Remove
=== CONT TestSnapshotterClient/Update
=== CONT TestSnapshotterClient/ViewReadonly
=== CONT TestSnapshotterClient/PreareViewFailingtest
=== CONT TestSnapshotterClient/TransitivityTest
=== CONT TestSnapshotterClient/StatComitted
=== CONT TestSnapshotterClient/StatActive
=== CONT TestSnapshotterClient/Rename
=== CONT TestSnapshotterClient/MoveFileFromLowerLayer
=== CONT TestSnapshotterClient/DeletedFilesInChildSnapshot
=== CONT TestSnapshotterClient/RemoveIntermediateSnapshot
=== CONT TestSnapshotterClient/DirectoryPermissionOnCommit
=== CONT TestSnapshotterClient/Chown
=== CONT TestSnapshotterClient/RemoveDirectoryInLowerLayer
=== CONT TestSnapshotterClient/LayerFileupdate
--- PASS: TestSnapshotterClient (0.00s)
--- PASS: TestSnapshotterClient/CloseTwice (0.02s)
--- PASS: TestSnapshotterClient/StatInWalk (0.03s)
--- PASS: TestSnapshotterClient/RootPermission (0.03s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-236594268/work/preparing
--- PASS: TestSnapshotterClient/Remove (0.03s)
--- PASS: TestSnapshotterClient/ViewReadonly (0.04s)
testsuite.go:798: write to "/tmp/snapshot-suite-SnapshotterClient-389095535/work/view-mount/testfile" failed with open /tmp/snapshot-suite-SnapshotterClient-389095535/work/view-mount/testfile: read-only file system (EROFS is expected but can be other error code)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-389095535/work/view-mount
--- SKIP: TestSnapshotterClient/Rename (0.00s)
issues.go:118: rename test still fails on some kernels with overlay
--- PASS: TestSnapshotterClient/StatActive (0.02s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-044894397/work/preparing
--- PASS: TestSnapshotterClient/Update (0.06s)
--- PASS: TestSnapshotterClient/PreareViewFailingtest (0.05s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-336833657/work/preparing
--- PASS: TestSnapshotterClient/StatComitted (0.05s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-189010262/work/preparing
--- PASS: TestSnapshotterClient/TransitivityTest (0.07s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-569184531/work/next
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-569184531/work/preparing
--- PASS: TestSnapshotterClient/RemoveIntermediateSnapshot (0.06s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-248081413/work/base
--- PASS: TestSnapshotterClient/Basic (0.12s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-181001242/work/nextnextlayer
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-181001242/work/nextlayer
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-181001242/work/preparing
--- PASS: TestSnapshotterClient/MoveFileFromLowerLayer (0.11s)
--- PASS: TestSnapshotterClient/Chown (0.10s)
--- PASS: TestSnapshotterClient/DirectoryPermissionOnCommit (0.17s)
--- PASS: TestSnapshotterClient/DeletedFilesInChildSnapshot (0.20s)
--- PASS: TestSnapshotterClient/RemoveDirectoryInLowerLayer (0.21s)
--- PASS: TestSnapshotterClient/LayerFileupdate (3.60s)
--- PASS: TestSnapshotterClient/128LayersMount (5.08s)
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-0
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-1
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-2
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-3
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-4
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-5
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-6
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-7
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-8
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-9
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-10
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-11
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-12
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-13
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-14
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-15
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-16
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-17
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-18
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-19
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-20
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-21
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-22
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-23
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-24
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-25
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-26
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-27
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-28
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-29
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-30
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-31
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-32
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-33
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-34
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-35
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-36
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-37
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-38
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-39
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-40
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-41
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-42
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-43
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-44
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-45
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-46
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-47
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-48
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-49
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-50
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-51
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-52
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-53
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-54
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-55
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-56
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-57
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-58
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-59
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-60
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-61
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-62
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-63
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-64
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-65
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-66
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-67
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-68
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-69
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-70
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-71
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-72
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-73
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-74
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-75
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-76
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-77
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-78
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-79
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-80
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-81
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-82
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-83
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-84
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-85
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-86
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-87
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-88
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-89
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-90
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-91
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-92
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-93
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-94
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-95
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-96
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-97
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-98
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-99
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-100
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-101
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-102
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-103
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-104
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-105
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-106
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-107
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-108
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-109
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-110
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-111
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-112
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-113
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-114
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-115
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-116
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-117
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-118
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-119
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-120
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-121
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-122
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-123
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-124
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-125
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-126
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/prepare-layer-127
helpers_unix.go:32: unmount /tmp/snapshot-suite-SnapshotterClient-409365681/work/fullview
=== RUN TestWithNoNewKeyringAddsNoNewKeyringToOptions
--- PASS: TestWithNoNewKeyringAddsNoNewKeyringToOptions (0.00s)
=== RUN TestWithNoNewKeyringDoesNotOverwriteOtherOptions
--- PASS: TestWithNoNewKeyringDoesNotOverwriteOtherOptions (0.00s)
=== CONT TestNewClient
=== CONT TestContainerHook
=== CONT TestContainerExecNoBinaryExists
=== CONT TestDeleteContainerExecCreated
=== CONT TestContainerInfo
=== CONT TestContainerLabels
=== CONT TestContainerMetrics
--- PASS: TestNewClient (0.00s)
=== CONT TestDeletedContainerMetrics
=== CONT TestContainerExtensions
--- PASS: TestContainerInfo (0.02s)
=== CONT TestContainerUpdate
--- PASS: TestContainerExtensions (0.02s)
=== CONT TestProcessForceDelete
--- PASS: TestContainerLabels (0.02s)
=== CONT TestWaitStoppedProcess
--- PASS: TestContainerUpdate (0.01s)
=== CONT TestContainerExitedAtSet
--- FAIL: TestDeleteContainerExecCreated (0.10s)
container_test.go:1168: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDeleteContainerExecCreated/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestTaskForceDelete
--- FAIL: TestContainerHook (0.10s)
container_test.go:1527: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerHook/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerHostname
--- FAIL: TestDeletedContainerMetrics (0.12s)
container_test.go:1296: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDeletedContainerMetrics/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerNoImage
--- FAIL: TestContainerExitedAtSet (0.09s)
container_test.go:1108: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerExitedAtSet/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerExec
--- PASS: TestContainerNoImage (0.01s)
=== CONT TestContainerOutput
--- FAIL: TestWaitStoppedProcess (0.11s)
container_test.go:842: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestWaitStoppedProcess/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerNoBinaryExists
--- FAIL: TestProcessForceDelete (0.11s)
container_test.go:970: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestProcessForceDelete/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerStart
--- FAIL: TestContainerExecNoBinaryExists (0.14s)
container_test.go:714: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerExecNoBinaryExists/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerKill
--- FAIL: TestContainerMetrics (0.14s)
container_test.go:1239: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerMetrics/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestNewContainer
--- PASS: TestNewContainer (0.02s)
=== CONT TestDeleteRunningContainer
--- FAIL: TestContainerHostname (0.10s)
container_test.go:1044: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerHostname/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerNoSTDIN
--- FAIL: TestTaskForceDelete (0.11s)
container_test.go:929: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestTaskForceDelete/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerCloseIO
--- FAIL: TestContainerExec (0.11s)
container_test.go:263: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerExec/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestBindLowPortNonOpt
--- FAIL: TestDeleteRunningContainer (0.08s)
container_test.go:557: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestDeleteRunningContainer/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerPids
--- FAIL: TestContainerStart (0.10s)
container_test.go:130: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerStart/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestBindLowPortNonRoot
--- FAIL: TestContainerOutput (0.11s)
container_test.go:195: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerOutput/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerLargeExecArgs
--- FAIL: TestContainerKill (0.11s)
container_test.go:612: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerKill/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestUIDNoGID
--- PASS: TestContainerNoBinaryExists (0.12s)
=== CONT TestContainerAttachProcess
--- PASS: TestUIDNoGID (0.03s)
=== CONT TestWaitStoppedTask
--- FAIL: TestContainerNoSTDIN (0.11s)
container_linux_test.go:1723: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerNoSTDIN/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerRuntimeOptionsv2
--- FAIL: TestContainerCloseIO (0.12s)
container_test.go:508: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerCloseIO/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerRuntimeOptionsv1
--- FAIL: TestBindLowPortNonRoot (0.11s)
container_linux_test.go:1609: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestBindLowPortNonRoot/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerImage
--- FAIL: TestContainerLargeExecArgs (0.11s)
container_test.go:348: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerLargeExecArgs/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerKillAll
--- FAIL: TestBindLowPortNonOpt (0.11s)
container_linux_test.go:1665: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestBindLowPortNonOpt/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerUserID
--- FAIL: TestContainerAttachProcess (0.09s)
container_linux_test.go:890: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerAttachProcess/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestTaskResize
--- FAIL: TestContainerPids (0.12s)
container_test.go:424: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerPids/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestUserNamespaces
=== RUN TestUserNamespaces/WritableRootFS
--- PASS: TestContainerImage (0.01s)
=== CONT TestContainerPTY
--- FAIL: TestWaitStoppedTask (0.09s)
container_test.go:779: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestWaitStoppedTask/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestTaskUpdate
--- PASS: TestContainerRuntimeOptionsv1 (0.12s)
=== CONT TestContainerUser
=== RUN TestContainerUser/UserNameAndGroupName
--- PASS: TestContainerRuntimeOptionsv2 (0.13s)
=== CONT TestShimInCgroup
--- FAIL: TestContainerKillAll (0.13s)
container_linux_test.go:1065: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerKillAll/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestClientReconnect
--- PASS: TestClientReconnect (0.00s)
=== CONT TestContainerUsername
--- FAIL: TestTaskResize (0.14s)
container_linux_test.go:1467: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestTaskResize/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== CONT TestContainerAttach
--- FAIL: TestContainerUserID (0.14s)
container_linux_test.go:1007: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUserID/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestTaskUpdate (0.13s)
container_linux_test.go:85: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestTaskUpdate/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestContainerPTY (0.14s)
container_linux_test.go:515: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerPTY/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: : unknown
=== RUN TestUserNamespaces/ReadonlyRootFS
--- FAIL: TestShimInCgroup (0.13s)
container_linux_test.go:170: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestShimInCgroup/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestContainerAttach (0.10s)
container_linux_test.go:594: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerAttach/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestContainerUser/UserIDAndGroupName
--- FAIL: TestContainerUsername (0.12s)
container_linux_test.go:740: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUsername/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestUserNamespaces (0.26s)
--- FAIL: TestUserNamespaces/WritableRootFS (0.18s)
container_linux_test.go:1405: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestUserNamespaces-WritableRootFS/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestUserNamespaces/ReadonlyRootFS (0.08s)
container_linux_test.go:1405: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestUserNamespaces-ReadonlyRootFS/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
=== RUN TestContainerUser/UserNameAndGroupID
=== RUN TestContainerUser/UserIDAndGroupID
--- FAIL: TestContainerUser (0.45s)
--- FAIL: TestContainerUser/UserNameAndGroupName (0.15s)
container_linux_test.go:814: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUser_UserNameAndGroupName/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestContainerUser/UserIDAndGroupName (0.12s)
container_linux_test.go:814: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUser_UserIDAndGroupName/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestContainerUser/UserNameAndGroupID (0.10s)
container_linux_test.go:814: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUser_UserNameAndGroupID/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
--- FAIL: TestContainerUser/UserIDAndGroupID (0.07s)
container_linux_test.go:814: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd-test/io.containerd.runtime.v1.linux/testing/TestContainerUser_UserIDAndGroupID/log.json: no such file or directory): exec: "runc": executable file not found in $PATH: unknown
FAIL
failed to remove test root dir device or resource busy
exit status 1
FAIL github.com/containerd/containerd 15.891s
Makefile:170: recipe for target 'integration' failed
make: *** [integration] Error 1
root@a89a82b2e292:/go/src/github.com/containerd/containerd#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment