sethvargo/go-limiter

runtime.walltime has been removed

johejo opened this issue · 3 comments

See CL314277 and relation chain

$ gotip test ./... -v
?       github.com/sethvargo/go-limiter [no test files]
# github.com/sethvargo/go-limiter/memorystore.test
github.com/sethvargo/go-limiter/memorystore.(*store).purge: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.newBucket: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.(*bucket).take: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.TestStore_Take.func1.2: relocation target runtime.walltime1 not defined
# github.com/sethvargo/go-limiter/httplimit.test
github.com/sethvargo/go-limiter/memorystore.(*store).purge: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.newBucket: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.(*bucket).take: relocation target runtime.walltime1 not defined
FAIL    github.com/sethvargo/go-limiter/httplimit [build failed]
?       github.com/sethvargo/go-limiter/internal/fasttime       [no test files]
FAIL    github.com/sethvargo/go-limiter/memorystore [build failed]
testing: warning: no tests to run
PASS
ok      github.com/sethvargo/go-limiter/noopstore       (cached) [no tests to run]
FAIL

Grumble

This issue is stale because it has been open for 14 days with no
activity. It will automatically close after 7 more days of inactivity.

This issue has been automatically locked since there has not been any
recent activity after it was closed. Please open a new issue for
related bugs.