# rustc version rustc 1.67.0-nightly (53e4b9dd7 2022-12-04)
# docs.rs version docsrs 0.6.0 (a46af5d2 2022-12-02)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/datafusion-expr-15.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/datafusion-expr-15.0.0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221204-1.67.0-nightly-53e4b9dd7\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4a1376cff28d68c7fd4bfbcf312abda46ed1496462de08661493ae6db3483f7c [INFO] running `Command { std: "docker" "start" "-a" "4a1376cff28d68c7fd4bfbcf312abda46ed1496462de08661493ae6db3483f7c", kill_on_drop: false }` [INFO] [stderr] Documenting datafusion-expr v15.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `ConfigOptions` [INFO] [stderr] --> src/logical_plan/plan.rs:1079:34 [INFO] [stderr] | [INFO] [stderr] 1079 | /// Set a Variable -- value in [`ConfigOptions`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `ConfigOptions` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::type_coercion` [INFO] [stderr] --> src/type_coercion/functions.rs:29:23 [INFO] [stderr] | [INFO] [stderr] 29 | /// [`type_coercion`](datafusion_expr::type_coercion) module. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/expr.rs:267:13 [INFO] [stderr] | [INFO] [stderr] 267 | /// use https://www.postgresql.org/docs/7.0/operators.htm#AEN2026 as a reference [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/7.0/operators.htm#AEN2026>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/expr.rs:429:9 [INFO] [stderr] | [INFO] [stderr] 429 | /// See https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-GROUPING-SETS [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-GROUPING-SETS>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/expr.rs:431:9 [INFO] [stderr] | [INFO] [stderr] 431 | /// See https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-groupby.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-groupby.html>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `op` [INFO] [stderr] --> src/expr_fn.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | /// Return a new expression left <op> right [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/type_coercion/binary.rs:89:23 [INFO] [stderr] | [INFO] [stderr] 89 | /// Tracking issue is https://github.com/apache/arrow-datafusion/issues/3419 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/apache/arrow-datafusion/issues/3419>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:103:8 [INFO] [stderr] | [INFO] [stderr] 103 | /// 2. <expr> PRECEDING [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:105:8 [INFO] [stderr] | [INFO] [stderr] 105 | /// 4. <expr> FOLLOWING [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:113:12 [INFO] [stderr] | [INFO] [stderr] 113 | /// 2. <expr> PRECEDING [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | /// <expr> must be a non-negative constant numeric expression. The boundary is a row that [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:115:12 [INFO] [stderr] | [INFO] [stderr] 115 | /// is <expr> "units" prior to the current row. [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:124:33 [INFO] [stderr] | [INFO] [stderr] 124 | /// 4. This is the same as "<expr> PRECEDING" except that the boundary is <expr> units after the [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `expr` [INFO] [stderr] --> src/window_frame.rs:124:79 [INFO] [stderr] | [INFO] [stderr] 124 | /// 4. This is the same as "<expr> PRECEDING" except that the boundary is <expr> units after the [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `datafusion-expr` (lib doc) generated 14 warnings (run `cargo fix --lib -p datafusion-expr` to apply 4 suggestions) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "4a1376cff28d68c7fd4bfbcf312abda46ed1496462de08661493ae6db3483f7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a1376cff28d68c7fd4bfbcf312abda46ed1496462de08661493ae6db3483f7c", kill_on_drop: false }` [INFO] [stdout] 4a1376cff28d68c7fd4bfbcf312abda46ed1496462de08661493ae6db3483f7c