1. 0.01 s $ /nix/store/vzx1mi9c0xfadmsm9dhd83d005cb1qs9-coreutils-9.8/bin/timeout --kill-after=15s 1800s /nix/store/99b1z08awpxj8b6mzggn59gp1shljnff-nix-2.34.5/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --log-format internal-json build --no-link git+https://codeberg.org/mtlynch/simpleauth?ref=no-sqlite&rev=2702c66c8b15c77ea68710aafe09283550e3c7a9#packages.x86_64-linux.go-tests --print-build-logs
  2. 0.08 s
  3. 0.52 s Building go-tests
  4. 0.56 s [go-tests] Phase: unpackPhase
  5. 0.56 s [go-tests] unpacking sources
  6. 0.57 s [go-tests] unpacking source archive /nix/store/lpqyx6sh53cgk9hwsa7aqfgq4a8v66pn-source
  7. 0.57 s [go-tests] source root is source
  8. 0.58 s [go-tests] Phase: patchPhase
  9. 0.58 s [go-tests] patching sources
  10. 0.59 s [go-tests] Phase: configurePhase
  11. 0.59 s [go-tests] configuring
  12. 0.60 s [go-tests] no configure script, doing nothing
  13. 0.60 s [go-tests] Phase: buildPhase
  14. 0.60 s [go-tests] building
  15. 0.60 s [go-tests] patching script interpreter paths in ./dev-scripts
  16. 0.61 s [go-tests] ./dev-scripts/check-trailing-newline: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  17. 0.61 s [go-tests] ./dev-scripts/git-hooks/pre-commit: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  18. 0.62 s [go-tests] ./dev-scripts/run-go-tests: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  19. 0.63 s [go-tests] ./dev-scripts/update-scripts: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  20. 0.63 s [go-tests] ./dev-scripts/enable-git-hooks: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  21. 0.64 s [go-tests] ./dev-scripts/check-trailing-whitespace: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  22. 0.64 s [go-tests] ./dev-scripts/check-go-formatting: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  23. 0.65 s [go-tests] ./dev-scripts/check-bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  24. 0.67 s [go-tests] + set -o pipefail
  25. 0.67 s [go-tests] + full_test=
  26. 0.67 s [go-tests] + go_test_flags=("-tags=netgo,osusergo")
  27. 0.67 s [go-tests] + readonly COVERAGE_FILE_RAW=.coverage.out
  28. 0.67 s [go-tests] + COVERAGE_FILE_RAW=.coverage.out
  29. 0.67 s [go-tests] + readonly COVERAGE_FILE_HTML=.coverage.html
  30. 0.67 s [go-tests] + COVERAGE_FILE_HTML=.coverage.html
  31. 0.67 s [go-tests] + [[ --full = \-\-\f\u\l\l ]]
  32. 0.67 s [go-tests] + full_test=1
  33. 0.67 s [go-tests] + go_test_flags+=("-v")
  34. 0.67 s [go-tests] + go_test_flags+=("-race")
  35. 0.67 s [go-tests] + go_test_flags+=("--coverprofile=${COVERAGE_FILE_RAW}")
  36. 0.67 s [go-tests] + set -u
  37. 0.67 s [go-tests] +++ dirname ./dev-scripts/run-go-tests
  38. 0.67 s [go-tests] ++ cd ./dev-scripts
  39. 0.67 s [go-tests] ++ pwd
  40. 0.67 s [go-tests] + SCRIPT_DIR=/build/source/dev-scripts
  41. 0.67 s [go-tests] + readonly SCRIPT_DIR
  42. 0.67 s [go-tests] + cd /build/source/dev-scripts/..
  43. 0.67 s [go-tests] + go test -tags=netgo,osusergo -v -race --coverprofile=.coverage.out ./...
  44. 0.67 s [go-tests] go: inconsistent vendoring in /build/source:
  45. 0.67 s [go-tests] golang.org/x/crypto@v0.32.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
  46. 0.67 s [go-tests] github.com/mtlynch/jeff@v0.2.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  47. 0.67 s [go-tests] github.com/philhofer/fwd@v1.1.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  48. 0.67 s [go-tests] github.com/tinylib/msgp@v1.1.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  49. 0.67 s [go-tests] golang.org/x/crypto@v0.14.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  50. 0.67 s [go-tests]
  51. 0.67 s [go-tests] To ignore the vendor directory, use -mod=readonly or -mod=mod.
  52. 0.67 s [go-tests] To sync the vendor directory, run:
  53. 0.67 s [go-tests] go mod vendor
  54. 0.68 s Progress: 0 of 1 built (1 failed)
  55. 0.69 s Cannot build '/nix/store/8c90r1nxdjwyv8jfvn53kvw4ivkac0dc-go-tests-0.0.0.drv'.
  56. 0.69 s Reason: builder failed with exit code 1.
  57. 0.69 s Output paths:
  58. 0.69 s /nix/store/wdmq7pc6znlcbanb12pplk5l9ixiiji6-go-tests-0.0.0
  59. 0.69 s Last 46 log lines:
  60. 0.69 s > unpacking sources
  61. 0.69 s > unpacking source archive /nix/store/lpqyx6sh53cgk9hwsa7aqfgq4a8v66pn-source
  62. 0.69 s > source root is source
  63. 0.69 s > patching sources
  64. 0.69 s > configuring
  65. 0.69 s > no configure script, doing nothing
  66. 0.69 s > building
  67. 0.69 s > patching script interpreter paths in ./dev-scripts
  68. 0.69 s > ./dev-scripts/check-trailing-newline: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  69. 0.69 s > ./dev-scripts/git-hooks/pre-commit: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  70. 0.69 s > ./dev-scripts/run-go-tests: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  71. 0.69 s > ./dev-scripts/update-scripts: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  72. 0.69 s > ./dev-scripts/enable-git-hooks: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  73. 0.69 s > ./dev-scripts/check-trailing-whitespace: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  74. 0.69 s > ./dev-scripts/check-go-formatting: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  75. 0.69 s > ./dev-scripts/check-bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash"
  76. 0.69 s > + set -o pipefail
  77. 0.69 s > + full_test=
  78. 0.69 s > + go_test_flags=("-tags=netgo,osusergo")
  79. 0.69 s > + readonly COVERAGE_FILE_RAW=.coverage.out
  80. 0.69 s > + COVERAGE_FILE_RAW=.coverage.out
  81. 0.69 s > + readonly COVERAGE_FILE_HTML=.coverage.html
  82. 0.69 s > + COVERAGE_FILE_HTML=.coverage.html
  83. 0.69 s > + [[ --full = \-\-\f\u\l\l ]]
  84. 0.69 s > + full_test=1
  85. 0.69 s > + go_test_flags+=("-v")
  86. 0.69 s > + go_test_flags+=("-race")
  87. 0.69 s > + go_test_flags+=("--coverprofile=${COVERAGE_FILE_RAW}")
  88. 0.69 s > + set -u
  89. 0.69 s > +++ dirname ./dev-scripts/run-go-tests
  90. 0.69 s > ++ cd ./dev-scripts
  91. 0.69 s > ++ pwd
  92. 0.69 s > + SCRIPT_DIR=/build/source/dev-scripts
  93. 0.69 s > + readonly SCRIPT_DIR
  94. 0.69 s > + cd /build/source/dev-scripts/..
  95. 0.69 s > + go test -tags=netgo,osusergo -v -race --coverprofile=.coverage.out ./...
  96. 0.69 s > go: inconsistent vendoring in /build/source:
  97. 0.69 s > golang.org/x/crypto@v0.32.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
  98. 0.69 s > github.com/mtlynch/jeff@v0.2.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  99. 0.69 s > github.com/philhofer/fwd@v1.1.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  100. 0.69 s > github.com/tinylib/msgp@v1.1.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  101. 0.69 s > golang.org/x/crypto@v0.14.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
  102. 0.69 s >
  103. 0.69 s > To ignore the vendor directory, use -mod=readonly or -mod=mod.
  104. 0.69 s > To sync the vendor directory, run:
  105. 0.69 s > go mod vendor
  106. 0.69 s For full logs, run:
  107. 0.69 s nix log /nix/store/8c90r1nxdjwyv8jfvn53kvw4ivkac0dc-go-tests-0.0.0.drv