wasmer-compiler-llvm 1.0.2

LLVM compiler for Wasmer WebAssembly runtime
Build #345787 2021-02-05T03:35:37.272045+00:00
# rustc version
rustc 1.51.0-nightly (04caa632d 2021-01-30)
# docs.rs version
docsrs 0.6.0 (66fa7c8 2021-02-04)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wasmer-compiler-llvm-1.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasmer-compiler-llvm-1.0.2/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" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210130-1.51.0-nightly-04caa632d" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 81aa921e27014fbece7782f43c3f5c8ce4d31252989d8885df982846f0242ee0
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "81aa921e27014fbece7782f43c3f5c8ce4d31252989d8885df982846f0242ee0", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.85
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking gimli v0.23.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]     Checking object v0.23.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking rustc-demangle v0.1.18
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling target-lexicon v0.11.1
[INFO] [stderr]     Checking more-asserts v0.2.1
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling inkwell v0.1.0-beta.2
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking wasmparser v0.65.0
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling wasmer-vm v1.0.2
[INFO] [stderr]     Checking addr2line v0.14.1
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]     Checking parking_lot_core v0.8.2
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking region v2.2.0
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.0
[INFO] [stderr]     Checking backtrace v0.3.56
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling llvm-sys v110.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling scroll_derive v0.10.5
[INFO] [stderr]    Compiling inkwell_internals v0.3.0
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking thiserror v1.0.23
[INFO] [stderr]     Checking scroll v0.10.2
[INFO] [stderr] error: No suitable version of LLVM was found system-wide or pointed
[INFO] [stderr]        to by LLVM_SYS_110_PREFIX.
[INFO] [stderr] 
[INFO] [stderr]        Consider using `llvmenv` to compile an appropriate copy of LLVM, and
[INFO] [stderr]        refer to the llvm-sys documentation for more information.
[INFO] [stderr] 
[INFO] [stderr]        llvm-sys: https://crates.io/crates/llvm-sys
[INFO] [stderr]        llvmenv: https://crates.io/crates/llvmenv
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-110.0.0/src/lib.rs:486:1
[INFO] [stderr]     |
[INFO] [stderr] 486 | / std::compile_error!(concat!(
[INFO] [stderr] 487 | |     "No suitable version of LLVM was found system-wide or pointed
[INFO] [stderr] 488 | |        to by LLVM_SYS_",
[INFO] [stderr] 489 | |     env!("CARGO_PKG_VERSION_MAJOR"),
[INFO] [stderr] ...   |
[INFO] [stderr] 496 | |        llvmenv: https://crates.io/crates/llvmenv"
[INFO] [stderr] 497 | | ));
[INFO] [stderr]     | |___^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `llvm-sys`
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "81aa921e27014fbece7782f43c3f5c8ce4d31252989d8885df982846f0242ee0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81aa921e27014fbece7782f43c3f5c8ce4d31252989d8885df982846f0242ee0", kill_on_drop: false }`
[INFO] [stdout] 81aa921e27014fbece7782f43c3f5c8ce4d31252989d8885df982846f0242ee0