Skip to content

Allow Enumerable for query args instead of Array #324

Allow Enumerable for query args instead of Array

Allow Enumerable for query args instead of Array #324

Re-run triggered July 2, 2024 08:28
Status Failure
Total duration 42m 15s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 54 warnings
test (macos-latest, 1.0.0)
Error: Command failed: shards --version dyld[2608]: Library not loaded: /opt/crystal/embedded/lib/libyaml-0.2.dylib Referenced from: <853D3C00-48FB-3856-A9FE-95DFEDB25BF7> /Users/runner/work/_temp/crystal-1.0.0-true-undefined/embedded/bin/shards Reason: tried: '/opt/crystal/embedded/lib/libyaml-0.2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/crystal/embedded/lib/libyaml-0.2.dylib' (no such file), '/opt/crystal/embedded/lib/libyaml-0.2.dylib' (no such file), '/usr/local/lib/libyaml-0.2.dylib' (no such file), '/usr/lib/libyaml-0.2.dylib' (no such file, not in dyld cache)
test (macos-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (macos-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, nightly): src/db.cr#L92
Deprecated use of splat operator. Use `#splat` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L5
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L12
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L19
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L26
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L33
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L40
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L47
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, nightly): spec/mapping_spec.cr#L60
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (macos-latest, latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, latest): src/db.cr#L92
Deprecated use of splat operator. Use `#splat` instead
test (macos-latest, latest): spec/mapping_spec.cr#L5
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L12
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L19
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L26
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L33
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L40
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L47
Deprecated DB.mapping. Use `DB::Serializable` instead
test (macos-latest, latest): spec/mapping_spec.cr#L60
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, 1.0.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L5
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L12
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L19
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L26
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L33
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L40
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L47
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, 1.0.0): spec/mapping_spec.cr#L60
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, latest): src/db.cr#L92
Deprecated use of splat operator. Use `#splat` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L5
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L12
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L19
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L26
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L33
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L40
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L47
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, latest): spec/mapping_spec.cr#L60
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, nightly): src/db.cr#L92
Deprecated use of splat operator. Use `#splat` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L5
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L12
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L19
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L26
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L33
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L40
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L47
Deprecated DB.mapping. Use `DB::Serializable` instead
test (ubuntu-latest, nightly): spec/mapping_spec.cr#L60
Deprecated DB.mapping. Use `DB::Serializable` instead