Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nsexec: spring cleaning #3953

Closed
wants to merge 11 commits into from

squash! libcontainer: remove all mount logic from nsexec

7a3c81b
Select commit
Loading
Failed to load commit list.
Closed

nsexec: spring cleaning #3953

squash! libcontainer: remove all mount logic from nsexec
7a3c81b
Select commit
Loading
Failed to load commit list.
Cirrus CI / ci / centos-stream-9 failed Aug 8, 2023 in 4m 40s

Task Summary

Instruction unit_tests failed in 03:25

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:04 clone
✅ 01:07 install_dependencies
✅ 00:01 host_info
✅ 00:01 check_config
❌ 03:25 unit_tests

=== RUN   TestNullProcess
--- PASS: TestNullProcess (0.00s)
=== RUN   TestCreateDevices
--- PASS: TestCreateDevices (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/specconv	0.003s
=== RUN   TestParseStat
--- PASS: TestParseStat (0.00s)
=== RUN   TestParseStatBadInput
--- PASS: TestParseStatBadInput (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/system	0.002s
=== RUN   TestUserParseLine
--- PASS: TestUserParseLine (0.00s)
=== RUN   TestUserParsePasswd
--- PASS: TestUserParsePasswd (0.00s)
=== RUN   TestUserParseGroup
--- PASS: TestUserParseGroup (0.00s)
=== RUN   TestValidGetExecUser
--- PASS: TestValidGetExecUser (0.00s)
=== RUN   TestInvalidGetExecUser
--- PASS: TestInvalidGetExecUser (0.00s)
=== RUN   TestGetExecUserNilSources
--- PASS: TestGetExecUserNilSources (0.00s)
=== RUN   TestGetAdditionalGroups
--- PASS: TestGetAdditionalGroups (0.00s)
=== RUN   TestGetAdditionalGroupsNumeric
--- PASS: TestGetAdditionalGroupsNumeric (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/user	0.009s
=== RUN   TestUIDMapInUserNS
--- PASS: TestUIDMapInUserNS (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/userns	0.003s
=== RUN   TestSearchLabels
--- PASS: TestSearchLabels (0.00s)
=== RUN   TestExitStatus
--- PASS: TestExitStatus (0.00s)
=== RUN   TestExitStatusSignaled
--- PASS: TestExitStatusSignaled (0.00s)
=== RUN   TestWriteJSON
--- PASS: TestWriteJSON (0.00s)
=== RUN   TestCleanPath
--- PASS: TestCleanPath (0.00s)
=== RUN   TestStripRoot
--- PASS: TestStripRoot (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/utils	0.001s
?   	github.com/opencontainers/runc/types	[no test files]
?   	github.com/opencontainers/runc/types/features	[no test files]
FAIL
make: *** [Makefile:111: localunittest] Error 1
make: Leaving directory '/home/runc'
Connection to localhost closed.

Exit status: 2��