Can't Deploy new Revisions

I’m currently facing an issue where i can’t deploy new revisions because i always get a 408 returned. here’s the complete output of the command:

[debug] new argv=[/usr/local/lib/balena-cli/bin/node,/usr/local/lib/balena-cli/bin/run,push,fleet/fleet123] length=4
[debug] Deprecation check: 0.02364 days since last npm registry query for next major version release date.
[debug] Will not query the registry again until at least 7 days have passed.
[Debug]   Using build source directory: . 
[Debug]   Pushing to cloud for fleet: fleet/fleet123
[debug] Event tracking error: Timeout awaiting 'response' for 0ms
| Packaging the project source...[Debug]   Tarring all non-ignored files...
/ Packaging the project source...[Debug]   docker-compose.yml file found at "/Users/lukas/Desktop/TRIHOW/trihow-core"
| Packaging the project source...[Debug]   Tarring complete in 16742 ms
[debug] Connecting to builder at https://builder.balena-cloud.com/v3/build?slug=fleet%2Fcustomer_trihow-ag_teststation&dockerfilePath=&emulated=false&nocache=false&headless=false&isdraft=false
Remote builder responded with HTTP error:
408 Request Timeout

ExpectedError: Remote builder responded with HTTP error:
408 Request Timeout
    at Request.<anonymous> (/usr/local/lib/balena-cli/build/utils/remote-build.js:249:21)
    at Object.onceWrapper (node:events:633:26)
    at Request.emit (node:events:518:28)
    at Request.emit (node:domain:489:12)
    at Request.onRequestResponse (/usr/local/lib/balena-cli/node_modules/request/request.js:1059:10)
    at ClientRequest.emit (node:events:530:35)
    at ClientRequest.emit (node:domain:489:12)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:702:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
    at TLSSocket.socketOnData (node:_http_client:544:22)
    at TLSSocket.emit (node:events:518:28)
    at TLSSocket.emit (node:domain:489:12)
    at addChunk (node:internal/streams/readable:561:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    at Readable.push (node:internal/streams/readable:392:5)
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:191:23)

Error: aborted
    at TLSSocket.socketCloseListener (node:_http_client:464:19)
    at TLSSocket.emit (node:events:530:35)
    at TLSSocket.emit (node:domain:489:12)
    at node:net:343:12
    at TCP.done (node:_tls_wrap:648:7)

Hello @lukasknk thanks for reporting!

could you please share how are you running this deploy? and the CLI version? I would like to try to reproduce

Thanks

hello @mpous, thanks for your answer!

i’m running this command balena push fleet-slug --debug

balena --version
20.0.9

This has worked fine for a long time, now it fails

1 Like

Thanks @lukasknk I have seen this before however this error was related to unwanted dependencies in the build.

Could you please check your project and try to find this unwanted dependencies?

Thanks!