linux-support 0.0.16

Comprehensive Linux support for namespaces, cgroups, processes, scheduling, parsing /proc, parsing /sys, signals, hyper threads, CPUS, NUMA nodes, unusual file descriptors, PCI devices and much, much more
Build #376229 2021-04-14 16:01:18

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.53.0-nightly (132b4e5d1 2021-04-13)

# docs.rs version docsrs 0.6.0 (f6aef6d 2021-04-14)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/linux-support-0.0.16/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/linux-support-0.0.16/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:60689ebb447e6673ebd4981b71e770df8a34ea99aff3c663cfc8e359b67b69e6" "/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" "--emit=invocation-specific" "--resource-suffix" "-20210413-1.53.0-nightly-132b4e5d1" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", 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] 6c9c0f836f9ede123b22bb18085497216a3663993755d02d3ae70e71f6e95594 [INFO] running `Command { std: "docker" "start" "-a" "6c9c0f836f9ede123b22bb18085497216a3663993755d02d3ae70e71f6e95594", kill_on_drop: false }` [INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking likely v0.2.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking streaming-iterator v0.1.5 [INFO] [stderr] Checking strum v0.19.5 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking terminate v0.2.1 [INFO] [stderr] Checking const_fn_assert v0.1.2 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Checking const-cstr-fork v0.2.2 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking errno v0.2.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking raw-cpuid v9.0.0 [INFO] [stderr] Checking libc-extra v0.3.2 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Checking const-random v0.1.13 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Compiling strum_macros v0.19.4 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking serde_bytes v0.11.5 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde-big-array v0.3.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking swiss-army-knife v0.0.15 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/swiss-army-knife-0.0.15/src/simd_compatibility/x86_64/_mm_extract_epi8_wrapper.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 15 | pub unsafe fn _mm_extract_epi8_wrapper<const imm8: i32>(a: std::arch::x86_64::__m128i) -> i32 [INFO] [stderr] | --- expected `i32` because of return type [INFO] [stderr] 16 | { [INFO] [stderr] 17 | sse2::_mm_extract_epi8_constant::<imm8>(a) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `i32`, found `i8` [INFO] [stderr] | help: you can convert an `i8` to an `i32`: `sse2::_mm_extract_epi8_constant::<imm8>(a).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `swiss-army-knife` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "6c9c0f836f9ede123b22bb18085497216a3663993755d02d3ae70e71f6e95594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c9c0f836f9ede123b22bb18085497216a3663993755d02d3ae70e71f6e95594", kill_on_drop: false }` [INFO] [stdout] 6c9c0f836f9ede123b22bb18085497216a3663993755d02d3ae70e71f6e95594