Skip to content

Fix event count for multiple handlers #1408

Fix event count for multiple handlers

Fix event count for multiple handlers #1408

Re-run triggered February 21, 2024 12:23
Status Failure
Total duration 1m 19s
Artifacts

test.yaml

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

Annotations

8 errors and 44 warnings
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/compiler_test.exs#L5816
test parameters supports a composite of composites (CompilerTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/compiler_test.exs#L5761
test parameters supports passing a tuple instead of a function as the shape (CompilerTest)
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/compiler_test.exs#L5778
test parameters supports composite/map parameter types (CompilerTest)
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, USE_EXLA=true): test/axon/compiler_test.exs#L5778
test parameters supports composite/map parameter types (CompilerTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/compiler_test.exs#L5761
test parameters supports passing a tuple instead of a function as the shape (CompilerTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/compiler_test.exs#L5816
test parameters supports a composite of composites (CompilerTest)
main (25.3.2.6, 1.14.5, USE_EXLA=true)
Process completed with exit code 2.
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/optimizers_test.exs#L18
Axon.Optimizers.adabelief/2 is deprecated. Use Polaris.Optimizers.adabelief/1 instead
main (25.3.2.6, 1.14.5): test/axon/optimizers_test.exs#L47
Axon.Optimizers.adagrad/2 is deprecated. Use Polaris.Optimizers.adagrad/1 instead
main (25.3.2.6, 1.14.5): test/axon/optimizers_test.exs#L76
Axon.Optimizers.adam/2 is deprecated. Use Polaris.Optimizers.adam/1 instead
main (25.3.2.6, 1.14.5): test/axon/optimizers_test.exs#L105
Axon.Optimizers.adamw/2 is deprecated. Use Polaris.Optimizers.adamw/1 instead
main (25.3.2.6, 1.14.5): test/axon/updates_test.exs#L10
Axon.Updates.add_decayed_weights/0 is deprecated. Use Polaris.Updates.add_decayed_weights/1 instead
main (25.3.2.6, 1.14.5): test/axon/updates_test.exs#L123
Axon.Updates.add_noise/0 is deprecated. Use Polaris.Updates.add_noise/1 instead
main (25.3.2.6, 1.14.5): test/axon/updates_test.exs#L133
Axon.Updates.add_noise/1 is deprecated. Use Polaris.Updates.add_noise/1 instead
main (25.3.2.6, 1.14.5): test/axon/updates_test.exs#L145
Axon.Updates.clip/0 is deprecated. Use Polaris.Updates.clip/1 instead
main (25.3.2.6, 1.14.5): test/axon/updates_test.exs#L255
Axon.Updates.clip_by_global_norm/0 is deprecated. Use Polaris.Updates.clip_by_global_norm/1 instead
main (25.3.2.6, 1.14.5): test/axon/optimizers_test.exs#L134
Axon.Optimizers.lamb/2 is deprecated. Use Polaris.Optimizers.lamb/1 instead
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/optimizers_test.exs#L18
Axon.Optimizers.adabelief/2 is deprecated. Use Polaris.Optimizers.adabelief/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L47
Axon.Optimizers.adagrad/2 is deprecated. Use Polaris.Optimizers.adagrad/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L76
Axon.Optimizers.adam/2 is deprecated. Use Polaris.Optimizers.adam/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L105
Axon.Optimizers.adamw/2 is deprecated. Use Polaris.Optimizers.adamw/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L134
Axon.Optimizers.lamb/2 is deprecated. Use Polaris.Optimizers.lamb/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L163
Axon.Optimizers.noisy_sgd/2 is deprecated. Use Polaris.Optimizers.noisy_sgd/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L192
Axon.Optimizers.radam/2 is deprecated. Use Polaris.Optimizers.radam/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L272
Axon.Optimizers.sgd/2 is deprecated. Use Polaris.Optimizers.sgd/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/optimizers_test.exs#L301
Axon.Optimizers.yogi/2 is deprecated. Use Polaris.Optimizers.yogi/1 instead
main (25.3.2.6, 1.14.5, USE_TORCHX=true): test/axon/updates_test.exs#L10
Axon.Updates.add_decayed_weights/0 is deprecated. Use Polaris.Updates.add_decayed_weights/1 instead
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 (26.1.1, 1.15.6, true): test/axon/updates_test.exs#L10
Axon.Updates.add_decayed_weights/0 is deprecated. Use Polaris.Updates.add_decayed_weights/1 instead
main (26.1.1, 1.15.6, true): test/axon/updates_test.exs#L123
Axon.Updates.add_noise/0 is deprecated. Use Polaris.Updates.add_noise/1 instead
main (26.1.1, 1.15.6, true): test/axon/updates_test.exs#L133
Axon.Updates.add_noise/1 is deprecated. Use Polaris.Updates.add_noise/1 instead
main (26.1.1, 1.15.6, true): test/axon/updates_test.exs#L145
Axon.Updates.clip/0 is deprecated. Use Polaris.Updates.clip/1 instead
main (26.1.1, 1.15.6, true): test/axon/optimizers_test.exs#L18
Axon.Optimizers.adabelief/2 is deprecated. Use Polaris.Optimizers.adabelief/1 instead
main (26.1.1, 1.15.6, true): test/axon/optimizers_test.exs#L47
Axon.Optimizers.adagrad/2 is deprecated. Use Polaris.Optimizers.adagrad/1 instead
main (26.1.1, 1.15.6, true): test/axon/updates_test.exs#L255
Axon.Updates.clip_by_global_norm/0 is deprecated. Use Polaris.Updates.clip_by_global_norm/1 instead
main (26.1.1, 1.15.6, true): test/axon/optimizers_test.exs#L76
Axon.Optimizers.adam/2 is deprecated. Use Polaris.Optimizers.adam/1 instead
main (26.1.1, 1.15.6, true): test/axon/optimizers_test.exs#L105
Axon.Optimizers.adamw/2 is deprecated. Use Polaris.Optimizers.adamw/1 instead
main (26.1.1, 1.15.6, true): test/axon/optimizers_test.exs#L134
Axon.Optimizers.lamb/2 is deprecated. Use Polaris.Optimizers.lamb/1 instead
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/optimizers_test.exs#L18
Axon.Optimizers.adabelief/2 is deprecated. Use Polaris.Optimizers.adabelief/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L47
Axon.Optimizers.adagrad/2 is deprecated. Use Polaris.Optimizers.adagrad/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L76
Axon.Optimizers.adam/2 is deprecated. Use Polaris.Optimizers.adam/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L105
Axon.Optimizers.adamw/2 is deprecated. Use Polaris.Optimizers.adamw/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L134
Axon.Optimizers.lamb/2 is deprecated. Use Polaris.Optimizers.lamb/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L163
Axon.Optimizers.noisy_sgd/2 is deprecated. Use Polaris.Optimizers.noisy_sgd/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L192
Axon.Optimizers.radam/2 is deprecated. Use Polaris.Optimizers.radam/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L272
Axon.Optimizers.sgd/2 is deprecated. Use Polaris.Optimizers.sgd/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/optimizers_test.exs#L301
Axon.Optimizers.yogi/2 is deprecated. Use Polaris.Optimizers.yogi/1 instead
main (25.3.2.6, 1.14.5, USE_EXLA=true): test/axon/updates_test.exs#L10
Axon.Updates.add_decayed_weights/0 is deprecated. Use Polaris.Updates.add_decayed_weights/1 instead