tinygo 0.31.1 -> 0.31.2 https://github.com/tinygo-org/tinygo/releases attrpath: tinygo Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-HZiyAgsTEBQv+Qp0T9RXTV1lkxvIGh7Q45rd45cfvjo=" [golangModuleVersion] Replaced vendorHash with sha256-HZiyAgsTEBQv+Qp0T9RXTV1lkxvIGh7Q45rd45cfvjo= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tinygo nix build failed. src/device/sam/atsamv71n21.go src/device/sam/atsamv71n21b.go src/device/sam/atsamv71q19.go src/device/sam/atsamv71q19b.go src/device/sam/atsamv71q20.go src/device/sam/atsamv71q20b.go src/device/sam/atsamv71q21.go src/device/sam/atsamv71q21b.go buildPhase completed in 59 seconds @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase sh: line 1: node: command not found make: which: No such file or directory /build/source/build/tinygo version tinygo version 0.31.2 linux/amd64 (using go version go1.21.7 and LLVM version 17.0.6) /build/source/build/tinygo targets > /dev/null # regression test for #2892 cd tests/testing/recurse && (/build/source/build/tinygo test ./... > recurse.log && cat recurse.log && test $(wc -l < recurse.log) = 2 && rm recurse.log) ok github.com/tinygo-org/tinygo/tests/testing/recurse 0.001s ok github.com/tinygo-org/tinygo/tests/testing/recurse/subdir 0.001s # compile-only platform-independent examples cd tests/text/template/smoke && /build/source/build/tinygo test -c && rm -f smoke.test FAIL github.com/tinygo-org/tinygo/tests/text/template/smoke 0.000s # regression test for #2563 cd tests/os/smoke && /build/source/build/tinygo test -c -target=pybadge && rm smoke.test Basic Block in function '(*time.Duration).Microseconds' does not have terminator! label %entry FAIL github.com/tinygo-org/tinygo/tests/os/smoke 0.000s error: verification error after compiling package flag make: *** [GNUmakefile:458: smoketest] Error 1