wasmer-compiler-llvm 3.0.0-alpha

LLVM compiler for Wasmer WebAssembly runtime
Build #601495 2022-07-28T21:25:57.166927+00:00
# rustc version
rustc 1.64.0-nightly (2643b1646 2022-07-27)# docs.rs version
docsrs 0.6.0 (f9ffabd 2022-07-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wasmer-compiler-llvm-3.0.0-alpha/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasmer-compiler-llvm-3.0.0-alpha/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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/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\", \"-20220727-1.64.0-nightly-2643b1646\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] f8e8136badb1c8f47198932a93eca3eabefad769dc889b4e8df5c239f9ff0148
[INFO] running `Command { std: "docker" "start" "-a" "f8e8136badb1c8f47198932a93eca3eabefad769dc889b4e8df5c239f9ff0148", kill_on_drop: false }`
[INFO] [stderr]     Checking inkwell v0.1.0-beta.4
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1128:58
[INFO] [stderr]      |
[INFO] [stderr] 1128 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                          ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1128 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                          ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1143:58
[INFO] [stderr]      |
[INFO] [stderr] 1143 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                          ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1143 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                          ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `FloatMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1159:56
[INFO] [stderr]      |
[INFO] [stderr] 1159 |         <<T::BaseType as IntMathType>::MathConvType as FloatMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:162:11
[INFO] [stderr]      |
[INFO] [stderr] 162  | pub trait FloatMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1159 |         <<T::BaseType as IntMathType>::MathConvType as FloatMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                        ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `FloatMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1174:56
[INFO] [stderr]      |
[INFO] [stderr] 1174 |         <<T::BaseType as IntMathType>::MathConvType as FloatMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:162:11
[INFO] [stderr]      |
[INFO] [stderr] 162  | pub trait FloatMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1174 |         <<T::BaseType as IntMathType>::MathConvType as FloatMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                        ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1586:58
[INFO] [stderr]      |
[INFO] [stderr] 1586 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                          ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1586 |         <<T::BaseType as FloatMathType>::MathConvType as IntMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                          ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1943:59
[INFO] [stderr]      |
[INFO] [stderr] 1943 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType>::ValueType::new(val)
[INFO] [stderr]      |                                                           ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1943 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType<'ctx>>::ValueType::new(val)
[INFO] [stderr]      |                                                           ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1954:59
[INFO] [stderr]      |
[INFO] [stderr] 1954 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType>::ValueType::new(val)
[INFO] [stderr]      |                                                           ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1954 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType<'ctx>>::ValueType::new(val)
[INFO] [stderr]      |                                                           ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `PointerMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1965:55
[INFO] [stderr]      |
[INFO] [stderr] 1965 |         <<T::BaseType as IntMathType>::PtrConvType as PointerMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                       ^^^^^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:170:11
[INFO] [stderr]      |
[INFO] [stderr] 170  | pub trait PointerMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1965 |         <<T::BaseType as IntMathType>::PtrConvType as PointerMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                       ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: missing generics for trait `IntMathType`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/builder.rs:1981:59
[INFO] [stderr]      |
[INFO] [stderr] 1981 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType>::ValueType::new(value)
[INFO] [stderr]      |                                                           ^^^^^^^^^^^ expected 1 lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] note: trait defined here, with 1 lifetime parameter: `'ctx`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inkwell-0.1.0-beta.4/src/types/traits.rs:152:11
[INFO] [stderr]      |
[INFO] [stderr] 152  | pub trait IntMathType<'ctx>: BasicType<'ctx> {
[INFO] [stderr]      |           ^^^^^^^^^^^ ----
[INFO] [stderr] help: add missing lifetime argument
[INFO] [stderr]      |
[INFO] [stderr] 1981 |         <<T::BaseType as PointerMathType>::PtrConvType as IntMathType<'ctx>>::ValueType::new(value)
[INFO] [stderr]      |                                                           ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0107`.
[INFO] [stderr] error: could not compile `inkwell` due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "f8e8136badb1c8f47198932a93eca3eabefad769dc889b4e8df5c239f9ff0148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8e8136badb1c8f47198932a93eca3eabefad769dc889b4e8df5c239f9ff0148", kill_on_drop: false }`
[INFO] [stdout] f8e8136badb1c8f47198932a93eca3eabefad769dc889b4e8df5c239f9ff0148