Lxc_execute - execute.c:execute_start:106 - No such file or directory - Failed to exec /sbin/init.lxc

LXC 3.0.0 to an Android device, using the lxc-execute command to pull the container, but could not find the init. LXC error

1.device info
Linux localhost 3.4.67-g1cc37bf-dirty #3 PREEMPT Fri May 28 17:04:40 CST 2021 armv7l GNU/Linux
2. namespace and cgroup are supported
3. error log
lxc-execute test 20210622011135.540 TRACE lxc_commands - commands.c:lxc_cmd_init:1246 - Creating abstract unix socket “/data/lxc/var/lib/lxc/test/command”
lxc-execute test 20210622011135.544 TRACE lxc_start - start.c:lxc_init_handler:716 - Unix domain socket 4 for command server is ready
lxc-execute test 20210622011135.546 WARN lxc_start - start.c:lxc_check_inherited:283 - Inherited fd 8
lxc-execute test 20210622011135.546 WARN lxc_start - start.c:lxc_check_inherited:283 - Inherited fd 9
lxc-execute test 20210622011135.548 WARN lxc_start - start.c:lxc_check_inherited:283 - Inherited fd 8
lxc-execute test 20210622011135.548 WARN lxc_start - start.c:lxc_check_inherited:283 - Inherited fd 9
lxc-execute test 20210622011135.549 INFO lxc_lsm - lsm/lsm.c:lsm_init:46 - LSM security driver nop
lxc-execute test 20210622011135.550 TRACE lxc_start - start.c:lxc_init:733 - Initialized LSM
lxc-execute test 20210622011135.550 TRACE lxc_start - start.c:lxc_init:740 - Read seccomp policy
lxc-execute test 20210622011135.550 TRACE lxc_start - start.c:lxc_serve_state_clients:423 - Set container state to STARTING
lxc-execute test 20210622011135.550 TRACE lxc_start - start.c:lxc_serve_state_clients:426 - No state clients registered
lxc-execute test 20210622011135.551 TRACE lxc_start - start.c:lxc_init:748 - Set container state to “STARTING”
lxc-execute test 20210622011135.552 TRACE lxc_start - start.c:lxc_init:813 - Set environment variables
lxc-execute test 20210622011135.552 TRACE lxc_start - start.c:lxc_init:820 - Ran pre-start hooks
lxc-execute test 20210622011135.552 TRACE lxc_start - start.c:setup_signal_fd:325 - Created signal file descriptor 5
lxc-execute test 20210622011135.552 TRACE lxc_start - start.c:lxc_init:831 - Set up signal fd
lxc-execute test 20210622011135.555 DEBUG terminal - terminal.c:lxc_terminal_peer_default:691 - The process does not have a controlling terminal
lxc-execute test 20210622011135.555 TRACE lxc_start - start.c:lxc_init:839 - Created console
lxc-execute test 20210622011135.555 TRACE lxc_start - start.c:lxc_init:846 - Chowned console
lxc-execute test 20210622011135.556 INFO lxc_start - start.c:lxc_init:848 - Container “test” is initialized
lxc-execute test 20210622011135.557 INFO lxc_cgroup - cgroups/cgroup.c:cgroup_init:62 - cgroup driver cgfsng initing for test
lxc-execute test 20210622011135.558 TRACE lxc_cgfsng - cgroups/cgfsng.c:cgfsng_init:1510 - Running with legacy cgroup layout
lxc-execute test 20210622011135.588 TRACE lxc_start - start.c:lxc_spawn:1613 - Cloned child process 2148
lxc-execute test 20210622011135.588 INFO lxc_start - start.c:lxc_spawn:1617 - Cloned CLONE_NEWNS
lxc-execute test 20210622011135.588 INFO lxc_start - start.c:lxc_spawn:1617 - Cloned CLONE_NEWPID
lxc-execute test 20210622011135.589 INFO lxc_start - start.c:lxc_spawn:1617 - Cloned CLONE_NEWUTS
lxc-execute test 20210622011135.589 INFO lxc_start - start.c:lxc_spawn:1617 - Cloned CLONE_NEWIPC
lxc-execute test 20210622011135.589 INFO lxc_start - start.c:lxc_spawn:1617 - Cloned CLONE_NEWNET
lxc-execute test 20210622011135.590 DEBUG lxc_start - start.c:lxc_try_preserve_namespaces:199 - Preserved mnt namespace via fd 15
lxc-execute test 20210622011135.590 WARN lxc_start - start.c:lxc_try_preserve_ns:157 - No such file or directory - Kernel does not support preserving pid namespaces
lxc-execute test 20210622011135.590 DEBUG lxc_start - start.c:lxc_try_preserve_namespaces:199 - Preserved uts namespace via fd 16
lxc-execute test 20210622011135.591 DEBUG lxc_start - start.c:lxc_try_preserve_namespaces:199 - Preserved ipc namespace via fd 17
lxc-execute test 20210622011135.591 DEBUG lxc_start - start.c:lxc_try_preserve_namespaces:199 - Preserved net namespace via fd 18
lxc-execute test 20210622011135.598 DEBUG lxc_start - start.c:lxc_spawn:1671 - Preserved net namespace via fd 10
lxc-execute test 20210622011135.602 DEBUG storage - storage/storage.c:get_storage_by_name:225 - Detected rootfs type “dir”
lxc-execute test 20210622011135.603 TRACE dir - storage/dir.c:dir_mount:194 - Mounted “/data/file/rootfs” on “/data/lxc/lib/lxc/rootfs”
lxc-execute test 20210622011135.604 DEBUG lxc_conf - conf.c:lxc_setup_rootfs:1339 - Mounted rootfs “/data/file/rootfs” onto “/data/lxc/lib/lxc/rootfs” with options “(null)”
lxc-execute test 20210622011135.604 INFO lxc_conf - conf.c:setup_utsname:775 - Set hostname to “test”
lxc-execute test 20210622011135.604 TRACE lxc_network - network.c:lxc_network_send_name_and_ifindex_to_parent:3105 - Sent network device names and ifindeces to parent
lxc-execute test 20210622011135.605 INFO lxc_conf - conf.c:mount_autodev:1164 - Preparing “/dev”
lxc-execute test 20210622011135.606 INFO lxc_conf - conf.c:mount_autodev:1186 - Mounted tmpfs on “/data/lxc/lib/lxc/rootfs/dev”
lxc-execute test 20210622011135.607 INFO lxc_conf - conf.c:mount_autodev:1203 - Prepared “/dev”
lxc-execute test 20210622011135.609 DEBUG lxc_conf - conf.c:mount_entry:1935 - Remounting “/dev/pts” on “/data/lxc/lib/lxc/rootfs//dev/pts” to respect bind or remount options
lxc-execute test 20210622011135.609 DEBUG lxc_conf - conf.c:mount_entry:1956 - Flags for “/dev/pts” were 4096, required extra flags are 0
lxc-execute test 20210622011135.610 DEBUG lxc_conf - conf.c:mount_entry:1966 - Mountflags already were 4096, skipping remount
lxc-execute test 20210622011135.610 DEBUG lxc_conf - conf.c:mount_entry:2012 - Mounted “/dev/pts” on “/data/lxc/lib/lxc/rootfs//dev/pts” with filesystem type “none”
lxc-execute test 20210622011135.610 INFO lxc_conf - conf.c:mount_file_entries:2244 - Finished setting up mounts
lxc-execute test 20210622011135.611 INFO lxc_conf - conf.c:lxc_fill_autodev:1239 - Populating “/dev”
lxc-execute test 20210622011135.611 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/full”
lxc-execute test 20210622011135.611 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/null”
lxc-execute test 20210622011135.611 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/random”
lxc-execute test 20210622011135.612 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/tty”
lxc-execute test 20210622011135.612 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/urandom”
lxc-execute test 20210622011135.612 DEBUG lxc_conf - conf.c:lxc_fill_autodev:1254 - Created device node “/data/lxc/lib/lxc/rootfs/dev/zero”
lxc-execute test 20210622011135.612 INFO lxc_conf - conf.c:lxc_fill_autodev:1292 - Populated “/dev”
lxc-execute test 20210622011135.613 DEBUG lxc_conf - conf.c:lxc_setup_dev_console:1673 - Mounted pts device “/dev/pts/1” onto “/data/lxc/lib/lxc/rootfs/dev/console”
lxc-execute test 20210622011135.614 INFO lxc_utils - utils.c:lxc_mount_proc_if_needed:1742 - mounted /proc in container for security transition
lxc-execute test 20210622011135.615 DEBUG lxc_conf - conf.c:setup_pivot_root:1452 - Detected that container is on ramfs
lxc-execute test 20210622011135.618 DEBUG lxc_conf - conf.c:setup_pivot_root:1460 - Prepared ramfs root for container
lxc-execute test 20210622011135.618 DEBUG lxc_conf - conf.c:lxc_setup_devpts:1512 - No new devpts instance will be mounted since no pts devices are requested
lxc-execute test 20210622011135.619 DEBUG lxc_conf - conf.c:setup_caps:2417 - Capabilities have been setup
lxc-execute test 20210622011135.619 NOTICE lxc_conf - conf.c:lxc_setup:3480 - The container “test” is set up
lxc-execute test 20210622011135.620 TRACE lxc_start - start.c:lxc_spawn:1728 - Set up legacy device cgroup controller limits
lxc-execute test 20210622011135.621 NOTICE lxc_utils - utils.c:lxc_switch_uid_gid:2029 - Switched to gid 0.
lxc-execute test 20210622011135.621 NOTICE lxc_utils - utils.c:lxc_switch_uid_gid:2035 - Switched to uid 0.
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:66 - initpath /sbin/init.lxc
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:100 - Exec’ing “sh”
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:102 - argv 0 /sbin/init.lxc
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:102 - argv 1 -n
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:102 - argv 2 test
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:102 - argv 3 -l
lxc-execute test 20210622011135.622 NOTICE lxc_execute - execute.c:execute_start:102 - argv 4 TRACE
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 5 --quiet
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 6 –
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 7 sh
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 8 (null)
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 9 (null)
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 10 (null)
lxc-execute test 20210622011135.623 NOTICE lxc_execute - execute.c:execute_start:102 - argv 11 (null)
lxc-execute test 20210622011135.624 ERROR lxc_execute - execute.c:execute_start:106 - No such file or directory - Failed to exec /sbin/init.lxc
lxc-execute test 20210622011135.625 ERROR lxc_sync - sync.c:__sync_wait:57 - An error occurred in another process (expected sequence number 7)
lxc-execute test 20210622011135.625 DEBUG lxc_network - network.c:lxc_delete_network:3151 - Deleted network devices
lxc-execute test 20210622011135.625 TRACE lxc_start - start.c:lxc_serve_state_clients:423 - Set container state to ABORTING
lxc-execute test 20210622011135.625 TRACE lxc_start - start.c:lxc_serve_state_clients:426 - No state clients registered
lxc-execute test 20210622011135.637 ERROR lxc_start - start.c:__lxc_start:1872 - Failed to spawn container “test”
lxc-execute test 20210622011135.638 TRACE lxc_start - start.c:lxc_serve_state_clients:423 - Set container state to STOPPING
lxc-execute test 20210622011135.638 TRACE lxc_start - start.c:lxc_serve_state_clients:426 - No state clients registered
lxc-execute test 20210622011135.642 TRACE lxc_start - start.c:lxc_fini:945 - Closed command socket
lxc-execute test 20210622011135.642 TRACE lxc_start - start.c:lxc_fini:956 - Set container state to “STOPPED”

Hope to meet the same problem of friends to help answer