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 / vagrant DISTRO:fedora failed Aug 8, 2023 in 9m 2s

Task Summary

Instruction unit_tests failed in 04:03

Details

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

✅ 00:03 clone
✅ 00:01 host_info
✅ 02:00 install_libvirt_vagrant
✅ 00:10 vagrant
✅ 02:38 vagrant_up
✅ 00:01 guest_info
✅ 00:01 check_config
❌ 04:03 unit_tests

--- PASS: TestInitSystemdProps (0.00s)
=== RUN   TestCheckPropertyName
--- PASS: TestCheckPropertyName (0.00s)
=== RUN   TestNullProcess
--- PASS: TestNullProcess (0.00s)
=== RUN   TestCreateDevices
--- PASS: TestCreateDevices (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/specconv	0.004s
=== RUN   TestParseStat
--- PASS: TestParseStat (0.00s)
=== RUN   TestParseStatBadInput
--- PASS: TestParseStatBadInput (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/system	0.003s
=== RUN   TestUserParseLine
--- PASS: TestUserParseLine (0.00s)
=== RUN   TestUserParsePasswd
--- PASS: TestUserParsePasswd (0.00s)
=== RUN   TestUserParseGroup
--- PASS: TestUserParseGroup (0.00s)
=== RUN   TestValidGetExecUser
--- PASS: TestValidGetExecUser (0.01s)
=== RUN   TestInvalidGetExecUser
--- PASS: TestInvalidGetExecUser (0.00s)
=== RUN   TestGetExecUserNilSources
--- PASS: TestGetExecUserNilSources (0.00s)
=== RUN   TestGetAdditionalGroups
--- PASS: TestGetAdditionalGroups (0.01s)
=== RUN   TestGetAdditionalGroupsNumeric
--- PASS: TestGetAdditionalGroupsNumeric (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/user	0.019s
=== RUN   TestUIDMapInUserNS
--- PASS: TestUIDMapInUserNS (0.00s)
PASS
ok  	github.com/opencontainers/runc/libcontainer/userns	0.006s
=== 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.004s
FAIL
make: Leaving directory '/vagrant'
make: *** [Makefile:111: localunittest] Error 1

Exit status: 2��