You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! As mentioned during the community meeting, it takes me somewhere around 15-30 seconds before I get to the build stage. This is at a high level what happens:
Socket: AWS service connection (3.164.226.167:443)
21:32:48
Log
INFO twoliter::project::lock::image - Resolving dependency image dependency '[email protected]/bottlerocket/bottlerocket-sdk:v0.50.0'
21:32:48
Net
IPv6: Multiple failed connection attempts
21:32:49
Net
Socket: Final ECR connection (44.216.203.94:443)
21:32:50
Net
Socket: Connection termination begins
21:32:52
Log
INFO cargo-make 0.37.23
21:32:52
Log
WARN Unable to parse Cargo.toml via cargo-metadata, fallbacking
21:32:53
Log
INFO Build File: /home/mikn/devel/molnett/src/platform/base/bottlerocket/build/tools/Makefile.toml
21:32:53
Log
INFO Task: build
21:32:53
Log
INFO Profile: development
21:32:53
Log
INFO Running Task: setup
21:32:53
Log
INFO Running Task: setup-build
21:32:53
Log
INFO Running Task: fetch-sdk
I had this strace output analysed by an AI and produced this log - but this was of a broken run as you can see by the fact that Cargo.toml was not parse:able.
Perhaps we could at least do all of the images in parallel?
The text was updated successfully, but these errors were encountered:
Hi! As mentioned during the community meeting, it takes me somewhere around 15-30 seconds before I get to the build stage. This is at a high level what happens:
Combined Application and Network Timeline
strace -t -f -e trace=network twoliter build variant metal-dev
I had this strace output analysed by an AI and produced this log - but this was of a broken run as you can see by the fact that Cargo.toml was not parse:able.
Perhaps we could at least do all of the images in parallel?
The text was updated successfully, but these errors were encountered: