Skip to content

[Bug]: container system start hangs indefinitely at Verifying apiserver is running... #1329

@n8henrie

Description

@n8henrie

I have done the following

  • I have searched the existing issues
  • If possible, I've reproduced the issue using the 'main' branch of this project

Steps to reproduce

I am building from current main and now can't even get container to start. Have rebooted multiple times and cleaned the build directory, the issue persists.

$ git rev-parse HEAD
9fd15f01bf0f7caf757b66e17ac3f8e1be432bde
$ sudo BUILD_CONFIGURATION=release make all install
Building container binaries...
swift-driver version: 1.127.15 Apple Swift version 6.2.4 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
Target: arm64-apple-macosx26.0
[1/1] Planning build
Building for production...
[10/10] Compiling SwiftProtobuf AnyMessageStorage.swift
Build complete! (23.59s)
make[1]: Entering directory '/Users/n8henrie/git/container'
Installing container binaries from /Users/n8henrie/git/container/.build/arm64-apple-macosx/release into bin/release/staging/...
Install update script
Install uninstaller script
Signing container binaries...
bin/release/staging/bin/container: replacing existing signature
bin/release/staging/bin/container-apiserver: replacing existing signature
bin/release/staging/libexec/container/plugins/container-core-images/bin/container-core-images: replacing existing signature
bin/release/staging/libexec/container/plugins/container-runtime-linux/bin/container-runtime-linux: replacing existing signature
bin/release/staging/libexec/container/plugins/container-network-vmnet/bin/container-network-vmnet: replacing existing signature
Creating application installer
pkgbuild: Inferring bundle components from contents of bin/release/staging/
pkgbuild: Wrote package to bin/release/container-installer-unsigned.pkg
Installing container installer package
make[1]: Leaving directory '/Users/n8henrie/git/container'
Building initfs if containerization is in edit mode
Installing container binaries from /Users/n8henrie/git/container/.build/arm64-apple-macosx/release into bin/release/staging/...
Install update script
Install uninstaller script
Signing container binaries...
bin/release/staging/bin/container: replacing existing signature
bin/release/staging/bin/container-apiserver: replacing existing signature
bin/release/staging/libexec/container/plugins/container-core-images/bin/container-core-images: replacing existing signature
bin/release/staging/libexec/container/plugins/container-runtime-linux/bin/container-runtime-linux: replacing existing signature
bin/release/staging/libexec/container/plugins/container-network-vmnet/bin/container-network-vmnet: replacing existing signature
Creating application installer
pkgbuild: Inferring bundle components from contents of bin/release/staging/
pkgbuild: Wrote package to bin/release/container-installer-unsigned.pkg
Installing container installer package
installer: Package name is container-installer-unsigned
installer: Installing at base path /
installer: The install was successful.
$ /usr/local/bin/container system start
Registering API server with launchd...
Verifying apiserver is running...

Current behavior

container hangs indefinitely

Expected behavior

system should start

Environment

$ sw_vers
ProductName:            macOS
ProductVersion:         26.3.2
BuildVersion:           25D2140
$ xcodebuild -version
Xcode 26.3
Build version 17C529

Relevant log output

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions