这是indexloc提供的服务,不要输入任何密码
Skip to content

watch fails in fedora 42 #10661

@adiktofsugar

Description

@adiktofsugar

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

https://github.com/adiktofsugar/turbo-fedora-watch-issue

Which canary version will you have in your reproduction?

turbo@2.5.5-canary.0

Environment information

CLI:
   Version: 2.5.5-canary.0
   Path to executable: /home/user/dev/turbo-test/node_modules/turbo-linux-64/bin/turbo
   Daemon status: Running
   Package manager: npm

Platform:
   Architecture: x86_64
   Operating system: linux
   WSL: false
   Available memory (MB): 9212
   Available CPU cores: 16

Environment:
   CI: None
   Terminal (TERM): xterm-256color
   Terminal program (TERM_PROGRAM): unknown
   Terminal program version (TERM_PROGRAM_VERSION): unknown
   Shell (SHELL): /usr/bin/fish
   stdin: false

Expected behavior

npx turbo watch build should run build and then watch for changes

Actual behavior

  × Failed to connect to daemon.
  ╰─▶ server is unavailable: channel closed

To Reproduce

Run npm i then npx turbo watch build on Fedora 42 (I'm using the cosmic spin - https://fedoraproject.org/spins/cosmic)

Additional context

This was originally happening on turbo 2.5.4 and I switched to canary because of the instructions in the issue template.

This works in turbo 2.4.4.

I installed lsb_release as it's not installed on fedora by default after looking at the logs, to no avail.

I'm going to paste all the logs here because I know installing another OS to reproduce a bug is almost certainly required to debug this but potentially someone can just find something in the logs 🤞

❯ npx turbo daemon clean
turbo 2.5.4

Done

❯ rm -rf /tmp/turbod/

❯ npx turbo watch build -vvv
2025-07-12T10:42:34.605-0700 [DEBUG] turborepo_lib::shim: Global turbo version: 2.5.4
2025-07-12T10:42:34.605-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/package.json
2025-07-12T10:42:34.607-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/package.json
2025-07-12T10:42:34.607-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/package.json
2025-07-12T10:42:34.607-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/package.json
2025-07-12T10:42:34.607-0700 [TRACE] turborepo_repository::package_json: loading package.json from /package.json
2025-07-12T10:42:34.607-0700 [DEBUG] turborepo_lib::shim: Repository Root: /home/user/dev/turbo-test
2025-07-12T10:42:34.607-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/node_modules/turbo-linux-64/package.json
2025-07-12T10:42:34.607-0700 [DEBUG] turborepo_lib::shim::local_turbo_state: Local turbo path: /home/user/dev/turbo-test/node_modules/turbo-linux-64/bin/turbo
2025-07-12T10:42:34.607-0700 [DEBUG] turborepo_lib::shim::local_turbo_state: Local turbo version: 2.5.4
2025-07-12T10:42:34.607-0700 [DEBUG] turborepo_lib::shim: Currently running turbo is local turbo.
2025-07-12T10:42:34.615-0700 [TRACE] turborepo_telemetry::config: Telemetry config path: /home/user/.config/turborepo/telemetry.json
turbo 2.5.4

2025-07-12T10:42:34.627-0700 [DEBUG] turborepo_process: spawning children with pty: true
2025-07-12T10:42:34.627-0700 [TRACE] turborepo_lib::run::builder: performing run on "linux-64"
2025-07-12T10:42:34.627-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/package.json
2025-07-12T10:42:34.628-0700 [TRACE] turborepo_telemetry::config: Telemetry config path: /home/user/.config/turborepo/telemetry.json
2025-07-12T10:42:34.628-0700 [DEBUG] turborepo_lib::daemon::connector: looking for pid in lockfile: AbsoluteSystemPathBuf("/tmp/turbod/5a8fbd55f5f2a438/turbod.pid")
2025-07-12T10:42:34.628-0700 [DEBUG] turborepo_lib::daemon::connector: no pid found, starting daemon
2025-07-12T10:42:34.628-0700 [TRACE] turborepo_telemetry: Flushed telemetry event queue (num_events=10)
2025-07-12T10:42:34.628-0700 [DEBUG] turborepo_lib::daemon::connector: got daemon with pid: 51460
2025-07-12T10:42:34.628-0700 [DEBUG] turborepo_lib::daemon::connector: creating AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:34.628-0700 [DEBUG] turborepo_lib::daemon::connector: watching AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:34.628-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:34.638-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:34.649-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:34.649-0700 [DEBUG] turborepo_lib::daemon::connector: creating AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:34.649-0700 [DEBUG] turborepo_lib::daemon::connector: watching AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:34.649-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:34.649-0700 [DEBUG] turborepo_lib::daemon::connector: connecting to socket: /tmp/turbod/5a8fbd55f5f2a438/turbod.sock
2025-07-12T10:42:34.649-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; idle
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connecting
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; not ready
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connecting
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; not ready
2025-07-12T10:42:34.649-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.649-0700 [TRACE] log: signal: Want
2025-07-12T10:42:34.649-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.649-0700 [TRACE] log: signal found waiting giver, notifying
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:34.649-0700 [TRACE] log: poll_want: taker wants!
2025-07-12T10:42:34.649-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; ready
2025-07-12T10:42:34.649-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::service: sending request to buffer worker
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: processing new request
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: "worker received request; waiting for service readiness"
2025-07-12T10:42:34.650-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:34.650-0700 [TRACE] log: poll_want: taker wants!
2025-07-12T10:42:34.650-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; ready
2025-07-12T10:42:34.650-0700 [DEBUG] tower::buffer::worker: "processing request"
2025-07-12T10:42:34.650-0700 [TRACE] tonic::transport::service::reconnect: Reconnect::call
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: returning response future
2025-07-12T10:42:34.650-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] log: signal: Want
2025-07-12T10:42:34.650-0700 [TRACE] log: signal: Want
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.650-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.650-0700 [DEBUG] turborepo_lib::daemon::connector: connected in 22466µs
2025-07-12T10:42:34.650-0700 [DEBUG] turborepo_lib::run::builder: running in daemon mode
2025-07-12T10:42:34.650-0700 [DEBUG] turborepo_repository::discovery: discovering packages using caching strategy
2025-07-12T10:42:34.650-0700 [DEBUG] turborepo_repository::discovery: discovering packages using primary strategy
2025-07-12T10:42:34.650-0700 [DEBUG] turborepo_repository::discovery: discovering packages using local strategy
2025-07-12T10:42:34.651-0700 [DEBUG] globwalk: processing includes: ["site-ui/package.json"]
2025-07-12T10:42:34.651-0700 [DEBUG] globwalk: processing excludes: ["**/node_modules/**"]
2025-07-12T10:42:34.651-0700 [DEBUG] globwalk: processed includes: ["/home/user/dev/turbo-test/site-ui/package.json"]
2025-07-12T10:42:34.651-0700 [DEBUG] globwalk: processed excludes: ["/home/user/dev/turbo-test/**/node_modules/**"]
2025-07-12T10:42:34.653-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/site-ui/package.json
2025-07-12T10:42:34.653-0700 [DEBUG] turborepo_repository::discovery: discovering packages using caching strategy
2025-07-12T10:42:34.653-0700 [DEBUG] turborepo_repository::discovery: discovering packages using caching strategy
2025-07-12T10:42:34.653-0700 [DEBUG] turborepo_repository::discovery: discovering packages using caching strategy
2025-07-12T10:42:34.654-0700 [DEBUG] turborepo_lib::run::task_access: TASK ACCESS TRACE: unable to restore config from cache
2025-07-12T10:42:34.654-0700 [DEBUG] turborepo_lib::turbo_json::loader: path: /home/user/dev/turbo-test/site-ui, turbo_json: Ok(None), turbo_jsonc: Ok(None)
2025-07-12T10:42:34.654-0700 [DEBUG] turborepo_lib::turbo_json::loader: path: /home/user/dev/turbo-test/site-ui, turbo_json: Ok(None), turbo_jsonc: Ok(None)

• Packages in scope: site-ui
• Running build in 1 packages
• Remote caching disabled
2025-07-12T10:42:34.654-0700 [DEBUG] turborepo_lib::daemon::connector: looking for pid in lockfile: AbsoluteSystemPathBuf("/tmp/turbod/5a8fbd55f5f2a438/turbod.pid")
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:34.668-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:34.669-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:34.669-0700 [TRACE] tower::buffer::worker: buffer already closed
2025-07-12T10:42:34.669-0700 [TRACE] log: signal: Closed
2025-07-12T10:42:34.669-0700 [TRACE] turborepo_telemetry: Flushed telemetry event queue (num_events=7)
2025-07-12T10:42:34.669-0700 [DEBUG] turborepo_process: waiting for 0 processes to exit
2025-07-12T10:42:34.669-0700 [DEBUG] turborepo_process: waiting for 0 processes to exit
  × Failed to connect to daemon.
  ╰─▶ server is unavailable: channel closed


❯ npx turbo daemon logs -vvv
2025-07-12T10:42:47.207-0700 [DEBUG] turborepo_lib::shim: Global turbo version: 2.5.4
2025-07-12T10:42:47.207-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/package.json
2025-07-12T10:42:47.209-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/package.json
2025-07-12T10:42:47.209-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/package.json
2025-07-12T10:42:47.209-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/package.json
2025-07-12T10:42:47.209-0700 [TRACE] turborepo_repository::package_json: loading package.json from /package.json
2025-07-12T10:42:47.209-0700 [DEBUG] turborepo_lib::shim: Repository Root: /home/user/dev/turbo-test
2025-07-12T10:42:47.209-0700 [TRACE] turborepo_repository::package_json: loading package.json from /home/user/dev/turbo-test/node_modules/turbo-linux-64/package.json
2025-07-12T10:42:47.209-0700 [DEBUG] turborepo_lib::shim::local_turbo_state: Local turbo path: /home/user/dev/turbo-test/node_modules/turbo-linux-64/bin/turbo
2025-07-12T10:42:47.209-0700 [DEBUG] turborepo_lib::shim::local_turbo_state: Local turbo version: 2.5.4
2025-07-12T10:42:47.210-0700 [DEBUG] turborepo_lib::shim: Currently running turbo is local turbo.
2025-07-12T10:42:47.218-0700 [TRACE] turborepo_telemetry::config: Telemetry config path: /home/user/.config/turborepo/telemetry.json
turbo 2.5.4

2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: looking for pid in lockfile: AbsoluteSystemPathBuf("/tmp/turbod/5a8fbd55f5f2a438/turbod.pid")
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: found pid: 51460
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: got daemon with pid: 51460
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: creating AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: watching AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:47.219-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: creating AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: watching AbsoluteSystemPath("/tmp/turbod/5a8fbd55f5f2a438")
2025-07-12T10:42:47.219-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:47.219-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: connecting to socket: /tmp/turbod/5a8fbd55f5f2a438/turbod.sock
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; idle
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connecting
2025-07-12T10:42:47.219-0700 [TRACE] log: rescanning "/tmp/turbod/5a8fbd55f5f2a438"
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; not ready
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connecting
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; not ready
2025-07-12T10:42:47.219-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.219-0700 [TRACE] log: signal found waiting giver, notifying
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] log: poll_want: taker wants!
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; ready
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::service: sending request to buffer worker
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: processing new request
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: "worker received request; waiting for service readiness"
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:47.219-0700 [TRACE] log: poll_want: taker wants!
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; ready
2025-07-12T10:42:47.219-0700 [DEBUG] tower::buffer::worker: "processing request"
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: Reconnect::call
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: returning response future
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.219-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.219-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.219-0700 [DEBUG] turborepo_lib::daemon::connector: connected in 888µs
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::service: sending request to buffer worker
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: processing new request
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: "worker received request; waiting for service readiness"
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; connected
2025-07-12T10:42:47.219-0700 [TRACE] log: poll_want: taker wants!
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: poll_ready; ready
2025-07-12T10:42:47.219-0700 [DEBUG] tower::buffer::worker: "processing request"
2025-07-12T10:42:47.219-0700 [TRACE] tonic::transport::service::reconnect: Reconnect::call
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: returning response future
2025-07-12T10:42:47.219-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.219-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.219-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.220-0700 [TRACE] log: signal: Want
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: frame decoded from buffer
2025-07-12T10:42:47.220-0700 [TRACE] tokio_util::codec::framed_impl: attempting to decode a frame
2025-07-12T10:42:47.220-0700 [TRACE] tower::buffer::worker: worker polling for next message
2025-07-12T10:42:47.220-0700 [TRACE] tower::buffer::worker: buffer already closed
2025-07-12T10:42:47.220-0700 [TRACE] log: signal: Closed
2025-07-12T17:42:34.668662Z ERROR turborepo_lib::daemon::server: package changes stream closed: channel closed
2025-07-12T10:42:48.220-0700 [TRACE] turborepo_telemetry: Flushed telemetry event queue (num_events=7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugSomething isn't workingneeds: triageNew issues get this label. Remove it after triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions