Skip to content

Merge pull request #12 from dib-lab/fix-mqf-catch #53

Merge pull request #12 from dib-lab/fix-mqf-catch

Merge pull request #12 from dib-lab/fix-mqf-catch #53

Triggered via push October 1, 2023 23:28
Status Failure
Total duration 5m 24s
Artifacts

rust.yml

on: push
Check
31s
Check
coverage
23s
coverage
Lints
31s
Lints
Check if wasm-pack builds a valid package
3m 28s
Check if wasm-pack builds a valid package
Run tests under wasm32-wasi
13s
Run tests under wasm32-wasi
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 64 warnings
Run tests under wasm32-wasi
Unable to process command '::add-path::/home/runner/.wasmtime/bin' successfully.
Run tests under wasm32-wasi
The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
coverage
Docker build failed with exit code 1
Check
failed to run custom build command for `mqf v1.0.1 (/home/runner/work/MQF/MQF)`
Check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Lints
failed to run custom build command for `mqf v1.0.1 (/home/runner/work/MQF/MQF)`
Lints
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test (macos)
failed to run custom build command for `mqf v1.0.1 (/Users/runner/work/MQF/MQF)`
test (macos)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Check if wasm-pack builds a valid package
failed to run custom build command for `mqf v1.0.1 (/home/runner/work/MQF/MQF)`
Check if wasm-pack builds a valid package
Process completed with exit code 1.
test (windows)
failed to run custom build command for `mqf v1.0.1 (D:\a\MQF\MQF)`
test (windows)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Run tests under wasm32-wasi
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 under wasm32-wasi
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/
Run tests under wasm32-wasi
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/
Run tests under wasm32-wasi
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/
Run tests under wasm32-wasi
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/
coverage
Docker build failed with exit code 1, back off 7.095 seconds before retry.
coverage
Docker build failed with exit code 1, back off 5.072 seconds before retry.
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Check
src/gqf.cpp:55:64: warning: integer constant is so large that it is unsigned
Check
| ^~~~~~~~~~~~~~~~~~~~
Check
57 | //#define BITMASK(nbits) ((nbits) == 64 ? 0xffffffffffffffff : (1ULL << (nbits)) \
Check
src/gqf.cpp: In function ‘void modify_metadata(QF*, uint64_t*, int)’:
Check
263 | static void modify_metadata(QF *cf, uint64_t *metadata, int cnt)
Check
src/gqf.cpp: In function ‘void insert_replace_slots_and_shift_remainders_and_runends_and_offsets(QF*, int, uint64_t, uint64_t, const uint64_t*, const uint64_t*, uint64_t, uint64_t)’:
Check
1081 | for (i = 0; i < ninserts - 1; i++){
Check
src/gqf.cpp:1091:31: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
Check
| ~~^~~~~~~~~~~~~~
Check
1146 | while (npreceding_empties < ninserts &&
Check
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/
Check
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/
Check
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/
Check
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/
Lints
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Lints
src/gqf.cpp:55:64: warning: integer constant is so large that it is unsigned
Lints
| ^~~~~~~~~~~~~~~~~~~~
Lints
57 | //#define BITMASK(nbits) ((nbits) == 64 ? 0xffffffffffffffff : (1ULL << (nbits)) \
Lints
src/gqf.cpp: In function ‘void modify_metadata(QF*, uint64_t*, int)’:
Lints
263 | static void modify_metadata(QF *cf, uint64_t *metadata, int cnt)
Lints
src/gqf.cpp: In function ‘void insert_replace_slots_and_shift_remainders_and_runends_and_offsets(QF*, int, uint64_t, uint64_t, const uint64_t*, const uint64_t*, uint64_t, uint64_t)’:
Lints
1081 | for (i = 0; i < ninserts - 1; i++){
Lints
src/gqf.cpp:1091:31: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
Lints
| ~~^~~~~~~~~~~~~~
Lints
1146 | while (npreceding_empties < ninserts &&
Lints
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/
Lints
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/
Lints
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/
Lints
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/
test (macos)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
test (macos)
src/gqf.cpp:55:64: warning: integer literal is too large to be represented in a signed integer type, interpreting as unsigned [-Wimplicitly-unsigned-literal]
test (macos)
^
test (macos)
//#define BITMASK(nbits) ((nbits) == 64 ? 0xffffffffffffffff : (1ULL << (nbits)) \
test (macos)
src/gqf.cpp:263:33: warning: unused parameter 'cf' [-Wunused-parameter]
test (macos)
^
test (macos)
printf("#Block %lu \n",i );
test (macos)
%llu
test (macos)
printf("%02lx ", j);
test (macos)
%02llx
test (macos)
printf("%lu ", get_slot(qf,j+64*i));
test (macos)
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/
test (macos)
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/
test (macos)
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/
test (macos)
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/
Check if wasm-pack builds a valid package
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Check if wasm-pack builds a valid package
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/
Check if wasm-pack builds a valid package
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/
Check if wasm-pack builds a valid package
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/
Check if wasm-pack builds a valid package
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/
Check if wasm-pack builds a valid package
src/gqf.cpp:1:10: fatal error: 'stdlib.h' file not found
Check if wasm-pack builds a valid package
^~~~~~~~~~
test (windows)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
test (windows)
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/
test (windows)
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/
test (windows)
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/
test (windows)
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/