$ /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=2d6b6c224a5eca5b5801e73493bef645709386c5#packages.x86_64-linux.go-tests --print-build-logs  Substituting simpleauth-go-modules-0.0.0-go-modules from https://cache.nix-ci.com Substituting iana-etc from https://cache.nix-ci.com Substituting errcheck from https://cache.nix-ci.com Substituting expand-response-params from https://cache.nix-ci.com Substituting linux-headers from https://cache.nix-ci.com Substituting glibc-2.35-163-bin from https://cache.nix-ci.com Substituting binutils from https://cache.nix-ci.com Progress: 0 of 7 built, 1 of 13 fetched (6 fetching) Progress: 0 of 6 built, 2 of 13 fetched (5 fetching) Progress: 0 of 6 built, 3 of 13 fetched (4 fetching) Substituting go from https://cache.nix-ci.com Substituting staticcheck from https://cache.nix-ci.com Progress: 0 of 6 built, 4 of 13 fetched (5 fetching) Progress: 0 of 6 built, 5 of 13 fetched (4 fetching) Progress: 0 of 5 built, 6 of 13 fetched (3 fetching) Substituting glibc-2.35-163-dev from https://cache.nix-ci.com Progress: 0 of 5 built, 7 of 13 fetched (3 fetching) Progress: 0 of 4 built, 8 of 13 fetched (2 fetching) Substituting gcc from https://cache.nix-ci.com Progress: 0 of 4 built, 9 of 13 fetched (2 fetching) Substituting binutils-wrapper from https://cache.nix-ci.com Progress: 0 of 4 built, 10 of 13 fetched (2 fetching) Progress: 0 of 3 built, 11 of 13 fetched (1 fetching) Substituting gcc-wrapper from https://cache.nix-ci.com Progress: 0 of 3 built, 12 of 13 fetched (1 fetching) Progress: 0 of 2 built, 13 of 13 fetched Building go-tests [go-tests] Phase: unpackPhase [go-tests] unpacking sources [go-tests] unpacking source archive /nix/store/gd0hav7ngb9i09jba8sxydik59msms9c-source [go-tests] source root is source [go-tests] Phase: patchPhase [go-tests] patching sources [go-tests] Phase: configurePhase [go-tests] configuring [go-tests] no configure script, doing nothing [go-tests] Phase: buildPhase [go-tests] building [go-tests] patching script interpreter paths in ./dev-scripts [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" [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" [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" [go-tests] ./dev-scripts/update-scripts: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash" [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" [go-tests] ./dev-scripts/check-bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/bash" [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" [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" [go-tests] + set -o pipefail [go-tests] + full_test= [go-tests] + go_test_flags=("-tags=netgo,osusergo") [go-tests] + readonly COVERAGE_FILE_RAW=.coverage.out [go-tests] + COVERAGE_FILE_RAW=.coverage.out [go-tests] + readonly COVERAGE_FILE_HTML=.coverage.html [go-tests] + COVERAGE_FILE_HTML=.coverage.html [go-tests] + [[ --full = \-\-\f\u\l\l ]] [go-tests] + full_test=1 [go-tests] + go_test_flags+=("-v") [go-tests] + go_test_flags+=("-race") [go-tests] + go_test_flags+=("--coverprofile=${COVERAGE_FILE_RAW}") [go-tests] + set -u [go-tests] +++ dirname ./dev-scripts/run-go-tests [go-tests] ++ cd ./dev-scripts [go-tests] ++ pwd [go-tests] + SCRIPT_DIR=/build/source/dev-scripts [go-tests] + readonly SCRIPT_DIR [go-tests] + cd /build/source/dev-scripts/.. [go-tests] + go test -tags=netgo,osusergo -v -race --coverprofile=.coverage.out ./... === RUN TestAuthenticate === RUN TestAuthenticate/authenticates_when_password_is_valid === RUN TestAuthenticate/returns_ErrIncorrectPassword_when_password_is_invalid === RUN TestAuthenticate/returns_ErrUserNotFound_when_user_is_not_found --- PASS: TestAuthenticate (0.00s) --- PASS: TestAuthenticate/authenticates_when_password_is_valid (0.00s) --- PASS: TestAuthenticate/returns_ErrIncorrectPassword_when_password_is_invalid (0.00s) --- PASS: TestAuthenticate/returns_ErrUserNotFound_when_user_is_not_found (0.00s) PASS coverage: 50.0% of statements ok codeberg.org/mtlynch/simpleauth/v3/auth 0.027s coverage: 50.0% of statements === RUN TestCreateAndLoadSession --- PASS: TestCreateAndLoadSession (0.00s) === RUN TestRequireUserRedirectsWithoutSession --- PASS: TestRequireUserRedirectsWithoutSession (0.00s) === RUN TestLoadUserIgnoresExpiredSession --- PASS: TestLoadUserIgnoresExpiredSession (0.00s) PASS coverage: 66.7% of statements ok codeberg.org/mtlynch/simpleauth/v3/sessions 0.027s coverage: 66.7% of statements + [[ -n 1 ]] + go tool cover -html .coverage.out -o .coverage.html + go vet ./... ++ go env GOPATH + STATICCHECK_PATH=/build/go/bin/staticcheck + readonly STATICCHECK_PATH + readonly STATICCHECK_VERSION=v0.4.6 + STATICCHECK_VERSION=v0.4.6 + [[ ! -f /build/go/bin/staticcheck ]] + /build/go/bin/staticcheck ./... ++ go env GOPATH + ERRCHECK_PATH=/build/go/bin/errcheck + readonly ERRCHECK_PATH + readonly ERRCHECK_VERSION=v1.6.2 + ERRCHECK_VERSION=v1.6.2 + [[ ! -f /build/go/bin/errcheck ]] + /build/go/bin/errcheck -ignoretests ./... Phase: installPhase installing Phase: fixupPhase post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/qaqc5w6bz156in8mpbdkr505k9admm69-go-tests-0.0.0 strip is /nix/store/hk75004j435l09ij4gawlkzg4wfs839w-binutils-wrapper-2.39/bin/strip patching script interpreter paths in /nix/store/qaqc5w6bz156in8mpbdkr505k9admm69-go-tests-0.0.0 checking for references to /build/ in /nix/store/qaqc5w6bz156in8mpbdkr505k9admm69-go-tests-0.0.0... [post-build-hook] Uploading paths from nix-ci to the NixCI cache /nix/store/qaqc5w6bz156in8mpbdkr505k9admm69-go-tests-0.0.0 [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead [post-build-hook] copying 1 paths... [post-build-hook] copying path '/nix/store/qaqc5w6bz156in8mpbdkr505k9admm69-go-tests-0.0.0' to 'https://cache.nix-ci.com'... [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead [post-build-hook] copying 2 paths... [post-build-hook] copying path '/nix/store/vy5xkpixmliq6l3q5j6cqh9a6kk6qrx1-simpleauth-go-modules-0.0.0-go-modules.drv' to 'https://cache.nix-ci.com'... [post-build-hook] copying path '/nix/store/clivc009734yc0c3cs2jz8ajh05azaif-go-tests-0.0.0.drv' to 'https://cache.nix-ci.com'...