# rustc version rustc 1.52.0-nightly (9c09c1f7c 2021-02-26)
# docs.rs version docsrs 0.6.0 (78d4fc1 2021-02-22)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libutp-sys-0.1.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libutp-sys-0.1.4/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/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" "-20210226-1.52.0-nightly-9c09c1f7c" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 9a6e37f2a8154d138db6549717096d5e73b6f92f12b518a004d9e952e4175fe2 [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" "9a6e37f2a8154d138db6549717096d5e73b6f92f12b518a004d9e952e4175fe2", kill_on_drop: false }` [INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling clang-sys v1.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling libutp-sys v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from libutp/utp_api.cpp:26: [INFO] [stderr] warning: libutp/utp_internal.h: In constructor 'UTPSocketKey::UTPSocketKey(const PackedSockAddr&, uint32)': [INFO] [stderr] warning: libutp/utp_internal.h:79:32: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct UTPSocketKey'; use assignment instead [-Wclass-memaccess] [INFO] [stderr] warning: 79 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libutp/utp_internal.h:74:8: note: 'struct UTPSocketKey' declared here [INFO] [stderr] warning: 74 | struct UTPSocketKey { [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: In file included from libutp/utp_callbacks.h:27, [INFO] [stderr] warning: from libutp/utp_callbacks.cpp:25: [INFO] [stderr] warning: libutp/utp_internal.h: In constructor 'UTPSocketKey::UTPSocketKey(const PackedSockAddr&, uint32)': [INFO] [stderr] warning: libutp/utp_internal.h:79:32: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct UTPSocketKey'; use assignment instead [-Wclass-memaccess] [INFO] [stderr] warning: 79 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libutp/utp_internal.h:74:8: note: 'struct UTPSocketKey' declared here [INFO] [stderr] warning: 74 | struct UTPSocketKey { [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: In file included from libutp/utp_internal.h:34, [INFO] [stderr] warning: from libutp/utp_api.cpp:26: [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint32 utpHashTable<K, T>::compute_hash(const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint32 = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:93: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:132:51: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 132 | static uint32 compute_hash(const void *k, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint utpHashTable<K, T>::compare(const void*, const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:108: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:129:61: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 129 | static uint compare(const void *k1, const void *k2, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: In file included from libutp/utp_internal.h:34, [INFO] [stderr] warning: from libutp/utp_callbacks.h:27, [INFO] [stderr] warning: from libutp/utp_callbacks.cpp:25: [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint32 utpHashTable<K, T>::compute_hash(const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint32 = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:93: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:132:51: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 132 | static uint32 compute_hash(const void *k, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint utpHashTable<K, T>::compare(const void*, const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:108: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:129:61: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 129 | static uint compare(const void *k1, const void *k2, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: In file included from libutp/utp_internal.cpp:34: [INFO] [stderr] warning: libutp/utp_internal.h: In constructor 'UTPSocketKey::UTPSocketKey(const PackedSockAddr&, uint32)': [INFO] [stderr] warning: libutp/utp_internal.h:79:32: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct UTPSocketKey'; use assignment instead [-Wclass-memaccess] [INFO] [stderr] warning: 79 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libutp/utp_internal.h:74:8: note: 'struct UTPSocketKey' declared here [INFO] [stderr] warning: 74 | struct UTPSocketKey { [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: libutp/utp_internal.cpp: In function 'size_t utp_process_incoming(UTPSocket*, const byte*, size_t, bool)': [INFO] [stderr] warning: libutp/utp_internal.cpp:1969:34: warning: comparison of integer expressions of different signedness: 'int' and 'uint32' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1969 | if (conn->mtu_probe_seq && seq == conn->mtu_probe_seq) { [INFO] [stderr] warning: | ~~~~^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libutp/utp_internal.cpp: In function 'utp_socket_stats* utp_get_stats(utp_socket*)': [INFO] [stderr] warning: libutp/utp_internal.cpp:3479:45: warning: unused parameter 'socket' [-Wunused-parameter] [INFO] [stderr] warning: 3479 | utp_socket_stats* utp_get_stats(utp_socket *socket) [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~~~~ [INFO] [stderr] warning: In file included from libutp/utp_internal.h:34, [INFO] [stderr] warning: from libutp/utp_internal.cpp:34: [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint32 utpHashTable<K, T>::compute_hash(const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint32 = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:93: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:132:51: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 132 | static uint32 compute_hash(const void *k, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: libutp/utp_hash.h: In instantiation of 'static uint utpHashTable<K, T>::compare(const void*, const void*, size_t) [with K = UTPSocketKey; T = UTPSocketKeyData; uint = unsigned int; size_t = long unsigned int]': [INFO] [stderr] warning: libutp/utp_hash.h:138:108: required from 'void utpHashTable<K, T>::Create(int, int) [with K = UTPSocketKey; T = UTPSocketKeyData]' [INFO] [stderr] warning: libutp/utp_internal.h:106:32: required from here [INFO] [stderr] warning: libutp/utp_hash.h:129:61: warning: unused parameter 'ks' [-Wunused-parameter] [INFO] [stderr] warning: 129 | static uint compare(const void *k1, const void *k2, size_t ks) { [INFO] [stderr] warning: | ~~~~~~~^~ [INFO] [stderr] warning: libutp/utp_utils.cpp: In function 'uint64 utp_default_get_random(utp_callback_arguments*)': [INFO] [stderr] warning: libutp/utp_utils.cpp:244:55: warning: unused parameter 'args' [-Wunused-parameter] [INFO] [stderr] warning: 244 | uint64 utp_default_get_random(utp_callback_arguments *args) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: libutp/utp_utils.cpp: In function 'uint64 utp_default_get_milliseconds(utp_callback_arguments*)': [INFO] [stderr] warning: libutp/utp_utils.cpp:248:61: warning: unused parameter 'args' [-Wunused-parameter] [INFO] [stderr] warning: 248 | uint64 utp_default_get_milliseconds(utp_callback_arguments *args) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: libutp/utp_utils.cpp: In function 'uint64 utp_default_get_microseconds(utp_callback_arguments*)': [INFO] [stderr] warning: libutp/utp_utils.cpp:252:61: warning: unused parameter 'args' [-Wunused-parameter] [INFO] [stderr] warning: 252 | uint64 utp_default_get_microseconds(utp_callback_arguments *args) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] Documenting libutp-sys v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.34s [INFO] running `Command { std: "docker" "inspect" "9a6e37f2a8154d138db6549717096d5e73b6f92f12b518a004d9e952e4175fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a6e37f2a8154d138db6549717096d5e73b6f92f12b518a004d9e952e4175fe2", kill_on_drop: false }` [INFO] [stdout] 9a6e37f2a8154d138db6549717096d5e73b6f92f12b518a004d9e952e4175fe2