wasm-embedded-lib 0.1.0

Embedded WASM C/wasm3 runtime library
Build #417637 2021-08-01 07:34:50

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.56.0-nightly (4e282795d 2021-07-31)# docs.rs version
docsrs 0.6.0 (843531f 2021-06-26)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wasm-embedded-lib-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasm-embedded-lib-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210731-1.56.0-nightly-4e282795d" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 807a03a3a3026a9e996223560c92e84e26a91b4378e503326f24b512a7f862ef
[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" "807a03a3a3026a9e996223560c92e84e26a91b4378e503326f24b512a7f862ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-embedded-lib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `wasm-embedded-lib v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/wasm-embedded-lib-5c1852f98e8f99ea/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/
[INFO] [stderr]   cargo:rerun-if-changed=inc/
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   running: "cmake" "/opt/rustwide/workdir/./" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/wasm-embedded-lib-58a94861a403412e/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/wasm-embedded-lib-58a94861a403412e/out/build
[INFO] [stderr]   running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--"
[INFO] [stderr]   [  8%] Performing download step (git clone) for 'wasm3'
[INFO] [stderr]   -- Had to git clone more than once:
[INFO] [stderr]             3 times.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   CMake Error at /opt/rustwide/target/debug/build/wasm-embedded-lib-58a94861a403412e/out/build/wasm3-prefix/tmp/wasm3-gitclone.cmake:31 (message):
[INFO] [stderr]     Failed to clone repository: 'https://github.com/ryankurte/wasm3.git'
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   make[2]: *** [CMakeFiles/wasm3.dir/build.make:91: wasm3-prefix/src/wasm3-stamp/wasm3-download] Error 1
[INFO] [stderr]   make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/wasm3.dir/all] Error 2
[INFO] [stderr]   make: *** [Makefile:130: all] Error 2
[INFO] [stderr]   thread 'main' panicked at '
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.45/src/lib.rs:894:5
[INFO] [stderr]   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[INFO] running `Command { std: "docker" "inspect" "807a03a3a3026a9e996223560c92e84e26a91b4378e503326f24b512a7f862ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "807a03a3a3026a9e996223560c92e84e26a91b4378e503326f24b512a7f862ef", kill_on_drop: false }`
[INFO] [stdout] 807a03a3a3026a9e996223560c92e84e26a91b4378e503326f24b512a7f862ef