[INFO] cloning repository https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/williamjhyland/viam-example-micrordk-build" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5813df9e1e43f8c6c79e9050437bb2f72fc610d4
[INFO] checking williamjhyland/viam-example-micrordk-build against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] finished tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] tweaked toml for git repo https://github.com/williamjhyland/viam-example-micrordk-build written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamjhyland/viam-example-micrordk-build on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamjhyland/viam-example-micrordk-build already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking williamjhyland/viam-example-micrordk-build against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] finished tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] tweaked toml for git repo https://github.com/williamjhyland/viam-example-micrordk-build written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamjhyland/viam-example-micrordk-build on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamjhyland/viam-example-micrordk-build already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/viamrobotics/micro-rdk.git`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/module/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing assignment between key-value pairs, expected `=`
[INFO] [stderr]   --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/project/Cargo.toml:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 |   {% if camera == "true" %}"camera",{% endif %}
[INFO] [stderr]    |      ^
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding micro-rdk v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]       Adding micro-rdk-macros v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking williamjhyland/viam-example-micrordk-build against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] finished tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] tweaked toml for git repo https://github.com/williamjhyland/viam-example-micrordk-build written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamjhyland/viam-example-micrordk-build on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamjhyland/viam-example-micrordk-build already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/viamrobotics/micro-rdk.git`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/module/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing assignment between key-value pairs, expected `=`
[INFO] [stderr]   --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/project/Cargo.toml:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 |   {% if camera == "true" %}"camera",{% endif %}
[INFO] [stderr]    |      ^
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking williamjhyland/viam-example-micrordk-build against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] finished tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] tweaked toml for git repo https://github.com/williamjhyland/viam-example-micrordk-build written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamjhyland/viam-example-micrordk-build on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamjhyland/viam-example-micrordk-build already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/viamrobotics/micro-rdk.git`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/module/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing assignment between key-value pairs, expected `=`
[INFO] [stderr]   --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/project/Cargo.toml:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 |   {% if camera == "true" %}"camera",{% endif %}
[INFO] [stderr]    |      ^
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding micro-rdk v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]       Adding micro-rdk-macros v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking williamjhyland/viam-example-micrordk-build against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamjhyland%2Fviam-example-micrordk-build" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] finished tweaking git repo https://github.com/williamjhyland/viam-example-micrordk-build
[INFO] tweaked toml for git repo https://github.com/williamjhyland/viam-example-micrordk-build written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamjhyland/viam-example-micrordk-build on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamjhyland/viam-example-micrordk-build already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/viamrobotics/micro-rdk.git`
[INFO] [stderr] error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
[INFO] [stderr]  --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/module/Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | name = "{{project-name}}"
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] error: missing assignment between key-value pairs, expected `=`
[INFO] [stderr]   --> ../../../cargo-home/git/checkouts/micro-rdk-ffbd2db60c8e35b6/fe2e073/templates/project/Cargo.toml:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 |   {% if camera == "true" %}"camera",{% endif %}
[INFO] [stderr]    |      ^
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding micro-rdk v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]       Adding micro-rdk-macros v0.3.1 (https://github.com/viamrobotics/micro-rdk.git?rev=fe2e0738#fe2e0738)
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds


no output for 300 seconds