Build #258484 2020-06-07T17:46:03.206710+00:00
# rustc version
rustc 1.46.0-nightly (118b50524 2020-06-06)# docs.rs version
docsrs 0.6.0 (2edd72e 2020-06-07)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/postgres-parser-0.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/postgres-parser-0.0.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200606-1.46.0-nightly-118b50524 --static-root-path / --cap-lints warn --extern-html-root-url syn=https://docs.rs/syn/1.0.23 --extern-html-root-url bindgen=https://docs.rs/bindgen/0.54.0 --extern-html-root-url proc_macro2=https://docs.rs/proc-macro2/1.0.17 --extern-html-root-url quote=https://docs.rs/quote/1.0.6 --extern-html-root-url num_cpus=https://docs.rs/num_cpus/1.13.0 --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url serde=https://docs.rs/serde/1.0.111 --extern-html-root-url serde_json=https://docs.rs/serde_json/1.0.53" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j3", kill_on_drop: false }`
[INFO] [stdout] 628000165b7da2e2a4dff2e451ac612922341c29c72e8c48fd248b0362a0d22a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "628000165b7da2e2a4dff2e451ac612922341c29c72e8c48fd248b0362a0d22a", kill_on_drop: false }`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr] Compiling libc v0.2.71
[INFO] [stderr] Compiling memchr v2.3.3
[INFO] [stderr] Compiling proc-macro2 v1.0.17
[INFO] [stderr] Compiling unicode-xid v0.2.0
[INFO] [stderr] Compiling version_check v0.9.1
[INFO] [stderr] Compiling glob v0.3.0
[INFO] [stderr] Compiling cc v1.0.54
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling log v0.4.8
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Compiling syn v1.0.23
[INFO] [stderr] Compiling unicode-width v0.1.7
[INFO] [stderr] Compiling regex-syntax v0.6.17
[INFO] [stderr] Compiling quick-error v1.2.3
[INFO] [stderr] Compiling cfg-if v0.1.10
[INFO] [stderr] Compiling bindgen v0.54.0
[INFO] [stderr] Compiling strsim v0.8.0
[INFO] [stderr] Compiling ansi_term v0.11.0
[INFO] [stderr] Compiling termcolor v1.1.0
[INFO] [stderr] Compiling vec_map v0.8.2
[INFO] [stderr] Compiling shlex v0.1.1
[INFO] [stderr] Compiling lazycell v1.2.1
[INFO] [stderr] Compiling rustc-hash v1.1.0
[INFO] [stderr] Compiling peeking_take_while v0.1.2
[INFO] [stderr] Compiling serde v1.0.111
[INFO] [stderr] Compiling nom v5.1.1
[INFO] [stderr] Compiling thread_local v1.0.1
[INFO] [stderr] Compiling clang-sys v0.29.3
[INFO] [stderr] Compiling textwrap v0.11.0
[INFO] [stderr] Compiling humantime v1.3.0
[INFO] [stderr] Compiling libloading v0.5.2
[INFO] [stderr] Compiling aho-corasick v0.7.10
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling which v3.1.1
[INFO] [stderr] Compiling num_cpus v1.13.0
[INFO] [stderr] Compiling quote v1.0.6
[INFO] [stderr] Compiling clap v2.33.1
[INFO] [stderr] Compiling regex v1.3.7
[INFO] [stderr] Compiling env_logger v0.7.1
[INFO] [stderr] Compiling cexpr v0.4.0
[INFO] [stderr] Compiling serde_derive v1.0.111
[INFO] [stderr] Compiling postgres-parser v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting postgres-parser v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `[WHERE]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1052:1
[INFO] [stderr] |
[INFO] [stderr] 1052 | / #[doc = " Node representing [WHERE] CURRENT OF cursor_name"]
[INFO] [stderr] 1053 | | #[doc = ""]
[INFO] [stderr] 1054 | | #[doc = " CURRENT OF is a bit like a Var, in that it carries the rangetable index"]
[INFO] [stderr] 1055 | | #[doc = " of the target relation being constrained; this aids placing the expression"]
[INFO] [stderr] ... |
[INFO] [stderr] 1060 | | #[doc = " or as a reference to a runtime parameter of type REFCURSOR. The latter"]
[INFO] [stderr] 1061 | | #[doc = " case is for the convenience of plpgsql."]
[INFO] [stderr] | |___________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Node representing [WHERE] CURRENT OF cursor_name
[INFO] [stderr] ^^^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[1]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1097:1
[INFO] [stderr] |
[INFO] [stderr] 1097 | / #[doc = " TargetEntry"]
[INFO] [stderr] 1098 | | #[doc = " a target entry (used in query target lists)"]
[INFO] [stderr] 1099 | | #[doc = ""]
[INFO] [stderr] 1100 | | #[doc = " Strictly speaking, a TargetEntry isn't an expression node (since it can't"]
[INFO] [stderr] ... |
[INFO] [stderr] 1147 | | #[doc = " columns."]
[INFO] [stderr] 1148 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] UPDATE table SET arraycol[1] = ..., arraycol[2] = ..., ...
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[2]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1097:1
[INFO] [stderr] |
[INFO] [stderr] 1097 | / #[doc = " TargetEntry"]
[INFO] [stderr] 1098 | | #[doc = " a target entry (used in query target lists)"]
[INFO] [stderr] 1099 | | #[doc = ""]
[INFO] [stderr] 1100 | | #[doc = " Strictly speaking, a TargetEntry isn't an expression node (since it can't"]
[INFO] [stderr] ... |
[INFO] [stderr] 1147 | | #[doc = " columns."]
[INFO] [stderr] 1148 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] UPDATE table SET arraycol[1] = ..., arraycol[2] = ..., ...
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[idx]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1413:1
[INFO] [stderr] |
[INFO] [stderr] 1413 | / #[doc = " A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])"]
[INFO] [stderr] 1414 | | #[doc = ""]
[INFO] [stderr] 1415 | | #[doc = " In slice case, either or both of lidx and uidx can be NULL (omitted)."]
[INFO] [stderr] 1416 | | #[doc = " In nonslice case, uidx holds the single subscript and lidx is always NULL."]
[INFO] [stderr] | |______________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[lidx:uidx]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1413:1
[INFO] [stderr] |
[INFO] [stderr] 1413 | / #[doc = " A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])"]
[INFO] [stderr] 1414 | | #[doc = ""]
[INFO] [stderr] 1415 | | #[doc = " In slice case, either or both of lidx and uidx can be NULL (omitted)."]
[INFO] [stderr] 1416 | | #[doc = " In nonslice case, uidx holds the single subscript and lidx is always NULL."]
[INFO] [stderr] | |______________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])
[INFO] [stderr] ^^^^^^^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[7]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1427:1
[INFO] [stderr] |
[INFO] [stderr] 1427 | / #[doc = " A_Indirection select a field and/or array element from an expression"]
[INFO] [stderr] 1428 | | #[doc = ""]
[INFO] [stderr] 1429 | | #[doc = " The indirection list can contain A_Indices nodes (representing"]
[INFO] [stderr] 1430 | | #[doc = " subscripting), string Value nodes (representing field selection the"]
[INFO] [stderr] ... |
[INFO] [stderr] 1438 | | #[doc = " Currently, A_Star must appear only as the last list element the grammar"]
[INFO] [stderr] 1439 | | #[doc = " is responsible for enforcing this!"]
[INFO] [stderr] | |______________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] (foo).field1[42][7].field2
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1727:1
[INFO] [stderr] |
[INFO] [stderr] 1727 | / #[doc = " LockingClause raw representation of FOR [NO KEY] UPDATE/[KEY] SHARE"]
[INFO] [stderr] 1728 | | #[doc = " options"]
[INFO] [stderr] 1729 | | #[doc = ""]
[INFO] [stderr] 1730 | | #[doc = " Note: lockedRels == NIL means \"all relations in query\". Otherwise it"]
[INFO] [stderr] 1731 | | #[doc = " is a list of RangeVar nodes. (We use RangeVar mainly because it carries"]
[INFO] [stderr] 1732 | | #[doc = " a location field currently, parse analysis insists on unqualified"]
[INFO] [stderr] 1733 | | #[doc = " names in LockingClause.)"]
[INFO] [stderr] | |____________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] LockingClause raw representation of FOR [NO KEY] UPDATE/[KEY] SHARE
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1966:1
[INFO] [stderr] |
[INFO] [stderr] 1966 | / #[doc = " RowMarkClause"]
[INFO] [stderr] 1967 | | #[doc = " parser output representation of FOR [KEY] UPDATE/SHARE clauses"]
[INFO] [stderr] 1968 | | #[doc = ""]
[INFO] [stderr] 1969 | | #[doc = " Query.rowMarks contains a separate RowMarkClause node for each relation"]
[INFO] [stderr] ... |
[INFO] [stderr] 1974 | | #[doc = " level. Also, Query.hasForUpdate tells whether there were explicit FOR"]
[INFO] [stderr] 1975 | | #[doc = " UPDATE/SHARE/KEY SHARE clauses in the current query level."]
[INFO] [stderr] | |______________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] parser output representation of FOR [KEY] UPDATE/SHARE clauses
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/nodes.rs:1966:1
[INFO] [stderr] |
[INFO] [stderr] 1966 | / #[doc = " RowMarkClause"]
[INFO] [stderr] 1967 | | #[doc = " parser output representation of FOR [KEY] UPDATE/SHARE clauses"]
[INFO] [stderr] 1968 | | #[doc = ""]
[INFO] [stderr] 1969 | | #[doc = " Query.rowMarks contains a separate RowMarkClause node for each relation"]
[INFO] [stderr] ... |
[INFO] [stderr] 1974 | | #[doc = " level. Also, Query.hasForUpdate tells whether there were explicit FOR"]
[INFO] [stderr] 1975 | | #[doc = " UPDATE/SHARE/KEY SHARE clauses in the current query level."]
[INFO] [stderr] | |______________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] identified as a FOR [KEY] UPDATE/SHARE target. If one of these clauses
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[WHERE]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:6459:1
[INFO] [stderr] |
[INFO] [stderr] 6459 | / #[doc = " Node representing [WHERE] CURRENT OF cursor_name"]
[INFO] [stderr] 6460 | | #[doc = ""]
[INFO] [stderr] 6461 | | #[doc = " CURRENT OF is a bit like a Var, in that it carries the rangetable index"]
[INFO] [stderr] 6462 | | #[doc = " of the target relation being constrained; this aids placing the expression"]
[INFO] [stderr] ... |
[INFO] [stderr] 6467 | | #[doc = " or as a reference to a runtime parameter of type REFCURSOR. The latter"]
[INFO] [stderr] 6468 | | #[doc = " case is for the convenience of plpgsql."]
[INFO] [stderr] | |___________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Node representing [WHERE] CURRENT OF cursor_name
[INFO] [stderr] ^^^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[1]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:6670:1
[INFO] [stderr] |
[INFO] [stderr] 6670 | / #[doc = " TargetEntry"]
[INFO] [stderr] 6671 | | #[doc = " a target entry (used in query target lists)"]
[INFO] [stderr] 6672 | | #[doc = ""]
[INFO] [stderr] 6673 | | #[doc = " Strictly speaking, a TargetEntry isn't an expression node (since it can't"]
[INFO] [stderr] ... |
[INFO] [stderr] 6720 | | #[doc = " columns."]
[INFO] [stderr] 6721 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] UPDATE table SET arraycol[1] = ..., arraycol[2] = ..., ...
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[2]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:6670:1
[INFO] [stderr] |
[INFO] [stderr] 6670 | / #[doc = " TargetEntry"]
[INFO] [stderr] 6671 | | #[doc = " a target entry (used in query target lists)"]
[INFO] [stderr] 6672 | | #[doc = ""]
[INFO] [stderr] 6673 | | #[doc = " Strictly speaking, a TargetEntry isn't an expression node (since it can't"]
[INFO] [stderr] ... |
[INFO] [stderr] 6720 | | #[doc = " columns."]
[INFO] [stderr] 6721 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] UPDATE table SET arraycol[1] = ..., arraycol[2] = ..., ...
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[idx]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:8232:1
[INFO] [stderr] |
[INFO] [stderr] 8232 | / #[doc = " A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])"]
[INFO] [stderr] 8233 | | #[doc = ""]
[INFO] [stderr] 8234 | | #[doc = " In slice case, either or both of lidx and uidx can be NULL (omitted)."]
[INFO] [stderr] 8235 | | #[doc = " In nonslice case, uidx holds the single subscript and lidx is always NULL."]
[INFO] [stderr] | |______________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[lidx:uidx]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:8232:1
[INFO] [stderr] |
[INFO] [stderr] 8232 | / #[doc = " A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])"]
[INFO] [stderr] 8233 | | #[doc = ""]
[INFO] [stderr] 8234 | | #[doc = " In slice case, either or both of lidx and uidx can be NULL (omitted)."]
[INFO] [stderr] 8235 | | #[doc = " In nonslice case, uidx holds the single subscript and lidx is always NULL."]
[INFO] [stderr] | |______________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] A_Indices array subscript or slice bounds ([idx] or [lidx:uidx])
[INFO] [stderr] ^^^^^^^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[7]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:8304:1
[INFO] [stderr] |
[INFO] [stderr] 8304 | / #[doc = " A_Indirection select a field and/or array element from an expression"]
[INFO] [stderr] 8305 | | #[doc = ""]
[INFO] [stderr] 8306 | | #[doc = " The indirection list can contain A_Indices nodes (representing"]
[INFO] [stderr] 8307 | | #[doc = " subscripting), string Value nodes (representing field selection the"]
[INFO] [stderr] ... |
[INFO] [stderr] 8315 | | #[doc = " Currently, A_Star must appear only as the last list element the grammar"]
[INFO] [stderr] 8316 | | #[doc = " is responsible for enforcing this!"]
[INFO] [stderr] | |______________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] (foo).field1[42][7].field2
[INFO] [stderr] ^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:9907:1
[INFO] [stderr] |
[INFO] [stderr] 9907 | / #[doc = " LockingClause raw representation of FOR [NO KEY] UPDATE/[KEY] SHARE"]
[INFO] [stderr] 9908 | | #[doc = " options"]
[INFO] [stderr] 9909 | | #[doc = ""]
[INFO] [stderr] 9910 | | #[doc = " Note: lockedRels == NIL means \"all relations in query\". Otherwise it"]
[INFO] [stderr] 9911 | | #[doc = " is a list of RangeVar nodes. (We use RangeVar mainly because it carries"]
[INFO] [stderr] 9912 | | #[doc = " a location field currently, parse analysis insists on unqualified"]
[INFO] [stderr] 9913 | | #[doc = " names in LockingClause.)"]
[INFO] [stderr] | |____________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] LockingClause raw representation of FOR [NO KEY] UPDATE/[KEY] SHARE
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:9919:5
[INFO] [stderr] |
[INFO] [stderr] 9919 | #[doc = " FOR [KEY] UPDATE/SHARE relations"]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] FOR [KEY] UPDATE/SHARE relations
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:11274:1
[INFO] [stderr] |
[INFO] [stderr] 11274 | / #[doc = " RowMarkClause"]
[INFO] [stderr] 11275 | | #[doc = " parser output representation of FOR [KEY] UPDATE/SHARE clauses"]
[INFO] [stderr] 11276 | | #[doc = ""]
[INFO] [stderr] 11277 | | #[doc = " Query.rowMarks contains a separate RowMarkClause node for each relation"]
[INFO] [stderr] ... |
[INFO] [stderr] 11282 | | #[doc = " level. Also, Query.hasForUpdate tells whether there were explicit FOR"]
[INFO] [stderr] 11283 | | #[doc = " UPDATE/SHARE/KEY SHARE clauses in the current query level."]
[INFO] [stderr] | |______________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] parser output representation of FOR [KEY] UPDATE/SHARE clauses
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[KEY]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:11274:1
[INFO] [stderr] |
[INFO] [stderr] 11274 | / #[doc = " RowMarkClause"]
[INFO] [stderr] 11275 | | #[doc = " parser output representation of FOR [KEY] UPDATE/SHARE clauses"]
[INFO] [stderr] 11276 | | #[doc = ""]
[INFO] [stderr] 11277 | | #[doc = " Query.rowMarks contains a separate RowMarkClause node for each relation"]
[INFO] [stderr] ... |
[INFO] [stderr] 11282 | | #[doc = " level. Also, Query.hasForUpdate tells whether there were explicit FOR"]
[INFO] [stderr] 11283 | | #[doc = " UPDATE/SHARE/KEY SHARE clauses in the current query level."]
[INFO] [stderr] | |______________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] identified as a FOR [KEY] UPDATE/SHARE target. If one of these clauses
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:16374:5
[INFO] [stderr] |
[INFO] [stderr] 16374 | #[doc = " [NOT] DEFERRABLE"]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [NOT] DEFERRABLE
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:5990:1
[INFO] [stderr] |
[INFO] [stderr] 5990 | / #[doc = " NullTest"]
[INFO] [stderr] 5991 | | #[doc = ""]
[INFO] [stderr] 5992 | | #[doc = " NullTest represents the operation of testing a value for NULLness."]
[INFO] [stderr] 5993 | | #[doc = " The appropriate test is performed and returned as a boolean Datum."]
[INFO] [stderr] ... |
[INFO] [stderr] 6004 | | #[doc = " represents the SQL notation \"row IS [NOT] DISTINCT FROM NULL\"."]
[INFO] [stderr] 6005 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] the node implements "row IS [NOT] NULL" per the SQL standard. This
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:5990:1
[INFO] [stderr] |
[INFO] [stderr] 5990 | / #[doc = " NullTest"]
[INFO] [stderr] 5991 | | #[doc = ""]
[INFO] [stderr] 5992 | | #[doc = " NullTest represents the operation of testing a value for NULLness."]
[INFO] [stderr] 5993 | | #[doc = " The appropriate test is performed and returned as a boolean Datum."]
[INFO] [stderr] ... |
[INFO] [stderr] 6004 | | #[doc = " represents the SQL notation \"row IS [NOT] DISTINCT FROM NULL\"."]
[INFO] [stderr] 6005 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] correspond to the SQL notation "row IS [NOT] NULL"; instead, this case
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:5990:1
[INFO] [stderr] |
[INFO] [stderr] 5990 | / #[doc = " NullTest"]
[INFO] [stderr] 5991 | | #[doc = ""]
[INFO] [stderr] 5992 | | #[doc = " NullTest represents the operation of testing a value for NULLness."]
[INFO] [stderr] 5993 | | #[doc = " The appropriate test is performed and returned as a boolean Datum."]
[INFO] [stderr] ... |
[INFO] [stderr] 6004 | | #[doc = " represents the SQL notation \"row IS [NOT] DISTINCT FROM NULL\"."]
[INFO] [stderr] 6005 | | #[doc = ""]
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] represents the SQL notation "row IS [NOT] DISTINCT FROM NULL".
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:7645:5
[INFO] [stderr] |
[INFO] [stderr] 7645 | #[doc = " IS [NOT] OF name must be \"=\" or \"<>\""]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] IS [NOT] OF name must be "=" or "<>"
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:7647:5
[INFO] [stderr] |
[INFO] [stderr] 7647 | #[doc = " [NOT] IN name must be \"=\" or \"<>\""]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [NOT] IN name must be "=" or "<>"
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:7649:5
[INFO] [stderr] |
[INFO] [stderr] 7649 | #[doc = " [NOT] LIKE name must be \"~~\" or \"!~~\""]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [NOT] LIKE name must be "~~" or "!~~"
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:7651:5
[INFO] [stderr] |
[INFO] [stderr] 7651 | #[doc = " [NOT] ILIKE name must be \"~~*\" or \"!~~*\""]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [NOT] ILIKE name must be "~~*" or "!~~*"
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `[NOT]` cannot be resolved, ignoring it.
[INFO] [stderr] --> src/sys.rs:7653:5
[INFO] [stderr] |
[INFO] [stderr] 7653 | #[doc = " [NOT] SIMILAR name must be \"~\" or \"!~\""]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [NOT] SIMILAR name must be "~" or "!~"
[INFO] [stderr] ^^^
[INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: 28 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "628000165b7da2e2a4dff2e451ac612922341c29c72e8c48fd248b0362a0d22a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "628000165b7da2e2a4dff2e451ac612922341c29c72e8c48fd248b0362a0d22a", kill_on_drop: false }`
[INFO] [stdout] 628000165b7da2e2a4dff2e451ac612922341c29c72e8c48fd248b0362a0d22a