[INFO] fetching crate GSL 6.0.0... [INFO] documenting GSL-6.0.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate GSL 6.0.0 into /workspace/builds/worker-45/source [INFO] validating manifest of crates.io crate GSL 6.0.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate GSL 6.0.0 [INFO] finished tweaking crates.io crate GSL 6.0.0 [INFO] tweaked toml for crates.io crate GSL 6.0.0 written to /workspace/builds/worker-45/source/Cargo.toml [INFO] crate crates.io crate GSL 6.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86395d6fe67adfe558a6d2a1ebb1b9124b59ba540e03876c3dedfc93e5e9092c [INFO] running `Command { std: "docker" "start" "-a" "86395d6fe67adfe558a6d2a1ebb1b9124b59ba540e03876c3dedfc93e5e9092c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86395d6fe67adfe558a6d2a1ebb1b9124b59ba540e03876c3dedfc93e5e9092c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86395d6fe67adfe558a6d2a1ebb1b9124b59ba540e03876c3dedfc93e5e9092c", kill_on_drop: false }` [INFO] [stdout] 86395d6fe67adfe558a6d2a1ebb1b9124b59ba540e03876c3dedfc93e5e9092c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9310fbf0329d579314b13c477f594277e73268dd0f8f1941fa119b61dda17268 [INFO] running `Command { std: "docker" "start" "-a" "9310fbf0329d579314b13c477f594277e73268dd0f8f1941fa119b61dda17268", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling GSL-sys v3.0.0 [INFO] [stderr] Documenting GSL v6.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/basis_spline.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | If we define appropriate knots on an interval [a,b] then the B-spline basis functions form a [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/basis_spline.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | /// This function assumes uniformly spaced breakpoints on [a,b] and constructs the corresponding [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/chebyshev.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | The approximation is made over the range [a,b] using order+1 terms, including the coefficient [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,X` [INFO] [stdout] --> src/types/discrete_hankel.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | interval [0,X], rather than the unit interval. [INFO] [stdout] | ^^^ no item named `0,X` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1` [INFO] [stdout] --> src/macros.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | $(#[doc = $doc])? [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/histograms.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | / ffi_wrapper!(HistogramPdf, *mut sys::gsl_histogram_pdf, gsl_histogram_pdf_free, [INFO] [stdout] 314 | | "The probability distribution function for a histogram consists of a set of bins which measure the \ [INFO] [stdout] 315 | | probability of an event falling into a given range of a continuous variable x. A probability \ [INFO] [stdout] 316 | | distribution function is defined by the following struct, which actually stores the cumulative \ [INFO] [stdout] ... | [INFO] [stdout] 320 | | range and finding its corresponding coordinate in the cumulative probability distribution we obtain \ [INFO] [stdout] 321 | | samples with the desired probability distribution."); [INFO] [stdout] | |____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] The probability distribution function for a histogram consists of a set of bins which measure the probability of an event falling into a given range of a continuous variable x. A probability distribution function is defined by the following struct, which actually stores the cumulative probability distribution function. This is the natural quantity for generating samples via the inverse transform method, because there is a one-to-one mapping between the cumulative probability distribution and the range [0,1]. It can be shown that by taking a uniform random number in this range and finding its corresponding coordinate in the cumulative probability distribution we obtain samples with the desired probability distribution. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `0,1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `ffi_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/integration.rs:791:29 [INFO] [stdout] | [INFO] [stdout] 791 | /// wi on the interval [a,b]. The points and weights are ordered by increasing point value. A [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/integration.rs:792:42 [INFO] [stdout] | [INFO] [stdout] 792 | /// function f may be integrated on [a,b] by summing wi * f(xi) over i. [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `min,max` [INFO] [stdout] --> src/types/rng.rs:113:162 [INFO] [stdout] | [INFO] [stdout] 113 | ...algorithm used, but all integers in the range [min,max] are equally likely. [INFO] [stdout] | ^^^^^^^ no item named `min,max` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 551 | gsl_vec!(VectorF32, gsl_vector_float, f32); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 552 | gsl_vec!(VectorF64, gsl_vector, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.76s [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 553 | gsl_vec!(VectorI32, gsl_vector_int, i32); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 554 | gsl_vec!(VectorU32, gsl_vector_uint, u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector_complex.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 445 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 446 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 447 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 457 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 458 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 499 | gsl_vec_complex!(VectorComplexF32, gsl_vector_complex_float, ComplexF32, f32); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec_complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector_complex.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 445 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 446 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 447 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 457 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 458 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 500 | gsl_vec_complex!(VectorComplexF64, gsl_vector_complex, ComplexF64, f64); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec_complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/minimizer.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | /// when the interval x = [a,b] does not include the origin. If the interval includes the origin then \min(|a|,|b|) is replaced by zero ( [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0*stride` [INFO] [stdout] --> src/statistics.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | /// Thus the minimum value of the array (data[0*stride]) is given by f equal to zero, the maximum [INFO] [stdout] | ^^^^^^^^ no item named `0*stride` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/basis_spline.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | http://www.netlib.org/pppack, which is also part of SLATEC. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | http://www.iro.umontreal.ca/~lecuyer/papers.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | http://stat.fsu.edu/pub/diehard/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | http://csrc.nist.gov/rng/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/series_acceleration.rs:49:68 [INFO] [stdout] | [INFO] [stdout] 49 | Herbert H. H. Homeier, Scalar Levin-Type Sequence Transformations, http://arxiv.org/abs/math/0005209. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/wavelet_transforms.rs:49:72 [INFO] [stdout] | [INFO] [stdout] 49 | The PhysioNet archive of physiological datasets can be found online at http://www.physionet.org/ and is described in the following paper, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/eigen.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | http://www.netlib.org/lapack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linear_algebra.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | http://www.netlib.org/lapack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linear_algebra.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | http://www.netlib.org/lapack/ in the lawns or lawnspdf directories. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/physical_constant.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | http://www.physics.nist.gov/cuu/Constants/index.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/physical_constant.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | http://physics.nist.gov/Pubs/SP811/appenB9.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/statistics.rs:44:67 [INFO] [stdout] | [INFO] [stdout] 44 | The Review of Particle Physics is available online at the website http://pdg.lbl.gov/. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9310fbf0329d579314b13c477f594277e73268dd0f8f1941fa119b61dda17268", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9310fbf0329d579314b13c477f594277e73268dd0f8f1941fa119b61dda17268", kill_on_drop: false }` [INFO] [stdout] 9310fbf0329d579314b13c477f594277e73268dd0f8f1941fa119b61dda17268 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "dox" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 95b05b0fbe13246a6b1069ef1b5c642327293c8a2cf19f0a67333f6579c0c1bd [INFO] running `Command { std: "docker" "start" "-a" "95b05b0fbe13246a6b1069ef1b5c642327293c8a2cf19f0a67333f6579c0c1bd", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling GSL-sys v3.0.0 [INFO] [stderr] Documenting GSL v6.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/basis_spline.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | If we define appropriate knots on an interval [a,b] then the B-spline basis functions form a [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/basis_spline.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | /// This function assumes uniformly spaced breakpoints on [a,b] and constructs the corresponding [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/chebyshev.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | The approximation is made over the range [a,b] using order+1 terms, including the coefficient [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,X` [INFO] [stdout] --> src/types/discrete_hankel.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | interval [0,X], rather than the unit interval. [INFO] [stdout] | ^^^ no item named `0,X` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1` [INFO] [stdout] --> src/macros.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | $(#[doc = $doc])? [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/histograms.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | / ffi_wrapper!(HistogramPdf, *mut sys::gsl_histogram_pdf, gsl_histogram_pdf_free, [INFO] [stdout] 314 | | "The probability distribution function for a histogram consists of a set of bins which measure the \ [INFO] [stdout] 315 | | probability of an event falling into a given range of a continuous variable x. A probability \ [INFO] [stdout] 316 | | distribution function is defined by the following struct, which actually stores the cumulative \ [INFO] [stdout] ... | [INFO] [stdout] 320 | | range and finding its corresponding coordinate in the cumulative probability distribution we obtain \ [INFO] [stdout] 321 | | samples with the desired probability distribution."); [INFO] [stdout] | |____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] The probability distribution function for a histogram consists of a set of bins which measure the probability of an event falling into a given range of a continuous variable x. A probability distribution function is defined by the following struct, which actually stores the cumulative probability distribution function. This is the natural quantity for generating samples via the inverse transform method, because there is a one-to-one mapping between the cumulative probability distribution and the range [0,1]. It can be shown that by taking a uniform random number in this range and finding its corresponding coordinate in the cumulative probability distribution we obtain samples with the desired probability distribution. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `0,1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `ffi_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/integration.rs:791:29 [INFO] [stdout] | [INFO] [stdout] 791 | /// wi on the interval [a,b]. The points and weights are ordered by increasing point value. A [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/types/integration.rs:792:42 [INFO] [stdout] | [INFO] [stdout] 792 | /// function f may be integrated on [a,b] by summing wi * f(xi) over i. [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `min,max` [INFO] [stdout] --> src/types/rng.rs:113:162 [INFO] [stdout] | [INFO] [stdout] 113 | ...algorithm used, but all integers in the range [min,max] are equally likely. [INFO] [stdout] | ^^^^^^^ no item named `min,max` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 551 | gsl_vec!(VectorF32, gsl_vector_float, f32); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 552 | gsl_vec!(VectorF64, gsl_vector, f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 553 | gsl_vec!(VectorI32, gsl_vector_int, i32); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 498 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 499 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 500 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 510 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 511 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 554 | gsl_vec!(VectorU32, gsl_vector_uint, u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector_complex.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 445 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 446 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 447 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 457 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 458 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 499 | gsl_vec_complex!(VectorComplexF32, gsl_vector_complex_float, ComplexF32, f32); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec_complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i*stride` [INFO] [stdout] --> src/types/vector_complex.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | / /// These functions return a vector view of an array base with an additional stride argument. [INFO] [stdout] 445 | | /// The subvector is formed in the same way as for gsl_vector_view_array but the new vector has [INFO] [stdout] 446 | | /// n elements with a step-size of stride from one element to the next in the original [INFO] [stdout] 447 | | /// array. Mathematically, the i-th element of the new vector v’ is given by, [INFO] [stdout] ... | [INFO] [stdout] 457 | | /// The function gsl_vector_const_view_array_with_stride is equivalent to [INFO] [stdout] 458 | | /// gsl_vector_view_array_with_stride but can be used for arrays which are declared const. [INFO] [stdout] | |______________________________________________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 500 | gsl_vec_complex!(VectorComplexF64, gsl_vector_complex, ComplexF64, f64); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] v'(i) = base[i*stride] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `i*stride` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `gsl_vec_complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a,b` [INFO] [stdout] --> src/minimizer.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | /// when the interval x = [a,b] does not include the origin. If the interval includes the origin then \min(|a|,|b|) is replaced by zero ( [INFO] [stdout] | ^^^ no item named `a,b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0*stride` [INFO] [stdout] --> src/statistics.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | /// Thus the minimum value of the array (data[0*stride]) is given by f equal to zero, the maximum [INFO] [stdout] | ^^^^^^^^ no item named `0*stride` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/basis_spline.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | http://www.netlib.org/pppack, which is also part of SLATEC. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | http://www.iro.umontreal.ca/~lecuyer/papers.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | http://stat.fsu.edu/pub/diehard/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/rng.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | http://csrc.nist.gov/rng/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/series_acceleration.rs:49:68 [INFO] [stdout] | [INFO] [stdout] 49 | Herbert H. H. Homeier, Scalar Levin-Type Sequence Transformations, http://arxiv.org/abs/math/0005209. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/types/wavelet_transforms.rs:49:72 [INFO] [stdout] | [INFO] [stdout] 49 | The PhysioNet archive of physiological datasets can be found online at http://www.physionet.org/ and is described in the following paper, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/eigen.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | http://www.netlib.org/lapack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linear_algebra.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | http://www.netlib.org/lapack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/linear_algebra.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | http://www.netlib.org/lapack/ in the lawns or lawnspdf directories. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/physical_constant.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | http://www.physics.nist.gov/cuu/Constants/index.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/physical_constant.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | http://physics.nist.gov/Pubs/SP811/appenB9.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/statistics.rs:44:67 [INFO] [stdout] | [INFO] [stdout] 44 | The Review of Particle Physics is available online at the website http://pdg.lbl.gov/. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "95b05b0fbe13246a6b1069ef1b5c642327293c8a2cf19f0a67333f6579c0c1bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95b05b0fbe13246a6b1069ef1b5c642327293c8a2cf19f0a67333f6579c0c1bd", kill_on_drop: false }` [INFO] [stdout] 95b05b0fbe13246a6b1069ef1b5c642327293c8a2cf19f0a67333f6579c0c1bd