Hello, I have a command that stopped working at some point {these values haven't changed}:
torizoncore-builder platform push --credentials {credentials_file_name} --hardwareid {hardware_id} --package-name {package_name} --package-version {package_version} build/lockbox.tar.gz
WARNING: This script is outdated. To update it, run 'wget -o tcb-env-setup.sh https://raw.githubusercontent.com/toradex/tcb-env-setup/master/tcb-env-setup.sh'
Setting up TorizonCore Builder with version 3.11.
Pulling TorizonCore Builder...
3.11: Pulling from torizon/torizoncore-builder
Digest: sha256:789105f3394c5d422a26395e356b2f30a33f6de68305bc5831d8394b85b0cbec
Status: Image is up to date for torizon/torizoncore-builder:3.11
docker.io/torizon/torizoncore-builder:3.11
Done!
Setup complete! TorizonCore Builder is now ready to use.
TorizonCore Builder internal status and image customizations will be stored in Docker volume named ‘storage’.
********************
Important: When you run TorizonCore Builder, the tool can only access the files inside the current working directory. Files and directories outside of the current working directory, or links to files and directories outside of the current working directory, won’t be visible to TorizonCore Builder. So please make sure that, when running TorizonCore Builder, all files and directories passed as parameters are within the current working directory.
Your current working directory is: /builds/…/build
********************
For more information, run ‘torizoncore-builder -h’ or go to TorizonCore Builder Overview | Toradex Developer Center
An unexpected Exception occurred. Please provide the following stack trace to
the Toradex TorizonCore support team:
Traceback (most recent call last):
File “/builder/torizoncore-builder”, line 222, in
mainargs.func(mainargs)
File “/builder/tcbuilder/cli/platform.py”, line 584, in do_platform_push
platform.push_ref(
File “/builder/tcbuilder/backend/platform.py”, line 1034, in push_ref
commit = repo.read_commit(ref).out_commit
gi.repository.GLib.GError: g-io-error-quark: Refspec 'build/lockbox.tar.gz' not found (1)
The goal is to generate lockbox for one boards and push it into the Torizon Cloud so that it can be referred to from another lockbox for another board. The whole workflow worked just fine. The file that I am trying to push is present on the file system. Last known successful build with this lockbox happened on 28 Aug 2025 with the same Core Builder image. I am not sure if the credentials file can be broken as there are other commands that use the same file and they work totally fine.