Always build C library using "cc" crate #80
Annotations
25 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests:
build.rs#L8
unused imports: `Command`, `Stdio`
|
Run tests
`pg_query` (build script) generated 1 warning
|
Run tests
[email protected]: In file included from /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/src/pg_query_fingerprint.c:63:
|
Run tests
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/postgres/include/lib/simplehash.h:382:25: warning: unused parameter ‘tb’ [-Wunused-parameter]
|
Run tests
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/postgres/include/lib/simplehash.h: In function ‘listsort_cache_free’:
|
Run tests
[email protected]: 411 | SH_FREE(SH_TYPE * type, void *pointer)
|
Run tests
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/include/pg_query_fingerprint_defs.c: In function ‘_fingerprintAlias’:
|
Run tests
[email protected]: 246 | _fingerprintAlias(FingerprintContext *ctx, const Alias *node, const void *parent, const char *field_name, unsigned int depth)
|
Run tests
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/include/pg_query_fingerprint_defs.c:246:57: warning: unused parameter ‘node’ [-Wunused-parameter]
|
Run tests
[email protected]: | ~~~~~~~~~~~~~^~~~
|
Install toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build pg_query:
build.rs#L8
unused imports: `Command`, `Stdio`
|
Build pg_query
`pg_query` (build script) generated 1 warning
|
Build pg_query
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/postgres/include/lib/simplehash.h: In function ‘listsort_cache_entry_hash’:
|
Build pg_query
[email protected]: 382 | SH_ENTRY_HASH(SH_TYPE * tb, SH_ELEMENT_TYPE * entry)
|
Build pg_query
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/postgres/include/lib/simplehash.h:411:19: warning: unused parameter ‘type’ [-Wunused-parameter]
|
Build pg_query
[email protected]: In file included from /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/src/pg_query_fingerprint.c:261:
|
Build pg_query
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/include/pg_query_fingerprint_defs.c:246:39: warning: unused parameter ‘ctx’ [-Wunused-parameter]
|
Build pg_query
[email protected]: | ~~~~~~~~~~~~~~~~~~~~^~~
|
Build pg_query
[email protected]: 246 | _fingerprintAlias(FingerprintContext *ctx, const Alias *node, const void *parent, const char *field_name, unsigned int depth)
|
Build pg_query
[email protected]: /home/runner/work/pg_query.rs/pg_query.rs/target/debug/build/pg_query-35d45cfbec83d975/out/./src/include/pg_query_fingerprint_defs.c:246:75: warning: unused parameter ‘parent’ [-Wunused-parameter]
|
The logs for this run have expired and are no longer available.
Loading