VACUUM
command for PostgreSQL
#2135
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
rust.yml
on: pull_request
Matrix: test
codestyle
16s
lint
26s
compile
31s
docs
25s
compile-no-std
15s
test-coverage
2m 11s
publish-crate
0s
Annotations
43 errors and 6 warnings
compile-no-std:
src/dialect/postgresql.rs#L77
cannot find macro `vec` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L78
cannot find macro `vec` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L209
cannot find macro `format` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L263
cannot find macro `vec` in this scope
|
compile-no-std:
src/ast/mod.rs#L3228
cannot find macro `format` in this scope
|
compile-no-std:
src/ast/mod.rs#L3212
cannot find macro `format` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L77
cannot find type `Vec` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L77
cannot find type `String` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L78
cannot find type `Vec` in this scope
|
compile-no-std:
src/dialect/postgresql.rs#L78
cannot find type `Vec` in this scope
|
lint:
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): ast::visitor::Visit` is not satisfied
|
lint:
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, std::vec::Vec<ast::ObjectName>): ast::visitor::Visit` is not satisfied
|
lint:
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): ast::visitor::VisitMut` is not satisfied
|
lint:
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, std::vec::Vec<ast::ObjectName>): ast::visitor::VisitMut` is not satisfied
|
lint
Process completed with exit code 101.
|
compile:
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
compile:
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
compile:
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::Visit` is not satisfied
|
compile:
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
compile:
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::VisitMut` is not satisfied
|
compile:
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
compile
Process completed with exit code 101.
|
test (stable):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (stable):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (stable):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::Visit` is not satisfied
|
test (stable):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (stable):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::VisitMut` is not satisfied
|
test (stable):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (stable)
Process completed with exit code 101.
|
test (beta):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (beta):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::Visit` is not satisfied
|
test (beta):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (beta):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::VisitMut` is not satisfied
|
test (beta):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (beta):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (beta)
Process completed with exit code 101.
|
test (nightly):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (nightly):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::Visit` is not satisfied
|
test (nightly):
src/ast/mod.rs#L1838
the trait bound `(Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (nightly):
src/ast/mod.rs#L1839
the trait bound `(ast::ObjectName, Vec<ast::ObjectName>): visitor::VisitMut` is not satisfied
|
test (nightly):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::Visit` is not satisfied
|
test (nightly):
src/ast/mod.rs#L1838
the trait bound `(keywords::Keyword, std::option::Option<std::string::String>): visitor::VisitMut` is not satisfied
|
test (nightly)
The operation was canceled.
|
codestyle
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/
|
lint
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 (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], 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 (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], 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 (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], 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-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], 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/
|