[INFO] fetching crate math_adapter 0.3.8...
[INFO] documenting math_adapter-0.3.8 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate math_adapter 0.3.8 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate math_adapter 0.3.8
[INFO] removed 3 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate math_adapter 0.3.8
[INFO] tweaked toml for crates.io crate math_adapter 0.3.8 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate math_adapter 0.3.8 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate math_adapter 0.3.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d
[INFO] running `Command { std: "docker" "start" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling type_constructor v0.1.19
[INFO] [stderr]    Compiling winterval v0.1.5
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling mod_interface_runtime v0.1.1
[INFO] [stderr]    Compiling for_each v0.1.3
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]    Compiling literally v0.1.3
[INFO] [stderr]     Checking former_runtime v0.1.11
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling math_adapter v0.3.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rust/impl/math/math_adapter_build.rs:7:3
[INFO] [stdout]    |
[INFO] [stdout]  7 | /   cfg_aliases!
[INFO] [stdout]  8 | |   {
[INFO] [stdout]  9 | |     // platform
[INFO] [stdout] 10 | |     wasm : { target_arch = "wasm32" },
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     },
[INFO] [stdout] 28 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::cfg_aliases` which comes from the expansion of the macro `cfg_aliases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mem_tools v0.1.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling iter_tools v0.1.4
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling proc_macro_tools v0.1.17
[INFO] [stderr]    Compiling structmeta-derive v0.1.5
[INFO] [stderr]    Compiling clone_dyn_meta v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling impls_index_meta v0.1.1
[INFO] [stderr]    Compiling former_meta v0.1.12
[INFO] [stderr]    Compiling impls_index v0.1.3
[INFO] [stderr]    Compiling clone_dyn v0.1.0
[INFO] [stderr]     Checking former v0.1.12
[INFO] [stderr]     Checking woptions_runtime v0.1.3
[INFO] [stderr]    Compiling structmeta v0.1.5
[INFO] [stderr]    Compiling parse-display-derive v0.5.5
[INFO] [stderr]    Compiling parse-display v0.5.5
[INFO] [stderr]    Compiling derive_tools v0.1.5
[INFO] [stderr]    Compiling mod_interface_meta v0.1.11
[INFO] [stderr]    Compiling mod_interface v0.1.13
[INFO] [stderr]    Compiling meta_tools_min v0.2.13
[INFO] [stderr]    Compiling woptions_meta v0.1.3
[INFO] [stderr]     Checking woptions v0.1.3
[INFO] [stderr]     Checking meta_tools v0.2.18
[INFO] [stderr]  Documenting math_adapter v0.3.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `naglebra`
[INFO] [stdout]   --> rust/impl/math/math_adapter_lib.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 |   #[ cfg( feature = "naglebra" )]
[INFO] [stdout]    |           ^^^^^^^^^^----------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"nalgebra"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `cgmath`, `cgmath_ops`, `default`, `default_ops`, `full`, `nalgebra`, `nalgebra_ops`, `use_alloc`, `use_std`, and `winit`
[INFO] [stdout]    = help: consider adding `naglebra` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> rust/impl/math/scalar/scalar.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | /   pub trait ScalarInterface :
[INFO] [stdout] 16 | |     'static +
[INFO] [stdout] 17 | |     Debug +
[INFO] [stdout] 18 | |     Display +
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |   }
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ` Scalar.`
[INFO] [stdout]    = help: ends near ` Scalar.`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `math_adapter`
[INFO] running `Command { std: "docker" "inspect" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d", kill_on_drop: false }`
[INFO] [stdout] 87eb0fdd6ca86890449e5edaf3d979d2e3ca93be4bb1b0aa41d8209cf128348d
