Skip to content

Implement loops as Streams #1441

Implement loops as Streams

Implement loops as Streams #1441

Triggered via pull request May 11, 2024 18:37
Status Failure
Total duration 1m 48s
Artifacts

test.yaml

on: pull_request
codespell
7s
codespell
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 22 warnings
main (26.1.1, 1.15.6, true)
Process completed with exit code 1.
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L1024
test reduce_lr_on_plateau adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L181
test factories evaluator/1 runs a supervised evaluator loop (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L322
test looping returns initial state with epochs 0 (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L530
test events fires correctly on :epoch_halted (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L911
test validate adds validation_* metrics to metrics map (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L841
test checkpoint saves a checkpoint on custom events (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L882
test from_state resumes training from state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L940
test early_stop adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true)
Process completed with exit code 2.
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L882
test from_state resumes training from state (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L940
test early_stop adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L181
test factories evaluator/1 runs a supervised evaluator loop (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L841
test checkpoint saves a checkpoint on custom events (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L1024
test reduce_lr_on_plateau adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L911
test validate adds validation_* metrics to metrics map (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L322
test looping returns initial state with epochs 0 (Axon.LoopTest)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L530
test events fires correctly on :epoch_halted (Axon.LoopTest)
main (25.3.2.6, 1.14.5)
Process completed with exit code 2.
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L322
test looping returns initial state with epochs 0 (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L181
test factories evaluator/1 runs a supervised evaluator loop (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L911
test validate adds validation_* metrics to metrics map (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L530
test events fires correctly on :epoch_halted (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L940
test early_stop adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L882
test from_state resumes training from state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L1024
test reduce_lr_on_plateau adds correct handler metadata to loop state (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L841
test checkpoint saves a checkpoint on custom events (Axon.LoopTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true)
Process completed with exit code 2.
main (26.1.1, 1.15.6, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (25.3.2.6, 1.14.5, USE_TORCHX=true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L49
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L70
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L90
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L108
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L128
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/loop_test.exs#L172
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L49
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L70
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L90
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L108
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L128
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5): test/axon/loop_test.exs#L172
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L49
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L70
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L90
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L108
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L128
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/loop_test.exs#L172
variable "state" is unused (if the variable is not meant to be used, prefix it with an underscore)